favorites
tools, references, media, and people i keep returning to.
21 favorites available.
Tool
Small utilities and product surfaces I reach for while designing, debugging, writing, or shipping.
- github.com
openai codex
use it for coding tasks across multiple harnesses. surprisingly good at staying out of the way.
- opencode.ai
opencode
supports most models and fits right into the terminal. open terminal, type opencode, done.
- docker.com
docker
mostly just to not pollute my machine. spin it up, break something, kill it.
- bun.com
bun
do not know why i reach for it over everything else, but i do. fast, simple, compatible enough.
- docs.astral.sh
uv
the only reason i keep python around. environments and dependencies without the usual headache.
- excalidraw.com
excalidraw
first stop before writing any code. hand drawn style keeps it from feeling too precious to throw away.
- activitywatch.net
activitywatch
tracks where time actually goes without sending it anywhere. opened it once and closed it feeling bad about myself.
- github.com
beads
makes orchestrating ai agents feel less like plumbing. the glue holding most of my experiments together.
- github.com
notewise
cli tool i built to turn youtube videos into proper study notes. chapter detection, smart chunking, multilanguage. scratched my own itch.
- github.com
taskiq
distributed task queue with full async support. the thing i reach for when celery feels like too much.
- github.com
openscreen
open source screen studio alternative. no watermarks, no subscription, just clean demo recordings.
Reference
- refactoring.guru
refactoring guru
design patterns without making them feel academic. good when code starts working but stops feeling clean.
- roadmap.sh
roadmap.sh
less a checklist, more a reality check. useful when a topic feels too wide to know where to start.
- bytebytego.com
bytebytego
system design explained visually. good for making architecture feel less abstract.
- systemoverflow.com
system overflow
system design through fundamentals, not templates. the kind of prep that actually transfers.
- systemdesignschool.io
system design school
interactive system design practice with actual feedback. reading about it only gets you so far.
- github.com
python patterns
design patterns in python, no fluff. good to skim when something feels like a solved problem.
- wizardzines.com
wizard zines
git, networking, terminals, debugging explained in a way that does not make you feel stupid for not knowing.
- github.com
dembrandt
extracts any site's design tokens in one command. colors, typography, borders, logo. weirdly useful.
Person
- jvns.ca
julia evans
makes low level and terminal topics feel approachable. simple explanations are hard work and hers show it. wizard zines is hers too.
- simonwillison.net
simon willison
the best person to follow if you are building with llms seriously. reads everything so you do not have to, then actually explains it.