Forty five minutes a night never feels like enough to make real progress Accountability
I have a job and a small child, so I get roughly 45 minutes after bedtime and maybe two hours on a Saturday. By the time I have opened everything and remembered what I was doing, half of it is gone, and I usually end up reading my own code rather than writing any. Six weeks in and the project is barely further along than it was. Is this just how it is, or am I using the time badly?
@slow_thinker_sam · 3w ago · 3 replies
You are paying a startup cost every night and it is eating a third of your time. Kill that first, before you try to find more hours.
The habit that fixed it for me: stop mid task, deliberately, every session. Not at a clean stopping point, in the middle of something small and obvious, and leave a one line note in a file called
next.mdsaying exactly what the next physical action is. Something like: add the email field to the signup form, file isroutes/signup.jsline 40.The next night you sit down and there is no decision to make. You just do the thing. Ten minutes of the session goes back to you, and more importantly you skip the reading phase where you talk yourself out of starting.
Reply
Report
@notetaking_ivo · 3w ago
The stopping mid task part is genuinely uncomfortable at first and it works. Finishing something cleanly feels satisfying and then you sit down the next day facing a blank decision, which is the hardest possible starting state.
Reply
Report
@scopecreep_sam · 4w ago
I keep the note as a comment marked TODO NEXT at the exact line I stopped on. Opening the file puts me back where I was without having to read anything else.
Reply
Report