Archive for September 25th, 2007

Leaving Heidelberg

Tuesday, September 25th, 2007

As I sit in the lobby, taking a break, waiting to leave to the airport for my next destination, I just think about what a great week I’ve had. Its been packed, with just far too much to do. Mornings starting at 4.30am and nights ending at 3am just seem so normal. I’ve taken a ridiculous number of photos, which I hope will make their way online slowly, but expect to see them even in the following month.

Heidelberg DevMeeting
At the team exhibitions…

One of the great things about the Heidelberg DevMeeting was being able to interact with my team a lot. Being in a distributed environment, I must say this is the most face-to-face time we’ve had just to hang out, talk, eat, get stuff done, drink, walk around, socialise, etc. Its highly amazing. Really. Don’t even think about doing so at the Users Conference in Santa Clara - everyone’s too busy, and the mandate is to interact with as many non-MySQLers as possible.

So today, as I said goodbye to everyone in my team (and the few stragglers all around the Old City of Heidelberg), I actually felt sad. Knowing that the next time we will all see each other will be months away.

Heidelberg DevMeeting
Stand up, reduce meeting times!

At least I’m all pumped up to go back and Get Stuff Done (I wonder if that’s trademarked?)

Zack says it best:

But man cannot live by email, Skype, and IRC alone. So every now and then we get groups together for meetings.

This was really our first team gathering, in (and for) a long time. And interacting with the other teams. Just amazing. Kudos to the organisers. The program was just amazing. And yes, human and team interaction is really important.

Technorati Tags: , , ,

Tagging differentiation

Tuesday, September 25th, 2007

Standardisation is important.

Tagging in Uploadr involves writing tags in the format such that its:
    australia victoria melbourne “notting hill” clayton

Tagging in ScribeFire, involves writing tags that are parsed in a different way (for Technorati):
    australia, victoria, melbourne, notting hill, clayton

Notice the commas (”,”)? Without them, your tags are all lumped together. I’m wondering if I should change Uploadr to similar behaviour as ScribeFire (or vice versa)? What do other applications do for tagging in a field?

It should be trivial to make this change, the question is if my patch will be accepted upstream. I’m already using a patched version of Uploadr, as I await the author to implement my patch (which adds a description field, which the Flickr API supports). Incidentally, PyGTK is pretty easy to get around with, with superb documentation making it easy for anyone to get on the bandwagon. More on pygtk programming later…

Technorati Tags: , , , , , , , ,

Multiple pop-up dialogs

Tuesday, September 25th, 2007

Surely there must be a better way of handling this:


gnome-obex-server receiving lots of images from the phone
So, is this a bug or a feature? I need to see if OS X or Windows handles it differently? The smart thing to do would be to group it together, rather than having these many dialogs. Or maybe, just use the notification infrastructure and automatically accept it to a path of your choice (currently, it defaults to ~/Desktop so a quick mv operation has to happen later). The maintainer listed has switched to a Mac, so I wonder if this software is being enhanced further…