I wonder if anyone has made any software to detect keysmashing
-
this chatlog is in... random order? huh?
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
-
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
@foone yet another brilliant discord innovation -
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
@foone random access messaging
-
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
@foone that's interesting because the extension code seems to make an attempt to sort by timesamp
exportMessages = messageData.messages
.map((m) => new Message({ ...m }))
.sort((a, b) =>
sortByProperty(
Object.assign(a, { date: new Date(a.timestamp) }),
Object.assign(b, { date: new Date(b.timestamp) }),
"date",
sortOverride,
),
); -
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
-
@foone that's interesting because the extension code seems to make an attempt to sort by timesamp
exportMessages = messageData.messages
.map((m) => new Message({ ...m }))
.sort((a, b) =>
sortByProperty(
Object.assign(a, { date: new Date(a.timestamp) }),
Object.assign(b, { date: new Date(b.timestamp) }),
"date",
sortOverride,
),
);@gloriouscow the timestamp looks like it should sort properly, so... I don't know what's going on
-
@gloriouscow the timestamp looks like it should sort properly, so... I don't know what's going on
@gloriouscow I already wrote code to sort it anyway:
all_messages.sort(key=lambda m:m['id'])
-
@gloriouscow the timestamp looks like it should sort properly, so... I don't know what's going on
@foone i wonder if they did something like pass the results through an object instead of an array which will lose ordering
you're not nerd sniping me tonight though! NICE TRY
-
yep, sorting them by ID puts them in the right order.
so weird
I also need a way to detect "awawas" and the single key braincrash, like:
<kitten> hhhhhhhhhhhhhhhhhhhh -
@foone i wonder if they did something like pass the results through an object instead of an array which will lose ordering
you're not nerd sniping me tonight though! NICE TRY
@gloriouscow yes. lets all ignore this problem and not waste time on it. we all have bigger and more tropical fish to fry
-
I also need a way to detect "awawas" and the single key braincrash, like:
<kitten> hhhhhhhhhhhhhhhhhhhhpip install bottom-chat
-
pip install bottom-chat
hey look a keysmash generator, that's something:
Keysmash Generator - Online Keyboard Key Smashing Simulator
Tool for generating 'keysmashes', random keystrokes on the keyboard, keyboard smashing style, sometimes used as a way to show emotion (anger, frenzy, hilarity, etc.)
(www.dcode.fr)
-
pip install bottom-chat
@foone
apt install hbottom -
I also need a way to detect "awawas" and the single key braincrash, like:
<kitten> hhhhhhhhhhhhhhhhhhhh@foone does the single key thing count if it's a live commentary on their actions
my mom and I had a cat who, while sleeping next to Mom in her recliner, would reach out in her sleep and type zzzzzzzzzzz
-
@foone does the single key thing count if it's a live commentary on their actions
my mom and I had a cat who, while sleeping next to Mom in her recliner, would reach out in her sleep and type zzzzzzzzzzz
@psymar nice. self-describing!
-
hey look a keysmash generator, that's something:
Keysmash Generator - Online Keyboard Key Smashing Simulator
Tool for generating 'keysmashes', random keystrokes on the keyboard, keyboard smashing style, sometimes used as a way to show emotion (anger, frenzy, hilarity, etc.)
(www.dcode.fr)
@foone it gave me poopqweqwe which sounds pretty fitting
-
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
perhaps you could look into whatever https://sk.lunya.pet/@keysmash is doing ?
-
hey look a keysmash generator, that's something:
Keysmash Generator - Online Keyboard Key Smashing Simulator
Tool for generating 'keysmashes', random keystrokes on the keyboard, keyboard smashing style, sometimes used as a way to show emotion (anger, frenzy, hilarity, etc.)
(www.dcode.fr)
@foone they could never automate bottoms away
-
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
@foone disc rub? SUS
-
hey look a keysmash generator, that's something:
Keysmash Generator - Online Keyboard Key Smashing Simulator
Tool for generating 'keysmashes', random keystrokes on the keyboard, keyboard smashing style, sometimes used as a way to show emotion (anger, frenzy, hilarity, etc.)
(www.dcode.fr)
there's also a thing where people say lots of quick lines in a row, like:
<kitten> as
<kitten> gh
<kitten> buh
<kitten> jgSo 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