vote up 57 vote down star
56

Do you have your own hobby development project, that you like to work on your own?

If "yes", could you please tell a bit more about it (links are welcome)?

  • What kind of project is it?
  • Did it help you professionally? How?
  • Is it open-source? Do other people use it?

If "no" - Do you want to start one?

PS: This question came up after this answer ("Let's have a look at your hobby projects") to the question Write a program in 30 minutes (for a C# programmer candidate interview question) and was suggested by itsmatt

Related Questions:

Pet Projects - Should we have one?

flag
show 7 more comments

98 Answers

vote up 0 vote down

No, I don't. Yes, I do want one.

Right now, I'm trying to get up to speed on some .net 3.5 stuff. Once I do that, I'm not sure what will be next.

link|flag
vote up 0 vote down

Yes : rewriting the TrocK website.

TrocK is an association that promote Swiss musical artists. We have a pretty complex database of artists, labels, events ... and an old website to publish it. If anyone has some free time and wants to help Swiss artists, you are welcomed !

I started this project for a part because I work with TrocK and for a part because I wanted to learn Django (I'm a J2EE developer by trade).

link|flag
vote up 0 vote down

Yes, I am working on a simple Tower Defense game in XNA 3.0. Using it as a project to help me learn C# since I do not have a lot of opportunity to do C#/.Net at my day job. Not open source, and much too early in the process for it to even be playable.

Not really programming but I also enjoy making FPS maps (UT3/UT2k4/HL2) and have been considering trying to put together a Left 4 Dead Campaign.

link|flag
vote up 0 vote down

Yes, I've done several minor and some bigger projects at home. It did help me in my job, since many ideas for classes and features could be reused there. Also the programming at my job influenced my home projects in code style, approach and design.

Here are some projects:

  • YouTube DJ: basically embedded IE windows that fades between two videos (no link yet)
  • winLAME: mp3 encoder UI for LAME (http://winlame.sf.net/)
  • Underworld Adventures: Ultima Underworld 1 clone, unfortunately abandoned (http://uwadv.sf.net)
    • a library as collection of useful classes (doesn't write everyone of use such a thing?)
link|flag
vote up 0 vote down

Yes. I decided I wanted to learn PHP and MySql and I also play the game Eve-Online. So, I created a Fleet Management tool which would let me see the fittings for all the other gamers in my (and my alliances) fleets to enable me to balance things out.

Ended up including a security model, management reporting, dealing with issues arising from using the in game browser etc etc. The code isn't open source yet (rather embarrassed about the quality as I developed as I learned) but may be if I decide to refactor it.

Did it help profesionaly? Not sure but I think that PHP and MySQL are so pervasive now thatit couldn't hurt. From start to version 1.0 release was about 10 days. Now I can just tinker adding new functionality or fixing any reported bugs.

link|flag
vote up 1 vote down

I tend to drift from one hobby project to the next. I made a GBA game once and right now I'm working on a 2D game engine for Windows, Linux and OSX based on C and SDL. I'm also looking at porting XBMC to ARM architecture and OpenGL ES for use in portable devices. I want to build my own Portable Media Player--I have all the hardware put together and a basic build of Angstrom, with MPlayer, now I just need to see if I can get the XBMC interface ported.

link|flag
vote up 0 vote down
  • What kind of project is it?

    Developer's toolset to track down resource leaks on windows platforms.

  • Did it help you professionally? How?

    Concieved exactly with intention to help me professionally. Personally, I always google-research for alternatives (freely available mostly - there's a rarely a budget for things you need fixed yesterday). And since this wasn't my first take at the problem (we're stress-testing a complex piece of software and it has always been a pain to see it run overnight only to fail due to resource exhaustion) - I decided to take matters in my own hands this time and just implemented it just like I always wished for.

  • Is it open-source? Do other people use it?

    Indeed it is. Here's a link to it on google code.

link|flag
vote up 0 vote down

Since I've started programming professionaly I find that I have little time left for hobby projects. Still I get the urge sometimes. So now I'm helping out at a great webcomic that I'm also a fan of myself - DrowTales.

Not exactly opensource though, as I doubt anyone else could use the code. :) I have also dozens of older hobby projects of my own, but few are finished, as I usually run out of enthusiasm about halfway through. :P

There is one tiny one though that I can show to other people - BadFix. It tries to "fix" bad sectors on hard drives by overwriting them with zeroes. For some reason this often works. This one is opensource. :)

link|flag
vote up 0 vote down

I have my ascii art utility: http://alterlife.org/asciiartist/ . Converts images into text art.

and a few other things: http://alterlife.org/projects/

All made for fun, Open source, tiny and arguably somewhat usable :) .

link|flag
vote up 0 vote down

Within the .NET my primary hobby development project is about Lokad Shared Libraries - an Open Source set of helper classes for .NET 3.5 that helps me to deliver complex systems into the production.

The project itself is written and maintained within the job duties, but all the articles and documentation get created in my spare time.

Plus, there's my web journal on efficient .NET development. It has definitely helped me to straighten up a lot of ideas about things like IoC containers, UI composition, application configurability and got me into touch with some really bright people.

link|flag
vote up 0 vote down

I've got a boatload of ideas in my head and in my notebooks, but surprisingly little to show for it, even though the ideas are pretty mature and the designs are pretty defined. I think I should focus more on doing one thing at a time.

Among the more developed projects I've got

  • A roguelike (of course) with a cool class/job system
  • An Eclipse plug-in for rom hacking
  • A sophisticated way of organizing and choosing music that fits your current mood (originally meant to be a Winamp plug-in)
  • An Object Oriented MIDI tracker in Java
  • A plug-in for Music Brainz Picard Tagger that prefers original albums before compilations.
link|flag
vote up 1 vote down

A few months ago I was checking out LINQ and decided to go learn more about the functional style of programming. Being a .NET guy, this eventually led me to F#.

And of course what better way to learn a language than to actually build something useful. So I set out to build Storm to help myself and my team quickly test our web services. Now the tool is in release 1.0 and has been well received by the community. :)

link|flag
vote up 0 vote down

Ya, I run a couple browser MMOs on the side.

www.novapowers.com

www.seapowers.com

Niether of them are particularly large in terms of player base, but I get a lot of solid reviews from the players.

link|flag
vote up 0 vote down

Yes, I do:

It's a set of algorithmic composition programs. I don't know whether it helped me professionally or not. I did get paid for the article I wrote about it. It is open-source. Quite a few people have downloaded it, but I don't know how many are actively using it.

link|flag
vote up 0 vote down

I'm creating a freelance projects website for canada, available in french too. Quebec freelancers are happy that can post and bid on projects in french.

www.youhaveaproject.com

link|flag
vote up 1 vote down

I'm working on a Half-Life 2 mod in my spare time: Construct.

I would tell you more about it, but the entire development team is under rather strict NDAs at the moment so... well... I can't. :)

link|flag
vote up 0 vote down

My Project: FDO Toolbox

http://fdotoolbox.googlecode.com

What kind of project is it?

It is a .net application to manage, administer and process spatial data using the Feature Data Objects (FDO) library

Think of it a spatially-enabled version of MS SQL Server Management Studio.

Did it help you professionally? How?

It helped me to:

  1. Get more recognition within the geospatial community.
  2. Make sure I still had the programming skills!
  3. Land a job with more $$$.

Is it open-source? Do other people use it?

Yes it is licensed under LGPL. It is known to be used by some well known members of the geospatial community.

link|flag
vote up 0 vote down

I have this pet project I never really finished, but I've learned alot of GWT by doing it. http://code.google.com/p/gwt-scheduler. It's open source under the APL.

link|flag
vote up 0 vote down

I have one, a simple music player and library, that has basically stagnated now, and is at the point where I could finish off the last few features and make it really polished, or I could leave it (it does 99% of what I need to do). I'm leaning towards the latter.

I need to find something new to do, but coming up with ideas is always the hard part. I tend to start by re-inventing something that I use but find myself saying "if only it did XYZ", but I have nothing like that at the moment.

link|flag
show 2 more comments
vote up 2 vote down

Currently writing a very simple reporting framework, just for fun.

What kind of project is it?

C#, windows form, some web/jquery integration

Did it help you professionally? How?

Sort of thing i would've used in some other jobs i've had. Other hobby projects i've had have been very helpful professionally.

Is it open-source? Do other people use it?

i intend to release it as a freeware edition and a commercial edition, but not open source.

link|flag
vote up 0 vote down

I work on an open source IMAP client library written in C#, available here.

link|flag
vote up 0 vote down

Castle Project, I am a committer and use it professionally on a daily basis. It has teached me a lot about .NET development, collaboration (with people you've never met...) and having to work out in the open with lots of people looking at/using it.

Being an active member of an open source project is something I would recommend everybody: don't underestimate yourself and think that you don't have the skills, a lot of projects welcome any help in whatever form.

link|flag
vote up 0 vote down

Over the years I've had several projects. Usually I have too many ideas and not enough time because of work. Hopefully in a few years I'll be able to take a full year off and experiment more.

My first pet project was building out the backend of a website back in 2001 for a friend at work and actually for a work-based project. At the time my job was a web designer, but I was always interested in web development since '95.

Second one was a site showing off my DVD collection. I looked back at the code recently and was surprised how well it was (other than the fact that it wouldn't survive a SQL injection attack today and my code was all uppercase :P).

Third was a web-based MP3 collection manager and player. You can browse/search the collection, create playlists, and control the music that played on the server (which was connected to my home audio system) from any computer. Also had a scrolling display for my TV screen. I began rewriting it and planned to support video, but my current pet project took precedence.

Forth and current project which is slow going is a niche social network. I really want to spend time on it regularly and get some prototype working. I get too caught up in planning, researching, and trying to implement too many features rather than sticking with the basic concept to iterate upon.

link|flag
vote up 2 vote down

several:
lolball - super monkey like game
4th dimension - tic-tac-toe in 3 dimensions
tetris - current project, small project with clear and diverse goals and a good testbed for unittesting.

On my horrible outdated website are a sucky lua ide, a less sucky fsm editor, and some other applications that never got finished.

Projects that isnt online and incomplete includes a build-suite, interactive text to html app, screengrabber, imageconverter and a graphical calculator. I work on theese when I dont feel like making games :)

None are opensource, but I usually give away the source/make another arrangement(like os) if asked. I got an interview thanks to an app(worked like google sketchup) that I started but never finished(was working on it at that time). Never got the job though.

link|flag
show 1 more comment
vote up -3 vote down

No - just don't have enough time.
Besides, there's more to life than just a programming. There are a lot places to visit, people to meet, things to try.
So why burying yourself in front of a computer?

link|flag
vote up 0 vote down

Chiefly Limp, a Lisp IDE for Vim.

link|flag
vote up 0 vote down

Every now and then, an idea pops into my mind about something that would be awesome if someone sat down and coded it. Then I most likely start coding it on my own. Well,... even more likely only until I have a proof of concept. That's the point at which I - most of the time - realize, that I actually don't have that much spare time to make it a production ready solution. ;-)

Currently, I am working on the idea of integrating the Second Life protocol into an open source Multi Messenger application for delivering a Live Messenger alike user experience when chatting with SL friends.

I already reached the proof of concept stage... would anyone here like to take over the idea? ;-)

link|flag
vote up 1 vote down

Yep - Spark view engine for Asp.Net MVC, MonoRail, and standalone. It is open-source and a number of people are using it and have done some write-ups about it. I don't think I'd say it's helped me profesionally - but it has resulted in plenty of interesting interaction with people in the development community.

link|flag
vote up 0 vote down

A couple of little projects I've put out there (open sourced) in case someone finds them useful or interesting:

Ziparcy is a WINNT-family shell script that can be scheduled to create/update an encrypted zip (.7z file actually) / archive of your files (and directory structure).

This script leverages two other free utilities: 7-zip and wget.


Mandown - Markdown/Javascript-based documentation system as a way to write ‘How To’ manuals.

Mandown syntax follows all the rules of Markdown (as implemented by the Showdown Javascript port); it's a portable, web-centric documentation format you can run on your local file system or just as easily be tossed onto a fileshare or webserver for network accessibility.

link|flag
vote up 0 vote down

I've been dabbling with Greasemonkey a lot lately. A couple of my scripts have even developed a following, which is a bonus - and sometimes a curse. It has taught me quite a bit JavaScript, and that has paid off professionally in the enterprise web apps that I am paid to develop.

All of the best developers I know have side projects: hobbies, side-work, and/or a mix of both.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.