this post was submitted on 13 Jun 2024
620 points (98.4% liked)
Technology
59148 readers
1986 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Next up: all web pages are full resolution bitmap files.
Here's an image viewer example with 0 exposed HTML elements (all UI rendered through a single canvas) and 0 human readable code (all client side code compiled to webassembly bytecode). Trying to block unwanted content in this kind of site would be closer to cracking a video game or patching an android app.
Nah, computer vision for standalone image processing (I mean, not batch processing dozens to thousands of files at the same time) today is pretty lightweight and can be done easily on consumer laptops and smartphones. It is just a different technique and takes people with different skills to do it, but completely doable. Gor example, even face detection AI models can run on your laptop, if AI can learn to classify faces, objects and animals it can learn to classify ads.
I'm surprised DRM'd webpages haven't been a thing until now.
They're trying. Give them some time. Users will lap it up like idiots instead of just saying no.
Google was working on a feature that would do just that, but I can't recall the name of it.
They backed down for now due to public outcry, but I expect they're just biding their time.
Web environment integrity
Thank you! I was struggling to remember the proposal name.