Forgot your password?
typodupeerror

Comment Re:Or, counterpoint, it stole somebody else's work (Score 3, Interesting) 90

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 3, Informative) 90

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:The latest New Shiny Bandwagon ... (Score 2) 66

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

Wasn't there something about a PASCAL programmer knowing the value of everything and the Wirth of nothing?

Working...