Ask HN: Working Tactics?
What are the various tactics and strategies you use to get yourself working and get things done?
My favorite is 'time boxing', from Steve Pavlina, where one commits a certain amount of time, usually an hour and a half for me, to focusing 100% on some task.
Also, any links or book recommendations on this topic is greatly appreciated.
4 comments
[ 3.9 ms ] story [ 22.7 ms ] threadshouldn't take more than 3 weeks to read thru 187 threads!
Like ev'body else, skim/read David Allen's "Get Things DONe", my favorite tactics(not neces. from book) are daily priority lists, turning off productivity devices (email, cell phone, pager, and you don't have to read snail mail every day), controlled work environment (ambient lighting, noise-reducing headphones, good laptops, external keyboard/mouse)
An example is to schedule time for fun, instead of work. Schedule times to see a movie, see a friend, exercise, or other activities you want to do. The benefit is that when I'm sure I will get the fun things I want, it's easier for me to focus on other tasks in the meantime.
He also describes a 'time boxing' technique that I've found very useful myself. A 30 minute commitment for me does the trick. Usually I'll end up working longer in a stretch and find it easier to recover from interruptions during that 30 minute commitment.
When you check E-mail, there's a tendency to want to immediately respond to whatever is said, and this can be very distracting and time-consuming. You should believe that if something is truly critical, you will receive a phone call or a personal visit. So I usually check E-mail only twice a day, around 10:00 and 4:00, which leaves just enough time that morning/afternoon to deal with requests or minor problems.
I use a revision control system, and train myself to commit exactly one "feature" at a time so that my work is focused. This prevents going down ratholes, and makes the rollback "clean" (a single version is a focused change, not some random mix of whatever you were working on). It is also a useful reminder, e.g. you come back an hour later and just ask the revision control system what you changed.