• 9 Posts
  • 821 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle

  • Yes, blink is the engine Chromium uses. Since KHTML was an open source project any project based on it will have to be open source, unless of course it’s just used as a library. Even in that case though blink the engine is forced to be open source even if the browser as a whole isn’t. GNU licenses are considered infectious because anything containing any GNU code automatically and legally becomes open source. So KHTML being unmaintained is irrelevant.














  • I don’t think this is strictly true. They do tweak parts of the kernel such as the CPU scheduler to deal with new CPU designs that come out which have special scheduling requirements. That’s actually happened quite a bit recently with AMD and Intel both offering CPUs with asymmetric processors with big and little cores, different clock speeds, different cache, sometimes even different instructions on different cores. They also added ReFS not long ago, which may have required some kernel work.

    I can understand though if they have few experienced people and way more junior devs. It would probably explain a lot to be honest. A lot of Microsoft stuff is bloated and/or unreliable.