Writing
Long-form writing on mechanical and software engineering, programming languages, and building for the long term. 3 articles.
Series
01 / Series
Notes
Short essays on mechanical and software engineering, programming languages, and craft.
Enter series
02 / Series
Building
Notes on projects, tools, and shipping software and mechanical design.
Enter series
Archive
Browse by topic2026
2026-07-09
Notes on C++ ownership and lifetimes
Practical notes on expressing ownership and object lifetimes in modern C++ with smart pointers and references.
Notes
2026-07-05
Building a fast static blog with Astro
Notes on building a fast, SEO-friendly static blog with Astro and Starlight, including content collections and Pagefind search.
Building
2026-07-01
Readable code over cleverness
A short essay on writing code that is easy to read, with small examples in TypeScript, Python, and C++.
Notes