-1 points
*

Qutebrowser and (maybe, haven’t tried) Falkon can use qtwebkit as a backend

luakit, surf, otter, epiphany, badwolf, vimb use gtkwebkit

lynx, links, elinks, w3m, netsurf use their own browser engines

there’s also 😒 f*refox 😒 and its forks, if you need cancer like css, js, webrtc, or wasm

permalink
report
reply
10 points
*

cancer like css and js

what kind of websites are you visiting that don’t use either of those?

permalink
report
parent
reply
2 points

Likely some old web tier stuff…

permalink
report
parent
reply
7 points

I can understand the objections to wasm and even JS, but CSS? c’mon bro…

permalink
report
parent
reply
14 points

“guys ios is bad try android”

looks inside android: its literally bad

“guys try this fork of android”

looks inside: it’s better, i guess.

technology fucking sucks, remember when you could just buy software and that shit worked? Yeah me neither i use linux shits free over here.

permalink
report
reply
-3 points
*

But what about mobile? I started using FF and I have to admit that Chrome is a better mobile experience. Brave isn’t for me either.

Edit: lol I’m sorry my experience doesn’t match yours and I chose to ask a question.

permalink
report
reply
1 point

Welcome to Lemmy where having an opinion even slightly different from the open source/Linux fanboys grants you downvotes to oblivion, no questions asked 🙃

permalink
report
parent
reply
3 points

Thanks for putting yourself on the pyre to prove a point. Hivemind is worse here than Reddit imo, because at least Reddit has a diverse user base…

permalink
report
parent
reply
-2 points

Yup, I totally agree. I’ve been in this situation a few times where I just asked a question because I wanted to know people’s opinion about something privacy or FOSS related, and got downvoted.

I have an IRL friend who went back to Reddit in large parts because of stuff like this. It’s pretty bad.

And I say all this as an open source developer

permalink
report
parent
reply
20 points

Chrome doesn’t support browser extensions so it is an awful experience for me

permalink
report
parent
reply
4 points

Same, curious what issues they have in FF, I only know of a couple sites that don’t work right in FF mobile

permalink
report
parent
reply
4 points
*

I still use ff android, but it seriously annoys me that this bug hasn’t been fixed in 6 years https://bugzilla.mozilla.org/show_bug.cgi?id=1535985

permalink
report
parent
reply
5 points

The Reddit hive mind behaviour is seeping through the cracks.

For me personally, the experience is allowed to take a hit, hell even a major hit, if the browser respects me as a user. FF seems to be better on that front although I’ll confess I use Vanadium on my phone. Its GrapheneOS’ default browser.

permalink
report
parent
reply
-1 points

“Everyone that doesn’t share my specific preferences is a sheep (╯° □°) ╯”

permalink
report
parent
reply
8 points

Firefox has ad blockers on mobile.

That immediately makes the mobile web useable again.

permalink
report
parent
reply
-2 points

FF mobile is slow

permalink
report
parent
reply
2 points

Running speedometer 3.0 gives me 7.68 for FF and 10.4 for Chrome.

That’s not an enormous difference and in real life usage the ads and cookie banner bullshit I can’t block more than makes up for it.

permalink
report
parent
reply

Mull is great on Android.

permalink
report
parent
reply
35 points

I still prefer FF or Vivaldi over Google Chrome. Yes Vivaldi is Open Source Chromium, but at least it doesn’t have the Chrome crap in it.

permalink
report
reply
-20 points

I tried Vivaldi, it’s a good browser but I prefer Brave because it has build it Tor. In my country most torrent sites are blocked so a built-in Tor is useful to me, it can open those sites without VPN.

permalink
report
parent
reply
53 points
*

Brave is also a shifty shady browser that has problems with inserting affiliate links without telling you and selling off user data. They’re really not better or remotely trustworthy TBH, you might as well use the actual TOR browser built on Firefox if you need that capability.

permalink
report
parent
reply
29 points

Yeah, I don’t understand how Brave became acceptable all of the sudden.

Did they do some big marketing campaign in the US or something?

permalink
report
parent
reply
2 points
*

Also the android app is crap and keeps crashing, and their ad blocker is mich inferior to the glory of ublock origin

permalink
report
parent
reply
9 points

It’s still the same rendering engine. There are two browsers.

permalink
report
parent
reply
-2 points

That’s like saying there’s only 5 games because they use the same game engine

permalink
report
parent
reply
1 point

I didn’t know that each browser accesses different content on a different internet. I’ll have to check that out. /s

permalink
report
parent
reply
2 points

You can’t compare games to browsers tho

permalink
report
parent
reply
4 points

3 if you count Safari

permalink
report
parent
reply
30 points

