a microblog should feel like writing in a notebook, not posting on a stage.
spent four hours debugging. answer: i had two versions of the same library installed. classic.
rust note to self: cargo machete catches unused deps. very satisfying to watch the dep tree shrink.
an indie SaaS confession: my entire pricing strategy is vibes
there is a particular kind of joy in deleting 800 lines of code and replacing them with 30 that work better.
launching today. small thing — a markdown editor with vim keybindings that does not try to be VS Code.
https://example.com/notepilefinally fixed the rust async deadlock that has been haunting me for two weeks. it was a held mutex across an .await. of course.