Ask HN: How to rediscover the joy of programming?
251–260 of 337 posts
Re: Ask HN: How to rediscover the joy of programming?
#252Re: Ask HN: How to rediscover the joy of programming?
#253I was making clones of arcade games from my days as a kid in the 1980's. This really awoke a joy inside of me to do this.
Scratch is such a cool concept for kids.
Re: Ask HN: How to rediscover the joy of programming?
#254I mean- burnout, depression, PTSD, ...?
Are there things you're highly passionate about and would want to do instead of software engineering or it's all grey for everything?
Re: Ask HN: How to rediscover the joy of programming?
#255I'm only at around 13 years of professional programming, but I went through a period of 4-5 years where I stopped enjoying it (actually, I hated it). What resolved it for me was pretty simple in the end: I joined a company where I really believe in the mission, and I'm surrounded by like-minded people. This has given me a great amount of motivation and reminded me that programming is a superpower. I was simply lost o…
> Another thing that helped me was researching other careers. I found a couple of things I think I would get a great deal of satisfaction from. I felt very trapped in a career I hated, and looking at another 30+ years of this was like a dark cloud over me. I sometimes wish I had gone to school, but for something other than CS. I got into software development with no career at all, there arent a ton of other interesti…
There are plenty of careers out there that are open to smart but unqualified people though. Once I looked around I realised my options aren't so bad (and some of the options I found may tempt me yet).
Re: Ask HN: How to rediscover the joy of programming?
#256Re: Ask HN: How to rediscover the joy of programming?
#257Re: Ask HN: How to rediscover the joy of programming?
#258Re: Ask HN: How to rediscover the joy of programming?
#259Re: Ask HN: How to rediscover the joy of programming?
#260Great write-up on that subject is in the first chapter of "Mythical Man-Month". Here is small excerpt. Why is programming fun? What delights may its practitioner expect as his reward? First is the sheer joy of making things. As the child delights in his mud pie, so the adult enjoys building things, especially things of his own design. I think this delight must be an image of God's delight in making things, a delight…
And the rest of the book deals with why it is more often than not painful. In summary, it's complexity. Brooks argues that software, being a pure thought-stuff, is also the most complex thing we attempt to build. And it's even worse now than in his time with any concern for quality taking a back seat in the face of competitive pressures. So it's not really surprising that slapping together ever more complex systems o…