logoalt Hacker News

Running Python code in a sandbox with MicroPython and WASM

33 pointsby theanonymousonetoday at 2:15 PM12 commentsview on HN

Comments

fzysingularitytoday at 6:03 PM

What’s your experience with Monty? Been looking at it for one of our environments and it seems very promising.

show 1 reply
incognito124today at 5:07 PM

If you're interested in not reinventing the sandbox for LLMs, consider Judge0: https://judge0.com/

I have absolutely no relation to the project except for the fact that I went to the same Uni as the creator.

show 2 replies
theanonymousonetoday at 2:17 PM

P.S. I was casually searching for "sandboxed Python" for an experiment I'm working on, and reached this article that was published "today". Very nice coincidence! Thanks.

hmokiguesstoday at 5:33 PM

Super tangential comment but glad to see I'm not the only one that send typos to sessions and still get good results.

Was reading your https://chatgpt.com/share/6a1e2a5c-58b8-8328-ba1c-0e6aadb0a0... and noticed the "my on Python tools" instead of "my own Python tools" (apologies for the grammar police)

This stuff always gets me anxious for no reason because of the underlying tokenizer and prediction stochastic parrot that runs stuff, makes me wonder if I should rerun the prompt correcting the typo or accept the token tax on some interpreter that spent translating the intention.

tmalytoday at 4:15 PM

I am trying to think of a use case for this.

I was thinking the client side WASM version would be useful as a platform for beginners to practice a subset of Python in.

I can't really think of any good WASI use cases.

show 3 replies
knightops_devtoday at 5:44 PM

[flagged]