14h ago · 11 min read · When I started building HozonDB — a relational database engine from scratch in Rust — I made a deliberate choice to keep the storage model simple. Pages, rows packed one after another, a pointer to th
Join discussion
3d ago · 6 min read · Our design team handed us a folder. 10,247 PNG and JPG images. Product shots, banners, thumbnails — accumulated over three years of e-commerce catalog updates. Total size: 34 GB. The ask: compress the
Join discussion6d ago · 6 min read · TL;DR A .cpu().numpy() call buried inside a forward pass was forcing a full CPU-GPU synchronization on every batch, every loop iteration. The GPU would finish its work in milliseconds, then sit idle
Join discussion
May 13 · 8 min read · Three moves to get TypeScript-grade safety in a plain JS project. No rewrite required. You Cmd+Click on a function expecting to jump to its definition. Nothing. You hover over a variable expecting t
Join discussion