Epiphany exists, which is a browser that is based on WebKit.
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!
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!
https://xcancel.com/awesomekling/status/1880257583925350828#m
![]()
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.
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.
Also worth noting that Ladybird is planning to switch to Swift once some language features are finished
Itās still such a long way from being released⦠Iād rather focus on solving problems now. ![]()
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