• @corus_kt
      link
      English
      775 months ago

      I work at a small company - absolutely everything from work macros, accounts and shortcuts are all intertwined in Chrome, they’ve been using it like that for ten years - it’d be faster for me to find a new job then to unclog that mess from the entire office. I still installed firefox for personal use though.

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

        in my previous job we were allowed to install some old version of firefox through the companys own portal. but we couldn’t access internet with it because “firefox is vulnerable”. they use google suite so chrome was the default browser, but edge worked too and even IE…

        • deweydecibel
          link
          English
          41
          edit-2
          5 months ago

          Most companies now are being shepherded into Microsoft 365’s walled garden by their security teams. Edge is the only “secure” browser now, Teams the only “secure” chat app, Microsoft Authenticator (specifically Microsoft’s app, not DUO or anything else) is the only “secure” way to implement MFA, etc.

          It’s genuinely sad how many security professionals have been shanghaied into Microsoft salesmen.

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

            We had IT people in at our shop to migrate us over to 365. They wanted me to install Microsoft Authenticator on my personal phone, so I said no. They were able to bypass MFA to sign me up.

            I asked them what would happen if someone didn’t own a smartphone (crazy I know), they had no answer for me. They basically just looked at me like I asked them the square root of pi.

            • AFK BRB Chocolate
              link
              English
              35 months ago

              That’s actually a problem where I work. There are people who carry a flip phone because they don’t want a smart phone. IT gives them a hard token for 2FA.

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

        I was in the same boat. Selenium with gecko driver was a pretty simple swap, just needed to Ctrl f replace a few things.

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

      I keep going back and forth with Firefox and Vivaldi. The chrome based browsers just tend to run better. I love firefox on mobile but on desktop it’s tougher for me to stick with. Also Mozilla seems to have a different goal for the future with all the other products and ai weirdness they recently announced.

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

          This is true. Which is why Mozilla needs to focus on making a better browser instead of adding their own ai bullshit.

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

            Mozilla has frequently pointed their efforts into the wrong direction. We need to politely encourage them to focus on the things that matter.

      • Smackem Wittadic
        link
        English
        3
        edit-2
        5 months ago

        I’m in the exact same boat. Vivaldi devs are so open about everything they do that they’ve honestly earned my trust in their browser.

        No nonsense and very clear options to disable data collection despite being a chromium based browser. I love firefox mobile’s extensions but it just doesn’t have the same consistency between desktop and mobile. For example, Vivaldi mobile let’s you control site permissions to the level of controlling if they’re allowed to play sound or not

    • @Scotty_Trees
      cake
      link
      English
      105 months ago

      I once commented saying something like, except for work, all Linux users should be using Firefox. And this was the reply. Some people are just fucking hopeless:

      "Firefox has only ever been a sometime back-up browser for me…ever since Chrome appeared in 2007. Prior to that, I used it because it was the sole usable alternative to Internet Exploder…

      The Mozilla devs, for far too long, spent more time stabbing each other in the back than they did writing code and fixing the tons of problems that were always inherent in the code. It’s the only browser I’ve ever used that used to regularly crash & burn at least a dozen times a day. And ya wonder why people flocked to Chrome?"

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

      Serious question. Is it actually better for the typical user? I don’t mean people commenting here. I’m thinking about the majority that don’t care about privacy, blocking ads, quality technology, etc. for those people, I’m guessing that Firefox is equivalent. Just another browser that works fine. So why switch??

      • Fubarberry
        link
        fedilink
        English
        175 months ago

        I run into compatibility issues and weird bugs with firefox a lot. I’m still using it as my primary browser, but I have to keep a chromium based browser ready for times when a website won’t work in firefox. I can put up with that personally, but I wouldn’t want to set up firefox on family/friend computers because I don’t want to get a call whenever something doesn’t work and they don’t know why.

        Chrome based browsers also have some super useful features (like tab groups) that firefox doesn’t have a good alternative for.

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

          Interesting. I’ve heard this many times from people here on Lemmy. I’ve been running Firefox for ~6 months now (previously Brave) and haven’t seen these issues yet. I don’t even have a chromium based browser available on any of my devices.

          Regardless, I hear you about not wanting to be personal support for friends and family. That’s annoying

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

            People inevitably bring up compatibility issues in Firefox when this subject comes up, and nobody ever has specific examples.

            • Spaz
              link
              English
              05 months ago

              Proxmox virtual machine server, v8.x the UI is funky and the console doesn’t display properly.

        • @FutileRecipe
          link
          English
          85 months ago

          I run into compatibility issues and weird bugs with firefox a lot. I’m still using it as my primary browser, but I have to keep a chromium based browser ready for times when a website won’t work in firefox…

          Got any specific examples you don’t mind sharing? I can’t remember the last time I ran into this.

          • Fubarberry
            link
            fedilink
            English
            15 months ago

            Most recent one was visiting https://www.lifetime.com/playsets on Firefox mobile. After going back and forth between the list of playsets and individual playset pages, Firefox stopped loading the list of playsets. I would load in most of the page, but the actual product list wouldn’t load. Refreshing and restarting Firefox wouldn’t fix it, but the page loaded fine in brave browser so it didn’t appear to be a server issue.

            Before that one, I had a time where Firefox mobile was completely broken by an update for like a week. Wouldn’t load any web pages, reinstalling/resetting user data/etc wouldn’t fix it.

            I’ve had websites break on Firefox desktop too, but I don’t have any specific examples I can recall right now. I definitely run into more issues with Firefox mobile than desktop though.

            • @FutileRecipe
              link
              English
              15 months ago

              I definitely run into more issues with Firefox mobile than desktop though.

              Ah, mobile. I don’t use Firefox mobile due to its insecure status, particularly lack of sandboxing:

              Avoid Gecko-based browsers like Firefox as they’re currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn’t have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox’s sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn’t happening for their Android browser yet.

              Source: https://grapheneos.org/usage#web-browsing

        • @foggenbooty
          cake
          link
          English
          45 months ago

          This was the case back when Chrome was starting out too. Everything was made for IE and you’d have to keep it around for the odd time you needed it.

          Eventually those old sites were replaced and now Chrome is the new de facto standard.

      • @diffcalculus
        link
        English
        1
        edit-2
        5 months ago

        For the overwhelming majority of users, they won’t know the difference between using the two. People here are on a high inhaling the air in this echo chamber.

        I’ve used Chrome on every device imaginable since Chrome was a thing. I’ve had a negligible amount of problems, in all my years. I absolutely hate that Google shuts services down when they get bored. And I absolutely hate what they did with Google Music and Google Chats, and Domains.

        I move off Google services when they shut down. Besides that, I’ve no problems with the ones I use (minus nitpicks and the above products).

        So to anyone here feeling bad and are afraid to comment on here because they don’t want to lose Internet points, fret not. There are millions of us perfectly satisfied using Google, PAYING for their services where we see fit, and generally not worrying at all about any of this.

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

          What about the ad blocker changes they’re making? That’s pretty much the line for me. I use chrome everywhere but when ublock stops working well that’ll be me jumping ship. The web is a fucking unreadable cesspool without a solid adblocker running.

          • @diffcalculus
            link
            English
            05 months ago

            The adblock changes is a shit stain, absolutely agree with you there.

            For my household, personally, it won’t make a difference because I have a pihole blocking everything from all devices. So that change isn’t enough to persuade me to make a move.

            But yes, anyone who doesn’t have pihole of and uses adblockers, it will be 100% understandable for them to jump ship.

    • leaskovski
      link
      fedilink
      85 months ago

      To be fair, chromebooks are great devices for kids, and the family link platform makes keeping them “secure”, easier… a lot easier!!!

        • leaskovski
          link
          fedilink
          25 months ago

          It grinds me a bit, as I did have a Linux version if Firefox installed on my Chromebook, but because the book is just a sofa device and doesn’t get any love (especially from the little shits), it runs dog slow, so I end up just using chrome on it, and suffer the pain of not having things synced between devices. Thankfully the most important thing, bitwarden is syncing, so I can manage the suffering.

    • @Live_Let_LiveOP
      link
      English
      75 months ago

      some small problems i face is that

      while i use youtube it runs slower.

      and the quick image search feature using google lens is not present.

      and telegram voice call does not work.

      • TigrisMorte
        link
        fedilink
        565 months ago

        Where as,
        youtube = googlie
        google lens = googlie
        and
        telegram via web requires chromium api, so = googlie

        Hmm, proprietary things that are totally under the control of the corpo in question run slower or not at all on the corpo’s competitor’s browser. I wonder if that isn’t exactly what avoid a monoculture is all about preventing?

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

        Ah yes, google nerfing its own services under another browser for its own gain definitely isn’t the issue here.

      • @DePietPiraat
        link
        English
        155 months ago

        You can use a different frontend for YouTube. You’ve got Freetube for pc, Yattee for MacOS and iOS and piped on any platform. These solutions also protect your privacy and block ads.

        • @TrickDacy
          link
          English
          85 months ago

          If only they actually worked. Never understand how they get recommended constantly and yet repeatedly I try to use them and they don’t work.

          • @DePietPiraat
            link
            English
            65 months ago

            I’m using Freetube on Windows, it works like a charm. Feel free to dm me if you need help.

            • @TrickDacy
              link
              English
              25 months ago

              Is that one a desktop app? I primarily use pop_OS and would prefer a web solution. I’ve tried piped, invidious, peertube, and libretube iirc

              • @seth
                link
                English
                45 months ago

                I’m with you, and would prefer a browser based frontend for yt that doesn’t brick. I see no reason for standalone apps anymore whenever the data is exclusively online. On the other hand, I hate how webapp versions of Excel/Spreadsheets (for instance) are pushed for office software, where the data has no need to live in the cloud. At home I stick with LibreOffice, as the only issue I’ve had with switching over to it was VBA scripts and macros I wrote over a decade ago not working - and those really needed to be updated anyway.

            • @TrickDacy
              link
              English
              15 months ago

              Yeah invidious (different instance) worked for me a couple weeks and then went down for days. I tried some other mirrors after that and they did not work.

              If they were reliable, I could put up with the worse UX, but so far they haven’t been reliable for me

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

          My problem with these is that the quality is always bad. Usually 720p max and only H.264 instead of VP9. YouTube quality is already bad enough as it is and nerfing it even more feels awful.

      • @w2tpmf
        link
        English
        125 months ago

        That’s because YouTube detects the browser you are using, and slows it down for browsers that aren’t their own.

          • @w2tpmf
            link
            English
            15 months ago

            I’ve seen mixed reviews on whether or not that’s effective.

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

        and the quick image search feature using google lens is not present

        There’s an addon that not only adds that back into the right click menu but also adds support for other image searching services!

        Its called “search by image” and it works very well ime

    • nadram
      link
      English
      55 months ago

      Chrome is great at multi-user switching. FF in comparison is @$$ in that respect… I went back to FF around a month ago after a decade long hiatus.

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

      Some websites load faster in Chrome. But the reason why Chrome is so ubiquitous is because for normal people, Google is still the plucky user friendly company they were in the early 00s.

    • @Matriks404
      link
      English
      35 months ago

      Firefox is better on desktop, but on mobile it still sucks, sometimes it is even refusing to load websites.

    • people_are_cute
      link
      fedilink
      English
      25 months ago

      No lie, I actually had to shift to Chrome from Firefox today. Some websites are straight-up broken on Firefox, while others load painfully slow (e.g. try arc.net on Firefox vs any Chromium-based browser). Not to mention the massive shame of Mozilla leadership treating its own flagship product as a second-class citizen in favour of “AI initiatives” or whatever the fuck those C-suites want to stud into their resumes.

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

      Because normies were using IE, then enough of them had their “tech enthusiast” grandson show them Chrome in 2010 and now that’s all they use.

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

      Firefox is right there and is a better browser to boot. I genuinely have no idea why

      I used to use mozilla by Mozilla, too. THAT’s why.

    • Obinice
      link
      English
      0
      edit-2
      5 months ago

      Okay I’m happy to switch, I used to use Firefox years ago until Chrome came along and it’s a great browser, but can I integrate my Google accounts with it?

      I want it to sync all my stuff to my Google accounts, and so far I’ve not found another browser that can do this :-(

      I’m also not sure if all the plugins I have would have Firefox implementations, maybe they do. I use Darkreader, some password vault stuff, uBlock, SponsorBlock and the other YouTube one they make (I forget the name) are an absolute must, too.

      • @TrickDacy
        link
        English
        155 months ago

        What do you want to integrate with your Google account? Imo that’s something to specifically avoid, not something to seek out. But I may be not understanding what you mean

        • Obinice
          link
          English
          65 months ago

          All my bookmarks, search history, browsing history (so I can type a portion of a URL into my address bar, say a word or so, and have it find the page I want even though my own memory fails me), that sort of thing. Plus it works across all my devices.

          And casting pages or my desktop or such to my Chromecast is really handy too, and so is the Chrome Remote Desktop feature that I use sometimes to remote in to my PC. I don’t know how many of those things Firefox has, maybe it casts and stuff too.

          But yeah I use all that kinda stuff, and of course it keeps me logged in to all the Google services I use, like my emails, YouTube, Drive, Docs, Maps, etc, and facilitates using that stuff seamlessly without issues, which is great.

          I’m deep in the Google ecosystem basically, and I’d be happy to switch browsers just so long as that deep functionality remained, know what I mean?

          Some people here really hate Google (like, specifically on Lemmy people seem unusually angry about them existing), but they seem no worse (or better) than any of the other companies that offer all this stuff, so I might as well pick my poison as it were. They’re all evil at the end of the day, haha.

          Sure, I could run 20 different individual open source services on a server to do everything I use Google for, albeit without integrations and likely a bit more muddled and less feature complete, requiring ongoing care and upkeep, and that IS kinda appealing, I do get why, I used to do the homelab/home-sysadmin stuff for fun, but I just don’t have the time or patience to do that stuff these days, you know?

          I got older, and now I just want a functioning service that I don’t need to fiddle around with these days, and that way of life extends to my browser too. Give me a good browser that lets me do what I want with all the integrations I like, and I’m happy.

          Right now I’m not happy with Chrome because of their ad blocker policy, and how locked down plugins are in general. And I want to theme it! Firefox used to let you change everything in a themed all the colours, icons, element sizes and so on, it was dope. I assume they still do that, I’d love that.

          Anyway, I hope that answers your question :-) Sorry if it is a bit muddled, I blame ADHD brain :-P

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

            Damn, no replies. I’m in the same boat. I’m kinda waiting for Google to break adblock so I finally have the push to make the switch.

      • @CatTrickery
        link
        English
        5
        edit-2
        5 months ago

        Firefox has Firefox Accounts which will do just the same. All those extensions are also available. You may find the odd extension is missing but there is usually a decent replacement about.

      • Johanno
        link
        fedilink
        English
        25 months ago

        All work on Firefox.

        While you can’t use Google password-manager easily on Firefox (probably there is a plugin for that) the Firefox password-manager is better in my opinion.

        The Google account stuff works mostly, but I don’t know what you exactly want to do. You should try it out.

    • @[email protected]
      link
      fedilink
      English
      -15 months ago

      Firefox is not the better browser in anything but privacy. Maybe it could win in customisability, but that’s something only a few percent of users care about.

      It has longer load times and sometimes breaks sites entirely while using about the same resources. Yes, the reason for that is that website creators don’t deliberately support it, but the normal user only cares about functionality.

      I still use it and recommend it to anyone that asks, but saying that it’s the better browser is just delusional.

    • @anlumo
      link
      English
      -6
      edit-2
      5 months ago

      Chrome’s developer tools are better, and having two browsers open at the same time while programming is a strain on RAM resources, especially since Visual Studio Code needs to run in its own Chromium.

      • @not_woody_shaw
        cake
        link
        English
        135 months ago

        Have you checked recently? Chrome devtools have been getting steadily worse the last few years, and Firefox’s keeps getting better.

        • @anlumo
          link
          English
          05 months ago

          I haven’t seen anything getting worse, but I agree that the Firefox dev tools are now barely usable. They weren’t before.

          • @TrickDacy
            link
            English
            115 months ago

            FF dev tools haven’t been shitty for like more than 10 years

            • @webhead
              link
              English
              65 months ago

              I honestly have no idea what this guy is talking about. I use dev tools in Firefox all the time and they’re pretty much the same as Chrome.

              • @TrickDacy
                link
                English
                15 months ago

                Right, they’re great. They were a little janky in 2012 and before or something but yeah Chrome only enjoyed maybe 1-2 years even back then of being better

        • Daniel F.
          link
          fedilink
          English
          15 months ago

          Idk, twenty twenty-something. But Chromium with the YouTube homepage takes less RAM than GNOME Software and GNOME Shell, which either says I should move to Xfce or that Chromium has improved. Can’t speak on VS Code though since I run that in a distrobox and podman is broken for me rn.

        • @anlumo
          link
          English
          05 months ago

          The year where a browser can easily eat up 10GB of RAM.

          On my Mac mini with 8GB, just having Visual Studio Code open is enough to fill up the RAM. No other programs necessary.

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

              A lot of more budget devices still have 4 and 8 gigs. Not to mention all the older devices.

              • AWildMimicAppears
                link
                fedilink
                English
                65 months ago

                yeah, but thats not an development environment (at least not an acceptable one for anything serious)

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

                  Genuine question (I am not a developer): if you don’t use a bloated IDE, what do you need this much RAM for?

                  • 2xsaiko
                    link
                    fedilink
                    English
                    15 months ago

                    I have no idea what people are talking about. My M2 MacBook with 8 GB handles pretty much all programming I do on it (biggest thing I’ve worked on on it was probably a 500k line C++ project). And I do use CLion usually which is one of the big IDEs. I’d go for more disk space before more RAM honestly. (Sure, my main machine has 64 GB but that’s because I run huge compilation jobs testing distro packages, games, VMs, and a bunch of other stuff on it sometimes in parallel and especially the compilation jobs can easily take up 40 GB sometimes but I’d say that is not a usual use case.)

              • Bo7a
                link
                fedilink
                English
                55 months ago

                Your WORKstation is for working. Budget devices are not for working.

            • @anlumo
              link
              English
              45 months ago

              The new MacBook Pro Apple just released a few days ago comes with 8GB in the lower two tiers.

            • @anlumo
              link
              English
              25 months ago

              I just use it for building and deploying to macOS/iOS. I don’t want to spend four digit prices just for that (I’m a freelancer).

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

            It’s 2024. 32GB is a min requirement. I roll with 128GB because it’s a couple hundred bucks to never have to worry about RAM.

            • @anlumo
              link
              English
              25 months ago

              Yeah well, I can see how you don’t run into RAM issues with 128GBs of it.