← All posts

Hello, world!

First post. What this blog is going to be about.

I've been meaning to write publicly for a while. I keep notes for myself, I document things I build, I rant in comment threads — but none of that is the same as having a place to put long-form thoughts where they can just exist and accumulate over time.

So yeah, this is that place.

What I'll write about

Mostly whatever I'm building or thinking about at the time. Some posts will be about this site, some will be random experiments, some will just be notes I wish I had written down earlier.

Not trying to force a niche here. If I have something useful (or at least interesting) to say, I'll post it.

The site

Built with Next.js 15. Posts live in a separate private GitHub repo and get pulled in through the Contents API with ISR, so I can push markdown and it shows up here a few minutes later without redeploying the site.

More on that in the building this site post.