Tag Archives: Christmas

return(true);


function do_stuff() {
  if (in_array($date, $holidays) && $vacation == true) {
    travel('away');
    visit_family();
    $gifts->exchange();
    eat();
    travel('home');
  }

  if ($new_year == true) {
    eat() && drink();
    $weight++;
    $sleep = false;
  }

  $slack = false;
  $resolve++;

  $work->resume();

  return(true);
}

Breaking the silence

Between projects at work (rolling out the largest indoor WiFi network in the world at a certain international airport near Atlanta) and projects at home (building more IKEA furniture — bed, dresser, chest, entertainment center, end tables, ottomans; doing what I can to help Suze prepare for Thanksgiving), I haven’t had much time for posting lately. [...]