Earlier quoted context omitted.
The key concepts are documented here: https://fuchsia.dev/fuchsia-src/concepts Some things that Fuchsia was able to do thanks to starting from scratch: - The system is based on capabilities, a security model which is based on explicit tracking of permissions. It wouldn't be possible to change Linux to be capability-based because the ambiant-authority model has been used pervasively since it was conceived 30 years ago…
- Fuchsia provides a stable binary interface (like Windows, but unlike Linux). Does it? Fuchsia is a brand new OS, at least from the perspective of the world. One reason my interest in it died quite early on, despite being an aficionado of new operating system designs my entire life, was finding stuff like this in the docs: https://fuchsia.dev/fuchsia-src/development/components/v2/mi... It's brand new and there are a…
But now with the official release - I do expect some stability.