TIL: 2026-05-01
Brace expansion
Blog posts and Today I Learned entries from dviramontes.com
Brace expansion
How I stood up a privacy-friendly analytics stack for my personal sites — Plausible CE on an exe.dev VM, with TLS handled by the proxy.
Catch "oh $%#!" commits with gitleaks
Learn how Git worktrees let you work on multiple branches from one repository, speed up context switching, and simplify parallel development workflows.
Devbox + Nix
Render preview environments require Blueprints, but a GitHub issue suggested a Terraform + GitHub Actions workaround. I built a reusable module for it.
Lorem CLI
Upgrading golang using go
IndieWeb Ring
closest(selector) and matches(selector)
go doc
YAML's special indicators > and | handle of multiline strings
If you work across multiple systems, you've likely accumulated a collection of configuration files over time.
Let's implement a quick and dirty version of binary search, and we'll improve upon it after identifying the base case and the recursive case.
An opinionated setup guide for web development on a mac