Commit graph

4 commits

Author SHA1 Message Date
281272aa32
Normalize post tags onto a small canonical taxonomy
Existing Tags fields were messy (mixed case, duplicates, lots of
one-off tags) and 28 posts had none at all. Normalized casing,
deduped, mapped common synonyms (textmate/xcode/git -> tools, os x
variants -> mac-os-x, etc) onto a canonical set, and added 1-2
canonical tags to every previously untagged post so most posts now
carry at least one useful tag. Specific extra tags were kept
alongside the canonical ones rather than stripped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 20:15:53 -07:00
007b1058b6
Migrate from Swift to Ruby (#33)
Replace the Swift site generator with a Ruby and Phlex implementation.
Loads site and projects from TOML, derive site metadata from posts.

Migrate from make to bake and add standardrb and code coverage tasks.

Update CI and docs to match the new workflow, and remove unused
assets/dependencies plus obsolete tooling.
2026-02-07 21:19:03 -08:00
f37eb4c7e7
Explain cancellables in AsyncMonitor and NotificationSmuggler post 2025-06-06 17:06:42 -07:00
46a355cfba
Write a post about AsyncMonitor and NotificationSmuggler 2025-06-06 14:28:02 -07:00