cpu: cpu command in Go, inspired by the Plan 9 cpu command
26 points by mccd
26 points by mccd
Interesting. Plan9 stuff always seems superior to what we have ended up with. I wonder if this could be used as the basis for a better ansible?
This implementation is a wrapper for ssh. Ansible already uses ssh, so I'm not sure if switching to a wrapper over ssh would help.
Still, I can see the appeal of using a 9p server on a microcontroller over UART.
Plan 9 stuff is not magic, even though it was a wonderful OS demo for its time.
The really cool thing about Plan 9’s cpu is that you could run a program on another machine but operate on your files locally (or on a third machine), transparently.