If you don't mind, could you reply to this toot with something you have accomplished recently? Work, hobby, whatever, but especially if it's something fiddly and technical that required quiet contemplation or problem solving.
Right now my feed is flooded with the omni-catastrophe even more than it was in, like, March of 2020, and I just want (and suspect we could all use) some reminders that progress is still happening and being effective is still possible
@glyph I’ve finally managed to push through the hump of getting productive in Rust, understand how its async mechanism works, and apply that in my day to day work on device drivers. I’m about to ship my first driver update with a major component written in Rust, with a custom async executor. (there is still a lot of C++ and Obj-C, but baby steps) Better late than never, I suppose. I’ve tried Rust multiple times since 2014(!) but was always overwhelmed with the effort required.
@glyph I also recently got PV graphics support for macOS guests merged into QEMU, and the arm64 macOS guest support patch series is also ready to go and hopefully gets merged before the QEMU 10.0 window closes.