Fil's Unbelievable Garbage Collector
fil-c.org
What Is the Fourier Transform?
quantamagazine.org
I bought the cheapest EV, a used Nissan Leaf
jeffgeerling.com
Stripe Launches L1 Blockchain: Tempo
tempo.xyz
Rasterizer: A GPU-accelerated 2D vector graphics engine in ~4k LOC
github.com
io_uring is faster than mmap
bitflux.ai
Evolving the OCaml Programming Language (2025) [pdf]
kcsrk.info
Wikipedia survives while the rest of the internet breaks
theverge.com
WiFi signals can measure heart rate
news.ucsc.edu
Forking Chrome to render in a terminal (2023)
fathy.fr
Classic 8×8-pixel B&W Mac patterns
pauladamsmith.com
Fiber Concurrency
honeyryderchuck.gitlab.io
What If OpenDocument Used SQLite?
sqlite.org
How to Build a High-Performance UR5 Inverse Kinematics Solver with IK-Geo
alexanderelias.com
Type-safe and user-friendly error handling in Swift 6
theswiftdev.com
A PM's Guide to AI Agent Architecture
productcurious.com
A high schooler writes about AI tools in the classroom
theatlantic.com
Making the most of a dumb fax switcher box in the old days
rachelbythebay.com
Building Supabase-Like OAuth Authentication for MCP Servers
hyprmcp.com
Hash consing, ouch. Of course you can fix everything with one more indirection, but those kind of fixes have substantial costs. Esp. compared to a GC which has free consing. It also adds refcounts, which are extremely expensive on writes.
It's like lz4'ing every write.