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?
|
4
|
Do you have projects you work on in your spare time just for the fun of it?
|
|||
|
|
|
|
Yes. (What more can be said?) |
||||||||
|
|
|
Wow, I am surprised to learn that I am in the minority. After a 1/4 of a day staring at the computer monitor, no, I don't go home and code. In fact, I even prefer to not use the computer at all. Don't get me wrong, I love my work (developer) very much and love learning new things. Having said that, if there is something I want to automate or just a simple script that I need-- yes, I'll code that. But it's entirely for practical purposes, not for fun. To me fun is not in actual coding, rather problem solving. If you ask do I just solve problems for fun? Yes, I do that. But code? I would try something besides coding to solve a problem. Edit: Even projects (multiple web ones) that I work on in my spare time are a means to an end. They don't exist because they are coding projects, but because they make something easier. i.e. A discussion forum for a group of folks on a website that doesn't have forums. |
||||
|
|
|
The reason I started to write code was because it is fun. The reason I still write code is because it is fun. I work on several open source projects as well as have some of my own. I typically branch out and use several languages across my projects, recently it has been python, Lua, and C. I am trying to get back into Lisp. |
|||
|
|
|
|
I code at work. Work is fun. Ergo, I code for fun (and for money). |
|||
|
|
|
|
Absolutely. Always trying new languages and techniques. |
|||
|
|
|
|
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. |
|||
|
|
I learned coding by coding just for fun. |
|||
|
|
|
|
Yes: F reedom |
|||
|
|
|
|
No. I only answer programming questions for fun. |
||||
|
|
|
Absolutely. I usually investigate a new tech to see how to implement it (like AJAX or ASP.Net Member Services), so the projects usually never become anything other than a scratchpad of source code that I then use on "real" projects at work. Techniques/Technologies? There is usually one main focus, like I mentioned above. Gained Anything? Direct monetary? No. However, I did learn quite a bit about graphics programming in Win32 at one point on my own, then used that at my job several years later. It really helped in that I already knew what you could/could not reasonably do with graphics programming, and it made me smell like a rose at the job, which was right before review time, so I think it DID give me some amount of $$ compensation, but it's very hard to quantify that. |
|||
|
|
|
|
I wrote for fun back when I got my Commodore Vic-20 for Xmas when I was 9. I used to buy computer magazines that had BASIC in the back that you could write and save yourself. Open source is old school :) Now, I still program for fun when I have the time, which is rare unfortunately. But new technologies I investigate for fun. Learning C# was a great experience. |
|||
|
|
|
|
Most employers won't pay you to learn something new, and if you aren't learning anything new you won't go far in this industry. So that leaves coding on your own. It's the only way I learn new stuff. |
|||
|
|
|
|
Does a chef use his kitchen at home? Clearly an easy to differentiate between a good developer and someone who should be in another line of work... we actually interviewed a girl with a Masters in CS and several years industry experience who claimed she "never written a program for fun". One of the worst candidates we've ever interviewed. |
|||
|
|
|
|
Any time you find that you're no longer coding for fun, it's time to consider a career change. Coding is a vocation and the best coders are coders all the time, even if they're not writing code. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Yes I do. Coding for fun, for me, is like playing guitar for fun. |
|||
|
|
|
|
|
|||
|
|
|
|
I code for fun outside of work. Of course, it is also a HUGE bonus that I get paid to do something I enjoy. |
|||
|
|
|
|
Absolutely yes, I can't think about anything else I could do, if I'm not doing this what can I do with my life? |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
I am currently learning IronPython for fun. |
|||
|
|
|
|
of course! i write fun little programs in Shoes for Ruby. i publish some of them at The Shoebox. |
|||
|
|
|
|
My side project is to implement a bloom filter in sql and pl/sql - not entirely for fun, but I wouldn't do it if it weren't. |
|||
|
|
|
|
Both for fun and for hobbies. Various projects in perl and javascript for me and for friends. I do it both to learn new stuff (like JS), and to scratch an itch for me or a friend (lots of IRC related code). At least one of these pays enough to cover all the rest, so I can't complain :) |
|||
|
|
|
|
I am learning Perl for fun. |
|||
|
|
|
|
I do a bit of video game/graphics programming with Allegro in c++ and c#, mostly for fun. |
|||
|
|
|
|
Yes. I like doing for fun WEB project that way I can see some use of something I code. Usually I code for a client and will never see the use of it. |
|||
|
|
|
|
Sure do. Aside from scripts for myself, I work from time-to-time on a roguelike game and lately have been mildly addicted to Project Euler. It's a nice contrast staid stuff I do at work. |
|||
|
|