SShortSingh.
Back to feed

EPA proposal would allow data center air pollution permits without public notice

0
·1 views

The U.S. government is moving to reduce public oversight of data center expansion by proposing changes to EPA permitting rules. The proposed change would allow air pollution permits to be issued without being publicized, removing the requirement for public input. This would effectively limit community pushback against the environmental impact of new data centers. Critics view the move as a way to fast-track data center approvals amid surging demand for AI and cloud infrastructure.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

EU's Virkkunen to Address Games Strategy at Gamescom 2026 in Cologne

European Commission Executive Vice-President Henna Virkkunen will attend Gamescom 2026 in Cologne for the first time, participating in the political opening ceremony and delivering a speech on the EU's games strategy. The event is scheduled to run from August 26 to 30, 2026. Her visit marks a notable step in bringing high-level EU policy engagement directly to one of the games industry's largest annual gatherings. Separately, Creative Europe MEDIA will operate an information stand in Hall 3.2 from August 26 to 28, staffed by representatives from the European Education and Culture Executive Agency. No new legislation, funding announcements, or programme changes have been confirmed in connection with the visit.

0
ProgrammingDEV Community ·

AgentForge Targets Multi-Agent AI Failures With Open-Source Orchestration Tool

Multi-agent AI systems frequently break down in production due to poor orchestration rather than flaws in the underlying language models, according to the AgentForge team. Common failure modes include unstructured agent handoffs, absent retry logic, and lack of observability into which agent failed and why. To address these issues, AgentForge released an open-source platform built around three core features: a structured JSON inter-agent protocol, automatic retry with exponential backoff and circuit breakers, and real-time execution tracing. The team demonstrated the platform using a five-agent investment analysis pipeline that handles market data, risk assessment, trade signals, reporting, and notifications. AgentForge was posted to DEV Community on August 26, 2026, and its source code is publicly available on GitHub.

0
ProgrammingDEV Community ·

Silent launchd Locale Bug Halted Posting Pipeline for Five Days Undetected

A developer running an automated content pipeline discovered that a locale mismatch in macOS's launchd scheduler caused failure notifications to silently crash for five days. Unlike typical bugs that fail in production but pass locally, this one passed every scheduled run while crashing only during manual execution, because launchd runs scripts in the C locale rather than inheriting the user's Japanese UTF-8 environment. The crash occurred specifically on the Discord notification line, meaning that when a Threads post failed, the alert meant to flag that failure also failed — leaving no trace. As a result, the developer's article-publishing pipeline was completely down for five days with no phone alerts triggered. The incident highlighted a structural blind spot: bugs inside notification code are undetectable during normal operation and only surface when something else has already gone wrong.

0
ProgrammingDEV Community ·

How to Scrape App Store and Google Play Reviews With Sentiment Analysis

Extracting app reviews from the Apple App Store and Google Play involves two distinct challenges: collecting raw review text and then making sense of it at scale. Apple offers a public RSS feed that returns up to 500 recent reviews per country per app via a simple HTTP request, while Google Play has no documented public API and relies on an internal, undocumented RPC endpoint prone to breaking on frontend updates. Adding sentiment analysis on top of scraping requires a separate pipeline involving an LLM or NLP model, prompt tuning, and rate-limit management. Developers must weigh the ongoing maintenance cost of building and sustaining both layers against using pre-enriched third-party review data. The article outlines code examples and tradeoffs to help teams decide which approach fits their product feedback or competitive monitoring use case.

EPA proposal would allow data center air pollution permits without public notice · ShortSingh