Dan42

↗ HN profile [ 70.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. A long time ago, around the time Joel Spolsky was the top programming blog, I read an article that split programming languages (or was it programmers?) between "enabling" and "restricting". Or they may have used…

  2. Developing code with a Vagrant VM, the repo is in the VM but I want to edit/visualize the code via my editor in the Host. I could export the VM data via NFS and mount it in the Host. My editor can then access the files…