Ladybird Browser

Epiphany exists, which is a browser that is based on WebKit.

2 Likes

Right, I forgot about that. I remember trying it once a couple of years ago. I’ll give it another look, thanks.

We got Gmail (full interface) working in @ladybirdbrowser, let’s fricken gooooooo! :rocket:

This one is nice because I’ve been told by many people ā€œyou’ll never be able to handle modern web apps like Gmailā€

Don’t listen to armchair defeatists. We can build whatever we want! :nerd_face:

https://xcancel.com/awesomekling/status/1880257583925350828#m

5 Likes

:flushed_face:

7 Likes

Good news, no? Considering how important Cloudflare is, I don’t see this as a red flag. Its atleast good that and Ladybird is getting proper sponsorships that makes me believe the browser/project won’t die out or lose momentum.

6 Likes

I’m not a developer so take this opinion with a huge grain of salt, but Ladybirds choice to use C++ and not use a more modern memory safe language

C++ is still the gold standard for operating systems and traditional GUI development. You can write safe C++ if you exploit the modern features of the language.

3 Likes

Also worth noting that Ladybird is planning to switch to Swift once some language features are finished

4 Likes

It’s still such a long way from being released… I’d rather focus on solving problems now. :wink:

You can write sound code even with ancient versions of C or C++, but history has shown us that you assume all large codebases of memory unsafe code contain memory corruption bugs. This applies to modern C++ too