1. The WHAT should be something very important to someone else. 2. The HOW should be something very important to you. Many experts tell you that you should build something that you actually need yourself. That may be good advise for start-ups but not as good for side projects. Why? Because it's too damn easy to just give up as soon as you hit an obstacle (and you WILL hit obstacles). But when someone else is dependin…
Ask HN: How can I pick a side project and stick with it?
241–250 of 372 posts
Re: Ask HN: How can I pick a side project and stick with it?
#242On the other hand, a comment can also be repulsive because the idea is really bad. How do you know the difference?
That said, my advice to you is: _pick a customer_. Why would you write a graphical solitaire game but for the joy of programming. However, that joy doesn't need a target, there is no need to finish.
If you write something for somebody else, you are out of the loop of questioning what you like best. Then you are free to pursue that goal without being distracted by the whims of your desires.
When you choose your customer and the project, maintain the basics, especially: pick an achievable goal.
Re: Ask HN: How can I pick a side project and stick with it?
#243The secret for me is to work on the hardest, most interesting problems. This is not good business advice - mind that. But you are probably doing side projects to get away from the boredom of the thing that actually earns you money.
Re: Ask HN: How can I pick a side project and stick with it?
#244The best thing that you can do to give a project legs is to get other people involved. Even if you don't have someone who can work on coding with you, just sharing it and enrolling other people in your vision for a project is the number one way to give you the motivation to continue working on it.
Re: Ask HN: How can I pick a side project and stick with it?
#245My problem is quite the opposite. I am able to finish a side project but I lack ideas.
I've talking to emailing myself with a specific subject every time I have an idea. Doesn't matter how silly it is. I'll revisit them in a month and sift through. Some still remain silly, some will be upgraded given new knowledge.
Re: Ask HN: How can I pick a side project and stick with it?
#246Re: Ask HN: How can I pick a side project and stick with it?
#247Get people using it. Period. Result: with every user interaction you will get a refreshment of motivation. I've done it for 5 years. Long version: I was all about starting projects and never finishing, until one day I actually put one online and started spreading the word through discussion boards. So step 1) Launch and spread the word. You get 1 thing out of this immediately: you WILL finish it to the bare minimum,…
This is a good TL;DR
Re: Ask HN: How can I pick a side project and stick with it?
#248I’m just like you. I stumbled upon a book called Refuse to Choose and it’s about a personality type (that is definitely not ADHD) that happens to want to do a lot of things (sometimes in parallel or in sequence). It was very comforting to know others struggle with this and this book helps you to be ok with it. I wouldn’t say it “cured” me but I think about it differently now and use it more to my advantage. Worth a r…
> If you are no longer interested in a project you started, maybe you already got what you came for This line alone got me to go buy the book. As someone who's constantly churning through ideas, and who feels afflicted by ADHD just enough to worry about it but not quite enough to actually think I have it, I've found myself abandoning a bunch of projects when at a 'mostly done' state. Generally, I tackle the interesti…
Ever considered pairing up with someone from a nontechnical background?
Re: Ask HN: How can I pick a side project and stick with it?
#249I’m just like you. I stumbled upon a book called Refuse to Choose and it’s about a personality type (that is definitely not ADHD) that happens to want to do a lot of things (sometimes in parallel or in sequence). It was very comforting to know others struggle with this and this book helps you to be ok with it. I wouldn’t say it “cured” me but I think about it differently now and use it more to my advantage. Worth a r…
> Has anyone else experienced this, and, more importantly, found their way out? How?
[emphasis mine]
Re: Ask HN: How can I pick a side project and stick with it?
#250Maybe work on personal discipline, also I’ve noticed with myself that sometimes a lack of motivation can be confused with a lack of understanding. The more you practice your tools the longer you’ll go before you get badly blocked and give up, eventually you’ll have projects that you can hack on for years. Here’s what worked for me: 1) pick a language (it doesn’t matter, C, python, ocaml) and just start writing small…