Posts
- 2026-03-12: Buildablog v2
Here I describe a major upgrade to the Buildablog project — posts are now served from the current HEAD of the blog repo, thanks to go-git. (more)
- 2026-03-07: Making Cgit Repos Installable as Go Packages
Steps I took to configure my private Cgit repo hub to host Go packages. (more)
- 2025-12-05: Smoothing Over More Markdown Pain Points
A post from my old blog about a small Elisp helper library I wrote for generating a table of contents for a Markdown file. (more)
- 2025-12-03: Writing My Blog With Eleventy
This is a reproduction of a post I had on my old blog, which I've since migrated to a custom engine. (more)
- 2025-12-02: Understanding Pratt Parsing
A post I had written about Pratt parsing, in the context of a programming language I was designing at the time. (more)