Spyke
Laxariareply
lemmy.world

Being "open source" seems to be lead people to think it is altruistic or good for the community as a whole.

Being open source is really just a categorization. A fully for profit organization can make something valuable open source and then leverage that for commercial reasons (like building highly monetized additional code on top).

It is in Google's best interests for Chromium to dominate the web even if it is open source due to Chrome's broad reach and Google's heavy leverage of the web for revenue, like its ad services.

It is shortsighted to see what is happening and then go "well I don't see a problem".

4

The extensive reach of Chromium is usually a bit understated too. For example, Chromium is what powers all Electron applications., and as much as we want to gripe about the nightmare Electron has enabled, it still has wide reach. Building for Electron means building for Chromium, and building for Chromium often entails leveraging what is available in Chrome/Electron/etc over what is standard. These frequently overlap, but when they don't, the blame is then placed on the browser rather than on the website (i.e. why doesn't XYZ work on Firefox, when the reason is the website developer chose not to test/ensure it does work).

This gets very funny in some situations where visiting a website in Firefox throws a "not supported" page but switching the user-string to Chrome/Chromium results in the same website working just fine.

2

The are a couple desktop webkit browsers you can test on to get it working on iPhone. I had a few long-running bugs on a website that I didn't know how to fix until I found out Epiphany/Gnome Web uses it.

1
thehatfoxreply
kbin.social

Yes, it’s a sad state of affairs that Apple’s restrictions on iOS and iPadOS browsers are the only thing stopping an effective Google monopoly over web browsers. Ideally Firefox would still keep things in balance, but Mozilla doesn’t seem to know what it’s doing these days in terms of building market share - and I say that as a long time Firefox user.

I still remember the IE 6 era, and I hope we never see a single browser dominate the web again. To those wishing Apple would be forced to open up, be careful what you wish for.

13

Firefox is in a pickle, because unlike the IE/Firefox, where FF was winning share by the boatload against a stagnant competitor, Chrome is super actively developed, active and heavily pushed by Google. Basically FF is now kept alive by Google the way you’d keep a single competitor city alive in Civilization to ensure you game wouldn’t end with a military/domination victory. FF is a Native American reservation surrounded by white folks not giving a shit about what happens on your dust bowl.

But yes, FF for life for me!

3

Too bad their iOS browsers never follow the guidelines as the other two do, even as chrome is kinda balling it right now...

1

I’ve already heard so many places tell people not to use Firefox or Safari to access their website

A website I used to frequent did that. They had good reason. Firefox simply didn't support the CSS property that that site used to achieve its purpose. It's a long time ago though, so I don't remember which property that was, or know whether Firefox has since implemented it.

1
kbin.social

Chromium, privacy chromium, corporate chromium, spyware chromium, there’s so much diversity! /s

49

And come 2024, you won't be able to reliably block ads in any of them.

Firefox is our last refuge.

6
kbin.social

The misuse of this meme is one of my biggest meme pet peeves. Have people forgotten that in that scene, his vision is clear when he's not wearing glasses? So the meme should be the other way around.

48
Synapsereply
lemmy.world

Like many memes, this one exists outside of the original oeuvre (movie, painting, etc). For instance, I have not see the movie it comes from, it wouldn't makes sense to me if it was the other way around.

37

Wouldn't this technically work either way? Like "they all are basically the same if you blur your vision a little bit"

9

meme should be the other way around.

The imgflipreference at the bottom left is there to remind us that the image should be flipped.

2

Yeah, they should have used Rowdy Roddy Piper and his sunglasses from They Live.

1
lemmy.world

Real men telnet to the web server and manually type GET commands and read the raw HTML.

36
midwest.social

Pft you still have to read the HTML? I just stick a fiberoptic in my ass and download it rectally.

19
cm0002reply
lemmy.world

Ohh look at Mr. Money Bags over here able to afford Fiber-To-The-Ass

5
lemmy.one

I hate chromium.

It acts like chrome because IT IS CHROME!!!!!!!!!!!!!! Minus the obvious branding and proprietary "Google-y bits" Unfortunately it's the same codebase.

