Interesting take on it, I certainly resonate with the "Michigan weather making work the only thing to do" anecdote. I struggle with productivity, and feeling productive. and when I look back on times when I felt productive the attention thing does stand out. It occurred to me when I thought of myself as a younger programmer that I used to love the time between midnight and 3AM, there was literally nothing on TV to di…
Productivity Is About Attention Management
41–50 of 192 posts
Re: Productivity Is About Attention Management
#42I wish more people realized the value of human attention. I would even go as far as to say that the reason that the tech industry is so profitable is because of it's ability to provide shortcuts for the attention required to complete a given task.
Re: Productivity Is About Attention Management
#43What the author means by "attention management" is, perhaps, the ability to concentrate for a long period of time. Personally, for work that i love to do, concentration is rewarding. For mundane, routine work, I usually go on auto pilot, getting work done, but, doing it while my attention is somewhere else. For mundane work that requires concentration, my output falls off the cliff. Its here that many tips and tricks…
The term "attention management" might not apply to everyone, too. I'm most effective when I'm in the zone, which usually comes easiest when I'm listening to music and rapidly flicking between things. My thought process works best when there's a fraction of distraction and when I'm in a playful mood, not when there are no distractions and not when the only thing in front of me is the task at hand. My thoughts slow dow…
Re: Productivity Is About Attention Management
#44There's a general misconception between being productive and being effective. One can fill their days by completing many mindless tasks and consider themselves as productive, but in the end hardly any of those tasks really matters. On the other hand, another person may only complete one or two tasks in a very short time during their day but these were critical tasks that could generate much higher values. This subseq…
Re: Productivity Is About Attention Management
#45Earlier quoted context omitted.
From my experience, try having enough projects in your belt that at least one of them has something actionable to do, and work on that while you ruminate on the other problem for a few days/weeks/months. Don't worry about getting anything done soon, prefer getting them done correctly and pick something else up when you get stuck. Also, don't forget that "staring into space for an hour while you think about a problem"…
This is my solution, but it feels like there should be a better way. I have replaced 'staring into space thinking' with taking a walk outside my office.
I think our minds evolved to track all these things and, probably in a time sensitive way more than projected future value, to prioritize them. For this reason, I think having multiple projects is the natural state as the mind is optimized for this. So maybe this is the "best way" and explains a lot of the strange ways in which putting a problem aside can help solve it.
Re: Productivity Is About Attention Management
#46Re: Productivity Is About Attention Management
#47Re: Productivity Is About Attention Management
#48For most of technical works i do, concentration only happens AFTER i figure out what i need to do to solve the problem. Else most of the time, the "researching phase" is the most daunting task.
I have the exact same problem. When I know what needs to get done, even if it's tedious, it's not so bad to put my nose to the grindstone and work through it. But when I'm not sure how to approach a task, suddenly every distraction in the world is more appealing. You often see the suggestion to break up big tasks into smaller, baby step chunks to avoid this analysis paralysis. Doesn't help when I'm not even sure what…
1) Start screen recording software and dictate your thoughts as you go through the research/brainstorming phase. Don't often go back and view the recorded sessions, it's the act of recording and speaking out loud that helps.
2) Comment driven development. Stub out functions just with comments, write deeper comment blocks inside a procedure where you have a rough idea of what needs to happen. I paste in table and API definitions as comments too, to avoid having to flip to a different screen which inevitably leads to distraction. Once the program is completely laid out in comment form, and compile/runs with just "STARTING" and "STOPPING" displaying, then I start implementing what's in the comments outside-in (from highest to lowest level). I run the program frequently while doing this, each successful compile/run is a small dopamine hit. As I'm going through, remove any comments that are duplicated by code - all that should remain are comments explaining "why".
Re: Productivity Is About Attention Management
#49For me it's the opposite. I often play videos in the background when I'm performing monotonous tasks and it seems to help me from getting completely distracted and abandon the task altogether.
Re: Productivity Is About Attention Management
#50There's a general misconception between being productive and being effective. One can fill their days by completing many mindless tasks and consider themselves as productive, but in the end hardly any of those tasks really matters. On the other hand, another person may only complete one or two tasks in a very short time during their day but these were critical tasks that could generate much higher values. This subseq…
Surviving and thriving over time requires constant reevaluation.