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

vote up 0 vote down

I try not to use a computer too much outside of work, otherwise my body and eyes suffer. I occasionally write simple Greasemonkey scripts for my own personal use though.

link|flag
vote up 2 vote down

Yes. Most coding I do is fun, unless it is boiler-plate -- but even that can be fun if you turn it into a task of automating the boiler-plate :-)

Personal projects include: - Porting stuff from on programming language to another - Creating tools to aid in creative writing. - Just started working on some game development.

link|flag
vote up 0 vote down

Coding for fun is the only way I know how to code.

It always as to be about fun, I could never do a single line of code if it wasn't. Sometimes boring tasks come along, but even then I'll find a way to make it into a challenging task.

And yes, I'll agree with them all: It's so good when you get money for play?

link|flag
vote up 9 vote down

No. I only answer programming questions for fun.

link|flag
2  
Usually, I don't upvote answers that are just there for fun - but that one really got me :) – Brian Schimmel Jan 11 '09 at 16:20
vote up 0 vote down

What do you do?

I wrote QuickTuner a web radio tuning application since most are laden with ads, I just want to hid them but still get the songs on my speakers. and I thought up a nice trick to enable just that so I go ahead and spent an all-night cranking it out.

What techniques/technologies do you use? Is this a reason for the project?

Initially, VB.NET but I am rewriting it in C# 3.5..

The technique is host IE inside the app but hide it from view and throw in some bookmarking feature, is all to make the webradio feels like traditional radio again! pretty simple eh?

Have you gained something? Has it become a real product you make money from?

I got donated $25 and a few praises from people with the same need as mine. Not too much for an obscure hobby project :-)

link|flag
vote up 0 vote down

I code for fun, though lately I've lacked the time to really devote to it.

My coding follows two general trends: to automate something I do around the house a lot, and to create games for my amusement. Automation often entails very little conventional coding; more often than not, I find myself simply "coding" mappings and functions in Vim to make editing various records files easier. Amusement yielded Sphaero a few years ago. Someday I'll need to update it.

https://sourceforge.net/projects/sphaero/

None of my recreational coding leads to money except indirectly. Money typically means support obligations to the code for longer than I care to maintain it, but this of course is always subject to change.

link|flag
vote up 0 vote down

Not anymore. I used to, but after having programmed software professionally for a decade I realised that for a project to be interesting it usually also has a size where the time investment is substantial. And now I prefer spending time with my family instead. :-)

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

Yes. Programming contents like TopCoder can be 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 2 vote down

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

link|flag
vote up 0 vote down

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

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

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

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

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

I still do.

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

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

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

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

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 wouldn't hire anyone who doesn't code for fun ;)

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

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

Your Answer

Get an OpenID
or

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