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

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

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

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

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

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

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

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

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

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

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

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

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

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

Ham radio has been a huge source of hobby programming projects for me. I have used station automation and logging DB's as fodder to learn VBA, COM, .NET, serial comms, threading, etc. Big fun!

link|improve this answer
feedback

I have a few personal projects that I'm working on, the biggest of which is probably Memories of Hyrule. It's a Zelda fan game that I have been developing on and off for about 5 years now. My goal is to fully recreate the original NES game, The Legend of Zelda in the style of it's SNES sequel A Link to the Past. The game is being written in C++ using the ClanLib SDK, and will run under Windows, Linux, and MacOSX (hopefully).

Game programming is strictly a hobby for me so I have no intentions of trying to monetize the project (given the use of the Zelda name, I'm sure that would be impossible anyhow). When the game is finally finished it will be available as a free download on my site.

link|improve this answer
feedback

Yes, I usually have 1-2 hanging around. Rarely do they ever go beyond proof of concept.

Two which are currently rather far along: Unifico Framework, and GreatVocab. The former is a way to develop highly scalable ASP.NET applications in MVC (thru WCF remoting). The latter was developed out of personal need while I was preparing for a Graduate Records Exam (GRE). The application grew from a personal tool into a small biz and has just wrapped up development. It's my first complete and out the door MVC app.

link|improve this answer
feedback

Yes

I have always had several hobby projects on the go, since I started to learn to program. I still start new ones at the rate of 3-4 a year (not counting small experimental bits of code I sometimes hack together to see how something works).

Most of these projects only last long enough to get hard, and then I lose interest, but occasionally I'll pick one up, dust it off, and give it another few days of development time.

The only one that's really been of much use to a large number of people is the Eclipse CORBA Plugin, which I originally started when I was developing software with CORBA for my job, and wanted a way to edit the IDL files from within Eclipse.

It is open source

It's still missing many things that I plan to implement, or people have asked for, but it's apparently being used quite extensively: up to about 400 downloads a month on average, which doesn't count people installing from the update site. How many of those users encounter a bug that they never report and abandon it I'm not sure.

The most satisfying part for me about developing open source software is when people offer to help out - ECP has gathered up bits of code from several different contributors, and it's very gratifying to know that other people have the same interests or needs.

Career

I wouldn't say it's necessarily helped me in my career directly, but I've been able to reuse parts of it in another project (Ada to Java bindings) I developed as part of my current job, and used it directly to develop new software based on CORBA at work.

The irony is that I'm now leaning towards using ICE, instead of CORBA for new projects that need a middleware framework.

link|improve this answer
feedback

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

yes, 'kin': kin is a simple language for creating compilers for simulations and systems engineering modelling tools.

What kind of project is it?

It's a small language and interpreter (currently) based on

  • co-routine based functional transducers
  • traits
  • relations as described in 'Database in Depth: Relational Theory for Practitioners'
  • parser expression grammars for external or internal DSL

Did it help you professionally? How?

kin is the name I've given to various languages I've been playing with based on tuple/pattern matching/prolog/relations for the last five years.

Implementing it in its various guises meant I learnt a lot about parsers, prolog implementations, pattern matching, JVM bytecode, language design, PowerPC assembler, x64 assembler, C99. My background was general engineering, aerosystems, then specialising in computer aided engineering, so I didn't do that sort of stuff as a computer science undergrad.

There have been numerous times where something I've first tried out in kin has ended up in the professional project I've been working on, not least as most of the inspiration is to find something better than C++ or Fortran to solve the problems I'm faced with at work. The obverse of that driver is that it changes every six months, as I'm faced with different problems, so end up pulling bits of different languages in and deprecating other parts.

Also, whenever I've explained about it in an interview, I've been offered the job.

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

There's a very old JVM version on sourceforge because I can't delete it, and the bignum libraries were faster for some uses than those shipped with 1.4. The current version (C99/x64) will appear on assembla if it gets to a state that anyone else might find it useful before I run out of cash and need to get another contract (the only thing there are the notes I did last year). Usually when I'm working I don't have the energy for both a day job and to code at night, and have other things (like commuting back home and seeing my wife) to do at the weekend.

I also played with an in memory RDF query engine; that will end up being the relational bit of kin at some point, and there are various small bits of pieces at tincancamera. It loaded and indexed some largish data sets very quickly, but one of the drivers of kin was wanting to be able to adapt the code on the fly based on queries, which is too tricky to do in C++; it's metaprogramming is limited to static code. I've had a couple of queries from PhD students about its techniques, but no actual users.

link|improve this answer
feedback

Yes.

I take on graphic arts requests, website design requests all for free in my spare time. I can show off the websites to potential employers.

I used to be working on various javascript widgets. These are nice to show off as well as a nice javascript refresher.

I am working on a MMORPG game. Not open source but free with an active close knit community.

link|improve this answer
feedback

As a hobby I have started an open source Movie Management HTPC application (I am currently the project manager and lead developer of a team of ... 3 or 4?). It is basically an app to manage your movies you have ripped to your hard drive. Plot summary, rating, actors, cover art, full screen backgrounds, etc are all pulled automatically based on a heuristic algorithm to match your movies to multiple online data sources. Currently we have something like 5000-7000 users? It's hard to say exactly, but we are growing fast.

Project page here: http://code.google.com/p/moving-pictures/

The project is open source but in my professional job for my last raise I was given an additional $3,000 on top of what was initially planned to be my raise, due directly to my work on this project. Upper management felt this demonstrated initiative and a drive to learn.

So anyone questioning the value of spending time on open source projects, think again...

link|improve this answer
feedback

I have only hobby projects now. Because I'm an ameteur (and I'm 19 ys old at the moment.)

