Ask HN: When do you say no to a personal passion project?
11–15 of 15 posts
Re: Ask HN: When do you say no to a personal passion project?
#12Just my thought -- perfection is the enemy of good. I've fallen into this before, trying to write the "ultimate" version of some program. Do you use your own web apps today? If you enjoy the work, why not start by focusing product that you need today? If something is good enough to work for you, others will find value too.
I think that's what I'm starting to fall into now. I've finished the workable versions of them, and now I'm starting to scope out features that might make them too complex. I use most of these programs every day, and the challenge I'm striking is whether or not I need to create the ultimate, or if I should just stop where I am at.
I know plenty of projects that will never ship because the author can think of new things faster than he can code. Coding is fun. Shipping, selling and supporting is work. Hence the (subconscious?) goal of never actually shipping.
Which is perfectly OK. But being self-aware enough to know this is happening is both useful and liberating.
Alternatively if your goal is to ship, then ship it already...
Re: Ask HN: When do you say no to a personal passion project?
#13Why don't you want to spend the next year building out an app that you might abandon in the future? What's the downside of working on a passion project and then setting it aside when the passion runs out?
Re: Ask HN: When do you say no to a personal passion project?
#14Just my thought -- perfection is the enemy of good. I've fallen into this before, trying to write the "ultimate" version of some program. Do you use your own web apps today? If you enjoy the work, why not start by focusing product that you need today? If something is good enough to work for you, others will find value too.
I think that's what I'm starting to fall into now. I've finished the workable versions of them, and now I'm starting to scope out features that might make them too complex. I use most of these programs every day, and the challenge I'm striking is whether or not I need to create the ultimate, or if I should just stop where I am at.
After doing some fantasizing about the former, it helps me to switch frames and build the fastest, shittiest version of it. I have a TODO.txt file with what might come later, but I also have something working that I can learn from and/or get utility from. (For me, the alternative is constant anxiety about “what else could I brainstorm here?” (which is fun) and little in the “what did I accomplish?” (which is rewarding in a different way, but isn’t strictly as ‘fun’).
Re: Ask HN: When do you say no to a personal passion project?
#151. What you love -> How strong is the itch to create this side-project?
2. What you are good at -> Do you have the skills and resources for this project? Or least the aptitude to gain the skills?
3. What you can get paid for -> Most side-project don't directly benefit one financially. Maybe the question is will this project benefit me via skills acquisition or maintenance that could be helpful with my "real work"?
4. What the world needs -> Side-projects usually are not "needed:, but can be found interesting or entertaining. Definitely would weight "needed" > "interesting" or "entertaining".