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

prev 1 2 3 4
vote up 0 vote down

Yup, a metrics/documentation and analysis tool for Delphi software. (Athough i would like to create other frontends in the future.

It started as a dependency tool, but then the thing started to have a life of its own. Its 100+ classes, lots of files, but still fun. Right now i'm busy adding the 2009 delphi features.

The projects helps me to understand legacy code ;-).

It is not open source because its 80% hobby and 20% professional time. But if i'm satisfied i will put in on a server for download somewhere.

link|flag
vote up 3 vote down

What kind of project is it?

Acts As Indexed is a plugin which provides a pain-free (no compiling or external dependencies) way in which to add fulltext search to a Ruby on Rails app.

Did it help you professionally? How?

Yes. Helped me gain recognition for my CS skills as well as my engineering skills, something my current employers flagged when they first got in touch with me.

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

Yes. Before I hosted the project on GitHub, I had some stats from my SVN server that showed that it was downloaded many times a day. Several blog articles have since been written about it.

link|flag
vote up 1 vote down

I have several, my MSBuild tasks, Umbraco Interaction Layer (a ORM for Umbraco) and I'm preparing an AJAX workshop for work which is a several part workshop on doing AJAX rich apps

link|flag
vote up 11 vote down

Personally, I believe any good programmer, unless he's working at a start-up that's taking 80 hours a week, is going to have a hobby project or two.

My main hobby project (I have a couple) is producing and maintaining the aeronautical data and the database generators at http://navaid.com/

The source code is not distributed because I don't think anybody would care enough to see it.

It wasn't done to help me professionally, and I don't believe it has done so. I did it partly to get more proficient with perl (a language I rarely use professionally) and mostly because I needed the data and the databases for my own hobby flying.

I solicit donations on the site, and that does not bring in enough to pay for the hosting, so you couldn't call it a money maker either.

Other hobby projects are running mailman mailing lists, usenet news servers, a Drupal site for our neighborhood association, a web site for my flying club, and now I'm producing a web site for my kayaking coach.

link|flag
show 6 more comments
vote up 10 vote down

I work on a cyberpunk-esque roguelike game called crashRun:

http://pixelenvy.ca/crashRun/

It's written in Python and uses (for now) Pygame for the interface. GPL'd. Also, somewhat related related question: http://stackoverflow.com/questions/128705/do-you-ever-code-just-for-fun#128769

link|flag
show 3 more comments
vote up 19 vote down

Yes, a couple:

1) Protocol Buffers

  • Open source port of Google Protocol Buffers to C#
  • It's part of what I do as Google 20% time - but that will help professionally anyway
  • Yes, it's open source. People will almost certainly use it when it's finished.

2) MiscUtil

  • Open source library of miscellaneous bits of interesting or useful code.
  • Developing it (with Marc Gravell) has helped me broaden my horizons, making me a more interesting developer IMO. I have sold a (non-exclusive) commercial licence for one part of it, which I guess counts as helping me professionally :)
  • Yes, it's open source. I don't know how many people use it. I'd expect (and encourage) people to take little bits of it as and when they want to, rather than the whole lot.
link|flag
show 1 more comment
vote up 0 vote down

If I do (I don't have much time for some reason (hmm, internet)) it is the one that is about generating a nice set of website/database/admin/etc tools that I can use in case I do contracting in the future, as well as for any personal websites I might deign to create in the meantime.

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

Yes: http://gong-shell.sourceforge.net/

It allows you to embed Windows Explorer controls in your .NET applications, and interact with the Windows Shell in code. It did help professionally to a degree, and I've actually used it in my current and previous job. It's open-sourced under a GPL licence. I generally get 0-5 downloads per day, but I've had very little feedback on it. I take that to mean it works perfectly :)

link|flag
show 3 more comments
prev 1 2 3 4

Your Answer

Get an OpenID
or

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