Blogs
mapping where americans live and work with OSRM
March 10, 2026
i built an interactive visualization of US employment flows using Census LODES data. the hardest part was routing 96k county-to-county connections along actual highways.
the first whole-brain emulation that actually does something
March 8, 2026
a company just ran a full fly brain emulation in a physics-simulated body. what happens when we scale this to human brains and pair them with LLMs?
what's next for LLMs?
March 6, 2026
there are two ways to measure complexity. LLMs only do one of them.
how to play clash royale in your terminal
March 5, 2026
this is how I mirrored my iPhone screen into Kitty terminal with touch support, what I learned about AirPlay, GStreamer, ffmpeg pipes, and WebDriverAgent.
running agents on your phone
February 18, 2026
how I set up a Hetzner VPS with Tailscale and tmux so I can keep prompting Claude Code and Codex from my phone
what is segment anything model 3?
December 16, 2025
learning about sam3: a model for promptable concept segmentation in images and videos
using tree-sitter to extract code chunks
December 1, 2025
i'm working on a codebase indexing project that requires me to extract code into chunks. tree-sitter turned out to be the perfect tool for this.