Eventually I learned to accept the possibility that my choice may be second best. It was an insidious form of perfectionism. It was better to finish a project that may not have been the “best” option than not to have done it at all.
Ask HN: How can I pick a side project and stick with it?
161–170 of 372 posts
Re: Ask HN: How can I pick a side project and stick with it?
#162I’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…
"maybe you already got what you came for." As someone who frequently starts projects and doesn't finish them, I've wondered if the part I enjoy about the project is the dreaming about what could be. That little rush you get when a new idea is upon you and it's all you can think about for x days. Doing the initial research and formulating a plan. This is a dopamine rush for me. The feeling of being laser focused for t…
Most projects fizz out when the excitement wears off before the amount of work you've already done on it has enough momentum to push you to do one more task.
When I push though that motivational hurdle, I find the amount of work already done incentives to continue on with it. The next task is obvious and relatively easy, because there is something to work with.
Now, losing confidence that everything you've written is garbage and refactoring the same systems over and over again until you give up- that's the hurdle I choke on :D
Re: Ask HN: How can I pick a side project and stick with it?
#163The necessity/drive to finish can be internally or externally driven, but there's no mistaking it, so don't sweat what you don't finish. Take it as a signal that you've reached the limit of your interest in that pursuit.
Of course, if the issue is something more fundamental (like ADHD), none of this likely applies, and seek help from a professional.
Re: Ask HN: How can I pick a side project and stick with it?
#164Extrinsic motivation is usually more fixed and reliable. It's what drives much of human productivity, and is responsible for the major miracle that is billions of people waking up and going to work every day to do things they may not even enjoy.
Some common sources of extrinsic motivation include obligation to people (a boss, a partner, an audience, customers, users), social consequences (shame, embarrassment, letting others down), and monetary consequences (getting fired, losing a bet, etc.). On a more positive note, there's also encouragement from people, social rewards, and monetary rewards.
Re: Ask HN: How can I pick a side project and stick with it?
#165Allow yourself to develop your ideas before attempting to code them up. Draw diagrams, take notes, think about how to implement the systems and subsystems. Do lots of research. Make prototypes to play with ideas.
If you want to make anything that is not trivial you’re going to have to spend a bunch of time on architecture and design before you get to execution. Try to see this as a gift rather than an impediment.
Best luck!
Re: Ask HN: How can I pick a side project and stick with it?
#166If I'm building something and the code gets messy I increasingly feel frustrated while working with it which turns me off from working on it - somewhat of a negative feedback loop, so when I start to feel like the code is a hassle to work with, I switch gears from writing features to refactoring the existing code-base.
This gives me a nice change of pace, lets me think a little bit differently than simply "add features", and when the refactoring is done I have a much more thorough understanding of the code I've already written and what needs still needs to be done.
It seems like a pretty simple and obvious suggestion but I can't tell you the number of times I've let a personal project become unmanageable just because I've wanted to keep adding features which at least for me leads to burnout.
Re: Ask HN: How can I pick a side project and stick with it?
#167I am simply suggesting it is possible to go too far in sticking to the same side project. For me I usually consider a side project has run it's course if I have learned as much as I needed to on it and then I try to move on to something completely different.
Re: Ask HN: How can I pick a side project and stick with it?
#168I’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…
Awesome thanks for the book recommendation, just picked it up. For me, this has been the defining struggle of my adult life. I've only just become truly aware of it though but when I think back to stuff like when I was a kid playing MMORPGs I would utterly struggle to make a character to level 10 before re-rolling for something more appealing. Now it is almost a pathological issue I have where I just can't seem to ch…
That could be a great thing. But for me, then, I didn't want to go into suspended animation for half a decade and wake up with deep motorcycle knowledge. So I completely dropped it.
Re: Ask HN: How can I pick a side project and stick with it?
#169Earlier quoted context omitted.
"maybe you already got what you came for." As someone who frequently starts projects and doesn't finish them, I've wondered if the part I enjoy about the project is the dreaming about what could be. That little rush you get when a new idea is upon you and it's all you can think about for x days. Doing the initial research and formulating a plan. This is a dopamine rush for me. The feeling of being laser focused for t…
I found having an ideas sheet is good for this. You can know the idea is recorded and that removes the desire to immediately work on it. And you can later logically choose the best thing to work on from the list
Re: Ask HN: How can I pick a side project and stick with it?
#170I’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…
My pshrink told me the same "maybe you just like to learn the new technique, not to finish". Like that I have welded a ton of steel into a carport, then left it unpainted. Given the fact that I always focus on the hard parts and the struggle to finishe the "details" and that throughout my career I've been inclined to do POCs, MVPs, and never finish things. That and the fact that every single day it takes me several t…