2009 Oct 8, 11:29The title sounds like its a line out of a text adventure. Actually its Stephen Fry and zoologist Mark Carwardine getting beaten by a parrot.
video humor parrot stephen-fry via:dad ecology bbc 2009 Oct 8, 4:59A brief introduction to Hadoop, its history, subprojects, and current status
via:pskomoroch hadoop introduction google yahoo facebook database technical 2009 Oct 7, 8:10Quirksmode does a chart comparing the differences in various versions of WebKit: "There’s iPhone WebKit, Android WebKit, S60 WebKit (at least two versions each), Bolt, Iris, Ozone, and Palm Pre, and
I don’t doubt that I’ve overlooked a few minor WebKits along the way. All 10 mobile WebKits I’ve identified so far are subtly or wildly different."
compatibility web development browser webkit apple google android iphone safari technical via:mattb 2009 Oct 6, 9:43Articles on various APIs and other experiments from the NY Times. Some interesting things in here...
blog todo nytimes api programming mashup journalism technical 2009 Oct 6, 3:24The map/reduce tutorial for Hadoop the Apache open source project. "Hadoop Map/Reduce is a software framework for easily writing applications which process vast amounts of data (multi-terabyte
data-sets) in-parallel on large clusters (thousands of nodes) of commodity hardware in a reliable, fault-tolerant manner."
hadoop mapreduce java software programming opensource database distributed google yahoo apache technical todo 2009 Oct 6, 2:40Changes in life expectancy in America - with graphs!
visualization statistics life-expectancy health america age 2009 Oct 5, 9:51"What if the logos we’re used to seeing in Helvetica were redone in Arial? Would you even notice if the next time you saw the American Airlines logo it was redone in Arial?" Quiz of 20 logos
presented in their original Helvetica along side Arial and you must determine which is which. I got them correct but only due to the Arial and Helvetica overlay poster from last week.
typography helvetica arial blog quiz logo font 2009 Oct 5, 8:44Brief history of the Luddites. "Are we all Luddites now? ... If you are reading this essay on your laptop or iPhone, chances are that you aren't an unemployed weaver staring starvation in the face."
Also: "The Luddites didn't oppose technology; they opposed the sudden collapse of their industry, which they blamed in part on new weaving machines." So the TV and newspaper associations and Rupert
Murdoch are Luddites.
history technology luddite 2009 Oct 5, 4:27Lets get toDataURL everywhere!
html html5 svg canvas javascript technical 2009 Sep 30, 5:16Open source implementation of the mime sniffing standard that fell out of HTML5.
html5 mime mime-sniffing mimetype opensource open-source technical library google 2009 Sep 30, 5:12Bjarne Stroustrup answers the age old style questions like "int *p or int* p?" and "const int a or int const a?"
reference c++ faq style coding programming bjarne-stroustrup technical 2009 Sep 30, 4:07The hashing part makes sense, but not the 'why no URL query' bit: "But because victim=12345 has already been visited they satisfy condition 2 and they get the 404 page fooling them into thinking the
site has already been taken down. So query strings don't really work." You could implement the same thing in the path and even were that not the case there's no telling that removing the query would
get you the same page. What's described here is a general method to circumvent the AP filter not an explaination as to why it avoids the query portion of the URL.
phishing technical web browser http url hash