I wonder if anyone has made any software to detect keysmashing
(I mean, besides Pawsense, kind)
I mean, like, I could run it on my chat logs and see which lines were keysmashes
I wonder if anyone has made any software to detect keysmashing
(I mean, besides Pawsense, kind)
I mean, like, I could run it on my chat logs and see which lines were keysmashes
I used Discrub to export a Discord chatlog for analysis, and it gave me a JSON of all the messages in that chat, but in random order.
weird! I mean I can just sort them by timestamp or ID (maybe?) but that's just the first time I've ever seen chatlogs that are not ordered
yep, sorting them by ID puts them in the right order.
so weird
hey look a keysmash generator, that's something:
there's also a thing where people say lots of quick lines in a row, like:
<kitten> as
<kitten> gh
<kitten> buh
<kitten> jg
So I need to code it to look at timestamps too, and define some kind of threshold for sending a bunch of nonsensical mini-keysmashes in a row
I'm embracing data-driven TDD:
FAILED test_lines.py::test_detectors[ghasdlfgjk-output4] - AssertionError: detect('ghasdlfgjk') is [], expected ['is_keysmash']