Micros
I rolled my own X dot com, but it's write-only and no one will ever read it (no ads or scams though).
If you really want to read it, you can subscribe to the RSS feed of only the yapping.

I was running into a super strange Zig error locally on my desktop, but it wasn't happening in GitHub Actions.
Well, turns out that when I updated my desktop to Ubuntu 25.04, the Linux kernel updated to 6.14, which exceeds the max supported version by Zig (6.13).
I'll probably take the full dive into NixOS now, as it'll have an older kernel, but you can set the kernel to whatever you want 😎.

I forked the tailwind_formatter package and added support for Temple.
So now if you add the TailwindFormatter.Temple
plugin to your .formatter.exs
file, you get your TailwindCSS classes sorted!
Check it out here.