Live data from Hacker News

Ideal Monitor Rotation for Programmers

sprocketfox.io

161–170 of 426 posts

Re: Ideal Monitor Rotation for Programmers

#161
25 years ago I worked on the air traffic control system modernization. We were using Sony CRTs that were square 2Kx2K with hardware anti-aliasing. The were drop dead gorgeous. I assumed that 25 years forward (today) that everyone would be able to buy such monitors below $1000 (they were like $10K in 1996 dollars).

Why no square monitors? Hollywood?

Re: Ideal Monitor Rotation for Programmers

#162
I got myself the 49" Ultra-wide monitor from Dell [1] and it's a fantastic product. I was never really a fan of using two monitors so having two 27" monitors in one screen is really amazing and it becomes even better if you combine it with FanzyZones [2] to manage the window layout.

1) https://www.dell.com/en-us/work/shop/dell-ultrasharp-49-curv...

2) https://docs.microsoft.com/en-us/windows/powertoys/fancyzone...

Re: Ideal Monitor Rotation for Programmers

#163
post #105

My ideal programming screen is a 1:1 square. Before I got my 4K display I tried using a 24" 1920x1080 monitor in vertical orientation, and found that even though 1080 pixels wide should be enough to render any website fine, some websites (including some pretty big/important websites) started treating my screen as a mobile device screen, hiding many elements and giving me the mobile view/UI. I guess those sites weren'…

> I guess those sites weren't detecting user agent and were detecting screen resolution? CSS does this via media queries and allows for different layouts without sending different content. Switching to a mobile-optimized layout at 1080px (note "px" doesn't mean physical pixels to a mobile browser) seems a bit aggressive though. I imagine it wouldn't be hard for a browser extension to override this behavior, though it…

Just zoom out. Make sure you use page zoom and not text zoom. No need for extensions.

Re: Ideal Monitor Rotation for Programmers

#164
post #20

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 went from 3 large monitors to 1 large & laptop screen to only a laptop screen. It's enough.

Re: Ideal Monitor Rotation for Programmers

#165
post #112

Earlier quoted context omitted.

Well... I didn't say "affordable." I spent as much on this monitor as I spent on a laptop in grad school ($700ish). Three factors for me here: I transitioned to working from home and the expense was tax-deductable; I'm not in grad school anymore; I'm very frugal, so when do make a rare purchase, I go for quality.

Cool. Would you mind sharing the make and model, though?

Dell S3221QS

This is not an endorsement. I've got some issues with the monitor -- it does something weird displaying certain patterns, which comes up for me occasionally. Also, sometimes, the curved screen bugs me, because straight lines aren't straight. YMMV

Re: Ideal Monitor Rotation for Programmers

#166

Am I the only one (fullstack programmer + designer + hobby photographer) here who's perfectly okay with a single laptop monitor? Maybe it's to do with I love being mobile, maybe it's that I use UI and text very small, but I can perfectly fit either 3 Vscode tabs, or website + PIP video, a few terminals, many views in Sketch or a combination of those in a screen (16" MBP). I'm also okay with working with Photoshop or…

Nope, me too. I tried 2+ monitors and it is so distracting + you have to literally rotate your head, and then there is a window auto-positioning issue (mswin “helpfully” tries to show dialogs/etc on an empty screen). Extended mouse movement is also an issue.

I prefer to tile/overlap windows with fancy zones and to switch between apps by alt-tab. Virtual desktops may be helpful, but I’m really fine with just one desktop and many windows. Conemu builtin tiling helps with fullstack tracing. 2k or 4k, 27" with a 3d mount is ideal. The diagonal really depends on how close you are, and how much ppi it has (angular size/resolution).

I don’t understand 3+-monitor guys, it feels like hax0r overcompensating sort of.

Re: Ideal Monitor Rotation for Programmers

#167

Earlier quoted context omitted.

Same. At one point I could easily read 4pt fonts. Now everything is a blur.

get glasses?

Glasses which focus at your computer distance (which varies by personal preference; measure it and take that number to your optometrist) help with presbyopia.

However, there are many other eye ailments which tend to appear later in life and which glasses alone cannot correct: cataracts, macular degeneration, corneal dystrophies, etc. Some are treatable through other means such as surgery.

Re: Ideal Monitor Rotation for Programmers

#168

As someone who's largely stuck with middle of the road hardware for financial reasons, i find that 1080p monitors are the sweet spot between having the screen estate for my programs and plenty of text on the screen, but also graphics performance if i ever want to do something else - from watching movies, doing 3D modelling or 3D printing, to gaming without resolution scaling. Of course, i splurged a little bit on an…

I used 1080p for 5 years with a 33 inch screen, it was very good. For 4 years I have used a 27-29 inch screen at 2k, that's incredible. I now use a 34" wide angle screen at 2k, which I find even better, since I have a bit more width without much (or any?) extra height. At this exact moment I am on a 34" ultrawide and it's too wide for me I have to turn my head too much. Bottom line, you can get 27" 2k screens for ver…

Head turning is actually why I have a vertical monitor. With a 1440p next to a 1080, I'd have to turn my head a ton to see it all. Now with my 1080p vertical less movement. It also nice that webpages like being above 1000 pixels wide, so splitting two web pages on the vertical keeps them in their desktop version.

Re: Ideal Monitor Rotation for Programmers

#170

Earlier quoted context omitted.

"Needed" isn't the right word to use here, because you don't really need very much in software development. Use a non-visual text editor without highlighting, like ed. Compile your React by hand. Skip TypeScript, you don't need the computer to check your work. /s Programmers use tools and automation because it makes them more efficient, not because they're needed , and I believe that having multiple monitors (and lar…

My 45 year old back is just fine after using only laptop displays for 9 years now. That said, I am pretty physically active and have led a healthy lifestyle since forever. Maybe the latter part is key.

it definitely helps a lot. i have horrible pain using a laptop for long periods, but when i was more active it really helped with the pain and soreness.
Post reply on HN