Ask HN: How do you stay motivated to work on side projects?
31–40 of 145 posts
Re: Ask HN: How do you stay motivated to work on side projects?
#322. Since programming is a hobby and also a day job, make hobby part of it fun. Make your current side projects fun and engaging, drop when they become boring.
3. A side project which is used by people becomes a responsibility, sometimes you can throw it away, or pass over to someone else to manage. That's a relief. Sometimes being needed by people can give some motivation.
4. If stuck on an unpaid side project you cannot drop (or as well, have boring regular job project which you cannot drop for obvious reasons), make your side project relaxing and fun. Make sure you do your fun hobby often to avoid burning out.
Side projects cannot last long, while you have steam to push it on. If, say, two months passed and thing isn't ready -- make a decision, do you want to keep it, will someone want or need it, then continue or drop it and find a new toy, which is fun again.
Re: Ask HN: How do you stay motivated to work on side projects?
#33Re: Ask HN: How do you stay motivated to work on side projects?
#34Be consistent. Do some work every day, even if it's just 5mins of work. You will keep the idea in mind.
Re: Ask HN: How do you stay motivated to work on side projects?
#35- The first is that while I've been using it (or a version of it) for about 5 years, there are a lot of features I want that are still missing.
- Second is wanting to see it through. There are loads (over 20) of unfinished apps in my \Dev folder. I think some of them are epic ideas, but decided to focus on one and see it through.
- Third is to make some cash. That's a nice to have, and I'm ok with it not making anything, because of reason 4 -
- I love working on it. It's rewarding like nothing else is. I once told a friend (quite seriously) that solving some hard problem in it was better than sex. He told me I was doing sex wrong. Maybe... but I can stare at a piece of code for ages after writing it, if I think it's good. Narcissistic, I suppose, and probably deluded, too. But there it is.
- Fifth, and last, I've learnt more from it than any other (single) project I've ever done - privately or professionally. Not just code, the cloud, document v. relational v. graph dbs, but also the not-so-great value of TDD, the value of DevOps, and arguably the most important, the value of just not accruing technical debt, ever, at all. If you gave me another minute I'll think of a million other things it taught me.
Re: Ask HN: How do you stay motivated to work on side projects?
#36Be consistent. Do some work every day, even if it's just 5mins of work. You will keep the idea in mind.
Re: Ask HN: How do you stay motivated to work on side projects?
#37Re: Ask HN: How do you stay motivated to work on side projects?
#38It also helps me to work on things that I think really matter. For some people that is building an easier to use templating engine. For me, it's building security and reliability.