Julia Evans
Everything, newest first — across every channel. Their profile →
Filter & sortAll sources · condensed
- SQLite is a fine production database for a small site, but running it well is more complicated than the "SQLite in production is totally fine" blog posts make it sound. 17 Jul
-
Tailwind is a good way to build a site you're happy with, even without strong CSS skills of your own.
15 May
WasI ended up making this site with Tailwind CSS, and it helped me make a site I felt pretty happy with my minimal CSS skills and just 2 evenings of work!
NowI’m a lot better at CSS than I was when I started using Tailwind Ultimately Tailwind is limiting: if you want to do Weird Stuff in your CSS, it’s not always possible with Tailwind. Those limits can be extremely useful (a lot of this post is about me reimplementing some of Tailwind’s limits!) but at this point I’d like to be able to pick and choose.
- When two expert users argue over whether documentation is clear, that debate is unproductive — the way to actually find unclear documentation is to test it on real readers, not to have experts argue about wording. 8 Jan
-
Nix is worth switching your day-to-day package management to, over Homebrew.
1 Aug 2024
WasI’m also still not sure how much I like nix – it’s very confusing! But it’s helped me compile some software that I was struggling to compile otherwise, and in general it seems to install things faster than homebrew.
NowI’ve mostly switched back to Homebrew, nix was interesting but overall I think it’s not worth the complexity for me