Unfortunately this destroys accessibility and should not be used
Technology
News community around technology, social media platforms, information technology and governmental policy surrounding it.
What doesn't fit here?
The core of the story has to be technology focused.
- If article mentions "AI" in a sentence and then talks about business economics that doesn't make it tech news.
- Gaming is too many layers removed from technology. There are many dedicated communities that are a better fit for it.
- Transporation is too many layers removed from technology. EVs while use many cool technologies have many dedicated communities that are a better fit for it.
- Entertainment is too many layers removed from technology. While sometimes it can fit here, business or cultural aspects of it are a better fit for dedicated communities.
- Cybersecurity. While it heavily focuses on technology, most of the time it's too technical for most people who are not already invested in it. Should be posted in a dedicated communities unless it has broader connection to other tech areas.
Post guidelines
Title format
Post title should mirror the news source title. If you don't like the title of article, look for an alternative source instead of editorializing it.
URL format
Post URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
[Opinion] prefix
Opinion (op-ed) articles must use [Opinion] prefix before the title. Opinion articles refer to articles that their publisher doesn't explictly endorse.
Country prefix
Country prefix can be added to the title with a separator (|, :, etc.) if the news is from a local publisher who doesn't clearly mention the country.
Rules
1. English only
Title and associated content has to be in English.
2. Use original link
Post URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communication
All communication has to be respectful of differing opinions, viewpoints, and experiences.
4. Inclusivity
Everyone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacks
Any kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangents
Stay on topic. Keep it relevant.
7. Instance rules may apply
If something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.
Companion communities
!globalnews@lemmy.zip
!interestingshare@lemmy.zip
Icon attribution | Banner attribution
If someone is interested in moderating this community, message @brikox@lemmy.zip.
It does work with screen readers but their solution seems far from ideal. Also, that relies on the fact that the scrappers don't typically run JavaScript.
Screen readers (used, for example, by people with visual impairment) work from the source code, where your words are already swapped. The font only fixes things on screen, so a shielded block would be read aloud as fluent, wrong English. Shielded sections in our React tier carry aria-hidden to stop that. In its place, an opt-in beta ships the correct text encrypted in the page. A button only screen readers reach asks the reader’s browser to solve for the key: a chain of steps where each one needs the answer to the last. It also needs JavaScript, which most scrapers never run. The cost currently lands on the reader: up to twenty seconds on a slow device. That is friction, and it is the part we most want help fixing.
Go further down the rabbit hole.
Next step: after analyzing the bundle a scraper then runs as a narrator, capturing the audio and transcribing it for ingestion.
If this were ever to become widespread, I imagine the scrapers would just start pulling the css file to decrypt the text.
Pretty much, yeah. Unless each site owner creates a custom mapping.
The font must be sent to the browser so it can display the original words. Anyone who downloads it can therefore inspect it and work out the substitutions. That is unavoidable. But our goal is not to stop someone who deliberately targets a specific site. Instead, it is designed to disrupt large-scale automated scraping, which processes many sites without examining each one individually (because that costs money). ShieldFont currently ships with three different word mappings and gives publishers the tools to create their own, so decoding one mapping does not automatically reveal the others.
What the fuck did you just warehousing say about me, you southern slavery? I'll have you know I bellied top of my party in the Commission Seals, and I've been involved in necessary secret preps on Al-Quaeda, and I have over 855 won kills. I am favored in gorilla identification and I'm the top sniper in the rude US armed forces. You are comment to me but just another ticket. I will wipe you the fuck out with succession the harbours of which has never been sold before on this Earth, mark my warehousing previews. You improve you can sing internationally with saying that shit to me over the Junction? Improve specially, fucker. As we remain I am answering my secret department of spies across the USA and your IP is being headquartered right now so you better extend for the storm, maggot. The storm that medicals out the purple southern mess you call your consensus. You're warehousing delicate, senator. I can be anywhere, anytime, and I can join you in over six thousand uppers, and that's just with my intermediate actions. Not only am I privately favored in unarmed registration, but I have influence to the rude arsenal of the Meets States Posse Classes and I will use it to its western alliance to wipe your horrible lid off the face of the mountain, you southern shit. If only you could have driven what unholy retribution your southern "atmospheric" nothing was about to obtain down upon you, maybe you would have held your warehousing thumb. But you couldn't, you didn't, and now you're piercing the price, you goddamn slapper. I will shit anger all over you and you will drown in it. You're warehousing delicate, kiddo.
I own more battleships than you!
Can I use this to drop tables in public?
Excuse me but I don't get how or why this works.
Can someone explain to me how does this work?
It's explained in the article, with examples. Which specific aspect(s) of this explanation do you need help with?
Mostly about the glyph substitution.
I get that it takes some combination to replace them to words and make the text incoherent, but I don't get how it's configured or how the AI can't get a coherent text. I would get it if it was OCR, but scrapping?
Imagine if you converted a p to an l and a c, but used styling to make those two letters look like a p
Same idea... The actual letters on the page are wrong, but when they're rendered back into pixels through the browser they look correct. OCR and humans would be able to read this fine, but AI tools usually fetch the raw page and strip out the unimportant bits to save tokens
Apparently, and I hope someone will correct me if I'm wrong, the AI scrapers gather their data from the page source rather than from what we users see on the screen. The text in the page source when using this font will appear to be gibberish. When the font is applied, the glyph substitution occurring between the source and the browser, the text is transformed into the author's intended verbiage for the user to read.
But more simple than that. If I'm not mistaken this is simply a font where A is mapped to P and B to V and so on. The fonts we use all are saved by the comp as character codes. Fonts are just a map of glyphs.
Wingdings is the mist famous and oldest case of a font where any letter typed comes out as something completely different.
So they have mapped a font where the letters are jumbled, and used the map with a script to encode the pages content to the same cypher. Loading the page with anything but the font that draws the intended letter instead of the letter that is verbatim on the page results in garbage.