|
|
|
|
|
by esonderegger
3914 days ago
|
|
I see a bunch of comments asking about the use case, so I'll share one... The Defense Department agency I work for employs between 50 and 100 developers, many of whom, like me, are contractors. The security folks have things locked down to such a degree that developers don't have root access to their own machines and the process for getting new software approved for use on a developer machine takes months. We just got permission to have git installed, for example. Getting Nodejs installed probably isn't going to happen unless they could figure out a way to disable npm. All ports to the outside are shut down except for 80 and 443 and everything runs through IronPort, so anything running https has to allow you to not verify SSL. If the latency/general performance is good enough, I think developers would love to use something like this for their primary development environment. From the agency's perspective, $50-100 per developer per month would be cheap enough to be a no-brainer. As far as the security folks are concerned, this is just web traffic, so they would have no problem with it. My only issue is that this pricing doesn't seem to be very friendly to the use case of wanting just one instance, but with unlimited hours. |
|
Its probably less bad than an exploit of some locally installed software, but if you do most of your work in the vm it can still be pretty bad.
I understand that you're pissed of at the security rules making your job hard, but the correct fix is to fix policy, not work around it.