Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:how are data centers "dirty"? (Score 1) 67

But in that sense we're getting into semantic hairsplitting. "Annoying" != "dirty"
To your points:
* Noise of generators and cooling systems, the DC being built too close to existing homes, more of a zoning council fail but it happens as DC money can make the council turn a blind eye to the local residents desires.
Zoning issue, as I mentioned.

* Vibration, lots of big engines and such can create vibrations that travel thru the ground (or very low frequency) that can disturb sleep and such even if it doesn't measure on the sound meter.
Zoning issue, as I mentioned.

* Diesel exhaust if that's used for generators.
CLEARLY a Zoning issue, as I mentioned.

* Water supplies can be consumed (& denied to locals) or even "contaminated" (like being warmed too much for the local wildlife), or aquifers can be drained faster than they can replenish.
Not a zoning but pricing issue; I've been involved in commercial/industrial planning, and water consumption is certified; if it exceeds capacity, it shouldn't get a permit (zoning issue, basically) at all. Otherwise, it should be charged for what it takes; if the price is calculated accurately this shouldn't be an issue.
The warming of local aquifers and surface water is 100% a valid point though as I don't know of any regulatory system that comprehends/accommodates/costs this into the factor. Good point.

* Electricity as this article is about
Pricing issue. If it's slated to need X mwh, then it should be charged for it. If the local grid has to build capacity to accomodate, that's a planning issue and likely a surcharge for the major user(s). If this isn't happening, again, local regulatory issue.

* Dropping local property values of existing homes
If a business is properly zoned, compelled(!) to comply with local ordinances about noise, emissions, vibration, traffic, etc there's zero reason this would impact local home values.

* Taxation issues because cities want to bring the DC in and give tax abatements, but there are still local services required so the extra costs get passed on to others
The tax abatement issue is absolutely a genuine one; such arrangements HAVE TO ensure basic services are paid for, and that only the marginal 'profit' from such projects' taxation is in play. Most local councils have some level of corruption, unfortunately, and too few local residents give enough of a shit to make any change.

Comment Re:how are data centers "dirty"? (Score 1) 67

"The company naturally took a build now/ permit later approach to essentially building their own power plant, as one does."

I live in MN. We were building a coating plant here in the late 1990s and it involved a thermal system to burn away solvents that escaped from our coating process (we're a EU firm, and have been recycling this back into power for our dryers for years reducing solvent emissions to basically 0) so I was heavily involved with the MN PCA and EPA who (surprisingly) had no algorithms to comprehend such a system yet in the US. So I had a year or more of fairly deep engineering discussions with regulators.

TN certainly has its own rules but I don't understand how a company could have a "The company naturally took a build now/ permit later approach to essentially building their own power plant, as one does." Doesn't your example VERY SPECIFICALLY support my point that this isn't so much an issue about the data center but about the lax implementation of basic regulation and zoning limits that the could do so and even survive the regulatory consequence?

Comment Re:Oooh! 56 million whole bucks? (Score 1) 176

I genuinely don't know. I don't have all the answers.
But when the literal best dirt the Dems can come up with is "Trump is mentioned!" even then the point isn't what they're trying to make it seem: ...yes, he's mentioned because he was telling them to STOP BEING PEDOS.
"In one of the emails, dated January 2019 and sent to columnist Michael Wolff, Epstein said of Trump: âoeOf course, he knew about the girls as he asked Ghislaine to stop.â"

https://www.theguardian.com/us...

Comment Re:Oooh! 56 million whole bucks? (Score 1) 176

Where did he claim this?

He famously said the Epstein and he shared a love of women but Epstein's tastes 'ran a little young'.
He tossed Epstein out of Maralago for creeping on young female staff, and volunteered cooperation with Epstein's only prosecution.
Epstein papers that have been released show he seethed about Trump.

The Dems tried a docudump that - if they had anything - would have ABSOLUTELY included damning evidence. "Trump knew about the girls" - sure, Epstein himself talked about it, but not in the way that helps your point:
(From the Guardian https://www.theguardian.com/us...) In one of the emails, dated January 2019 and sent to columnist Michael Wolff, Epstein said of Trump: âoeOf course, he knew about the girls as he asked Ghislaine to stop.â
He's literally mentioned telling them to STOP. Are you people stupid?

Now Trump is fighting his own congress to get the papers out.

Submission + - Germany caps power prices to save industry

argStyopa writes: From https://www.zerohedge.com/ener...
"Germany has agreed to subsidize electricity for its heavy industries, capping prices at about €0.05 per kilowatt-hour from 2026 through 2028—a major policy move aimed at keeping its industrial base from eroding under the weight of Europe’s soaring energy costs."

As the vanguard of industrial states embracing green power, is this a tacit admission that "sustainable" was never actually a synonym for "green"?

Comment Re:Async bloat (Score 1) 80

I guess I'm not working on "typical CRUD apps" then?

Based on your description, no, you are not, other than maybe "data stores". Sounds like systems programming. And it's rare to need such for app-level database access (unless you did something wrong or bad).

other than async and await keywords here and there.

It tends to force the need to parts that have nothing to do with asynchronous programming other than being referenced by parts that do. It pollutes and spreads like prions in a brain.

Slashdot Top Deals

egrep -n '^[a-z].*\(' $ | sort -t':' +2.0

Working...