Google's trying to DRM the internet, and we have to make sure they fail

https://programming.dev/post/865990

Google's trying to DRM the internet, and we have to make sure they fail - programming.dev

In every comment thread about the importance of supporting Firefox, there’s always at least one comment claiming Firefox is slow, even while I repeatedly see the data say otherwise.

Anecdotally, I’ve used Firefox, Waterfox, and Librewolf on PC, and none have been slow.

I’ve used Firefox, Firefox Beta, and Fennec on Android, and if anything they seem faster and easier to use than Chrome (and they actually tend to work like an actual internet browser).

I’m not saying these commenters are all Google sockpuppets, but maybe they’re parroting misinformation, or maybe they’re using an Apple OS, where Firefox is basically Safari.

It’s just really perplexing to me.

Worth mentioning that, as much as it pains me, Safari is also a good alternative for those it's available for (at least in this regard). And WebKit is a pretty badass project.
Chromium and its forks actually all use WebKit as well: https://www.chromium.org/developers/design-documents/displaying-a-web-page-in-chrome/
How Chromium Displays Web Pages

Blink and WebKit completely diverged in 2013 after the fork. That document is virtually identical to its 2012 version and is marked as outdated in several places.
How Chromium Displays Web Pages - The Chromium Projects

Home of the Chromium Open Source Project

Oh huh, TIL. I had always assumed they were all webkit just due to the amount of compatibility code I've had to implement in CSS with -webkit styles. It makes sense that a fork like Blink would be backwards compatible with those though