Live data from Hacker News

Ask HN: How do you cope with being interupted?

news.ycombinator.com

11–20 of 105 posts

Re: Ask HN: How do you cope with being interupted?

#11
for work I can do alone, I sometimes create dedicated no interupption periods. typically no longer than a hour

I will sometimes, depending on the level of concentration, close all communication apps, phone on silent and lock doors.

for diffcult work with other people, that gets complex, I'll keep meetings to one or two attendees.

I also do a brain dump and write down in notepad, my problems and to do stuff, then prioritise the list

Re: Ask HN: How do you cope with being interupted?

#12
post #3

I just keep the 'busy' hours for other people. Thankfully WFH has made it easy. Basically 11AM-7PM are for other people to interrupt me, and for calls. I stay only half-engaged with chats and emails so it doesn't cost in me my cognitive budget and I get a lot of stuff done within the household. Either 7AM-11AM or 7PM-11PM, depending on circumstances, I do work. You know, the 15 minutes of real actual work mentioned i…

If nobody has noticed yet, chances are nobody will. Just be careful that your self-esteem isn't destroyed by the lack of engaging work.

Re: Ask HN: How do you cope with being interupted?

#13
I'm sincerely sorry if this answer doesn't help and it's not meant to be arch or sarcastic. But I have found that the more I like the work I am doing, the less interruptions bother me. I am fortunate to work from home, but it means many more such incidents than an office job.

Obviously I would like to be left alone while working, but I have handicapped and mentally ill people to care for my life is acutely interrupt-driven. My work is immensely enjoyable so I can recover pretty fast most of the time.

In the days I did work in an office, I found that I got an enormous amount of work done on evenings, weekends, or very early mornings. This required having a spouse who understood that work was important because it supported both of us.

Re: Ask HN: How do you cope with being interupted?

#14
One thing that helps me to focus on the task at hand is using Promodoro timers: 25 minutes focussed work, then 5 minutes break.

More generally, if distractions are bothering you or are making you nervous, I would recommend meditation. Meditation is the practice of focussing on the present. Try the waking up app (https://wakingup.com/), it is a good reason-based introduction to the practice and theory of meditation.

Re: Ask HN: How do you cope with being interupted?

#15
Plan the work and environment very well to avoid interruptions. Still if it comes, welcome the interruption, postpone addressing it if you can, address it if can't be missed. But most important thing is to don't react to it happening, so you can switch back to your tasks again with same rigor.

Re: Ask HN: How do you cope with being interupted?

#16
Therapy. For real. In some cultures it's not welcome, but it affects personal development enormously. It's the best investment in your life. Not that you'll solve all your problems, however you'll learn to analyze your problems and learn to find root causes to fight with, instead of symptoms. Being here and now is not easy. You may be anxious, tired, may have some mild disorders, obsessions you don't even know about.

Re: Ask HN: How do you cope with being interupted?

#17
post #15

Plan the work and environment very well to avoid interruptions. Still if it comes, welcome the interruption, postpone addressing it if you can, address it if can't be missed. But most important thing is to don't react to it happening, so you can switch back to your tasks again with same rigor.

this was key for me, my reaction to being interrupted was impacting me more than the actual interruption.

Re: Ask HN: How do you cope with being interupted?

#18
post #8

It's very situation-dependent, so here are a few things I've done: 1. In a work situation where I'm relatively senior, I've proactively communicated that I like minimally-interrupting notifications (email>slack>IRL). Even when someone taps me on the shoulder, they're a little sheepish about it, and I can request 30 seconds to jot down a note about where I left off. I also just feel more in control of the situation. 2…

> minimally-interrupting notifications (email>slack>IRL).

I am not a fan of IM communication, if it’s required that I respond immediately, all the time. Most IM methods, these days, have a “go away and leave me alone” feature, but it has been my experience that many folks resent it, if you actually have the nerve to use them.

I use Slack in “bursts,” for technical communication. I’ll ignore it for hours, or even days (if I’m in The Zone on a tough issue), then have a half hour or so of intense communication.

I mostly prefer email.

Re: Ask HN: How do you cope with being interupted?

#19
post #8

It's very situation-dependent, so here are a few things I've done: 1. In a work situation where I'm relatively senior, I've proactively communicated that I like minimally-interrupting notifications (email>slack>IRL). Even when someone taps me on the shoulder, they're a little sheepish about it, and I can request 30 seconds to jot down a note about where I left off. I also just feel more in control of the situation. 2…

> I'm 99.9% sure this will not get you fired

Of course, as the opposite situation would be absolutely completely insane...

Re: Ask HN: How do you cope with being interupted?

#20
Yes, I do also feel very frustrated when I have to stop working on something before it is finished, specially if it's that long debugging session and you have all in your head, but you just have to stop and go do something else.

Talking specifically about code, TDD really helped me, seriously, the red-green loop makes me comfortable to stop any time the tests are green, then I commit, which means that I also have very small commits which also help me with the interruptions once I'm back.

To not miss what I was thinking ahead, I always to keep a todo list (I just use Notes) of everything that comes to mind that I still need to fix or code which I postponed from the current commit, so I don't loose track while at the same time it frees me to focus on a specific thing at a time.

Now sometimes this does not apply, sometimes you just need long, deep and uninterrupted focus, like thinking about the perfect abstraction for something, or those long debugging sessions I mentioned. For those, I try to be sure to block some time or I don't even start it on that day

Post reply on HN