I've finished loads of hobby projects, despite full time jobs, and I've been told that I'm a bit of an expert on this. I see there's lots of comments already so I'll keep it short. 1) If you can't focus on a project longer than two days, then pick a project you can finish in three days. Honestly evaluate how big such a project can be. I also see this as students learn to code. They learn the basics then think they're…
#2 so much! When I tell people my ideas I can feel the motivation dissolving. Trouble is, my ideas sometimes suck and I need another person to tell me they are good. But if that person doesn't get excited about the idea it takes the wind out of my sails. I think this speaks to why I became a developer in the first place; I want to solve people's problems. I want to be useful. If I tell someone my idea and they aren't…
Ask HN: How can I pick a side project and stick with it?
341–350 of 372 posts
Re: Ask HN: How can I pick a side project and stick with it?
#342Earlier quoted context omitted.
Yes, I used to go really heavy on it. Had to quit it almost entirely, for both heart palpitations and anxiety.
Not to harp on about medications, but there are “non-stimulant” medications used to successfully treat ADHD as well, such as Strattera. On the non-medicine side, techniques like bullet journaling are useful, also having “accountability partners” — friends or groups you report in with each week to check on each other’s progress; things like that.
Re: Ask HN: How can I pick a side project and stick with it?
#343Re: Ask HN: How can I pick a side project and stick with it?
#344I've finished loads of hobby projects, despite full time jobs, and I've been told that I'm a bit of an expert on this. I see there's lots of comments already so I'll keep it short. 1) If you can't focus on a project longer than two days, then pick a project you can finish in three days. Honestly evaluate how big such a project can be. I also see this as students learn to code. They learn the basics then think they're…
My answer takes from the Feynman approach to problem solving: have several projects laying around that you could easily pick back up to work on a little bit. The progress may not be constant, but it builds over time. This is a variation on the parent post's suggestion of picking a project you can finish in three days. I find that task can itself be hard, and is work that gets in the way of the fun work. In the past I…
Re: Ask HN: How can I pick a side project and stick with it?
#345Maybe you need to examine what your true goal is. Why do you want a side project? Are you doing it because you feel like you are supposed to have side projects, or because you actually want to accomplish a goal? If it's the former, you could try to align the side project with another goal of yours - say learning some new language or framework. If you are just trying to build a portfolio you can come up with a (small)…
Re: Ask HN: How can I pick a side project and stick with it?
#346Get the stupidest thing done and finished. I started my compiler with waay too much ambition. I planned out a Hindley Milner type system but with row polymorphism. I planned out the entire syntax, records and all. But I didn't actually have anything done. I spent so much time trying to think about how to implement x feature or y feature because I thought I should get it all done at once. It took me maybe a year to fi…
Re: Ask HN: How can I pick a side project and stick with it?
#347I have the exactly same situation and I also made a half ass engine for a 2d rpg with a map editor. I don't know what's happening, but whenever I'm pushed to do something, either by my parents or my boss or anything urgent (say I have an interview in a week), I'm suoer focused and can get tremendous amount of work done in a short period of time. However, whenever I set up a target for myself, out of curiosity or inte…
Re: Ask HN: How can I pick a side project and stick with it?
#348I struggle with these tendencies too. For me, I think it usually stems from being interested in the product not the process --that is, if I could snap my fingers and immediately produce what it is I was envisioning (even though that initial vision is usually fuzzy) I'd do it. I think people who can stick with things long-term enjoy the process of what they're doing at least on some level. What enables them to stick w…
Re: Ask HN: How can I pick a side project and stick with it?
#349Earlier 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…
As someone who tends to do the same, I don't think this is a good description of what is happening. The way I view it is that any project has the same progression of initial excitement, frenzied work and determination, discovery of the real scope, the descent into the Valley of Despair as you continue to wrestle with the problem and then the fork in the road where you either give up and abandon the work or you persev…
Re: Ask HN: How can I pick a side project and stick with it?
#350Earlier 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'd bet a few dollars that this is the most common answer. A little piece of anecdata, being stuck, jobless and confidentless due to too much of this dopamine rush theory, i did propose to write something for my 'boss', at a food store, a little single user vue app [0]. a few conclusion : - i did actually deliver something functional (for a change) - i still had twenty thousand dreamy ideas (as noted in a lengthy TOD…