this post was submitted on 21 Apr 2025
-5 points (14.3% liked)

Sysadmin

8784 readers
6 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 2 years ago
MODERATORS
 

Projects like Arubis use a web based proof of work to slow down and and potential stop not traffic. The idea is that the proof of work makes the client spend some computer resources accessing the page so that it isn't as computationally feasible to abuse public websites.

However, doing this all as a web service seems inefficient since there is always a performance penalty tied to web pages. My idea is what there could a special http protocol addition that would require the client to do a proof of work. Doing it at the browser/scaper level means that it would be Mich more efficient since the developer of the browser could tailor the code to the platform. It would also make it possible for bots to do it which would still allow scrapping but in a way that is less demanding on the server.

you are viewing a single comment's thread
view the rest of the comments
[–] moonpiedumplings 1 points 1 day ago (1 children)

Anubis takes around 5 minutes on cromite browser.

1000079022

It doesn't work at all for users without javascript. The creator of anubis is investigating an alternative

It's a lot more complex than "enable everywhere immediately".

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

This is why I think it would be a good idea to leverage browser level code. Doing this in JavaScript is just not very efficient and if you use web assembly you are giving mobile users a disadvantage.

I've learned to dislike Arubis as it makes the mobile browsing experience awful

[–] moonpiedumplings 1 points 1 day ago

I switched to fennec and it's basically instant. Fennec also gets ublock origin, a much better adblocker. But I've been too lazy to switch before this.