Counting off years at an arbitrary date on a calendar seems a bit meaningless - to many people I suppose it makes sense, because everyone gets together at New Year's Eve, and there's a big party to remember things by. With me it's different; for the last few New Years, things have been quiet. The big events in my life are not the times when I take a few days to relax, as pleasant as they are. Thinking about it, the biggest social events these days are software conferences. Sad, but true. I find myself reflecting on the year just gone.
So much has changed since last February. Looking back at last year's FOSDEM, I spent most of it in the GNOME devroom, as I recall. I met lots of people - I failed to meet any of the Hurd people properly, but made some GNOME UK friends that showed up later in the year at GUADEC. I also met Alasdair Kergon again (whom we had bumped into at the LinuxWorld Expo a few months previously), which led eventually to my being able to attend the LinuxConf.eu conference last September.
Even on the Eurostar we made contacts - Josette Garcia from O'Reilly was someone I subsequently encountered at almost every conference, and now she sends us free books. :)
Notably, I failed to really speak to any of the Debian crowd last year in Brussels, but made up for it at the Etch release party in May, and at DebConf7 in June. Those contacts led inadvertently to my current job, and since then I have picked up maintenance of a few Debian packages. In turn, one of those led to upstream maintenance of a GNU package. I'm not sure I would have predicted that a year ago - I was hoping to break into GNOME, iirc.
With the time off that I have this weekend, I want to give some thought to the direction that I want to take this year. I suspect I want to put more effort into Debian. Looking forward, it appears I'm also spending more time with PostgreSQL. Ideally, I want to help some of the more interesting GNU packages as well - helping gnash would be great, but there are some more obscure tasks that I've been thinking about. (Some things don't change.)
Posted: 22 Feb 2008 00:00 |
It has been quite a while since I switched to using only Jabber (a.k.a. XMPP) for all my instant messaging. We use Jabber a lot at work, as well, and there are plans to set up an internal Jabber server eventually. (At the moment, everyone uses their personal Jabber IDs, which isn't ideal.)
I've been having problems with jabber.org.uk lately - they seem unreliable at times, although they're going through a complicated migration to ejabberd which should eventually fix things. In the meantime, because I rely on it so heavily, I need it to work now.
Also, I wanted a cooler Jabber ID, so I set up my own server. Hopefully, using ejabberd and being on a server with just one user will make things more stable.
So, as of now, you can add [email protected] to your contacts, the same as my email address. The old accounts will be going offline as soon as I've migrated everyone away.
Posted: 10 Feb 2008 00:00 |
Lately I've been having crazy ideas. Even more than usual, perhaps. I think the trick is to try and break the wildly unrealistic goals down into bite-size chunks that could actually work. Like, for instance, getting the project you want to hack on mirrored into your favourite repository format.
In other news, I've finally got around to learning how to set up public git mirrors of cvs and svn repositories - there are plenty of tutorials about creating private repositories, but very few which deal with public ones in detail.
For instance, one nice trick is that once you have run git-svn to update the remote refs in your bare repository, you then want to turn these remote refs into local branches and tags. So, you can 'git fetch' from the same repository into itself, and at the same time convert svn branches into tags:
git config remote.origin.url . git config remote.origin.fetch +refs/remotes/tags/*:refs/tags/* git config --add remote.origin.fetch +refs/remotes/*:refs/heads/* git fetch
(Stolen shamelessly from the blog post where I found it.) A similar method will work for the CVS tags that git-cvsimport produces - although I don't see an easy way to split tags out from branches, unless there are specific naming schemes previously in use.
Posted: 07 Feb 2008 00:00 |
I haven't been writing so much recently - only one blog post for January, and I didn't even find the time to finish all the things I did in December. This is because I'm busy. Honest. So, before it gets too far into February, I'd better summarize things a little.
Projects I worked on recently:
Projects on whose sidelines I sat, while watching aspiringly:
Things that resemble a social life:
Oh, and work is going well - credativ Ltd. now has a coffee machine. Oh, and a new office.
Posted: 02 Feb 2008 00:00 |
| < | February 2008 | > | ||||
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | |
Tim Retout [email protected]
JabberID: [email protected]
I'm afraid I have turned off comments for this blog, because of all the spam. Let's face it, I didn't read them anyway. Feel free to email me.