vote up 22 vote down star
4

Do you have projects you work on in your spare time just for the fun of it?

  • What do you do?
  • What techniques/technologies do you use? Is this a reason for the project?
  • Have you gained something? Has it become a real product you make money from?
flag
show 2 more comments

67 Answers

1 2 3 next
vote up 0 vote down

This is how I started, and this is how I'll end. :P

Mostly game related pet projects so I can learn new techniques & learn how to use new technologies.

link|flag
vote up 0 vote down

Sure, one day I hope to write a full game for it:

textual adventure engine

link|flag
vote up 0 vote down

I definitely still code at home, for fun, but also to learn. I am one of those programmers who never liked school, and have been programming since I was 8. I learn by doing, which makes programming at home a critical factor in my progressing career.

In particular during the last few years, with the advent of so many new programming languages, notable ones including Ruby, F#, etc., I find that I can't let my skills stagnate and still remain a competitive prospect in the increasingly diverse software engineer and architect job market. I'm primarily a C# and .NET developer and .NET architect, but companies less often choose a single platform to develop their software on (and why not, SOA paradigms and technologies break down the kinds of boundaries that once previously existed.)

Given the truly dynamic nature of software development, I have an on-going personal project that I continually evolve and improve, adapting to new technologies and new approaches to software development as I learn more. This project has the potential to become something real and marketable, if I ever chose to (kind of an added bonus), but so far its been more valuable in exposing my misunderstanding or misconceptions about development technologies, methodologies, platforms, etc. and clarifying my understanding in a practical way.

I highly recommend starting a "practical", long-term home project to anyone who really wishes to test their knowledge and push the limits of their experience and capabilities. Cover every base...from architecture to platform to unit testing (i.e. I never liked TDD, but BDD a lot of sense and when actually applied, provides all the benefits of TDD with less ambiguity about how it should be applied.) You might be surprised at how much you learn about yourself, your conceptions, and the possibilities that exist when you open your mind to new technology.

link|flag
vote up 0 vote down

I love coding for fun in my spare time. I just don't have spare time.

link|flag
vote up 0 vote down

Sure, and open source projects are just the right place to start with it.
Whenever I use some open source, I feel the need to give back something to the noble people having coded "just for fun" to my advantage.

I learned quite a lot about topics that I do not touch at work.

Listworthy small projects:

  • Rockbox, a firmware replacement for many mp3-players and portable media players.
  • CHDK, a firmware addition to numerous Canon compact still cameras.
link|flag
vote up 0 vote down

I absolutely code for fun.

In fact, I find it pretty difficult to keep my "A" game going unless I'm learning in the after hours as well. The enterprisey problem domain is surprisingly limited, and there's only so many slants to exposing data, parsing XML and working with services.

To do this, I work on applications, games and technologies that I don't really get exposure to in the work environment. I poke around open source projects I use to see what (and how) I can contribute. I work on programming and math exercises. I brush up on my basic data structures. I try to get a group together to do these things to help keep momentum.

All in all, I can't imagine not coding outside of work. :)

link|flag
vote up 0 vote down

Big Yes This is my Hobby as well as the means for my bread and butter

link|flag
vote up 1 vote down

I work as a developer full time, and when I get home, I often write some more code. Usually more or less in the same realm as what i do at work (php, mysql, xml, xsl, etc.) but different applications. Yes, i am a nerd.

link|flag
show 1 more comment
vote up 0 vote down

Do you have projects you work on in your spare time just for the fun of it?

less often than i used to but i still do.

i like to try out interesting things like lower-level networking, internet stuff, services, etc. i also have done embedded C programming (and the hardware) entirely for fun & function.

i gained skills, something cool to do with my son, and learned some new things. it's also a chance to get rid of some of the mystery surrounding things i don't know much about.

one of my original hobby projects has become a full-fledged product (distributed worldwide) that i work full time on now. it took 10 years of growing but now it's literally my job.

link|flag
vote up 0 vote down

Of course! Besides, one of the best ways to learn something new is by working on a meangingful project that you enjoy.

link|flag
vote up 0 vote down

I wouldn't hire anyone who doesn't code for fun ;)

link|flag
vote up 0 vote down

If you're not coding for fun, then why are you doing it?

link|flag
show 1 more comment
vote up 0 vote down

I do it a lot to learn things I've always wanted to.

link|flag
vote up 1 vote down

Isn't all coding fun, at some level..? As I have gotten [cough] older I've really realized the every project I have worked on, even the small seeming trivial 'just for fun' projects have aspects that apply directly to larger 'important' projects in my day job. Unless it is really truly mindless busy work I find that almost every project has a problem/puzzle that helps my development in some way. Even if the project seems boring and simple I might take the time to apply a new concept or language feature I am not that familiar with to give me something new to learn. So in a way, all my coding is fun because I make it that way.

link|flag
vote up 0 vote down

yes, I love picking my brain to try to figure out how to do something. most of the time my leisure programming is to create a simple application to do some sort of mundane task such as modifying ID3 tags in MP3 files or emptying a download folder of empty sub-folders.

I find that leisure programming helps my professional programming because I'll learn nifty tricks and tips figuring out how to do whatever I set out to do that can be applied in the workplace.

link|flag
vote up 0 vote down

well, since you mean spare time right now, no.

I have a great employer and learn what i want when I need it. Since work is satisfying that way its good to get a break so I'm fresh at work.

In my spare time, I like to meet friends for beers, have sex with women, go see a sporting event!

link|flag
vote up 0 vote down

The only reason I code is for fun. I'm stricly a self-taught progammer doing it in my spare time. Its an amazing way to think around corners and solve problems.

