Seems very fun but the instructions are really unclear. There's no indication of the class having to be defined in the scope (though it makes sense). The password isn't really clear on being in the filesystem (at first I assumed it's in the actual github repository for the game) and "no __builtins__" sounds more like you can't use the literal string "__builtins__". I feel like it would've been so much more fun if you…
The Eval Game
11–20 of 34 posts
Re: The Eval Game
#12Re: The Eval Game
#13Re: The Eval Game
#14Seems very fun but the instructions are really unclear. There's no indication of the class having to be defined in the scope (though it makes sense). The password isn't really clear on being in the filesystem (at first I assumed it's in the actual github repository for the game) and "no __builtins__" sounds more like you can't use the literal string "__builtins__". I feel like it would've been so much more fun if you…
I got stuck on rule 3 — what on earth is a "comprehension?"
Re: The Eval Game
#15I'm no python expert, but if python really has a way to define named functions inside an expression, I'm not sure I want to know how to do it...
Re: The Eval Game
#16Re: The Eval Game
#17Here's the python script if you want to test your bash-escaping powers:
https://gist.githubusercontent.com/majek/c65d1ef2686f00810c1...
$ python3 shellgame.py
[ ] Received parameters: repr=[]
[+] Let's start the game!
Level 1: Run me with parameters: repr=['a']Re: The Eval Game
#18https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js
JSDelivr is supposedly up, but the CDN isn't working for me at all. Is it blocked in the UK?? That seems like a big deal if so.
I see some past discussion here about it being possibly banned in the EU: https://news.ycombinator.com/item?id=35793009
Re: The Eval Game
#19Yes, I know all Turing machines are equivalent so it shouldn't be surprising it was possible but still, cool.
Re: The Eval Game
#20Not working at all for me; looks like this import is failing: https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js JSDelivr is supposedly up, but the CDN isn't working for me at all. Is it blocked in the UK?? That seems like a big deal if so. I see some past discussion here about it being possibly banned in the EU: https://news.ycombinator.com/item?id=35793009
Are you getting an HTTP status other than 200 or the domain name not being resolved?