logoalt Hacker News

PlasmaPowertoday at 3:17 AM2 repliesview on HN

I don't think PoW scales, because if the bot authors get serious they'll start using native implementations that are much more efficient than the web ones real users are running. In theory maybe Anubis could start using WebGPU to help close that gap, but then anyone without WebGPU support is out of luck.

Then again, a large portion of the problem seems to be bots making way too many requests and in general not being optimized in the first place, and this does help filter those out.


Replies

fc417fc802today at 11:27 AM

If that happens the browser engines (all what, 3 of them?) can add a PoW API to call into native code. Or a pathologically scalar algorithm can be adopted so that wasm is good enough. RandomX or something close to it probably qualifies.

ammariotoday at 4:47 AM

There are PoW approaches that even the playing field between data centers and desktops. RandomX is my favorite.

show 2 replies