cpu: cpu command in Go, inspired by the Plan 9 cpu command

23 points by mccd 22 hours ago on lobsters | 2 comments

xilef | 14 hours ago

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?

dmytrish | 8 hours ago

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.