12 August 2026 · 4 min read
The slow web is still out there
Every few years someone announces that personal websites are back, and every few years it turns out they never left. They just stopped being the thing anyone argued about in public. The people who kept writing on their own domains carried on doing it quietly, and the rest of us noticed again when a link happened to escape into a feed somewhere.
What makes those sites pleasant to read is not nostalgia. It's that the page loads, the text sits still, and nothing asks you to make a decision before you're allowed to start reading. A page that behaves predictably earns a kind of trust that no amount of design polish can substitute for. You scroll, the words are where you left them, and you get to the end without having fought anything.
The technical side of this is unglamorous. Static files, a stylesheet, maybe a script or two that does something specific and then gets out of the way. There's no real trick to it. The discipline is in what you leave out: the fourth analytics vendor, the modal that appears at forty percent scroll depth, the layout shift that arrives half a second after you've started reading a sentence.
None of which means a page has to be inert. Things can be added to an article without wrecking it, as long as they load politely and land in places that make sense between paragraphs rather than on top of them. That's mostly a question of timing and position, and it's the sort of thing you only find out by putting a real page on a real domain and watching what happens.
So this is that page. The writing is filler, the styling is deliberately plain, and the only thing being tested is how well something else behaves once it's here.