Sfoglia il codice sorgente

thoughts on personal vms for computing

George C. Privon 5 anni fa
parent
commit
69c115abd5
1 ha cambiato i file con 25 aggiunte e 0 eliminazioni
  1. 25 0
      personal_vm/personal_vm.poly.pm

+ 25 - 0
personal_vm/personal_vm.poly.pm

@@ -0,0 +1,25 @@
+#lang pollen
+
+◊title{Personal Computing with VMs}
+◊author{George C. Privon}
+
+◊tags{computing, virtual machines}
+◊; from https://www.gwern.net/About#confidence-tags
+◊; choose from: notes, draft, in progress, finished
+◊status{notes}
+◊; choose from: certain, highly likely, likely, possible, unlikely,
+◊; highly unlikely, remote, impossible
+◊confidence{possible}
+◊; 1-10 (10 being most important)
+◊importance{3}
+
+◊abstract{Virtual machines provide an opportunity for compartmentalization and specialization of computing resources.}
+
+◊section{Server-level}
+
+VMs on a server provide the ability to run several instances of specialized operating systems, including: NAS-focused, web server focused, and computing infrastructure focused OS's.
+
+◊section{Personal Device Level}
+
+VMs on a personal device (e.g., laptop) can facilitate compartmentalization of work and private tools and data.
+This may provide practical benefits (decreased distraction from work by apps/programs which are primarily for personal use).