• @cley_faye@lemmy.world
      link
      fedilink
      101 year ago

      You’re aware that Electron app have access to much more stuff than what you can do in a browser? Like, important, functional stuff?

      Getting really tired of “this is just a website” approach. It’s starting to feel like /r/programmerhumor here.

      • @woelkchen@lemmy.world
        link
        fedilink
        3
        edit-2
        1 year ago

        Are you aware that a huge chunk, most likely the vast majority, of Electron apps don’t use all that and are just wrapped web sites?

        • inge
          link
          fedilink
          21 year ago

          a huge chunk, most likely the vast majority, of Electron apps […] are just wrapped web sites

          [citation needed]

            • @BlueBockser@programming.dev
              link
              fedilink
              2
              edit-2
              1 year ago

              If the question was “how many repositories on GitHub mention the word electron”, your answer would be correct. As it stands, citation is still very much needed.

              • @woelkchen@lemmy.world
                link
                fedilink
                41 year ago

                If the question was “how many repositories on GitHub mention the word electron”, your answer would be correct. As it stands, citation is still very much needed.

                That is a valid citation. You can count yourself how many of those repositories are just for wrapping specific websites by random people. If you think I’m wrong, put your money where your mouth is and provide a citation yourself.

                • The cited source does not prove your point, so it is not a valid source. If you make a statement, you go prove it. Until you do, I’m gonna assume it to be false.

                  • @woelkchen@lemmy.world
                    link
                    fedilink
                    31 year ago

                    The cited source does not prove your point, so it is not a valid source.

                    Your laziness to count repos is not my fault. 🤷

                    If you make a statement, you go prove it. Until you do, I’m gonna assume it to be false.

                    OK, then I’m continuing to assume your statements are false because you can’t even be bothered to provide a citation why mine is not valid. Bye then.

      • just because electron apps have access to system features that browsers restrict access to for security reasons doesn’t mean they’re not websites in a trenchcoat

    • ayaya
      link
      fedilink
      English
      101 year ago

      That works for some apps but not anything that needs access to the filesystem and/or devices. Things like VSCode or mod managers, etc.

      • @woelkchen@lemmy.world
        link
        fedilink
        61 year ago

        That works for some apps but not anything that needs access to the filesystem and/or devices.

        Granting some application with a bundled ancient and insecure Electron build is insanity.

        Things like VSCode

        Luckily there are plenty of native source code editors out there, for example Kate.

        • ayaya
          link
          fedilink
          English
          8
          edit-2
          1 year ago

          Granting some application with a bundled ancient and insecure Electron build is insanity.

          Granting some application with a bundled ancient and insecure library of any kind is bad. That is not a problem exclusive to Electron it applies to static builds of any application ever made.

          Luckily there are plenty of native source code editors out there, for example Kate.

          Okay but that’s not the point. You said, “Just load the wrapped website in a browser.” Some apps won’t function like that. The fact that alternatives exist is irrelevant to what I replied to.

          • @woelkchen@lemmy.world
            link
            fedilink
            1
            edit-2
            1 year ago

            Okay but that’s not the point. You said, “Just load the wrapped website in a browser.”

            I replied to “it’s hard to do without them”. So yeah, opening wrapped websites in a browser for most Electron apps and using native alternatives for the rest is totally feasible and absolutely not beside the point.

            • ayaya
              link
              fedilink
              English
              51 year ago

              Yeah, it’s feasible to do that. And? My point was that you can’t just rip out the web portion of an app and always expect it to work in a browser. That’s it. What you said is irrelevant in the sense that it has no effect on whether the web portion can run in a browser or not.