Bill Nye on the top kill via CNN
http://cnn.com/video/?/video/us/2010/05/27/jk.bill.nye.on.top.kill.cnn
Bill it soothes me to hear your voice. But you’re still scaring the crap out of me. Thanks for telling it like it is.
Posted via web from Aaron Baer
Quantum Interrogation OR How to find a puppy in a box using quantum mechanics
So here is our problem: a large box lies before us, and we would like to know whether there is a sleeping puppy inside. Except that, sensitive souls that we are, it’s really important that we don’t wake up the puppy. Furthermore, due to circumstances too complicated to get into right now, we only have one technique at our disposal: the ability to pass an item of food into a small flap in the box. If the food is something uninteresting to puppies, like a salad, we will get no reaction — the puppy will just keep slumbering peacefully, oblivious to the food. But if the food is something delicious (from the canine point of view), like a nice juicy steak, the aromas will awaken the puppy, which will begin to bark like mad.
This article is not only entertaining, fascinating and totally freaking cool. It also is about a cute puppy. How can you go wrong with that? I’m also really stoked that I understand what the article is talking about. Cute little sleeping puppy, I hope you see your steak!
Posted via web from Aaron Baer
It’s a shame that I’m having my first respectable cup of coffee of the day just now. Not the first. The first respectable.
The Google Font API & Google Font Directory
The Google Font API provides a simple, cross-browser method for using any font in the Google Font Directory on your web page. The fonts have all the advantages of normal text: in addition to being richer visually, text styled in web fonts is still searchable, scales crisply when zoomed, and is accessible to users using screen readers.
Getting started using the Google Font API is easy. Just add a couple lines of HTML:
1 1 <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>body { font-family: 'Tangerine', serif; }
The Google Font API hides a lot of complexity behind the scenes. Google’s serving infrastructure takes care of converting the font into a format compatible with any modern browser (including Internet Explorer 6 and up), sends just the styles and weights you select, and the font files and CSS are tuned and optimized for web serving. For example, cache headers are set to maximize the likelihood that the fonts will be served from the browser’s cache with no need for a network roundtrip, even when the same font is linked from different websites.
Fonts are open sourced and downloadable as well for print and local use. Make the web pretty folks!
Posted via web from Aaron Baer







