Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Read the article. (Score 1) 136

You should read the article. There's a little section about "wisdom of crowds" and then the balance of it is about particular people they've selected as being super accurate, such as the pharmacist they use as an example. If you take enough people and ask them to guess randomly, some of their guesses will line up very nicely with the answers to any questions. Purely by luck. If you cherry pick these randomly lucky guessers and don't properly allow for your cherry picking in your calculation of expected performance, you will be misled badly.

A different version of the same phenomenon confuses people who try to write classifiers. I have a friend who was trying to classify patients who did or did not have a disease. He put a bunch of measurements into the classifier, trained it, and look, it was 100% accurate! He was suspicious, so he put in a bunch of randomly generated numbers, trained it, and look, it was 100% accurate! Of course, neither version did any better than chance on data it hadn't been trained on.

Comment Re:Luck resets every time you guess. (Score 1) 136

Yes, that's what the article says. In a scientific paper that would be in the discussion, possibly in the conclusions. Experienced scientists know that the discussion, and depressingly frequently the conclusions, are BS the authors made up that's not really supported by the data, one way or the other.

Comment Re:Seems fishy (Score 1) 136

Because that's not what's going on here. The example in the article is a pharmacist who somehow manages to be better than everyone else at predicting geopolitical events. Not a party with a bunch of experts in various fields hashing things out, just a pharmacist in her kitchen in her spare time.

Flip a coin ten times and there's only a tenth of one percent of a chance of it coming up heads every time. Flip a thousand coins ten times and there's only a small chance one won't come up heads ten times in a row. If you were doing this study and one of your subjects made ten correct calls such as "Russia will invade the Crimea before June" in a row, might you get a little bit excited?

Comment Seems fishy (Score 4, Insightful) 136

I wonder if they properly controlled for luck. Take three thousand people and get them to make predictions and some of them are going to appear unusually accurate than others even if all of them are just making completely random guesses. You'd be surprised how many people don't correctly account for that. Every paper proposing clinical diagnostic criteria I've ever read, for example.

Comment Re:We're all fucked (Score 1) 303

all forms of Unix and Unix-like systems have built-in mechanisms that can be used for secure IPC (where the less-trusted component can be verified securely).

Huh. I was looking for a fast IPC mechanism under linux, also OSX, and all I found was TCP/UDP sockets. Secure IPC not required for my application. What did I miss?

Under AmigaDOS, a program would open a named port and that was the basis for some awesome very high speed IPC magic, typically facilitated by intermediate Rexx scripts. I sure miss that capability. Applescript is a raging horror of limitations.

Slashdot Top Deals

To thine own self be true. (If not that, at least make some money.)

Working...