Vivaldi contains Chromium, but it isn’t itself open-source, by the way.

They say of themselves that “for all practical purposes the Vivaldi source code is available for audit”. I would not fully agree with that either, but I guess, at that point the open-source purists have already lost interest anyways.

https://help.vivaldi.com/desktop/privacy/is-vivaldi-open-source/

permalink
report
parent
reply
3 points

Is there a mobile Vivaldi counterpart? It doesn’t make sense for me that I can’t share history with desktop and mobile together

permalink
report
parent
reply
1 point

There is, but on iPhone at least it sucks. I love Vivaldi on desktop - every time I try something else I quickly give up. But on mobile I can’t endorse it at the moment.

Perhaps it’s better on Android though, I don’t know.

permalink
report
parent
reply
4 points
3 points

Oh I remember now, it doesn’t support extensions

permalink
report
parent
reply
9 points

What’s preventing me, a private user, from just creating my own web browser? it’s a program like any other that just needs to be able to access each websites’ server and display its files right? You can’t tell me that nobody else has ever wanted to make their own alternative, so why do we never hear about them?

permalink
report
reply
5 points
*

Time and knowledge. Browsers are basically almost an OS nowadays in capabilities. Yes you can build a basic HTML renderer quickly. But anything beyond that just takes a enormous amount of effort and time especially if you want to make it performant and secure. Like it’s very easy to accidentally introduce a vulnerability that can be exploited by someone. Like the last few generations of Nintendo consoles were hacked and jailbroken trough the browser. And that’s a browser build with WebKit by a team of engineers. Good luck doing it on your own, especially without Chromium or WebKit.

permalink
report
parent
reply
1 point

The only ones I know of are Ladybird and Verso, and they’re still far from being usable

permalink
report
parent
reply
23 points

It’s possible. But it’s a huge undertaking. If you just wanted to fully understand all of the specifications for HTTP, JavaScript and CSS, it’d take you days before having written a single line of code.

Then you need to write all that in a performant way.

Then you need to keep up with all the new features.

Then you need to keep up with all the new security threats.

Browsers nowadays are practically little operating systems. So the question is not that far off from asking what prevents you from writing an alternative to Windows.

You can. But it’ll cost millions, or maybe billions, to build something good.

permalink
report
parent
reply
3 points

I mean, we did it with Linux and it didn’t cost billions…

permalink
report
parent
reply
6 points

If you count the hours spent and developer pay, I’m sure it would. It’s just all donated by the contributors.

permalink
report
parent
reply
9 points

Just the combined efforts of thousands of people. Mostly in their spare time.

permalink
report
parent
reply
5 points

Reject modernity, embrace Gopher.

permalink
report
parent
reply
18 points

Because they’re giant applications that do a lot under the hood that you don’t see. Of course you can write your own, we did that during my degree but it was extremely basic.

permalink
report
parent
reply
22 points

Probably the fact that you could work for the rest of your life and never catch up to the current spec. It’s enormous, and they’re adding more things faster than you could ever keep up with.

Even MS couldn’t be bothered any more, and that’s a $3 trillion business.

Which is why there’s only three browser engines in any kind of use.

permalink
report
parent
reply
1 point

Well ladybird might be somewhat usable in many years…

permalink
report
parent
reply
9 points

a program like any other that just needs to be able to access each websites’ server and display its files right?

In software engineering “just” is often considered a dirty word.

Rendering HTML and CSS correctly is not trivial.

Doing JavaScript to spec also is not trivial.

Doing all your http verb network request stuff is also not trivial.

Plus the interface (probably graphical) is a lot of work.

There’s also probably a thousand other things that would eat up time. Displaying all the different image formats, for example.

permalink
report
parent
reply
4 points

there are a few projects right now working to accomplish this, servo, and ladybug/ladybird cant for the life of me remember it.

permalink
report
parent
reply
1 point

Plenty of alternative to Chromium already exist, not all good.

permalink
report
parent
reply
5 points

The main thing is technical nuances, and a never ending list of them.

But you could start with something like lynx or elinks, but at that point you may as well just use lynx or elinks.

permalink
report
parent
reply
2 points

That’s what Ladybird is trying to do.

permalink
report
parent
reply

memes

!memes@lemmy.world

Create post

Community rules

1. Be civil

No trolling, bigotry or other insulting / annoying behaviour

2. No politics

This is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent reposts

Check for reposts when posting a meme, you can only repost after 1 month

4. No bots

No bots without the express approval of the mods or the admins

5. No Spam/Ads

No advertisements or spam. This is an instance rule and the only way to live.

Sister communities

Community stats

  • 13K

    Monthly active users

  • 3.1K

    Posts

  • 95K

    Comments