Hacker News new | ask | show | jobs
by Chilinot 2929 days ago
You could probably start with recording all of your mouse movements over a period of a month or so. Record speed, acceleration, how straight each move is, how much each move deviates from a straight line, how many times the mouse movement stops along its way to its target, where you place the mouse when you scroll, etc.

Using these metrics you could probably start to draw some characteristics of how your mouse acts based on what you are doing and where you are moving your mouse.

This could then probably be used to build some form of algorithm that moves the mouse for you with noise (accelerating up & down along the way, deviation from a straight line, stopping in the middle of the line, etc.).

1 comments

I was thinking more of a machine-learning approach, e.g. using a GAN network.
Many ways to skin a cat. Not an impossible thing to solve in my book. But i dont deny that it would probably be difficult.
I was thinking the same. Maybe we should do it together...