Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another 0% attack #13

Open
cab404 opened this issue Jun 21, 2021 · 1 comment
Open

Another 0% attack #13

cab404 opened this issue Jun 21, 2021 · 1 comment

Comments

@cab404
Copy link

cab404 commented Jun 21, 2021

Or maybe it's the same if you didn't deploy since 2016.

ff dd f dd f dd f d ff ddd f dd f dd f d f

and if you are lazy as I am:
sleep 4s; xdotool type 'ff dd f dd f dd f d ff ddd f dd f dd f d f' and focus your browser in 4 seconds afterwards.

@LewisPerry
Copy link

LewisPerry commented Jan 26, 2022

As prediction is based on first five letters inputted, any first five letters can lead to a 0% score with enough repeats. Your sequence displays 0% but the computer still predicts you sometimes.
Taking your first 5 inputs and turning it into the sequence:
ff dd f dddddd f dd f d f ddd f d ff dd
will lead to the computer guessing wrong EVERY time, simply due to using its own determinism against itself.
It's admittedly satisfying to look at it going wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants