Earlier quoted context omitted.
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…
I struggle with this too, and two things that help me are: 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 ro…
Productivity Is About Attention Management
71–80 of 192 posts
Re: Productivity Is About Attention Management
#72He got it.
Re: Productivity Is About Attention Management
#73It's Emacs' Org-mode in combination with Org-pomodoro
- First, using org-capture I would create an org heading with a description of the problem. If there's a Jira ticket I would attach the ticket number (I have a trivial elisp function that converts a regular number into a complete jira-ticket link)
- Then I would start a Pomodoro cycle. If I'm on a Mac - it would create an OSX menubar item with the title of the heading (using Hammerspoon). Org will "clock" me in for the task for the next 25 minutes
- I just realized that I can probably even programmatically switch Slack to "do not disturb" mode while Pomodoro is active
- Activated Pomodoro cycle is like a sacred ritual for me. I do not pick up my phone or check email or (if possible) even talk to anyone. After Pomodoro is done I would take a break, check email, get some water, etc. If I can get done 5-7 pomodoros during a day - I consider it a very productive day.
- Org records everything. At the end of the day I know: exactly how long I worked on every single story, the number of pomodoros I did, notes that I took while working on each story. Whenever I changed the status of the story from "todo" to "in progress" and back to "to do" or when I flipped it to "done" or "canceled", reasons why the story was canceled, etc.
And this is all done with a minimal context switching.
Re: Productivity Is About Attention Management
#74As a person with diagnosed adult ADD, this is one thing I cannot do — manage attention. Medication and meditation help a little, but I probably will never reach the productive capabilities of a regular person. Sigh.
Re: Productivity Is About Attention Management
#75Earlier quoted context omitted.
What makes it even more complicated is that in a big org, knowing which tasks are important changes over time and with managers and manager's managers. Surviving and thriving over time requires constant reevaluation.
"What makes it even more complicated is that in a big org, knowing which tasks are important changes over time and with managers and manager's managers." No, they don't. There is only one task in your job, to make your boss happy. Strangely, this is rarely achieved by good job performance but often by social skills or idiotic metrics. "How to manage your boss" is worth a read.
Re: Productivity Is About Attention Management
#76Re: Productivity Is About Attention Management
#77For 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…
Re: Productivity Is About Attention Management
#78Earlier quoted context omitted.
> This is quite similar to the cognitive and decision fatigue principle which indicates that each of us only has a limited pool of cognitive resources and so we must be very selective in choosing what activities we engage in. Watch out — many of the studies which displayed “cognitive fatigue” (I assume you actually mean ego depletion) have not been replicated successfully. http://www.slate.com/articles/health_and_sci…
The general idea even in a loose, more metaphorical sense, holds however. 'Mental fatigue' is well established, and your volition along with mental faculties generally become harder to exercise the longer they are used without break. The specifics are disputed, but we needn't be so specific for the advise to hold.
The mind is a wacky thing, I think we know a lot less about it than we believe. One idea I like which seems to have some real world support is that your mental models make all the difference -- if you believe that something's hard and unpleasant, your belief becomes a self-fulfilling prophecy and you'll experience distress when you do it. If you're able to somehow reshape your beliefs, that distress may diminish. Cognitive behavioral therapy is based on this model and has a strong clinical track record.
Re: Productivity Is About Attention Management
#79Earlier quoted context omitted.
If you want HN to look at your stuff, post a Show HN ️
I considered that but at the same time I would like incremental feedback at this point. But maybe I should do a Show HN. I don’t want to bother people. Should we do a Show HN?
Re: Productivity Is About Attention Management
#80I think this is often overlooked. What works for other people might not work for you and the time spent looking for the right way is better spend on doing the tasks.