Forgot your password?
typodupeerror

Comment The fines are very small. (Score 3, Interesting) 19

The fines should be proportional to actual damage caused (ie: 100% coverage of any interest on loans, any extra spending the person needed to do in consequence, loss of compound interest, damage to credit rating along with any additional spending this resulted in, and any medical costs that can reasonably be attributed to stress/anxiety). It would be difficult to get an exact figure per person, but a rough estimate of probable actual damage would be sufficient. Add that to the total direct loss - not the money that went through any individual involved, and THEN double that total. This becomes the minimum, not the maximum. You then allow the jury to factor in emotional costs on top of that.

In such cases as this, the statutary upper limit on fines should not apply. SCOTUS has repeatedly ruled that laws and the Constitution can have reasonable exceptions and this would seem to qualify.

If a person has died in the meantime, where the death certificate indicates a cause of death that is medically associated with anxiety or depression, each person invovled should also be charged with manslaughter per such case.

Comment Re:Intel's political marketing has always been bad (Score 3, Insightful) 22

If you read this post it shows that AMD stole Intel's design and reverse engineered it.

If you dig deeper, you'll find that AMD originally reverse engineered the *8080*, not the 8086. The two companies had entered into a cross-licensing agreement by 1976. Intel agreed to let AMD second-source the 8086 in order to secure the PC deal with IBM, who insisted on having a second source vendor.

There would have been no Intel success story without AMD to back them up.

(That actually would have been for the best. IBM would probably have selected an non-segmented CPU from somebody else instead of Intel's kludge.)

Comment We need to increase the penalties. (Score 3, Funny) 46

I suggest:

First offence: Have to watch CSPAN for 5 hours a day, for a week, without sleeping through it - evidence to be provided in court

Second offence: Have to sing Miley Cyrus songs and Baby Shark on TikTok - sober

Third offence: License to practice and all memberships of country clubs and golf courses revoked

Comment Re:Clean room? (Score 5, Interesting) 124

Even if you use an AI to extract an extremely condensed specification out of the source code, it's hardly clean room if the LLM was pre-trained on the source code any way.

I once worked at a place that had a clean room process to create code compatible with a proprietary product. Anybody who had ever seen the original code or even loaded the original binary into a debugger was not allowed to write any code at all for the cloned product. The clone writers generally worked only off of the specifications and user documentation.

There were a handful of people who were allowed to debug the original to resolve a few questions about low-level compatibility. The only way they were allowed to communicate with the software writers was through written questions and answers that left a clear paper trail, and the answers had to be as terse as possible (usually just yes or no). Everyone knew that these memos were highly likely to be used as evidence in legal proceedings.

I highly doubt that any AI tech bros have ever been this rigorous, and I'd bet that most of these AIs have been trained on the exact same source code that they are cloning.

Comment Re:TypeScript? (Score 4, Informative) 65

That surprised me, too. TypeScript is a very poorly-congealed ("designed" seems a bit strong) language.

Of the two popular scripting languages - python and ruby - python probably makes more sense as you can compile into actual binaries if you want.

For speed and parallel processing, which I'd assume they'd want, they'd be better off with Tcl or Erlang, both of which are much much better suited to this sort of work.

Comment How is the lack of govt information relevant? (Score 3, Insightful) 82

Assuming it's remotely true (and there's good reason for thinking it isn't), it still means the FBI director was negligent in their choice of personal email provider, that the email provider had incompetent security, and that the government's failure to either have an Internet Czar (the post exists) or to enforce high standards on Internet services are a threat to the security of the nation (since we already know malware can cross airgaps through negligence, the DoD has been hit that way a few times). The FBI director could have copied unknown quantities of malware onto government machines through lax standards, any of which could have delivered classified information over the Internet (we know this because it has also happened to the DoD).

In short, the existence of the hack is a minor concern relative to every single implication that hack has.

Comment Re:All copper is "oxygen-free" (Score 1) 69

The only thing stopping you from calling the water pipes in your house "copper-phosphorus pipes" is laziness and poor attention to detail.

Have you ever heard a single person, including plumbing professionals, call them "copper-phosphorus pipes"?

No. Because that's not how the English language works. You're the one who is too lazy and ignorant to figure out how people actually communicate in society.

Hint: The systematization your mind wants to apply to everything is not absolute. You need to figure out when to relax the formal logic rules when they start to result in absurd outcomes.

Comment Re:Coming soon off the back of this (Score 1) 113

Doesn't have to be a credit card. A class III user digital certificate requires a verification firm be certain of a person's identity through multiple proofs. If an age verification service issued such a certificate, but anonymised the name the certificate was issued to to the user's selected screen name, you now have a digital ID that proves your age and optionally can be used for encryption purposes to ensure your account is only reachable from devices you authorise.

Slashdot Top Deals

At the source of every error which is blamed on the computer you will find at least two human errors, including the error of blaming it on the computer.

Working...