cuda-metal
CUDA on Apple Silicon. Same kernels, rewritten to Metal. A 3D fluid sim that took 60s on CPU ran in 6s on the laptop GPU.
NVIDIA-only CUDA is the moat. This is a translator chain that feeds existing CUDA through compilers onto Metal, no source edits. The test was a particle fluid sim with neighbor lists and atomics, not a hello-world kernel.
Related builds
sparktop
Dashboard for multi DGX Spark setups: inference throughput, GPU processes, and more.
Google Home MCP
MCP for Google Home, reversed from home.google.com. Keys stay on device.
dropbear
Justine Tunney's open-source toolkit for having fun in financial markets. Order-book predator, not the SSH server.
std-toolkit
Database-agnostic sync engine. Started as DynamoDB sync, then DynamoDB became just an adapter on top of TanStack DB and Effect.