Forgot your password?
typodupeerror

Comment Re: Rust designed to mitigate limitations found in (Score 1) 92

Wrong again.

Moreover, many of the big complex systems I've worked on were big and complex mainly because OOP nitwits had designed them. They often didn't understand how computers actually work, lost sight of the fact that they were writing a computer program, and spewed out frameworks that filled countless gigabytes of resident memory with endlessly deep layers of nothingburger abstractions. Maybe that didn't matter so much when memory was cheap, but that's no longer the case.

If you think that there's only one way to deal with large data sets, you're a just noob that needs more experience before spouting your theories.

Comment Re:Rust designed to mitigate limitations found in (Score 1) 92

Dr. Dobb's Digest March 2009: The Safe C Library

Dr. Dobb's Journal March 1991: Array bounds checking with Turbo C

The ideal for memory safety is to have an air-tight pressure vessel.

With C, you're starting that task with a colander. You've managed to fill two of the colander's holes with silicone caulk. Congratulations.

Comment Re:insanity (Score 1) 133

local LLMs aren't there yet and probably won't for the forseable future for ordinary people. If you want to run a full model like DeepSeek v4.1 Flash, you need something like half a TB of RAM.

The open-source LLMs are a different threat: They enable a service industry independent of the large players. I could today get some venture capital, rent a few racks in a hosting center, install a bunch of beefy machines and offer the same service as Claude or ChatGPT, just on an open-source model. The differences in benchmarks are becoming irrelevant for 95% of common use cases. And if I can offer that service for $19/m while OpenAI wants $29/m then OpenAI has a problem.

And IMHO this is the chinese strategy: Undermine the US AI industry by breaking its business model.

Comment insanity (Score 4, Interesting) 133

Has everyone gone insane or are we witnessing a major PsyOps ?

Since AI isn't magical, for it to be able to "kill all humans", it would have to be able to acquire the means to do so. Which means that these already exist. It means someone is able to do it right now. And we're chill with that, but worried about AI?

No doubt a bunch of autonomous weapon systems linked into a C&C could cause considerable bloodshed. Given that most of the existing weapon systems of that kind are essentially suicide drones, it'll still be limited damage.

Human-killing virus? Still need a means of creating and delivering it.
Nuclear war? We have humans in the loop.
Drive us all insane with AI-slop TikToks? A few percent of humanity still don't use that.

So what is the actual scenario ? When someone shouts "AI will kill us all", why don't we ask them "how, exactly" ?

Comment Re:Ok, but⦠(Score 5, Insightful) 162

Considerably more difficult than you imagine. Between them, they have almost 70 command-line options or flags. Taking into account that many of those behave differently depending on the presence or absence of other flags, there's a couple hundred different code paths. Then you need to handle directories, files, sparse files, sym- and hard-links, on and across different filesystems, not to mention the various file-like things scattered around (pipes, streams, etc.)

It's not rocket science, but neither is it trivial.

Comment agencies (Score 1) 172

agencies can't be trusted to oversee themselves.

We knew that. But now we have proof.

Will anything happen because of that? Nah, I don't think so. A few token gestures maybe. A friendly mail to everyone saying to write better reasons, followed up by an informal mail that tells them to ignore the previous one.

This isn't a mistake. It's intentional. The more arbitrary and uncontrolled the police can act, the more it is feared, the more it is a tool for oppression and not a part of civil society, the more likely the cops will stand on the side of the powerful when there are protests or uprisings against the increasing oppression and economic divide.

Comment oh drat (Score 2) 96

And here I was, thinking foldable phones would allow us to go back to smaller sizes. Guess I'll be sticking with my SE, which at least comfortably fits into my pocket.

Someone please bash some sense into Apple.

I'm sure there are people who want a mini-tablet in their trousers. I'm also sure I'm not the only one who simply wants a phone. That you don't have to think about every time you move or sit.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...