Hacker News new | ask | show | jobs
by bryanrasmussen 2364 days ago
I guess I don't actually believe in multitasking.
2 comments

I can divide my screen among several windows to perform one task.

The most obvious example for me is coding. Terminal, code editor, browser running the code locally.

Even when I want to have a break and check HN I prefer to open another tab on the non-fullscreen browser for an easy transition to and from the break.

most people I see do this do it on multiple screens not multiple windows on one screen (or multiple tablet sized windows on one large screen, and most do it without making any screen as extremely narrow as the parent did.

However I suppose also that most is not all, and there must be some outliers who do it on a single laptop screen either from necessity or preference. I might find myself doing extremely narrow windows out of necessity but never preference, and then the extremely narrow windows would almost always be on something I was working on - as it is indeed in your case - and not to interact with someone else's site.

You never have to refer to something else while working on something? Like having docs or help on what part of the screen while programming?
As a general rule then I would move between tabs or windows if I were reading documentation or help on a subject.

I tend not to read at the same time as programming, I might read, stop reading, and then program based on what I read, but not have two tools open and have my eyes continually hopping between them.

Interesting... I am often looking at docs or examples as I type