Forgot your password?
typodupeerror

Comment Re:Wasn't he right though? (Score 2) 75

In America, laws are made by paying the politicians under the table. That's common knowledge. It's how the DMCA got passed, for example. But it's also made by having financially valuable information information, particularly that which permits politicians to have insider information that they can sell for votes/influence or use to make a killing on the stock market.

(You notice anything odd about oil price fluctuations recently?)

Musk had access to money, some of the largest databases the USG had, and the ability to fire civil servants who might have been inconvenient to Congress.

Comment Re:Wasn't he right though? (Score 0) 75

He was in government for how many years? If he wanted the statute of limitations altered, then surely that would have been the time to do it.

It would seem to me that he didn't care about the statute of limitations until AFTER other people started getting rich and he didn't.

Comment Appeal possible? (Score 1) 75

I was under the impression that an appeal against a not guilty verdict was not permitted in the US, and was only permissible in the UK in the event of murder when overwhelming evidence showed wilful interference of the trial or exceptional new evidence.

Comment Re:What's the problem? (Score 1) 59

The problem is that you have hundreds of folks now running the exact same checks with the exact same tools and all submitting without a care for what any of the others are doing.

Dupes are nothing new, but the scale of dupes becomes gigantic because now everyone thinks "I can be a kernel security researcher now" and all have the same tools at their disposal that tend to find the same things.

As to the 'genuine bugs', don't know about this current crop, but historically "security researchers" have already been bad for "crying wolf" and reporting non-issues that they didn't understand. The highest profile I can think of was when some "security researcher" started telling everyone in the world that nintendo stores passwords in clear text because he thought the 'OK' button only activated when the password entered matched successfully, but it just lit up as soon as *any* password that passed the rules was entered. AI code review is still pretty inclined to report non-issues in a similar way, so I imagine not just dupes, but lots of nothing coming along too. Those would be *harder* to have a system automatically handle, since a human actually has to understand the report and reconciling with reality. An LLM isn't going to be very good at dismissing bogus LLM complaints.

Comment Re:If AI is the flood (Score 1) 59

Well, it would be nice if the submitter was on the hook for the token budget to find dupes, but practically speaking the project probably runs it.

I would probably not have an LLM automatically merging duplicate tickets. The flow should be 'pass on to human review as no apparent duplicate was detected' or 'pass back to submitter with indication of probable dupe, to let the submitter decide if they have something to add to the original ticket and/or to subscribe to that ticket. I have seen enough problems when *humans* unilaterally merge tickets that end up being unrelated, and that clutters up and confuses an issue. Don't need LLM that may be pretty good, still would be even worse than the humans at messing up 'dupe or not'.

Comment Re:If AI is the flood (Score 1) 59

It's a matter of what the LLM operator is pointing it at.

The LLM operator submitting the bugs aren't paying attention nor feeding their instance of LLM anything about others' submissions. So they are flooding with dupes, and the LLM has no reason to detect duplicate submissions, since it's not fed that data.

An LLM fed the mailing list and new submissions could credibly find dupes. If it fails, oh well, a dupe made it through and was annoying. If it erroneously detects a dupe, oh well, the submitter has to re-assert that it is not a dupe and is somewhat annoyed.

LLM ability to identify roughly duplicate bugs is decent enough. I don't like the hand waving of "AI can write the code, AI can review the code, AI can test the code" to absolute confidence (finding ways to expend more tokens does improve it's success a bit, especially if you can give it a 100% perfect pass/fail test to run and and let it retry), but here it's a pretty straightforward application, just a better fuzzy match at finding duplicate reports.

Comment Re:Iran is going to lose access to the gulf (Score 5, Insightful) 341

I partially agree with you, but would like to bring something to your attention. I would say about five countries in the Middle East have been formenting a great deal of trouble for the others, along with a number of terrorist organisations. There is no particular reason to assume that the Middle East will deal with one problem and not the others. Yes, Iran has infuriated a great many countries, none of which (individually) can do much but could collectively act.

We could well see a genuine Middle East Union of nations that simple says enough is enough and clears the deck of all warring parties in the region -- and may well tell the US government that it needs to calm the F down or face a few reprisals of its own. Of course, if it does, then the subcontinent will likely join in - India and Pakistan are closely tied to Iran, and I shouldn't need to tell you both are armed with nuclear weapons. This is something the US also needs to consider, if it tries to invade Iran - you don't need missiles to attack a nation that's on the same landmass you're in, you just need trucks and an unsecured route.

Equally, this is a war that has been going on for the past 4,000-5,000 years now without showing much sign of anyone coming to their senses. This might not be enough to push everyone else over the edge. Precisely because several nations with a vested interest are indeed nuclear armed, there may well be a realpolitik view that kicking the collective arses of all of the power abusers in the region carries unacceptable escallation risks.

My hope is that the current wars being fought, all of which are mindboggingly expensive and stupid beyond all possible definitions of sanity, have a similar result as WW1 and WW2 - to push the world governments into saying that they will not tolerate this continued juvenile delinquency, but this time decide to do something effective about it.

The world has become vastly more destabilised with the wars since the 1990s, and I think there's just a glimmer of realisation amongst some of the politicians that they might well have pushed their luck too far.

Comment Testing isn't necessarily useful. (Score 1) 129

Exams are a waste.

Rather, you want continuous practice that is also continuous assessment.

But US methods of teaching are also pretty 18th and 19th century. They are not sensible methods and result in students who are more advanced than the material being penalised. The US obsession with standardising is a recipe for subnormalising.

Comment Re:40 NVME ? (Score 1) 17

Yes, though I don't know about nvmeof. I feel like san style block is overall less popular than other sorts of software approaches to distributed storage nowadays.

Storage people keep pushing the way it was done with fiber channel attached controllers abstracting things to generic block devices. Shared sas, fcoe, iscsi/iser... Have seen so many tries at bringing the concept and being ignored in favor of things like clustered filesystems and object store.

Just like hardware raid controllers are nearly non existent in nvme world, and folks are managing multiple disk redundancy in the os, people are looking for more transparent storage solutions and I just don't think nvmeof plays a role instead of direct attached storage to open ended operating systems..

Slashdot Top Deals

Promising costs nothing, it's the delivering that kills you.

Working...