Sandboxing is easy.

· Bits and Bobs 4/28/25
  • Sandboxing is easy.
    • Just make it so the code can't talk to anything outside its sandbox.
    • But code that is an island, separated from the world, can't do anything useful.
      • If a tree falls in the woods with nobody around to hear it, does it make a sound?
      • Who cares, there's no one there to hear it!
    • Code that does something useful, integrated with the world, and is also sandboxed is the hard part.