I have been passively searching for something more creative to work on than playing Warcraft to whittle away my time. Previously, I would probably have been interested in scripting orangefever more, but I think the software and functionality is now pretty mature; plus I don’t have a web environment setup on my new computer to test changes.
One idea was to write a program on Eclipse, mostly because that’s what I spend my days doing anyways. The difficulty was deciding what to build. Initially I thought of writing an address book application, but I already wrote a web-enabled version which is pretty complete for what I want to do. Recently I came upon the idea of writing my own RSS reader. One of the problems with my new computer was that I couldn’t find a good RSS reader. Feedreader, the one I use is adequate; but it doesn’t scale well, has a bunch of quirks/bugs, and is butt ugly.
I think I can do a better job, or at least write a reader that has quirks that I want, so my new project is to write a RSS Reader on top of Eclipse. Fortunately, there is a Java library called Informa that does all the heavy lifting of modelling and retrieving feeds, so I can concentrate on the UI. Now I just need to think of a name and create a sourceforge project.