Hello, world
1 min read
I’ve been meaning to do this for a while. Every few months I solve a problem that takes half a day of digging, write the fix into a private note, and forget about it. This is an attempt to put those notes somewhere useful.
What goes here
Mostly short pieces:
- Debugging write-ups, when the root cause was more interesting than the symptom.
- Notes on tools I’ve adopted or abandoned, and why.
- Occasional longer posts about something I built.
No tutorials I don’t actually use, and no posts written to have posted something.
How it’s built
The site is Astro with Tailwind for styling, and posts are Markdown files in the repo. Adding a post is a commit, which is the lowest-friction setup I’ve found — friction is what killed my previous three attempts at this.
More soon.