What kind of project is it?

Computer game

Did it help you professionally?

Maybe It will once... (I don't think such things will be good for reference at an interview...)

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

Source code is not open yet. I will consider open it later... You can use them free...

This is the latest: http://scdescent.tk (Lightweight multiplayer Space shooter 3D game. The current project. Has international support.)

This is something I gave up: http://realhirroz.tk (This is an unfinished online strategy game like travian, but when I defated in the Travian I lost all motivation to continue it. ps: you can login with 'demo' name and blank password field at 'belépés' to view it.)

This is the biggest one: http://users.atw.hu/calmarius/Download/Space_Tactics_III/Space_Tactics_III.htm (But still unfinished and has bugs. It is a simple 2D space RTS against the computer.)

These stuffs are Hungarian, I hope you find the download link... I've never thought before that I post them here...

ps: sorry for grammar mistakes...

link|improve this answer
feedback

Yes, currently I'm one project of significant effort, so on to the questions.

  • What kind of project is it? RSS Spy is my attempt at a feed reader with the features that I find to be useful. Namely, automatic downloading of podcasts.
  • Did it help you professionally? How? It's hard to say if it has helped me professionally or not, the major thing that it does to for me is allow me to work on C# when I don't always get a chance to at work and it also gave me my first exposure to Subversion.
  • Is it open-source? Do other people use it? I don't know if other people use it, but it is open-source and I released it not too long after asking this question here on StackOverflow.
link|improve this answer
feedback

Yes, I'm developing a Java application that generates a HTML page with all OpenPGP keys stored on biglumber.

BigLumber is a key-signing coordination page where you can find opportunities to sign each others OpenPGP key.

The map will display a list of Names & keys according to the city mentioned on the biglumber entry.

It works statically, because it has to be pure HTML. It uses OpenLayer for OpenStreetMap data and the free webservice GeoNames to get all city coordinates.

I use TDD for the first time and it works pretty well. It's not open source because it's too small :)

link|improve this answer
feedback

I've got a few rummaging around.

The first is a dead simple little birthday and anniversary reminder program that a few of my friends and family use and love. It was originally written in Borland C++ Builder, but I am rewriting it in gcc/mingw with wxWidgets, mainly because I want a Linux version for myself, as well as the windows version for others, and as a simple program to introduce myself to wxWidgets. Not open source yet, but will be once the rewrite is done.

I also occasionally get enthusiasm for a FIBS client I've called Prevarication to play Backgammon. I've done the first stage of thoroughly documenting the existing server, and started the second stage of writing the low level framework stuff. It will also be the only FIBS client fully localisable, which is something I've never written before. I've started it in Java, but am considering starting again in Ruby, either as JRuby so I can use Swing for the graphics, or standard Ruby with wxRuby. Of course first I have to learn Ruby.

I also have a utility library of Java code called EvLib, comprising things I keep finding I am writing again and again for various projects, or are just darn useful for certain things. I intend to give it a little more polish and then make it available under a BSD type license. I've used it in several customer projects so have been of use professionally.

