vote up 44 vote down
star
47

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
add / show 7 more comments

96 Answers

1 2 3 4 next
vote up 107 vote down

I'm the programmer for the Electric Giraffe - a 17 foot tall robotic giraffe. I've written all the code for the on-board embedded microcontrollers, plus a large Windows application to generate patterns for the LED spots.

It's not open source because nobody else has a giant robotic giraffe to run it on :D

The guy in the picture is Lindz, he designed and built the Raffe by himself.

Electric Giraffe

link|flag
add / show 20 more comments
vote up 30 vote down

No, I don't and at the moment I have no interest in starting one.

I am a professional developer with over 10 years of experience and I find that the programming I do at work satisfies my programming itch.

Of course, this may mean that for some people here I am not a "good" programmer. But then is a "good" doctor one who also treats patients for free outside of his working hours? There are many professionals who are competent at what they do without also doing what they do as a hobby outside of their work. There are a few professionals who are excellent or even brilliant at what they do and do what they do as a hobby outside of their work.

Personally I think that a company who is looking for professional programmers who also program for a hobby is looking for an "excellent" programmer, not just a "good" programmer. The starting salary should reflect this excellence!

link|flag
2 
Programming at work and as a hobby have different constraints usually. For example, at home one may choose any programming language, at work as a rule it is impossible. – J.F. Sebastian Oct 1 at 16:29
add / show 2 more comments
vote up 20 vote down

Yes. I am the developer of JFugue, an open-source Java API for programming music without the complexities of MIDI.

JFugue makes it this easy to create a musical application:

Player player = new Player();
player.play("C D E F G A B");

Lots of people use JFugue, but I think lots more should know about it!

One of the biggest ways this has helped me professionally is in having a project I could speak enthusiastically about during interviews. I was pleasantly surprised how many people asked me about JFugue at job interviews.

link|flag
add / show 4 more comments
vote up 16 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
add / show 1 more comment
vote up 15 vote down

I currently only do hobby projects, teaching myself how to program.

My most complete project is my rss reader, but it's still not done. I really don't know when I would release it since currently I don't feel I'm good enough to release something so complex without bugs.

Here's a screenshot from a week or so ago.

link|flag
1 
Is anybody good enough to release something without bugs? Don't let that hold you back! Release early, then your hard work fixing bugs goes on record! – Liam Oct 1 at 13:16
add / 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
add / show 3 more comments
vote up 9 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
add / show 6 more comments
vote up 9 vote down

I have 2.

  1. xacc.ide
  2. IronScheme

Both open source (the former for about 5 years, and the latter about 1 year).

I very rarely get bug reports, hence I think the usage is rather low :)

link|flag
add / show 5 more comments
vote up 6 vote down

Yes. Several years ago I wanted to learn Python but I knew I wouldn't be motivated unless I had a project to apply it towards. So I decided to create a computer version of a pen & paper role playing game, based on the movie Aliens.

Originally I had a web site and sourceforge place but, even though I got several people who said they were interested in helping out, they never participated. Some didn't like the idea of using Python and some just never got back to me after their initial enquiry.

After creating a simple console character creator, I gave up the project. I had learned to program in Python but didn't have the time to dedicate to the project (I'm in the military).

Now, however, I'm stuck in Iraq and have a lot of time on my hands. Since I don't have distractions like friends and family around, I really have no excuse. So I started working on it again, this time teaching myself wxPython while creating a GUI for the character creator. And I'm also recreating the old table-top RPG Twilight 2000. I figured it's easier to create a game that already has rules so I don't have to think of the rules while programming too.

Once I have a decent handle on how to make a multi-player application like this, I hope to go back and actually make a new Aliens game. My Twilight game is going to be GPLed but I'm not going to post it anywhere until I have an application or two that someone can use and build upon.

It hasn't helped me professionally since the military doesn't really care about that stuff; at least, not the operational side I work with. It's just another bullet point for my eval but that's all.

