03:54jenatali: glehmann: Sorry for the delay, pushed a fix
06:57glehmann: jenatali: thanks!
21:26mareko: random thought: AI could rewrite Mesa in Rust
21:28HdkR: AI could do a lot of bad ideas.
21:28HdkR: But if we throw an LLM at every problem what's the point? :D
21:33mareko: #define MULTILINE_STRING "given how awkward \n" \
21:33mareko: "multi-line strings are \n" \
21:34mareko: "maybe Rust isn't \n" \
21:34mareko: "such a bad idea \n"
21:35mareko: """one has to use Python
21:35mareko: to make C usable"""
21:40dwfreed: multi-line strings are a pretty weak argument for rust :P
21:41HdkR: constexpr auto string = R"(I wear my sunglasses at night)";
21:42airlied: I think if someone gets the equivalent of nir core into rust with C bindings, it would be the keystone to unwinding things
21:47mareko: I'm starting to question writing gpu-ratemeter in C
21:49HdkR: Just a little bit of LLM work to rewrite it hey? :D
21:50mareko: it's small enough that it might actually work