TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do I get out of the “new project” loop?

3 pointsby eiiotabout 2 years ago
I'm between large projects right now, and I've gotten into the habit of getting an idea, creating the skeleton for a project, implementing a few things, and then giving up on it 30mins - 1hr later in search of a new goal. (I must run `yarn create next-app` maybe 2-3 times / day on average) While it feels like part of the creative process at some level, (maybe something will stick? A few smaller projects have...) it also feels like a massive waste not to pick something and stick with it. After getting used to working with user feedback, and a rigid framework, how do I re-start the creative process?

4 comments

genezetaabout 2 years ago
To get out of a loop, break unconditionally. Literally. At any of the steps you have described, just don&#x27;t follow it.<p>So, got an idea? <i>Don&#x27;t</i> build a skeleton. Just leave it there. I would suggest you do write it down somewhere, maybe take a few extra notes, but that&#x27;s it. Leave it there for a while. Another idea? Same thing.<p>Not only will you have gotten out of the loop you&#x27;re in, but in a short time you will probably have a bunch of ideas written down. Now you can review, compare, relate them. And still <i>don&#x27;t</i> start building on them yet. Just sort them, prune them, refine them, discard many, remix a few, join others, modify a few more.<p>Avoid getting started on any idea too soon. Only after this process, when you do find one idea which particularly calls your attention and it&#x27;s fleshed out enough to convince you that you are actually interested in following through, only then, I repeat, start working on it.<p>And still, don&#x27;t just jump into building it. Again, before building: think, plan, find the hard parts, find the easy parts, ponder, evaluate, refine it further.<p>The thing is... implementing the idea is not <i>that</i> creative. It is, but only to a certain point. The creative part is the idea itself, shaping it, refining it, making it consistent, solid, interesting, useful... But if you start building it right away you don&#x27;t leave room for the idea to grow, to take it&#x27;s correct shape, to become actually interesting or be revealed as the opposite.
ggeorgovassilisabout 2 years ago
The same happens to me to a lesser extent (there are a dozen half-baked chess engines buried in my Eclipse workspace). Maybe you are just looking for a distraction because your current task bores you - then there&#x27;s probably no happy ending to those project skeletons. But maybe it&#x27;s part of your creative process? I&#x27;ve procrastinated several ideas for decades, always starting and abandoning an implementation in a matter of minutes, but eventually I saw (some of) them through. Maybe that is just your way of &quot;thinking out loud&quot;. If that indeed bothers you, then maybe tweak the parameters a little, eg. think more about the project before coding the first line or draw schematics on a paper or discuss them with somebody first?
mklepaczewskiabout 2 years ago
As someone who gives up on ideas after a week of work ( not after 30 minutes ), I must say the New-Shiny-Idea-Monster is pretty kind for you ;-)<p>Maybe try to write down each of your ideas, give it a +1 vote each you think about it. After a month select the one that had the most votes and try to implement it. Writing to down the idea might be enough to give you strength to postpone executing it immediately.
inphovoreabout 2 years ago
It sounds like you need to be told what to do.<p>A solver with no real problem is a miserable thing indeed.<p>Someday you may have it in you to “make” yourself finish something.<p>Until then, you will need some external master demanding passable results or you will dwindle in idle infinite possibilities to the end of futility.