Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Submission + - SPAM: I Built a Dogecoin-Powered Pinball Machine

chromatic writes: It started as a joke—what if I could use cryptocurrency to power a Lord of the Rings pinball machine? From there, things snowballed into figuring out how to hack the coin mechanism, set up a relay board, get addresses starting with the word "Balrog", and connect it all to the Dogecoin blockchain. The result? My pinball machine now takes Dogecoin instead of quarters.
Link to Original Source

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 Telecomes disagree with his logic (Score 5, Insightful) 251

From what we know so far, Mr. Pai's rationale for eliminating the rules is that cable and phone companies, despite years of healthy profit, need to earn even more money than they already do -- that is, that the current rates of return do not yield adequate investment incentives.

CEOs of various telecoms have been asked during quarterly earnings calls how the implementation of net neutrality and later its repeal would affect their bottom line. They have said it would not. They are legally required to provide accurate information during such calls (and can be sued for breach of fiduciary duty if they don't).

Such statements will be used against Pai when the FCC gets sued over this.

Comment Re: Trading one problem for another (Score 1) 202

I don't think you quite understand how steel works. Steel gets dramatically weaker as it gets hotter. At a temperature of merely "too hot to hold", it's already lost a measurable amount of strength. By the time you hit the ignition point of wood, your typical structural steel will have lost about half its strength (and will stretch like taffy, making materials testing an exciting proposition).

Slashdot Top Deals

The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen

Working...