• comador
    link
    fedilink
    298 months ago

    I still prefer FF or Vivaldi over Google Chrome. Yes Vivaldi is Open Source Chromium, but at least it doesn’t have the Chrome crap in it.

    • Ephera
      link
      fedilink
      178 months ago

      Vivaldi contains Chromium, but it isn’t itself open-source, by the way.

      They say of themselves that “for all practical purposes the Vivaldi source code is available for audit”. I would not fully agree with that either, but I guess, at that point the open-source purists have already lost interest anyways.

      https://help.vivaldi.com/desktop/privacy/is-vivaldi-open-source/

    • NickwithaC
      link
      fedilink
      English
      88 months ago

      It’s still the same rendering engine. There are two browsers.

    • @[email protected]
      link
      fedilink
      38 months ago

      Is there a mobile Vivaldi counterpart? It doesn’t make sense for me that I can’t share history with desktop and mobile together

    • Sourav SatvayaOP
      link
      fedilink
      -158 months ago

      I tried Vivaldi, it’s a good browser but I prefer Brave because it has build it Tor. In my country most torrent sites are blocked so a built-in Tor is useful to me, it can open those sites without VPN.

      • @[email protected]
        link
        fedilink
        English
        44
        edit-2
        8 months ago

        Brave is also a shifty shady browser that has problems with inserting affiliate links without telling you and selling off user data. They’re really not better or remotely trustworthy TBH, you might as well use the actual TOR browser built on Firefox if you need that capability.

        • @[email protected]
          link
          fedilink
          248 months ago

          Yeah, I don’t understand how Brave became acceptable all of the sudden.

          Did they do some big marketing campaign in the US or something?

          • Sourav SatvayaOP
            link
            fedilink
            68 months ago

            They definitely did some marketing, because it came out of nowhere. When I first installed it, it was all over the internet, from YouTube to webpages. A similar thing you can notice with the Arc Browser. I couldn’t find any exceptional features on the Arc Browser but the hype is encouraging people to try it.

            • @[email protected]
              link
              fedilink
              48 months ago

              Yup, work in a call center and it was a huge ramp up all of a sudden with elderly clients on brave and asking why our site stopped working…

  • MobileDecay
    link
    fedilink
    278 months ago

    I switched to Firefox because of Googlea plans to stop adblockers.

      • @[email protected]
        link
        fedilink
        18 months ago

        Even if the Mozilla foundation went bankrupt tomorrow, Firefox would persist. It might not be as quick to update, but it’s an open source project that people will keep working on, regardless of the money.

      • Ghoelian
        link
        fedilink
        18 months ago

        Who cares where the revenue comes from? There’s no google spyware in there, and it’s competition, that’s what really matters.

        • @[email protected]
          link
          fedilink
          18 months ago

          I just don’t like that we’re relying on the goodwill (or need for token “competition” to try to avoid antitrust) of Google for Mozilla to stick around, an ad company shouldn’t be de facto controlling almost every single browser

  • Teknikal
    link
    fedilink
    English
    21
    edit-2
    8 months ago

    My opinion I’d say lose chrome if you absolutely need a chromium browser use thorium any other time use Firefox or a fork of it like Librewolf.

    The reason I say Thorium is because this is in the readme.

    Manifest V2 support force enabled (Starting in M128 they are experimenting with disabling MV2). It will be completely removed in M136 (10 months from now), and when they finally do remove the actual code for loading MV2 extensions, it will be restored, because F**k Google! Even if it takes a crapload of work, I am determined to restore it, because without UBlock Origin working properly in Thorium, I wouldn't even want to use my own browser!
    
    
  • @[email protected]
    link
    fedilink
    13
    edit-2
    8 months ago

    Mozilla Corp’s Gecko Engine has allowed several non-corporate flavored browsers into existence, such as various forks on their github or Waterfox.

    Then if you dont mind slow speeds you can try Tor Browser.

  • @[email protected]
    link
    fedilink
    88 months ago

    What’s preventing me, a private user, from just creating my own web browser? it’s a program like any other that just needs to be able to access each websites’ server and display its files right? You can’t tell me that nobody else has ever wanted to make their own alternative, so why do we never hear about them?

    • @[email protected]
      link
      fedilink
      178 months ago

      It’s possible. But it’s a huge undertaking. If you just wanted to fully understand all of the specifications for HTTP, JavaScript and CSS, it’d take you days before having written a single line of code.

      Then you need to write all that in a performant way.

      Then you need to keep up with all the new features.

      Then you need to keep up with all the new security threats.

      Browsers nowadays are practically little operating systems. So the question is not that far off from asking what prevents you from writing an alternative to Windows.

      You can. But it’ll cost millions, or maybe billions, to build something good.

    • @[email protected]
      link
      fedilink
      168 months ago

      Because they’re giant applications that do a lot under the hood that you don’t see. Of course you can write your own, we did that during my degree but it was extremely basic.

    • @[email protected]
      link
      fedilink
      English
      78 months ago

      Probably the fact that you could work for the rest of your life and never catch up to the current spec. It’s enormous, and they’re adding more things faster than you could ever keep up with.

      Even MS couldn’t be bothered any more, and that’s a $3 trillion business.

      Which is why there’s only three browser engines in any kind of use.

    • @[email protected]
      link
      fedilink
      58 months ago

      a program like any other that just needs to be able to access each websites’ server and display its files right?

      In software engineering “just” is often considered a dirty word.

      Rendering HTML and CSS correctly is not trivial.

      Doing JavaScript to spec also is not trivial.

      Doing all your http verb network request stuff is also not trivial.

      Plus the interface (probably graphical) is a lot of work.

      There’s also probably a thousand other things that would eat up time. Displaying all the different image formats, for example.

    • @[email protected]
      link
      fedilink
      4
      edit-2
      8 months ago

      Time and knowledge. Browsers are basically almost an OS nowadays in capabilities. Yes you can build a basic HTML renderer quickly. But anything beyond that just takes a enormous amount of effort and time especially if you want to make it performant and secure. Like it’s very easy to accidentally introduce a vulnerability that can be exploited by someone. Like the last few generations of Nintendo consoles were hacked and jailbroken trough the browser. And that’s a browser build with WebKit by a team of engineers. Good luck doing it on your own, especially without Chromium or WebKit.

    • KillingTimeItself
      link
      fedilink
      English
      38 months ago

      there are a few projects right now working to accomplish this, servo, and ladybug/ladybird cant for the life of me remember it.

    • @[email protected]
      link
      fedilink
      28 months ago

      The main thing is technical nuances, and a never ending list of them.

      But you could start with something like lynx or elinks, but at that point you may as well just use lynx or elinks.

  • KillingTimeItself
    link
    fedilink
    English
    48 months ago

    “guys ios is bad try android”

    looks inside android: its literally bad

    “guys try this fork of android”

    looks inside: it’s better, i guess.

    technology fucking sucks, remember when you could just buy software and that shit worked? Yeah me neither i use linux shits free over here.

  • @[email protected]
    link
    fedilink
    18 months ago

    > downloads desktop app

    > looks inside

    > it’s a webpage with a dedicated browser

    (Web 2.0 and it’s consequences…)

    • Saki
      link
      fedilink
      English
      08 months ago

      Why even make a desktop app at this point? I get doing that if it has some inherent advantage over the web version, but why go through the trouble of making another program if it’s just gonna be the same but in electron?

      • @[email protected]
        link
        fedilink
        English
        18 months ago

        Think of all that lovely data and tracking you can slurp up when unconstrained by the browser sandbox.

  • @[email protected]
    link
    fedilink
    18 months ago

    If you’re not a fan of Firefox right now, with the few odd decisions they’ve been making, try Floorp or Zen. They’re quite good forks of Firefox and don’t seem to have any of the recent Firefox oddness in them.

  • @[email protected]
    link
    fedilink
    -5
    edit-2
    8 months ago

    But what about mobile? I started using FF and I have to admit that Chrome is a better mobile experience. Brave isn’t for me either.

    Edit: lol I’m sorry my experience doesn’t match yours and I chose to ask a question.

    • Possibly linux
      link
      fedilink
      English
      218 months ago

      Chrome doesn’t support browser extensions so it is an awful experience for me

      • @[email protected]
        link
        fedilink
        48 months ago

        Same, curious what issues they have in FF, I only know of a couple sites that don’t work right in FF mobile

            • @[email protected]
              link
              fedilink
              28 months ago

              Lol I didn’t notice it either but don’t miss it either, often the suggestions were more annoying then anything else, imo

          • @[email protected]
            link
            fedilink
            English
            18 months ago

            Hey since we’re doing these, how about the years-old bug where ff won’t remember which bookmark folder you were in previously when opening new bookmarks. If you have bookmark folders (especially nested ones), try opening a bookmark inside one of those folders. Then go back into your bookmarks, you’ll see you’re not in that folder anymore, you’re at the root level and have to traverse your folders to get back to where you were. It’s super annoying if you’re opening bookmarks one after another.

    • @[email protected]
      link
      fedilink
      38 months ago

      The Reddit hive mind behaviour is seeping through the cracks.

      For me personally, the experience is allowed to take a hit, hell even a major hit, if the browser respects me as a user. FF seems to be better on that front although I’ll confess I use Vanadium on my phone. Its GrapheneOS’ default browser.

    • @[email protected]
      link
      fedilink
      08 months ago

      Welcome to Lemmy where having an opinion even slightly different from the open source/Linux fanboys grants you downvotes to oblivion, no questions asked 🙃

      • @[email protected]
        link
        fedilink
        English
        38 months ago

        Thanks for putting yourself on the pyre to prove a point. Hivemind is worse here than Reddit imo, because at least Reddit has a diverse user base…