Sudo Blog – because your mind needs root access to these thoughts
QUIC vs TCP: A Benchmark Deep Dive

Is QUIC really faster than TCP? We benchmark HTTP/3 vs HTTP/2 under real-world conditions—latency, packet loss, mobile networks, and more—to reveal the truth.

Sudo Blog – because your mind needs root access to these thoughts
HTTP/3: QUIC’s Dirty Little Secrets

HTTP/3 and QUIC promise faster web performance—but at what cost? Dive into the hidden trade-offs, implementation quirks, and surprising limitations of this next-gen protocol.

Sudo Blog – because your mind needs root access to these thoughts
When Your Heap Corrupts

Heap corruption crashing your program? Learn how to diagnose and fix memory corruption bugs in C, C++, and even unsafe Rust. Tools, techniques, and war stories from the trenches.

Sudo Blog – because your mind needs root access to these thoughts
Writing a Toy OS in Rust

Learn how to build a minimal operating system in Rust—from bootloader to syscalls. Perfect for developers exploring low-level programming, OS internals, and Rust’s no_std environment.