• Queen HawlSera
    link
    English
    689 months ago

    Wait STEAM AND DISCORD ARE CHROMIUM?

    • @drathvedro
      link
      719 months ago

      Yep, just like slack, spotify, and anything else looking fancy while wasting few gigs of ram to just open. They’re built on electron, which is practically chrome without tabs.

      • @qwertychomp@lemmy.world
        link
        fedilink
        239 months ago

        I wish they could bring back mozilla prism. Like all this electron web app shit is popular, so we don’t we use the faster and more efficient browser engine and use gecko!

          • setVeryLoud(true);
            link
            fedilink
            1
            edit-2
            9 months ago

            Nice, I didn’t know Servo was still being developed!

            This whole Chromium fiasco is partially Mozilla’s fault, they let Google grab the embedded browser monopoly by making Firefox hard to componentize and letting Electron take all the market share. No competition.

    • Redex
      link
      fedilink
      319 months ago

      Yeah, just wrappers. Steam wasn’t untill fairly recently, but they were slowly switching to it for some time.

      • Queen HawlSera
        link
        English
        99 months ago

        Not a good idea if Google be pulling some shit

        • @deus@lemmy.world
          link
          fedilink
          179 months ago

          Yeah, it’s weird for them to rely on Google considering how hard Valve has worked to make Steam independent from MS.

          • @SpaceCowboy@lemmy.ca
            link
            fedilink
            79 months ago

            It probably doesn’t matter for what they do. There isn’t really much need for an ad blocker on a browser that’s going to a store page which is essentially an ad for a product in and of itself. A steam user actually wants that store page to load, why would there be a need for a store page?

            And they could transition to something else if Google does something that affects them.

            • @Da_Boom@iusearchlinux.fyi
              link
              fedilink
              English
              69 months ago

              It’s maintained by Google, which is pretty much the same thing - in the end, they get to decide what features get implemented and what doesn’t make the cut. Sure we can fork it, and we can make our own, but in the end as long as their code is the main base, they have a lot of control over all the different forks, as usually the forks will have to keep rebasing their code off of new updates to stay as secure and up to date as possible.

              • @Jakeroxs@sh.itjust.works
                link
                fedilink
                19 months ago

                I mean what would stop a company from doing that? I get why they don’t, because a lot of changes and fixes get implemented into the code from various companies/individuals, but if you had enough manpower and money, it could be done.

          • Redex
            link
            fedilink
            39 months ago

            I don’t think it’s too weird. So many apps today are just Chromium wrappers. It’s just easier to use a premade base, plus you don’t have to develop the web and desktop version independently, they can literally be the same code.

            • While that’s fairly typical and good practice in dev circles, we’re talking about a company that’s single handedly elevated an entire OS to prevent a big company taking too much power. I think the key here is they don’t really compete with Google.

    • @Da_Boom@iusearchlinux.fyi
      link
      fedilink
      English
      12
      edit-2
      9 months ago

      Anything that uses the electron framework uses chromium.

      Although in the case of steam they are using the Chromium Embedded Framework(CEF) to embed the steam store into their interface, as well as to power the steam overlays browser.

      The worst part is, the CEF really is the only way to implement browsers inside other interfaces. OBS uses it too for it’s browser source. There really isn’t any alternatives - if only FF could create it’s own Firefox Embedded Framework to compete, but that’s probably not in the cards due to costs. Mozilla is a not for profit relying on donations and grants.

      And electron is a method for creating desktop app interfaces using website code, it’s used for the interfaces of Discord, slack, teams, Streamlabs (yeah they ripped out the OBS Qt interface and replaced it with electron), and sooo many other modern applications that it’s hard to make track of. And it uses essentially the same thing as CEF at its heart.

      Basically any website can be wrapped in an electron wrapper to produce a standalone desktop app.

      • Queen HawlSera
        link
        English
        49 months ago

        Yeah, but Google putting their fuckery in it is the issue.