this post was submitted on 13 Apr 2025
153 points (94.2% liked)

Programming

19530 readers
55 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HelloRoot@lemy.lol 23 points 5 days ago* (last edited 5 days ago) (2 children)

And yet, only €376.3/month on patreon.


Also, I keep wondering why Anubis got so popular while other proof of work captchas have been around for much longer. Is there any fundamental difference to mCaptcha or altcha?

(except for maybe that altcha is trying to make a business by serving customers that don't want to selfhost it).

Any technical reason for prefering anubis?

[–] 2xsaiko@discuss.tchncs.de 38 points 5 days ago

Also, I keep wondering why Anubis got so popular while other proof of work captchas have been around for much longer.

It’s the anime girl obviously.

[–] bitfucker@programming.dev 4 points 4 days ago (1 children)

From what I've read, mCaptcha is stateful and has higher complexity. It is more geared towards multiple site / app management than single app. While altcha is not free

[–] HelloRoot@lemy.lol 3 points 4 days ago (1 children)

Altcha is free if you selfhost it.

On their website they have 2 pricing tiers: "Pro" (9€ per month) and "Open Source" (Free)

[–] bitfucker@programming.dev 4 points 4 days ago

Oh, I just re read it and altcha is even more complex to integrate if you did not use their ready made service. It is self hostable in the sense that it is just a library to perform said protection. At least if I understood the docs correctly