Forgot your password?
typodupeerror

Comment Re:Its very puzzling, isn't it? (Score 1) 71

While the energy source of wind and solar are free, building and maintaining the plants is not free.

If all they were building were a single 100MW data center, sure: renewables would be cheaper to build. But they evidently are planning a major campus that will consume most of the plant's 615 MW output over the next 25 years.

A solar installation, in a favorable location, capable of supplying 600MW around the clock (with battery backup) would have to be roughly 1800MW in capacity. It would be among the largest inthe world, on the order of ten thousand acres in size at a build cost of maybe 2 billion. The battery backup system to ensure 99.9% uptime would be 9x the size of the largest li-ion grid storage system ever built, and set you back on the order of 4-5 billion dollars.

While it's probably cheaper to go renewable than build a *new* nuclear plant, if you can reactivate and one for just two billion that looks like a bargain, if you have a use for all that power. Inability to save money by load following is the financial Achilles' heel of this generation of reactors, but if you have a guaranteed customer for most of your output, years in advance, that's as close to an ideal economic case for them as anything could be.

Comment Re:Or, counterpoint, it stole somebody else's work (Score 2) 77

It is in that context that I said “it would be simpler if Levent was not an Anthropic employee” because I felt it would be inappropriate for an Anthropic employee to author OpenAI’s work. Importantly it was admitted that internal Anthropic models had been used in their proof of Euler blowup; I therefore felt I could not consider Levent to be an independent academic.

ROTFL this shows he's definitely thinking of protecting the company, not thinking about pure academic work.

Comment Re: The statement from the researcher to cries fou (Score 2) 77

I like this part:

I would like to be clear about what I am not claiming. I have not seen OpenAI’s proof. I do not know what their model did, or how. I do not know whether our data was used. I am not accusing anyone of anything. I am stating what I was told, when, and what was proposed to me.

Solid mathematician with solid logic. He only presents the facts, nothing more, nothing less.

Comment Re:So what? (Score 1) 81

ToS is the strongest argument, but the distillers are not parties to the ToS. They get their data from data brokers. It is possible that data brokers are violating the ToS, but it would be hard to write ToS that precluded running queries for third parties without creating problems for consultancies and other businesses. Even presuming the ToS could be written to preclude the data brokers doing that, it doesn't affect the resulting model.

But the general shape of the argument brings us right back to unclean hands: we worked hard on this model and it's not fair for you to profit off our work in a way that doesn't have our permission.

Comment Re:It's just like The Osbornes! (Score 1) 68

I think the fair-minded position is to see what people think when the documentary comes out. You're essentially arguing a negative here -- that there *can't* be anything of value that hasn't been said yet.

Also, I don't think saying something *new* is necessarily critical. Sometimes saying something obvious but in an interesting way is worthwhile.

In this case, Holmes gave access to the filmmaker. Obviously she has an agenda. If the filmmaker is smart, he has an agenda that's different from hers. If he knows his business he'll find something interesting to show you from that conflict.

Now looking at the trailer -- holy shit that woman gives off batshit crazy vibes. That's new to me. I expected her to be slick, persuasive, like Saruman in Lord of the Rings: someone. you'd need real strength of mind to resist being persuaded by. If I'd just handed someone like that my business card, I'd get it back on some pretext then head as fast as I could for the door.

Comment Re:So what? (Score 2) 81

It doesn't make it *right*, but it does make claiming it is *wrong* inconsistent with their own behavior. This could prevent the US companies from suing the Chinese companies seeking an injunction (due to the "unclean hands" doctrine), and probably blocks them from seeking monetary damages in most US jurisdictions.

And suing may undermine the US companies own intellectual property claims by exposing their shaky foundations. An AI model isn't *expression*, so it can't be copyrighted. Insofar as the service allows the underlying model to be deduced through regular usage, trade secret protections don't apply because that's *reverse engineering*, which trade secrets don't prevent.

This leaves violations of terms of service. But setting aside the dubious enforceability of anti-reverse engineering provisions, the Chinese companies may not even be parties to the ToS agreement if they are obtaining the model data through a network of contractors and shell companies.With only moderate paranoia, they can effectively shield themselves from some kind of US tort claim.

Which leaves them with the model they've created from the US company's model, but which the US company has no IP claim upon. If I download a DeepSeek model that's been (hypothetically speaking) trained on Claude, Anthropic might not like that, but what can they do about it?

It's a strange situation. US investors are spending cumulatively on over half a trillion dollars a year in the hope of owning a breakthrough frontier model that is the end of the economic world as we know it. But the essence of the model might not be intellectual property at all.

Comment Re:The latest New Shiny Bandwagon ... (Score 2) 63

Reminds me of when every webdev was extolling the virtues of Ruby to whoever would listen.

Ruby on Rails is the best dynamically typed language available for Webdev. Python has more developers, so if you build on RoR, you might need to train some people. If you want a statically typed language for webdev (usually better on very large projects), C# as a language is great, but the ecosystem around Java is better.

Wtf is the point of Rust at the to-the-metal level when by definition most of what you do will be unsafe memory wise?

Rust is useful when you have to work with incompetent programmers, which is most of them these days, especially those who write kernel drivers. If you encapsulate the driver accesses in functions or classes, then it's not that big of a deal. Encapsulation of some type is important though, you don't want to spread GPIO accesses throughout your code, that's sloppy redundant and repetitive.

Comment Re:Now I want to go (Score 5, Insightful) 38

It means the LA critic establishment hates the museum, that's why they write like that. Critics in LA form a weird kind of hierarchical establishment, and they have some power because they can get quoted in news articles.

"Good at getting quoted" is an orthogonal skill to "being a good judge of art," and it's apparent that Lucas did not appropriately kowtow to the establishment in the way necessary to get promoted. The critics can't outright say it's bad, because if it's popular, then people won't trust them.

Slashdot Top Deals

"Sometimes insanity is the only alternative" -- button at a Science Fiction convention.

Working...