Live data from Hacker News

Loosing interest to code.

news.ycombinator.com

1–10 of 16 posts

Loosing interest to code.

#1
Year and half back I used to write applications in Ruby on Rails for a startup which paid me less. Various reasons forced to me to look for a high paid job and I finally landed up in Corporate IT wolrd where now I spend my time maintaing ancient COBOL code. The job sucks. I thoght in the spare time I would do a bit of hacking and develop hobby projects, but nothing seems to be going fine. The day job is keeping me occupied and now I am loosing interest to do anything in my spare time.

Anyone in similar situation ? Need some expert advice to motivate myself and start writing applications and building hobby projects in my favorite programming language.

Re: Loosing interest to code.

#2
My guess is that part of your lack of motivation is related to not having a goal, a plan and small achievable steps. Do you know where you want these side projects to end? Do you have a list of steps to reach that goal? And is it broken into small enough tasks that you can check something off the list each night you spend an hour or two?

I know that I accomplish very little without this type of "project clarity" and often end up poking around at this and that without actually finishing anything. And just to be clear, I'm not talking about 30 pages of tasks in MS Project ... Just a list that you can see diminish over time.

I'm also far better off if I get up early and do my personal projects first, do my paid work and save the reading for the evening ... You may not have the mental energy left to code in the evening so save the less intense work for then.

So ... What are you building? Can you make me excited with a short elevator pitch? If not, maybe you're not excited enough about it either?

These are my issues ... Maybe some will resonate with you.

Re: Loosing interest to code.

#3
Been there as well but instead of COBOL was badly designed PHP codebase. I had the same thought as you but in the end, I was really coding less and less at home. What I did was help in the forums for my favorite language. Helped old timers and newbie alike with examples and good practices. This slowly reignited my passion for the language and I slowly started coming back as I coded libraries people wanted and little examples. Now I am full time back with my favorite language and happy.

Re: Loosing interest to code.

#4
post #2

My guess is that part of your lack of motivation is related to not having a goal, a plan and small achievable steps. Do you know where you want these side projects to end? Do you have a list of steps to reach that goal? And is it broken into small enough tasks that you can check something off the list each night you spend an hour or two? I know that I accomplish very little without this type of "project clarity" and…

@smoyer Yes you are absolutely correct. There isn't any "project clarity" at my end. End of the day I will be very tired to do anything apart from checking my inbox, replying to a few and then crashing on to bed. :( I need to have a better "Project Clarity" as you said. Thanks

Re: Loosing interest to code.

#5
post #3

Been there as well but instead of COBOL was badly designed PHP codebase. I had the same thought as you but in the end, I was really coding less and less at home. What I did was help in the forums for my favorite language. Helped old timers and newbie alike with examples and good practices. This slowly reignited my passion for the language and I slowly started coming back as I coded libraries people wanted and little…

Thats something interesting to do, helping newbies in various forums of my favorite language. Cool. That should obviously ignite the same old passion to code :)

Re: Loosing interest to code.

#6
A fun project with a clear goal is a helpful start, but you probably also need to get a few wins under your belt.

With a job where you're just propping up a rotting old codebase, programming probably just feels like crap after crap. Start a project where you can have something cool happen after just a couple of hours of coding.

The feeling of things actually progressing gives a lot of drive to continue. I guess thats the reasoning behind setting small, achievable milestones.

Go code up something fun & immediately gratifying :)

Re: Loosing interest to code.

#7
post #6

A fun project with a clear goal is a helpful start, but you probably also need to get a few wins under your belt. With a job where you're just propping up a rotting old codebase, programming probably just feels like crap after crap. Start a project where you can have something cool happen after just a couple of hours of coding. The feeling of things actually progressing gives a lot of drive to continue. I guess thats…

-Seeting up achievables goals is what should work. Needs to plan on that now.

Re: Loosing interest to code.

#8
Some ideas:

1. Pick something that you want to build

2. Pick something new that you have wanted to learn

3. Use 2 to build 1

4. Have a specific goal, and keep working X minutes a day - absolutely no matter what.

5. Ship

Time actually runs fast, and even if you spent just about 60 minutes a day, you will quickly realize that you can squeeze in almost a working day into a week.

It's quite powerful, and before you know it you would have racked up a lot of knowledge, and actually have stuff to show.

Re: Loosing interest to code.

#10
Maybe start learning more about architecting software, if you haven't delved into that at all. Coding can get mundane but planning to build an app, such as a web app, (on a technical level but without actually writing code) can give a new perspective. You've probably already seen a lot of code, by this point, that is crap, poorly designed, etc and that can provide motivation to learn some of the latest design strategies, etc. I guess what I'm really getting at is that you can try to gain a new perspective and new skills apart from just being a "coder" to where you can potentially open up new career options to find a job thats better suited to your interests
Post reply on HN