SupplementDEX – The Evidence-Based Supplement Database
Landing page returns 403—can't verify if the database actually works.

Deleted lock-free ring buffers and atomic CAS — database got simpler and better.
Developers learning storage engine internals
Bitcask · LMDB · BadgerDB
Landing page returns 403—can't verify if the database actually works.
Karpathy's minigpt ported to TS, readable code instead of brevity Olympics.
Twenty-one Python terminal games in 500 kB, though some are just ports.
Behavior cloning vacuum log, but performance lags behind $200 commercial Roombas.
This is a concise dead-code-elimination pass implemented as ~140 LOC of readable Rust: it walks op dependencies via a match over Op variants, collects reachable OpRefs, and prunes the op pool. It’s not reinventing compiler theory, but the implementation is tidy and immediately pluggable into a small IR/dataflow project — useful as a reference or drop-in optimizer. Lacking benchmarks, docs on integration, or tests, it’s more of a pragmatic utility than a research contribution.
LOC-based joke leaderboard when GitHub stats already exist.