> be me
> Lead Architect in a startup
> startup buys refurbished high-density enterprise racks from a defunct HFT firm
> these things are built for microsecond trades, absolute overkill for our CRUD app
> install them in a room with "okay" shielding
> it’s 2026, local telcos are stress-testing new 5G-Advanced mmWave nodes nearby
> start seeing the weirdest logs in Prometheus
> incoming traffic spikes to 10Gbps every day at exactly 2:00 PM
> check the load balancer- zero hits. check the firewall-nothing.
> physically go to the server room
> it’s 180°C near the exhaust, cooling fans are screaming at 15k RPM
> I pull the SFP fiber cables out of the NICs to isolate the rack
> the traffic counter doesn't stop
> it’s still processing packets. 10Gbps. with no cables connected.
> mfw I realize what’s happening
> the "refurbished" NICs have a defect in the shielding on the PCB
> the server rack, lacking a true Earth ground, is acting as a massive passive antenna
> the high-frequency radio waves are inducing a current directly into the copper traces
> the NIC is interpreting the literal air interference as valid Ethernet frames
> the CPU is trapped in a hardware interrupt storm trying to frame random RF interference as Ethernet packets
> mfw the server isn't broken, it’s just listening to the city’s radio waves and thinks it’s a DDoS attack
> Now I have to explain to the CEO we need to wrap the server room in literal tinfoil because the internet is leaking into our hardware
The Technical Reality: This is a classic EMI (Electromagnetic Interference) injection. In dense urban environments like Lagos, high-frequency small cell nodes (mmWave) operate at frequencies that can couple with unshielded traces on a PCB. If your hardware isn't properly grounded, the noise from the air becomes signal for the CPU. It’s not data, it’s just an endless stream of interrupts that freezes the system.