Hacker News new | ask | show | jobs
by bluGill 476 days ago
Good for Ladybird, but I don't think they can support all the complexities of the Web with only 7 develops (but perhaps with enough volunteers they could - 7 is enough to do the hard thankless work while volunteers do the more interesting bits). Between all the weird layout rules, required speed to be useful, and security (last only because with out the other two you automatically have perfect security since with no users holes cannot be exploited).

Still I wish them luck.

1 comments

If I had 7 disposable engineers, I'd built an open source modular browser that allows individual components such as rendering engine, JS engine, WASM runtime, etc. to all be swapped out for alternative implementations. The browser itself would basically be a shell and SDK. It's ludicrous that someone has to either completely reinvent the wheel today or fork one of two monolithic browsers that require significant upkeep and cross-domain expertise.

I feel like this approach has a much better shot at being sustainable and giving power back to users and clients, despite having its own challenges. I would like it if political fallouts such as this one didn't mean I have to completely migrate to a brand new system. Compare that to Linux, where I can say, migrate to Rocky if CentOS stops being a viable choice, without losing any of my tooling or configuration.