Finally, an unpopular opinion I can disagree with
Software developer and self-hosting enthusiast
Finally, an unpopular opinion I can disagree with
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.
I was going to suggest something like Kaboom.js for simple game development, but their site is currently down…
Very few AAA titles are made with Unity. Many are made with Unreal. I guess Unity never really made it into that market.
The 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.