The calendar is gone.
Click here to view posts


Code 4 food
I like Seattle so far. I think it is because of all the really good coffee shops. I really like the sign holders in Seattle. I have yet to see a really funny cardboard sign. I think the best one so far being food not money. Kinda lame. So I started to think I should have a code 4 food sign. That would be funny but what would be better if it was in code.
while(hungry?) do 
   code 
end

It is simple and to the put but it is not nerdy enough.
while !cabinet.filled? do
     cabinet.push(work)
end

def work
   (8..18).each{|hour|
         code
   }
   food
end

def code
    self.write("ruby")
end

def food
    self.buy("food")
end

I like this one a lot more but its a little long for a cardboard sign. I will have to work on making it shorter.