Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:DNS Extension (Score 1) 187

(Disclaimer: I'm one of the authors of this I-D.)

Because by the time you went through all the steps you're describing here, you lost so much time already that the CDN may as well just serve you their content from the other side of the planet. CDNs are meant to *improve* latency. If two or more HTTP requests are needed to reach the goal, you really just completely miss it.

Also, HTTP caching wouldn't work very well if content gets served from "random" hostnames (because how else would you get the web browser to connect to the right CDN node?).

Remember that this is an EDNS0 option, to be implemented only by parties that need it. It's not intended to become a standard DNS feature.

Comment Re:Big Battle (Score 1) 463

About two months ago I used Blind Search for a week to see how Bing's actually doing. There were two classes of results that I found:

A) Two columns show fairly similar results (Bing and Google) and the third shows somewhat worse ones (Yahoo).
B) One column with good results (Google), the others totally wrong or at least significantly worse.

Although I just tried a query from the second category again and they now all show the best result first (instead of somewhere on the second page). I guess it's time for another week of Blind Search for me.

Comment Re:booting? (Score 1) 160

> Article mentions Android is based on Debian

I have mine for only a week so I may have missed sometihng, but I definitely haven't noticed anything "Debianish" on the phone. Non-GNU libc, very odd userland (it's not GNU nor busybox), etc...

Comment Re:test (Score 1) 480

Also, don't forget to set the kernel flag that enables the leap-second code. It's quite likely that this was the cause, and the kernel won't know by itself that it should insert one. See adjtimex(2) for more information.

It's definitely possible that some program couldn't cope with time jumping back. Actually, it may be just as easy to just test this by manually stepping back in time.

Slashdot Top Deals

Remember, UNIX spelled backwards is XINU. -- Mt.

Working...