Forgot your password?
typodupeerror

Comment Re:All the big tech companies... (Score 5, Insightful) 79

Are you a rsilvergun sock puppet or something? If you don't want AI search, just don't click on it.

It's getting damn near impossible to "just don't click on" AI; it's being stuck everywhere, whether we want it ot not. When I do a search, I want the search results, not a goddamn AI telling me what to think.

(Google searches keep getting worse. Now, likely as not, I get sites that don't contain your search term. Yes, even when I put the important terms in quotation marks.)

Comment Remember HSA 1.0 ? (Score 2) 46

AMD bought ATI 20 years ago, back in 2006, to be the first company (or was it VIA first?) to have an integrated CPU-GPU offering.
They kept on talking about HSA 1.0 which would make it possible to pass pointers between the CPU and the GPU without the need to copy the actual data between the main memory and the graphics memory.
I cannot find the original reference, but I still found these:
https://hothardware.com/news/h...
https://forums.anandtech.com/t...

What happened after that? AMD stopped publishing any drivers that would allow running OpenCL on their APUs.
They actively blocked programmers from accessing the part that provides 99% of the processing power, just as Nvidia was taking off.
Obviously everyone working on AI flocked to CUDA and now that platform is entrenched.
Look at the HSA Foundation now, their most recent "news" are from 2020:
https://hsafoundation.com/
I wonder where we would be now if developers had the possibility to run OpenCL on the APUs of their laptops.

Comment This is just pandering (Score 5, Insightful) 72

The myth that AI data centers are using up all the water comes from some incorrect citations that have then swept through sensationalist and poorly fact-checked (looking at you Washington Post) news stories. One major contributor was Karen Hat's "Empire of AI" which overstated the usage by three orders of magnitude. (She did publicly correct that, but you can guess how many people are interested in the non-sensational numbers).

For proportion, California almond growers use 90x the fresh water of all US data centers combined.

Which is not to say that a data center can't still be a strain for some communities, but not in a more extraordinary way than e.g. the local university wanting to maintain a golf course.

But "AI IS SUCKING UP ALL THE WATER PEOPLE NEED TO SURVIVE!!!" is a wonderfully concrete - if completely false - complaint for people uneasy about the recent advances in technology to latch onto

For what it's worth, the Blackstone-owned company says its data centers use a closed-loop cooling system that does not consume water for cooling. The reason for last year's high water use, according to QTS, was the temporary construction work such as concrete, dust control, and site preparation.

Once the campus is fully operational, it should only use a small amount of water for things like bathrooms and kitchens. But that point could still be years away, as construction and expansion in Fayetteville may continue for another three to five years.

So this has nothing to do with the building being a "data center" at all. The water used if for construction and it could just as well be a stadium or an apartment complex. But since people are talking about data centers using water we'll take any opportunity to jump in on that even if it's amplifying a misconception by mentioning it in adjacency to unrelated events.

Comment Re:Prices are sticky (Score 5, Informative) 103

Anyone expecting corporations to not try to make a profit and extract maximum value for their shareholders ignore that that's their fiduciary duty.

"this belief is utterly false. To quote the U.S. Supreme Court opinion in the recent Hobby Lobby case: 'Modern corporate law does not require for-profit corporations to pursue profit at the expense of everything else, and many do not.'"

https://www.nytimes.com/roomfo...

"We ... show that [the Shareholder Primacy Norm] is not a legal requirement, at least under the guise of shareholder value maximization. This is in contrast to the common assertion that managers are legally constrained from addressing corporate social responsibility issues if doing so would be inconsistent with the economic interests of shareholders."

https://papers.ssrn.com/sol3/p...

Comment Re: What I don't like about Dawkins (Score 1) 403

It's he's got enough education to know better. Same with the anti trans crap where I know he can read the science.

It means he's not stupid he's lying to me

Can you answer the question of why he would lie about either exactly? What is his sourced motivation? How does that stack against his incentive to not blithely throw away his career as an accomplished academic?

The actual explanation is much simpler. He is a world-reknown biologist, not a computer scientist or philosopher. He sounds dumb talking about what he is not an expert in.

You (I assume) have some developed expertise in the AI tooling. You (quite obviously) do not have any expertise in biology, or even the context of Dawkins statements you are alluding to, so you sound at least as dumb characterizing what he has said as "anti-trans crap."

Comment Re:I'd love to trash Edge, but... (Score 2) 109

I'm not familiar with the exact implementations, but it's actually not hard to imagine a scenario where 1 is needlessly vulnerable, and 1 is not.

For the "secure" model,
What immediately comes to mind is a multi-process design (which I know that Chrome does use, but not to what extent).
The ability to read/decrypt passwords would be kept in a separate process from whatever handled rendering the website and runnings its javascript (since that's the most exposed to security challenges).
The head process would only feed passwords to worker processes when they had a reason to have them.

For the insecure model- single process. Done.
Any compromise (or even the ability to leak locally mapped memory) of the renderer or javascript engine means easy access to all passwords.

Comment Re: Ketamine [Re:So, nothing really new here] (Score 2) 44

The normal rules require an in-person visit, but the post-COVID rules (extended again this year) allow for telehealth "visits", even to receive scheduled drugs- at least that's what I've been led to believe.

but at the same time, dirty MDs have and do run drug mills.

That's been my overall take of the situation with the guys I know.

I have no doubt there's a legitimate practice in there for people with legitimate problems. Ketamine is serious shit. You can really fuck yourself up with it, permanently, if you misuse it. Actual doctor supervision seems like a good idea if you give a fuck about your life.

Comment Re:Actually, Bayer(Monsanto) is to blame (Score 1) 66

Unless the headline and quote massively mislead about the article, which becomes a “this site isn’t reliable” problem, there’s no need to-it’s *obviously* bullshit.

As I read that sentence, what I think what you just said is "right, I didn't read the article, I just guessed what it said from the headline."

Slashdot Top Deals

Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms.

Working...