link|flag
add comment
vote up 6 vote down

I'm the main developer of Descent and recently started a game called FruitFactory, but it's in its early stages.

Personally, the first project helped me a lot in understading and writing lexers and parsers, abstract syntax trees, the visitor pattern, the Eclipse infrastructure and working in an open source project. I also met a lof of interesting people. Finally, some guys in Spain contacted me because they needed a Java developer and one of them used my tool, so I also got temporary job thanks to it.

I don't know exactly how many people use it, but I receive feedback from time to time, and people seem to be happy about it.

So I would definitely recommend anyone to start a project on their own. It's very valuable.

link|flag
add / show 2 more comments
vote up 4 vote down

I have only small things i am currently doing as a hobby, just mainly for home and my wife.

My wife is a graphic designer, So I have built an online font viewer for her, shows her all the fonts we have from anywhere over the web, plus a sample of how it looks with whatever text she wants. It renders the font as an image for fast viewing.

Another is my home movie catalog. I basically paste in the IMDB link and it scrapes the info as best it can and populates the database.

I used to work on a botting system for Diablo II a while back, which i stopped doing, but it seems someone revived the website, although i dont know the status of the project. It was a botting automation engine written in .net that allowed others to build bots as a .net assembly and load it into the game. it's called botNET, a play on dotNET. not a botnet though.

link|flag
add comment
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
add comment
vote up 3 vote down

I have my personal website. Which is basically just a blog. I built all the backend code myself. I could have gone with a prebuilt package, but that would have taken all the fun out. It gives me good reasons to keep up with my PHP coding, which otherwise I wouldn't use very often. That's pretty stagnant right now though, as I haven't had to do any coding for a while.

I don't have any other on-going projects. However, when I have free time, or when I encounter a problem I don't have a program to solve, I like to program little apps and scripts for myself. I work at a small company, so I get plenty of time there to experiment with different kinds of coding.

link|flag
add comment
vote up 3 vote down

I write apps for handhelds/PDAs/phones in my spare time. I wrote a few for Palm OS, a couple for Windows CE, and now I'm working on iPhone.

What's nice about iPhone is that I can actually make a little money from it via the App Store. It's not much (currently about 50 bucks a week), but it helps me convince my wife that this is not a complete waste of time.

I've always wanted to do embedded-systems programming professionally, so I hope this will turn from a hobby into a career

link|flag
add comment
vote up 2 vote down

Funny you ask right now as I started one last week. :] I imagine Ikulo as a Mono/.NET daemon which watches a directory/several directories and tags newly incoming mp3/ogg/flac/… files (ie. using MusicBrainz). As a lot of stuff is still theory, there is no release, yet. However, one could watch the ongoing work by following the open Mercurial repository. The idea is to release it under the WTFPL.

Besides that, I am on the Warsow team since two years. I rarely contribute code and mostly do beta-testing and support, though.

link|flag
add comment
vote up 2 vote down

I had a hobby of making asteroids clones. In whatever language i was learning at the time. I wrote 2 in java. 2 in c++ (one directdraw and then again in direct 3d)

I keep meaning to open the code up and do something with it.

link|flag
add comment
vote up 2 vote down

I definitely have projects that I have done in my own free time (which varies greatly). I actually have started what I call The List, basically the things that I would like to someday build and release.

Currently I have been working on two websites written in Django:

  • Silicon Sea - My personal tech oriented website. I hope to grow this site into a small community with contributors other than myself. However I need to finish coding the essential features. This is where I will be publishing any of my personal projects, articles, tutorials and downloads.

  • Projekt Trak - Project time and expense tracking webapp. It combines two things that are rare to see in an application together. Hours spent on a project along with expenses spent on a project.

  • Email/Web Hosting services - I have been putting together email and web hosting services with Linux and OpenSolaris, which I have a few clients running my services, but mostly friends and family at this point.

I typically have put together these projects to itch the need for developing something outside of the 'Microsoft Stack', it furthers me professionally because I develop more of a generalist mindset which is extremely beneficial when learning new technologies and for development in general.

