I want to follow updates from this project. They have a Twitter account but not Mastodon sigh
Im glad to see this. Discord is a nightmare. It’s the same as a Facebook only group to me.
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.
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”
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.
Mozilla has loads of projects, not just the browser. I doubt more than a 30 work exclusively on the engine nowadays.
Let’s not forget that Mozilla (the company) is largely mismanaged, so that doesn’t help.
It might seem that way but it’s a fairly arrogant assertion. They’re a sophisticated organisation with a lot of well experienced people guiding them. As an outsider it’s easy to criticise their seemingly endless series of bad decisions, but I’m still confident that internally all of these decisions seemed like a good idea at the time.
Besides which, this would be a good reason to fork their codebase rather than starting from scratch.
You are assuming that they only started now from point 0. They have probably been working on it for a bit before announcing everything.
Exactly. They have been working on Ladybird Browser for few years already, before it was announced as standalone product (It was a part of SerenityOS).
Sure, but an individual website may use only a few of those standards. Ladybird devs will pick a website they like to use - Reddit, Twitter, Twinings tea, etc. and improve adherence to X or Y standards to make that one website look better. In turn, thousands of websites suddenly work perfectly, and many others work better than before.
Ladybird is largely conformant to the majority of HTML standards now. It’s about the edge cases (and where standards aren’t followed by websites) and performance. This isn’t a new project.
Lol, mentioning Twinings tea together with Reddit and Twitter sounds so random
Andreas Kling, the founder and lead dev, has a massive love for Twinings tea and spent a few Dev logs working on improving their website with the end goal being ordering his tea from them :)
Let’s not do zomething because it’s hard pretty much sums up every new generation.
Imagine if they said that when they had to program everything in assembly…
Software nowadays is a lot more complex. You’d get nowhere using assembly. Are you also gonna call me lazy if I say making a smartphone from scratch is complicated? “But the Nokia 1234 only had 4kb of memory” Is what you will probably say.
You’d get nowhere using assembly because people wanted to keep improving technology.
The Nokia was actually build and freakin’ rock solid. Then came smartphones because people wanted to improve. It sure wasn’t easy and they didn’t go Geez, a phone from scratch? Why bother?
Love the idea! Shopify as the highest tier sponsor? Not so much.
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)?
My best guess would be that Shopify either care about the open Web or had some disagreements with Google.
I can’t find anything shady on them, but maybe I’m looking the wrong places.
They fired a lot of people and replaced them with AI: https://techcrunch.com/2023/05/04/how-shopify-bungled-its-latest-layoffs-and-made-employees-feel-like-npcs/
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.
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.
Eh, scriptable content was probably fine.
Techbros going ‘holy shit, we should make EVERYTHING a website!’ was the curse that doomed us.
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.
I feel like the internet is such a lost cause at this point that it would be better to invest in other efforts like the Gemini protocol.
Gemini protocol
IDK, but I don’t think that the problem is that any particular application protocol is bad so much as it is capitalists going to capitalist, and they’ve shit all over everything in the Quest to Make a Buck.
It’s not like a new protocol, if it becomes as widely adopted, won’t see the same vultures swoop in and strip mine any value they can find there, too.
No, I’d have accepted too expensive as an answer. They were ready to die on the hill that no one could possibly create a new browser from specs.
Hilarious, I suppose, given the origins of Chrome and that it was a team of people sitting down to make a new browser from the specs.
or you can’t compete
Nah nah fuck that noise. ‘Jack of all trades but ace of none’ or however the saying goes, is a shitty way to go about things. I don’t have the biggest dick but I know my way around around the block, and I know I’m good at it. More specialized > the catch-all bitches.
Let the fucks with their special engine requirements eat shit. Standardize or write a fucking proper program (miss me with that “app” bullshit) or fuck right off. “everyone is special… exactly like you” now fuck off web dev. Your shit doesn’t get a permit.
…
I may have some… disputes with the way the web is done nowadays.
I could have been a little more clear: I don’t think the whole must-compete-or-forget-it mindset makes any damn sense.
I’m more than happy to use software that does what I want/need (which, more and more, is simply just not fucking spying on, trying to sell things to, or otherwise annoying me) even if it’s not like, the most bestest version of whatever.
Interestingly the founder of the project seems to explicitly disagree with that article
Funny how in the video the guy say that all other browsers are based on Google’s code. But Firefox is also independent right?
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.
Firefox gets tons of funding from Google, and their code is quite frankly humongous. From what I understand, it’s extremely hard to get the gecko web view engine to work. In another browser, unless it’s a fork of Firefox, unlike Chromium where you can just redesign an entire browser around it.