Live data from Hacker News

Ask HN: How do you stick to projects?

news.ycombinator.com

11–20 of 72 posts

Re: Ask HN: How do you stick to projects?

#11
Getting hyped about the new thing and then quickly forgetting about it is a common trait among people I know with ADHD. Not saying that's the cause just that there's a correlation, you do with that as you please.

I almost always stick to my projects because they're almost always motivated by a need rather than a fad. The need is resolved when project concludes.

I use proven and stable tools that I'm proficient in like C++/Java (depending on project needs) that allow me to focus on "getting it done" rather than learning the shiny new thing that'll be superseded soon.

My projects also tend to be deliberately smaller in scope, and I actively reject project ideas that are too big because that's when they tend to fizzle out.

Re: Ask HN: How do you stick to projects?

#12
> I always seem to find an excuse as to why it's not worth continuing, right before actually accomplishing anything with the tool/skill in question. ... As such, I spend many days feeling like the donkey in front of the stack of hay and the pail of water.

I can really relate to that. It's necessary to choose something that is not too far out of the comfort zone. Like choosing something novel is good but the majority of the libraries/tools should not be new. That's key to be able to both start and continue a long time. I'd make sure the first proof-of-concept can be done within a month, afterwards I'd either stop the project or continue. Otherwise it's just too frustrating.

Afterwards you can still build stuff on top. If the problem is open ended but has a reachable first plateau that provides a basic use case this can be a nice "rabbit hole project" that you can spend an infinite amount of time on if that's what you're looking for.

Re: Ask HN: How do you stick to projects?

#13

I have the same problem too, I feel like maybe you drop out because you already got what you got from them or maybe you don't really feel like working on the project, you just think that you should. I still feel pretty bad about this and have a lot of guilt by not pursuing my projects, however I recently finished reading "Refuse To Choose" by Barbara Sher and it was a game changer, I still feel bad about it but I see…

Thank you for the book recommendation, appreciated. I'll check it out. Welcome to HN! :)

Re: Ask HN: How do you stick to projects?

#14
post #10

In short, register the domain name. My method of escaping this problem is to develop things iteratively and have a minimum viable product in mind. I'm going to release something that's 80% there very quickly, and its success, if there is any, will spur me on to do the last 20%.

That sounds intuitively right. Have an MVP you can completely wrap your head around and just work towards that. Then, build on top. Most projects end up in the bin because I was too ambitious, I should start much smaller then iterate on top. Thank you.

Re: Ask HN: How do you stick to projects?

#15
post #9

When I read your question, I thought you were writing about me. I have the same tendencies and I think it may be related to the "progress curve". Early when you are learning or trying something, it's very interesting because everything is new and the learning opportunities are everywhere. Progress is rapid and there are few difficult barriers in the early going. When the thing you are doing no longer scratches that "…

Glad to know I'm not the only one on this boat. Hopefully we'll touch land soon.

Re: Ask HN: How do you stick to projects?

#16
I wish I knew, too.

Every project I've ever done usually involves some sort of major technical hurdle I need to figure out. Once I do, I get that dopamine rush of achieving some sort of technical feat, and then promptly lose interest in fleshing out the project.

For example, I wanted to make a online PC clone of the arcade game Killer Queen (This was before KQ Black came out on PC and Switch), but that meant I needed to figure out how to maintain client/server synchronization while preventing cheating and accounting for latency. Once I figured it out, the next major step was basically fleshing out the game mechanics, as all my tech demo would do is allow people to move around the map and jump. I quickly went "nah, that's too much work" and haven't touched it.

Re: Ask HN: How do you stick to projects?

#17
Are you doing these things because you're genuinely interested, or because you think that you should be interested in them?

It's really easy to see what other people are doing and think that it's interesting (because they tend to gloss over the boring bits), but once you get into the weeds of learning about it, realize that you really don't care that much.

Re: Ask HN: How do you stick to projects?

#18
post #11

Getting hyped about the new thing and then quickly forgetting about it is a common trait among people I know with ADHD. Not saying that's the cause just that there's a correlation, you do with that as you please. I almost always stick to my projects because they're almost always motivated by a need rather than a fad. The need is resolved when project concludes. I use proven and stable tools that I'm proficient in lik…

I have definitely considered ADHD, and while correlation != causation, the correlation is of note nonetheless.

> I almost always stick to my projects because they're almost always motivated by a need rather than a fad.

When looking back at my life I now see this pattern as well. The things you end up sticking to are the ones you 'need.' This is something worth taking a look at. Perhaps I should put myself in a position where I would 'need' to complete something, which then would spur me to get ore things done.

And definitely agree on keeping things small and on using the tools you know. These things sound 'obvious' but the temptation to use the latest fad is very strong. Thank you!

Re: Ask HN: How do you stick to projects?

#19
Because your brain rewards novelty with dopamine, simple as that. Once it leaves the exciting 'new project' stage it just becomes work. That's when you have to override your lizard brain and do it even without the dopamine hit.

If you figure out how to do that, let me know. I wish I knew.

Re: Ask HN: How do you stick to projects?

#20
I think first of all, you need to understand what you want to get out of your project. It's okay to just explore a thing that seems cool, and if that is all that you want to get out of it, it's okay to abandon that exploration when you're full.

I've gone through a lot of hobbies and projects, and each and every one of them has left me more capable. This is fine. I've also embarked on bigger projects that have taken years.

If you are working for some particular goal, sometimes you need to push yourself a bit too. It isn't always glamorous, you won't always feel inspired; that stuff does wear thin as you get farther along. Sometimes it is a slog, and those days just showing up and going through the motions is plenty. Sometimes breaks can be good too, but they have a habit of becoming indefinite so it's dangerous territory.

> This translates to my work as well, (at a startup) where my title is, quite literally, "generalist." I do stuff ranging from the software side all the way to marketing, sales, and everything in between. It's working for now but I get the feeling it's not viable for the long run.

It is absolutely fine to be a generalist. Having insight into all these areas makes you extremely versatile, and allows you to look at problems in ways no specialist could. Especially at a startup, this is an amazing skillset.

Post reply on HN