Ghostty's Quick Terminal is Keeping me Sane

TL;DR Could you imagine a 0.5s fade-in animation every time you ran cd in the terminal? That's what window switching in macOS feels like, but with Ghostty I got back one of my favorite tiling window manager features.

Read more  ↩︎

Having fun with Go in maru2

TL;DR maru2 is a simple and modern task runner. As such it gets the benefit of being written with the most current language features in Go. Some of these are small UX/DX improvements, while others greatly reduce boilerplate and increase a reader's comprehension of the code.

Read more  ↩︎

WFA Setup (2025)

TL;DR Following up on my 2023 post, what made the cut, and what have I changed about my mobile setup?

Read more  ↩︎

The Dangers of Init

TL;DR init() is a very useful system for bootstrapping package-level information, but it comes at a cost.

Read more  ↩︎

Diving into OCI: The Descriptor

TL;DR The Descriptor data structure forms the backbone of the OCI spec's content-addressible storage (CAS). What is it?

Read more  ↩︎