Is it a good idea to come up with a Javascript-based Proof of Work system to reduce spam on forums, and other websites?
This idea would be similar to HashCash, but the computation would be based on the hash of the contents to be submitted + a seed.
|
Is it a good idea to come up with a Javascript-based Proof of Work system to reduce spam on forums, and other websites? This idea would be similar to HashCash, but the computation would be based on the hash of the contents to be submitted + a seed. |
|||
|
|
|
Javascript's performance on computationally intensive tasks is... less than desirable. Which is why you talk of WebGL, but you are actually thinking of WebCL, an upcoming technology to give access to general computing features of GPU to Javascript code in Web browsers (à la OpenCL). I see three main issues with such a proposal:
|
|||
|
|