top | item 15071863

(no title)

tehmillhouse | 8 years ago

I know you said you didn't want to go into why you needed this, but I am curious: why did you need this (preventing your machine from going to sleep I imagine?), and why didn't `while true; do xdotool click 1; sleep 60; done` do the job? (no logged in user, perhaps?)

discuss

order

neocodesoftware|8 years ago

guess - company machine - think a bank - has all usb ports blocked - company has locked ability to install software - access to corporate network via vpn has predictable timeout

Jaruzel|8 years ago

Wow... so close. Now hypothetically throw 3x nested RDPs into the mix. ;)

iplaw|8 years ago

I think that everyone is curious, and the reasoning is likely not as complex as the author says it is. I'd wager that it's either an embarrassing use case, or that he wanted to avoid having people tell him how he should have done it - can't do that with any level of confidence if you don't know the circumstances.

tokenizerrr|8 years ago

Sounds like wanting to stay logged in an online game which has cheat detection going on.

Cthulhu_|8 years ago

I'm pretty sure online games like that (e.g. Runescape) also check intervals between clicks, this one seems pretty constant. But Runescape can't detect clicking tools running themselves iirc, so they've got other means of detecting bots (random events)