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 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 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 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 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 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 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 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'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've been dabbling with Greasemonkey a lot lately. A couple of my scripts have even developed a following, which is a bonus - and sometimes a curse. It has taught me quite a bit JavaScript, and that has paid off professionally in the enterprise web apps that I am paid to develop.

All of the best developers I know have side projects: hobbies, side-work, and/or a mix of both.

link|flag
vote up 0 vote down

A couple of little projects I've put out there (open sourced) in case someone finds them useful or interesting:

Ziparcy is a WINNT-family shell script that can be scheduled to create/update an encrypted zip (.7z file actually) / archive of your files (and directory structure).

This script leverages two other free utilities: 7-zip and wget.


Mandown - Markdown/Javascript-based documentation system as a way to write ‘How To’ manuals.

Mandown syntax follows all the rules of Markdown (as implemented by the Showdown Javascript port); it's a portable, web-centric documentation format you can run on your local file system or just as easily be tossed onto a fileshare or webserver for network accessibility.

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

Every now and then, an idea pops into my mind about something that would be awesome if someone sat down and coded it. Then I most likely start coding it on my own. Well,... even more likely only until I have a proof of concept. That's the point at which I - most of the time - realize, that I actually don't have that much spare time to make it a production ready solution. ;-)

Currently, I am working on the idea of integrating the Second Life protocol into an open source Multi Messenger application for delivering a Live Messenger alike user experience when chatting with SL friends.

I already reached the proof of concept stage... would anyone here like to take over the idea? ;-)

link|flag
vote up 0 vote down

Chiefly Limp, a Lisp IDE for Vim.

link|flag
vote up -3 vote down

No - just don't have enough time.
Besides, there's more to life than just a programming. There are a lot places to visit, people to meet, things to try.
So why burying yourself in front of a computer?

link|flag
vote up 2 vote down

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

Over the years I've had several projects. Usually I have too many ideas and not enough time because of work. Hopefully in a few years I'll be able to take a full year off and experiment more.

My first pet project was building out the backend of a website back in 2001 for a friend at work and actually for a work-based project. At the time my job was a web designer, but I was always interested in web development since '95.

Second one was a site showing off my DVD collection. I looked back at the code recently and was surprised how well it was (other than the fact that it wouldn't survive a SQL injection attack today and my code was all uppercase :P).

Third was a web-based MP3 collection manager and player. You can browse/search the collection, create playlists, and control the music that played on the server (which was connected to my home audio system) from any computer. Also had a scrolling display for my TV screen. I began rewriting it and planned to support video, but my current pet project took precedence.

Forth and current project which is slow going is a niche social network. I really want to spend time on it regularly and get some prototype working. I get too caught up in planning, researching, and trying to implement too many features rather than sticking with the basic concept to iterate upon.

link|flag
vote up 0 vote down

Castle Project, I am a committer and use it professionally on a daily basis. It has teached me a lot about .NET development, collaboration (with people you've never met...) and having to work out in the open with lots of people looking at/using it.

Being an active member of an open source project is something I would recommend everybody: don't underestimate yourself and think that you don't have the skills, a lot of projects welcome any help in whatever form.

link|flag
vote up 0 vote down

I work on an open source IMAP client library written in C#, available here.

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

I have one, a simple music player and library, that has basically stagnated now, and is at the point where I could finish off the last few features and make it really polished, or I could leave it (it does 99% of what I need to do). I'm leaning towards the latter.

I need to find something new to do, but coming up with ideas is always the hard part. I tend to start by re-inventing something that I use but find myself saying "if only it did XYZ", but I have nothing like that at the moment.

link|flag
show 2 more comments
vote up 0 vote down

I have this pet project I never really finished, but I've learned alot of GWT by doing it. http://code.google.com/p/gwt-scheduler. It's open source under the APL.

link|flag
vote up 0 vote down

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

I'm working on a Half-Life 2 mod in my spare time: Construct.

I would tell you more about it, but the entire development team is under rather strict NDAs at the moment so... well... I can't. :)

link|flag
vote up 0 vote down

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

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

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

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

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

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|flag

Your Answer

Get an OpenID
or

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