Finally, an unpopular opinion I can disagree with
krdo
Software developer and self-hosting enthusiast
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Those aren’t really netbooks though. But I guess the term now just stands for 11.6" laptop.
Do netbooks still exist? I can’t seem to find them for sale anymore.
krdo@lmmy.netto
Asklemmy@lemmy.ml•Why do most browser companies opt for a Chromium/Blink base instead of a Firefox/Gecko one?
5·2 years agoThe main reason I’ve heard is that chromium is far easier to embed than Gecko. Gecko isn’t something you embed like a library. It’s something you build upon. Detaching Gecko from Firefox UI (or Thunderbird for that matter) is supposedly really hard.
The first statement only tells you when B is true. It says nothing about when it is false. The second statement both tells you when B is true (if A) and when it is not (only if A). Therefore, the two statements cannot be equal.