Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:A little naive perhaps? (Score 1) 181

run a business without paying the traditional costs in the field and socialize your costs. in this case he wants every internet customer to pay for his bandwidth whether they use netflix or not.

ISPs chose their flat-rate business model; Netflix didn't force it on them. If that business model no longer works, ISPs should switch to a different one.

Comment Re:Will it really go the pulseaudio way? (Score 0) 179

There are two different ways to do network display: the RDP way and the right way. With RDP you're sending the entire "screen" over the network, so all the windows have to be composited first. Thus RDP requires a fully featured compositor like Weston on the remote end.

The right way is to send each window over the network, which should require a lightweight compression proxy. No one appears to be working on this.

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

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...