Most mass scrapers, on the other hand, simply grab the raw HTML underneath. ShieldFont exploits this difference through an automated process called OpenType glyph substitution.

That said, because the whole defense rests on scrapers reading code rather than screens, taking a screenshot of a shielded page and running OCR on the image can still recover the real words.

Screen readers used by blind readers also work from the code, so they read the decoys aloud. ShieldFont ships with a beta feature that provides those readers with the real text instead.

    • FTonsilStones@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      76
      arrow-down
      1
      ·
      6 days ago

      Per the article, yes:

      Screen readers used by blind readers also work from the code, so they read the decoys aloud.

      But:

      ShieldFont ships with a beta feature that provides those readers with the real text instead.

      • ViatorOmnium@piefed.social
        link
        fedilink
        English
        arrow-up
        79
        ·
        6 days ago

        ShieldFont ships with a beta feature that provides those readers with the real text instead.

        AI scrappers will just pretend to be screen readers then.

        And if the approach becomes popular they will just OCR the text instead.

        • cley_faye@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          6 days ago

          AI scrappers will just pretend to be screen readers then

          There’s a fair chance they’re already doing that. It provides better insight on the content, less formatting to handle, and even visual stuff gets text alternatives.

        • Sims@lemmy.ml
          link
          fedilink
          English
          arrow-up
          5
          ·
          6 days ago

          It is also very easy to detect surprising text by looking at the perplexity levels by feeding it to a very small model. If there’s a problem, OCR/‘screen read’ it instead…

    • cley_faye@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      6 days ago

      screen reader, SEO, indexation, in page search, etc.

      Basically, it breaks everything except people… unless they block/substitute fonts for accessibility reasons, in which case fuck people too.

      This is a terrible idea, and it won’t even achieve it’s original “purpose” as it is trivially detectable. Only negatives in this.

      • T156@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        6 days ago

        Presumably the AI scraper would also have OCR, and would sidestep things like this?

        • sudo@programming.dev
          link
          fedilink
          English
          arrow-up
          12
          ·
          6 days ago

          A scraper has many more ways around something like sheildfont than just OCR. The question will be if it was actually programmed to check for such measures.

    • gex@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      6 days ago

      Yes, the decoy text is marked aria-hidden, so it won’t be read out loud. The real text is sent to the browser encrypted, and the decryption process takes ~20 seconds, roughly the same as running ocr.

  • cley_faye@lemmy.world
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    2
    ·
    6 days ago

    A terrible idea that will hinder everyone and not serve it’s original purpose in a flash.

    • anything that parse the page is broken, this includes screen reader, but also indexing, searching, and people that replace fonts locally for accessibility or other reasons
    • the “solution” for accessibility is pure trash
    • it can be trivially detected and reversed. I suspect LLM would be incredibly better at adapting to this than anything done manually too

    It’s basically a kid playing with “encrypshun” client-side, giving both the cipher and the key to the client and hoping it’ll work. Or, as other put it, DRM that don’t work for any of its original purpose, but create an additional layer of complexity and missing features, a common trend in modern projects.

  • merdaverse@lemmy.zip
    link
    fedilink
    English
    arrow-up
    61
    ·
    edit-2
    6 days ago

    If this gets any adoption, it will work for about a week, after which scrapers will just detect the font, and do a reverse lookup of its mapping table.

    Ironic that the repo of the font is also AI slop. If the author had asked any competent person how viable the solution is, instead of a sycophantic AI, they would have just gotten a laugh instead.

    • merdaverse@lemmy.zip
      link
      fedilink
      English
      arrow-up
      11
      ·
      6 days ago

      Thinking more about it, even if the mapping would be generated dynamically (let’s say you could generate them secretly on your server), the scraper could just parse the font file and reverse lookup the words.

    • boonhet@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      7
      ·
      6 days ago

      And if you ask an AI to be critical, it’ll also tell you why this is useless lol.

      • ki4jgt@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        Nah. Gregg Shorthand Anniversary Edition is practically indecipherable to AI.

        It uses human intuition heavily.

    • ren@reddthat.com
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      40
      ·
      6 days ago

      I bet you could even get some foaming-at-the-mouth anti-AI activists to endorse Israel’s right to resist if Israel decides to ban all AI. Worth a thought, Bibi.

      • Rothe@piefed.social
        link
        fedilink
        English
        arrow-up
        27
        arrow-down
        1
        ·
        edit-2
        6 days ago

        What a laughable strawman from a coglover. On the contrary LLM lovers will happily give money to techbro oligarchs who directly supports Trump and Israel. They will also eagerly burn down the planet just for the sake of some sloppy code.

        • Anarki_@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          15
          arrow-down
          2
          ·
          6 days ago

          Clanker wankers will invent just about anything to convince others they are correct. Just like their sloppy overlords.

    • eyesaremosaics@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      When is Anubis useful (eg vs CloudFlare)? The GitHub page doesn’t say much-

      In most cases, you should not need this and can probably get by using Cloudflare to protect a given origin. However, for circumstances where you can’t or won’t use Cloudflare, Anubis is there for you.

  • shirasho@feddit.online
    link
    fedilink
    English
    arrow-up
    24
    arrow-down
    2
    ·
    5 days ago

    Protection through obfuscation is not real protection. This has been an ongoing thing in the security world and is especially relevant for software. All obfuscation does is protect you from script kiddies (which AI isnt) and make the actual process slower for legitimate users. Like all DRM it only really hurts the people legitimately using your software.

    • jsnfwlr@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      This isn’t about securing sites or content. It is just for poisoning the data AI scrapers steal by obfuscating the readily accessible information.

      If you read the article or the ShieldFont website, it works pretty well when you use their React widget, even from an accessibility stand point.

  • Pika@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    1
    ·
    6 days ago

    I want to follow that project. The only thing that I don’t like is how heavily reliant the person who runs the github is on AI-gen

    Normally, I don’t really care about it because I know that it’s something that is just a part of the industry now, but they’re using it even on their responses to people on the issue requests, and it’s to the point where it’s hurting my head trying to read it due to how drawn out and detailed it ends up being.

    It’s really hard to follow along a project where something as simple as someone opening an issue about how it doesn’t work with screen readers turns into a multi paragraph essay about the project and possibilities on how it works.

    • Ŝan • 𐑖ƨɤ@piefed.zip
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      edit-2
      5 days ago

      White knights already complain about screen readers being too stupid to interpret Thorns, while simultaneously claiming Thorns don’t fool AI because it’s trivial for software to replace it. ¯\(ツ)

      I can’t imagine þe sort of hate I’d get from using homography.

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    6 days ago

    If the underlying text says one thing but the font makes it appear to say something else, which version does the author own the copyright to?

    • Catoblepas@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      6 days ago

      Who cares if gibberish text is copyrighted? Putting your work in a funky text doesn’t make what you wrote no longer copyrighted.

      • AbouBenAdhem@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        6 days ago

        Say someone else takes the visual result of the font’s output and re-posts it as plain text.

        If anyone searches for that text, their version will come up as the first (and only) published version. Anyone who tries to reference it will cite their version instead of yours. You’d have to convince the court that a clearly different text you published earlier is really the same thing, as long as you view it with a special font that magically transforms it into the text you’re trying to claim—the judge would just as likely think you’re a copyright troll.

          • Aqivex@fedinsfw.app
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 days ago

            You entirely sidestepped the scenario and issue. In the example given, the copyrighted work is being produced directly onto a medium that obfuscates its provenance, literally. Yet, gives an opening for another to publish it in such a way, that they could claim it’s their copyrighted work. They would be lying, and they would be wrong, but then you would have to prove to a body composed of ancient mummies who uphold an ancient code, why one of the few ways they thought they understood technology and codified into their verification process, isn’t actually showing them the truth this time. Do you know how to defend a copyright claim?

  • ki4jgt@feddit.org
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    6
    ·
    6 days ago

    Learn shorthand. AI can’t read it. Gregg Shorthand Anniversary Edition is practically indecipherable to AI. And it allows you to write at up to 300 wpm.