At least Firefox at it's core truly differs.

24

And much more private, and you can make it more private by hardening it!

5

The only reason Chromium exists is because Google is bound by the original license when they bought it, which is copyleft. So they have to release an open source version, which is Chromium. Google Chrome is their flagship product and is proprietary and hence is the one that bears the Google branding and colours.

1
kbin.social

Least we're got support for more fancy CSS properties nowdays, that's something I guess

5

And Chromium renders transparent PNGs properly. That's also something, I guess.

7
danieltonreply
kbin.social

Sure, it's open-source, but Google essentially controls it. That is literally why they forked WebKit. And websites are starting to rely on Chromium's quirks. Firefox and Safari will have to choose between following standards or Google's quirks. Not ideal at all.

11

Back when I used Chrome, I kept getting bug reports about things not working on FF.

Now that I use FF, it always just works on Chrome.

Feels good to know my website is always working :)

1
beehaw.org

Ah... the first repost I've seen on the threadiverse thus far. I hope this doesn't become a trend.

18
Kholdreply
lemmy.world

You cant escape the fake Internet points group

17
kbin.social

There really needs to be a "Linux" of browser engines.

13
annegreenreply
sh.itjust.works

Can someone who is more knowledgeable about these things explain why I should be hyped for Servo?

1

So there are a few reasons I'm personally interested in it:

  • It isn't being created as the "heart" of a browser - i.e. it is a project to develop the engine and not to develop a browser
  • Supported by the Linux Foundation rather than any of the tech corps like Facebook or Google
  • Written in Rust - I'm not claiming that this is good because of the language technology itself but Rust is currently very popular with lots of people wanting to learn it and contribute to projects so hopefully this inspires people to get involved with it.
  • Not a KHTML/WebKit/Blink (or even a Gecko) fork
  • Repo is on GitHub - Don't get me wrong, I'm not a GitHub shill, but generally people monitor and know how to use GitHub better than Google and Mozilla's systems. I'd honestly be just as happy if using GitLab or any other alternatives as they still confirm to that same user experience (and to be fair WebKit is also on GitHub).

And none of those touch on the technology itself which, honestly, I'm not experienced enough to speak on why it is as good as/better/worse than KHTML/WebKit/Blink or Gecko. Words and phrases like "memory safety", "parallelizing" and "performance" are thrown around but I'll leave that to the judgement of those who know better. You might like to have a look at some of the links in https://github.com/servo/servo/wiki/Browser-Engine-Research if you are interested in that front.

1
Hypxreply
kbin.social

From what I understand, Gecko was a terrible engine from the get-go. It is also difficult to work with, and had a lot of idiosyncrasies that made hard to build anything that isn't just a clone of Firefox. There's a reason why Apple used KHTML as the basis of Safari and not Gecko. Even Brave is based off of Chromium, and the founder of Brave is one of Mozilla's founders!

So apparently no, Gecko is not it. We need something closer to a pure browser engine that is open source.

8
Aurixreply
lemmy.world

The current Firefox engine is so much better than before the rewrite. It was literally multiple magnitudes slower than Chrome.

1

The above commenter is not talking about speed. At least it's not the main point.

1

Are we defining software based on being open source or the ethics of Google? I never said they were a good company, but if we are operating on the ability for someone to take the code and make it their own then yes, it's effectively the "Linux of browsers."

0
lemmy.ml

When that source, open or otherwise, is unilaterally controlled by Google, that doesn’t really mean much

8
lemmy.world

No, it's not. It's open source and can be modified from Google's baseline to be free of their restrictions by anyone who cares to put in the work, like Brave and Vivaldi.

-2

In every way Linux has the potential to in a world where 99% of people would rather just use Windows, sure.

Most people are just going to use Chrome and don't give a shit. If you're developing/using a different browser then yeah you probably have the ability to significantly impact the way web browsing happens going forward. As any fork of chromium is it's own thing and has the ability to become the new standard.

-4

Well, if you're on linux, there's gnome web, but, It's not very good

1
kbin.social

Is that not what Chromium is? An open source browser that anyone can adapt to suit their needs.

-1
Hypxreply
kbin.social

