Ask HN: I am overflowing with ideas but never finish anything
131–140 of 174 posts
Re: Ask HN: I am overflowing with ideas but never finish anything
#132You're looking for a feeling of excitement, to really feel alive.
After the initial rush, that feeling fades. So do your chances of finishing the project.
Recognize that rush/excitement/feeling alive WILL NOT come from your project.
Disassociate that feeling from the project.
Then you'll pick projects far more stingily.
And then you'll finish one of those projects.
Re: Ask HN: I am overflowing with ideas but never finish anything
#133Re: Ask HN: I am overflowing with ideas but never finish anything
#134Re: Ask HN: I am overflowing with ideas but never finish anything
#135Something like 25% of any given project is the 'fun' part. These include refining the basic idea; building a prototype; getting some simple functions working; seeing it do one or two things extremely well.
The other 75% is the 'grunt work' part that may not be fun to work on (e.g. documentation, bug fixes, refactoring, etc.) but is often absolutely necessary to have a 'finished' project. (Not that any project is really ever finished, but rather one that is usable to a large audience)
I have experienced this with various projects I have worked on over the years; whether ones I worked on professionally while working for someone else, or my own 'hobby projects' that I did in my spare time.
Re: Ask HN: I am overflowing with ideas but never finish anything
#136Re: Ask HN: I am overflowing with ideas but never finish anything
#137Earlier quoted context omitted.
"ADD" is so prevalent that it's basically part of normal human variation, and has enormous advantages. The name ought to be changed. I find the knee-jerk suggestion of medication offensive tbh. It's like medicating introversion. The trick is to learn how to use these personality traits to succeed, not to use a chemical cosh to beat yourself into being just like everybody else.
Prevalence in adults is 0.5% to 1%. Around a half of the population is introverted. OP, please see a doctor.
Re: Ask HN: I am overflowing with ideas but never finish anything
#138OP, bear in mind that you're still learning a great deal from all this. It's not a valueless activity. You're losing interest once the challenge and novelty have gone. It may not be in your interest to punish yourself into finishing something like this. Turn it into a superpower - you'll make one hell of a consultant.
I might be less favorable for OP but for me it looks like projects stop being interesting when any real challenge comes up. Making up name and setting basics for project sound like OP does only easy stuff but has no interest to go into details. Just like my nephew when playing games, he could “get bored” by 5 games in 1 hour. What I noticed was — he was switching because he was bad at these games but would not admit…
Re: Ask HN: I am overflowing with ideas but never finish anything
#139Also, use the depth of your focus to your advantage in making connections and going deep. Again, helps improve stamina.
Re: Ask HN: I am overflowing with ideas but never finish anything
#140The human memory is limited. When you are first excited about something you get lots and lots of fleeting ideas. By the time you are working on the ideas, you have most likely forgotten most of them and then you are stuck. You no longer know what the next incremental step is, even though you feel it should be obvious.
My most successful project was organized via GitHub issues with a title and no content. To start to get into the mindset of shipping all you have to do is gather a bunch of these issues and assign them to a milestone, that is your product, your initial release. It doesn't matter if it is only 1% of the final vision, you will have many more milestones after this one. After your first milestone what you should do is get users. If you can't, then you should stop unless you need the software yourself. If a milestone is too big and you can't finish it in the deadline you gave yourself but you finished a significant amount of issues, then just take some of the issues out and shift them to the next milestone. Shipping will become a regular habit instead of some mysterious event in the far away future.