TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why developers at startups use 3 monitors?

3 pointsby thepanisterabout 16 years ago
Hello,<p>There is something that confuses me, and I can't find an answer for it.<p>Why the developers at startups, use 3 or 2 monitors? What is the point from using many monitors?<p>Why a startup would spend 3x on monitors, while they can save that money? Is there a ROI from using 3 monitors per developer?<p>I am really curious to know...<p>EDIT: It would be great if you tell me how do I install 2 monitors per machine... Does the hole screen appear devided into 2 screens? Or the 2 monitors dislay the same thing?

13 comments

judabout 16 years ago
I use synergy <a href="http://synergy2.sourceforge.net/" rel="nofollow">http://synergy2.sourceforge.net/</a> for sharing one mouse and keyboard across two monitors and OSes. I use Linux on the right and Mac on the left. Would never go back. Like someone said read documentation on one, code on another.
评论 #513852 未加载
AndrewOabout 16 years ago
1) Why? As others have said, enhanced productivity. I usually keep API docs, examples, and a terminal with autotest on my secondary. Also, in my case, my machine is a laptop (I use that screen as my secondary) and knowing I have a 24" screen waiting for me is incentive to come into the office instead of telecommuting or siting in a coffee shop :).<p>2a) How? Been awhile since I've had to deal with installing new hardware, but as far as I remember, you can install new video cards and it'll register fine (or get a card that has two DVI ports). As for OS support, I think Windows does it (although I don't know if you have to have a certain edition), Mac supports it on most models out of the box (in the past you had to do a software hack on iMacs, don't know if that's still the case—other than that completely painless), and I know it's possible with Debian (probably most other Linuxes as well).<p>2b) What's it look like? Most current hardware will support spanning across multiple screens (OS support: see caveats above). In the past, some video adapters didn't have the horsepower to do anything other than mirroring (where the screens show the same thing), but all of the ones I've dealt with recently can (again, YMMV). Mirroring is still useful when hooking up to a projector, but beyond that, spanning is the way to go.
tmilewskiabout 16 years ago
Definitely try it. I will never be able to go back to one monitor.<p>Here are some statistics: <a href="http://www.codinghorror.com/blog/archives/000012.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000012.html</a><p>Here are instructions: <a href="http://lifehacker.com/software/dual-monitor/how-to-set-up-dual-monitors-218991.php" rel="nofollow">http://lifehacker.com/software/dual-monitor/how-to-set-up-du...</a>
评论 #513644 未加载
mannickenabout 16 years ago
I use two 15 inch laptops (Vista and Kubuntu) and one 22 inch screen in the middle.<p>Depending on the type of work I do (Windows development or <i>nix) I physically switch main screen between two laptops. For example, when I do Outlook add-in dev, my screens might look like this:<p>Vista laptop: Outlook where I test. Vista main screen: Studio. Kubuntu laptop: docs.<p>or<p>Vista laptop: docs. Vista main screen: Studio. Kubuntu laptop: VMWare with different OSes. This way I don't overload Vista machine which is already running studio.<p>For </i>nix dev, I like this setup:<p>Vista laptop: chats, music, videos, whatever. Kubuntu main screen: Emacs fullscreen. Kubuntu laptop: docs.<p>As is probably obvious, my setup looks like this:<p>Vista - Main Screen - Kubuntu<p>I also use synergy to handle supporting laptop (Kubuntu or Vista) from main machine.<p>I have to say, it really helps. There is a lot of ease on my brain which helps me relieve some of the anxiety.
ErrantXabout 16 years ago
I can think of a couple of reasons<p>- Sheer geekery (though that doesnt work with your comment about cost, I admit).<p>- Multiple PC's (example: at my desk I have a dual screen setup for working on, a 3rd screen connected to a different PC for email, IM [chatterous via Gtalk ftw] &#38; personal stuff and a smaller screen off to one side which is a build machine / test client. Using a KVM to share Kb/M <i>but</i> still being able to see all screens is a great advantage :))
trickjarrettabout 16 years ago
It's a documented trend that more monitors enhances developer efficiency. There is a point of diminishing returns as well, so two or three is the sweet spot. Some can see improvement with four, but not many.<p>I apologize, I can't find the source of the study for efficiency.<p>That being said, some prefer a single screen. I love dual screen as I'm a big proponent of code on one screen and website on the other so I can easily see the results of my code.
silencioabout 16 years ago
I have a main setup comprised of 3 displays with one desktop and a laptop, it's quite nice to work like this, especially when I run macosx and then have windows in vmware fusion on another display.<p>The only thing I'm torn on is rotation. I've flipped a display 90 degrees around and I can't decide if I like it or not. It's decidedly odd but quite useful in some ways (i.e. for me, reading long things without using scroll so often).
racy_rickabout 16 years ago
Left monitor has mozilla with tabs and behind that a terminal with database command line.<p>Right monitor has outlook and my main terminal window plus itunes in the background (or whatever I'm listening to).<p>It is incredibly nice to compare 2 files across the monitors. Also it is nice to be able to have ie6 or ie7 in one windows with mozilla or safari in another to make sure everything lines up correctly.
joubertabout 16 years ago
Imagine you're trying to write a letter on a piece of paper but the desk you're writing on is only 3cm². Were it bigger, it would be so much easier.
indiejadeabout 16 years ago
Testing sites for browser compatibility and rendering issues, most likely; though having 1+ screens probably isn't necessary. I would think it would be much easier, and more cost-effective to go with a KVM switch than a bunch of different monitors. Perhaps could be useful for testing site renderings on different monitor resolutions.
gaiusabout 16 years ago
Once you've had double-headed there's no going back. Try it!
noodleabout 16 years ago
2 monitors is cheaper than 1 really big monitor. more screen space makes multitasking easier, improving productivity.
hsabout 16 years ago
maybe it's the 'secret weapon' for those startups<p>is there any data of #monitors used during early product development on various startups?
评论 #513738 未加载