Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Ancient news (Score 2) 190

About five years ago, I was involved in the installation of a thousand-node cluster in Boulder. We knew *before we went in* that we needed to change our EDAC (memory error correction) code to account for the higher rate of bit-flips due to the altitude. Some of the people we were working with had been there when those same problems nearly caused a months-long delay in a larger installation at NCAR nearby. We ended up running into a more subtle problem involving lower air density, heat and voltage, but *this* problem was incredibly old news even then.

Comment Re:Meta review (Score 1) 366

What is concerning are the twice refuted efforts for RDRAND to bypass the Linux kernel pool mixing entirely, and the design decisions which intentionally make RDRAND an inscrutable black box and trivial for a VMM to intercept and modify. These are not accidents.

While there is no harm in using RDRAND to complement entropy on a system, by no measure should it be used as the sole source of entropy in a system.

Submission + - New Musopen Campaign Wants To "Set Chopin Free"

Eloquence writes: Three years ago, Musopen raised nearly $70,000 to create public domain recordings of works by Beethoven, Brahms, Mozart, Schubert, and others. Now they're running a new campaign with a simple but ambitious objective: 'To preserve indefinitely and without question everything Chopin created. To release his music for free, both in 1080p video and 24 bit 192kHz audio. This is roughly 245 pieces.' Will this funding approach work to incrementally free up humanity's cultural heritage?

Comment Re:The always-present question for UDP (Score 3, Interesting) 97

QUIC uses an equivalent of SYN cookies to prevent some kinds of DoS. It also uses packet reception proofs to prevent some ACK spoofing attacks that TCP is vulnerable to. Overall it looks even better than TCP.

As for encryption, Google gives two reasons. They intend to run HTTP over QUIC and Google services are encrypted by default; it's more efficient for QUIC itself to implement encryption than to layer HTTP over TLS over QUIC. The other reason is that middleboxes do so much packet mangling that encryption is the only way to avoid/detect it.

Comment Real multitasking (Score 3, Informative) 152

I used to have an N900 running Maemo with "true multitasking". A poorly-written app in the background (like Firefox with the "full Web experience" of Flash) would run down the battery in two hours. But at least I could use top to find the problem and kill -9 it.

Now I use Android where apps are specifically written to be aware of my battery.

Comment Re:Is Netflix (Score 1) 303

But since most ISPs are either unlimited or have such punitive overage charges that customers will never pay them, greater demand for bandwidth generally does not translate into more revenue for ISPs. Even the lowest tier 5 Mbps plan is sufficient to watch Netflix.

Slashdot Top Deals

If all else fails, lower your standards.

Working...