AI Data Centers Spark National Backlash

A growing ‘Not In My Backyard’ movement is emerging as AI data centers strain local resources. In Utah, a project twice the size of Manhattan is facing fierce opposition for its 9GW power demand; in Nevada, 49,000 residents may lose power as utilities redirect energy to AI hubs; and in Georgia, a facility drained 30 million gallons of water without payment. A Gallup poll confirms 71% of Americans now oppose local AI data center construction.

Fired IT Twins Wipe 96 Government Databases

Muneeb and Sohaib Akhter, two brothers fired from a government contractor, deleted 96 databases containing US government information within an hour of their termination. The attack was possible because Muneeb’s credentials were not revoked during the firing process, allowing him to issue ‘DROP DATABASE’ commands and steal federal tax and EEOC data before the feds raided their home three weeks later.

Malware Crew Open-Sources Shai-Hulud Worm

The notorious TeamPCP crew has open-sourced the Shai-Hulud worm on GitHub under an MIT license. The malware targets npm packages to steal cloud credentials (AWS, GCP, Azure) and propagate by publishing poisoned code. By releasing the source, the group has effectively ‘democratized’ the ability for other threat actors to create their own variants of the supply-chain attack.

MacBook Neo: High Performance, Thermal Cliff

The $599 MacBook Neo delivers desktop-class single-core performance using the A18 Pro chip, but suffers from a severe ’thermal cliff.’ Benchmarks show a staggering 87% drop in single-core performance after just five minutes of sustained load as the fanless chassis hits its 105°C limit, making it a ‘sprinter’ suited for bursty tasks rather than sustained workloads.

Linux Gaming Gains Native Windows API Support

Linux gaming is seeing significant stability and performance gains as Windows-specific APIs are integrated directly into the Linux kernel. The new NTSYNC driver replaces software workarounds like fsync, eliminating subtle bugs and hitches by matching Windows behavior natively. This trend is driven by Valve’s Steam Deck success and a growing Linux user base on Steam (now over 5%).

DuckDB Launches ‘Quack’ Client-Server Protocol

DuckDB has introduced ‘Quack,’ a remote protocol that allows multiple concurrent writers and clients to interact with a DuckDB instance. Built on HTTP for simplicity and compatibility (including DuckDB-Wasm), Quack enables bulk data transfers that outperform PostgreSQL and Arrow Flight SQL, transferring 60 million rows in under five seconds.

Elevator: Static x86 to ARM Translation

Researchers have developed ‘Elevator,’ a binary translator that converts x86-64 executables to ARM (AArch64) without needing source code or debug info. Unlike JIT emulators, it produces a self-contained binary by translating all possible interpretations of every byte ahead of time, enabling cryptographic signing and validation of the final code before deployment.