fattyfoods@feddit.nl to Open Source@lemmy.ml · 1 day agoThe Open-Source Software Saving the Internet From AI Bot Scraperswww.404media.coexternal-linkmessage-square97fedilinkarrow-up1523arrow-down110cross-posted to: technology@beehaw.org
arrow-up1513arrow-down1external-linkThe Open-Source Software Saving the Internet From AI Bot Scraperswww.404media.cofattyfoods@feddit.nl to Open Source@lemmy.ml · 1 day agomessage-square97fedilinkcross-posted to: technology@beehaw.org
minus-squareunexposedhazard@discuss.tchncs.delinkfedilinkarrow-up97·edit-224 hours agoNon paywalled link https://archive.is/VcoE1 It basically boils down to making the browser do some cpu heavy calculations before allowing access. This is no problem for a single user, but for a bot farm this would increase the amount of compute power they need 100x or more.
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up4·6 hours agoIt inherently blocks a lot of the simpler bots by requiring JavaScript as well.
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up60·23 hours agoExactly. It’s called proof-of-work and was originally invented to reduce spam emails but was later used by Bitcoin to control its growth speed
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·4 hours agoIt’s funby that older captchas could be viewed as proof of work algorithms now because image recognition is so good. (From using captchas.)
minus-squareRandomTester@lemmybefree.netlinkfedilinkarrow-up3·10 hours agoit wasn’t made for bitcoin originally? didn’t know that!
minus-square0xebfe@lemmy.todaylinkfedilinkarrow-up9arrow-down1·9 hours agoOriginally called hashcash: http://hashcash.org/
minus-squareRandomTester@lemmybefree.netlinkfedilinkarrow-up8·8 hours agoyou know it’s old when it doesn’t have ssl
minus-squarelazynooblet@lazysoci.allinkfedilinkEnglisharrow-up6·23 hours agoThank you for the link. Good read
Non paywalled link https://archive.is/VcoE1
It basically boils down to making the browser do some cpu heavy calculations before allowing access. This is no problem for a single user, but for a bot farm this would increase the amount of compute power they need 100x or more.
It inherently blocks a lot of the simpler bots by requiring JavaScript as well.
Exactly. It’s called proof-of-work and was originally invented to reduce spam emails but was later used by Bitcoin to control its growth speed
It’s funby that older captchas could be viewed as proof of work algorithms now because image recognition is so good. (From using captchas.)
it wasn’t made for bitcoin originally? didn’t know that!
Originally called hashcash: http://hashcash.org/
TIL
you know it’s old when it doesn’t have ssl
Thank you for the link. Good read