link|flag
vote up 0 vote down

I still do.

link|flag
vote up 0 vote down

Yes! And do stuff like visit this website. Although, I have to admit I coded for fun a LOT more in high school. Since I got to college my programming has been basically limited to what I do for classes, which isn't that much really.

A sample of what's in my 'Projects' directory (where I keep all my programs):

3dify.py, 5tris, AIroids, BMPtoASCII.exe, Blackjack, Cave, G-RPG, GLBricks, GLGrapher, Life, MusicGetter.py, OGLSim, PrimeFactorizer.py, RISCEmu, Ruby, SuprMusicDB, TinyInvaders, WeatherThing, calc_primes.py, cardcounting.py, curry.py, ycomb.py

link|flag
vote up 1 vote down

I do a lot of programming in my spare time just for the fun of it. Probably more than I do at work, in fact. A lot of my programming has been related to the original Doom (there's still a fairly thriving community of people online who play it), although I've written a whole range of things - libraries, compilers, etc. Some are game-related but not Doom-related.

I pride myself on learning as many different technologies as possible and mastering them to the best of my ability. So, while I'm perfectly confident building a Ruby-on-Rails webapp using Javascript, HTML and CSS, I'm also quite capable of writing bootloader-level C code to program an FPGA on an embedded processor. I find that knowing what is happening "underneath the hood" is a great help - and computers with their many layers of abstraction provide a nested collection of many "hoods" to look under :-)

I can also state for certain that it has helped me. Although I have never commercialised any of my personal work or made any money from it, it has been invaluable in gaining employment. At all of the three places that I have worked, the fact that I can point to things that I have done in my spare time has helped me to gain the job. It demonstrates that you have a personal interest in the technology rather than simply a professional one. It also helps to give you experience - I am easily as or more skilled than colleagues who have ten or more years of experience.

link|flag
vote up 0 vote down

I've had two types of hobby projects:

  • The "big idea". For example, I had an idea for a flex-based photo editor that used a radically different method of interaction from traditional photo editors. Usually I'll work a few months on these, and then I'll get bored with them, and they become a collection of files on my disk that never see the light of day.
  • The fun little gadget or tech demo. I've built a few google gadgets, and host them on my personal website. Easy to build in a reasonably short timeframe. These tend to get to the point where they're released. Google gadgets really lends itself to personal time projects.
link|flag
vote up 0 vote down

I don't code for fun. Its not cause I don't think coding isn't fun, its just a matter of 1. finding time to code and 2. having a specific thing to code for. I also agree with a few posters that have said that its hard to do it when you sit down and do it for 8 or more hours a day, but the reason I got into programming was of the intrigue of learning how things worked deep down in the guts of something. More and more my job is less programmer and more to lead other developers on a project, communicate with the client, do that kind of thing. I'd like to go back to just coding and the more I continue the job I'm doing now the more I'm motivated to get back to that.

link|flag
vote up 0 vote down

Not as much as I used to. I've written some utilities that weren't easily available elsewhere and did other things just to see if I could (like writing a VB.NET/SQL application that ran on a handheld just to see how the .Net Compact Framework was). I've got a half-dozen projects I'd LIKE to write and hope to have the time to write them in the near future.

link|flag
vote up 9 vote down

Fun ?

Not in the way i have fun when i go to a movie or the beach or travel or visit the pub.

Coding, for me, is more like an addictive hobby that pushes me to get more cool stuff done, and get more and more cool tools and is something you could brag about if you cared to. (Latest Ubuntu ? Latest Gaming Laptops ? Latest Games ? Lisp ?)

Its like an affliction, the way people who love cars love to know the details of that 30 grand V12 that can do 100 mph in 3 secs. Something that stirs the youngster in me.

At times, it aspires me to tinker on something coz i know that it can be improved. And i simply cant consciouly let it pass knowing that something that can be improved and is within your powers is not perfected. This feeling at times is referred to as a 'programmers itch'. The feeling i have when i succeed in this is at times pride, gratification or of plain brag value. But never is the actual process of improvement fun. Its hard work. But the goal drives you towards that final gratification.

You cannot be careless about it and you have to learn and you cant help knowing about the next cool thing that just happened.

I would say coding, is definitely a hobby - that pays.

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

If you don't ever do this, what on earth are you doing here?

link|flag
vote up 2 vote down

Yes I do. Coding for fun, for me, is like playing guitar for fun.

link|flag
vote up 0 vote down

Yes, that's the only reason I code.

I have also built a business out of what I created for fun and still do for fun.

http://simplovation.com

link|flag
vote up 0 vote down

Yes. Programming contents like TopCoder can be fun.

link|flag
vote up 0 vote down

If I wasn't a brand new user, I'd mod up Swati's post.

I still enjoy coding as much as ever, but at the end of the day I need more than to "just" program. On one level, de-stressing from work plays its part. It's nice to let the brain relax from "real" problem solving and use other parts of the imagination through gaming, reading, etc. I'm also one of those geeks that actually enjoys being outdoors and running around. I think it's pretty important to get a taste of other parts of life, otherwise I would burn out. There's more to life than playing with (or debating) the latest languages, designs, etc.

All that said, there are times when I do enjoy reading up on (or playing around with) new technologies outside of work. It's just not that often nowadays.

link|flag
vote up 0 vote down

sure, I think most developers do, I think is the only way to learn new technologies or suggest them in our real work or in any other project you are involved in.

important things,

  • get a suitable machine
  • get a nice comfy chair
  • dont over do it or too long or you ll get burned out

so its still yeah enjoyable

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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