Nothing I have put together has been open sourced, however I do have plans to eventually work things in that direction. I also want to move towards writing system administration software for Linux/BSD/OpenSolaris platforms that make things stupid easy to run these servers. This I believe is a severely under served part of the community and I hope to build something that is beneficial to the world. I haven't embarked down that path yet, however it is on The List.

link|flag
add comment
vote up 1 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
add / show 3 more comments
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
add comment
vote up 1 vote down

Myself and a few friends listen to a couple weekly trance radio shows. It got to be a lot of work to download them individually every week and add them to our iTunes libraries. So I wrote a little utility that would download the shows automatically and create a podcast out of it. It started as a project to A) reduce the repeated work of downloading the shows every week and B) to teach myself Python.

I keep looking for ways to expand it. Most recently I updated it to rip the shows straight from the radio rather than downloading them. Then I refactored the whole thing to use a SQLite database rather than a messy bunch of text files to save the data.

My newest project is building a Ruby on Rails app on top of the database to allow my friends to add their own shows to be recorded and turned into podcasts. This will save me work whenever they have a new show they wanna listen to. It's also so I can teach myself Ruby on Rails.

It's not open-source right now but I think I'd be interested in making it open source and releasing it when it's in more of a final state. I think it could be pretty useful to other people who find themselves listening to the same radio shows every week and want to turn them into on-demand podcasts.

link|flag
add comment
vote up 1 vote down

Yes, Im currently rewriting the coldfusion MachII framework into my own PHP framework (its so heavily modified that it scarcely resembles MachII anymore). It has helped me professionally because a couple of websites that I've launched at work run on my framework. My project is not closed source but its no available to download anywhere at the moment since its undergoing major changes.

link|flag
add comment
vote up 1 vote down

The main thing I do is a Facebook Photo Uploader. It's basically a Java desktop app which will upload your photos to Facebook (and do a couple of other things such as tagging them). I did it because I got fed up with Facebook's applet uploader (and it used to crash my browser as well).

I also started a PHP Proxy script just as a learning exercise, and then decided to upload it in case it would be useful to anyone else.

I'm not sure whether either of them helped me professionally, but - particularly with the Facebook thing - it feels good to write something which other people find useful (according to Facebook's statistics, about 400 users per month) :)

link|flag
add / show 1 more comment
vote up 1 vote down

I think every programmer has at least one - so here's my: I am writing a tiling window manager called subtle.

link|flag
add comment
vote up 1 vote down

My main hobby project is shell-fm, a console based last.fm player for Linux. I open sourcedabout two years ago and since then received many good contributions from ambitious users. According to the shell-fm user group on last.fm, there are about 140 "official" users.

link|flag
add comment
vote up 1 vote down

Another thing, which probably doesn't count as a hobby project, but probably appropriate: If you google for my name, you'll find it in the comments of several open source projects. Basically, if I find a bug or a feature missing in a project I'm using, my first instinct is always to submit a patch. I've been doing that since before the phrase "open source" came into being.

link|flag
add comment
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
add comment
vote up 1 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
add comment
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
add comment
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
add comment
vote up 1 vote down

Yes

  • It's a web radio tuning application... but not the tricky kind where they try to game some weird protocols, mine just run it inside a hidden browser. Works for every single webradio sites I've tried so far.

  • I learned a lot of things writing this thing, particularly unit testing and ClickOnce and a lot of Python for its website. Sure will be of good use sometimes soon.

  • It is GPL-ed and have been downloaded around 700s last time I checked. And I have received a small donation from one guy, not too much... but hey! somebody liked it :-)

I've just did a major overhaul to it, you can check it out at http://www.quicktuner.net/ .

The website, documentation and seed content still needs work... but that's another story once tonight's version is out in the wild :-)

link|flag
add / show 1 more comment
1 2 3 4 next

Your Answer

Get an OpenID
or

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