I just started using this myself, seems pretty great so far!

Clearly doesn’t stop all AI crawlers, but a significantly large chunk of them.

  • randomblock1@lemmy.worldEnglish
    251·
    4 months ago

    Why Sha256? Literally every processor has a crypto accelerator and will easily pass. And datacenter servers have beefy server CPUs. This is only effective against no-JS scrapers.

    • poVoq@slrpnk.netEnglish
      232·
      4 months ago

      It requires a bunch of browser features that non-user browsers don’t have, and the proof-of-work part is like the least relevant piece in this that only gets invoked once a week or so to generate a unique cookie.

      I sometimes have the feeling that as soon as some crypto-currency related features are mentioned people shut off part of their brain. Either because they hate crypto-currencies or because crypto-currency scammers have trained them to only look at some technical implementation details and fail to see the larger picture that they are being scammed.

      • swelter_spark@reddthat.comEnglish
        2·
        4 months ago

        So if you try to access a website using this technology via terminal, what happens? The connection fails?

        • Drew@sopuli.xyzEnglish
          3·
          4 months ago

          If your browser doesn’t have a Mozilla user agent (I.e. like chrome or Firefox) it will pass directly. Most AI crawlers use these user agents to pretend to be human users

          • swelter_spark@reddthat.comEnglish
            1·
            4 months ago

            What I’m thinking about is more that in Linux, it’s common to access URLs directly from the terminal for various purposes, instead of using a browser.

            • Drew@sopuli.xyzEnglish
              1·
              4 months ago

              If you’re talking about something like curl, that also uses its own User agent unless asked to impersonate some other UA. If not, then maybe I can’t help.