Reading up on pgrust
4 deep · digging since jul 04
- There's no reason for software to be slow anymore
AI dramatically reduces the cost of software optimization, enabling workload-specific performance gains that were previously too expensive to pursue.
- You can just choose how many bugs you want now
AI coding makes bug discovery cheap, letting teams decide how many bugs to tolerate, while fixing them remains costly and complex.
- JIT Compiling Code in 5μs - malisper.me
The article demonstrates a Rust copy‑and‑patch JIT compiler that compiles regexes in ~5µs, matching handwritten speed and enabling per‑query JIT in databases.
- I ported Kubernetes to the browser
Sam rebuilt a subset of Kubernetes in Rust, compiled to WebAssembly, to run entirely in the browser for hands-on cluster education.