Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:RIP Linux (Score 2, Insightful) 985

You can commit as much assholery and dumfukery on your personal social media as you want to. But if you can't leave it behind when you are developing software and act as though you are a civil adult human, you need to take some time off and learn interpersonal skills.

I don't care how great your coding skills are, you can do far more damage to a project with assholery than buggery.

Comment Re:Drawing in people with free services (Score 1) 185

Unfortunately account hijacking due to password re-use is so common that Google has to detect what look like suspicious logins (ie. from a different device, or in a different country, or at an unusual time) and ask additional challenge questions. However, in this case you can enter ANY phone number - it doesn't have to be your own.

Comment Re:This is the way it is supposed to work (Score 1) 84

If every miner stopped today, they network would adjust the difficulty down, down, down, to the point where a single miner on a desktop PC could quickly process the low volume of transactions for the whole network and start farming up BTC.

If every miner stopped today, Bitcoin would die. Difficulty isn't adjusted based on time, but on blocks mined. Specifically, after every 2016 blocks, the difficulty is adjusted up or down by no more than a factor of 4. With nobody mining, the difficulty is never adjusted, and the required computing power to re-start the network is the same as it was when the shutdown happened.

Bitcoin can survive gradual changes in available computing power, but not rapid shifts.

Comment Re:Just under a 1% false positive rate (Score 1) 55

And although it would turn up a lot of false positives, it would also catch a lot of cancers very, very early, making survival rates higher and costs lower.

It's not something people like to talk about, but early detection doesn't correspond to improved survival (see, for example, Screening for prostate cancer: systematic review and meta-analysis of randomised controlled trials ).

Forty years ago, prostate cancer was considered a fast-moving, highly lethal cancer. PSA screening was introduced, with a heavy push for annual screening of men over the age of 50. Large number of men tested positive, and a metric shitload of tumors were found and treated. And the death rate didn't go down.

For the past several decades, there's been a heavy push for frequent breast examinations and mammograms for women, the idea being that if breast cancer is detected in the early stages, it's easy to treat and many lives will be saved. The detection rate has certainly gone up, as has the number of tumors treated. The death rate? Hardly budged.

It's something of an article of faith among anti-cancer activists that screening and early treatment save lives. In practice, the vast majority of improvement in cancer survival has come from improved treatments, not improved detection. Most people with early-stage cancer either have something so slow-growing that it can be safely treated at a later date (or not at all), or something so fast-growing that they'll die despite treatment. The percent of cancers where early treatment will improve the outcome is believed to be in the low single digits.

Comment Re:Microcode update? (Score 1) 289

Skip the fix. It doesn't help you.

There are three threat situations involved here: one process attacking another process, one process attacking the kernel, and sandboxed code (think: Javascript) attacking parts of the process outside the sandbox.

Intel's fix is a partial fix for the first two situations (cache contamination is not the only way for information to leak, it's just the easiest and most reliable one to exploit), and is important for cloud and shared-hosting providers. It does absolutely nothing to mitigate the third situation, where sandboxed code is trying to read memory outside the sandbox, yet that situation is the one that desktop users are most vulnerable to.

Comment Re:5 Years? (Score 1) 289

All Intel CPUs that support speculative execution are vulnerable. That means the Pentium Pro and newer, all Celeron and Xeon CPUs, all Core CPUs, and all Atom CPUs except the early "Bonnell" architecture. If you've got an original-flavor Pentium or earlier, you're fine. If you've got a first-generation Atom CPU, you're fine. If you're one of those suckers who bet on Itanium, you're fine. Anything else, you need an update.

Comment Does anyone posting here understand computers?! (Score 1) 154

Any documents you have stored in google cloud / docs / drive are already being scanned by their software - how else could those docs be displayed and indexed?

Further scanning for malware or whatever isn't done by humans - it's fully automated, implemented by software that in the recent case happened to be buggy.

Slashdot Top Deals

"The only way I can lose this election is if I'm caught in bed with a dead girl or a live boy." -- Louisiana governor Edwin Edwards

Working...