What is Nostr?
gentoobro /
npub1atr…33ln
2024-11-20 03:47:44
in reply to nevent1q…tvdn

gentoobro on Nostr: Part of the problem is that browser projects tend to be so monolithic. You can't ...

Part of the problem is that browser projects tend to be so monolithic. You can't readily extract individual components of a browser and mix and match them, replacing or improving some of them.

The best approach to the general problem of browsers is for people to start making small, lean, self-contained, minimal-dependency projects that handle individual parts of a browser, like parsing CSS files, parsing HTML files, calculating HTML layout and CSS layout rules (but not actually rendering) and of course a lightweight JS compiler. All in C of course; anyone wanting to integrate with another language can use the FFI or write a native wrapper around the lib.
Author Public Key
npub1atr96fjv7t7jje04nfxpq4am322yygzeeccv6t4a4dmu3d9s9ygscw33ln