You know something cm0002 just wanted to let you know I appreciate the dichotomy formed between posting these shitpost memes making fun of corporate AI trash one second while simultaneously posting genuinely informative news keeping the localllama community updated the next. It helps keep it real.
I havent used twitter in many years. Do they really let their llms have a twitter account and be taggable like this? I though they would have learned it doesnt worked out so great when microsoft tried it with TayAI years ago.
Theres a compute option that doesnt require javascript. The responsibility lays on site owners to properly configure IMO, though you can make the argument its not default I guess.
https://anubis.techaro.lol/docs/admin/configuration/challenges/metarefresh
From docs on Meta Refresh Method
Meta Refresh (No JavaScript)
The
metarefreshchallenge sends a browser a much simpler challenge that makes it refresh the page after a set period of time. This enables clients to pass challenges without executing JavaScript.To use it in your Anubis configuration:
# Generic catchall rule - name: generic-browser user_agent_regex: >- Mozilla|Opera action: CHALLENGE challenge: difficulty: 1 # Number of seconds to wait before refreshing the page algorithm: metarefresh # Specify a non-JS challenge methodThis is not enabled by default while this method is tested and its false positive rate is ascertained. Many modern scrapers use headless Google Chrome, so this will have a much higher false positive rate.