Live data from Hacker News

Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

lunduke.locals.com

151–160 of 777 posts

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#151

Hello friends, Ladybird founder here! Here's a short video from Chris Wanstrath announcing our non-profit yesterday, and kicking things off with a $1M donation: https://www.youtube.com/watch?v=k9edTqPMX_k Happy to answer questions :)

I remember watching one of the early videos of you starting working on the browser, and you said something along the lines of wanting a browser that was sort of a dumb renderer - one that didn't attempt to be a whole Operating System.

Does Ladybird still follow that ideal?

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#153
post #73

Earlier quoted context omitted.

Don't throw money away into non-browser related projects while constantly pissing off your loyal userbase.

Look, I am as annoyed as you are with the constant barrage of "rewritten in Rust" projects, but if Mozilla did not try various other projects that are not browser, there would be no Rust.

Also the Mozilla originated Fluent project for localization is another example of a stand out approach. It would be interesting to see how localization fits with the Ladybird browser project as a whole. Making use of a custom implementation of Fluent might actually be a good way of moving forward.

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#155
post #140

Earlier quoted context omitted.

Reality check: 1. All the BSDs have been out there for decades without anyone running with it. 2. Google and Microsoft - while being a shadow of their former selves technically - are probably still very capable of reimplementing whatever they want. 3. If Ladybird gets so wildly popular, lets celebrate wildly!

You wouldn't count OSX as someone running with BSD?

I run Mac OS.

I am aware that it builds on BSD.

Yet BSD is very alive and nobody who wants BSD is lost to Mac.

At least I personally have never heard anyone deliberating over a free BSD vs Mac.

Edit: and of course upvote. Apple ran with it. But they didn't run away with it. We still have it. Actually we have some patches thanks to them. As I mentioned in my other reply: Open source is not a zero sum game.

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#156
post #111
post #4

>Why build a new browser in C++ when safer and more modern languages are available? >Ladybird started as a component of the SerenityOS hobby project, which only allows C++. The choice of language was not so much a technical decision, but more one of personal convenience. Andreas was most comfortable with C++ when creating SerenityOS, and now we have almost half a million lines of modern C++ to maintain. >However, now…

Also the web standards themselves are written in an object oriented style. Using a non oo language like rust is therefore an uphill battle where you end up fighing against the language. The web standards just lend themselves naturally to be implemented in an oo language like c++.

I think that pioneering the work of reimplementing web standards in not strictly OOP language will make the implementation easier for anyone else in the future, surely many of the problems exist by virtue of being done for the first time

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#157

Hello friends, Ladybird founder here! Here's a short video from Chris Wanstrath announcing our non-profit yesterday, and kicking things off with a $1M donation: https://www.youtube.com/watch?v=k9edTqPMX_k Happy to answer questions :)

What’s the biggest technical challenge you envision in the future? It’s the amount of “standards” you need to implement and maintain? What’s the JavaScript engine situation?

There are a ton of standards at a glance, but when you look closer, you realize that much of it isn't implemented by other browsers either, and you only need a fraction of it to render 90%+ of the web. The last 10% will be a huge challenge, but we've got a long way to go before then.

The JavaScript engine is our own LibJS, currently sitting at 94.3% pass rate on https://test262.fyi/ (although the number might be a little outdated, it's supposed to be higher! Need to investigate this..)

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#158
post #10

Earlier quoted context omitted.

How does Ladybird avoid Mozilla's fate? How can it be a long term sustainable project?

Mozilla's fate? You mean building a browser that works? Indeed, I doubt very much that Ladybird will get there.

I use Firefox every day, but they have lost so much market share that they have become pretty insignificant. They seem to have an oversized and poor management with fat paychecks.

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#159
post #64
post #38

Earlier quoted context omitted.

Congratulations on the kick-off! Now that Ladybird is no longer a part of SerenityOS, will you consider a switch to a licence which not only grants, but also protects user freedoms (e.g. the GPL, MPL, EUPL)? Also, any thoughts on having official communication channels on some open, freedom-respecting platforms, rather than Discord only?

Indeed. This is something I could see myself contributing to (or attempting to, anyway), but as soon as I saw Discord+Github, I lost all interest. Github I can understand to some extent, it's a convenient temporary staying place until they can afford, community-wise, to move to something truly open, but Discord? In this day and age?

Agreed, Discord is a terrible platform and I wish people stopped using it. I expect in the next five years or so it'll undergo a very rapid enshitification and people will start using other things after that, but by then we'll have a decade of lost content.

Re: Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

#160

Earlier quoted context omitted.

> There are currently no plans to switch to a less permissive license. Hey, just a reality check: in the event that you actually do become wildly successful, this means that others (Google, Microsoft, etc.) will be able to fork the browser and then develop it faster than you - thus leaving you behind and taking away your users ! Would highly recommend leaving yourself some mechanism to prevent that, unless you're rea…

Reality check: 1. All the BSDs have been out there for decades without anyone running with it. 2. Google and Microsoft - while being a shadow of their former selves technically - are probably still very capable of reimplementing whatever they want. 3. If Ladybird gets so wildly popular, lets celebrate wildly!

Cisco's OS is a fork of BSD.
Post reply on HN