this post was submitted on 26 Jun 2026
509 points (99.0% liked)

Technology

85805 readers
3515 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Return_of_Chippy@lemmy.world 52 points 2 days ago* (last edited 2 days ago) (9 children)

I'm not necessarily in favor of data centers. That said, every time I see something like this I just wonder when we are going to start hearing about data centers being built in poor countries powered exclusively by coal and zero regulation. I really have no idea what a good outcome looks like but playing ultra hardball seems unwise. I'm very poorly educated on data centers and AI in general. But, I am an expert in electrical generation. I know we could do it pretty clean, at least relative to coal/heavy oil. I don't think stopping data centers built in the US will magically cease the boulder rolling in the AI direction. Seems like the money is at its back so its going to happen, just a matter of when, where and how dirty.

[–] Brkdncr@lemmy.world 62 points 2 days ago (10 children)

It’s pretty easy to regulate this:

  • Closed loop cooling
  • grid upgrade built into design plans, paid for by the datacenter.
  • cleaner power generation
[–] officermike@lemmy.world 40 points 2 days ago* (last edited 2 days ago) (14 children)

I'd say your list is a bit too short. Some more considerations (not comprehensive):

  • Construction noise and seismic limits (nearby neighborhoods have been disturbed and experienced damage from blasting operations)
  • Operating noise limits (ban on-site gas turbine generation, limit noise levels from cooling towers)
  • Limit light pollution

Edit:

  • Job protections and guarantees for workers displaced by automation
[–] grue@lemmy.world 15 points 2 days ago* (last edited 2 days ago)

Data centers ought to only be allowed in rural areas to begin with. Even if the noise/vibration/heat/etc. weren't an issue they're still a goddamn hole with zero foot traffic, and that's just bad urbanism. They're like public storage warehouses, but even worse.

They need access to the Internet backbone, but that doesn't mean they have to be in cities. Put 'em somewhere along the fiber halfway between.

[–] Hackworth@piefed.ca 5 points 2 days ago

I have first-hand experience living near a source of infrasound, and oh my god, it's terrible. Here's a good video about the infrasound generated by data centers.

[–] Sonicdemon86@lemmy.world 2 points 2 days ago (1 children)

Still missing heat increase, up to 26°F in the surrounding area. All that heat from the gpus and cpus is a lot. I've heard of people using their gpus to heat their apartments.

[–] 7101334@lemmy.world 1 points 1 day ago

There was a Bitcoin mining computer being marketed as a dual-purpose space heater lol

[–] BorgDrone@feddit.nl 3 points 2 days ago (1 children)

Job protections and guarantees for workers displaced by automation

Jobs are a necessary evil, not a goal in itself. The goal should be to eliminate all jobs.

Until that time we should figure out a better way to share the burden of the work that nerds to be done as well as better way to distribute resources. Trying to preserve jobs is not the way.

[–] Mondez@lemdro.id 2 points 1 day ago

It's more about resource allocation, who gets to control of how much. You can eliminate jobs and have most people scratching out a meager existence or you can elinimate jobs and have everyone on a level playing field. I think we'd mostly agree we want the latter but currently looks like we'd need a war against the already wealthy to avoid the former.

load more comments (10 replies)
load more comments (9 replies)
[–] Zarxrax@lemmy.world 56 points 2 days ago (1 children)

I think there are definitely ways to do these data centers that have minimal external impacts, but it costs money and time, and they are trying to rush these through as fast as possible.

[–] Return_of_Chippy@lemmy.world 19 points 2 days ago

Yeah, tough to have a good faith conversation about it.

[–] SpaceCowboy@lemmy.ca 23 points 2 days ago (1 children)

The US will soon be the poor country that's powered by coal and zero regulation.

[–] greyscale@lemmy.grey.ooo 8 points 2 days ago (1 children)
[–] BassTurd@lemmy.world 6 points 2 days ago (1 children)

Coal is a miniscule and shrinking source of power in the US regardless of how hard Republicans try to bring it back. We may end up poor, but it won't end in coal being a dominating force again, especially given the oil we can harvest and use for natural gas.

[–] greyscale@lemmy.grey.ooo 1 points 2 days ago

While it has been deminishing, its still 750TWh.

Still some third world shit tho. Look at that gas go brr.

[–] its_kim_love@lemmy.blahaj.zone 13 points 2 days ago (1 children)

You basically understand what the people with a vested interest in making AI happen want you to know. The truth is that AI is already starting to crumble. It's a technology that doesn't do 99% of the things it's perported to do, and will never do 90% of what they sold it on.

[–] Return_of_Chippy@lemmy.world 5 points 2 days ago* (last edited 2 days ago) (3 children)

Yeah I'm not versed in the subject enough to say/think you're wrong necessarily. I do know the general slant Lemmy's population has against it though.

[–] grue@lemmy.world 9 points 2 days ago (1 children)

Lemmy's population is overrepresented by software engineers who know more about how LLMs actually work than the general public does. Let that sink in.

[–] boonhet@sopuli.xyz 4 points 2 days ago

Also a field disproportionately affected by it so still kinda biased

