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

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

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

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

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

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

Yes. I scrape Yahoo for stock data & I will pump them into a data-mining program.

I also run some websites for people.

link|improve this answer
show 2 more comments
feedback

Yes, although I work as a programmer, it doesn't always satisfy me creatively.

When I first started programming, I found I needed an app to help drown out background noises so I could concentrate. I downloaded a few ambient sound players, but didn't really like any of them, so I wrote my own for the Mac and PC. It's called Resonance. It basically just plays ambient audio files, but you can add effects to them such as reverb, pitch-shift, and echo. It also contains a binaural tone generator capable of producing 1500 unique frequencies. So far it's been downloaded ~1000 times. Here is a screenshot:

alt text

link|improve this answer
feedback

I'm a transportation engineer by training, and a lot of the software we use in the industry is archaic and/or is terrible. I usually spend my spare time reading the research behind the methodology and programming it using python then interfacing it on my local intranet.

What i'm trying to say is that find something that you are really fond of. for example, my buddy does a lot of music related coding with ruby. Another friend does the so called "scripts under 50 lines" for linux. We share code between each other and we don't critique each other either.

Another thing I do sometimes, is i code some of the proposed answers on stackoverflow in different languages. For the color coding question posted the other day, I recoded the answer in python and in c++ just for shits and giggles.

Find a topic that you love, and explore the areas that haven't been tackled yet.

link|improve this answer
show 1 more comment
feedback

I've been working for 5 years with a friend of mine writing a new encryption. We call it Timeshift (working title). It's a 4096 bit stream cipher that is more precious to me than my first born (if I had one). We started off with something pretty basic that I wouldn't expect anybody to actually use, our goal was to lock it down for security while making it faster than anything else out there. Initially it was a 512 bit encryption running around 10 MB/s. We were proud, but we knew we weren't done. As we progressed we figured "Why stop at 512?" and found that jumping to 1024, 2048, and finally 4096 wasn't too much of a slow down. We then focused on speed. 10 MB/s was seriously slow, so we optimized... a lot! In some of our most recent C# builds, we've topped 110 MB/s, and C++ is averaging 150 MB/s. Not to mention the languages play well together (as expected) meaning one can encrypt and the other decrypt just fine.

We've actually discovered a phenomenon about LFSR loops that is going to tighten security even more. Timeshift'll still be 4096 bit, but it's another layer of internal state manipulation to prevent crackers and ensure pseudo-randomness even more (fancy talk for a more secure encryption). Of course we can't explain this phenomenon (yet) and we'll need to be able to before we can implement it on such a large scale.

Aside from blowing my own horn with numbers and stats about Timeshift, I can tell you that this project has taught me so much about code optimization. I'm sure I don't have to tell you all about the different between "just working" and "working right." I've learned about compiler optimization as well. Not to mention working in a geographically spread out group. My friend is 800 miles north of me and we've never met. Google Docs saved the day!

link|improve this answer
feedback

My pet project or rather a dream of it is a nice and advanced MPD client that focused on artist-albums instead of the traditional artist-album-tracks scheme. The visuals of the GUI would imitate an old record player and your favourite records could be graphically organized in a shelf. Just to be weird, I'd make it all vi-keyed to be user friendly.

Just because sometimes choosing a good record to play for the moment is too hard.

link|improve this answer
feedback

If I do (I don't have much time for some reason (hmm, internet)) it is the one that is about generating a nice set of website/database/admin/etc tools that I can use in case I do contracting in the future, as well as for any personal websites I might deign to create in the meantime.

link|improve this answer
show 1 more comment
feedback

Yup, a metrics/documentation and analysis tool for Delphi software. (Athough i would like to create other frontends in the future.

It started as a dependency tool, but then the thing started to have a life of its own. Its 100+ classes, lots of files, but still fun. Right now i'm busy adding the 2009 delphi features.

The projects helps me to understand legacy code ;-).

It is not open source because its 80% hobby and 20% professional time. But if i'm satisfied i will put in on a server for download somewhere.

link|improve this answer
feedback

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

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

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

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

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

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

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

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

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

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

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

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

Chiefly Limp, a Lisp IDE for Vim.

link|improve this answer
feedback

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

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

link|improve this answer
feedback

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

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

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