UniFFI is amazing for Swift-Rust interop though, holy cow.
Patrick Walton
Bevy 0.19 is releasing soon, which means it's time for a blog post! jms55.github.io/posts/2026-0...
Doing mass edits to 3D scenes in glTF format from the command line using Nushell (since glTF is just JSON) is amazing.
Vim digraphs are the most convenient general purpose IME I've seen. I wish they worked in all apps!
After working with it for a couple of days, I can fairly confidently say Swift is such a beautiful disaster of a language, and I mean that in the nicest way possible
JMS55
I read a bunch of folks saying "I tried Nushell and went back to Bash" and I'm like, how on earth. I do so much simple data manipulation and automation in Nushell that going back to having to use sed/awk, or reaching for Python and writing 3× the code, feels miserable. Do others just… not do that?
A graphical frontend to Nushell in which you can drag in commands to create pipelines might be, like, the ideal form of visual programming. It might even be not terrible on a phone for “I need to format this data real quick” throwaway stuff.
Can't believe it's 2026 and we're having to disable GPU occlusion culling on flagship Google phones due to driver bugs. Pretty ridiculous. github.com/bevyengine/b...
Been a while since I had a good old fashioned LL vs. LR vs. PEG debate
(LR is the best, don't @ me)