this post was submitted on 13 Aug 2023
2631 points (97.8% liked)

Memes

44907 readers
3409 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 67 points 1 year ago (4 children)

Wait STEAM AND DISCORD ARE CHROMIUM?

[–] [email protected] 70 points 1 year ago (2 children)

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.

[–] [email protected] 23 points 1 year ago (1 children)

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!

[–] [email protected] 2 points 1 year ago (1 children)

Speaking of Mozilla, the project they dropped and fired all of their employees working on it all while giving CEO a million dollar raise, the same one that provided most of the performance improvements in the Quantum update, Servo is targetting being an embedded solution. https://floss.social/@servo/110780173168763670

[–] [email protected] 1 points 1 year ago* (last edited 1 year 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.

[–] [email protected] 7 points 1 year ago (1 children)

Do I still use chromium when I visit the steam website via firefox?

[–] [email protected] 38 points 1 year ago

No, its the steam app that runs on Chromium.

[–] [email protected] 41 points 1 year ago (1 children)

Visual studio code is chromium.

[–] [email protected] 30 points 1 year ago (2 children)

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

[–] [email protected] 15 points 1 year ago (1 children)

So that's why it runs worse now.

[–] [email protected] 4 points 1 year ago

It all makes sense

[–] [email protected] 9 points 1 year ago (1 children)

Not a good idea if Google be pulling some shit

[–] [email protected] 17 points 1 year ago (3 children)

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

[–] [email protected] 6 points 1 year 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.

[–] Jakeroxs 5 points 1 year ago (3 children)

Chromium isn't technically Google

[–] [email protected] 7 points 1 year ago

Still serves googles goal of control over the internet.

[–] [email protected] 6 points 1 year 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.

[–] [email protected] 1 points 1 year ago (1 children)

It is, good luck hard forking such a huge codebase.

[–] Jakeroxs 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

Exaclly money and manpower. Noone is going to do it.

[–] [email protected] 3 points 1 year ago (1 children)

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.

[–] [email protected] 3 points 1 year ago

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.

[–] [email protected] 12 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 4 points 1 year ago

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