Hacker News new | ask | show | jobs
by acct-litter-al 335 days ago
I once put some aluminum duct tape completely over the touch pad of an old laptop to see what would happen. Turns out it induced enough "eddy currents" to make the mouse move around the screen without me touching it--in a way, visualizing the currents!

I connected the foil to ground using a small strip of the tape to the ground metal of a USB port on the side and it disabled the touch pad.

1 comments

Looking back, it would have been interesting to code up a program to record the movement of the mouse as a trail of pixels...
If you ever want to do this keep in mind to reconfigure the mouse as a digital pointing device (tablet like), otherwise the mouse acceleration will mess up your position measurement.