Sep2
Aug23

No news

No news is good news from the HQ bathroom.

Aug7
Aug3

FreeWheelin' It!

function your_brain_is($str)
{
     print "Your brain is " . $str;
}

//In Hours
$max = 8;
$arr = array("jello", "dead", "mush", "frozen");
if ($freewheelin_it > $max) {
     $rand = rand(0, count($arr)-1);
     your_brain_is($arr[$rand]);
}

Aug3
cdevroe:


vinh:
Chewbika (buy)
WANTS. $24 is a bit pricey for tshirts nowadays though.

cdevroe:

vinh:

Chewbika (buy)

WANTS. $24 is a bit pricey for tshirts nowadays though.

Jul31

It's raining, it's pouring

function the_old_man_is($str)
{
     print $str;
}

do {
     the_old_man_is("snoring");
} while ($its_raining && $its_pouring);

Jul30

One of the coolest animation videos. It’s a bit long but worth it.

Jul30

Hack Job

//in seconds
$work = 3600;
if ($hacked_correctly === TRUE) {
     $work /= 4;
}
else {
     $work *= 10;
}

Jul30
[Flash 9 is required to listen to audio.]

I really like this track lately, Daniel Merriweather featuring Wale…Change.

Jul30

If it ain't broke don't fix it

if (!$broke) {
   dontFixIt();
}

Jul30
Jul29

It's a JailBreak!

if ($firmware == “pwnage”) {

return true;

} else {

return false;

}

Jul29

End of Day

if (date(“H”) >= 17) {

exit;

}

Jul29

Time for Lunch

if ($you_are_reading_this) {

$i_am = “going to lunch”;

}