|
|
|
|
|
by lrschaeffer
669 days ago
|
|
Yeah, lots of different uses for a keyboard with wildly different frequency distributions. Writing an English letter != text chat in Spanish != data entry != league of legends. It's also not quite a substitution cipher due to modifiers (shift), toggles (caps lock), non-printable characters (escape, volume up/down), and deletion (backspace/delete). It's an interesting problem you'd probably try to solve with Markov chains back in the day, but now you'd just throw machine learning at. |
|