Hardware-Accelerated Private Streaming: Bypassing CGNAT with Tailscale and an RTX 5070January 26, 2026
From Docker volume mapping to UDP hole punching: building a high-performance private streaming cloud on an RTX 5070.
From Kernel to Kubernetes: A Deep Dive into the Linux CFS SchedulerSeptember 5, 2025
Understanding how the Linux Completely Fair Scheduler (CFS) works, how it's used in Kubernetes, and how to debug it.
Concurrency Issue with LinkedHashMapJuly 24, 2025
Demonstrating a concurrency issue when LinkedHashMap is modified by multiple threads simultaneously without proper synchronization.