535
submitted 2 weeks ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 180 points 2 weeks ago

I want to follow updates from this project. They have a Twitter account but not Mastodon sigh

[-] [email protected] 259 points 2 weeks ago

RSS is not even enabled on the Newz page on the website.

[-] [email protected] 90 points 2 weeks ago

I share the disappointment.

[-] [email protected] 27 points 2 weeks ago

I found they have a newsletter, that sounds like an acceptable middle ground, not good, not terrible.

[-] mynamesnotrick 66 points 2 weeks ago

Im glad to see this. Discord is a nightmare. It's the same as a Facebook only group to me.

load more comments (1 replies)
[-] [email protected] 109 points 2 weeks ago

The website makes it sound like all of the code being bespoke and "based on standards" is some kind of huge advantage but all I see is a Herculean undertaking with too few engineers and too many standards.

W3C lists 1138 separate standards currently, so if each of their three engineers implements one discrete standard every day, with no breaks/weekends/holidays, then having an alpha available that adheres to all 2024 web standards should be possible by 2026?

This is obviously also without testing but these guys are serious, senior engineers, so their code will be perfect on the first try, right?

Love the passion though, can't wait to see how this project plays out.

[-] [email protected] 53 points 2 weeks ago

W3C lists 1138 separate standards currently, so if each of their three engineers implements one discrete standard every day, with no breaks/weekends/holidays, then having an alpha available that adheres to all 2024 web standards should be possible by 2026?

Yes, that is exactly the plan: "We are targeting Summer 2026 for a first Alpha version"

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

a Herculean undertaking with too few engineers and too many standards

Yeah, as a layperson this is my take. If mozilla is struggling to stay in the game then I just don't really see how an unfinanced indie team has a shot.

load more comments (4 replies)
load more comments (13 replies)
[-] [email protected] 62 points 2 weeks ago

Love the idea! Shopify as the highest tier sponsor? Not so much.

[-] [email protected] 37 points 2 weeks ago

I mean if they're gonna give money without demanding anything I'm sure no complaints from the devs.

Shopify or an exec there might find some value in avoiding Google owning the web, could maybe bring goodwill for the company, or they could just be looking for a write off.

[-] [email protected] 33 points 2 weeks ago

I'm curious what issue you see with that? It seems like the project is only accepting unrestricted donations, but is there something suspicious about shopify that makes it's involvement concerning (I don't know much about them)?

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

It'll be interesting to see how this plays out. I've had more than a handful of people bitching at me that it's impossible to make a new, open web browser in this day.

[-] [email protected] 94 points 2 weeks ago

I think it's less that it's "impossible" but rather that it's expensive.

Honestly we've in general shoved too much shit into the browser that's not strictly related to just browsing web sites.

And you "have to" support all the layers and layers and layers of added stuff, or you can't "compete".

But, at the same time, the goals of making a good-enough browser that mostly works and isn't completely enshittified and captured by corpo big tech interests is a very worthy project and 100% support what they're doing.

[-] [email protected] 35 points 2 weeks ago

JavaScript was a mistake.

And it went downhill from there.

[-] [email protected] 30 points 2 weeks ago

Eh, scriptable content was probably fine.

Techbros going 'holy shit, we should make EVERYTHING a website!' was the curse that doomed us.

[-] [email protected] 28 points 2 weeks ago

Pushing for bloated web apps instead of having optimized and perfectly functional websites was what killed it for me.

[-] [email protected] 30 points 2 weeks ago* (last edited 2 weeks ago)

It was fine when it was contained to an actual web site instead of infecting desktop software too. To me, using JS for that purpose feels like using PHP to write a 3D video game.

[-] [email protected] 22 points 2 weeks ago

using PHP to write a 3D video game.

Somewhere, someone just had a really bad idea.

load more comments (1 replies)
load more comments (11 replies)
load more comments (1 replies)
[-] [email protected] 42 points 2 weeks ago

Funny how in the video the guy say that all other browsers are based on Google's code. But Firefox is also independent right?

[-] [email protected] 104 points 2 weeks ago

He says "powered by or funded by Google". Firefox depends on Google financially, most of the income of Mozilla comes from Google paying for being the default search engine.

They try to diversify their income (Firefox VPN, email alias service, etc.), but anything they try gets a huge backlash from the community, and still small compared to the the money from google.

load more comments (2 replies)
[-] [email protected] 23 points 2 weeks ago

Google is Mozilla's biggest source of income, and google developers have actively contributed code to the Firefox engine.

So you decide for yourself what level of independence you assign to it.

load more comments (3 replies)
[-] [email protected] 38 points 2 weeks ago

C++

If they're starting a browser from scratch, why would they not have chosen Rust? Seems very short sighted to not have learned from Firefox.

[-] [email protected] 69 points 2 weeks ago

They used c++ initially since it was spawned from SerenityOS, which was designed to be a mashup of win2000 and unix.

now that Ladybird is its own project, it's not constrained to that goal, and they have said they will incorporate modern languages.

load more comments (1 replies)
load more comments (7 replies)
[-] [email protected] 34 points 2 weeks 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.

load more comments (8 replies)
load more comments (29 replies)
[-] [email protected] 54 points 2 weeks 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.

load more comments (2 replies)
[-] [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.

load more comments (9 replies)
[-] [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.

load more comments (4 replies)
[-] [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)
[-] [email protected] 34 points 2 weeks ago

They’re making a new browser engine from scratch in an open way, absolutely amazing!

I do have several questions:

Why would they use BSD instead of GPL? If you care about open-source so much, why would you make it possible for a company to run away with your fancy new engine?

Why are they creating a new browser, when even firefox has to struggle to keep some semblance of market share? I get that not every project needs to aim to be “the biggest”, and that even a smaller project (in terms of users), can be fun. It’s just that writing a browser engine that can handle the modern web seems like an almost Sisyphean task; which makes me wonder what their motivation(?) is.

Why the FLOSS are they using closed-source proprietary discord as their main communication channel?

[-] [email protected] 35 points 2 weeks ago* (last edited 2 weeks ago)
  1. (BSD vs GPL) Andreas stated on twitter that he wanted to give devs total freedom to use his work because when he worked at Apple he felt frustrated he couldn't incorporate some code/software into his work because of GPL.
  2. (Why?) The aim is not to create a chrome competitor, but to make a good enough, truly free browser that isn't either chrome or funded by chrome. A browser made for and by its user's.
  3. (Discord) Because of gen-z.
load more comments (3 replies)
[-] [email protected] 33 points 1 week ago

you shouldn't use this browser the devs are transphobic sexist chuds

https://cyberpunk.lol/@vantablack/112717420300967771

load more comments (10 replies)
[-] [email protected] 32 points 2 weeks ago

Best of luck, I guess, but seems like a doomed project to me. Forking WebKit, Gecko, or even Servo would seem much more reasonable, and even that is a huge undertaking.

[-] [email protected] 21 points 2 weeks ago

Contributing directly to Firefox and reducing the dependence on Google should be three best bet

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

Wasn't this the transphobic one?

load more comments (6 replies)
[-] [email protected] 21 points 2 weeks ago

Kudos to them. Opera gave up on this dream being unable to accommodate all the nuances of web standards and accounting for out of conformance behaviours that many websites rely on the daily.

I reckon this browser will need to be at least on par with reasonably recent version of Firefox to see significant adoption.

load more comments (2 replies)
[-] mynamesnotrick 20 points 2 weeks ago
load more comments (2 replies)
load more comments
view more: next ›
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