[–] iamthetot@piefed.ca 5 points 2 days ago (1 children)

GenAI as it currently stands is a fancy text predictor. You ever had your phone suggest the next word in a message you're typing? It's that, on crack.

When you really wrap your head around the fact that that is all it's doing, it loses a lot of its appeal imho. Especially for the cost to do so.

[–] Repelle@lemmy.world 3 points 2 days ago* (last edited 2 days ago) (1 children)

To be more specific (for anyone interested), the next word predictors are usually a type of model called an LSTM (at least I think that’s the most common). This model type has been used for a long time for dealing with sequential data. In 2014 there was a famous paper introducing an attention mechanism. This was a rather brilliant, though relatively minor extension to how LSTMs work. Essentially between each step of an LSTM it generates some data representing the model’s knowledge of the sequence to that point. The attention mechanism looks back at these intermediate values and determines how relevant each state is to the current point in the sequence and pulls in the most relevant bits. This vastly improved the memory of the LSTM over longer sequences.

In 2017 there was another famous paper “attention is all you need” which said something to the effect of “the attention mechanism is doing all the work, we don’t need the rest of the LSTM we can replace it by running attention between all point combinations in the sequence.” It’s actually significantly slower to run as the model grows, but much much faster to train because it’s not intrinsically sequential. This is the transformer model that’s the basis of all our LLMs.

Obviously some massive simplifications here but as despite being fairly anti AI, I do love the engineering behind it. So yeah, pretty literally a fancy text predictor, but it turns out when you throw all the compute you can muster at a fancy word predictor is makes the world go crazy

[–] michaelalf@lemmy.world 1 points 2 days ago

Thanks for this explaination, it finally clicked for me.

[–] its_kim_love@lemmy.blahaj.zone 1 points 2 days ago* (last edited 2 days ago)

Just simply ask yourself, why are all the AI companies discussing going public now? I hope you would agree that AI as it currently stands is far from the human brain replacement it was sold as. Outside of a few very specialized fields it's basically an email generator. They're out of training data for all intents and purposes. AI generated content is so ubiquitous now that you can't use most data moving forward without painstakingly checking it all, and AI is becoming increasingly harder to distinguish cheaply or easily. The widespread adoption has poisoned the well. So AI is as advanced as it's going to be, and it's not worth its valuation. They're all racing for the exit and IPOs are their last hope for their backers to sell and get out before the markets stop being irrational. I hope I'm wrong but that seems to be the writing on the wall.

Edit: they're also already posturing the current administration for a bailout deal.

In my country, the data centres are in poor areas.

[–] zarkanian@sh.itjust.works 4 points 2 days ago

Seems like the money is at its back so its going to happen,

Well, there's certainly a lot of money being spent to make you believe this. I'm not buying it. Every day, dislike of AI grows. Meanwhile, AI companies still aren't turning a profit. If the AI companies win, they'll be in control of a public utility that many businesses will need to survive.

[–] gibmiser@lemmy.world 4 points 2 days ago (1 children)

Prohibit them from producing their own electricity. Force them to invest in and use renewables.

[–] Return_of_Chippy@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

How would that look? Wouldn't inventing in and using renewables be producing their own electricity? Or do you mean force them to be tied to the grid but also force them to force the grid to use renewables.

[–] acosmichippo@lemmy.world 1 points 2 days ago

My understanding is natural gas is cheaper than coal nowadays because the waste heat can be captured and reused.

load more comments (1 replies)
[–] _fryerDan@sh.itjust.works 3 points 2 days ago (1 children)

Nothing will change. This won't get passed. It'll all get brushed under the rug and the Democrats will keep the status quo as usual

[–] zarkanian@sh.itjust.works 4 points 2 days ago (1 children)

Call your representatives. Or email them.

[–] IEatDaFeesh@lemmy.world 2 points 2 days ago (2 children)

I see this being said so the time and I always ask myself, why? You think if people call/email Zionists like Fetterman they're going to budge? It's no use interacting with these people. The only thing we can do is vote them out.

[–] _fryerDan@sh.itjust.works 3 points 2 days ago

Lol i live in Indiana. My rep says we're being babies

[–] zarkanian@sh.itjust.works -1 points 1 day ago (1 children)

Voting them out is Plan B. Plan A is lobbying them (e.g. calls, emails) because it's so much easier than Plan B. Sure, if they keep ignoring you, by all means, vote their asses out, but that is a task that is so much bigger than simply calling their office.

[–] IEatDaFeesh@lemmy.world 1 points 1 day ago (1 children)

You're delusional if you think plan A has a chance of working on someone like Fetterman. Most of our politicians are beholden to big money, not the people.

[–] zarkanian@sh.itjust.works 0 points 1 day ago* (last edited 1 day ago)

You’re delusional if you think plan A has a chance of working on someone like Fetterman.

You're the one who brought up Fetterman. If you want to run against him, go for it.

Most of our politicians are beholden to big money, not the people.

Okay, so then they can be replaced. Which part of what I said do you disagree with? If people can't be bothered to make calls, then they sure as fuck can't run a campaign. Because guess what you do in a campaign? A lot of fucking phone calls!

load more comments
view more: next ›