Earlier quoted context omitted.
To refame that comment a bit: almost every single resource you find on motivation will mention that motivation is not a matter of passion, it's a matter of discipline. In every hobby there is always a sense of discipline, it's just usually implicit. For myself: composing orchestral scores started off as a fun little "oh this melody would sound neat". Ever since then, there have been times when I need to sit down and…
Nope. Almost every single resource you find on motivation will mention that motivation is not a matter of passion, it's a matter of habit. Discipline and motivation is pretty much the same in this context, and wears off easily.
Finishing a side project
151–154 of 154 posts
Re: Finishing a side project
#152One thing I learnt in a thread on HN a long time ago and that I use a lot to just keep working on side projects : Make sure you stop half way through a sentence / line of code. Don't finish that article, or don't stop with code that compiles. The reason is stupid simple : It just removes all the blockers of starting working on the project again. It removes the initial step, which is usually the hardest. Come in, fini…
This only works if you can remember what you stopped in the middle of. I often come back to projects with no idea what I was last doing, so now I've got some half-finished bit to figure out rather than something that could be clearly understood.
Re: Finishing a side project
#153Earlier quoted context omitted.
Removing all barriers to entry is definitely key. This includes spin up / spin down time to even get into the groove. To whit I usually: 1. Keep a dedicated desktop set (I'm running Linux) plugged into my side project. 2. In my editor I maintain a "where am I" document, and update accordingly. 3. I leave things (from a code perspective) committed and pushed. 4. I leave a specific note to myself on what I think I need…
I do a similar process, but yours sounds better. I literally just Slack myself a list of TODOs at the end of the day, but I sort of want to try your process. Especially with being WFH, it's easier to keep my place in specific apps. Are there any other things you do to get yourself started in flow?
What do you do to get started in flow?