… and I can’t even continue the chat from my phone.

  • irotsoma@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    14 days ago

    Yeah, I’ve been having a lot of issues with Electron which is basically a browser emulator. It has gotten huge, so applications using it have gotten out of control in size. I get that it’s a quick way to build a cross platform application, but there really needs to either be a better way to distribute it that is more modular, or people need to start building on better cross platform front-end systems.

    • alyth@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      13 days ago

      i am doing a full system upgrade and something wants to build chromium from source. i let it run in the background and cloning the repository alone has downloaded 33GB wtf 😭

      • irotsoma@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        13 days ago

        Yeah, I had to move away from Arch Linux because lots of apps you have to build and Electron was one of the biggest culprits for using tons of disk space and time because it builds Chromium in its entirety from source. Electron is a great way to shift the cost of cross platform development from you to your customers.