Independent game built the old fashioned way: by two people and a whole lotta love.
Do-it yourself experiment demonstrating universal gravitation and a wealth of asides.
A digital library of prints and book illustrations from early modern Britain. Will be ready in March 2009. Look at the Print of the Month section for a preview.
Archive of the work of graphic design master Gerd Arntz now online.
“Indeed, the more you look into these subjects—and I work with Eric Meyer, who is always investigating such arcana—the deeper you fall into the Twilight Zone, and the more amazed you are that anything on the web actually works.”
The idiots in the movie industry continue to encourage the piracy of their movies by locking them to a ‘DVD Region’, and by lobbying for the computer industry to cripple DVD drives and other devices so that your computer can only play DVDs purchased in a certain country. Pure greed and imaginary lines on maps. If you have a Mac with a region-locked DVD drive look here and here for information about unlocking your drive.
“Ask an old-school Smalltalk programmer about C++ and Java sometime. Ask a trained document specialist what she thinks of HTML. Or ask a relational geek about MySQL. All of these are second-rate, partial implementations of vastly more elegant and powerful ideas, but they all took off and left the purists in the dust.”
And, The Rise of Worse is Better, and, I can’t believe it’s not XML!.
A URL is an address which indicates the location of something on a network. After initial appreciation, even obsession, my opinion regarding the use of dates in URLs has changed.
I now think that unless you are specifically working with date-sensitive pages such as news or weblog archives, there is no need to include the published date of an article in a URL. Doing so only serves to make the URL longer and limits its ability to help advanced users guess the location of related content.
As an example take someone is writing a tutorial on their website. The tutorial is divided into a series of articles. The following URL would frustrate a user navigating from the browser address bar because the published date (which is irrelevant to the user navigating the page) would make their guess of substituting the number 1 for 2 in the end a wrong guess:
http://example.com/tutorial/2008/11/08/part-1
http://example.com/tutorial/2008/11/08/part-2 = 404 Page not found
(unless part 2 was published on the same date).
A much better URL would be:
http://example.com/tutorial/part-1
http://example.com/tutorial/part-2 = Success, the second part of the tutorial loads!
Well-designed URL schemes should allow advanced users to guess the location of content related to what they are browsing, and the published date of an article should be featured in the article itself, not in the browser address bar.
The universal remote control for switching off annoying televisions anywhere is now open sourced so it can be freely modified and improved upon.
Sounds like spam, but the title is precise.
Or, do what you love.
Paul Krugman: How I Work.
New site making all of Nasa’s images accessible to the public. A service of the Internet Archive. I like looking at images of space—they give much needed perspective on our earthly problems.