top | item 41798957

(no title)

hzia | 1 year ago

I agree on the Bell Labs analogy

Most browsers have consolidated over time because we are constantly updating web standards and bar for security is so high. On top of that everything has to be insanely backward compatible

WebGPU is a good example. Implementing that securely in a nightmare

discuss

order

verdverm|1 year ago

It might be time more of us think about the browser/chromium like Linux/kernel

There are lots of distos out there, but we all use the same core and make it better & safer together.

stego-tech|1 year ago

> It might be time more of us think about the browser/chromium like Linux/kernel

Coming from Enterprise Architecture world, if you're not already treating browsers as full-fledged operating systems to manage and secure, then you're operating dangerously. In fact, that's actually why I'm resistant to further "webification" of software and applications, as it's the same drawbacks as nested virtualization: now we have the OS layer that makes the computer run and the web browser layer to interact with stuff to worry about, both of which have their own performance penalties and threat profiles.

As much as I love REST APIs (and boy, do I love them and their simplicity), I don't like the idea of everything running a web server when it doesn't have to be.