The 64KB Pipe Trap
There is a peculiar class of system failures that leaves almost no trace. The process does not crash. There is no error code, no final log entry, and no obvious signal of…
Ajitabh Pandey's Soul & Syntax
Exploring systems, souls, and stories – one post at a time
There is a peculiar class of system failures that leaves almost no trace. The process does not crash. There is no error code, no final log entry, and no obvious signal of…
Last week my live-streaming transcoder started dying mid-session. The publisher would get disconnected, reconnects would fail, and the only cure was restarting nginx entirely. While poking around during one of these incidents,…
After seven years of managing high-traffic live streams, you learn that the biggest challenges aren’t usually the video codecs—they are the “invisible” layers: filesystem synchronization, HTTP header inheritance, and metadata consistency. When…
There’s a particular kind of panic that sets in when you SSH into a production server and see this: On a 2-core machine, that’s not just high — it’s catastrophic. I usually…
I have my own private DNS setup in my home network, powered by Pi-hole running on my very first Raspberry Pi, a humble Model B Rev 2. It’s been quietly handling ad-blocking…