People are worried that Google controls the project. Anyone using Chromium is basically making their own version of Chrome but with extra features.

6
lemmy.world

Which means they don't fucking understand how browsers work.

Anyone can make a new fork of chromium, Vivaldi has created their own ad and tracker blocking that doesn't rely on Google or the manifest v3 change that broke ad blocking on chromium for everyone else.

You don't have to rely on Google for shit if you're committed to making the fork your own.

-2
mr47reply
lemmy.world

And what happens when your fork diverges too much? That will be maintenance nightmare, good luck with that.

1

If that's your metaphore, then the browser engine is the kernel. Have you ever seen a Linux distro forking the kernel and taking it into a different direction? It's always just (relatively) minor changes, if any, so that keeping up with the upstream kernel is possible. Mostly a matter of built-in drivers, and a security feature here and there.

1

It's exactly what chromium is.

Claiming there's a chromium monopoly is like claiming cars have an internal combustion engine monopoly.

-1
lemmy.ml

Recently switched over to mull browser. Fork of the Firefox browser, works great so far. Also if you are unsure of the security of your browser, could use the website, browseraudit.com, that rates your current browsers. Runs 100+ against several tests and reports back.

12

What's the fork have under it's belt that makes you like it? I just tried Firefox again and it lacks a few nice features I'm used to, but overall seems pretty quick. It didn't want to stay logged in but that could have been operator error on my part.

2
lemmy.world

Nothing is worse than seeing chromium-based browser users fight other chromium-based browser users. You are all using the same fucking thing!

11
lemmy.world

"It's funny to see people who use cars with V-8's argue about other models and makes of cars with V-8's, you're all using the same fucking thing!"

See how absolutely stupid as fuck that sounds? Cause all cars are different even though they use virtual identical model of engines? That's what you sound like.

0

I believe it would be a valid concern, if those V-8 engines were all designed and manufactured by the same company. Sure, one could modify it's design to suit their needs, including removing things they may not like about the base design, but that can't be sustainable when those changes won't be supported by mechanics, and when companies using those cars forbid the use of cars with modified engines.

2
lemmy.ml

Yeah, ain't this the truth. Firefox and safari are the only browsers that arent chromium based. We must protect Firefox at all coats! Without it, Google would have a monopoly on the browser space... a world I would not like to live in.

10
pingvenoreply
lemmy.ml

And even Safari is a Chrome predecessor (roughly KHTML -> WebKit -> Blink).

8
z500reply
startrek.website

I'm doing my part, but damn has it gotten janky since the rewrite.

3

As someone who is a frontend engineer, Safari is the new IE11

2
kbin.social

Meanwhile, our IT department is blocking every browser except for Chrome and Edge. It is infuriating, because out of the list, these two are my least favorite to use (putting it mildly).

8

Well, you have to support something, managing two browsers in an enterprise environment and supporting all users is enough for most companies, the advantage is not worth it.

Also, it's company data, i don't give too many fucks about that, doing something which you want to keep private is a very bad idea on company owned devices anyway. At home or on my phone i know how i can keep my privacy.

4
Midnittereply
kbin.social

To be fair, WebKit is just Blinks (Chromium) sibling. I'm not sure if KHTML is proud or not.

2
thehatfoxreply
kbin.social

Blink has diverged enough from WebKit that they are separate engines now. KHTML has been sadly laid to rest.

It’s a miserable state of affairs that we are effectively down to just 3 browser engines now, Blink, WebKit and Gecko. But with the ever increasing scope and complexity of web standards I don’t see that changing, unless someone throws a lot of extra support at the Servo project.

4

KHTML has been sadly laid to rest.

Konqueror still comes with KDE.

1

Firefox, in particular the Gecko browser engine, goes back to development at Netscape.

2
lemmy.film

Bring back Netscape! Actually I would take the old Opera. That was my browser of choice prior to the chrome integration.

6
beehaw.org

So can someone confirm if 'they' ever got Chromecast access functional in Firefox yet? Last time I looked into it and tested it out the plugin or fx_bridge or whatever it was called was years ago and it never managed to work, which is the sole reason why I haven't switched to Firefox.

