up vote 84 down vote favorite
63
share [g+] share [fb]

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?

link|improve this question
1  
I don't see how this fits into Stack Overflow. It's neither a question nor anything that could be considered a subjective question. If anyone else feels otherwise, please feel free to reopen it. – GateKiller Oct 1 '08 at 12:39
2  
isn't this a question for programmer's site? – Ither Oct 19 '10 at 4:08
show 6 more comments
feedback

closed as not constructive by Bill the Lizard Oct 26 '11 at 12:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

104 Answers

1 2 3 4

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|improve this answer
19  
Maybe you should make it open source, giant robotic giraffes could become popular – Ólafur Waage Oct 1 '08 at 13:47
3  
Also, is your nickname MrZebra a hint of things to come? – Simucal Oct 1 '08 at 14:40
3  
Great, this earns you 10000 geek points. – Gamecat Oct 1 '08 at 16:18
show 19 more comments
feedback

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|improve this answer
8  
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 '08 at 16:29
1  
Very interesting answer. – dshaw Jan 8 '09 at 17:40
show 1 more comment
feedback

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|improve this answer
5  
+1 for an awesome API. Thanks! – JasCav Nov 13 '09 at 17:52
show 5 more comments
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
2  
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 '08 at 13:16
1  
Wow! This looks professional! What platform do you develop it on? – Rinat Abdullin Oct 1 '08 at 13:37
2  
AWESOME JOB MAN. I say release it and let the user group submit bug reports. Build a Error processing tool so when it crashes on users, it will send you some info. Other than that I say release it!!!! – SpoiledTechie.com Oct 1 '08 at 14:27
1  
This looks really good - a nice clean, simple interface. Well done - you should release it when you feel your ready to. – Scottm Oct 1 '08 at 20:55
show 3 more comments
feedback

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|improve this answer
show 5 more comments
feedback

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|improve this answer
show 5 more comments
feedback

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|improve this answer
feedback

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|improve this answer
3  
Some hobbies turn into startups ;-). – Gamecat Oct 1 '08 at 12:34
show 5 more comments
feedback

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|improve this answer
show 2 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
show 3 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

Yes! Currently I'm working on a completely ridiculous project which is likely going to take 5-10 years of my life and is... rather useless.

The project is Kronos C#, which is designed to be a drop-in replacement for the Microsoft Visual C# compiler, i.e. the idea is you will be able to literally replace the Visual Studio compiler with Kronos C# and everything still works precisely the same - so it compiles, interacts with Visual Studio, emits correct metadata, compiles on-the-fly as you use Visual Studio, etc. etc. - everything. Not to mention the fact it has to have excellent performance characteristics. The idea is to expose myself to the development of a modern compiler, with all the constraints actual commercial compiler devs have to deal with.

The purpose of the project is twofold - firstly and most importantly it's very, very educational, both with regard to C# as well as compilers and programming languages in general, secondly it establishes a compiler framework which I hope to go on to use to develop compilers for other languages as well as tools for Kronos C# which may turn out to be useful to C# devs as a whole.

It's likely nobody is going to use any of the code... but goddamn is it interesting; most importantly I hope I'll come out of the process a better programmer than when I went into it!

link|improve this answer
show 3 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
show 1 more comment
feedback
1 2 3 4

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