kuschku 8 days ago

You're givinga full access token to (basically) a random number generator.

And now you're surprised it does random things?

The Solution?

Don't give a token to a random number generator.

1
lucianbr 7 days ago

If only it was a random number generator. It's closer to a random action generator.

namaria 7 days ago

When I think about taking the random numbers, mapping them to characters and parsing that into commands that you then run... I feel like I am loosing my mind when people say that is a good idea and 'the way of the future'.