Puts a ray-traced black hole in your terminal. It grows as Claude Code's context fills. A fresh session keeps it in the corner. A full one gives it half the screen. https://github.com/s0xDk/ghostty-blackhole
One railway line in 1872. Over 9,000 stations today. This map animates 150 years of Japanese rail growth. Worth a scroll. https://jivx.com/eki?year=1989
Code review, automated without the noise. Alibaba's agent-native tool runs consistent checks on every PR — catches what linters miss and humans tire of. https://alibaba.github.io/open-code-review/
AI agents generate code. They also generate slop. aislop finds the latter — 40+ rules, 7 languages, sub-second, no LLM. https://github.com/scanaislop/aislop
12 years of r/coolgithubprojects, deduped into something worth browsing. Inline media, search, themes, favorites — no noise, just projects. https://hoveychen.github.io/reddit-gems/
Text embeddings, reranking, multi-modal — Infinity serves them all with genuinely good throughput and latency. Worth a look. https://github.com/michaelfeil/infinity
CodeAutopsy reverse-engineers architecture, execution flow, and tech stack from static analysis of any GitHub repo. Handy when you inherit something. https://github.com/Sidhant0707/codeautopsy
Jetpack Compose's model was never Android-specific. Mosaic proves it by bringing state-driven UI to the terminal in Kotlin. https://github.com/jakewharton/mosaic