Slashdot Mirror


How Many Keys Have You Pressed?

teardrop.ca writes "A new project created by Jason Hooper involves the counting and displaying of statistical information regarding the number of keys you have pressed since sign-up to this project. A change from the distributed problem solving projects that have been around for awhile. " Finally a truly frivelous use of distributed computing! It's a bit thin, looks like it could be easily gamed, but damn it'd be funny if the whole world did this (never mind the security and privacy issues). I'm curious how many more times some keys are pressed then others (perhaps this would explain why my spacebars always seem to break on my laptops :/)

1 of 302 comments (clear)

  1. Re:My GOD! Can we say "security risk" by funkhauser · · Score: 5, Interesting

    Despite the dubious value of this little enterprise, there is one solution that would appease the fears of all the paranoid security people out there: Open source. If any random C-literate individual is concerned about the keylogging capabilities of the system, he can just check the source code and see that it's just keys_pressed++; inside a loop.

    The people who run this really ought to consider opening the source, otherwise privacy concerns could cause their project to fail.