Earlier quoted context omitted.
> Ladybird seems to have received a nice boost in momentum in the past two years. I'm still very interested in the project and look forward to each monthly update, and I can empathize (though not agree) with the reasoning, but something is off ever since they announced the decision to close the project to outside contributions. It's still Open Source, but only a self-selected group of maintainers gets to write and me…
I agree with your concerns but also think that a new viable browser engine will be such a benefit to the health of the open web that I'm willing to overlook such irregularities, at least for now. sqlite doesn't accept contributions either and it's done well for itself, and if Ladybird ends up going sour there's always the possibility of a fork. This is similar to my stance towards Firefox: despite the actions of Mozi…
This Month in Ladybird – August 2026
51–60 of 86 posts
Re: This Month in Ladybird – August 2026
#52Re: This Month in Ladybird – August 2026
#53I am watching this project with interest. It's impressive that they're doing such titanic work. However, I'm highly skeptical that they can create a real rival to established browsers. I'm sorry for telling this, but Web standards are simply too complex and huge. Ladybird to Chrome / Firefox is almost like Wine / ReactOS to Windows, that last 3-5% of gap actually differentiates a normal browser from a browser that is…
I understand that your argument still stands in big picture, but in this big world there is plenty of room for Firefox and Ladybird and there is more than enough room to grow. Firefox mostly is being held back with their organization. I'm not convinced that it is technical problem.
But then again, I'm still believing that there will be a year of desktop Linux coming. Maybe even sooner than we expect.
Re: This Month in Ladybird – August 2026
#54Re: This Month in Ladybird – August 2026
#55You praise DHH and Charlie Kirk, your moral compass is broken.
Re: This Month in Ladybird – August 2026
#56[flagged]
Re: This Month in Ladybird – August 2026
#57Ugh, this guy again. I would stop using the web forever before I used Ladybird or anything made by Kling. You praise DHH and Charlie Kirk, your moral compass is broken.
Re: This Month in Ladybird – August 2026
#58[flagged]
Re: This Month in Ladybird – August 2026
#59- what is the process of making a browser engine? what does the requirements look like
- how is an actual html, css and javascript speification implemented at the code level? are we painting an empty canvas or is it more complicated
- how is backward compatibility implemented?
- is all the code written in c++ or is it rust these days?
- how many people in a team do you need and how long would it take to write a browser engine from scratch
- what test cases do you consider for making something like this? how do you determine if you have handled all the outliers or not?
- how is mobile vs desktop handled at the browser engine code level?
Re: This Month in Ladybird – August 2026
#60few stupid questions as always so that i can become a smarter person - what is the process of making a browser engine? what does the requirements look like - how is an actual html, css and javascript speification implemented at the code level? are we painting an empty canvas or is it more complicated - how is backward compatibility implemented? - is all the code written in c++ or is it rust these days? - how many peo…