Projects
A handful of small open-source projects. Nothing here will save your startup, but some of them have saved me a few hours a week.
-
httptap
A terminal UI that lets you inspect live HTTP traffic on a process without reaching for Wireshark.
-
ripgrab
A Rust log tailer that applies ripgrep-style regex filters and structured field extraction across multiple files.
-
tilstream
A static site generator for Today-I-Learned notes. Takes a folder of short markdown files and builds a searchable, RSS-friendly site.
-
homelab-compose
My home server stack as a set of docker-compose files, Caddy configs, and a hilariously opinionated backup script.
-
dotfiles
My shell, editor, and terminal configs. Managed with GNU stow. Not trying to be yours.
-
lambdalog
A tiny Go library for structured logging inside AWS Lambda that doesn't fight the Lambda runtime.
-
portr
A TUI port scanner that rendered results in a live-updating table. Archived in 2023; I still think the idea was right.