WTF Boost

#if BOOST_VERSION >= 105000
xtime_get(&xt, boost::TIME_UTC_);
#else
xtime_get(&xt, boost::TIME_UTC);
#endif

Thank you very much.

Aloo Palak/Spinach with Potatoes

This is the most lazy food blogging ever: I made this and it was yummy. You should make it too: http://www.ecurry.com/blog/indian/curries/dry/aloo-palakspinach-with-potatoes/ I was a it different to what I usually get when ordering Aloo Palak, and that’s a good thing as variety is the spice of life. I was doubly lazy and microwaved potatoes to speed up cooking time.

Red Duck Gruiter – I hope you like sour beer

Only drink this if you really really really like sour things. OMG it was sour – too much so for me.

image

On the clarity of licensing

Being clear in licensing is a great benefit to users. I’m quite proud that with Drizzle we got to a really simple situation:

  • server is GPLv2
  • client libraries are BSD licensed and are fresh implementations

We had the complete okay from Sun to have libdrizzle be BSD licensed and for us to work on that.