Ask HN: Losing all interest in programming, what now?
151–160 of 178 posts
Re: Ask HN: Losing all interest in programming, what now?
#152This sounds like the beginnings of burnout or depression... do you find joy in anything else? Does anything motivate you? I went through this for about 3 years after my divorce. I couldn't find motivation or joy in anything. I turned to helping other people solve their problems because at least I was helping others to get through what I couldn't figure out how to get through myself. There was a lot of time spent in r…
100% agree about this sounding a LOT like burnout. I'd strongly recommend the OP go though the list of symptoms listed here. https://www.psychologytoday.com/us/blog/high-octane-women/20... most people who are suffering have no clue how badly they have it. I felt very similarly. My wife and I were both VERY burnt out. Quit work and just lived on savings for far too long. We just couldn't find _any_ desire to do the ho…
Re: Ask HN: Losing all interest in programming, what now?
#153Re: Ask HN: Losing all interest in programming, what now?
#154After about 6 months I was sick of not doing "my thing", then found a new project and now all is well. I regained my enthusiasm about programming.
I wish you luck
Re: Ask HN: Losing all interest in programming, what now?
#155This is perfectly normal. Software programming is all but commoditized at this point unless you're in some super specialized field. Personally, I've been considering some sort of sales role in the future. Those people seem to be way over paid, better paid than me anyway and I'm doing okay. Note, this would be at a major firm rather than a startup.
* Speaking of the EU. And no, I don't want to hear about your Swiss salaries.
Re: Ask HN: Losing all interest in programming, what now?
#156Re: Ask HN: Losing all interest in programming, what now?
#157Then choose projects that don’t need complicated stacks. I recently did a birthday app purely front end and purely in tech I know .
So go easy on yourself and break things down into bites. Take time off as much as you need from side projects. Or some weeks maybe just watch videos on some interesting projects and don’t code. Get inspired that way.
Good luck!
Re: Ask HN: Losing all interest in programming, what now?
#158I have been there. Where every project involved grand architecture or lofty feature ideas, both of which are easy to imagine but harder to put into action. Which in my case caused and utter lack of velocity, and the closure that comes with finshing something, for my side projects.
My way of getting out of this never ending cycle was to narrow the scope as much as I could, painfully so. All the way down to either weekend projects or even something that only takes a few hours.
Just as a simple starting off point I would recommend looking into "Project Euler", just to get the cycle of starting, finishing, dopamine hit going.
Re: Ask HN: Losing all interest in programming, what now?
#159I used to be a "grand project dreamer", believe me I know the feeling. The feeling of reluctance I think is from your subconscious questioning whether half the stuff you think you need is actually required and then you're stuck wondering what exactly you do need whether you realise it or not. I've found it much easier to avoid "architecting" and instead within a project pick 4-5 different starting points and try to i…
I do this strategy, and I recommend it. I vote we call it Yak Farming as it's designed as a way to get around the problem of Yak Shaving. You simply build a series of inter-related and mutually beneficial but somewhat loosely coupled projects under the umbrella of one over-arching project. Because each project makes the others more valuable, if you get stuck need to do some Yak Shaving on one particular project and i…