Urgent.News

What's breaking now, across thousands of outlets.

Tech

Maharashtra To Soon Have A Data Centre Policy To Regulate Sites, Water Consumption, Noise Pollution & Heat Generation

Mumbai: Maharashtra is likely to have its own Data Centre Policy, becoming the first state to establish comprehensive Standard Operating Procedures governing the facilities. Maharashtra Pollution Control Board (MPCB) has collaborated with Indian Institute of Technology (IIT) Bombay to regulate the rapidly growing digital infrastructure sector. Thane Protests Highlight Environmental Concerns The…

Maharashtra To Soon Have A Data Centre Policy To Regulate Sites, Water Consumption, Noise Pollution & Heat Generation

Maharashtra is poised to introduce a comprehensive Data Centre Policy, making it the first state to implement stringent Standard Operating Procedures for digital infrastructure facilities. The Maharashtra Pollution Control Board (MPCB) has joined forces with the Indian Institute of Technology (IIT) Bombay to regulate the rapidly expanding sector.

This policy stems from the vocal opposition in Thane’s Balkum area, where residents vehemently opposed an upcoming Amazon Web Services (AWS) data centre project due to concerns over noise pollution, excessive heat generation, and extensive resource use.

The forthcoming policy, set to be finalized within months, aims to tackle urban ecological challenges by mandating sustainable operational benchmarks and stringent zoning regulations. According to MPCB chairman Siddhesh Kadam, the policy will address these issues without hindering new investments in Maharashtra. Kadam emphasized the necessity of creating buffer zones around residential areas to prevent urban strain, encouraging future data centres to be situated away from densely populated regions.

The policy will also tackle the significant water consumption and heat management concerns associated with data centres. It plans to mandate the use of recycled and treated wastewater for server cooling instead of fresh municipal supplies. Additionally, advanced acoustic barriers will be required to mitigate low-frequency noise from cooling equipment and generators, addressing the noise pollution fears of Thane residents.

The collaboration with IIT Bombay will also explore monitoring and controlling localized heat generation and enforce strict energy consumption regulations.

Drawing from Western experiences, Kadam highlighted the importance of developing guidelines for the operational measures of data centres and determining optimal locations for their establishment. To learn more about exclusive and budget-friendly property deals in Mumbai and surrounding regions, visit https://budgetproperties.in/.

Written by urgent.news from Free Press Journal's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at freepressjournal.in →

More in Tech

The hashCode()-to-Array-Index Bug Almost Everyone Writes Once

"hash % capacity" looks trivial until you trace it by hand. Two separate bugs hide in that one line — and the fix for one of them has its own hole.

  • Modulo operator returns signed 32-bit integer, can be negative
  • Math.abs() fails for Integer.MINVALUE, no positive counterpart
  • Math.floorMod() ensures non-negative result for all integers

When SQL Has Nothing to Say: Understanding NULLs

NULL in SQL carry different meanings; missing value unknown value no value inapplicable data customer_id customer_name contact 101 Alice 0712345678 102 Brian NULL 103 Carol 0798765432 You shouldn't…

  • NULL in SQL signifies missing, unknown or not applicable values
  • SQL uses three-valued logic with TRUE, FALSE and UNKNOWN
  • IS NULL and IS NOT NULL functions retrieve rows with or without NULL values

Devbox: Portable and Isolated Development Environments

Introduction I am one of those people who need to have everything in its place to be able to do something. This applies, of course, when I work with a local or remote repository.

  • Devbox simplifies isolated development environments
  • Devbox generates project-specific repositories
  • Devbox offers user-friendly package management

Review Agent PRs for Silent Interface Drift

A checkout squad opened an agent pull request on Monday. The title claimed a small null-safety cleanup. The diff looked tiny in GitHub. The helper loadInvoice stopped throwing NotFoundError .

  • Agent PR changes return shape from NotFoundError to null
  • Staging converts missing invoices to HTTP 500 errors
  • Reviewers must manually inventory call sites to detect contract drift

More from Sunday 6 September →