FBCon08 Sparky Auction
Here's the video of the part of Mad Auction, showing how well Sparky went...
Rants, tips and tricks
The conference was held in Bergamo, Italy. Here are some pictures from the city and the event:
FBCon08 Bergamo |
Today I got a reply on that question on the newsgroup I read, and it's really simple:
Problem is that git-var does not work when you type 'git var', but only when you type 'git-var'. So, the merge script bails out with message.
This is the first Web 2.0 application I would dare to call amazing. In case you've been on the moon in the past few days, I'm talking about www.stackoverflow.com
Actually, it works fine if you only do Git stuff. However, I tried to pull my Subversion repository using git-svn clone. And this is what I got:
I'm not using virtualization that much (every once in a while to test some software on different platforms), but I was a big fan of VMWare. Although some of it's components are a PITA to set up on Linux, it still works much better than QEMU (yes, with all the kernel drivers and stuff) and it doesn't require me to recompile my kernel like Xen.
I'm working on a project that uses wxWidgets as a GUI library. In it, I have a grid (wxGrid class) that has some of the cells that span multiple columns. Now, it's very simple to make it work when you have a regular wxGrid. But, when you use virtual storage, you need to go through some steps to make sure multi-column span is done right.