Forgot your password?
typodupeerror

Comment Very intriguing (Score -1) 88

This is interesting, more theories and more avenues of research. Cosmology is indeed fascinating and we, the jocks, revel in this. The more to learn, the more to find out! How exciting! And what marvelous instruments science puts at our disposal. Surely it will be talented, dedicated, determined people - space jocks - who will investigate this fascinating field and marvel us with new insights! Meanwhile the whining nerd will be relegated to the lowest ladder, his teeth kicked in, his head toilet-flused, his face beshitted.

Comment Re:misaligned behavior (Score 1) 96

I guess the wording is just more animism. "Deception" means it tries to create a certain perception while also having data that says this perception is not accurate. But that is just what the large commercial LLMs do. They always try to sound sure, for example, which is deceptive. I guess OpenAI means cases that humans find even worse than the usual stuff.

Obviously actual deception would require insight and intent and LLMs cannot have those.

Comment Re: Ok, but⦠(Score 1) 153

The problem is that if you do not do an "open" with O_TRUNC on running a command with a ">" redirection in there, you run into a massive host of problems like TOUTOC vulnerabilities. Hence ">file" has only two valid implementations: Illegal syntax or truncate the file to zero length.

There is no time after the command has started running where you could safely allow a CTRL-C that prevents the overwrite.

Slashdot Top Deals

"A complex system that works is invariably found to have evolved from a simple system that worked." -- John Gall, _Systemantics_

Working...