ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agoAborted Virtual Machinelemmy.worldimagemessage-square11linkfedilinkarrow-up183arrow-down16file-text
arrow-up177arrow-down1imageAborted Virtual Machinelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square11linkfedilinkfile-text
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up3·1 month agoremove child from parent using fork
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up3·edit-21 month agoreal answer: dead project, too ambitious yet redundant with existing solutions. In this context, a VM is like NodeJS or JVM.
minus-squareLv_InSaNe_vL@lemmy.worldlinkfedilinkarrow-up1·1 month agoI’m still confused about the context. I’m assuming “VM” doesn’t mean “virtual machine” in this case? Or maybe it does with a different meaning? Idk im just an IT guy, not a web developer
minus-squaresetVeryLoud(true);@lemmy.calinkfedilinkarrow-up7·1 month agoYes, it means “virtual machine”, but not the kind you’re thinking of. This isn’t like VMware Workstation, this is more like the Java VM or the Dalvik VM, it’s a virtual execution environment for a specific purpose.
ELI5?
remove child from parent using fork
real answer: dead project, too ambitious yet redundant with existing solutions.
In this context, a VM is like NodeJS or JVM.
I’m still confused about the context. I’m assuming “VM” doesn’t mean “virtual machine” in this case? Or maybe it does with a different meaning?
Idk im just an IT guy, not a web developer
Yes, it means “virtual machine”, but not the kind you’re thinking of.
This isn’t like VMware Workstation, this is more like the Java VM or the Dalvik VM, it’s a virtual execution environment for a specific purpose.