Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

SpaceX Vows to Keep Poisoning Nearby Towns With Its Fume-Belching Data Center For Another Year

"We care deeply about being good neighbors." The post SpaceX Vows to Keep Poisoning Nearby Towns With Its Fume-Belching Data Center For Another Year appeared first on Futurism .

SpaceX Vows to Keep Poisoning Nearby Towns With Its Fume-Belching Data Center For Another Year

Elon Musk's SpaceX has announced it will keep pumping toxins into nearby Memphis, Tennessee towns via its massive data centers for another year, despite widespread criticism. The company plans to switch its sprawling AI facilities to a 1.2 gigawatt natural gas power plant by July 2027, but will continue using 69 portable gas turbines until then.

These turbines have already been linked to emitting more than 2,000 tons of smog-forming nitric oxides annually and hazardous chemicals like formaldehyde. SpaceX claims it cares about being a good neighbor but maintains the turbines are necessary to minimize noise and impact on the Southaven community. The "Colossus" data center campus, home to two data centers, has faced lawsuits and accusations of spewing harmful pollutants, causing health problems in nearby communities, especially among residents in the predominantly black neighborhood of Boxtown.

Written by urgent.news from Futurism's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at futurism.com →

More in Tech

How to Enable Entire

How to Enable Entire in Your Repository Entire captures the context behind AI-assisted code changes and connects it to your Git history.

  • Entire records AI-assisted code changes with Git history.
  • Enable Entire via command 'entire enable -y' for all agents.
  • Checkpoints stored under Git refs or dedicated 'entire/checkpoints/v1' branch.

Engineer-to-Engineer: Building a Typing Test That Doesn't Lie to You

If you've ever shipped a "typing speed" feature into a developer tool, an educational dashboard, or a hiring pipeline, you've probably noticed that the simplest-looking metric in computing — words per…

  • Define two word meanings: classic 5-character vs. linguistically grounded
  • Naive implementation flawed by idle gaps, cold-start padding, and backspace handling
  • Use net WPM with warm-up prompt, idle timeout, and backspace handling for accurate measurement