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.


Mitchell Hanberg
1 month ago

This weekend I finally took the plunge to switch from Ubuntu w/ Nix to full blown NixOS on my personal desktop.

Everything went very smoothly, except that I accidentally installed it on top of my Windows drive rather than over the Ubuntu drive 😭.

A couple copy pastes to get the Nvidia drivers installed and it was golden. I was shocked that with the default GNOME worked well with my Apple trackpad, even the gestures work.

I'll still probably just SSH into it, but now it's nice to have everything inside Nix and not using Apt for a couple random things.

Mitchell Hanberg
1 month ago

I haven't taken a look at Zigler in a while, and the guides have vastly improved, approaching fantastic.

Nice job Isaac 😄.

Mitchell Hanberg
1 month ago

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 😎.

Mitchell Hanberg
1 month ago

Are GitHub Actions bad?

Mitchell Hanberg
1 month ago

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.

Mitchell Hanberg
1 month ago

Hello, world!