this post was submitted on 15 Jun 2025
574 points (98.3% liked)

Technology

71466 readers
3630 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CheeseNoodle@lemmy.world 2 points 1 day ago (1 children)

I've been wondering about that, also perhaps a browser where your mouse position has seperate client and software side states? I know a lot of data can be gleaned from mouse movements so if the browser only updated its internal cursor position when you actually clicked that would potentially cut out that source of information?

[–] TauZero@mander.xyz 2 points 13 hours ago (1 children)

In the ultimate, you'd need to do something like run a headless browser in a virtual machine, have it play out and record the entire video, then use something like AI to splice out the ad segments and distracting elements (a souped-up sponsorblock will work for a while, but eventually ads will be injected into the raw video stream at random intervals), and present the pristine finished content to you. Basically we are going to re-invent TiVo all over again xD.

In worst case, you can't start watching until the pre-roll ad timers expire. This is how adblocking works on Twitch streams currently - you can only see a purple screen even if you block the ads.

And yes, the headless browser will need to use AI for human-like mouse movement and to solve captchas - basically whatever state-of-the-art technologies spammers and scrapers are already currently using.

Google is anticipating this future and is trying to implement and force hardware-based DRM for web video before then.

[–] CheeseNoodle@lemmy.world 1 points 9 hours ago

AI might be overkill? I recall back in the day people working out which images where manipulated by the way the underlying flow of colour and pixel layout didn't line up, each image ends up with a kind of grain of different size and direction. You could spot ads by detecting which image data doesn't line up with the majority and cutting it out that way.