Month: December 2011

Karotz + Ruby = Love

I made myself a little present this christmas by putting a “Karotz”:http://www.karotz.com/ under my christmas tree. This little digital bunny robot is the 3rd generation of a gadget that was once known as “Nabaztag”:http://en.wikipedia.org/wiki/Nabaztag. Karotz can connect to the internet and you can deploy applications on it. It’s a tiny multitalent, speaks, blinks, turns his […]

Ruby Quirks

Once in a while I come accross some Ruby code where I don’t know why it is doing stuff the way it does… h2. Ternary Operator I am using the Ternary Operator quite a lot, because it keeps the code concise and often times more readable then long if-else statements. One thing that I discovered […]