Live data from Hacker News

If programming doesn't make me happy, what does?

news.ycombinator.com

1–10 of 13 posts

If programming doesn't make me happy, what does?

#1
When I started with programming, everything was interesting and it promised to be a never ending challenge. Solving puzzles and fitting different pieces into place to create new things is awesome, but this part of work faded with time.

Instead, it turned out to be mostly connecting pieces that don't fit correctly and covering it up. It's not that it wouldn't be possible to do better, but I can't think of a way doing it without loosing too much time and therefore money. Also, the feedback loop of implementing and debugging seems to have a negative conditioning effect suggesting me a rather negative outcome of situations in general.

To overcome struggles like these I observed many programmers, myself included, obsessing with improving their programming tools and skills. Searching for and thinking of paradigms, techniques, languages, frameworks etc. that could improve the work started to become an important part of my day and from my observations, others too. This may have improved my programming skills and work quality, but it did not make me enjoy the work more.

With time I started to hate computers. Not because they don't improve my life in some aspects, but because I'm one of those that make them work. Even if its not my own software or computer, I cant help but try to figure out whats wrong with them because my work trained me to search for the problem.

That said, I'd love to do something different, but I struggle to find something else that fits me.

PS: I could go on writing about this, but I feel tl;dr is around the corner.

PPS: More than trying to solve my personal problems I was searching for like-minded people

Re: If programming doesn't make me happy, what does?

#4
I think what happens is when we become the 'experts' of our domains, we tend to get bored of our profession. After graduating with computer science along with my friends, we really were excited about technology. But after many years, I saw most of my friends get bored with the field, only to see it as a way of paying bills.

I think a part of the problem is working in an interesting domain. For example, a friend who works in a financial domain never really sees the big picture, but works on a quality of service algorithm to speed up a trade.

Perhaps getting bored is a calling to see what we really love in life.

Re: If programming doesn't make me happy, what does?

#6
I find that computers (and programming) are best viewed as means to an end than as the end all be-all. The real point should be building something. It could be a novel or a table or a web app and it can be made of software or wood or musical notes or whatever. It is the building of things that's the important thing for me. I find that software is a pretty good way to build things due to its inherant low barrier to entry and ease of distribution. But it is by means the only way hackers can hack. Try building other things, or even just other software things.

tl;dr: Try to build other stuff.

Re: If programming doesn't make me happy, what does?

#8
Well, I am not like-minded and I will try to advise on solving your problems, if I may.

I would suggest you two things: embrace imperfection and try, if it is not possible to completely change what you do, at least change the rewards you get from what you are doing.

I have something in mind here, become a startup founder. You will not be connecting pieces that don't fit, but creating something from scratch, the way you want. You will decide where to focus on perfect solutions, but also deciding where you wouldn't bother to have a imperfect fit covered up. Having an interest in the final outcome, in terms of business, not code.

This is the other part that may help you. If you are developing for your business, your goal is about the consequences of the system you are building, not the system itself. I don't know how serious is your aversion to working with computers right now, but maybe just a change of approach to them help you.

And you would have a LOT of work that is not related to computers, you would have to do all those "things that don't scale" and this would provide a lot of different challenges for you.

Good luck!

Re: If programming doesn't make me happy, what does?

#9
I went through the same emotions as you. I still can't stop ranting "stupid programmers" whenever some program provides a bad UX. And I re-factor as a form of procrastination.

But let me digress. Programming is like carpentry. Being a master of your tools is important. Better tools are often the answer, e.g. a nail gun is usually faster and more accurate than a hammer and a bag of nails. But the important thing is what problem are you solving and what are you building to solve that problem. There is a difference between building a kennel for your dog or a house to live in, etc. The skill-set is pretty much the same, but the needs and solution are different.

Solving puzzles is part of the learning process. Building solutions to real problems is when you go pro. Some people will suggest scratching your itch. I would suggest look for hair on fire problems. You will find more than enough challenges and sense of accomplishment when you have solved one and ready to move onto the next.

Re: If programming doesn't make me happy, what does?

#10
You're right that the tools will not help you enjoy programming more. If you really feel that you'd still like to do programming because it's possible that you can enjoy it, it could be that you are always trying to recreate that initial experience when you started.

It's like the beginning of a relationship. At the beginning everything is hot and steamy but then it levels off to an equilibrium. If you keep wanting a long term relationship to be the same as it was at the beginning, well, that's an unrealistic expectation. And unrealistic expectations just lead to disappointment. It's the same with programming. It's just not going to be the same as it was at the beginning. Some people overcome this by jumping from relationship to relationship (project to project) but at some point that may not fulfill you either and you want to invest in a long-term relationship but don't know where to go.

I've put together a course that helps address this issue for programmers and gets us thinking about our work from the inside rather than from the outside as I have dealt with the same issues. It's at https://www.programmingspiritually.com

I'm going to change the model so that it's freemium (do it for free and if you got value then pay at the end). But I don't have time till next week. If you're interested, send me an email and I'll let you know when it's available.

Post reply on HN