Archive for June, 2007
Thursday, June 21st, 2007
<?php
ini_set(‘display_errors’, ‘true’);
interface God {
public function bless(Human $who);
public function heal(Human $who);
public function save(Human $who);
}
class Human {
public $name;
public $health = 0;
public $abundance = 0;
public $saved = […]
Posted in Code, Humor, PHP | Comments Off
Thursday, June 21st, 2007
While being employed at Innitech (joke), I get to hear some randomly humorous comments from the folks across the cube. Today, this one made me laugh out loud.
“Sorry I’m late. I was up last night explaining to my daughter how to refrag her computer.”
So what’s worse? The fact that this person was providing technical support […]
Posted in Other | 1 Comment
Wednesday, June 20th, 2007
Today is the first day ever that I’ve let go of standards because of a job requirement. I feel dirty.
<blink>
Posted in Other | 1 Comment