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