535
submitted 2 weeks ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 34 points 1 week ago

I do not understand the urge to start from scratch instead of forking an existing, mature codebase. This is typically a rookie instinct, but they aren't rookie so there's perhaps an alternative motive of some sort.

[-] [email protected] 97 points 1 week ago

Because there are only like 3 browser engines: Chrome’s Blink, Firefox’s Gecko and Apple‘s WebKit. And while they are all open source, KHTML, the last independent browser engine got discontinued last year and hasn’t been actively developed since 2016.

There’s need in the space for an unaffiliated engine. Google’s share is far too high for a healthy market (roughly 75%), WebKit never got big outside of Safari (although there are a few like Gnome Web, there’s no up to date WebKit based browser on Windows) and Gecko has its own problems (like lack of HEVC support).

So, in my book, this is exciting news. Sure it‘ll take a while to mature and it is up against software giants but it‘s something because Mozilla doesn’t seem to have a working strategy to fight against Google‘s monopoly and Apple doesn’t have to.

[-] rottingleaf 20 points 1 week ago

Also Gecko's development is led by people thinking that it being usable outside of Firefox\Thunderbird is a bad thing. There was a time when Gnome's browser was based on Gecko, not WebKit. And in general it's influenced by bad practices.

SerenityOS is an amazing project, of course. To do so much work for something completely disconnected from the wider FOSS ecosystem, and with such results.

So it's cool that they've decided to split off the browser as its own project.

[-] [email protected] 4 points 1 week ago

That's always struck me as odd, but I'm also very much an outsider looking in. A "gecko electron" does sound intriguing though.

[-] [email protected] 5 points 1 week ago

Servo is going to fill that void

load more comments (1 replies)
[-] rottingleaf 2 points 1 week ago

I meant alternative browsers, like vimb or surf, but on Gecko and not WebKit.

[-] [email protected] 1 points 1 week ago

Sorry, should've explained I was just responding to the first sentence in particular.

[-] [email protected] 1 points 1 week ago

I wonder why Microsoft decided to switch from their own engine to Blink, they could've switched to Gecko and keep the web a little bit more free

load more comments (2 replies)
[-] [email protected] 14 points 1 week ago

Mozilla doesn’t seem to have a working strategy

Guess they couldn't replicate the "own everything that people use to get stuff on the internet and make secret breaking changes to constantly mess up other browsers" strategy.

[-] [email protected] 6 points 1 week ago

Could they not add HEVC support? Or is there some technical limitation that meant starting from zero was a good idea?

[-] [email protected] 5 points 1 week ago

HEVC is almost entirely down the the licensing. This section of the wikipedia page details it pretty well.

The tl;dr is that the LA group wanted to hike the fees significantly, and that combined with a fear of locking in led to the mozilla group not to support HEVC.

And it's annoying at times. Some of my security cameras are HEVC only at full resolution, which means I cannot view them in Firefox.

[-] [email protected] 4 points 1 week ago

They could, probably. My guess is, that it’s either a limitation of resources, the issue of licensing fees or Google‘s significant financial influence on Mozilla forcing them to make a worse browser than they potentially could. Similar to how Firefox does not support HDR (although, to my knowledge, there’s no licensing involved there).

The biggest problem most people have with Mozilla is said influence by Google, making them not truly independent.

[-] [email protected] 5 points 1 week ago

Google probably is putting pressure on Mozilla, but if the options are licensed HECV or open royalty-free AV1, the choice is pretty clear for a FOSS project.

[-] [email protected] 2 points 1 week ago

Yes but: HEVC is the standard for UHD content for now, until AV1 gets much broader adoption. And judging from how long HEVC took to be as broadly available as h.264, it’ll still take a while for AV1 to be viable for most applications.

[-] [email protected] 1 points 1 week ago* (last edited 1 week ago)

Mozilla had the same problem with h.264 until Cisco allowed them to use openh264 and ate any associated licensing costs. Just from a cursory glance, HEVC licensing seems much more of a clusterfuck.

[-] [email protected] 1 points 1 week ago

The good news is no streaming service even supports UHD in browers (except Netflix on Edge?) because of DRM. So I don’t see the value.

load more comments (4 replies)
[-] [email protected] 3 points 1 week ago

Yeah I'm curious as to whether there's not merit in taking the imperfect codebase and improving it.

load more comments (1 replies)
load more comments (2 replies)
[-] [email protected] 5 points 1 week ago

Webkit and blink have the same base

[-] [email protected] 11 points 1 week ago

Yea, but Webkit was forked from KHTML 23 years ago and Blink was forked from WebKit 11 years ago. In the mean time they all definitely evolved to become their own thing, even though in the beginning they were the same.

[-] [email protected] 3 points 1 week ago

WDYM "independent" ?

Isn't mozilla / gecko more or less independent?

[-] mnmalst 17 points 1 week ago

They get most of their money from google for the "default search engine deal" make of that what you want. For me personally it doesn't sound fully independent.

[-] [email protected] 7 points 1 week ago

Seems a little idealistic.

If ladybird actually achieves any sort of userbase they would take the same deal in an instant.

[-] [email protected] 3 points 1 week ago

Based on the community being quite succsessful so far despite being made by volunteers, I don't think they will.

[-] [email protected] 8 points 1 week ago

Making a web browser that’s fully compatible with modern standards is not easy nor cheap (and worse it’s a moving target because the standards keep evolving). I’m rooting for these folks but eventually money will be an issue.

load more comments (1 replies)
[-] [email protected] 3 points 1 week ago

webkit and blink are based of KHTML

[-] [email protected] 6 points 1 week ago

