Forgot your password?
typodupeerror

Comment Re:Only bug left. (Score 1) 32

LLMs have certainly made people get really into conspiracy theories. *eyeroll*

The LLMs didn't just off on their own decide to look for hypervisor bugs. Users told it to look for hypervisor bugs. The timing means that multiple users did so at roughly the same time - probably in response to some news of some sort.

Comment Re:See, this is the real problem (Score 1) 67

To be fair, you went to war with Iraq due to faked and purposely misinterpreted intel. Not even that well faked either: much of the rest of the world called bullshit.

You did almost nuke various countries, including your own, because Strategic Air Command couldn't tell the difference between jamming and a solar storm, a jumpy guard saw a bear climbing a fence, somebody thought swans were Soviet aircraft, Nixon was a mean drunk, the moon, bombers kept dropping nukes by accident, an AT&T switch failed in Colorado, bomb detectors couldn't tell the difference between a nuclear attack and a power outage, someone accidentally loaded a training scenario onto a NORAD computer, a couple of those NORAD computers had bad chips, etc.

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

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:HAL 9000 is here? (Score 1) 99

HAL 9000 was given a starship.

AI can only start a nuclear war if someone gives it launch control over nuclear missiles. A coin flipping device could also start a nuclear war if someone gave it launch control over nuclear missiles.* If a coin flipping device can trigger the doom scenario just as well as AI is AI really the problem?

Comment Re:Wait! What? (Score 1) 87

If your code doesn't compile in Rust just wrap it with unsafe { }
Hacking around and doing it the wrong way is much easier than figuring out how to get a complicated data structure through the borrow checker and value** lifetimes.

** I think of Rust values as objects in the general sense.

Slashdot Top Deals

Politics: A strife of interests masquerading as a contest of principles. The conduct of public affairs for private advantage. -- Ambrose Bierce

Working...