Actually pretty good video.

  • Search engine
  • Google location service instead of their own (which they quit)
  • FakeSpot & Pocket collecting crazy personalized data

Also info about difference between Mozilla Corporation and MZLA Nonprofit.

If you donate to Mozilla, nothing goes to Firefox. Instead they host petitions and beg big tech companies to be more transparent.

They dont focus on old users at all, and it seems they are unable to implement basic stuff.


I still recommend using Firefox, but with the Arkenfox userJS.

Or just use Librewolf.

Firefox is not usable. And dont donate to Mozilla I guess.

  • @dsemy@lemm.ee
    link
    fedilink
    English
    22 months ago

    Check out the Ladybird browser (by the same people making SerenityOS), it’s a new browser with its own engine. It’s already functional enough for me to use it to post this comment (though it is still in very early development).

    • @onlinepersona@programming.dev
      link
      fedilink
      English
      12 months ago

      I saw that a while ago and two things made me go “nah”:

      • it’s C++ . 70% of CVEs on Chromium are related to C++ and faulty memory management. Google is actively trying to get away from it and these guys are building a brand new browser in it. There’s Rust, Go, and probably other memory safe systems programming languages to use for this
      • Discord for support - no thanks

      I appreciate that it was probably started in 2018 or something when other memory safe programming languages weren’t as popular, but it simply isn’t for me.

      Anti Commercial-AI license

      • @dsemy@lemm.ee
        link
        fedilink
        English
        2
        edit-2
        2 months ago

        They’re building their own memory safe language, Jakt, but it’s not mature enough to be used by Ladybird yet. Dismissing it at such an early point for this reason is pretty dumb IMO, especially considering this is by far the most complete alternative browser engine, and it’s getting better at a very rapid pace.

        You’re right about Discord though…

        edit: BTW, I’d wager the complexity of Chrome’s code base is still largely responsiblefor the introduction of bugs, even if most are of a certain type. Ladybird is extremely simple in comparison.