Ask HN: How do you focus? tools and other
- Quitter to quit thunderbird, skype, etc after 10mins. Slack is just hidden.
- Leechblock (FF) to avoid more than 10mins on distractions website
- Timer.app (http://martakostova.github.io/timer/ you can compile it) for pomodoro with a script that kills Slack when a pomodoro starts and reopens it once finished. The script was setting the DND but the notifications keep popping up (the red dot), which bother me, so I switch it off. I think that messages can wait 40 mins, if not they can call.
- I don't keep thunderbird open (see point 1), but I've a plist script that opens it at 11 and 15, so I check the emails every now and then.
- Rescue Time and Waka to keep track of my habits and productivity
- Trello (was BulletJournal but i'm not alone anymore) to schedule stuff.
- In the open space nice pair of headphones, a good music, and avoid to reply when asked questions if i'm in a "pomdoro" or working.
- A reason to leave work
9 comments
[ 0.25 ms ] story [ 18.0 ms ] threadI do tasks in 30 minute chunks with 5 minutes to go to the bathroom, get up, stretch, etc.. On my best days I can do 11 pomodoros, but my average is 6/7 pomodoros. I'm currently lecturing on a local university, so the pomodoros are mostly for when I'm preparing classes, and I try to do as few as possible, which means I'm freeing my time successfully..
When I'm working, I use a physical egg timer on my desk. I also don't check Slack when I'm coding. I keep my MacBook and iPhone in Do Not Disturb mode.
I take an nx 15-minute break when I need one. A typical ratio is 75% work to 25% breaks where break could be doing something enjoyable either fun or actual work but a task I'm really excited about.
Throughout the day I accumulate the number of 15-minute periods of good work for personal reference.
A pocket notebook to write down random thoughts that pop into my head while working.
I don't have one myself, but I've heard good things about Saent [1] which seems like a slightly more polished version of this workflow.
[1]: https://www.saent.com
I think its just a habit, I find very annoying to see task assigned to me being in ToDo Status. I want to make that resolved as soon as possible.
- Simple Pomodoro timer, which honestly I use more as a signal for me to get up and stretch my legs a bit.
- Disabled all notifications on phone, macs.
- Things as my todo list, simple and tells me what to focus on every day with recurring todo's.
- Only really visit 3 websites: HN, Designer News & Stack overflow, tagging the interesting posts in the morning, then reading them on Kindle in the evening. Or sometimes between Pomodoro breaks, like now.
- I block all the news websites and other useless information with Opendns.
- Bought a Wacom pen and a mac so I can't play videogames.
- Podcasts for when I'm doing the dishes, Spotify for when I'm doing work.
- No mail, slack before 1pm, I'm most productive in the mornings.
I read in Do The Work that the best thing is to not think, but just start. So I meditate in the morning and try to be completely free of thoughts when I arrive at work, sit down and just start. That was the single thing that made the biggest difference for me. Don't give The Resistance a chance.
For what is worth the script for the timer app tokill slkck and set DND START: if application "Slack" is running then tell application "Slack" quit end tell end if do shell script "curl 'https://slack.com/api/dnd.setSnooze?token=<YOURTOKEN>&num_mi...
END: if application "Slack" is not running then tell application "Slack" to activate end if do shell script "curl https://slack.com/api/dnd.endSnooze?token=<YOURTOKEN>