humor

Bad Javascript Humor

January 28, 2011

I’m a sucker for bad jokes in the form of code.  Here’s my contribution to the genre:
<script language=”javascript” type=”text/javascript”>
<!–

function tellBadJoke() {
fence = new Object();
fence.sittingOn = new Array(“Pete”, “Repeat”);

var fallsOff = fence.sittingOn.indexOf(“Pete”);
if(fallsOff!=-1) fence.sittingOn.splice(fallsOff, 1);

if (fence.sittingOn.length == 1 && fence.sittingOn[0] == “Repeat”){
[...]

Read the full article →

Taxonomy of Rap Names

September 30, 2010
Thumbnail image for Taxonomy of Rap Names

I’m a sucker for data visualizations; especially ones that have a sense of humor.  I found a pointer to a chart that presents a taxonomy of rap names.  I find it funny that you need a nom de microphone to be a rapper, but I guess James Todd Smith or Calvin Broadus don’t sound all [...]

Read the full article →

Opera is faster than a potato

May 28, 2010

Opera’s pretty funny take on the Google speed test videos.

Read the full article →