I blow hot air.

  • 4 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle

  • Google is disallowing “remote code” in extensions and classifying blocklists (the lists of urls that ad blockers use to know what to block, which are just text files hosted on remote servers like github) as remote code. As a result, any blocklist updates will need to go through the extension review process, which typically takes anywhere from a few hours to a few weeks.

    Google often updates YouTube’s ad delivery on a daily basis. Blocklists must also update as frequently to keep ads blocked on YT. If Google requires that blocklists go through the review process, they can drag their feet and essentially render the ad blockers useless even if they have to allow them to stay in the extension store.


















  • The article is not talking about async processing. It’s talking about the process scheduler and thread blocking. It even has a section titled “Real-time Scheduling” that talks specifically about the process scheduler.

    It’s simply not possible to fit the author’s definition of real-time without using something like an RTOS, and the author seems to understand that. The main feature of an RTOS is a different scheduler implementation that can guarantee cpu time to events. The catch is that an RTOS isn’t going to handle general purpose usecases like a personal computer very well since it requires purpose-built programs and won’t be great at juggling a lot of different processes at the same time.


  • This is a ridiculous definition of “real-time”. To accomplish this you’d need to subvert the kernal’s scheduler, otherwise you’ll always end up with “unbounded” response times since a single program can’t control what else is running or which clock cycles are allocated to it. What you end up with is an OS that only runs one process per thread.

    I’m tempted to abandon using Windows, macOS and Linux as the main platforms with which I interact.

    Yeah, okay buddy. And I’m tempted to stop eating and sleeping because I’d like the extra free time.