this post was submitted on 13 Jun 2024
620 points (98.4% liked)
Technology
61346 readers
2899 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 other!
- 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
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.