Technically blink is based WebKit but yes. However, they were forked 23 and 11 years ago respectively, so it’s safe to assume they evolved into their own thing. But they probably do still share code, yes.

load more comments (3 replies)
[-] [email protected] 54 points 1 week ago

Because software monocultures are bad. The vast majority of browsers are Chromium based. Since Google de-facto decides what gets in Chromium, sooner or later the downstream forks are forced to adopt their changes. Manifest V3 is a great example of this. You can only backport for so long, especially when upstream is being adversarial to your changes. We need an unaffiliated engine that corrects the mistakes we made with KHTML/Webkit.

[-] [email protected] 7 points 1 week ago* (last edited 1 week ago)

Why are open source software monocultures bad? The vast majority of non-Windows OSes are Linux based. Teams who don't like certain decisions of the mainline Linux team maintain their forks with the needed changes.

Manifest V3 is a great example of this. You can only backport for so long, especially when upstream is being adversarial to your changes. We need an unaffiliated engine that corrects the mistakes we made with KHTML/Webkit.

And we could get a functional one today by forking Chromium and never accepting a single upstream patch thereafter. I find it really hard to believe that starting a browser engine from scratch would require less labor. This is why I'm looking for an alternative motive. Someone mentioned licensing.

Perhaps some folks just want to do more work to write a new browser engine. After all Linus did just that, instead of forking the BSD kernel.

[-] [email protected] 5 points 1 week ago

I agree mostly, but forks don't need to keep the upstream. They can go their own way.

[-] [email protected] 36 points 1 week ago

There is currently no implementation of web standards that is under a more permissive license than LGPL or MPL. I think that is a gap worth filling and if I recall that is what Ladybird is doing.

[-] [email protected] 5 points 1 week ago

i'd argue its better for software to max foss license like AGPL, not bsd that can be taken out by companies

[-] [email protected] 4 points 1 week ago

I guess Chromium isn't fully BSD. This could be the reason. Although I'd think reimplementing the non-BSD bits in Chromium would be less work than reimplementing all the bits, including the BSD ones.

[-] [email protected] 6 points 1 week ago

Chromium and WebKit both still have bits from KHTML in them which is LGPL

[-] [email protected] 2 points 1 week ago

Why is that a gap worth filling? There is no benefit to users as long as its free of a EULA they don't have to care either way. For those wanting to produce open source software based on same they already have all the rights they could need. The only party clamoring for permissively licensed software are companies intending to close off the source and sell other people's work.

I understand why they would want to do that I don't understand why anyone would feel the need to work for free for something someone else closes off.

[-] [email protected] 1 points 1 week ago

There are some cases where it’s just not possible to release the source code, even if you wanted to.

For example, if you’re developing a Nintendo switch game, you aren’t allowed to release any code that uses Nintendo’s sdk, so that means you also can’t use any copyleft libraries.

Maybe MPL-licensed libraries would be ok though. Idk, I’m not a lawyer.

[-] [email protected] 1 points 4 days ago

Why would open source code be released with the intention of helping people who wont or can't give back?

[-] [email protected] 1 points 4 days ago

Why not?
I’ve been in situations where I couldn’t release the code to a project, but I was able to use some decent libraries because they were MIT licensed.
So I’m happy to do the same for libraries I write so that others in similar situations could also receive the same benefit I did.
I see it as an act of public goodwill, like paying it forward for the times you can’t directly contribute to another project.

Just my personal view on it, anyway.
I’m not claiming it’s a bulletproof solution or that it isn’t open to being ‘abused’.

[-] [email protected] 1 points 4 days ago

It's an act of public goodwill to rich corporations who could get the same privilege by paying for a separate license.

[-] [email protected] 1 points 4 days ago

It’s an act of goodwill for all developers.

You’re free to believe it’s a simple black/white “us vs them” issue, but I choose to see the world as more nuanced then that.

[-] [email protected] 24 points 1 week ago

I can't understand how people can continue relying on chrome and derivatives like electron, CEF etc. and not see it as a problem.

[-] [email protected] 2 points 1 week ago

It's easy to understand when you think most comments are similar to yours and don't provide any insight as to why this might be a problem.

Maybe you could update your post and share your knowledge and experience with others, so that there are less people in the world who don't see the problem.

[-] [email protected] 5 points 1 week ago

When trying to render a relatively simple page consisting few thousands of text lines in a table, any current browser will cause mouse cursor to lag for some time, then you'll discover it consumes at least 2 GB ~ 4 GB of RAM. YouTube lags like I have 2 cores instead of 16. Any electron app is either clunky or too clunky, also either hungry or too hungry.

I'm sorry but I don't have time to look up other cases.

[-] [email protected] 3 points 1 week ago

Any intuition on why we'd expect opening the same page on a newly implemented browser engine that implements all equivalent standards and functions will consume less resources?

[-] [email protected] 1 points 1 week ago

That's not an expectation. The experience is that this became a reality thanks to google, and that it will only get worse in the future. More competition within browsers is the expectation. Better chance for better frameworks to emerge. Eventually it may cause google code to shift into a better overall state too.

[-] [email protected] 21 points 1 week ago

Ladybird was born from SerenityOS, which is a hobbyist unix-like (or POSIX compliant?) OS that simply aimed to do things "from the ground up". It just happened that they needed to make a browser, and the response was to make one from scratch.

From there it seemed to have brought a lot of attention organically to the point where it can stand on its own, but originally it was never intended to be a "third browser engine" from its inception.

load more comments (1 replies)
this post was submitted on 01 Jul 2024
535 points (93.9% liked)

Technology

55938 readers
3288 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS