Category Archives: Humor

Please, hold the bacn…

It seems as if yet another buzzword has slipped into the already overflowing bucket of marketable slop that pollutes my beloved industry. “Bacn” is a word for all of the semi-solicited email you receive from the various accounts you hold … Continue reading

Posted in Humor, Opinion | Comments Off

A Divine Framework

[code lang="php"]name = $name; } public function __toString() { $out = "Hello there. I am $this->name. "; if($this->health > 0) { $out .= "I am healthy. "; } else { $out .= "I am sick. "; } if($this->abundance > 0) … Continue reading

Posted in Code, Humor, PHP | Comments Off