I personally think 90+% of the work in this industry is very boring. At this point many will say "well why are you working in this industry then"? Well I tried the alternatives, and they were way worse. I need money to survive in this world, and programming gives me the best bang for my buck. Most other industries require working longer hours doing less interesting work making less money with less freedom. If it's re…
Ask HN: Losing all interest in programming, what now?
91–100 of 178 posts
Re: Ask HN: Losing all interest in programming, what now?
#92I'd obsessively look at my downloads, conversions, page views and what have you.
This in no way was helping my work, but it was bringing me down because I was comparing with all the people who had "made it" already. Couple days I decided to stop that. For all those moments I'd rather read a book or play with the kids or listen to the wife. Feeling a bit better already to be honest, and interestingly somehow... free.
Re: Ask HN: Losing all interest in programming, what now?
#93Everyone reaches the point where they just want to live in a yurt and milk goats eventually. It's been a fucking rough year or five.
Re: Ask HN: Losing all interest in programming, what now?
#94I was in a very similar spot about a year ago. I decided to take a sabbatical. Just recently I have found my interest in programming returning. I was just really burnt out. Early on in the burnout I seriously questioned if I could ever program again, and now I've been coding full time and really enjoying it again.
Re: Ask HN: Losing all interest in programming, what now?
#95Boilerplate code is conquered through, in the order of least desirable to better:
- manual external code generation
- automated external code generation that repeats itself in each build
- automated internal code generation: macros
You don't want to be manually creating repetitive content with small variations; that's what computers are for.
You can regard boilerplate as challenge: how small can I get the specification of this? And then work on the generator from that specification to the boilerplate. The boilerplate is still boring, but the generator can have fun bits in it.
Re: Ask HN: Losing all interest in programming, what now?
#96This is also a sign of depression. Boilerplate crap is supposed to be easy - what makes you so negative about it?
Re: Ask HN: Losing all interest in programming, what now?
#971. Physical: Sleep more. No screen days. Diet changes. Sport.
2. Emotional: [1] CBT. Get rid of perfectionism and huge romantic /heroic ideas that make you suffer. "burnout is heartbreak". Choose way way smaller projects: You commit, finish and get a good feeling from feedback within a day.
Re: Ask HN: Losing all interest in programming, what now?
#98Re: Ask HN: Losing all interest in programming, what now?
#99This has happened to me after a 20 year career and successful side business. Instead of fight it, I accept it and look at it as a natural part of growth, not stagnation. It opens up the possibility for you to take your job for what it is—a job—and explore new hobbies and interests. If nothing is interesting, take a break from trying and play video games or watch tv for a year. Youre going to bump up against a lot of…
Re: Ask HN: Losing all interest in programming, what now?
#100I was in a very similar spot about a year ago. I decided to take a sabbatical. Just recently I have found my interest in programming returning. I was just really burnt out. Early on in the burnout I seriously questioned if I could ever program again, and now I've been coding full time and really enjoying it again.
How long were you on your sabbatical before the interest returned? A year?