I’m curious what kind of project you are working on? I’m working on a procedural terrain generation open world game! Now it’s your turn to tell me!
You must log in or register to comment.
I’m currently working on a minimal spam protection system that uses a proof-of-work mechanism.
I recently read about something similar called Anubis. Is it related?
Ogrim is influenced by ALTCHA. Taking a quick glance, Anubis is a similar solution with some differences of solving the same problem:
- Anubis sits between the target service and the reverse proxy, while Ogrim sits behind the target service.
- One Anubis instance is needed per service, while a single Ogrim instance can be used for multiple services.
- The target service does not need integration with Anubis. On the other hand, Ogrim and its services must be integrated to work.
- Anubis will block search engine indexers, affecting the SEO of the target service. This is not the case with Ogrim.