fattyfoods@feddit.nl to Open Source@lemmy.ml · 24 hours agoThe Open-Source Software Saving the Internet From AI Bot Scraperswww.404media.coexternal-linkmessage-square87fedilinkarrow-up1491arrow-down19cross-posted to: opensource@programming.dev
arrow-up1482arrow-down1external-linkThe Open-Source Software Saving the Internet From AI Bot Scraperswww.404media.cofattyfoods@feddit.nl to Open Source@lemmy.ml · 24 hours agomessage-square87fedilinkcross-posted to: opensource@programming.dev
minus-squareunexposedhazard@discuss.tchncs.delinkfedilinkarrow-up89·edit-219 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-up2·1 hour agoIt inherently blocks a lot of the simpler bots by requiring JavaScript as well.
minus-squareMubelotix@jlai.lulinkfedilinkarrow-up57·19 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-squareRandomTester@lemmybefree.netlinkfedilinkarrow-up3·6 hours agoit wasn’t made for bitcoin originally? didn’t know that!
minus-square0xebfe@lemmy.todaylinkfedilinkarrow-up8arrow-down1·4 hours agoOriginally called hashcash: http://hashcash.org/
minus-squareRandomTester@lemmybefree.netlinkfedilinkarrow-up8·4 hours agoyou know it’s old when it doesn’t have ssl
minus-squarelazynooblet@lazysoci.allinkfedilinkEnglisharrow-up6·18 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 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