Forgot your password?
typodupeerror

Comment Re:Shout it from the rooftops (Score 1) 38

Well, I wouldn't trust a screwdriver to plant a nail. Not because the screwdriver is "untrustworthy", but because it's the wrong tool for the job.

Same here. If you don't want buffer overflows and threading issues, C++ is a pretty poor choice for the job. Rust was designed to address precisely these kinds of problems.

Comment Re:the math bit (Score 1) 86

What do you mean? Denver has frequently been compared with some sea level city, and found to suffer more radiation damage. (The exact radiation damage found depends on the study.) Of course, it's hard to control for the amount of granite, etc. nearby, so they aren't strictly reliable studies, but they *have* been made.

Comment Re: maybe it was... (Score 0) 86

Sorry, that's a bad argument. It may well be true, but any absorbed radiation will raise the temperature, and any raise in the temperature makes unusual chemical reactions more probable. So you need to argue that the factor is too trivial to be significant. This is probably true, but has never been demonstrated, and probably cannot be demonstrated. (I've seen claims that they're demonstrated the harmlessness, but the claims were always logically invalid.)

Comment Re:Shout it from the rooftops (Score 1) 38

But (a) it's written in Rust because Mozilla didn't trust C++

It was not that they did not trust C++ (itself) but it is easier to verify the rust implementation (because rust does a lot of the memory safety checks at compile time), and there is a long long long history of codecs having memory safety issues. One less potential future exploit is always a good thing (one should note that rust does not protect against logic errors, so the code may still be wrong, just potentially less wrong).

So... they didn't trust C++ for this job.

Submission + - Scientists Turn Plastic Waste Into Edible Cookies (futurism.com)

fjo3 writes: In the event we turn all arable land on this planet into a barren heath incapable of growing food, humankind may have to resort to reaping what we sowed by eating our own plastic pollution.

A team of researchers at Southern Illinois University Carbondale just demonstrated that this was possible by using specially engineered yeast to create tasty — and yes, edible — cookies which they 3D printed out of plastic waste.

The yeast breaks down the components of plastic compounds and agricultural byproducts like discarded plant stalks into proteins, fats, acids, and flavorings that we can eat. When these are combined together, the mixture is fed into a 3D printer that spits out cookies of any desired shape.

Comment Re:Generilsation (Score 1) 152

Well, IIUC the actual models generally say more "nuclear autumn". It's still enough to cause massive famines and various other really undesirable effects. (I didn't say side-effects, because they are really components of 'nuclear autumn.)

OTOH, that was the prediction decades ago for a nuclear war between India and ... Pakistan or Afghanistan (I don't remember which).

Comment Re:How far back do the records exist? (Score 1) 152

I doubt those methods give the estimates for 10m below the surface of the ocean. It *is* a short record, but it's what we've got. Also, I don't see any reason to doubt it, except that I'd rather the answer were different.

Still, don't put high certainty in this particular measure. The problem is that it agrees (in general) with lots of other measures that have a much longer span. There are arguments against pretty much every one of them, but they aren't convincing and even so you have to have dozens of special cases happening at once.

Slashdot Top Deals

All warranty and guarantee clauses become null and void upon payment of invoice.

Working...