• gencha@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    It’s what you deploy to your users if you want to work around ad blockers and browser extensions. It’s a great tool to get operating system level access to exfiltrate information about your users and identify them uniquely, even if they would prefer that not to happen.

    All that with the help of Google’s telemetry engine aka Chrome, which further helps Alphabet to manifest their interpretation of web standards in the world.

    We worked to move things onto the web. Now people bring the web back to your desktop with every application bringing it’s own browser shell. We have come full circle and we’re now using 10x the resources.

    Electron is the prime example of everything that is wrong in IT.

    • JetpackJackson@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      Wow. That sounds horrible. Do you have a source about the system level access statement? I would like to see people’s thoughts on it, if it’s as bad as it sounds, I’m surprised I haven’t heard about it before

      • AProfessional@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        8 months ago

        Do you have a source about the system level access statement?

        It’s literally what it is… a native app bundling chromium. As a native app obviously it can do anything.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        8 months ago

        Do you have a source about the system level access statement?

        Electron apps are native apps with the Chromium browser embedded in their windows, so they can do anything a native app can. It supports Node.js modules for things like filesystem access, and can interop with C++ code by writing an add on (https://nodejs.org/api/addons.html)

      • gencha@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        What source do you need? It’s almost literally the mission statement of Electron.