Hello, this is a blog

  • notes

I started this blog to keep the things that usually get lost in scratch files: problems I had to work through, bits of code I want to come back to, and write-ups of side projects once they’re actually running.

What goes here

  • notes on what I’m building — Android, pipelines, automation;
  • post-mortems of non-obvious bugs and how I got to the bottom of them;
  • short “turns out you can do that” entries.

How it works

The site is static: Astro builds the HTML, Cloudflare Pages serves it. No database, no admin panel — posts are plain markdown files sitting next to the code:

src/content/posts/my-post.md

Commit, and a minute later the post is online.

The projects page is assembled from the GitHub API at build time, so the descriptions and dates there stay current while the repositories themselves stay private.

← all posts