Dan42
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
-
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…