Subscribe

Archive for October, 2004

aterm

Looking for an alternative to the bloat of gnome-terminal? I was. I tend to use multiple terminals (I have 5 open right now) and I’m not a fan of tabbed terminals. I vaguely remembered using aterm once upon a time, so I fired it up. By default, aterm is quite ugly […]

Where does the time go?

This past week has been pretty hectic. I’ve spent most of my time working on a ‘Related Search’ engine for work. Basically, if someone searches for ‘cat’, it can suggest alternate searches, such as ‘cat food’, ‘cat toys’, ‘pet care’, etc. It’s a fairly large project — one that I’ve been working […]

I’m making good progress on podlet. I started working on the syncronization logic. There are a few important things to take into consideration before copying files to the iPod:

What files need to be copied?
Does the target have enough free space?
Do we need to prepare the music before copying it?

ped recursively through my music […]

I finished integrating the code to auto-detect the iPod via HAL/Gnome2::VFS. I still need to test the VFS cleanup - making sure there are no leaks and whatnot. I also need to tackle automake/autoconf, or whatever it is that supplies ./configure and such. I’m not sure how I’m going to handle dependancies […]

podlet: iPod detection

I finished writing the iPod auto-detection code tonight, which means i’m almost ready to move on to syncronization.
This was a fun bit of code to work on. It was my first time working with Gnome-VFS. It took a little while to get the perl binding to work. That ended up being an […]

Next »