Jump to content

Main public logs

Combined display of all available logs of JOHNWICK. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:02, 21 November 2025 PC talk contribs created page Forget C++ — These 5 Rust Rules Made My Code Bulletproof (Created page with "500px I claim these five Rust rules drop crash rate under 0.1%. I moved a latency-sensitive path from C++ and met a use-after-free wall. Real revenue sat behind p99 spikes and weekend rollbacks. I apply field-tested Rust patterns, and the thundering errors vanish. Own values so races never compile C++ let a dangling pointer slip through code review. Rust forces a single owner, or the build fails. I stop guessing who frees memory and start enc...")