Refactoring 24,000 lines of legacy code: rename, delete, simplify
One PR, 226 files, 13 tables renamed, 19 dropped, zero features changed. What a large refactoring effort taught me about what actually makes code optimizable.
→
How I took my Rust GUI from 135 MB to 30 MB by ditching the GPU
A process monitor that eats 135 MB of RAM is a bad joke. Here's how swapping egui for Slint, with a software renderer, cut it to 30 MB.
→
I haven't written a single line of code in 8 months — and AI completely changed our job
Up to 10x productivity, more ambitious projects, higher code quality...
→
Down migrations are useless, and what that says about our industry
Nobody ever runs a down migration in production. Yet we keep writing them... for nothing.
→