I know this sounds bad, but maybe this is a blessing in disguise. Necessity is the mother of invention and maybe browser technology should be funded by governments instead of privately owned advertising megacorps?

  • namingthingsiseasy@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    This is great in my opinion. Web browsers are infernally complicated and need to be simplified. CSS is a bloated mess. Javascript is a bloated mess. I would love to see large swathes of both of them eliminated from existence, and maybe the maintenance burden leaves a very small chance that we could start to see some of these technologies starting to get dropped. I personally would love to see web components disappear most of all.

    Regardless, Google really fucked over the web when they decided to add all these unnecessary technologies to Chrome. No doubt a EEE strategy to take over all browser development on the web. Something should have been done much earlier about it, but now we’ll have to see how this mess gets sorted out.

    • eRac@lemmings.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      Nobody can make a successful browser that is simpler. The moment a user hits a website that no longer works, they are going back to their old browser.

      All these new features exist because websites replaced every single program most people used. Web browser now have to be capable of doing anything pretty well. It’s not some grand conspiracy to take over the internet, it’s providing the features devs want so they can deliver the things they want in the modern multiplatform no-install world.

      • rottingleaf@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        All these new features exist because websites replaced every single program most people used. Web browser now have to be capable of doing anything pretty well.

        Which means that simple cross-platform scripting languages with graphical abilities should have been more popularized.

        I discovered tcl/tk for myself recently and it’s just wonderful. A 12 years old me would be capable to learn it, if I knew about it.

        What the web browser does well is a sandbox to protect you from all the tits and dicks and “pay us 42 bitcoins” messages. People are afraid of running programs from random sources, but not of visiting random webpages.

        So the products they need are a simplified web browser and a sandboxed environment for running things downloaded from it. What we have. Just separated, cause the former is too important to be affected by customer requirements of the latter.

    • pulido@lemmings.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      It’s about 100 billion times either to create GUI using Godot than HTML + Javascript + CSS.