Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
jonas-w4992214dWith gpu passthrough why not, eh only if your PC can handle two OS's running at the same time without lag.
-
1nv3r710214dtldr; Yes you can, and it works well.
note: I use gpu-passthrough
I've recently started coding via a VM. I wanted a solution where I could separate my development work and all of the processes that use system resources could be turned off while I was gaming.
I have one set up as a DB server and one as my main development VM which has my IDE installed.
Overkill maybe, but why not. -
jonas-w4992214d@CruN would also look at how to make the Disk for the VM faster, because that can be a culprit
-
LotsOfCaffeine4487214dI've been exclusively developing on a VM for like 2 years now. Not one running on my machine, instead it's hosted in the company network.
Initially we used RDP to connect to it, but that's fairly awful.
But IDEs offer remote development a lot of the time (clion and vscode do).
So I run vscode on my local machine but all the files, the compiler and the terminal I open are on the remote VM and its all tunneled through ssh.
Quite a nice solution to be honest -
Demolishun23004214dvirtualbox has gone to shit, graphics support is garbage and I have seen networking fail. Vmware seems to be a better solution as it has decent graphics support. I have seen other devs use the windows 10 vm and they said it was fine. If you turn on the win 10 vm then you cannot run a vm inside windows anymore. It is because the win 10 hypervisor is type 0 I think.
I had so many issues with virtualbox I stopped using it completely. Now running linux and windows on separate computers. -
coffeeholic1813214dif you use vscode there is an awesome extension that lets u ssh into the vm and use it as the environment
Related Rants
-
gururaju51*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx66This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus62
Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Can VMs be a good coding environment?
question
vm
virtualbox
virtual machine
linux