Hello, world

· meta, writing

This is the first post on the new site. It’s typed on paper — or at least that’s the idea: monospace ink, a flock of birds drifting past the window, and not much else.

Why a blog

I wanted somewhere to think out loud. Short notes, half-formed ideas, the occasional write-up of something I built.

Writing here is just dropping a Markdown file into src/content/blog/:

# new post
$ touch src/content/blog/my-next-post.md

Add some frontmatter at the top, write below it, push to main, and it’s live a minute later.

The birds, by the way, are a boids simulation: separation, alignment, cohesion. Three rules, one flock.

More soon.

← all posts