I have a file synchronisation tool that I have used with a few customer projects to keep remote websites in sync with a local version, only pushing/pulling files that have changed. It is inspired by the Unison sychronisation tool, but it doesn't need another copy of itself running at the remote end, only an FTP or SFTP connection. It has been invaluable for rolling out a couple of customer projects, and ensuring I don't clobber stuff on the site that others have changed. Written in Java, and will be released open source after I've tidied it up a bit and written some documentation.

Aside from a few other smallish utilities, they are all the projects I have that have actually been started in one fashion or another.

I'm planning to write a punch-clock style time tracking desktop application for two reasons: I want to replace the commercial windows app I use currently with a cross-platform one, and I think it would be a good little exercise for learning Ruby (and wxRuby). I will call it "Punch Evan".

I've also been tinkering with ideas of a project management application base on a couple of articles Joel has written. Don't know if it would be web based or desktop at this point. I keep vacillating on that one, and there's plenty in the queue before it.

I've been freelancing for a few years, and found I was becoming increasingly miserly about any time I spent in front of the computer that wasn't billable, and my pet projects were languishing as a result. I started a full-time 12-24 month office job a few months ago for several reasons, one of which was to give me some time and energy for some pet projects. It's nice to get some enthusiasm for them back.

link|improve this answer
feedback

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

Yes--

What kind of project is it?

.NET 3.5 WCF RESTful Web Service. It takes a phone number (ANI) via Http, populates a MySQL db and does a reverse lookup via anywho.com to obtain the ZIP code. If the number of instance of that ZIP during a given time span are excessive, it displays a Google Map image of that region.

Did it help you professionally? How?

Honestly, this is a side project that I'm using to bolster my credentials and gain valuable "real world" experience with the .NET framework. My stepfather is a consultant for a large ISP that has mentioned they had a need for a proactive support tool.I don't work with .NET development in my current job (support apps written with much older technologies). I've learned a LOT doing this---such as how to create a Web Service, parsing HTML with C#, how to integrate MySQL (good fun) into a .NET application, etc. I'm looking at this as a means of gaining some visibility and experience, and am better off for it regardless of what it leads to.

Is it open-source? Do other people use it? Not yet to both questions. We're prototyping it now.

If "no" - Do you want to start one? I still want to answer this. I'm fielding a couple of SourceForge projects-one written in C/Gtk and the other in C#.NET; I'd like to make sure that my exposure is to multiple platforms/languages. It can't hurt.

link|improve this answer
feedback

I maintain a small, but really good (IMHO!) open-source class library called SixPack.

link|improve this answer
feedback

Yes, I usually have at least one or two hobby projects going. My longest-lasting and so far my only public project is Taekwindow. It's a Windows program that lets you drag around windows with Alt+drag, resize them with Alt+right-drag, fixes scroll wheel behaviour and lets you push windows to the background. Great for Linux addicts who are occasionally stuck with Windows. Taekwindow is open source and has been downloaded over 7000 times now.

I'm also working on an arcade flight simulator similar in style to Terminal Velocity, but that's on halt at the moment. It's a really nice project though, because it lets me work on many different aspects of game development. When I get bored with the terrain engine, I just start working on the AI, that kind of thing. This project is currently not open source, and I don't know yet what I'll do with it if I ever finish it.

Further examples of smaller projects:

  • NaNoWriTool, an editor for NaNoWriMo authors
  • my XMonad configuration
  • a tool to query multiple Amazon incarnations (.com, .de, .co.uk, .ca) to find out where you can best order your books, got stuck on the Amazon API not being capable of certain things (don't remember)
  • a CMS/wiki/blog engine in Haskell, but that's hardly started yet

I'm currently working on a simple raytracer in Haskell. Mostly for practice with Haskell, but it's also fun to see so few lines of code create very pretty pictures.

link|improve this answer
feedback

Yup www.my-clock.net, an online alarm clock :p soon to be time tracker, calendar and so on. Using it to learn javascript and web development.

link|improve this answer
show 1 more comment
feedback

Yes, I'm a hobby programmer generaly.

I write various utils for games - to allow to bring new content, add-ons, mods. Map editors, format converters, data editors. There are communities around these games and players use my tools.

Recently I've started writing own games, there are only 2 of them yet - jigsaw puzzle is the first one WIP. Other one is a remake of strategy game, here's video: http://www.youtube.com/watch?v=y-7cbQzJ-Z4 Both are work in progress.

Running own website where you can see most of my hobby for yourself: http://krom.reveur.de

With every new project I feel my skills becoming better. I notice that 1yo projects are looking naive and stupid sometimes, there are lot of unoptimal moves and algorithms. Now I see it :)

link|improve this answer
feedback

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