Colophon

A living log of building this site.

In books, a colophon lists how it was made. Most website colophons are static "built with" pages. This one's different—a stream of build decisions, debugging sessions, and lessons learned as I work on the site.

February 2026

Misconfigured critters was inlining everything. Went looking for alternatives, found archived projects and dated advice, ended up building a Playwright-based critical CSS integration from scratch.

#performance#css#astro#playwright

Flipped one toggle and now every page on this site speaks Markdown to agents.

#cloudflare#ai#docs

Five templates had nearly identical prose CSS, roughly 200 lines each. Rebuilt the project detail page and found the real work was in the shared styles I should've extracted months ago.

#template#astro#web-components

I wanted to see what I'm actually shipping, not just that I'm shipping. Built a GitHub activity dashboard with a local sync, static JSON, and two very different chart implementations.

#github#visualization#tooling#performance

The 'Calling the Plumbers' post has an optional background animation, a recreation of the Windows 3D Pipes screensaver. Canvas 2D with simplified 3D projection. Hit play on the control strip to start it up, or go fullscreen for the screensaver experience.

#easter-egg#animation#canvas

Hovering external links now shows a preview tooltip with favicon, title, and description. A Cloudflare Worker fetches and caches metadata, while the client uses a singleton tooltip and Floating UI for positioning.

#ux#performance#astro

Standard X embeds load tracking scripts and set cookies on every page view. This site uses astro-tweet to fetch posts at build time and render them as static HTML. X never knows when someone views the embedded post.

#privacy#embeds#astro