I prefer to work with a single large external monitor. If my device is a laptop I keep it in clamshell mode when attached to an external monitor. I find switching applications with keyboard shortcuts and focusing on one thing at a time has improved my productivity. Using two or more monitors made it so easy for me to get distracted. To each their own though.
I work with the KDE virtual desktops grid with a 3x2 arrangement and wrap around on a 32" curved screen. I've found it very useful to put the same windows in the same grid squares and have hotkeys to easily go between. I know exactly the keystrokes ahead of time to get to the window I want and don't have to move my neck to get there. I can tile them, since I've got plenty of space on the one large screen, but usually…
Ideal Monitor Rotation for Programmers
321–330 of 426 posts
Re: Ideal Monitor Rotation for Programmers
#322I do want one of those big shiny new curved widescreens though.
Re: Ideal Monitor Rotation for Programmers
#323Earlier quoted context omitted.
Bad response times plague the mobile space too. Just look at the new MBP with its 120hz display that has >40ms latency. But Mac displays, though looking gorgeous, have always had latency that was heavily perceptible. Is there even a mainstream desktop display that has anywhere near the latency of Macs?
>40ms latency is insane if true. Got a source?
The black to white latency is over 90ms, which is quite funny to me.
Macs have always been horrific for latency - I can always see the delay between me pressing a key and the letter appearing. But, I can also see iPhone OLED displays flick on and off due to their low frequency PWM, so this might be unusual pickiness from me.
Re: Ideal Monitor Rotation for Programmers
#324For years I ran triple monitors side by side. Then I tried dual widescreen monitors stacked vertically. This has been game changing. It is much easier on my neck to look up 10 deg vs turning sideways 45 deg I can split VC code into three columns on my main monitor, then have two zones in the top monitor for other apps. 10/10.
Where does the webcam go?
Re: Ideal Monitor Rotation for Programmers
#325This is interesting but the author considers only one degree of freedom, "roll". Equally important are "pitch" and "yaw". "pitch" is necessary to accommodate another kind of rotation, known in HCI as "slouch". "yaw" is important because sometimes your code is so elegant and impressive, that you need people walking by to see it more than you need to see it yourself. You use yaw to rotate your monitor away, toward the…
I know that you are writing in jest, but the very concept that any amount of slouching is tolerable to someone in this profession should be outrageous. We spend decades deforming our backs to sit in chairs. The least we can do is to promote the idea of an international "Insufficiently Ergonomic Office Chair Bonfire Day".
Re: Ideal Monitor Rotation for Programmers
#326Earlier quoted context omitted.
Wearing glasses for 12 hours a day after never wearing them can be a difficult adjustment to make.
an easier adjustment than not being able to see.
I’ve tried all kinds of things but my eyes are bad at working through glasses.
Re: Ideal Monitor Rotation for Programmers
#327Earlier quoted context omitted.
I know that you are writing in jest, but the very concept that any amount of slouching is tolerable to someone in this profession should be outrageous. We spend decades deforming our backs to sit in chairs. The least we can do is to promote the idea of an international "Insufficiently Ergonomic Office Chair Bonfire Day".
Sit with your butt on the edge of your chair (don't use the back rest at all) ... Your back will be naturally straight and your core muscles will gain endurance. I learned this by using an exercise ball as a chair for six months.
Re: Ideal Monitor Rotation for Programmers
#328I don't understand why 3:2 and 16:10 have taken over the mobile space but if I want one for my desktop my choices are 1920x1200 or a thirty inch, thousand dollar monstrosity with bad response times.
If you’re in Europe, or are willing to attempt to import, the Huawei MateView is a brilliant 3:2 4K panel.
Re: Ideal Monitor Rotation for Programmers
#329Earlier quoted context omitted.
Tall monitors must be hard on the neck if you frequently need to see the top half of it. The ergonomic recommendation is keeping the monitors at eye level. How do you deal with that?
The top of my tall monitor is level with the top of my landscape monitor. So I look down to see the bottom of my tall monitor, straight ahead to see the top of either. I also have one overhead monitor to glance up at for reference or other pages. 80% of my work is done on my main monitor. 15% on the tall. 5% on the overhead. The overhead is still very useful though.
I really want to know how it would feel to have one narrow edge on the physical desk, with the long curve of the display arching up overhead.
Re: Ideal Monitor Rotation for Programmers
#330Earlier quoted context omitted.
The thing that you want was around in the 90s already, and it's called multiple windows without tabs.
Yes but unfortunately that doesn't really work for heavy applications today. That would mean like 50 independent memory-hungry firefox or IDE processes corresponding to every tab/file you might have open. The entire point is to decouple a window from the resources/host process that controls the window.
The other benefit of leaving window (and tab) managerment to the OS is that tabs switching should also better, imagine your tabs show up in the OS switcher and you can look them up in spotlight or something.