Ask HN: I am 30+ and bored with life and the software industry, what do I do?
21–30 of 134 posts
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#22* Figure out how to write AI for games. A simple example would be, how to write a bot that finds shortest path out of labyrinth.
* Check out graphics programming
* Try to see if low-level programming is for you: kernel level, GPU, OS
* Check out infosec industry, there should be a lot of fun there: malware analysis, penetration testing, etc
* Machine Learning: tons of coolest stuff. predicting, classifying, reinforcement learning, neural networks. Check out Kaggle machine learning competitions.
* Checkout competitive programming sites. My personal favorite is hackerrank.com, but other popular ones are topcoder.com, codechef.com, codeforces.com. Try doing challenges for a couple of weeks you may find that you learnt as much as you previously learned in a year. Also through it you may get interested in particular algorithms and fields.
* Distributed programming, system engineering. How to build systems at scale? How to process tons of data in parallel.
If you don't seek for the new challenging things to do that could improve you, then you will find boredom and burn out in any field.
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#23Is there still anything you'd like to see built? I mean, if you were on a desert island, would you even want a computer? What would you do with it?
I'd sooner build a boat and sail away.
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#24Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#25Learn what you want to, work on what you want to. Tackle the difficult problems. We still have very difficult problems in this industry. I suspect you are not challenging yourself enough and that's why you are getting bored.
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#26A lot of programmers as generally assholes for whatever reason
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#27I've just been back at a desk for 4 years, but am again burnt out so now I quit again, and I'm driving around Africa for 2 years starting in a couple of months.
Get out and live, I say!
[1] theroadchoseme.com
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#28Life is bigger than your job or your immediate interests. Take a break. Travel. Challenge yourself. Break out of the circle that you don't like and find something else, even if it's just for a short while. That's what I usually do. At the very least you'll find something else to rant about, and maybe eventually realize that things could be much worse.
Re: Ask HN: I am 30+ and bored with life and the software industry, what do I do?
#29Champion the cause of code that's legible - and that doesn't mean covering it in syntactic sugar. Legible code makes it damn obvious what it does and how it does it. Sometime find the "power take off" for a tractor ... that's what you're trying to do.
You can also champion the cause of not fixing that which is broken. There is also fun to be had demonstrating the technical debt is real debt and it does need to be paid back.
Much fun introducing peer review, too.
Get yourself, your team or whatever to sit next to your damn customer. Have them look at what you're doing at least once a day so they can say "oh, no, not like that" before it turns into a $100k fuckup.
So, yeah, you've just got through to the next level. It's not the software that's the challenge, it's the people.