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

I've build a product to help me in live coding sessions or demonstrations, which allows me to zoom in on the screen (kinda like what ZoomIt does), but still have a live screen (ie. no screenshot which is blown up).

It isn't open source, but it is free. Don't think many are using it, but the most important part is that I'm using it myself, so I don't really care if nobody else is using it.

http://presentationmode.blogspot.com/

Haven't had a release in a while now since I haven't completed the major branch yet, which is to allow more zoom factors, in addition to just blowing up a quarter of the screen to 2x the size.

link|flag
vote up 0 vote down

I have worked on one or two things but I never have time to see it through to the end :-

The main ones are

Cattle registration system
A system for farmers in the UK to help them maintain their records (to help steer them away from really terrible paper filing systems). I made this for my dad and it also has a mobile application which allows farmers to register the birth of newborn calves from out on the farm. If anyone is interested in screenshots or anything leave a comment.

Adventure Games Anyone who is a fan of the Monkey Island point-and-click adventure games should have a look at Adventure Game Studio. This tool helps you to make these kinds of games easily. I have worked on a few small games and one day I am going to release a full-length one to the community on that site.

link|flag
vote up 0 vote down

I went to school to be an Electronic Engineer, did HW design, then taught my self SW as a hobby writing an Audio Editor in C++ when Windows started supporting sound. So I turned my "hobby" into my profession. Now my hobby is desiging and building HW for guitar effects and tube amps. All analog. The best hobby being a combination of art and technology with a big helping of subjective.

link|flag
vote up 2 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
vote up 4 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
vote up 0 vote down

Yes, two, but they're on the backburner at the moment due to a busy work schedule and an infant.

The two are a character generator for D&D 3.5 (yes, I know it's been replaced by 4.0, but I like 3.5) and a set of libraries for TADS 3.

link|flag
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
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
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
vote up 0 vote down

This question is similar to “Pet Projects” - Should We Each Have One?

link|flag
vote up 7 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
show 2 more comments
vote up 27 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
1  
+1 for an awesome API. Thanks! – Jason Nov 13 at 17:52
show 5 more comments
vote up 36 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
4  
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 at 17:40
show 1 more comment
vote up 7 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
vote up 0 vote down

YES

What kind of project is it? An URL redirection service (like tinyurl).

Did it help you professionally? How? Yes, I starting learn python and google app engine

Is it open-source? Do other people use it? Isn't open-source. Yes, so many people are using it. Can you use it too.

The project url is http://gofrom.us

link|flag
vote up 0 vote down

Yes... tox (Tomcat, Oracle, & XML)...

The tox (Tomcat Oracle & XML) web archive is a foundation for development of HTTP based applications using Tomcat (or some other servlet container) and an Oracle RDBMS. Use of tox requires coding primarily in PL/SQL, JavaScript, and XSLT, but also in HTML, CSS, and potentially Java. Coded in Java and PL/SQL itself, tox provides the foundation for more complex applications to be built.

The tox framework enables the construction of applications using the model/view/controller (MVC) design pattern. With a controller that executes interpreted XML for creating the model and view, developers can construct new functionality. The model is retrieved either via includes or by the execution of Oracle's stored procedures and then passed to an XML Stylesheet transform (XSLT) to construct and return the view. Different combinations and options provide rich dynamic content.

link|flag
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
show 1 more comment
vote up 0 vote down

Yes, UTF-CPP

  • What kind of project is it? A C++ library for handling UTF-8 encoded strings.

  • Did it help you professionally? How? No, not really.

  • Is it open-source? Do other people use it? Yes, it is released under Boost license. It has approx 200 downloads each month so I believe people are using it.

link|flag
vote up 0 vote down

I have a number of hobby projects, DotNetNuke modules, and windows applications. All are released open source. I spend way too much time on them, but at the same time, they are great resume items, and giving back to the community is a good thing as well, as everyone benefits.

link|flag
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
vote up 4 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
vote up 0 vote down

I was fed up with the woefully inadequate editor support for angles and arcs. So I've written custom editors and types for handling this and I'm currently working on refactoring AGauge so that it doesn't require so much hands on configuration, and so that it works with my new types.

It's not available outside of my home yet, but I envisage it being open source. I started it because we needed similar things on a work project and I wanted to learn how to do it right. It's also given me an opportunity to learn more about coding unit tests and C# 3.0, as well as .NET 3.5.

link|flag
vote up 117 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
3  
Maybe you should make it open source, giant robotic giraffes could become popular – Ólafur Waage Oct 1 '08 at 13:47
1  
Great, this earns you 10000 geek points. – Gamecat Oct 1 '08 at 16:18
show 20 more comments
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
vote up 0 vote down

I've got a couple of private ones that I've started but haven't had time to work on in months.

  • An amateur radio contact logger.
  • A scanner programmer/controller
  • Transceiver controller w/ support for digital modes.
link|flag
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
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
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 '08 at 13:16
1  
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!!!! – Scott Oct 1 '08 at 14:27
show 5 more comments
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
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
show 5 more comments

Your Answer

Get an OpenID
or

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