4

Chromium has that feature. Not only Chrome. So it can't be closed source.

2

Ok, so this is my setup.

Work laptop: Forced to use chrome so switched to degoogled chromium. Personal PC: Windows and Linux: Use librewolf on my personal machines. iPhone: Use Firefox on my iPhone Android: I use Bromite (Chromium based) on my Android phone.

So, it's basically using the best I could find for each job. I cannot defend either of those as the only reason I continue to use them is because I am used to the interface.

2

How are you dealing with the ads when using firefox on iOS? afaik you can't install addons there

2

Sorry. We just need to do one small thing to keep going.

Is so annoying though..

2

The engineering effort required to write and maintain a browser engine is insane. I'm not surprised everyone jumped on the Chromium bandwagon.

If you want to fix this, web standards need to become much simpler again.

1

Diversity in rendering engine is so important to the health of the web

1
lemmy.world

God damn I thought I saw the last of these stupid browser takes on reddit, chromium is open source and we've seen multiple browsers (Brave, Vivaldi, I think librewolf) using its potential to remove themselves from the chromium baseline and build out their own fork with ad blocking services that didn't go down when manifest V3 happened.

There's no "browser monopoly" anymore than there's a "V shaped engine" monopoly in cars. Why don't people use Gecko more? That's like asking why people don't use rotary piston engines in cars, you could, it's just garbage. Gecko isn't the standard because no one wants to build a web browser with it.

-1
lemmy.world

not to mention just shitty to use.

Come back to me when Firefox has workspaces, tab stacking, a side panel, and the rest of the aesthetic customization of Vivaldi.

You're a fanboy, clearly, but you haven't actually argued why Firefox is better, just that you like it more because you're seething at chromium.

Firefox lost because it used to be shitty and everyone just assumed it still is, whoops. Better luck next time. When Vivaldi stops blocking ads natively without an installed ad blocker (still haven't noticed any YouTube ads post V3) I'll consider switching. Until then, this "bUt cHrOmiUm" shit is just a joke.

-2

Adblock on Vivaldi is no match to ubo so no real benefit when I'm just going to have to install ubo atop.

Source? I've never heard of ubo and I see zero ads minus exceptions to websites I support. It sounds like you've never actually used the browser.

Edit: u block origin, guess I should have known but I've never heard of anyone using that acronym.

0

None of that is chromium. Vivaldi could have built that on top of Firefox, but didn't. As to why Firefox is better, the very fact that it's an alternative that is keeping up technically is a benefit. It's less a 'V-shaped engine' monopoly and moreso a 'V8 engine made by a specific company' monopoly. They have far too much control over the direction of web standards. Much of what they are doing is actually good, but it should then be spread based on merit, rather than because they directly control almost the entire market.

1

Speaking as a web dev; it still sucks when the whole world has coded against a piece of software, rather than a standard, even if that software currently has a relatively permissive license.

Take Microsoft; they decided they didn't even want to maintain their own engine. This ultimately means they're generally relying on the core maintenance of the main Webkit channel, and probably not scrutinizing its workings all that much, as they just work on new features.

9
lemmy.dbzer0.com

Oh cool. It's the same 5 memes reposted ad nauseam here too. Redditors gonna feel right at home.

-3
ruckblackreply
sh.itjust.works

The content doesn't come from nowhere. Whenever you're ready to start contributing, feel free.

7
Zintagreply
lemmy.dbzer0.com

Sure, if you count reposts as "contributions" I can easily contribute memes I copy paste from elsewhere.

Won't do it tho.

-3
nik282000reply
lemmy.ml

Should be They Live glasses not Peter Parker anyway.

4
beehaw.org

So? Brave is way better than today's Firefox. And I say that after being an avid FF user for almost 19 years. I refuse to go back to it or to fuel the shitshow and cash-grab which is Mozilla nowadays.

-8

Can you give some examples? I've barely heard of Brave. I'm also an avid FF user. I like the customisation possibilities with add-ons, but nowadays chrome and it's derivatives support also an impressive amount of those. Maybe it's time for a switch.

1