Doesn't work from my smartphone. Sounds like a fun challenge though, would like to try.
Predicting one of 2 characters you will randomly press
21–25 of 25 posts
Re: Predicting one of 2 characters you will randomly press
#22Is there, for a given k, an easy to remember sequence (easy to remember algorithm with little state) that has all the k-grams with the same frequency? For k=1: 01 repeating For k=2: 0011 repeating For k=3: 00010111 repeating
edit: dangit, beaten to the punch.
Re: Predicting one of 2 characters you will randomly press
#23Earlier quoted context omitted.
I'm on OS X with Firefox 47.0.1 and it works fine. It doesn't display anything until the 6th keypress.
Doesn't work in Safari for me, but it does work in Chrome (after pressing keys six times).
document.addEventListener("DOMContentLoaded", () => {
Safari doesn't support that.Re: Predicting one of 2 characters you will randomly press
#24Re: Predicting one of 2 characters you will randomly press
#25For me it is pretty consistently 50% +/- 5 even after a minute. It doesn't seem to work well if you repeat the same key a lot (i.e don't flip to often).
I got 52% after a good lot of keypresses (not sure exactly how many). I chose to not look at the screen at all during that time - I think that probably helps.