One thing I like a lot about #plan9 / #inferno is the idea that lots of useful things are served/represented as filesystems which can be easily mounted between machines. Famously "vpn"ing a process involves bind mounting a remote machine's networking #filesystem over your workstations own (inside that process's namespace). Want to use another computer's mouse? Just mount that device over the network into your process. 1/?