Comments on: How (and why) we rewrote our production C++ frontend infrastructure in Rust https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-infrastructure-in-rust/ A blog from the staff at NearlyFreeSpeech.NET. Sat, 18 Apr 2026 03:07:05 +0000 hourly 1 By: Tim McCormack https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-infrastructure-in-rust/#comment-30473 Fri, 17 Apr 2026 21:44:44 +0000 https://blog.nearlyfreespeech.net/?p=866#comment-30473 Last year I rewrote a small but excitingly dangerous web service and we did something similar to your proxy testing, although in our case the switch, comparison, and telemetry code was built directly into the client.

I can confirm that you can find some really weird bugs (including existing behavior) that way. 🙂 Can’t recommend it enough.

]]>