-
2026-06-05 RUST · NETWORKING · HTTP3
HTTP/3 Should Be Opportunistic Rust can speak HTTP/3. The missing piece is not protocol support. It is client transport policy that treats QUIC as an opportunity instead of a reliability bet.
-
2026-05-30 RUST · ENGINEERING · ARCHITECTURE
Fixing vs. Bolting On Working and correct are not the same property. You can have one without the other for a surprisingly long time.
-
2026-05-25 AI · CAREER · ENGINEERING
You Have an Autistic Developer in Your Pocket You're not a code review bot. You have the most powerful learning tool ever built in your hand and you're choosing to feel sorry for yourself.
-
2026-05-24 RUST · PERFORMANCE · POSTMORTEM
How I Optimized a Rust GIF Quantizer Without Lying to Myself The useful part of the quantizer work was not that every optimization worked. It was that the benchmark process let me keep the real wins and delete the fake ones.
-
2026-05-23 AI · CAREER · RANT
The Junior Developer Problem Is Stated Wrong The junior pipeline isn't dying. It's selecting. The right ones are going to wipe the floor with every senior who coasted.
-
2026-05-17 OCI · AWS · INFRASTRUCTURE · BARE-METAL
Stop Optimizing Your AWS Bill AWS's cloud tax is a tax on your customers. Inflated infrastructure costs become inflated software subscriptions, and everyone downstream pays.
-
2026-05-08 RUST · PERFORMANCE · POSTMORTEM
What Butteraugli Found That PSNR Hid A postmortem on tuning rusticle. The wins did not come from better knobs. They came from fixing correctness bugs Butteraugli surfaced and PSNR/SSIM happily averaged away.
-
2026-05-07 RUST · OCI · OKE · KUBERNETES · AUTH · WORKLOAD-IDENTITY
OKE Workload Identity, from the Wire Up (in Rust) How OKE workload identity actually works: projected service account tokens, the proxymux exchange on port 12250, and the response formats I had to support in Rust.
-
2026-05-06 RUST · OCI · AUTH · FEDERATION · HTTP-SIGNATURES
OCI Instance Principal Auth, from the Wire Up (in Rust) How OCI instance principal authentication actually works: IMDS bootstrap, X.509 federation, and HTTP-signed service calls, with the sharp edges I hit while implementing it in Rust.
-
2026-05-05 CLOUD · OCI · NETWORKING
DRGs: Dual-Hub, Dual-Home Networking on OCI How OCI Dynamic Routing Gateways work, why dual-hub dual-home beats full mesh peering, and the route distribution gotchas that make traffic disappear silently.
-
2026-03-01 RUST · PERFORMANCE
Reinventing gifsicle in Rust I paired with AI and rewrote gifsicle over the holidays. A palette LUT trick to skip quantization, some SIMD, and a transparent pixel bug that doubled encode speed.
-
2026-02-28 CLOUD · OCI
The Cloud Egress Tax AWS, Google, and Azure have built walled gardens held together by egress bills. OCI's networking is 10x cheaper and it changes what you can actually build.
-
2026-02-27 META
Why I'm Writing This (And Why You Should Care) Most infrastructure content is vendor marketing or too abstracted to be useful. I want to write about the real stuff — patterns I've built, decisions I've made, and things I've learned by doing.