Email or username:

Password:

Forgot your password?
Top-level
Julia Evans

@bnut i used bubblewrap (which i wrote about here) jvns.ca/blog/2022/06/28/some-n but you could also just use docker

4 comments
Julia Evans

@bnut the real secret though is to present an extremely low-value attack target so it's not worth people's effort to try to break into

🌈 Andrew β˜„οΈ

@b0rk nice! I’ll take a look at your bubblewrap post, thanks! I guess in addition to malicious code there’s also poorly written code taking down the server, haha.

Julia Evans

@bnut there's a 1 second timeout too, I talk about in the project's blog post / about page

🌈 Andrew β˜„οΈ

@b0rk nice, and it’s good to see that the bubblewrap post deals with launch times, that was my main question about using Docker

Go Up