Hacker News new | ask | show | jobs
by caligastia 4097 days ago
This is an interesting experiment in moving the computation to the endpoints of a namespace. I would suggest a variant where instead of a VM you place a Fossil file

https://www.fossil-scm.org/index.html/doc/trunk/www/fileform...

Using that you can store a whole filesystem at the URL instead of one file, and you also get synchronization mechanisms built in, so your endpoints can communicate with each other in a structured way that you control.. vs the undefined communication you will get between VM's if you try this with the VM architecture.