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: Experiences with VDI-like platforms, but used by developers

3 pointsby rubin55almost 4 years ago
Do any developers here work with VDI-like solutions (virtual desktop, virtual machine, remote accessible, usually with some sort of graphical client like Citrix or RDP) in their day to day job? How much freedom or not do you have in running your own tools, install your own software, IDEs, compilers, containers, etc?<p>Or is it usually a heavily locked down environment? What about performance (especially in larger environments where the VDI platform is shared with potentially many developers?<p>Looking for experiences good and bad.<p>Personal experiences and those of colleagues have been universally horrible and our team is being forced to work on yet another incarnation of this, whilst we are currently happily working BYOD style. Thanks in advance for any shared (horror or uplifting) stories.

3 comments

MrApathyalmost 4 years ago
I work for a bulge bracket bank and have been on a VDI for the past five years, currently on my third desktop. This is extremely common in finance, most developers are running on VDI&#x27;s since it&#x27;s much easier to manage and lock down. First generation was terrible, 8GB RAM made life difficult. Second gen was much better, had that up until earlier this year. That one was based on Windows 7, so my firm was paying through the roof for extended support (7 was EOL a while back). Current VDI is actually based on Windows Server 2016, not Windows 10. Performance is respectable, I&#x27;ve got 64 GB RAM and 4 virtual cores, but business users get less powerful desktops that aren&#x27;t as great. In my firm job title dictates what you get, so as a SWE I get better hardware than people on the business side, including those who may be doing data-heavy work in R&#x2F;Python. My complaints:<p>* Machine loses settings since not everything was set up correctly. Outlook won&#x27;t retain my settings for autoformat (disable everything), due to forced weekend reboots I have to redo my settings every Monday morning.<p>* Heavily locked down.<p>* Non-standard configuration, common Windows files aren&#x27;t where you would expect them to be.<p>The good: * Software request and installation fully automated, quite easy to get the applications I need with the caveat that the software is approved and packaged internally. I can select from a list of approved IDE&#x27;s, for example, but if I want to use something less common, next to impossible to get it approved (tons of paperwork &amp; reviews). Typically not a problem since most of what I want is available.<p>* Can log in from anywhere. No machine to lug around.
sralbertalmost 4 years ago
I don&#x27;t work for a tech company, but my job &quot;requires&quot; employees to use VMWare for everything. I try as hard as I can to avoid using the VDI because it is so slow.<p>I have to request for software to be installed, and our policy is to only install software on the VDI.
raincomalmost 4 years ago
Pretty locked down<p>Performance sucks<p>Expect that it is a windows VM<p>It sucks to troubleshoot, deploy, etc.