- A Fork Is a RefactorThe content and the renderer started in the same repo because that was convenient. When the separation became obvious, the tool for making it was git fork. Same operation as extract class, just at repo scale.
- Sleeping SidewaysOrdered a Radica Rover for the F-150. The lower 48 national parks don't plan themselves.
- Short URLs in the FrontmatterA short URL in a post's frontmatter, a CloudFront function generated at build time. No third-party service, no database, no link rot.
- Building theTubeHow I built this blog — static site, real auth, role-based content, no server.
- Copilot Commit MessagesUpdated VSCode the other day and noticed Copilot will now create git commit messages. Since most of mine are "did some stuff" I figured, what's the worst that could happen.