code cookie time fields of gold food games hippie humour indian linux locoroco mae movies ohloh pie project frozen flame random silverstripe site subversion viewer sudo
I came across an interesting site the other day - Ohloh. It's basically some sort of odd combination of open source software metrics and social networking. While I am generally find most social networking sites fairly annoying, this one intrigues me by introducing something else into the mix. Last.fm is another good example of this - I use it for plenty of music finding goodness.
When I stumbled across the site, I found that I was, in a way, already a part of it. Ohloh had been tracking my commits to SilverStripe (although only the commits made since the subversion repository was opened), and when I signed up I could claim that svn user as me. It also gives some interesting statistics about SilverStripe - for one it is very well commented; one of my tasks a while back was going through and adding phpDocumentor comments to the code, although the enormity of SilverStripe meant that I didn't particularly get that far, so I can't credit for many of those comments. Maybe later on I'll get a chance to do some more.
I also added Fields of Gold and Project Frozen Flame to Ohloh, and after waiting a day or so for the projects code to be crawled we now have statistics on both the projects.
A few other SilverStripers also signed up and we gave each other kudos - Ohloh's way of letting you show gratitude to another open source developer. Ohloh also calculates a 'kudo rank' based on the commits you have done and the kudos you have received. I logged on the next day to see not one, but all five of the 'highest kudo gainers' on the front page were SilverStripers (although Elijah is put down as CMSMadeSimple, he is one of our Google Summer of Codestudents, and is working in a private branch that Ohloh can't see). Woohoo!

Ohloh is a site I plan to keep an eye on, it's still in it's early days, but it shows promise.
Over the past few days, me and Mat have started working on a little project called Fields of Gold. It's a farming simulation (basically a Harvest Moon clone :P), which Mat assures me is a great genre of game. I'm not yet convinced but we'll see.. We've opened up the subversion repository to the public, but it's still very early days for the project. If you don't believe me, check the screenshot:

Yes, that red arrow is your character.. sorry, programmer art. However I do believe this game has potential! This is the first time I've used python before, and combined with the wonderful pygame library, I don't think I've ever seen code come together so fast. Yay python!
I have also thrown together a little subversion repository viewer for this site, along the lines of the trac viewer but much simpler. It's all coded in php and SilverStripe, so it just slots in nicely with the rest of the site. Hopefully as I have more time I'll be able to add a few more features to it.