this post was submitted on 21 Aug 2026
181 points (92.9% liked)

Technology

87390 readers
3864 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kolanaki@pawb.social -3 points 18 hours ago (4 children)

Try looking up how ShieldFont actually works. Or look at the code yourself; it's open source.

[–] brucethemoose@lemmy.world 13 points 16 hours ago* (last edited 16 hours ago)

I just tried the demo.

  • Visually... it just functions like a copy blocker, which news sites have tried forever to fight plagarism.

  • The original text is still in the website's source, in plain text.

...I don't even understand what its supposed to accomplish. Just make copy-paste more difficult for humans, or agents looking at the page visually? The raw page source is the thing that's scraped, AFAIK.

[–] Blue_Morpho@lemmy.world 7 points 15 hours ago

I just did. To allow screen readers which is what AI would do if this became a common block it uses this:

" Pressing it sets the reader’s browser to solving a compute-heavy puzzle: JavaScript and a few seconds of processing, more than most mass scrapers are willing to spend."

Which is exactly the method already addressed in the article: " requiring computationally expensive systems to access the content"

[–] daniskarma@lemmy.dbzer0.com 16 points 18 hours ago* (last edited 18 hours ago) (1 children)

I'm looking their demo website https://shieldfont.org/demo/

It's 100% scrappable. Nothing there stops me for scrapping the true text. It's a very minor inconvenience at most. I would even argue that's more of a pain for users and developers than for scrappers.

[–] Blisterexe@lemmy.zip 1 points 9 hours ago

What stops you is the javascript puzzle, I agree it's not worth it for the inconvenience but the idea is at least interesting

[–] Brewchin@lemmy.world 0 points 18 hours ago

OK cool, thanks. What I saw in demos a week or so ago seemed "fuck those screen reader folks". Would be good if it's not as bad as that.