I’ve been meaning to do this for a while. Every time I solved something worth remembering, it went into a scratch file, a Slack message to myself, or nowhere at all. This is the fix: one place, mine, that outlives the scratch file.
What goes here
Mostly short write-ups of things I ran into at work or on side projects:
- debugging notes that took longer than they should have
- patterns I keep reaching for, and the ones I’ve stopped reaching for
- the occasional opinion about tooling
Nothing here is meant to be authoritative. It’s a notebook that happens to be public.
How it’s built
The site is a Next.js app with Tailwind CSS. Posts are
plain markdown files in content/posts/ — front matter for the metadata, body
for the words:
---
title: "Hello, world"
description: "A one-line summary."
date: "2026-08-19"
tags: ["meta"]
---
Write the post here.
Adding a post means adding a file. That’s deliberate — the moment publishing requires a workflow, I stop publishing.
More soon.
Questions or corrections — I read every email.
Email me