Internship opportunity at SOE…

February 17th, 2008

Want to work on an MMO development team for the summer? Well, here is your chance. I found this is on the Vanguard news blog this morning about internships at SOE; here is more info on the opportunity.

It’s been a while..

February 15th, 2008

Sorry for the lack of updates, my last being over three months ago. There is one friend who checks this infrequently so maybe he hasn’t noticed :) I am thinking about starting an app of the week were I write a little blurb about an open source app and hopefully inform my readers more. What do you think?

Cleaning a Directory of Build Left-overs

November 2nd, 2007

I was using svn this morning and trying to clean out all of the cruft in a directory that is left over during the build process. svn revert only works on the files that are tracked. I eventually just used the svn status command to see which files have the question (?) status and then piped that over to sed to get the filename, finally sending that to rm.

svn status | grep ? | sed -e 's/? *//' | xargs rm -rf

Does anyone know if there is a better way to accomplish this?

The first post isn’t always the most exciting…

October 28th, 2007

After years of waiting to get a blog together, it is finally here. I will be posting more information soon, right now I am just setting up my favicon and such.