That’s a cool idea, though I do wonder about client security of the sandbox. Also he kinda undercuts it at the end in that there’s only a client for macOS. In fairness this is a proof of concept not a product.
this post was submitted on 30 Jun 2026
15 points (85.7% liked)
Programming
27567 readers
464 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
I think it’s neat
ssh -L 32400:localhost:32400 my.server.com.
Then I just connect to localhost:32400 from the remote machine.
No thanks