Category Archives: Work

Hi ho, hi ho.

Merry Christmas to me!

Crowd Favorite

I get to unwrap one of my presents early this year, and it ranks up there with some of the best — a new job! I’ll be working with Alex King and the other fine folks at Crowd Favorite. [...]

Another new start

Free IQ - The Marketplace for Ideas

About two weeks ago, I started a new job (which explains at least part of my blogging lull, you see). I’m working on Free IQ, which is a streaming media site for entrepreneurs. [...]

Buggy clock

I’ve discovered a bug in my clock that’s been causing me all sorts of headaches. It’s really messing with my ability to complete projects when others are expecting them. If I can’t find a fix soon, I’m definitely going to have to get a new clock.

See, the problem is that this clock only counts 24 hours in a day. [...]

We interrupt this silence for a brief message…

I’m a working stiff with three kids and an hour-each-way commute. I think that’s all the explanation needed for the long break, right? :)

It’s not like I didn’t have anything to write about. [...]

Knock, knock…

I know, I know… I haven’t been very active on the blogging front lately. Once again I’ve been sucked into a swirling vortex of job and home projects, with little-to-no time for participating in blogdom. I’ve managed to keep up with most of the latest memes, and I’ve added a few new del.icio.us bookmarks, but there’s been no opportunity to develop any nifty code or write about the subject of the day.

I’ve got eight draft posts in my queue, and three of those are no longer timely, and so I’ll probably end up deleting them. [...]

A Software Development Analogy

Alice takes her car to a repair shop on Monday. She walks inside and talks to Bob, the customer service representative behind the counter. “My car seems to work pretty well, but occassionally it makes an odd noise. When can you have it fixed, and how much will it cost?”

Bob smiles and replies, “we can have your car ready by noon on Friday, and it will cost $200.” Alice says that this is acceptable, and leaves her car to be worked on.

On Wednesday afternoon, Bob talks to Charlie, the mechanic. [...]

Not a good day

Today, so far, has not been a good day.

Maybe it was an omen when our dog ran away this morning… I opened our front door to let him go out for his “morning consititutional”, but he spotted a rabbit in the yard across the street, and he bolted after it. [...]

Timing is everything

Our group’s management has told us before that if there is any kind of work-related training we’d like to take or conferences we’d like to attend, to let them know. So when An Event Apart Atlanta was announced in January, I put in a request the same day. [...]

Running in place

I’m still here. I’ve just been really busy lately. We’re going through some minor growing pains at my day-job, and it’s kept me really tied up. It’s nothing bad, just that the company is moving from a very loose and informal culture to a slightly more structured one. [...]

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);
}