this post was submitted on 07 Jul 2025
574 points (98.3% liked)

Open Source

48184 readers
124 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] unexposedhazard@discuss.tchncs.de 130 points 1 year ago* (last edited 1 year ago) (3 children)

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.

[–] Mubelotix@jlai.lu 79 points 1 year ago (2 children)

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

[–] JackbyDev@programming.dev 9 points 1 year ago (2 children)

It's funby that older captchas could be viewed as proof of work algorithms now because image recognition is so good. (From using captchas.)

[–] Mubelotix@jlai.lu 7 points 1 year ago* (last edited 1 year ago)

Interesting stance. I have bought many tens of thousand of captcha soves for legitimate reasons, and I have now completely lost faith in them

[–] Ferk@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

That's actually a good idea. A very simple "click the frog" captcha might be solvable by an AI but it would work as a way to make it more expensive for crawlers without wasting compute resources (energy!) on the user or slowing down old devices to a crawl. So in some ways it could be a better alternative to Anubis.

[–] RandomTester@lemmybefree.net 4 points 1 year ago (1 children)

it wasn't made for bitcoin originally? didn't know that!

[–] 0xebfe@lemmy.today 11 points 1 year ago (2 children)
[–] RandomTester@lemmybefree.net 12 points 1 year ago

you know it's old when it doesn't have ssl

[–] exu@feditown.com 12 points 1 year ago

It inherently blocks a lot of the simpler bots by requiring JavaScript as well.

[–] lazynooblet@lazysoci.al 7 points 1 year ago

Thank you for the link. Good read