DOJ will push Google to sell off Chrome

1248 points by redm 7 months ago | 1438 comments
  • talldayo 7 months ago
    • rkharsan64 7 months ago
      People here seem to be underestimating the advantages that Google gets just because of Chrome:

      - When you sign in to Google, you sign in browser-wide. Google now gets all of your browsing data, perfect for advertising. (If you ever doubt it, go check out Google Takeout. You'll be shocked at the amount of data you see there.)

      - They have special APIs and features that they get to use, and nobody else. Only because they own Chrome. [1]

      - They get to move forward with enabling and pushing features that allow for more advertising: see Manifest v3, FLoC.

      - Google specifically serves a worse version of Search on Firefox for Mobile. You have to get an extension to get the full experience.

      This isn't an isolated attempt. You can see more of the same thing with Android.

      - AOSP (the open source counterpart of Android) is now unusable. It doesn't ship with most essential apps, including a Phone app. In previous versions of Android, all of these were a part of AOSP.

      - Most third party launchers/stores struggle to implement features because they are only available for Google themselves.

      - The signing in with Google thing from above continues here too: you sign in to Google system-wide.

      [1]: https://x.com/lcasdev/status/1810696257137959018

      • chaosharmonic 7 months ago
        > This isn't an isolated attempt. You can see more of the same thing with Android.

        Here are more:

        - (jumping off of your second point...) Play Services does more than just handle stuff you sign into as a user -- it's also a dependency for everything from push notifications to screen casting. This actively poses issues building competing platforms, in that in order to give developers a path to shipping in your ecosystem you have to provide functioning alternatives to all of those ancillary features. The compatibility issue also impacts user adoption, and then the user adoption and the barren marketplace impact each other... Even the combined resources of Amazon and Microsoft weren't enough to overcome this. (Facebook did, but I'm also not sure forking the OS into a separate VR platform is necessarily the same thing.)

        - It also comes with integrity checking, so even if you do find a good third party image, and sideload Google packages, numerous things won't work unless you take part in a dumb arms race that ironically requires you to also root your device. By which I mean a feature that was originally built for banking applications is now used everywhere from streaming services (as an additional layer of DRM) to gacha games (for anti-cheat). This is actually the entire reason I dropped Pokemon Go, personally.

        Obligatory link to the excellent Ars piece on this topic: https://arstechnica.com/gadgets/2018/07/googles-iron-grip-on...

        • deanCommie 7 months ago
          > Even the combined resources of Amazon and Microsoft weren't enough to overcome this.

          Pedantically, their resources were never combined. They independently tried to compete, and they independently failed.

          For what it's worth though, Amazon seems to be doing tidy business with entrypoint tablets and FireOS, which is a fork of Android, but still one they own.

          Microsoft's exit of mobile was a short-sighted decision IMO. They have the entire office suite. They have windows and Windows has essentially become an app store model too.

          I can easily imagine a future where Microsoft leaned in hard on Microsoft Mobile-exclusives for Word/Outlook/Excel/Teams/etc., bundled it with the rest of Office/Windows subscriptions, and had every office worker in the world carrying a windows phone for their work device.

          I know, I know - everyone wanted only an iPhone. But it feels to me like Microsoft didn't try very hard.

          • Vilian 7 months ago
            They can't properly port the office to android today, imagine years ago, also office in cellphone were never great
            • chaosharmonic 7 months ago
              > Pedantically, their resources were never combined. They independently tried to compete, and they independently failed.

              I'm talking about Windows Subsystem for Android, which leveraged Amazon's app store.

              Though honestly, their application strategy since Windows 8 has been fascinating. Watching them:

              - ship Linux and Android app support

              - replace their first-party browser with a Chrome derivative (and inherit all the PWA support of its parent)

              - ship first-party support for .NET and PowerShell on other platforms

              - ship React Native builds for Windows and macOS

              ...all suggest they're really trying not to get into the same hole as what happened with Metro, by giving you a lot of different ways to build something that can then run on modern versions of Windows -- regardless of whether that's even necessarily your goal.

            • 9cb14c1ec0 7 months ago
              If we could just have a competing push notifications service, I would be over the moon.
              • niutech 7 months ago
                You can root your Android device and replace Google Play Services with microG (https://microg.org).
              • silexia 7 months ago
                I would love to see ads split off from search.
              • pjc50 7 months ago
                The problem is this:

                - the browser is undeniably critical as everyone's window through which they view the online world;

                - the user gains a huge amount of value by a browser being integrated into the OS, webviews in other applications, etc

                - browsers aren't really a self funding product

                - having a single for-profit US advertising company control everyone's view of the online world, however slightly (e.g. by obstructing adblockers), is Not Good

                Splitting it off solves the latter problem but immediately raises the question of how to pay for it. A very artificial arrangement where Google pay "arms length browserco" to maintain Chrome?

                • throwaway2037 7 months ago
                  You raise some very important points.

                  Specifically, this one:

                      > browsers aren't really a self funding product
                  
                  I feel the same. I also feel the same about a modern C library and C compiler (and C++, if you like). They are essential to build any modern system and applications. Yet, those are also (mostly) no longer self-funding products.

                  What do you think will happen if Google is forced to divest Chrome?

                  • wongarsu 7 months ago
                    Netscape used to cost the equivalent of $100 inflation-adjusted dollars and was only forced to go free to compete with Internet Explorer. Now the genie can't be put back in the bottle, and anyone trying to sell you a browser would become irrelevant the same way Delphi's paid compiler lost out to free C compilers.

                    Maybe you could carve out a niche that's willing to pay, the same way C# did before dotnet core. But for a mass product the best-case scenario would be something similar to today's Opera.

                    However what it would do is open up the market to competition. Right now Google is spending a lot on Chrome development and Chrome advertisement. Opera and Edge both have given up on their own engines because they couldn't keep pace with Chrome development, and Firefox kept its engine but can't compete with Chrome's ad spend. If Chrome had to compete on a more even playing field there would be more room for diversity and competition. That could be a net positive, even if it makes Chrome worse.

                    • criddell 7 months ago
                      > What do you think will happen if Google is forced to divest Chrome?

                      The new Chrome company will struggle for a year or two then Apple will try to buy it but lose out after Oracle submits a higher bid.

                      • rileyphone 7 months ago
                        Firefox has made Mozilla billions over its lifetime by selling the default search engine rights to Yahoo and Google. Chrome, having a much greater user base, would demand a correspondingly higher fee (probably around $10b a year). Now, the other problem is there is no other search engine to compete with Google at that level, but that might change with independence of Chrome.
                        • niutech 7 months ago
                          Browsers can be profitable, see Opera: https://investor.opera.com/news-releases/news-release-detail...

                          But not everything must be for-profit. Free/Libre/Open Source Software is a prime example. Projects like GNU, Linux, GNOME, KDE, WebKitGTK, LibreOffice are sustainable for a long time.

                          • baq 7 months ago
                            > They are essential to build any modern system and applications. Yet, those are also (mostly) no longer self-funding products.

                            so, an utility.

                            create a (partially?) state-owned steward with a legislated mandate to develop the browser, self-funded via extra tax on digital goods and services.

                          • lolinder 7 months ago
                            Any potential buyer will have to be looking to use Chrome to accomplish the same kinds of synergies that Google is using it for, to get ahead in some adjacent market. Depending on the buyer that could be good for competition, at least in the short term, but it's not clear that it will be better for us as users.
                            • nfw2 7 months ago
                              Hypothetically, why would some buyer using Chrome's monopoly to establish a market advantage in an adjacent domain be different than Google using Chrome's monopoly to establish a market advantage in an adjacent domain?
                              • 7 months ago
                              • niutech 7 months ago
                                How does splitting off Chrome as a separate company solve anything? They would still rely on Google for funding (like Mozilla) and being close friends they would do whatever Alphabet tells them to do.

                                A better solution is to implement a bill like DMA in the EU to enforce competition among web browser vendors and fight monopolies.

                                • lcnPylGDnU4H9OF 7 months ago
                                  > A better solution is to implement a bill

                                  Not that I disagree with the overall point, but this is something the DOJ does not do. They would just look at the current laws and decide who to prosecute based on their interpretation of events.

                                  • scarface_74 7 months ago
                                    Unless you own a Chromebook, if you have Chrome on your computer, you made a choice to download it. How would a browser choice screen help?
                                    • verve_rat 7 months ago
                                      But now Bing would have a chance of becoming the default search engine of the most used browser in the world.

                                      That's the difference.

                                      • throwaway888889 7 months ago
                                        Look at the effects of breaking up the bells into smaller companies....
                                        • PittleyDunkin 7 months ago
                                          Frankly, who cares. The important part is that google doesn't own a browser.
                                        • binkHN 7 months ago
                                          > A very artificial arrangement where Google pay "arms length browserco" to maintain [a browser]?

                                          Sounds almost like Firefox.

                                          • moffkalast 7 months ago
                                            Google to Mozilla: "I'm gonna pay you 400M a year for antitrust to fuck off"

                                            Seems like it didn't work though.

                                          • rawgabbit 7 months ago
                                            The issue is who controls Chromium. I would create a non profit and staff it with a handful of maintainers. Their primary job would be to ensure safety and squash exploits. Their other job is to curate and approve pull requests from volunteers for enhancements. They should make it open source with the caveat if it is used for commercial purposes, there will be a licensing fee to pay for security enhancements, bug bounties, and the like.
                                            • Ferret7446 7 months ago
                                              Whoever contributes to it controls Chromium.

                                              If 90% of the contributors were non-Google, then it would effectively be controlled by non-Google, because they could fork it and their fork would still get 90% of development.

                                              See Terraform for a live example.

                                              The only reason Google "controls" Chromium is because Google funds almost, but not quite, 100% of its development.

                                              On a similar note, there's nothing stopping Microsoft from investing equal or greater amounts and forking Chromium (well, arguably they might already have with Edge). Except that they're benefiting from all of Google's investment, for free. Why turn down a massive developer investment from your competitor with no strings attached?

                                              • rollcat 7 months ago
                                                So more or less what Mozilla was supposed to be all along?
                                                • kernal 7 months ago
                                                  Do you think Google will continue to invest money and resources into the development of Chromium if they were forced to sell Chrome? I don't. The first thing I would do is close source the Chromium project and work on a new closed source browser to compete with Chrome. I also don't see Chrome surviving when all of the Google/Chromium developers have left.
                                                • DeusExMachina 7 months ago
                                                  They could sell a lot of the data that Google now gets for free and uses for its ranking algorithms, like Clickstream sells data to SEO tools like AHrefs and SemRush.
                                                  • IX-103 7 months ago
                                                    Google doesn't use Chrome data for Ads or Search. They're not allowed to based on the TOS, and also they have government regulators watching carefully to make sure they don't make a mistake like that.
                                                  • fluidcruft 7 months ago
                                                    Sort of sounds like you are one step short of suggesting a browser is critical infrastructure.
                                                    • singleshot_ 7 months ago
                                                      I’m consistently fascinated to look at Chrome/Google and think of all the things we lost when we broke IE/Microsoft.

                                                      To what extent and I holding a stupid belief, and why? I think I might like to be talked out of this, if reasonable. Want to try?

                                                      • maeil 7 months ago
                                                        > browsers aren't really a self funding product

                                                        They are, see how both Safari and Firefox, the 2nd and 3rd most popular browsers, have brought in tens of billions of revenue per year. Safari is immensely profitable, Firefox too would be if Mozilla wouldn't be run in an absurdly poor manner.

                                                        > the user gains a huge amount of value by a browser being integrated into the OS, webviews in other applications, etc

                                                        What is the huge value gain that e.g. Safari being integrated into MacOS is bringing me? Why couldn't webviews be backed by a browser of my choice?

                                                        • dismalaf 7 months ago
                                                          Mozilla literally gets paid by Google, and not sure how you can quantify Safari as being profitable on its own when it's the default for all Apple products and realistically, the only browser on iOS.
                                                          • madeofpalk 7 months ago
                                                            > Safari is immensely profitable

                                                            The exact way Safari itself is immensely profitable is under scruity in this exact DOJ case!

                                                            • echoangle 7 months ago
                                                              In what way is Safari profitable? How is that even measured? Has any consumer in the last 10 years ever specifically paid for safari? Or do you mean the payments by google to be the default search engine?
                                                              • ranger_danger 7 months ago
                                                                Please provide proof that Firefox has "brought in tens of billions of revenue per year".
                                                              • 7 months ago
                                                                • BeefySwain 7 months ago
                                                                  > browsers aren't really a self funding product

                                                                  Yeah... Because massive companies use them anti-competitively as a moat against other companies, and as a loss leader to enable massive data collection and vendor lock in.

                                                                  "browsers aren't really a self funding product" is a symptom of dysfunction, not the inevitable conclusion of a fair market.

                                                                  • pjc50 7 months ago
                                                                    I'm not sure that software entirely obeys normal market theory. So much of it is zero-cost free.

                                                                    The synergistic effects are so strong that most users would prefer there to be The System, in which everything works together and there's no risk of incompatible choices. They don't necessarily care which system.

                                                                    The market in things like, say, file explorers is tiny. There's a few shell replacements (free), Midnight Commander and clones, and maybe over in the corner someone making a few thousand dollars a year from an Explorer replacement.

                                                                    • marcosdumay 7 months ago
                                                                      Well, things with open source alternatives tend to fare badly when sold.
                                                                    • astrodust 7 months ago
                                                                      Firefox has made a mountain of money off of their tiny market share. Chrome as a company would instantly rake in billions.
                                                                      • scarface_74 7 months ago
                                                                        From making Google the default search engine…
                                                                      • lofaszvanitt 7 months ago
                                                                        Browsers should be developed by an intercountry nonprofit. Funded by all the countries' governments.
                                                                        • homebrewer 7 months ago
                                                                          You might have missed recent news about Linux maintainers being kicked off for reasons having nothing to do with Linux. This will not work across "political borders" because psychologically we're all still cavemen in need of a tribe to stick to, and a group of "them" to hate on.
                                                                          • kube-system 7 months ago
                                                                            We can't even get the world's governments to agree on what basic human rights are.
                                                                            • dartos 7 months ago
                                                                              It works out so well for the UN!
                                                                              • marcosdumay 7 months ago
                                                                                You can have country-specific nonprofits that cooperate; you can have consumer-rights nonprofits or free-speech nonprofits cooperating...

                                                                                The best thing about open source is that cooperating on it is very easy.

                                                                                • ranger_danger 7 months ago
                                                                                  That is your assumption.
                                                                                  • water9 7 months ago
                                                                                    [flagged]
                                                                                  • GoblinSlayer 7 months ago
                                                                                    >browsers aren't really a self funding product

                                                                                    You can use Firefox 3, programs don't rot.

                                                                                    • sebastiennight 7 months ago
                                                                                      Not really true...

                                                                                      In this specific case I'd be willing to bet that Firefox 3 probably doesn't handle current HTTPS/TLS standards and might not be able to browser the modern Internet at all (let alone display modern webpages, HTML5 video players, single-page web apps, WebRTC live calls, etc.)

                                                                                  • mrkramer 7 months ago
                                                                                    Google realized if they don't control the search distribution they gonna lose out sooner or later; which is kinda contradictory for them if they claim Google is the best search out there and that they are constantly improving it and that's why(they say), people choose it over other alternatives. But tbh distribution of your product/s is crucial.

                                                                                    Just look at Microsoft and their internet strategy, they chose the other route; push their internet browser(IE) down their massive distribution pipe called Windows and then introducing their search engine to this massive userbase. Fortunately this didn't work out for them but unfortunately that worked out for Google. And now Google essentially controls the Web in the more than half of the world.

                                                                                    • Loic 7 months ago
                                                                                      > Fortunately this didn't work out for them but unfortunately that worked out for Google.

                                                                                      No, Google was better, then they used Chrome as an extremely powerful moat to protect their situation. Google at first was like magic compared to the Altavista of the time.

                                                                                      • adestefan 7 months ago
                                                                                        It wasn't just the search that was amazing. You would go to google.com and be presented with only a Google logo, 1 line input box, and 2 buttons.

                                                                                        No portal, no news, no header, no login, no advertise with us, no punching monkeys.

                                                                                        It was a refreshingly different take on the web at the time.

                                                                                        • sharpshadow 7 months ago
                                                                                          That’s how I feel about Yandex lately. When it’s a struggle to find something on the common search engines, Yandex works like magic.

                                                                                          It’s not that Yandex is particularly better in any way, it just chooses to not filter the content one is looking for.

                                                                                          • mrkramer 7 months ago
                                                                                            Yes but without Chrome, Google wouldn't have 90% search market share that they have today. They are completely dominating the WWW industry.
                                                                                          • marcosdumay 7 months ago
                                                                                            TBH, when Google did that, Apple was already threatening making it impossible for IOS users to use Google's services.
                                                                                          • madeofpalk 7 months ago
                                                                                            I don't disagree, but I'm also not sure what the alternative is.

                                                                                            Who's going to buy Chrome that also doesn't suffer from the same anti-trust problems? Who would want to buy Chrome? Who would want to fund Chrome?

                                                                                            What browser would Android ship? In one view I kind of like the idea that Google would have to shop around and 'buy' a browser for its OS (competition good!), but also that seems ridiculous and easy to fall right back into the same trap.

                                                                                            • coldpie 7 months ago
                                                                                              > Who's going to buy Chrome that also doesn't suffer from the same anti-trust problems? Who would want to buy Chrome? Who would want to fund Chrome?

                                                                                              Hmm. It's a good question, and I don't know the answer. I think there's a compelling argument that the problem is the scale of the harm. That is, even if the new owner has the same problems, the new owner won't also be the largest web company. So the problem still exists, yes, but becomes smaller. In particular having the #1 web browser strongly tied to the #1 web company has a lot of problematic dynamics that the #1 web browser being owned by the #25 web company doesn't. Maybe that company would be more open to forming beneficial relationships with the #2 and #3 web companies, for example.

                                                                                              • robertlagrant 7 months ago
                                                                                                Google already funds Firefox and makes Chromium[0] as well, which seems like quite a lot of effort to go to as a single company in funding/enabling competition. Microsoft had to do far less to resolve their EU dispute: just give users other options for browsers on install of their OS.

                                                                                                [0] Unless if today you take Chromium and make your own browser, and it still has all the stuff in about logins and tracking.

                                                                                              • timeon 7 months ago
                                                                                                > Who would want to buy Chrome? Who would want to fund Chrome?

                                                                                                This is interesting question especially when companies are usually just use Chromium instead of creating new browser (not even making hard fork of Chromium).

                                                                                                • dismalaf 7 months ago
                                                                                                  Most Android devices ship Samsung Internet.

                                                                                                  Chrome is only the default on Pixel devices...

                                                                                                  • 71bw 7 months ago
                                                                                                    >Chrome is only the default on Pixel devices...

                                                                                                    WRONG

                                                                                                    Before a couple of weeks ago where a Google Play Services update changed the first set-up process, almost all global (non-CN market) devices forced Chrome as default: Xiaomi, OnePlus, Realme, Motorola, Oukitel and whatever other weird brands there are left in the Android world. AKA anything other than Samsung

                                                                                                  • snapcaster 7 months ago
                                                                                                    Open source browsers already exist though
                                                                                                    • PaulHoule 7 months ago
                                                                                                      Many forks of Chromium, yes. Most if the rest of them pass the “open source” test but would struggle on the “browser” side.
                                                                                                      • madeofpalk 7 months ago
                                                                                                        Who pays for the development? Is the linux model viable for a browser?

                                                                                                        Open source browsers are either bad and non-competitive, or they're Firefox and still get criticism for being in the pocket of Google.

                                                                                                      • whiplash451 7 months ago
                                                                                                        How about this: sell the browser to the entreprise [1] and use the profit to offer the browser to the public for free, which in turns helps you secure a user base.

                                                                                                        [1] https://www.island.io/

                                                                                                      • hodder 7 months ago
                                                                                                        There doesn't have to be a buyer. They can spin it off as an independent company. Surely it can be a profitable enterprise on its own.
                                                                                                        • madeofpalk 7 months ago
                                                                                                          Surely? I can't imagine Chrome by itself is a very profitable company. Who knows.
                                                                                                      • rfoo 7 months ago
                                                                                                        > If you ever doubt it, go check out Google Takeout. You'll be shocked at the amount of data you see there.

                                                                                                        I sign in browser-wide and I do takeouts regularly. I don't see my browsing data.

                                                                                                        > It doesn't ship with most essential apps, including a Phone app. In previous versions of Android, all of these were a part of AOSP.

                                                                                                        And back when they were part of AOSP I never saw these example apps in the wild. Every vendor ships their own phone app. Every single one.

                                                                                                        There's some "hey we compile a extremely old and vulnerable version of AOSP"-style Android distributions, mainly advertised for builtin su/Magisk or "degoogle", which did use these example apps, though.

                                                                                                        I agree with other critics, they are toxic.

                                                                                                        • atahanacar 7 months ago
                                                                                                          You've disabled the option to see it. Your data is still being collected.
                                                                                                          • didntcheck 7 months ago
                                                                                                            That's unfalsifiable conjecture. I could just as easily assert that dang is building secret dossiers on all of us from our IP-request logs - we just can't see it
                                                                                                            • rfoo 7 months ago
                                                                                                              Yeah, I really wish there is a working option to make me see it, then.

                                                                                                              I always enable every data collection option in my privacy page, because even if I don't they get the data anyway, so why bother?

                                                                                                              I do see my entire Google Search history since 2006.

                                                                                                          • judge2020 7 months ago
                                                                                                            > - When you sign in to Google, you sign in browser-wide. Google now gets all of your browsing data, perfect for advertising. (If you ever doubt it, go check out Google Takeout. You'll be shocked at the amount of data you see there.)

                                                                                                            I have yet to see evidence that Google uses browser sync data for advertising.

                                                                                                            Go do something in chrome (look for cruises maybe), then delete the activity from myactivity.google.com, then wipe and reinstall chrome. You will see that you aren’t advertised based on that activity yet it’s still in your chrome history.

                                                                                                            • asadotzler 7 months ago
                                                                                                              >I have yet to see evidence that Google uses browser sync data for advertising.

                                                                                                              Then you probably don't get out much:

                                                                                                              https://www.theverge.com/2024/5/31/24167119/google-search-al...

                                                                                                              Another major point highlighted by Fishkin and King relates to how Google may use Chrome data in its search rankings. Google Search representatives have said that they don’t use anything from Chrome for ranking, but the leaked documents suggest that may not be true. One section, for example, lists “chrome_trans_clicks” as informing which links from a domain appear below the main webpage in search results. Fishkin interprets it as meaning Google “uses the number of clicks on pages in Chrome browsers and uses that to determine the most popular/important URLs on a site, which go into the calculation of which to include in the sitelinks feature.”

                                                                                                              • judge2020 7 months ago
                                                                                                                It sounds like that might be talking about the hyperlink `ping` param: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorE...

                                                                                                                It could be marked as chrome because Firefox doesn’t support it (without a default-off config value) and Safari technically implemented it at a later date than Chrome, with non-chromium Edge supporting it years after chrome.

                                                                                                                This would indicate Google is using chrome to tell it when (via its support of the ping property) but wouldn’t indicate they are decrypting and analyzing chrome sync data.

                                                                                                            • DanielVZ 7 months ago
                                                                                                              I know this is anecdotal and that I should look further into this but I recently had to switch to chromium because google suite products were slightly unusable in firefox: youtube used way more CPU than it should’ve (maybe this is due to codecs but I was not able to solve it), google sheets crashed constantly, google meet slowed my laptop to a halt and I couldn’t even share my screen, and for some reason google calendar would suddenly start to hog CPU and RAM randomly. Since I switched to chromium everything is smoother and I just can’t believe chromium per se is just this better than Firefox.
                                                                                                              • bayindirh 7 months ago
                                                                                                                I'll ask what extensions you use on your Firefox, because I regularly use Google Meet on an 2014 MacBook Pro with latest Firefox, and it doesn't even make the fans spin, plus all the goodies like environmental noise cancellation is there. Meet team also recently ported some of the Chrome only features back to Firefox, due to some fear, I guess...

                                                                                                                The YouTube videos in higher bitrates (like 4K) is generally due to Firefox's ability to hardware accelerate things, and there's a bit of difference there, yes. But on Linux and macOS (moreso in sequoia), I see no extreme CPU use. Just testing it on Firefox 132.02 on Debian Testing with Radeon 550 with open drivers, While I see a spike in CPU load, there's definitely some GPU load is also being produced, pointing to at least some GPU acceleration.

                                                                                                                On the other hand, Intel N100 with on board graphics can visibly struggle at 4K as far as I can tell. That one runs Firefox ESR though, I need to retest.

                                                                                                                I don't use WASM based Google Workspace tools (docs, sheets, etc.) heavily, but they don't crash when we use it on other pepople's documents that we collaborate on.

                                                                                                                • shiroiushi 7 months ago
                                                                                                                  That's strange; I use all of those Google products (except Meet, I can't speak to that one) on a daily basis on Firefox (on Linux) and they all work just fine. YouTube in particular works very well, perhaps because I have the "Enhancer for YouTube" extension installed, plus uBlock Origin.
                                                                                                                  • loloquwowndueo 7 months ago
                                                                                                                    You can use chrome only for those google things where Firefox is crippled on purpose, and use Firefox for everything else.
                                                                                                                    • rgreekguy 7 months ago
                                                                                                                      Teams was acting up on Firefox the other day, too. It wouldn't have Q&A and whatever button is to the left of it enabled. "Not supported in your browser", or something.
                                                                                                                      • attendant3446 7 months ago
                                                                                                                        I keep Chromium only for Google Meet, Datadog and Google Cloud Console. Opening these apps in Firefox makes fans on my laptop spin like crazy.
                                                                                                                      • blcArmadillo 7 months ago
                                                                                                                        > - AOSP (the open source counterpart of Android) is now unusable. It doesn't ship with most essential apps, including a Phone app. In previous versions of Android, all of these were a part of AOSP.

                                                                                                                        This particular example is a bit misleading as those apps are still available; they're just unbundled from the system image: https://source.android.com/docs/automotive/unbundled_apps/re...

                                                                                                                        • zinekeller 7 months ago
                                                                                                                          Your comment unfortunately implies that Google still maintains them, which is farthest from the truth (as this document shows, it is only maintained for automotive use - it is not usable on a regular phone).
                                                                                                                          • Ferret7446 7 months ago
                                                                                                                            Why is Google obligated to maintain them? It's open source so other people can and should do so.
                                                                                                                        • esrauch 7 months ago
                                                                                                                          > Google specifically serves a worse version of Search on Firefox for Mobile.

                                                                                                                          I don't think Google owning Chrome is really a factor here, but just a raw traffic question where FF Mobile has basically zero uptake. The experience they serve on FF Mobile is just the "we arent subscribed to validating that all of our shiniest JS works with this version of this browser".

                                                                                                                          The extension spoofs the user agent and arbitrary obscure features that only trigger on specific queries may be broken.

                                                                                                                          Google does do the effort of validating on other browsers where the traffic threshold is higher, including Firefox on Desktop. If they didn't own Chrome nor Firefox they still wouldn't really have incentive to spend more time supporting the tiny fraction of users.

                                                                                                                          • xnx 7 months ago
                                                                                                                            A browser with a huge userbase would be extremely lucrative for an unscrupulous owner. A new owner could sell full and identifiable clickstream data for all browser activity. A new owner could siphon information from the non-public web for AI training, corporate espionage, or any other purpose.
                                                                                                                            • vintermann 7 months ago
                                                                                                                              > Google specifically serves a worse version of Search on Firefox for Mobile.

                                                                                                                              Can't say I've noticed that, but YouTube definitively feels like it's getting an especially slow-loading version on Firefox.

                                                                                                                              • dingnuts 7 months ago
                                                                                                                                > Google specifically serves a worse version of Search on Firefox for Mobile. You have to get an extension to get the full experience.

                                                                                                                                Huh, I wonder if this is why I have perceived a drop in quality from Google Search. What a stupid move from them -- not only have I stopped using Google Search and now pay Kagi (yes I know money still flows from Kagi to Google but even still) and have been evangelizing Kagi as well as taking every opportunity to shit on Google Search.

                                                                                                                                Great job G, you made the product worse and made me a customer of someone else

                                                                                                                                • Timber-6539 7 months ago
                                                                                                                                  Everything here you accuse Google of doing, Apple is running circles on. Ultimately, if this case goes through Google are right about one thing. The UX on Chrome is going to take a steep nose dive.
                                                                                                                                  • tuetuopay 7 months ago
                                                                                                                                    Apple does not run the largest advertising network on the planet. As simple as that.

                                                                                                                                    Even for the matter of the browser, Apple does not have the same push as Google does. Yes, Safari is the default browser on a phone. But outside of the mobile world, Safari is a rounding error.

                                                                                                                                    • yunwal 7 months ago
                                                                                                                                      In terms of controlling commerce (google’s main line of business), non-mobile is on its way to becoming a rounding error.
                                                                                                                                      • fsflover 7 months ago
                                                                                                                                        > Apple does not run the largest advertising network on the planet.

                                                                                                                                        No, but they're trying to: https://news.ycombinator.com/item?id=42185080

                                                                                                                                      • Gormo 7 months ago
                                                                                                                                        > The UX on Chrome is going to take a steep nose dive.

                                                                                                                                        In order to dive any further, it would have to begin excavation.

                                                                                                                                        • sunaookami 7 months ago
                                                                                                                                          Apple does not have a monopoly.
                                                                                                                                          • PittleyDunkin 7 months ago
                                                                                                                                            There's nothing inherently illegal about monopolies, just anti-competitive behavior. While Apple is engaging in clear anti-competitive behavior (eg shoving the app store down customers throats), they've reined in restrictions of competing browsers so that they're actually worth using now.
                                                                                                                                            • Timber-6539 7 months ago
                                                                                                                                              What do you call the Apple store then if it's not a monopolization of the iOS ecosystem?

                                                                                                                                              This article accurately captures all tech monopolies, Apple included.

                                                                                                                                              https://ia.net/topics/monopolies-apple-and-epic

                                                                                                                                            • jimjambw 7 months ago
                                                                                                                                              In what way?
                                                                                                                                              • Timber-6539 7 months ago
                                                                                                                                                Who is going to provide a competitive browser for the price of $0 other than Google?
                                                                                                                                            • jajko 7 months ago
                                                                                                                                              How far can one go from 'don't be evil', right.

                                                                                                                                              And that's one aspect of one product. Company-wide list would be probably impressive in the worst way possible

                                                                                                                                              • ENGNR 7 months ago
                                                                                                                                                Don't be evil was only the wifi password
                                                                                                                                                • water9 7 months ago
                                                                                                                                                  They changed it to make it longer.its now “Dont Forget To Be Evil”
                                                                                                                                              • paraknight 7 months ago
                                                                                                                                                The APIs thing: it's not just Chrome, but Chromium too. I first noticed this when trying to replicate some of the screen sharing UI (buttons to share different things) from Google Meet, only to find that no non-Google domains have access to those APIs in the Chromium source code. Made a huge deal about it but nobody seemed to care.
                                                                                                                                                • Ferret7446 7 months ago
                                                                                                                                                  You could just edit the domain restriction out of the Chromium source, no?
                                                                                                                                                • iteratethis 7 months ago
                                                                                                                                                  To add: Google uses Chrome's established user base to bundle other products in the same way Microsoft uses Office subscriptions to push Teams.

                                                                                                                                                  The most recent example being Gemini now deeply integrated into Chrome. Had Gemini been a stand-alone product, it would have to fight for every user. Now billions of users have it at their fingertips.

                                                                                                                                                  • learningstud 7 months ago
                                                                                                                                                    Yes, Google gains advantages through the Chrome browser so do we as consumers. The competition for Chrome should come from a better Browser not by being forced to sell it. DOJ is wasting time and taxes on this pointless verdict. Even more economic wastes are coming when the selling happens.
                                                                                                                                                    • a-loup-e 7 months ago
                                                                                                                                                      Thinking things just "should" happen is how we get to this issue in the first place.
                                                                                                                                                    • shiroiushi 7 months ago
                                                                                                                                                      >AOSP is now unusable. It doesn't ship with most essential apps, including a Phone app.

                                                                                                                                                      That's OK: these days, the phone (voice calling) app is only useful for receiving calls from scammers and telemarketers. I wouldn't miss it.

                                                                                                                                                      • jansan 7 months ago
                                                                                                                                                        I sincerely doubt that forcing Google to spin off Chrome is the only or best solution for this.
                                                                                                                                                        • simiones 7 months ago
                                                                                                                                                          What other solution do you have in mind? Legislation about architecture decisions taken in software products seems preferable?

                                                                                                                                                          In principle there is nothing wrong for example with a shared account for multiple products from the same company, many even prefer it. The problem only appears when this gets concentrated into too much power and can be leveraged in ways that distort the market and hurt consumers.

                                                                                                                                                          • nzach 7 months ago
                                                                                                                                                            > Legislation about architecture decisions taken in software products seems preferable?

                                                                                                                                                            To me this option seems more practical. And we already have some precedence for this kind of solution.

                                                                                                                                                            For aviation we have entities like EASA issuing standards like ED-109 and for healthcare we have the HL7 organization issuing the HL7 standard. Another example in the healthcare industry is the DICOM standard created by the NEMA organization. This is not a new idea.

                                                                                                                                                            I'm not arguing this approach is without problems. But we are already doing this for some pretty important topics, and I don't see why we couldn't use the same strategy for an "open web standard" that all browsers have to implement.

                                                                                                                                                        • beanjuiceII 7 months ago
                                                                                                                                                          I'm happy to give all this to a cohesive experience google provides. There are competitors in this market too, but google was the first and best not sure why they deserve this blatant overstep in abuse of power
                                                                                                                                                          • askvictor 7 months ago
                                                                                                                                                            > Google specifically serves a worse version of Search on Firefox for Mobile. You have to get an extension to get the full experience.

                                                                                                                                                            What's the difference, and where can I find this extension?

                                                                                                                                                            • Rebelgecko 7 months ago
                                                                                                                                                              On Firefox, the design of the search results page looks about a decade older. Some people would argue that's a good thing :)
                                                                                                                                                              • phito 7 months ago
                                                                                                                                                                Also I can't get weather information on Google with Firefox
                                                                                                                                                              • rkharsan64 7 months ago
                                                                                                                                                                Google Search Fixer. It's a recommended extension for Firefox on Mobile.
                                                                                                                                                              • evoke4908 7 months ago
                                                                                                                                                                Uploads to google drive from Firefox are throttled to 10% of the bandwidth I get using Chrome
                                                                                                                                                                • 7 months ago
                                                                                                                                                                • 2OEH8eoCRo0 7 months ago
                                                                                                                                                                  AOSP is so useless that I refuse to even call it an "operating system."
                                                                                                                                                                  • maeil 7 months ago
                                                                                                                                                                    You missed one:

                                                                                                                                                                    - They get to move forward with enabling and pushing features that allow for more hardware and software lockin to their platform: see unexportable passkeys

                                                                                                                                                                    • downrightmike 7 months ago
                                                                                                                                                                      Manifest V3 is just another nail in the coffin.
                                                                                                                                                                    • legitster 7 months ago
                                                                                                                                                                      I'm all for competition and increasing consumer choices, but the government is really not making a case that this is supposed to help consumers.

                                                                                                                                                                      The only reason I still use Chrome is because I already use other Google products and they integrate well together. There are many other better options out there otherwise, and they are all free. Breaking out Chrome from Google will not in any way benefit me as a consumer.

                                                                                                                                                                      > The agency and the states have settled on recommending that Google be required to license the results and data from its popular search engine

                                                                                                                                                                      > They are also prepared to seek a requirement that Google share more information with advertisers and give them more control over where their ads appear.

                                                                                                                                                                      It sounds like the end goal of this is to enrich other companies, not customers. And if the DOJ has their way, they want to crack open Google's vault of customer data and propagate it across the internet.

                                                                                                                                                                      Not only does this sound extremely bad for consumers, the DOJ is trying to completely change Google's business model and dictate how they are supposed to make money. Regardless of how you feel about Google, this seems like a far overreach from the DOJ on finding and fixing market manipulation.

                                                                                                                                                                      • JumpCrisscross 7 months ago
                                                                                                                                                                        > only reason I still use Chrome is because I already use other Google products and they integrate well together

                                                                                                                                                                        This is the point. Google's products integrate with Chrome better than non-Google products. Including its ad platform.

                                                                                                                                                                        • wrsh07 7 months ago
                                                                                                                                                                          I'm failing to see why "this product we built from the ground up integrates better with our other tools" is an anti trust problem

                                                                                                                                                                          Isn't that what we want companies to do?

                                                                                                                                                                          I have two frustrations with this kind of decision:

                                                                                                                                                                          1. It's not clear to me that the judge has any interest in creating value. 2. It does feel a bit like being punished for success.

                                                                                                                                                                          It's one thing when it's ill-gotten success, eg via coercive contracts (like Android has with play services), and we should aggressively deal with that sort of contract! However, what often seems to happen in these types of cases is the judge identifies a behavior they dislike and bans it without really considering more targeting / surgical treatments

                                                                                                                                                                          • illiac786 7 months ago
                                                                                                                                                                            The problem is not that it integrates well with google products, the problem is that they are preventing other products from integrating as well.
                                                                                                                                                                            • conductr 7 months ago
                                                                                                                                                                              I tend to agree. I struggle to understand how a company runs a browser product without being eventually seen as a monopoly. They’re making a unique product ecosystem of browser and apps, just like everyone else, no need to keep coming down on whoever is successful at it. People can vote with their feet and use a dozen other options.
                                                                                                                                                                              • globular-toast 7 months ago
                                                                                                                                                                                Monopolies are bad for us. It's as simple as that really.

                                                                                                                                                                                > It does feel a bit like being punished for success.

                                                                                                                                                                                Nobody is being punished. Punishment would be like "you're going to prison because the thing you started turned into a monopoly". That's not what is happening. It's more like "whoops, you created a monopoly, time to reset, but you get to keep everything you reaped so far".

                                                                                                                                                                                • fzzzy 7 months ago
                                                                                                                                                                                  They didn't build it from the ground up
                                                                                                                                                                                  • tristan957 7 months ago
                                                                                                                                                                                    Chrome allows Google to control the web platform to benefit their Ads business.
                                                                                                                                                                                  • jascination 7 months ago
                                                                                                                                                                                    1) does it though? It seems like the Google-specific parts of it are pretty ancillary to the whole experience

                                                                                                                                                                                    2) how is it different to Apples integration with Safari?

                                                                                                                                                                                    • chipdart 7 months ago
                                                                                                                                                                                      > 1) does it though? It seems like the Google-specific parts of it are pretty ancillary to the whole experience

                                                                                                                                                                                      You're unwittingly describing the textbook definition of anticompetitive practices only made possible by abusing a dominant position.

                                                                                                                                                                                      > 2) how is it different to Apples integration with Safari?

                                                                                                                                                                                      Safari does not represent >65% of all web traffic. Also, there's the major liability of having a single ad company controlling the browser that the average internet user uses to browse the web.

                                                                                                                                                                                      • mplewis9z 7 months ago
                                                                                                                                                                                        > how is it different to Apples integration with Safari?

                                                                                                                                                                                        It’s not, other than Google has a way larger market share (especially if you count Edge/Opera/Brave/etc.) and has been (ab)using that position to push web standards in a direction that favors their business and that other browser vendors have to follow to keep up.

                                                                                                                                                                                        If Safari had Chrome’s market share and was throwing their weight around like Google does and Microsoft did with IE, it’d be the same argument and I’d also personally support forcing them to divest it.

                                                                                                                                                                                        • JumpCrisscross 7 months ago
                                                                                                                                                                                          > how is it different to Apples integration with Safari?

                                                                                                                                                                                          Apple hasn't been found to have a monopoly like Google has [1].

                                                                                                                                                                                          [1] https://apnews.com/article/google-antitrust-search-engine-ve...

                                                                                                                                                                                          • itake 7 months ago
                                                                                                                                                                                            2) consumers cannot use products like Safari as their exclusive web browser. The web has decided that Chrome is the only browser worth supporting and the world needs to keep Chrome at-the-ready for when the alternative browser eventually breaks.

                                                                                                                                                                                            For example, Chrome has replaced IE as the corporate browser, due to the integrations with Workspace accounts and Authentication mechanisms. In order to use the fingerID on my/employer's macbook pro, I have to give my employer root/sync access to Google Chrome.

                                                                                                                                                                                            • swiftcoder 7 months ago
                                                                                                                                                                                              > 2) how is it different to Apples integration with Safari?

                                                                                                                                                                                              It's only different in the share of the overall market they hold - and it's notable that the EU has already acted to break Apple's monopoly over specifically the iOS browser market.

                                                                                                                                                                                              • mcint 7 months ago
                                                                                                                                                                                                re: 1) logging into a Google domain in a chrome browser, logs the browser into the Google account [auto-profile-login] [gSignin], and by default, syncs browser history to the cloud, cloud-readable [gSync]. Google's own docs describe that you can add a passphrase "so Google can't read it". While Google can read it, they have an arguable duty to shareholders to read it.

                                                                                                                                                                                                - [auto-profile-login]: https://news.ycombinator.com/item?id=26200298

                                                                                                                                                                                                - [gSignin]: https://support.google.com/chrome/answer/185277

                                                                                                                                                                                                - [gSync]: https://support.google.com/chrome/answer/165139?hl=en

                                                                                                                                                                                                > Keep your info private with a passphrase With a passphrase, you can use Google's cloud to store and sync your Chrome data without letting Google read it.

                                                                                                                                                                                                Thank you appealing to reasonable expectations, but Google, as their own docs make clear, ties uses together quite aggressively^W conveniently.

                                                                                                                                                                                                2) Whatabout Apple and Safari? Apple doesn't offer an email service supported in part by scanning email content for ads.

                                                                                                                                                                                                Apple has gone to some lengths to engineer a system where they can credibly(-ish) claim to "protect your privacy when you browse the web in Safari," [Apple private relay].

                                                                                                                                                                                                - [Apple private relay]: https://support.apple.com/en-us/102602

                                                                                                                                                                                                Google re-engineers their browser to prevent ad-blockers from working.

                                                                                                                                                                                              • graeme 7 months ago
                                                                                                                                                                                                But where is the consumer benefit?
                                                                                                                                                                                                • michaelt 7 months ago
                                                                                                                                                                                                  Much better privacy protection and ad blocking.

                                                                                                                                                                                                  There's really no rational reason for third-party cookies to still exist. The only reason they're still around is because an advertising company's browser has like 97% market share.

                                                                                                                                                                                                  • chaxor 7 months ago
                                                                                                                                                                                                    Perhaps if chrome finally fails people will move to better things, like servo https://github.com/servo/servo.

                                                                                                                                                                                                    It would be nice to have a completely open source browser that can be built with a simple one liner from cargo. Having several thousands of eyes on the code daily to check for telemetry violations, privacy issues, security, and performance daily in mostly a single language, small, and well structured browser repo would be phenomenal compared to the disjoint jumbled messes we have today.

                                                                                                                                                                                                    • o999 7 months ago
                                                                                                                                                                                                      Wouldn't consumer like it if they could use Google services on any browser with the same experience without having to give up other browsers? I use firefox mainly but I have to use Chrome when I use Google Meet because Google provide more features and better performance when you are on Chrome (intentionally, not because of other browsers limitations)
                                                                                                                                                                                                      • rtpg 7 months ago
                                                                                                                                                                                                        consumer benefit is not the end all of antitrust.
                                                                                                                                                                                                        • mulmen 7 months ago
                                                                                                                                                                                                          Innovation. Google has no competition and so has no incentive to innovate for consumer benefit.
                                                                                                                                                                                                          • makeitdouble 7 months ago
                                                                                                                                                                                                            More future competition and innovation.
                                                                                                                                                                                                            • canadianfella 7 months ago
                                                                                                                                                                                                              [dead]
                                                                                                                                                                                                            • cmrdporcupine 7 months ago
                                                                                                                                                                                                              Out of all the parts of Google that take advantage of integration to pump up ad revenues, I'd say Chrome is the least of them?

                                                                                                                                                                                                              If we're serious about this, separate search and ads. Force ads-Google to pay search-Google for data on the open market, and let other people pay for the same data, make it transparent, and let consumers see exactly what's happening.

                                                                                                                                                                                                              While we're at it, separate Google's display ad network from its RTB facilities, basically carving DoubleClick back out again.

                                                                                                                                                                                                              Then watch the stock tumble.

                                                                                                                                                                                                            • st3fan 7 months ago
                                                                                                                                                                                                              > The only reason I still use Chrome is because I already use other Google products and they integrate well together.

                                                                                                                                                                                                              And that is exactly why Chrome should be broken up/out. It is unfair competition. And you say there are many other well working options out there but that is simply not true. Googles web applications work best on Chrome and often break on non Chrome browsers. Mostly because of changes to those web applications and not because of random browser bugs. This is how you win people over and complete your browser world domination.

                                                                                                                                                                                                              • hilbert42 7 months ago
                                                                                                                                                                                                                "And that is exactly why Chrome should be broken up/out."

                                                                                                                                                                                                                Exactly, we saw this with MS's IE 2—3 decades ago. That governments didn't learn from this and let it repeat with Chrome is so damn annoying.

                                                                                                                                                                                                                • wrsh07 7 months ago
                                                                                                                                                                                                                  Do we really still think operating systems shouldn't ship with browsers??

                                                                                                                                                                                                                  I thought that one had been retroactively deemed a pretty silly decision

                                                                                                                                                                                                                  • linuxftw 7 months ago
                                                                                                                                                                                                                    I think the circumstances were quite different. MS was an entrenched player when they created IE/started monopolizing. Google was not an entrenched player. They rose to monopoly power.
                                                                                                                                                                                                                    • gnabgib 7 months ago
                                                                                                                                                                                                                      Ah three decades ago, a year before Internet Explorer was released[0], and 7 months after Netscape was released[1], easy to correct in hindsight.

                                                                                                                                                                                                                      Two decades ago IE6 was already 3yo, Safari 1 was 1yo, and it would take 4 years for Chrome to drop[2].

                                                                                                                                                                                                                      [0]: https://en.wikipedia.org/wiki/Internet_Explorer [1]: https://en.wikipedia.org/wiki/Netscape [2]: https://en.wikipedia.org/wiki/Google_Chrome

                                                                                                                                                                                                                      • r00fus 7 months ago
                                                                                                                                                                                                                        There are lots of MSFTers who now work for Google. They just relocated from the Microsoft office in Palo Alto to the Google one down the road.

                                                                                                                                                                                                                        Same people = same mistakes.

                                                                                                                                                                                                                      • lodovic 7 months ago
                                                                                                                                                                                                                        Browsing the internet hasn't really changed during the last 15 years or so. I hope that this will enable development of totally new browsers or even completely different ways to use the internet.
                                                                                                                                                                                                                      • jrflowers 7 months ago
                                                                                                                                                                                                                        > DOJ is trying to completely change Google's business model and dictate how they are supposed to make money

                                                                                                                                                                                                                        This is good reasoning. It is overreach for a regulatory body to do something that could impact the business model of a monopoly. Monopolies are bad, unless being a monopoly is part of that monopoly’s business model and an important part of how the monopoly makes money, in which case nothing should be done.

                                                                                                                                                                                                                        • kaba0 7 months ago
                                                                                                                                                                                                                          I do mostly agree with grandparent, but not with your take.

                                                                                                                                                                                                                          What is the problem with government regulating, say, the ingredients that can be used in foods, forbidding addictive drugs from being added to them? Or selling drugs that are completely fake or outright dangerous?

                                                                                                                                                                                                                          This obsession with small governments (and basically, libertarianism) doesn't really stand on proper grounds.

                                                                                                                                                                                                                          Why can't the government work for you? Maybe it's an inherent bias given that I'm from Europe, but I think the stereotypical utopia about "big government" is much more true for huge corporations (which have absolutely no safety mechanisms built in to prevent a paper clip factory going overboard in the name of profit) compared to the slow-moving, democratic, slightly corrupt governments. Only one of these have accountability in a humane form, while the only metric for corporate is a single number.

                                                                                                                                                                                                                          • jrflowers 7 months ago
                                                                                                                                                                                                                            This is a good point. “Why should anyone think about monopolies when we could imagine what it would be like if they put nicotine in beefaroni?” is exactly the sort of salient and nuanced discourse that is sorely lacking these day’s
                                                                                                                                                                                                                          • cambaceres 7 months ago
                                                                                                                                                                                                                            > unless being a monopoly is part of that monopoly’s business model and an important part of how the monopoly makes money, in which case nothing should be done.

                                                                                                                                                                                                                            Can you expand on this?

                                                                                                                                                                                                                            • TJSomething 7 months ago
                                                                                                                                                                                                                              My read of this is based on an assumption that monopolies will always structure their business around being monopolies. This post is implying that there cases where there are not, and those are the only cases where antitrust law should be enforced. Based on this contradiction, as well as the odd phrasing, emphasizing how important making money is over resolving the badness of monopolies, I'm pretty sure this is a joke.
                                                                                                                                                                                                                              • lanternfish 7 months ago
                                                                                                                                                                                                                                It's a distillation of the top level comment done in a sarcastic manner meant to indicate the dubious natute of the original claim.
                                                                                                                                                                                                                                • hatefulmoron 7 months ago
                                                                                                                                                                                                                                  I would assume they're being facetious.
                                                                                                                                                                                                                              • UncleMeat 7 months ago
                                                                                                                                                                                                                                For years people have complained "ugh Google is selling your data, how awful" and here is the government seeking to mandate that Google sell your data! There's no way that this is the right remedy.
                                                                                                                                                                                                                                • nielsbot 7 months ago
                                                                                                                                                                                                                                  How so?
                                                                                                                                                                                                                                  • dismalaf 7 months ago
                                                                                                                                                                                                                                    Considering Chrome is just Chromium + a lil telemetry, forcing them to sell Chrome is akin to forcing them to sell consumer data. The Chromium bits are OSS, so the only proprietary and sellable bit is the user data really.
                                                                                                                                                                                                                                • jedberg 7 months ago
                                                                                                                                                                                                                                  It would be great for consumers. Google would be forced to make their products work just as well with other browsers as it does with their own.

                                                                                                                                                                                                                                  I only use Chrome to interact with Google properties. I'd love to use Firefox for everything.

                                                                                                                                                                                                                                  • ozyschmozy 7 months ago
                                                                                                                                                                                                                                    I see a lot of people saying Google services don't work well on other browsers. Can someone give an example? I've been using Firefox desktop and mobile for a year and haven't had any issues with Google stuff. At least YouTube, drive, docs, sheets, etc. seem to work just fine
                                                                                                                                                                                                                                    • alt227 7 months ago
                                                                                                                                                                                                                                      In google docs if you highlight some text and right click there are options for copy and paste. If you click them in chrome it works fine, if you click them in Firefox it says:

                                                                                                                                                                                                                                      "These actions are unavailable using the Edit menus, but you can still use: Ctrl+C - for copy, Ctrl+X - for cut, Ctrl+V - for paste"

                                                                                                                                                                                                                                      So for some reason some functions are just not present in other browsers. I can guarantee they could implement these functions if they wanted to.

                                                                                                                                                                                                                                      • maronato 7 months ago
                                                                                                                                                                                                                                        Have you tried using Google Meet on Safari? You can’t use filters, blur the background, and basically all other features besides basic video and audio.
                                                                                                                                                                                                                                        • rdedev 7 months ago
                                                                                                                                                                                                                                          I have random loading issues when I try to play something on the YouTube shorts page. The audio would play but not the video. Refreshing the page sometimes fixed this
                                                                                                                                                                                                                                        • inquirerGeneral 7 months ago
                                                                                                                                                                                                                                          [dead]
                                                                                                                                                                                                                                        • lxgr 7 months ago
                                                                                                                                                                                                                                          > There are many other better options out there otherwise, and they are all free.

                                                                                                                                                                                                                                          For how long, though?

                                                                                                                                                                                                                                          The trajectory for Firefox doesn’t look good at all (and it’s completely dependent on Google too).

                                                                                                                                                                                                                                          Apple are doing their share of anticompetitive shenanigans with Safari on iOS, although the other way around.

                                                                                                                                                                                                                                          Everything else is based on Chromium and therefore not contributing to any heterogeneity of implementations.

                                                                                                                                                                                                                                          • avtolik 7 months ago
                                                                                                                                                                                                                                            > The trajectory for Firefox doesn’t look good at all (and it’s completely dependent on Google too).

                                                                                                                                                                                                                                            Can you elaborate on this? I am using Firefox since it was released, and it is getting better, not worse.

                                                                                                                                                                                                                                            • alt227 7 months ago
                                                                                                                                                                                                                                              They keep firing large chunks of their employees due to not much cash, and the majority of their funding comes from google which it is phasing out over time.
                                                                                                                                                                                                                                              • dtech 7 months ago
                                                                                                                                                                                                                                                It's market share has been slowly trending downward since forever
                                                                                                                                                                                                                                              • niutech 7 months ago
                                                                                                                                                                                                                                                Not everything else is based on Chromium - see: Epiphany, Servo, Ladybird.
                                                                                                                                                                                                                                                • DiggyJohnson 7 months ago
                                                                                                                                                                                                                                                  Can anyone think of a hero to save us?
                                                                                                                                                                                                                                                  • password4321 7 months ago
                                                                                                                                                                                                                                                    Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder

                                                                                                                                                                                                                                                    20240701 https://news.ycombinator.com/item?id=40856791

                                                                                                                                                                                                                                                    • chaxor 7 months ago
                                                                                                                                                                                                                                                      https://github.com/servo/servo

                                                                                                                                                                                                                                                      Servo is upcoming, but so far it is fantastic in comparison to any other browser out there.

                                                                                                                                                                                                                                                      I tend to focus on any software that does not require 12 teams of people 6 weeks to determine how to build a single binary because of the use of 20 different programming languages and mixing and matching of paradigms and solutions to subconponents. I very much appreciate simplicity and look for highly secure and private programs that highly discourage JavaScript from ever being run.

                                                                                                                                                                                                                                                      Servo is finally a breath of fresh air in that regard.

                                                                                                                                                                                                                                                      • alternatex 7 months ago
                                                                                                                                                                                                                                                        Maybe Zen Browser as an alternative to Firefox.
                                                                                                                                                                                                                                                    • EMIRELADERO 7 months ago
                                                                                                                                                                                                                                                      > It sounds like the end goal of this is to enrich other companies, not customers.

                                                                                                                                                                                                                                                      In this case, the "customers" are other companies.

                                                                                                                                                                                                                                                      Antitrust markets can be defined broadly or narrowly. In this case, the market was "general web search advertising" (among others).

                                                                                                                                                                                                                                                      Who are the consumers in this market? People and companies that want their ads placed where (and to who) it matters.

                                                                                                                                                                                                                                                      • Ferret7446 7 months ago
                                                                                                                                                                                                                                                        So fuck all of the billions of users of Chrome I guess, and let the other advertising companies make some money.

                                                                                                                                                                                                                                                        I'm sure everyone will be thanking the DOJ for their poorer Web experience, knowing that their sacrifice is allowing other ad companies to earn their fair share.

                                                                                                                                                                                                                                                        • philistine 7 months ago
                                                                                                                                                                                                                                                          Exactly. Everybody thinks they're the consumer, but often times consumers are other companies.
                                                                                                                                                                                                                                                          • crabmusket 7 months ago
                                                                                                                                                                                                                                                            The thing I keep coming back to is that everyone needs a job. So unless we all go to work for Google, things that help other companies help the employees of other companies.
                                                                                                                                                                                                                                                            • xeonmc 7 months ago
                                                                                                                                                                                                                                                              They may think they are consumers, but most often they are the consumables.
                                                                                                                                                                                                                                                          • tombert 7 months ago
                                                                                                                                                                                                                                                            > The only reason I still use Chrome is because I already use other Google products and they integrate well together.

                                                                                                                                                                                                                                                            Isn't that kind of the complaint though? Google, by controlling the platform and therefore sort of indirectly controlling the entire web, can make it artificially easier to push you to their products, and push you away from others.

                                                                                                                                                                                                                                                            If I wanted, for example, to make a competitor to Google Docs, I'm not just competing with Google Docs, I'm also competing with the integration of Google Docs with Chrome, meaning that Google Docs can be artificially better than my product. While I don't know if Google has actually done this, it would be pretty easy for them to actively gimp any Google Doc competitor in Chrome so that you're more likely to use their service instead.

                                                                                                                                                                                                                                                            • typeofhuman 7 months ago
                                                                                                                                                                                                                                                              This would be like if Tesla made the roads and the roads could recharge batteries but only to Tesla vehicles and you as a Tesla owner saying this is not anti-competitive.
                                                                                                                                                                                                                                                              • tirant 7 months ago
                                                                                                                                                                                                                                                                Even as a non Tesla owner I would say that’s not anti competitive if every other OEM is also able to make their own roads, which is exactly the case with Chrome.

                                                                                                                                                                                                                                                                There’s multiple browsers, and people might choose Chrome because it has a better ecosystem around it. That means it’s a better product for those people.

                                                                                                                                                                                                                                                                • r00fus 7 months ago
                                                                                                                                                                                                                                                                  Explain to me how there can be two roads occupying the same space? A road network is a natural monopoly.
                                                                                                                                                                                                                                                                • melodyogonna 7 months ago
                                                                                                                                                                                                                                                                  But Chrome doesn't work that way at all? Google gives Chromium away for free - which has enabled innovation across the software industry beyond the browser space if I must say so.
                                                                                                                                                                                                                                                                  • tantalor 7 months ago
                                                                                                                                                                                                                                                                    In this scenario do I get a free car and get to drive on the fancy roads for free? Sign me up.
                                                                                                                                                                                                                                                                  • animex 7 months ago
                                                                                                                                                                                                                                                                    By that same logic, Safari is the #1 browser on mobile in the US and should also be spun off.
                                                                                                                                                                                                                                                                    • RandomThoughts3 7 months ago
                                                                                                                                                                                                                                                                      > It sounds like the end goal of this is to enrich other companies, not customers.

                                                                                                                                                                                                                                                                      Then end goal is fostering competitions in a market where there is basically none. So yes, it obviously benefits would be competitors. That's the point.

                                                                                                                                                                                                                                                                      • einpoklum 7 months ago
                                                                                                                                                                                                                                                                        > The only reason I still use Chrome is because I already use other Google products and they integrate well together. There are many other better options out there otherwise, and they are all free. Breaking out Chrome from Google will not in any way benefit me as a consumer.

                                                                                                                                                                                                                                                                        It will benefit you in many ways, including: Better compatibility of Google with multiple browsers, and a browser which doesn't actively encourage you to use Google products and services.

                                                                                                                                                                                                                                                                        Indirectly, a reduction in Google's centralized power will make life easier for many people and organizations which offer you services and products (yes, I realize that's a bit vague and needs some elaboration).

                                                                                                                                                                                                                                                                        • concinds 7 months ago
                                                                                                                                                                                                                                                                          > It will benefit you in many ways, including: Better compatibility of Google with multiple browsers

                                                                                                                                                                                                                                                                          No, the way you do that is to pass a law that says Google can't intentionally make their websites work worse in other browsers. That's not what the dumb DOJ is doing.

                                                                                                                                                                                                                                                                          • einpoklum 7 months ago
                                                                                                                                                                                                                                                                            Perhaps you're right, but this level of specificity is not usually something we find in primary legislation (AFAIK). Also, the DOJ may be motivated to act to a different extent than the two chambers of Congress. Still, it's always possible that this measure may end up not being effective.
                                                                                                                                                                                                                                                                        • verisimi 7 months ago
                                                                                                                                                                                                                                                                          This is the government answer to doing something about privacy. It's what the people said they wanted when they voted. Right?
                                                                                                                                                                                                                                                                          • Onavo 7 months ago
                                                                                                                                                                                                                                                                            Realistically nothing is going to happen. The incoming admin has made clear their distaste for Lina Khan. In other words, this is just an attempt at a swan song by the Biden White House.
                                                                                                                                                                                                                                                                            • graeme 7 months ago
                                                                                                                                                                                                                                                                              This Trump admin lawsuit began this lawsuit, and Trump previously expressed distaste for Google. Things may change but they may not
                                                                                                                                                                                                                                                                          • jeswin 7 months ago
                                                                                                                                                                                                                                                                            I'm totally fine with this, but I wish they would do the same thing with Apple. Google's platform, at the very least is open and I can run my own apps.

                                                                                                                                                                                                                                                                            One could ask, "How is Apple a Monopoly, and do they abuse that position?". In my view it is, since you can't have a business or build connected hardware without an iOS app. And as for abusing that position for gaining market share, there are just too many examples starting with say, watches.

                                                                                                                                                                                                                                                                            • ThePhysicist 7 months ago
                                                                                                                                                                                                                                                                              Apple doesn't have a similar position in any space though, or do they? In terms of market share they're not even the biggest player in the smartphone market, they sit below 20 % (the most profitable 20 % though).

                                                                                                                                                                                                                                                                              Google, in comparison, absolutely dominates the search and ad markets and sucks all oxygen out of them to keep any competition from springing up by controlling distribution and limiting choice. They e.g. paid vast amounts of money to Apple to make sure users don't get a free choice of search engine.

                                                                                                                                                                                                                                                                              If you wanted to compare the Apple Watch with this it would mean that Apple would make exclusive deals with all stores (online and IRL) selling watches so that consumers would only see Apple watches everywhere they go and would need to look in the basement or on an obscure subpage to find any watches from a different manufacturer. Clearly that's not the case.

                                                                                                                                                                                                                                                                              That said I'm not a fan of Apples walled garden either, I think this should be addressed (and in the EU it is being addressed). It's ridiculous to have this super powerful hardware and I can only run sanctioned apps on them instead of being able to install any kind of software I like.

                                                                                                                                                                                                                                                                              • nl 7 months ago
                                                                                                                                                                                                                                                                                • m3kw9 7 months ago
                                                                                                                                                                                                                                                                                  just because they have a high percentage, it doesn't mean they should be pushed to divest it. Google is likely found to be severely abusing it's powers beyond what you can actually see on the surface
                                                                                                                                                                                                                                                                                • InsomniacL 7 months ago
                                                                                                                                                                                                                                                                                  > Apple doesn't have a similar position in any space though, or do they?

                                                                                                                                                                                                                                                                                  Apple has exclusive control over a market (AppStore), which has almost 2 million different products (Apps), 820,000 suppliers (app publishers) and over 1.3 billion customers (active iPhone users) which conducts more trade ($1.1 trillion) than the entire GDP of Luxemburg.

                                                                                                                                                                                                                                                                                  If that's not a monopoly i don't know what is.

                                                                                                                                                                                                                                                                                  • ThePhysicist 7 months ago
                                                                                                                                                                                                                                                                                    The relevant market for them is smartphones and smartphone apps, and again, Apple doesn't have a monopoly there. Most markets have concentration effects and players that dominate the market to a certain degree, that doesn't automatically make them a monopolist, it depends on how they got there and what exactly they do to keep or build out their position in the market. By your definition Valve is a monopolist in the gaming market due to their size and dominance, but that's likely not true either.

                                                                                                                                                                                                                                                                                    Anticompetitive behavior would be if they used their power to make it more difficult for people to buy Android phones e.g. by entering into exclusivity deals with cell service providers or electronics stores so that you could only find Apple products there (i.e. T-Mobile would only sell iPhones with their contracts and you wouldn't find any Android phones except in some small speciality shops out of town). That's what Google is doing in its markets among other things, i.e. pay tons of money to ensure all virtual store fronts are only stocked with Google products and everything else is hidden behind.

                                                                                                                                                                                                                                                                                    Apple does of course show anti-competitive behavior to a degree, i.e. they purchase the entire production capacity of the most advanced semiconductor fabs to have exclusivity and preserve their edge, but again there are still other players in that market and competition still seems possible. If you want to compare that to what Google is doing in the search and ad space it would translate to them locking up almost all semiconductor suppliers in exclusivity contracts for 10 years so that no other company could ever build any advanced chips in large numbers.

                                                                                                                                                                                                                                                                                    • lolinder 7 months ago
                                                                                                                                                                                                                                                                                      > Apple has exclusive control over a market (AppStore)

                                                                                                                                                                                                                                                                                      Epic tried to make this case already, but the judge ruled that the App Store is not a market that Apple can have a monopoly over.

                                                                                                                                                                                                                                                                                      • joha4270 7 months ago
                                                                                                                                                                                                                                                                                        Yes, Apple has exclusive control over the Apple ecosystem. I'm sure a lot of Apple users would like greater control over their devices.

                                                                                                                                                                                                                                                                                        But the choice isn't between Apple and not having a phone. Android exists, and as long as its a viable choice, Apple isn't a monopoly.

                                                                                                                                                                                                                                                                                        • Vegenoid 7 months ago
                                                                                                                                                                                                                                                                                          While those are big numbers, determining if a company has a monopoly requires looking at the numbers and market share of competing companies as well.
                                                                                                                                                                                                                                                                                          • bee_rider 7 months ago
                                                                                                                                                                                                                                                                                            The argument as to whether smartphones or the Apple App Store is the better definition of a market has been done to death at this point, right? IMO it would be more good faith to just reference the fact that this is a currently entrenched and impossible to reconcile matter of… opinion? Definition?

                                                                                                                                                                                                                                                                                            > If that's not a monopoly i don't know what is.

                                                                                                                                                                                                                                                                                            This level of certainty is not warranted.

                                                                                                                                                                                                                                                                                          • madeofpalk 7 months ago
                                                                                                                                                                                                                                                                                            This is why regulators prefer talking about dominant position rather than just market share.
                                                                                                                                                                                                                                                                                            • kube-system 7 months ago
                                                                                                                                                                                                                                                                                              I think a lot of people aren't aware that monopolies are not illegal in the US. It is completely legal to run a business that is a monopoly.

                                                                                                                                                                                                                                                                                              What is illegal are anti-competitive practices that a business might employ in an attempt to create or maintain a monopoly. A business that violates these laws might already be a monopoly, or it might not be one.

                                                                                                                                                                                                                                                                                            • briandear 7 months ago
                                                                                                                                                                                                                                                                                              > It's ridiculous to have this super powerful hardware and I can only run sanctioned apps on them instead of being able to install any kind of software I like.

                                                                                                                                                                                                                                                                                              Buy different hardware then. You know these things when you buy the device. It isn't a secret. If the device doesn't meet your needs, there are alternatives that do. The fact that there are adequately substitutable products available other than iPhone destroys any concept of "monopoly." Saying Apple has a monopoly on iOS is ridiculous -- they _are_ iOS.

                                                                                                                                                                                                                                                                                              • moffkalast 7 months ago
                                                                                                                                                                                                                                                                                                > they're not even the biggest player in the smartphone market

                                                                                                                                                                                                                                                                                                I think worldwide numbers are skewing your data there, for antitrust only the US numbers matter and those are 59% for Apple on mobile.

                                                                                                                                                                                                                                                                                              • japhib 7 months ago
                                                                                                                                                                                                                                                                                                There’s a similar antitrust lawsuit against Apple: https://www.npr.org/2024/09/20/nx-s1-5119948/a-look-at-the-d...

                                                                                                                                                                                                                                                                                                These things take a long time, though. I think the Apple one is just not as far along.

                                                                                                                                                                                                                                                                                                • fransje26 7 months ago
                                                                                                                                                                                                                                                                                                  > One could ask, "How is Apple a Monopoly, and do they abuse that position?"

                                                                                                                                                                                                                                                                                                  I opened my local configurator to buy a 13" M3 MacBook Air.

                                                                                                                                                                                                                                                                                                     Memory, update from 16GB to 24GB -> +230€
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                     SSD, update from 256GB to 2TB -> +920€
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  Textbook monopolistic price gouging.
                                                                                                                                                                                                                                                                                                  • iosjunkie 7 months ago
                                                                                                                                                                                                                                                                                                    Aston Martin charges $1000 to add a six CD changer in the trunk of Vanquish.

                                                                                                                                                                                                                                                                                                    Clearly textbook price gouging from the monopolistic auto manufacturer, Aston Martin.

                                                                                                                                                                                                                                                                                                    • bee_rider 7 months ago
                                                                                                                                                                                                                                                                                                      Aston Martin doesn’t sell enough cars to be a problem for society. Apple has pretty high market share. I don’t really think they are a monopoly (because I can’t see the point of view that takes a single Apple Store as “the market”), but I think it is obvious that they have more impact than Aston Martin.
                                                                                                                                                                                                                                                                                                      • hu3 7 months ago
                                                                                                                                                                                                                                                                                                        • DirkH 7 months ago
                                                                                                                                                                                                                                                                                                          Nobody needs an Aston Martin to perform well enough at their job. I've been in multiple situations where being a Linux user put me at a disadvantage because everything else at a company assumes Apple.

                                                                                                                                                                                                                                                                                                          Granted, the appropriate response is to demand a Mac from this company, but it still highlights that a Mac isn't a luxury item the same way an Aston Martin is

                                                                                                                                                                                                                                                                                                        • PapaPalpatine 7 months ago
                                                                                                                                                                                                                                                                                                          > Textbook monopolistic price gouging

                                                                                                                                                                                                                                                                                                          So they’re a monopoly because you can only buy Apple laptops from them?

                                                                                                                                                                                                                                                                                                          • Saline9515 7 months ago
                                                                                                                                                                                                                                                                                                            Yes they are a monopoly on the MacOS hardware market, which explains this kind of extractive behavior.
                                                                                                                                                                                                                                                                                                          • sdh9 7 months ago
                                                                                                                                                                                                                                                                                                            You’re free to purchase a Dell, then.
                                                                                                                                                                                                                                                                                                            • ncruces 7 months ago
                                                                                                                                                                                                                                                                                                              Not if you work for a local council or whatever, and need to develop an iOS app for some reason.

                                                                                                                                                                                                                                                                                                              Then you pay, because they basically force you to use their hardware, software, connectors, formats, billing services, etc every step of the way.

                                                                                                                                                                                                                                                                                                              • briankelly 7 months ago
                                                                                                                                                                                                                                                                                                                Apple has a monopoly on usable trackpads.
                                                                                                                                                                                                                                                                                                              • crazygringo 7 months ago
                                                                                                                                                                                                                                                                                                                No, that's textbook price discrimination, aka standard pricing everywhere. Have you looked at the prices for add-ons for cars? Or even for pizza toppings?

                                                                                                                                                                                                                                                                                                                There's no world in which you can tell me Apple has a monopoly on laptops. C'mon.

                                                                                                                                                                                                                                                                                                                • fsflover 7 months ago
                                                                                                                                                                                                                                                                                                                • yung_steezy 7 months ago
                                                                                                                                                                                                                                                                                                                  Apple are creating a walled marketing garden with their new privacy features too. If a person pays for iCloud storage of any time they get placed onto the Apple VPN and their IP address resolves one of two or three different values for any given country.

                                                                                                                                                                                                                                                                                                                  This makes web tracking and attribution impossible to anyone who is not Apple. Users might be happy with it but I think it is similar anti-competitive behaviour to what Google are doing.

                                                                                                                                                                                                                                                                                                                  • hsbauauvhabzb 7 months ago
                                                                                                                                                                                                                                                                                                                    The App Store is one consideration, and the hardware ecosystem another. I personally think both are problems. The ability to cast audio from my device to another is less supported now than they were back when things had audio auxiliary jacks.
                                                                                                                                                                                                                                                                                                                    • pcl 7 months ago
                                                                                                                                                                                                                                                                                                                      How so? Because you need to buy a converter cable?

                                                                                                                                                                                                                                                                                                                      That sounds like “marginally more expensive”, and certainly not a monopoly-abusing position.

                                                                                                                                                                                                                                                                                                                      • hsbauauvhabzb 7 months ago
                                                                                                                                                                                                                                                                                                                        Apple today discontinued the lightning to 3.5mm converters, but I’m more referring to things like the apple exclusive airplay, proprietary Bluetooth codecs, etc
                                                                                                                                                                                                                                                                                                                    • bigs 7 months ago
                                                                                                                                                                                                                                                                                                                      Google abuses privacy in every product they own via their monopoly over the ad ecosystem. Very different to Apple.
                                                                                                                                                                                                                                                                                                                    • curiouscat321 7 months ago
                                                                                                                                                                                                                                                                                                                      Who would possibly buy Chrome? Letting any of the large tech companies purchase it (the only possible buyers) would just give someone else monopolistic power.

                                                                                                                                                                                                                                                                                                                      Chrome can’t exist as a standalone business without being even more consumer hostile.

                                                                                                                                                                                                                                                                                                                      • rty32 7 months ago
                                                                                                                                                                                                                                                                                                                        Very few companies would be able to manage a gigantic project like Chromium.

                                                                                                                                                                                                                                                                                                                        I happen to be poking around the Chromium codebase the last few days. The size of the codebase itself is at the same level as all of our company's code. Something as important and critical as GPU rendering is only a small part of the entire project. You also have v8, ChromeOS, ANGLE etc to worry about, all requiring experts in those areas. Not to mention things like Widevine and other proprietary technology surrounding Chrome.

                                                                                                                                                                                                                                                                                                                        • aeonik 7 months ago
                                                                                                                                                                                                                                                                                                                          I'll do it, if they agree to sell it to me, I'll run it.

                                                                                                                                                                                                                                                                                                                          I have a few hundred bucks that I'm willing to put into the pie, but based on the financials, it's probably going to go bankrupt pretty quick.

                                                                                                                                                                                                                                                                                                                          • michaelt 7 months ago
                                                                                                                                                                                                                                                                                                                            > based on the financials, it's probably going to go bankrupt pretty quick.

                                                                                                                                                                                                                                                                                                                            Stage 1: Buy Chrome from Google, with its 65% browser market share.

                                                                                                                                                                                                                                                                                                                            Stage 2: Tell Google you'll keep them as default search provider for $5 billion per year.

                                                                                                                                                                                                                                                                                                                            Stage 3: Profit

                                                                                                                                                                                                                                                                                                                            • DimuP 7 months ago
                                                                                                                                                                                                                                                                                                                              Yeah, probably not worth the money
                                                                                                                                                                                                                                                                                                                            • ilaksh 7 months ago
                                                                                                                                                                                                                                                                                                                              It's 95% of an operating system. In a way it is it's own OS. Chromium has ~ 500+ distinct APIs and features such as web APIs, extension APIs, DOM, JavaScript APIs, and platform-specific features.
                                                                                                                                                                                                                                                                                                                            • hilbert42 7 months ago
                                                                                                                                                                                                                                                                                                                              "Who would possibly buy Chrome?"

                                                                                                                                                                                                                                                                                                                              This is illustrates the extent and magnitude of the problem to fix the internet. That regulators failed to give enough oversight of the internet and to regulate its monopolistic players several decades ago when these problems first became obvious has meant that they are now almost insurmountable.

                                                                                                                                                                                                                                                                                                                              Ideally, Google would be forced to divest itself of Chrome and that Chrome would become an open source project a la Linux. Clearly, that's very unlikely to happen.

                                                                                                                                                                                                                                                                                                                              For those who'd argue that Chrome would have no funding to further develop I'd respond by saying that it already works well as a browser and from observation that Google is channeling most of Chrome's development funds into anti-features that are hostile to users.

                                                                                                                                                                                                                                                                                                                              As an open source project that level of funding would be no longer necessary and its future development could progress at a slower pace.

                                                                                                                                                                                                                                                                                                                              • sangnoir 7 months ago
                                                                                                                                                                                                                                                                                                                                > Ideally, Google would be forced to divest itself of Chrome and that Chrome would become an open source project a la Linux. Clearly, that's very unlikely to happen.

                                                                                                                                                                                                                                                                                                                                Chrome's upstream (Chromium) is already open source. If Google is forbidden from sponsoring Chromium's development, and that of its proprietary downstream distribution (Chrome) who's going to fund Chromium's development? Even if forced to divest, Google will always have an outsized sway on any open source browser due to the engineer-hours they can spend on contributions. If they are blocked from even that, then the whole exercise would be anti-consumer IMO.

                                                                                                                                                                                                                                                                                                                                • hilbert42 7 months ago
                                                                                                                                                                                                                                                                                                                                  If Google were forced to divest itself of Chrome and there were no takers then Chromium would take on an altogether different perspective. That Chromium exists shows there's already an existing infrastructure that would make transitioning to it relatively straightforward.

                                                                                                                                                                                                                                                                                                                                  Incidentally, I don't use Chrome, only Chromium-based and Firefox-based browsers.

                                                                                                                                                                                                                                                                                                                                • Workaccount2 7 months ago
                                                                                                                                                                                                                                                                                                                                  The fundamental core problem with the internet is that users have an innate feeling that they have a right to view content without being charged for it.

                                                                                                                                                                                                                                                                                                                                  Google's entire existence is predicated on the ad-model internet existing, and internet users have overwhelmingly voted for this model of internet over the last 30 years.

                                                                                                                                                                                                                                                                                                                                  People hate ads, but they hate opening their wallet even more.

                                                                                                                                                                                                                                                                                                                                  • underlipton 7 months ago
                                                                                                                                                                                                                                                                                                                                    Much as many are loathe to admit it decommercialization of huge swathes of the internet is, in fact, possible. People can make and share things without a financial incentive, and if that means that we have to reckon with the dysfunctional nature of the status quo - millions of livelihoods dependent on the grace of a few megacorporations - maybe that's a good thing (in the long run). Or, I guess we can just let the Attention-Industrial complex swallow everything without a fight.
                                                                                                                                                                                                                                                                                                                                  • liopleurodon 7 months ago
                                                                                                                                                                                                                                                                                                                                    may as well just discontinue it then and let Chromium take its place
                                                                                                                                                                                                                                                                                                                                    • hilbert42 7 months ago
                                                                                                                                                                                                                                                                                                                                      Yeah, but if Google were forced to divest Chrome then parts of its proprietary code would have to be open-sourced and integrated into Chromium to minimize disruption to users. Alternatively, Google would have to make its services more interoperable.
                                                                                                                                                                                                                                                                                                                                    • hehehheh 7 months ago
                                                                                                                                                                                                                                                                                                                                      An internet tax could pay for it.
                                                                                                                                                                                                                                                                                                                                    • bityard 7 months ago
                                                                                                                                                                                                                                                                                                                                      In the most chaotic alternate reality possible: Mozilla
                                                                                                                                                                                                                                                                                                                                      • somethoughts 7 months ago
                                                                                                                                                                                                                                                                                                                                        Interestingly if I recall correctly a lot of the original talent for Chrome/Chromium originally worked at Mozilla and were poached by Google. [1]

                                                                                                                                                                                                                                                                                                                                        [1] https://www.niallkennedy.com/blog/2008/09/google-chrome.html...

                                                                                                                                                                                                                                                                                                                                      • JoshTriplett 7 months ago
                                                                                                                                                                                                                                                                                                                                        Having it owned by a non-profit foundation would make a huge amount of sense, especially if that foundation was then immediately funded by a variety of companies rather than just one big advertising company.

                                                                                                                                                                                                                                                                                                                                        The obvious test for whether the browser is actually independent: what is the response to "let's add an ad-blocker by default".

                                                                                                                                                                                                                                                                                                                                        • behnamoh 7 months ago
                                                                                                                                                                                                                                                                                                                                          > Having it owned by a non-profit foundation would make a huge amount of sense,...

                                                                                                                                                                                                                                                                                                                                          OpenAI joined the chat...

                                                                                                                                                                                                                                                                                                                                          • whiplash451 7 months ago
                                                                                                                                                                                                                                                                                                                                            This is wishful thinking. Non-profits that don’t turn into for-profit turn into a shitshow of incompetence instead.
                                                                                                                                                                                                                                                                                                                                          • JadoJodo 7 months ago
                                                                                                                                                                                                                                                                                                                                            In that same alternate reality: WPEngine is given control of Automattic/WordPress as a result of the lawsuits.
                                                                                                                                                                                                                                                                                                                                            • ipaddr 7 months ago
                                                                                                                                                                                                                                                                                                                                              Firefox is sponsored primary by Google. WPEngine is not. It would be like Automattic giving control to Wordpress foundation.
                                                                                                                                                                                                                                                                                                                                            • mrandish 7 months ago
                                                                                                                                                                                                                                                                                                                                              With Mozilla becoming so hostile to their power users in recent years (or any user who just wants to customize the interface or core functionality), I'm not sure it would make much difference.
                                                                                                                                                                                                                                                                                                                                              • AyyEye 7 months ago
                                                                                                                                                                                                                                                                                                                                                They'll do what their benefactor (Goog) wants whether they own chrome or not.
                                                                                                                                                                                                                                                                                                                                              • underlipton 7 months ago
                                                                                                                                                                                                                                                                                                                                                That's just a different kind of monopoly.
                                                                                                                                                                                                                                                                                                                                                • micahdeath 7 months ago
                                                                                                                                                                                                                                                                                                                                                  na... Oracle.
                                                                                                                                                                                                                                                                                                                                              • winterbloom 7 months ago
                                                                                                                                                                                                                                                                                                                                                How would they even sell it, chrome is based off of chromium. What is there to sell exactly? You can already fork chromium
                                                                                                                                                                                                                                                                                                                                                • SahAssar 7 months ago
                                                                                                                                                                                                                                                                                                                                                  The userbase and trademark are both very valuable. I'm guessing it would also come with some controlling positions in the chromium open source project, since those are mostly held by google by being the biggest developer and user of the project.
                                                                                                                                                                                                                                                                                                                                                  • cloudking 7 months ago
                                                                                                                                                                                                                                                                                                                                                    Good question. Chrome itself isn't a standalone business, the money generated through Chrome still primarily comes from Ads. The hardware tied to Chromebooks generates some revenue, but even ChromeOS is essentially free. They generate a tiny amount of revenue selling ChromeOS management tools in Workspace. Why not spin off an actual revenue driver like YouTube?
                                                                                                                                                                                                                                                                                                                                                    • bogwog 7 months ago
                                                                                                                                                                                                                                                                                                                                                      > What is there to sell exactly?

                                                                                                                                                                                                                                                                                                                                                      The user base

                                                                                                                                                                                                                                                                                                                                                      • teractiveodular 7 months ago
                                                                                                                                                                                                                                                                                                                                                        Logged-in Chrome users are tied to Google logins. The mind boggles at the complexity of trying to somehow separate Chrome identities from Google identities, much less explain that to the general populace for whom "Google", "Chrome" and "browse the Internet" are largely interchangeable.
                                                                                                                                                                                                                                                                                                                                                        • tedunangst 7 months ago
                                                                                                                                                                                                                                                                                                                                                          And what do I, the new owner of this user base, do with it?
                                                                                                                                                                                                                                                                                                                                                        • hermitdev 7 months ago
                                                                                                                                                                                                                                                                                                                                                          > What is there to sell exactly?

                                                                                                                                                                                                                                                                                                                                                          widevine and all the other DRMy bits.

                                                                                                                                                                                                                                                                                                                                                          Or, better yet, deprecate and disable all the DRMy bits. (One can wish)

                                                                                                                                                                                                                                                                                                                                                        • legitster 7 months ago
                                                                                                                                                                                                                                                                                                                                                          > They are also prepared to seek a requirement that Google share more information with advertisers and give them more control over where their ads appear.

                                                                                                                                                                                                                                                                                                                                                          Seems like the DOJ is angling that Chrome should be spun off as an advertising platform of some kind.

                                                                                                                                                                                                                                                                                                                                                          Seems so, so much worse.

                                                                                                                                                                                                                                                                                                                                                          • fooey 7 months ago
                                                                                                                                                                                                                                                                                                                                                            The full circle of course is MS will end up acquiring it.
                                                                                                                                                                                                                                                                                                                                                            • vermilingua 7 months ago
                                                                                                                                                                                                                                                                                                                                                              This is surely the only real possibility, and puts Edge's shift to Chromium in a new light; could MS have predicted/lobbied for this push?
                                                                                                                                                                                                                                                                                                                                                              • preommr 7 months ago
                                                                                                                                                                                                                                                                                                                                                                If this actually happens, I think it would turn perception of Nadella from good CEO that got lucky with OpenAI to a certified shadow master that's playing chess while everyone else is playing checkers.
                                                                                                                                                                                                                                                                                                                                                                • sensanaty 7 months ago
                                                                                                                                                                                                                                                                                                                                                                  I'm pretty sure M$ just shifted to edge because they didn't want to invest the money into catching up with chromium, since explorer was a pile of shit and was losing anyway
                                                                                                                                                                                                                                                                                                                                                                  • tombert 7 months ago
                                                                                                                                                                                                                                                                                                                                                                    How is this the only possibility? What about Opera or something?
                                                                                                                                                                                                                                                                                                                                                                    • dangsux 7 months ago
                                                                                                                                                                                                                                                                                                                                                                      [dead]
                                                                                                                                                                                                                                                                                                                                                                    • cyp0633 7 months ago
                                                                                                                                                                                                                                                                                                                                                                      Then MS is such a giant that it will have to sell it after some time
                                                                                                                                                                                                                                                                                                                                                                      • ForHackernews 7 months ago
                                                                                                                                                                                                                                                                                                                                                                        Nah, MS doesn't own search, ads, email and half the rest of the internet.
                                                                                                                                                                                                                                                                                                                                                                    • 0xmarcin 7 months ago
                                                                                                                                                                                                                                                                                                                                                                      Let's hope it won't be Oracle.

                                                                                                                                                                                                                                                                                                                                                                      ehm... jokes aside. I think a more reasonable way is to setup a foundation, composed of biggest players in tech, also companies like Google, Meta, Microsoft, Mozilla Foundation, Linux Foundation, Apple and EFF. The foundation should steer the further development of Chrome. In that way Chrome will be owned by community just like e.g. Linux Kernel or standards like C++ lang spec.

                                                                                                                                                                                                                                                                                                                                                                      If Chrome would be bought by a private entity, that entity would probably start milking the current user base straight away. Expect adds in bookmarks bar, more address bar spyware (e.g. sending all phrases to the cloud) and paid extensions web store.

                                                                                                                                                                                                                                                                                                                                                                      The most used and advanced browser that we have today must stay open source. It is more than a program, it is part of global internet infrastructure. We should not destroy it by a foolish political decision.

                                                                                                                                                                                                                                                                                                                                                                      • nl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                        Oracle was the front-runner for buying TikTok last time they were under pressure to sell: https://www.bbc.com/news/technology-54148474

                                                                                                                                                                                                                                                                                                                                                                        They were the first company I thought of.

                                                                                                                                                                                                                                                                                                                                                                        • SirHumphrey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                          I doubt Mozilla would like to be part of a foundation owning another browser.
                                                                                                                                                                                                                                                                                                                                                                        • rahidz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                          A consortium of various tech companies, plus non-profits? Instead of it being in one corporate hand. One can dream of the EFF and Mozilla plus a bunch of other stakeholders owning it.
                                                                                                                                                                                                                                                                                                                                                                          • gerash 7 months ago
                                                                                                                                                                                                                                                                                                                                                                            Is Chrome being run so bad that we need even more committees, councils and bureaucrats to implement every single feature ?

                                                                                                                                                                                                                                                                                                                                                                            Microsoft is already using the Chromium and changing the default search engine to Bing and shipping it as Edge. What else is needed?

                                                                                                                                                                                                                                                                                                                                                                            This DOJ looks like they just want to pad their resumes with some grandiose case which might be bad for everyone else.

                                                                                                                                                                                                                                                                                                                                                                            • Sabinus 7 months ago
                                                                                                                                                                                                                                                                                                                                                                              Chrome isn't being run bad because of committee, it's being run bad because it's used by Google as part of their web advertising empire.
                                                                                                                                                                                                                                                                                                                                                                              • StrauXX 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                Chrome is not run badly at all. But in its current state it gives Google the ability to singlehandedly dictate webstandards. Thats an issue.
                                                                                                                                                                                                                                                                                                                                                                                • internet2000 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                  I think the point is to stop adding more features. The web is feature complete, everything Google is adding is just stuff to make them more money through ads and lock in.
                                                                                                                                                                                                                                                                                                                                                                                • Wytwwww 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                  > and Mozilla

                                                                                                                                                                                                                                                                                                                                                                                  So the market/consumers decided (due to whatever reasons) that they don't want to use Mozilla's browser. Lets reward them for that failure by giving them control over someone else's browser?

                                                                                                                                                                                                                                                                                                                                                                                • whiplash451 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                  They don’t have to sell it. They have to spin it off. Which means an independent company with a C suite, RSUs and a P&L.

                                                                                                                                                                                                                                                                                                                                                                                  There’s probably a number of talented people out there who would love to drive that truck.

                                                                                                                                                                                                                                                                                                                                                                                  • forgotoldacc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                    If the pool they're looking at is "talented people" looking to run a company, it'll be someone who's currently the CEO of 7 other companies and successfully driven each of them into the ground for short term profits, unfortunately.
                                                                                                                                                                                                                                                                                                                                                                                • bufferoverflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                  Who would like to own the #1 most popular browser in the world?

                                                                                                                                                                                                                                                                                                                                                                                  How is that even a question. It's worth billions. User data, ability to inject ads, ability to drive the future of web and web-based apps.

                                                                                                                                                                                                                                                                                                                                                                                  • SirHumphrey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                    It’s an open source project that can be forked - especially when google is not behind it to protect the market share, with users that don’t expect to pay and microsoft also involved with their own version.

                                                                                                                                                                                                                                                                                                                                                                                    Currently it’s probably worth bilingual because Google owns it. I expect it to rapidly lose value should that change.

                                                                                                                                                                                                                                                                                                                                                                                  • mrweasel 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                    Probably MicroFocus, they seem to buy everything and not do anything with it.

                                                                                                                                                                                                                                                                                                                                                                                    There is no potential buyers for Chrome that are serious and trustworthy. Chrome is not a profit center. Mozilla can't make money on Firefox and seems to be losing interest in the project, probably for the same reason. There's no reason to think that anyone would buy Chrome, keep it freely available and make money on the product.

                                                                                                                                                                                                                                                                                                                                                                                    Worst case is that some one will buy it, slap ads on it or turn it into a subscription service. Still I don't see that being enough to fund the Chromium/Blink development. While I do think the adding of features to the web could do with a slowdown, we're talking Internet Explorer 6 levels of stagnation if Chrome is sold of to the wrong entity.

                                                                                                                                                                                                                                                                                                                                                                                    • slightwinder 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                      Mozilla exist standalone, even if technically it depends on Googles money. They do the same, push Chrome to a separate Company, independent of Google, but getting money from who ever pays them the most for integrations and search engine-placments. It would need some additional constraints, but could position it on a more fair situation where there is not this harmful lock-in to google-services, but instead support for all services & companies equally.

                                                                                                                                                                                                                                                                                                                                                                                      Just reducing the direct influence from one company would already be beneficial for the market. And maybe Mozilla and other browser will get something out of it too.

                                                                                                                                                                                                                                                                                                                                                                                      • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                        The argument that something is untouchable because it can't continue as a going concern without continuing user-hostile behaviours is unconvincing. It's not our fault Google chose this business model, just as it's not a coincidence Google made it difficult to break up and just distinct enough to be (supposedly, formerly) legally sound.
                                                                                                                                                                                                                                                                                                                                                                                        • lofenfew 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                          firefox gets along fine

                                                                                                                                                                                                                                                                                                                                                                                          how it could exist without getting money for setting the default search engine is certainly a question though

                                                                                                                                                                                                                                                                                                                                                                                          • gkoberger 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                            Firefox gets along... with money from Google. And I think a good portion of the $$ that Google pays Mozilla, in their mind, isn't to be the default search engine... it's to keep competition alive in order to avoid this situation.
                                                                                                                                                                                                                                                                                                                                                                                          • jldugger 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                            Would you buy an IPO of Chrome? The key supplier of like half of Google's searches? Seems like a no brainer.
                                                                                                                                                                                                                                                                                                                                                                                            • galkk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                              > Who would possibly buy Chrome?

                                                                                                                                                                                                                                                                                                                                                                                              Somehow I think that if they will decide to stay in their niche, Cloudflare might be a good fit for Chrome

                                                                                                                                                                                                                                                                                                                                                                                              • Despegar 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                No one should. It should get an IPO. Chrome will make a lot of money from Google, Bing, ChatGPT, etc by selling default search.
                                                                                                                                                                                                                                                                                                                                                                                                • JumpCrisscross 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                  > Chrome can’t exist as a standalone business without being even more consumer hostile

                                                                                                                                                                                                                                                                                                                                                                                                  Why not? Chrome's team isn't as prone to distracting itself as Mozilla. But there is still a lot of ancillary nonsense they get up to that wouldn't be necessary if it weren't in Google. Starting, for example, with not giving a fuck about how their product impacts ad sales.

                                                                                                                                                                                                                                                                                                                                                                                                  • equestria 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                    Because you need to pay something like 1,000 engineers - and not just any engineers, but engineers used to Alphabet's SF Bay Area salaries and equity packages.

                                                                                                                                                                                                                                                                                                                                                                                                    This quickly adds up to billions of dollars. You have the option to massively downsize, likely sacrificing product quality; or to sell something very valuable to a business-mined buyer. And there's really nothing a browser vendor can sell that isn't bad news for the users.

                                                                                                                                                                                                                                                                                                                                                                                                    About the best option would be for Chrome to be spun off and then for Google to keep paying them for being the default search engine.

                                                                                                                                                                                                                                                                                                                                                                                                    • Wytwwww 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                      Presumably Google, Bing etc. would still be bidding to be the default search engine?

                                                                                                                                                                                                                                                                                                                                                                                                      Google is paying Apple $20 billion per year just for that so financing 1000 engineers (which is probably excessive, a few hundred + contributions from other companies using Chromium might be enough) shouldn't be too hard.

                                                                                                                                                                                                                                                                                                                                                                                                      • jonhohle 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                        That seems to work for Mozilla. It would be nice to see other revenue models, but that exists and having the most used browser as a search client should pay at least as good as whatever deal Mozilla and Apple get.
                                                                                                                                                                                                                                                                                                                                                                                                        • JumpCrisscross 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                          > you need to pay something like 1,000 engineers - and not just any engineers, but engineers used to Alphabet's SF Bay Area salaries and equity packages

                                                                                                                                                                                                                                                                                                                                                                                                          Why? I'm arguing you can downsize the portfolio without sacrificing product quality for most users. That should let one get by with fewer engineers and/or ones in lower-cost areas.

                                                                                                                                                                                                                                                                                                                                                                                                      • Ancalagon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                        I'll buy it for $5, final offer.
                                                                                                                                                                                                                                                                                                                                                                                                        • kylehotchkiss 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                          IBM? Amazon (that sounds worse)
                                                                                                                                                                                                                                                                                                                                                                                                          • niutech 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                            Maybe Opera would buy it?
                                                                                                                                                                                                                                                                                                                                                                                                            • wumeow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                              ByteDance, or another Chinese company.
                                                                                                                                                                                                                                                                                                                                                                                                              • dbmnt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                Given the current political climate, this is incredibly unlikely. Reference the situation with TikTok and the "Protecting Americans from Foreign Adversary Controlled Applications Act" which became US law earlier this year.
                                                                                                                                                                                                                                                                                                                                                                                                              • jsyang00 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                What about X (the everything app)?

                                                                                                                                                                                                                                                                                                                                                                                                                Could happen under Trump...

                                                                                                                                                                                                                                                                                                                                                                                                                • ninth_ant 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                  It doesn’t matter if no one buys it, or if it doesn’t even continue to exist as a standalone business. That’s preferable.

                                                                                                                                                                                                                                                                                                                                                                                                                  The important part is ending the egregious conflict of interest where an advertising behemoth controls access to the internet.

                                                                                                                                                                                                                                                                                                                                                                                                                  Ideal result is that Chrome ceases to exist and Chromium continues as an independent open source project controlled by a nonprofit. Even if Google is one of the contributors, so long as they don’t control the product they will exert a lot less control over the web and how people access it.

                                                                                                                                                                                                                                                                                                                                                                                                                  TLDR just be like Mozilla

                                                                                                                                                                                                                                                                                                                                                                                                                  • Wytwwww 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                    What would that even mean? Anyone can fork Chromium and do whatever they want including establishing a non-profit foundation to finance its development.

                                                                                                                                                                                                                                                                                                                                                                                                                    Should Google be banned from forking an open source project and/or just developing any type of browser at all?

                                                                                                                                                                                                                                                                                                                                                                                                                    The only reason Google "controls" Chromium is that they are spending the most money/development time on it.

                                                                                                                                                                                                                                                                                                                                                                                                                    • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                      Yes, Google can be forced to sign a consent decree saying it will not engage in browser building or distribution for a set length of time and the DOJ can set up offices inside of Google and staff them with DOJ employees who make sure Google follows that agreement.

                                                                                                                                                                                                                                                                                                                                                                                                                      It seems like you have no familiarity with any of this. If so, happy to help educate you. If I'm wrong and you're just trolling, it was hard to tell.

                                                                                                                                                                                                                                                                                                                                                                                                                    • adamc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                      To the users who use chrome, it will matter. Not clear to me how strong Chromium will be if the Google efforts for Chrome go away.
                                                                                                                                                                                                                                                                                                                                                                                                                      • criticalfault 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                        > TLDR just be like Mozilla

                                                                                                                                                                                                                                                                                                                                                                                                                        Please don't.

                                                                                                                                                                                                                                                                                                                                                                                                                        Do we really want incompetent management going into ad business? Declining market share, while raising management salaries and firing developers?

                                                                                                                                                                                                                                                                                                                                                                                                                        • JoshTriplett 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                          > TLDR just be like Mozilla

                                                                                                                                                                                                                                                                                                                                                                                                                          Mozilla is rapidly deciding they want to be an advertising and AI company at the expense of their primary product.

                                                                                                                                                                                                                                                                                                                                                                                                                          So, tl;dr: be like Mozilla used to be, not like they are now.

                                                                                                                                                                                                                                                                                                                                                                                                                          • pseudalopex 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                            I don't like Mozilla's advertising strategy either. But their primary product can't sustain itself.
                                                                                                                                                                                                                                                                                                                                                                                                                          • catlover76 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                            [dead]
                                                                                                                                                                                                                                                                                                                                                                                                                        • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                          Arguably out of the big 4 (Google, Microsoft, Apple, Amazon) Google gave the most back to humanity: Android, Chromium, Kubernetes, Google Office suite, the Go programming language, Tensor Flow, Alpha Fold (and Google DeepMind), donating to Linux, etc. All these are things everyone has access to precisely because Google is such a big player and can afford to lose money on innovation that fails. What did Microsoft and Apple gave us? Yet Google gets targeted while Microsoft, Apple and Amazon are left alone. Why is that?
                                                                                                                                                                                                                                                                                                                                                                                                                          • addicted 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                            Google isn’t “getting targeted”.

                                                                                                                                                                                                                                                                                                                                                                                                                            But to answer your question.

                                                                                                                                                                                                                                                                                                                                                                                                                            1. Microsoft gets left alone - Really? You may want to ask the closest adult near you about this.

                                                                                                                                                                                                                                                                                                                                                                                                                            2. Amazon - The government has looked into Amazon multiple times. It’s hard to see where Amazon does anything to illegally use its monopoly (they don’t use their shopping advantage to cross sell AWS in any way, or Vice versa). Amazon is genuinely not a bad monopoly (they have pushed down prices), but they are a terrible monopsony (basically destroying retailers that are not Chinese knockoffs), but monopsony protection laws are weak to non-existent world wide.

                                                                                                                                                                                                                                                                                                                                                                                                                            3. Apple - Apple is not a monopoly in nearly anything, which makes antitrust action against them very difficult. The EU has better laws around this, which has allowed them to force Apple to do the right thing in many cases (USB-C, opening up the App Store, although Apple complies in the worst ways possible, even though compliance has often been beneficial for them, like in the case of USB-C connectivity), but US laws are far too rigid to be able to really do much with them, as long as they are not monopolies.

                                                                                                                                                                                                                                                                                                                                                                                                                            • lesuorac 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                              > It’s hard to see where Amazon does anything to illegally use its monopoly

                                                                                                                                                                                                                                                                                                                                                                                                                              Amazon literally uses the marketplace data to determine which products to make Amazon Basic versions of.

                                                                                                                                                                                                                                                                                                                                                                                                                              I think the better argument of "Google isn't getting targeted" is that literally all of those companies have been sued in the past (and will be in the future and probably currently have cases being worked against them).

                                                                                                                                                                                                                                                                                                                                                                                                                              • burnte 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                > Amazon literally uses the marketplace data to determine which products to make Amazon Basic versions of.

                                                                                                                                                                                                                                                                                                                                                                                                                                So does BestBuy, Kroger, WalMart, drug manufacturers, and literally ever single other industry where there are generics, private brands, and copycat products/services of all types.

                                                                                                                                                                                                                                                                                                                                                                                                                              • tbrownaw 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                > Microsoft gets left alone - Really? You may want to ask the closest adult near you about this.

                                                                                                                                                                                                                                                                                                                                                                                                                                I've got some bad news for you: 2001 was 23 years ago. It's possible to not just be a legal adult (18) but also old enough to drink (21) and still not have been born yet when that was going down.

                                                                                                                                                                                                                                                                                                                                                                                                                                • mattferderer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                  Thank you for making us all feel very old.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Slight aside on the original post:

                                                                                                                                                                                                                                                                                                                                                                                                                                  * Microsoft did just fight off a huge government battle on Activision. I believe they lost a battle on Teams bundling. Last week the FTC announced they were looking into Azure.

                                                                                                                                                                                                                                                                                                                                                                                                                                  * Apple, their store & mobile browser has been a topic of monopoly discussions for years.

                                                                                                                                                                                                                                                                                                                                                                                                                                  * Amazon wasn't allowed to buy Roomba just this past year. They've had tons of inquires over the past decade.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • msabalau 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                    Or run for Congress in the midterms if they are 25 by the time of the next election two years from now.
                                                                                                                                                                                                                                                                                                                                                                                                                                    • tootie 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                      I look back and I honestly wonder if that lawsuit actually had the effect they intended.
                                                                                                                                                                                                                                                                                                                                                                                                                                    • lopis 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                      > hey don’t use their shopping advantage to cross sell AWS in any way, or Vice versa

                                                                                                                                                                                                                                                                                                                                                                                                                                      Isn't AWS directly sponsoring Amazon by essentially letting them run the biggest online retailer for free, which other retailers can't? And Amazon in itself is a terrible monopoly because it has unfair access to all user purchase data, while also selling their own amazon products on their platform.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • scarface_74 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                        AWS charges Amazon to use their servers as it does any other big business. If your department can’t be profitable taking into account your AWS bill, questions will be asked.

                                                                                                                                                                                                                                                                                                                                                                                                                                        It happened to something related to an internal game studio (???)

                                                                                                                                                                                                                                                                                                                                                                                                                                        When I was there, our department’s use of the internal system for creating sandbox accounts (Isengard) was charged against our profit and loss.

                                                                                                                                                                                                                                                                                                                                                                                                                                        If you are a big enough customer, you can get rates similar to what AWS charges Amazon.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • guerrilla 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                        > You may want to ask the closest adult near you about this.

                                                                                                                                                                                                                                                                                                                                                                                                                                        This doesn't belong on this site. Find another way to say it.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • lukas099 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                        > they are a terrible monopsony (basically destroying retailers that are not Chinese knockoffs)

                                                                                                                                                                                                                                                                                                                                                                                                                                        Wondering if you or someone could explain this. I looked up monopsonies but still confused.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • soraminazuki 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                        By that logic, people should still be at the mercy of AT&T because Bell Labs gave so much back to humanity. Not to mention that multiple items on your list were bought by Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                        The world's biggest ad and surveillance company having control over the most widely used browser on the planet is a recipe for disaster. That's the only thing that matters in this discussion.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                          > By that logic, people should still be at the mercy of AT&T because Bell Labs gave so much back to humanity.

                                                                                                                                                                                                                                                                                                                                                                                                                                          So your argument is that Bell Labs should have never happened since it's the result of a monopoly?

                                                                                                                                                                                                                                                                                                                                                                                                                                          My argument is that Monopolies are trade offs. In a world without monopolies you have very little innovation in peace time. Monopolies are bad for consumers but the trade off is that they can afford to innovate and push the world forward. It's not as black and white as people like to think.

                                                                                                                                                                                                                                                                                                                                                                                                                                          Getting rid of all monopolies and having a market in perfect competition will make Bell Labs impossible and all the innovation that came from there. A ballance is required. "There are no solutions only tradeoffs" - TS

                                                                                                                                                                                                                                                                                                                                                                                                                                          Edit: Clarify my question about Bell Labs happening.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • soraminazuki 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                            In case I wasn't clear enough, my argument is this:

                                                                                                                                                                                                                                                                                                                                                                                                                                            > The world's biggest ad and surveillance company having control over the most widely used browser on the planet is a recipe for disaster. That's the only thing that matters in this discussion.

                                                                                                                                                                                                                                                                                                                                                                                                                                            And no, I don't buy that innovation can only happen through monopolies with a savior complex. That absurd amount of money those monopolies acquired through questionable means? It's going to lawyers, lobbyists, investors, and C-suites. It's being used to stifle innovation and uphold the status quo. Without the breakup of AT&T, the internet as we know it might not have even existed.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • cturner 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                              You have made the argument that monopolies are trade-offs only to the extent of muddying the waters about the matter. You have not demonstrated that the innovation benefit of monopolies offsets opportunity cost of the monopoly. If you want to make that case, you need to evidence it. You have not evidenced your claim that there is less innovation in low-monopoly situations than in high-monopoly situations. That which can be asserted without evidence can be dismissed without evidence.

                                                                                                                                                                                                                                                                                                                                                                                                                                              (I agree with your earlier sentiment that Google has a history of giving out more than other companies you listed.)

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Woeps 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                > So your argument is that Bell Labs should have never happened? It was a bad thing for humanity?

                                                                                                                                                                                                                                                                                                                                                                                                                                                Yes! next question please. ;) No in all seriousness. that's not what they said.

                                                                                                                                                                                                                                                                                                                                                                                                                                                > My argument is that Monopolies are trade offs. In a world without monopolies you have very little innovation in peace time. Monopolies are bad for consumers but the trade off is that they can afford to innovate and push the world forward. It's not as black and white as people like to think.

                                                                                                                                                                                                                                                                                                                                                                                                                                                I find this argument funny, as it states: "not as black and white as people think" to then paint a black and white argument... Yes monopolies are not always bad. But one can't be serious and not acknowledge that for the most part they stifle innovation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Also, I would say some of humanities best inventions and innovations where before monopolies. But hey, that's just my "black and white" view on history ;)

                                                                                                                                                                                                                                                                                                                                                                                                                                              • golol 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                Why? What disaster? There can be no disaster when the product is free and there are many free alternatives with equal capability except for small conveniences. If you don't like Chrome because Google is being shady you can immediately seitch at zero cost. There is no disaster.
                                                                                                                                                                                                                                                                                                                                                                                                                                                • madeforhnyo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                  The disaster of global surveillance? Just because you don't pay with money doesn't mean the product is free. Expecting users beyond the HN crowd to have an informed opinion about the browser war is not realistic, especially given the substantial amount of dollars that Alphabet spent to market "Chrome == Internet". Which antitrust laws are supposed to prevent.
                                                                                                                                                                                                                                                                                                                                                                                                                                              • sebstefan 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                It tickled me how much power they have over the web. Do web standards even matter when Chromium's implementation is all that matters for 90% of users?

                                                                                                                                                                                                                                                                                                                                                                                                                                                I never got over that one either: https://www.tomshardware.com/news/youtube-responds-to-delaye...

                                                                                                                                                                                                                                                                                                                                                                                                                                                • pitkali 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Yeah, that kind of sucks. I liked a sibling suggestion that splitting off YouTube would make more sense because at least it could be a self-sustaining product.
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Thing is Google lost money for many years in YouTube. Nowadays I think it's profitable but it seems unfair to ask a company to take loses for a decade or more and then force to sell it when it's making profit. If we set that precedent nobody will take risks with the next YouTube like company that loses money initially.
                                                                                                                                                                                                                                                                                                                                                                                                                                                • felixarba 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                  I know it's not comparable to Google, but Microsoft did significantly invest in open source, they also open sourced .NET, made TypeScript, VS Code
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dhruvrajvanshi 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                    It also made Linux viable on desktop :P

                                                                                                                                                                                                                                                                                                                                                                                                                                                    WSL is my favourite Linux distro...well favourite is too strong. It's the one I hate the least.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • rty32 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Curious, do run into any network/IO performance issues? Last time I checked, networking is horrible, I mean `npm install ` would time out when it works on the host without issues, and this was a well known issue. Haven't touched WSL for a while because of this.
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Fair. These are good examples of open source that Microsoft did! I love all 3 of those.
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • lofaszvanitt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                        The average joe can't do shit with open source. The average coder cannot sell the fruits of the progession, because of open source. And most individuals can't do anything with open source, since they lack funding. Who profit from open source? Big companies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Don't you get it? The whole initiative is a trojan horse.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • hyperpape 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                        > Chromium

                                                                                                                                                                                                                                                                                                                                                                                                                                                        > What did Microsoft and Apple gave us

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Chromium was in the wild for five years running on WebKit, and the Blink engine they use today is an evolution of that codebase, not a rewrite. Of course, Apple did not create WebKit from scratch, it was based on KHTML/KJS, but it was WebKit that Google Chrome was built on top of, not the previous project.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • pzo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                          > What did Microsoft and Apple gave us?

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Microsoft: VSCode, Typescript, ONNX/ONNXRuntime (TensorFlow is pretty much dead), Github, npm (they bought it but so did Google with Android - m$ still paying repo/packages hosting bill)

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also worth to mention Meta: Pytorch, LLama, React, React Native, Segment-Anything

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • McDyver 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                            "What have the Romans ever done for us?"

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Monopolies are bad, and it's not because some players were not punished that others shouldn't be (they all should).

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Maybe this sets a precedent, and they are all targeted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • placardloop 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Google didn’t “give back” any of those things to humanity. Those are all products that Google is selling to you in exchange for your privacy so that they can make a profit. Don’t mistake Google for some benevolent entity that deserves special treatment for being “good”.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              If you want to go that path, then Apple also “gave” iPhones to humanity, as well as AirPods, iCloud, iTunes, and is a primary reason that mouse-based graphical interfaces exist. Microsoft “gave” humanity the largest home operating system, the dot net programming languages, Microsoft Office, Xbox, and more. Should we give them all a “get out of jail free” card for their good deeds?

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Ferret7446 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                How is Google selling Go or Kubernetes in exchange for your privacy?
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • iterance 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Even if you assume the situations are comparable and equitable, which most commenters are focusing on, there is still a problem:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                There is no reason to expect the DOJ to pursue antitrust suits against all potentially relevant companies at the same time for analogous reasons. These are complex, labor-intensive cases that frequently play off precedent established by other earlier cases. The idea that Google is being "targeted," by implication unfairly so, is out of line with how complex antitrust law can be, and the simple fact that such cases are typically serialized rather than prosecuted in bulk.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • tadfisher 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Yes, they provide those things. They also have an illegal monopoly on search, and use those free offerings to entrench their monopoly.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • russli1993 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Microsoft has the most monopoly. Bundle azure with office365, bundle teams with office365, bundle windows with azure, pushing bing, edge, OneDrive on windows. Why no one investigate them? Because they stay under off consumer minds, and has good lobby
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dustypotato 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > illegal monopoly on search Just by being better than bing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • slightwinder 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > Google gave the most back to humanity: Android, Chromium, Kubernetes, Google Office suite, the Go programming language, Tensor Flow, Alpha Fold (and Google DeepMind), donating to Linux, etc.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Most of them are tools for making money for Google. Some others are on similar level that others are contributing to open source and the world. I mean you get Microsoft Office for free too, and even with more services than Google. And, most of Googles contributions started out one or two decades ago, but are just now moving into more harmful directions. Which is a relevant point with Google. The company today, is not the same it was 10-15 years ago when they were still heavily gaining goodwill.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > Yet Google gets targeted while Microsoft, Apple and Amazon are left alone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    They are also getting targeted all the time. Microsoft had a long, deep anti-trust-process around two decades ago, which still sees some restriction imposed onto them. Apple and Amazon do see some targeting, but more outside the USA or by competitors, which means there is less demand for official influence on them, at the moment. Additionally, their specific influence is simply not as big and harmful as Google has it on some parts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • titzer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      As if Google didn't take anything from us. Google makes money selling your attention and brainpower to the highest bidder. Hands down. They are the biggest entity in the attention economy and their real customers are advertisers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Google has two billion lines of code that determine the course of your daily life. It processes incredibly sensitive information, like every interaction you have with another person in a digital medium, and has a rootkit on basically every phone that collects "anonymous usage data" that is processed in a completely opaque manner and is subject to information "requests" from illiberal and sometimes even totalitarian governments, and a few open source contributions aren't going to change that.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Open source at Google is driven by engineers and contributors, not by executives or strategy. It's a fig leaf over one of the world's largest, most valuable, and well-guarded code bases that absolutely will not be made open.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • batmansmk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      None of them are good players for humanity. "Don't be evil" is long gone. They don't pay taxes, pollute, give means to manipulate billions of humans, concentrate wealth in a few hands. They all give with ulterior motives, never from the goodness of their heart.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • sneak 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        While I don’t disagree with your argument, it is bad form to claim that companies like these don’t pay massive amounts of taxes, specifically payroll taxes. They do and it’s a huge amount.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • batmansmk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I' m European. Apple got charged by the European Union for $14.4 billions of unpaid taxes between 2019 and 2021. Back of the mapkin they employ 22k people in EU (data Apple), average salary $80k (Apple), taxes at 30% per employee (my own understanding). Thats $550M. So their payroll taxes is about 15% of their tax package. If you have any contradictory data, I would love it, but your point is moot for 95% of the world outside California.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • golol 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          >pollute Seriously? You can't blame Google for its emissions.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • teeray 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > What did Microsoft and Apple gave us?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          “A computer on every desk and in every home”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • sho_hn 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Google Office suite isn't open source, is it?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It's not but it is free to use.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • sneak 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                No it’s not. You have to give up your civil right to a jury trial via agreeing to a contract with Google. Just because something costs zero dollars doesn’t mean it’s free.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                You also give up your identity; you cannot make a Google account from a VPN without providing a non-voip mobile number. Privacy has value too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • DrBenCarson 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Monopoly" is a technical definition, not another way of saying "has a lot of money."

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Google has been proved to be a monopoly precisely BECAUSE it gives away so much. By entrenching themselves with free products that outcompete just about anyone, they get access to a massive firehose of data that they then monetize with no competition in sight

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Long story short: Giving away free stuff to cripple competition who don't have scale is anti-competitive (see: Microsoft IE case)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • shark1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  They "gave away" to make more profits. It's strategic.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • runeks 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Also: Google Project Zero.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Doing Apple's work for free.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • japhib 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Microsoft had significant antitrust penalties back in the early 2000s due to windows/IE.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The other 3 all have antitrust lawsuits currently going. Google’s is just the furthest along.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • high_na_euv 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        >What did Microsoft and Apple gave us?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Windows, Office (Excel), .NET / C#, Vs Code, Visual Studio, free GitHub and more?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I meant OSS or free products. Windows / Office / Visual Studio are for profit products? GitHub was free before Microsoft bought it, they just made the private repos free as well. But arguably GitHub was better before.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          But I do agree C#, VS Code and TypeScript are nice Microsoft OSS/Free gifts to the world.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • tredre3 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Online office is free, just like Google's.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Visual Studio has a free version.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Windows can be used for free (unactivated) if you're okay with the limitations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • edelbitter 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > Android [..] everyone has access

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          One of the key issues. Google has not given me a phone OS. They have taken away my ability to chose a viable competitor, one that does not run on selling my data.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nolist_policy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            But you can buy a pine phone or a Purism Librem phone.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nkrisc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Yes, target them all.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • elAhmo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Giving back doesn't mean you should be allowed to be a monopoly. Other companies you listed are or have been targeted by DOJ as well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • djent 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                you might need to go outside if you think Kubernetes is "giving back to humanity"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • sebstefan 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Your honor, I made a bunch of cool stuff, anti-trust should apply to me last!"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  That's obviously not how it works

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    You're missing my point. In a perfect competition environment all profits go to 0. This is great for customers horrible for innovation. Innovation happens when there's enough capital to take huge risks and lose. Google had a ton of innovation attempts that flopped really hard and lost ton of money. Without the extra capital none of the attempts would have happened.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • shakna 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm not sure I agree with you on innovation. One of the largest drivers of innovation, historically, has been war and desperation. In those circumstances, you generally can't afford to lose. So the idea of innovation needing the comfort of a soft landing doesn't really seem to fit reality.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • mulmen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > In a perfect competition environment all profits go to 0.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Competition drives prices down to the lowest sustainable point but not to zero. If one company drives prices below a sustainable (profitable) point that’s market failure because it starves the competition. It’s the thing Google did and the reason we have anti-trust law.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Google created a situation where they had no competition. Necessity being the mother of invention suggests that they innovate less in the absence of competition. Monopolies are poison to innovation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • sebstefan 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I'm still missing it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          We're not in a perfect competition environment ; profits are not to 0. There is an incentive for innovation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Monopolies stifle innovation just the same. Imagine having an "amazon basics" product as your competitor. Or competing with something that embeds well in a closed off ecosystem like Apple's or Google's when 90% of your target demographic will value that integration.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Innovation breeds from a middle ground

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The goldilocks is closer to 0 than not

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • enbugger 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        leave-the-multibillion-dollar-company-alone.jpg, literally
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • vivzkestrel 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            microsoft gave us VSCode from the top of my head, I could probably list 50 other things
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • finnthehuman 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I find selling product for money more honorable than buying indulgences with open source.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • radicalbyte 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I agree regards Google (just beware I'm a massive Google fanboy) but I think that Microsoft do deserve at least a little bit of credit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Microsoft gave us (counting only OSS and things they effectively gave away):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Microsoft Basic, the first language of a large number of developers in the 35+ age group. This was effectively given away which is part of why it was so popular (it was a small, fixed-price fee instead of the per-unit licensing)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. TypeScript

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3. C# and the CLR

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4. Visual Studio Code

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Since 2010 they've made large contributions to Open Source.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Commercially they've also been strong competition to enterprise players like Oracle and IBM and of course have done a huge amount for gaming.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Apple are narcissists, they're all take take take. They do, however, provide very strong competition which pushes other players to improve.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • SpEd3Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I agree. Love C#, VS Code and TypeScript. Microsoft changed a bit lately. But there's a lot of history with Microsoft and the recent CoPilot ripping off OSS code and blocking C# support in VS Code are still mudding the waters.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • crvst 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Leave the multibillion dollar company alone!"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • briandear 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * The Apple I arguably changed the course of computer history. [0] * The Laserwriter and the Mac inspired desktop publishing -- the Mac was the first computers with a font library.[1] * The iPod literally changed culture. [2] * The iTunes Store made piracy less desirable changed the music industry forever. It also led the way with digital video streaming -- while Netflix was still mailing out DVDs. [3]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    And iPhone? Changed the world. [4] People have a hard time remembering pre-iPhone days. Samsung literally copied the iPhone. A judge in South Korea, in Samsung's home jurisdiction even ruled that Samsung copied iPhone. Android would still be a failed camera operating system if it were for iPhone leading the way.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * Kubernetes -- we lived just fine without it. * Chromium? Who cares. My life isn't any different with or without it. * Google Office? Aa cloud-based productivity suite? Nothing groundbreaking there, another competitor could have (and have) built the same thing. * Go programming language? Apple gave us Swift and Objective C -- languages that are used for software running on over a billion devices. Go is a niche language. If Go didn't exist, humanity wouldn't notice.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    We can have a difference of opinion on the relative merit of these details, but the idea that Google gave the _most_ to humanity is absolute nonsense. Amazon for example, empowered many small sellers around the world -- giving them access to a logistics network that would be impossible for a small business to recreate. Instead of selling on Main Street, sellers now can sell to literally any street in the world. I'm not the biggest fan an Amazon, however that being said, their contribution to humanity is enormous, especially in logistics. It has also changed publishing forever in ways that provide a significant benefit to independent authors -- many of whom have made careers out of self-publishing because of Amazon.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I'm not a fan of Microsoft, but their contribution to humanity is undeniable. Excel is probably the most important piece of software ever written. I'm sure others can expand on Microsoft's contributions to humanity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    By the way, I'm not saying all of these companies are "good" or altruistic, I'm only rating them on "contribution to humanity."

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [0] https://americanhistory.si.edu/collections/object/nmah_16921... [1] https://multimediaman.blog/tag/apple-laserwriter/ [2] https://www.futureplatforms.com/blog/death-of-the-ipod-and-w... [3] https://www.billboard.com/music/music-news/seven-ways-itunes... [4] https://www.vox.com/2017/6/26/15821652/iphone-apple-10-year-...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • pphysch 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      You're comparing Golang and Kubernetes to products that happen to have big market share. There are loads of spreadsheet apps and smartphones out there. They are replaceable. The iPhone definitely advanced the field, but it wasn't a sacrifice on Apple's part. They made boatloads of money from it. How much money did Google make from selling Golang and K8s? A large negative sum. Yet those techs have contributed enormously to economic efficiency.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Tepix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      All of these companies provide values, that's why they are so successful.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      In particular (as opposed to Google), Apple is giving us products where the user isn't just an entity that you try to get as much data from as you can.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Without Apple we'd be stuck with tiny initiative such as GrapheneOS on mobile, limited to a small subset of apps and phones.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      With AI, Apple is also being privacy conscious, i think they are doing interesting work with their private cloud compute setup.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      But does it mean that Apple and Google should get a free pass? Hell no!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • lemoncookiechip 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm very confused. Chrome is just Chromium with Google's own Telemetry. Chromium is open and maintained primarily by Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sure, there's a userbase, but you need a business model to take advantage of it in the first place because the benefit was the Telemetry (Google's) and Google's Ecosystem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Also, the article specifically mentions Chrome, NOT Chromium (which again, is open), so what incentive would Google have to maintaining the project without their own version of it? Would they be bared from starting a new one? Would someone else take over Chromium? Who would have the resources to do such a thing other than say Microsoft who currently uses a Chromium browser?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Why not just go for the jugular and separate Adsense from the rest of Alphabet? It's the main driving force in all their dark patterns for all other platforms (Youtube, Android, Chrome, Search...)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • almatabata 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > Also, the article specifically mentions Chrome, NOT Chromium (which again, is open), so what incentive would Google have to maintaining the project without their own version of it? Would they be bared from starting a new one?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I wonder similarly if they are only selling the brand and the existing installation base. I do not see what is stopping them from just creating a chrome clone called Manganese and continuing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It would be an interesting experiment though to see if the google version will regain the same market share or if chrome will maintain its current market share under the new stewardship.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • throw_m239339 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Forcing Google to sell their ad business would be the death of that company. After all, it's mostly an ad company...
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • techjamie 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            They would just have to go back to their original business model before they became an ad company when they ran third-party ads on Google search.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Granted, that may not get them enough income at their current scale. They would definitely have to scale back hard for that.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Jensson 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              They wouldn't need to do that, they would just need to sell the third party ads part they can still run their own first party ads on their own domains.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Forcing Google to do that would just hurt other websites income, not Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • jsnell 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > Why not just go for the jugular and separate Adsense from the rest of Alphabet? It's the main driving force in all their dark patterns for all other platforms (Youtube, Android, Chrome, Search...)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Because this is not the case about display advertising, but the one about search engines and search advertising.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            But also, if you think the display ads business is the jugular, I don't think you really understand their business. Have a look at the financials. The entire display ads business is <10% of their business, and shrinking in both absolute and relative terms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • leptons 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I'm worried about what happens to the Chrome extension store. If Google sells Chrome, then does that also mean the Chrome store? I guess it would have to. So not only does someone need to buy Chrome, they also have to operate the Chrome store too. I'm not sure this is going to work out well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • eightys3v3n 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Interesting idea. I'm not against forcing Google to choose either all the user platforms they run or Adsense. If they sold off Google Drive, Suite, YouTube, Google Play, etc they might improve faster. At the very least it would drive more alternatives. That seems so unlikely though.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Google kills all their other projects often enough that I don't think they are contributing to many spaces anymore so giving the technical assets to other companies would be interesting.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • techjamie 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  As much as I dislike thinking it, out of the realistic possibilities for who could buy it, Microsoft is probably among the more preferable. Their primary income isn't from advertising, at least. Most other big players would be even more likely to continue with Google's direction of killing ad blockers. MS, to their credit, has never shown interest in doing that.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Wytwwww 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > Microsoft

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    So we'd end up with even less competition? As flawed as Edge is it still somewhat new/innovative/different features that Chrome doesn't because MS has to try and compete with Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • onlyrealcuzzo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > Their primary income isn't from advertising, at least

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Surely they wouldn't auto-default Chrome to Bing and try to become an ad company.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It's not like they're selling ads in the Start menu or anything...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • shepherdjerred 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        MS gaining control of Chrome would be the worst timeline
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • yamumsaho9292 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [dead]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • elmerfud 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        So I understand trying to break up monopolistic companies to provide better competition in the market which is generally better for the consumer as a whole. This strategy of saying Chrome should be sold off seems strange to me because unlike other monopolies Google's monopoly with Chrome is fundamentally different.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Since Chrome at its core is the open source chromium browser engine the ability for your competition to leverage what you do is already there. The dynamic here is fundamentally different than many other monopolies of the past due to this fact. It must be asked are people gravitating toward Chrome because they feel there is no other viable option to offer a similar experience or is it because they choose that because it feels to them to be the best choice to make in a free market.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • throwawaythekey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          In the context of Google's ad business the fact that chrome is open source has little bearing. Chrome is both massively popular and also a loss leader designed to further entrench Google's ad monopoly. If Chrome were broken off then a competitor in the ads space like Meta could purchase the search traffic instead which would force Google's ad business to be more competitive.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • gerash 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Meta or Microsoft buying Chrome a good outcome?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • mrweasel 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Why would either of those two be allowed to buy Chrome. Meta is just as much an ad business and quasi-monopoly as Google is. Microsoft has already been in legal trouble over browsers and is actively trying to recreate Google ad empire.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Governments are kinda stupid in these cases, but I think Google would be able to argue, if forced to sell, that neither of those two companies would improve the market situation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sell it to Opera, except they're Chinese now. Jon Stephenson von Tetzchner, the co-founder of Opera and CEO of Vivaldi, should buy it, that would be a hilarious outcome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • throwawaythekey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                My ideal outcome would be something like:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1) Chrome is spun out as a standalone entity. Google would originally have full ownership but be forced to sell down over time.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                2) Google buys the Chrome traffic at a fair price

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3) Apple sells their traffic to someone else, potentially an AI search player (Meta??)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                4) MSFT makes a new browser in response to Chrome going closed source

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ForHackernews 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  IMHO Microsoft yes, Meta no.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Microsoft wouldn't have a the kind of vertically integrated monopoly where they control both the internet properties and the browser used to access them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • wbl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Not really. If Chrome is forked they kill third party cookies and search ads remain king.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Only search has high propensity to buy right there from the interaction. Third party and even meta don't have that.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • afavour 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  People gravitate towards Chrome in part because of Google’s heavy marketing of it. Whenever I sign into Gmail in Safari I get a pop up about a “better experience” awaiting me.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • elmerfud 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    That is true in a valid point but install Windows sometimes and see how much it pushes you toward the edge browser. Which is chromium at its core but the experience it provides is not as good as Chrome even with all of Chrome's downsides.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    So while I don't have the specific answer I think there is a much bigger question here of is it free market choice that is gravitated everyone here or is it monopolistic pressure that is squeezed out the competition. Microsoft is no small player in this space they're just the suckier player as they lost their crown with Internet explorer when they effectively owned the market too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • cmeacham98 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > That is true in a valid point but install Windows sometimes and see how much it pushes you toward the edge browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The difference here is that Microsoft's reputation is beyond ruined in this product category due to Internet Explorer.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • cosmic_cheese 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Google also turns every link tap in their iOS apps into an opportunity to upsell Chrome for iOS when it should just open the link with the user’s default browser.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • dwetterau 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I'm shocked that Apple hasn't cracked down on this process through App store reviews. It's such an awful experience.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • robocat 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How else is Google supposed to "integrate" within iOS?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Safari and Messages etcetera link to within the closed Apple ecosystem - just like Windows. It can be between difficult to impossible to send an email or create a calendar item unless you use the iOS apps.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I'm definitely no Google fanboi but every answer being "Google are arseholes" feels dishonest.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The Chromium developer team absolutely kick arse and being open source is a true gift. Mozilla is badly failing to compete. Microsoft failed to compete with their first Edge rewrite, and now ironicalky MS "competes" using Chromium open source.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          And why did Chromium have to split from WebKit? As an outsider it just looked like "because Apple don't want to play nice".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The story is always simplified to Google greedy arseholes. A typical response: you can never ever ever satisfy open source proponents... The stereotype that every open source user greedily wants more.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • leptons 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Chrome is definitely a better experience than Safari, and not by a little bit. In many ways Safari is the worst browser out there right now. Most of its market share comes from the fact that Apple still forces Safari to be used on iOS no matter what browser you think you have installed. I think the DOJ should go after Apple harder on that than they are on Google, because nobody is forcing anyone to use Chrome the same way Apple is forcing their users to use Safari.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • cosmic_cheese 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Desktop Safari’s ~15% market share, which exceeds Firefox’s ~7%, suggests otherwise. Mac users can freely switch and yet many don’t.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            There are likely several reasons for this but I think the two biggest ones are its differences in philosophy: first, that browsers should be just one utility among many on a desktop OS and not try to set itself apart and second, to actively combat the internet’s hostilities on behalf of the user.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Chrome will never do either. It tries to be a distinct brand and platform instead of meshing with your desktop nicely and it’s not going to do anything that will negatively impact Google’s many ad businesses.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • afavour 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I agree that the DOJ should enforce browser choice in iOS much like the EU has but in this scenario it feels besides the point. No matter how better or worse anyone might think Safari is it’s my right to choose which browser I access a site with, and I’d rather not be harassed to change.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Wytwwww 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > still forces Safari to be used on iOS no matter what browser you think you have inst

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                What's the difference whether Chrome is using WebKit or Blink from the perspective of most users? How would they notice that and why would they care?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • gerash 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I find Safari to be a fantastic product overall both on desktop and mobile but I have stuck to Chrome to keep my options open in future in case I want to use non-Apple hardware
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • MisterBiggs 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I think the real issue is Google is able to use Chrome to push web standards in any direction they want.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • hinkley 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Isn’t Google refusing to make changes that boost online privacy because it’ll tank their ad revenue?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • elmerfud 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    But I don't see how that equates to a monopoly. They certainly have the ability to direct their development of their product in the way that they want. Since the core foundation of their product is open and available to every other competing browser they could implement better privacy protections while still leveraging all of the other benefits of Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If the edge browser was so much better and much better privacy wise or the kiwi browser or any of the others the internet can move fairly quickly from one choice to another when that choice is better. For all the downsides that Chrome has I don't see anything that fits the term better for my use case. I'm also guessing that most other users also haven't found anything "better"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • freeone3000 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It’s horizontal tying.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If Chrome was not owned by an ad company, the owners of chrome would push for instead of against privacy protections (see: firefox, safari).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The browser monopoly, which Chrome sells at a loss, enables the ad company. This is the problem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Chromium does not get features Chrome does not need from Google. So anything against ads does not get upstreamed to Chromium.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Chrome also is a major browser vendor, whereas kiwibrowser and opera are not, which means the standards boards listen to them more. If those seats were not owned by an ad company, standards would likely be different.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • duped 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The monopoly the DoJ is trying to break up isn't Chrome, it's Search. From TFA:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > Antitrust enforcers want the judge to order Google to sell off Chrome — the most widely used browser worldwide — because it represents a key access point through which many people use its search engine, said the people.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          >Since the core foundation of their product is open and available to every other competing browser they could implement better privacy protections while still leveraging all of the other benefits of Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          With what funding? Chrome loses money. Edge loses money. Safari loses money. Firefox loses Google's money. Brave loses VC money.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Without some endless source of money, funding you for an ulterior motive, you can't compete with them. Which is why:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          >For all the downsides that Chrome has I don't see anything that fits the term better for my use case.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The anti-competitive practices ensure there can't be effective competition.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3836293648 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Monopolies aren't bad per se. Monopolies are bad because they allow you to abuse the market and consumers. If you can be similarly abusive without a full monopoly that's equally bad.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • JumpCrisscross 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > I don't see how that equates to a monopoly

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The monopoly is in ads. Google uses its control of Chrome to act uncompetitively in advertising.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • consumer451 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Isn't it even worse than that? Didn't they make changes via Manifest v3, which will not allow me to follow the FBI's advisory about using ad blockers, to make sure their ad revenue does not decline?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I do realize you can still use uBlock, but my understanding is that updates will be slow rolled, correct? Doesn't this open the window to malicious people to serve me mal-ads?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ycombinatrix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                >I do realize you can still use uBlock

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                No, you can't. You can use "uBlock origin lite" which is the manifest v3 version that doesn't work correctly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • hinkley 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  M3 seems to be failing, but I agree that it matters that the tried.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • jsnell 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  No. They're not doing those changes because regulators like the DOJ[0] threatened them with anti-trust action if they did. That's the same DOJ that's now asking for Chrome to be divested.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [0] https://www.engadget.com/google-antitrust-doj-cookies-privac...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • hinkley 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Uh. That was not my understanding of that situation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Blocking third party cookies this way still leaves Google’s tools which people voluntarily install with access to data that now nobody else has access to.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • wbl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Everyone else's ad revenue. The UK computing regulator is the main player here.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • teractiveodular 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Quite the opposite, Google is the key sponsor of Privacy Sandbox: https://privacysandbox.com/intl/en_us/

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Working out why they're doing this is left as an exercise to the reader.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • kivle 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The whole reason for "privacy sandbox" is to still do user tracking, but do it in an anonymous way that they hope legislators won't go after. It's Google seeing the writing on the wall that legislation will soon ban third-party cookie tracking and fingerprinting and the like, so they need to be proactive and protect the ad tracking business.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A better name for it would have been something like "anonymous user tracking / data collection", but "privacy sandbox" is probably a good marketing term to fuzz what it's really doing. To a normal user it makes it sounds like Google is doing something good and protecting them, while it's really just "please opt in to our new more anonymized tracking technology while still allowing us to track you".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • arebop 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The DOJ has renounced the consumer welfare standard [https://prospect.org/justice/2024-08-09-will-googles-monopol...].
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • XorNot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I genuinely have no idea what "missing features" or incompatibilities keep people on Chrome compared to the benefits of uBlock just plain working better on Firefox.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • wildrhythms 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bookmarks, passwords, payment information, recent tabs, extensions... all synced with your Google account in Chrome. Firefox can't sync to your Google account. All that information is synced across the entire Google account system, to your Android phone, other Chrome browser instances and so on. Yes I know you could export your data from Google and pull it into Firefox's sync system, but that's a hurdle.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • dom96 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Why would you want all this stuff synced? The only thing I want out of that is passwords, but 1Password works just fine for that. In fact, I don't trust a browser to store my passwords securely.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • NewJazz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            It is a hurdle to switch, yes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            But everything you listed (apart from integrating with Google's servers) can be done with Firefox.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • XorNot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This would be a relevant list, except no one I know who compulsively uses Chrome...uses any of that stuff at all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Google Meet is particularly Firefox hostile with camera/audio support, but I'm not sure how common it actually is.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bcye 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PWAs being entirely unsupported by Firefox for instance.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • quickslowdown 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This is the last big thing keeping me on Vivaldi (based on chromium). I do use those, and would most likely fully switch to Firefox when implemented.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • duped 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  What things are only available as PWAs that are worth it? Like I know they exist, but I've never installed or used one.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • crazygringo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    uBlock Origin Lite works perfectly fine for me on Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Maybe there's some 0.01% of ads that would get blocked in the Firefox version that aren't in Chrome. But I don't see any regular users switching because they're noticing ads not getting blocked now.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • rpdillon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      One difference between lite and the full version is CNAME cloaking protection. The enforcement of Manifest V3 in Chrome opens up a gap in the ecosystem where analytics and advertising providers will increasingly use CNAME cloaking, since it can't be blocked from the world's most popular browser. And this is the world in which using Firefox with its support for Manifest V2 suddenly becomes quite a bit more attractive.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Rohansi 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It works fine for now. As soon as Manifest V2 is officially gone you will certainly see an increase in ads. What ad company wouldn't take advantage of more limited ad blocking capabilities in the most popular web browser?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Sabinus 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          That's just Google boiling the frog slowly.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • nunez 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I use FF full-time but have to use Chromium for WebEx and Teams calls to avoid massive jank.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I bought Ozlo Sleep buds recently. Really cool hardware that does exactly what they say they do. However, the device I read with at night runs Android 11 which is too old for their app (requires Android 12). I can configure and update the sleep buds through a browser with WebUSB...but only with Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The only reason I keep a Chrome installation is for when I want seemless in-page translation. Firefox just added a version of this feature but, for some reason, didn't include the most important language for nerds: Japanese.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • noahbp 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Firefox still lacks webgpu support.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • xnx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > uBlock just plain working better on Firefox.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                In what way does uBlock work better on Firefox? I don't see any ads in Chrome. Ad block is more important to me than any browse. I use Kiwi on Android instead of Chrome, and would switch immediately on desktop if I saw ads.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Tepix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I disagree. We get things in Chrome that is not in the consumer's interest simply because Google wants to get more data from its users and display more ads.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If Chrome were to be separated from the Ad business, it would be beneficial for privacy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • nixass 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > It must be asked are people gravitating toward Chrome because ....

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It's because Chrome used to be shoved down everyone's throat up until few years ago. Once stable base of users was made (by force and deception) the market took momentum

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • flir 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Nah, it was faster, lighter and better.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I say this as someone who has been back on Firefox for years at this point.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • xnx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > it was faster, lighter and better

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    And more stable

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rvnx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It also used to be distributed like an adware, bundled with along other softwares during installation.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • elmerfud 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I do think you're rewriting history a bit here. Of course a Google advertised to their product but people didn't move to Chrome simply because of the advertisements. Chrome took hold because literally every other choice sucked and sucked hard. When you only have sucky choices you have to deal with them and they made something massively better than anything else at the time. Companies with buckets of money like Microsoft didn't innovate in this space and even when they saw what Google was doing with Chrome their ability to compete with it was laughable. Even when they finally switch to their edge browser because the Internet explorer name was so tainted with bad experiences they still suck in this space. Even with Bing and the billions of dollars they can throw at it they still suck in this space.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • JoshTriplett 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I think it's a combination of both. There was absolutely a period where Chrome was faster, and Chrome still has a better security design. But Google also pushed Chrome incredibly hard, including bundling it with other software as a checked-by-default box, and used all the tactics to get it made the default browser and make it hard to switch, and advertised it on Google services for free, and made some features of Google products require it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • nixass 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          It took hold because it was a part of almost every popular piece of software installer back in the day, and enabled by default
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • moody__ 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A lot of discussion in this thread is pointing out that chromium is a thing and that it would be hard for a company to properly fund a web browser without the backing of a tech giant whose more direct revenue stream is elsewhere. I think this showcases a larger issue with the web as it stands today. Why has building a browser for the "open web" become such a complex piece of software that it requires the graces of a tech giant to even keep pace? Can nothing be done to the web to lower the barrier to entry such that an independent group (a la OpenBSD or similar) can maintain their own? Right now it seems this is only possible if you accept that you'll only be able to build on top of chromium.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I know the focus by the DOJ here seems to be more on search and less on the technical control that Google has over the web experience through implementation complexity, however I can only hope that by turning off the flow of free cash more "alternative" browsers are given some space to catch up. Things like manifest V3 show that Google is no stranger to tightening the leash if the innovation of web technologies impact their bottom line, I'd like to have a web where this type of control isn't possible.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • wruza 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        That was the goal, not an accident. The length of the standard itself is comparable to medium-sized serious project kloc count.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        They driven these numbers up to ensure that no one except them and their leashed pets could repeat it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        And here we are, you can have ten internet-enabled apps with texts, images and videos, basically the same functionality, but you can only copy nine of them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        You can’t even keep up with a simple fork.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • bradleyjg 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Can nothing be done to the web to lower the barrier to entry such that an independent group (a la OpenBSD or similar) can maintain their own?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sure, we can have the original web with text and the occasional embedded photo. But if you want what amounts to a full blown operating system, with a rock solid sandbox, plus an extremely performant virtual machine, that’s going to be a high bar.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • niutech 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > Can nothing be done to the web to lower the barrier to entry such that an independent group (a la OpenBSD or similar) can maintain their own?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Of course it can and it is done: Linux Foundation Europe runs Servo, GNOME Foundation runs WebKitGTK and Epiphany, Ladybird Browser Initiative runs Ladybird.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • smallerize 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Only WebKitGTK is feature complete. Servo and especially Ladybird are still likely to run into missing features while browsing.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • niutech 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                But they are in early development, they are making great progress every month.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • gman83 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              These guys think it can be done: https://ladybird.org
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • lesuorac 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > A lot of discussion in this thread is pointing out that chromium is a thing and that it would be hard for a company to properly fund a web browser without the backing of a tech giant whose more direct revenue stream is elsewhere.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This is not an issue though is it?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Like all those magazine subscriptions make their money off ads. The idea that a business can't survive on its own is fine, no?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If it's a singular tech giant then that's a problem but if chrome had contracts with like a dozen+ companies then it sounds really sustainable.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • moody__ 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  > Like all those magazine subscriptions make their money off ads. The idea that a business can't survive on its own is fine, no?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This is not quite the same, if a single magazine starts to become more ads than decent content it is not insurmountable for another company to start a competitor. It's not ad income itself that is bad, it's that in the case of a web browser it is insurmountable for a company to start up a competitor from scratch. It wasn't always the case, but because google has dumped so much engineering in to chrome they've effectively pulled up the ladder behind them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • fidotron 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                One of the hidden costs of Chrome on society is it supports radically ramping up the complexity of web specifications in order to extend the moat around it. It is one of the most extraordinary software engineering projects ever done, with multiple components each of which are game changers. (ANGLE, v8 and libwebrtc immediately come to mind). It is no accident Rust spun out of an effort to compete with this complexity explosion without having infinite financial resources.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Personally I would prioritize spinning off Android though, and partly pragmatically since at least that would have a clear revenue stream. Maybe the Chrome App Store will experience a sudden surge in importance. A degoogled Chrome OS could almost start to look better than the direction Windows is going in.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ycombinatrix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  libwebrtc not good
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • pthatcherg 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Why don't you like libwebrtc? There's a lot of good stuff in there.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ycombinatrix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      i like webRTC as a technology but it seriously bothered me that any random website can get all my local IP addresses by default.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      which dunce at Google was responsible for that?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • andrewflnr 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  What would that even mean? Chrome doesn't make money. Who would buy it, except maybe someone who plans to do something even more nefarious?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • kittikitti 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Chrome makes enormous sums of money through ads. Also, these companies pay fortunes for default settings like search engines and other backroom deals. Someone could buy Chrome and ask Microsoft for 30% of Bing's search revenue to be the default search engine and Microsoft would agree.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • richard_fey2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This makes sense, but it is made even more nonsensical by the fact that the DOJ is also separately saying traffic aquisition deals are anticompetitive as well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • geor9e 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Chrome has ads? Or do you just mean any browser that defaults omnibox searches to google.com? a.k.a. firefox, safari, opera, chrome, etc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • wildrhythms 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          What ads does Chrome make money from?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • andrewflnr 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Google makes money from ads by having control of Chrome. I don't see how that would continue if it's spun out. I'm not aware of any ads in Chrome itself (but I've been using FF for years, so what do I know). And Chrome controlling the default search engine is exactly why they want it spun out from Google, so if the result was simply that it makes money by defaulting to a different search engine, that would be an absurd, pointless result.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • wmf 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Imagine if Google isn't allowed to pay Chrome Inc for traffic acquisition so Chrome changes the default search engine to Bing and now Bing is a monopoly because 90% of browsers default to Bing.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • bogwog 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > Who would buy it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If the decision drags on into the new administration, then the answer is probably Elon Musk.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • BadHumans 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This is good guess unfortunately. However, there are second order effects as we've seen with X that will drive people to Firefox so this could end up being a good thing.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • freedomben 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > They are also prepared to seek a requirement that Google share more information with advertisers and give them more control over where their ads appear.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I don't think Google are fully clean in all this by any stretch, but for all the people saying that Google is just privacy-violating data junkies, did you catch that aspect of the DOJ statement?? The DOJ wants the advertisers to have MORE information (about us). That makes me sick.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • hightrix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I definitely glossed over this line. This line of thinking makes me worried that someone in the upcoming government will get the "good" idea of trying to ban adblockers.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • wmf 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Antitrust leads to weird outcomes in markets where all the players are anti-consumer. (advertising, antivirus, car dealers, etc.)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • justahuman74 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                What is the actual asset to buy precisely? The code is already mostly open. You'd be paying for a user base who could leave at any moment?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • eviks 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Users could switch from Google search at any moment, would you say search is not an actual asset to buy?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jiri 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    User has to choose search engine once. During every install of Chrome I see forced selection of search engine.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Shank 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This is most likely an EU special, because Chrome doesn't even remotely do that in the US or Japan.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • aurareturn 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      They can already do that.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Chrome is funded by Google search.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Why would anyone buy it without Google search?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • eviks 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Yes, they can, so it's not an asset???

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The answer to your question is simple - because you can get funded by Google to keep its search the default

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The trademarks, the team, and the infrastructure. Mozilla spun out of Netscape exactly like that, with the trademarks, part of the team and part of the infra.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The monetization is up to the spinoff or acquirer to figure out.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • andxor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The team would dismantle pretty quickly once they stop receiving Google stock grants.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For something supposedly valueless, Google are really interested in keeping it!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • detourdog 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If that hadn't forked WebKit DOJ would have to prove collusion instead.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Chatting 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This absolutely needs to happen.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The main problem is that, thanks to Chrome's massive market share, Google is in a position where they can effectively dictate the future of the Web as a platform.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          We've already seen a few instances of this: Manifest v3 and FLoC/Privacy Sandbox, for example, were met with widespread opposition, but eventually they made their way into Chrome; WEI, on the other hand, was withdrawn due to backlash, but make no mistake, it will come back at some point.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The current state of Web standards can be summed up as: whatever Chrome does is the standard. The other browsers have to follow along, either because their modest market share doesn't afford them the luxury to be incompatible with Chrome, or because they're based on Chromium, so they hardly have a choice. The only exception is Apple, but let's be honest, they only do so because of their own business interests.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Ideally, Chrome/Chromium should be spun off as an independent non-profit foundation set up to act in the public interest. Obviously there would be trade-offs: a slower development cycle, new features taking longer to be shipped, etc. But in my opinion that's far preferrable to having Google continue to exert this level of control over the Web.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Unfortunately, the current administration has two months left in its term, so it's not going to happen.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • big-green-man 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The incoming administration has a bone to pick with these tech companies, so I expect these endeavors to continue to fruition.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Ameo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              My primary worry here is that this would hurt the open web - whether or not splitting out Chrome into a separate business would be good for consumers in and of itself.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It's true that Google adds a lot of things to Chrome or their own benefit or even the potential detriment of others like Mozilla.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              That being said, they also do a tremendous amount of work to push the state of the web forward and, most importantly, they release Chromium 100% free and open source. That's not to mention the other incredibly impactful free projects that have stemmed from it like V8/NodeJS, Electron, Puppeteer, Chrome Devtools, etc.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              On the flip side, it's been argued that Google's control over web standards is too strong and they can essentially strong-arm other browser vendors into implementing whatever they want. It's also been argued that Google pushes too fast and makes it impossible for other vendors to keep up, leading people to use Chrome if they want the latest + greatest web features.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              But when we look at the other browser vendors, I personally feel like Google seems like a much better alternative. Mozilla feels like a dried up husk of the company it apparently once was and Apple pushes a buggy, closed-source, locked-down browser which has been purposely held back from critical features in the past (I think they did that to try to keep users off web apps and keep them paying Apple huge app store fees).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ----

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Anyway, I certainly have very mixed feelings on this one. My main hope is that this doesn't spell the beginning of the end for Chromium because I truly believe it's a piece of software that has provided immense public benefit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • chucke1992 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Google has to be dismantled in parts one way or another - too much control over search and Youtube to the point where they are able to enforce Chrome standards that prevent adblocks from working.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ikeashark 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  > Youtube to the point where they are able to enforce Chrome standards that prevent adblocks from working.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Youtube needs to profitable somehow, and advertisers are the best way to do this. If Youtube couldn't generate the revenue through advertising, what else can they do?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It's insanely expensive to do video streaming, hence why Google invests a lot in the new compression formats today, WEBP, Brotli, AV1.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Do you just expect them to just do all of this for free?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • chucke1992 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    No, but with big market share comes big responsibility.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Video streaming is extremely unprofitable sure, but in its care it tries to leverage its market share with Chrome browser to benefit. And you are not allowed to do that when your market share is big.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • JCharante 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Yeah selling chrome makes no sense, who would buy it? It doesn’t make any money.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bhawks 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This feels like a feel good headline for DoJ that doesn't materially impact the Search/Ads ecosystem nor improve things for the end consumer.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Chromium exists - literally as a baseline for several other corporations to build a browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you wanted to do something meaningful - you must separate search and ads, everything else is rearranging deck chairs on the Titanic.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • da25 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Thinking this through, it’s hard to even imagine how such a selloff and transfer could happen. Chrome, which is built downstream from the open-source Chromium, is a behemoth project with development spanning nearly every domain — rendering, GPU ops, WASM, AI, js engines, web standards, and much more.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Sure, Google doesn’t always prioritize developments that don’t align with its ad monopoly. Still, Chrome remains a polished & widely used product.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    As far as I can see, it would be best to establish a "Chromium Foundation," akin to the Linux Foundation, with emphasis on advancing web standards, unencumbered by corporate priorities.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    That said, the more entrenched monopoly Google maintains lies in its "Search Experience," integrated with complementary products like Maps, YouTube, Android, and others.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I don't see any other viable alternative that serves the needs of most users across the board. Bing doesn’t come close, and while private search engines cater to power users, the average web user rarely switches search engines. For many, Google Search has become the de facto entry point to the internet and their view of the Web.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • charliebwrites 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Plot Twist:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Google sells Chrome, then immediately forks Chromium and starts a new “completely unrelated” browser with all the same features called “Magnesium”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • philistine 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        With those rulings come conditions. Corporations under a judgement under monopoly practices can't do anything they want wily-nily. AT&T, for example, was forbidden from selling computers in 1956.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        https://economics.yale.edu/sites/default/files/how_antitrust...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • peutetre 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The actual plot twist will be Google transacts some business with Trump and the problem will be "solved".
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • bongodongobob 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I'd be so excited if the did this and named it "Ultron".
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • AnonMO 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Google Matte. chrome is out of fashion now.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • milesward 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "make" Mozilla buy it, give em a heaping grant from the Library of Congress to keep the open web open, and be the engine behind every browser keeping things fair... sounds good to me!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • afavour 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  In this scenario I’d much rather that heaping grant goes to a newly independent Chromium nonprofit org. Browser engine diversity is a good thing and worth trying to preserve.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • NewJazz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Seriously the chromium project needs an endowment to sustain operations. Especially when you consider chromium OS too.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • okdood64 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Are they being forced to sell Chromium? How would that work?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • JadoJodo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      That’s what the article for this thread is about…
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • positr0n 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        No the article is about Chrome, not Chromium
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Tepix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Then instead of two browser engines we end up with one? That doesn't sound like a win.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • gerash 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Looking at this case and the recent case against SpaceX (which is required to only hire US permanent residents and citizens) for not hiring asylees, makes me think DOJ which has the bandwidth to only work on few very important cases isn't doing a good job overall.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • titzer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The conflict of interest between owning search, being a provider of user identity/login, and effectively owning the entire internet ads marketplace, and being a provider of the "user agent" (remember when people thought of that way!?) is immense.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This should have happened years ago.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        TBF, I worked in Chrome almost 7 years and I didn't see anything outright nefarious. I don't know how user-hostile decisions (like breaking ad blockers and serving advertisers better) get made, but they do get made, or defaulted into. Trust me, the leadership of Chrome knows exactly how to justify its $300 million+ budget to the rest of Google, revenue numbers and all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Ferret7446 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          But there's no vendor lock-in from providing the user agent. It only costs a few minutes to switch to a different browser. The problem is other browsers suck, through no fault of Chrome (other than setting the bar high).
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I'm guessing that budget is well over half a billion today. Got data?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • tantalor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              "Conflict of interest" has a precise ethical/legal definition. It doesn't mean "somebody is doing something I don't like".
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • titzer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                From the Oxford dictionary:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                conflict of interest, n:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                a situation in which the concerns or aims of two different parties are incompatible.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "the conflict of interest between elected officials and corporate lobbyists"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • tantalor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Sure that's a colloquial sense, but we're talking about a legal sense here.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The legal/ethical sense is where one party has an actual obligation to multiple other parties whose interests are incompatible. For instance, a lawyer who represents both sides of a dispute has a conflict in interest; they cannot faithfully satisfy their obligations to all their clients.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  In your example you cited a few services,

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * provide a search engine

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * provide login

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * run ads business

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * provide a web browser

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  But you haven't explained what the legal/ethical obligations are, and where the conflict arises, e.g., how one company cannot possibly fulfill all of those obligations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • oliwarner 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              You could make all these arguments against Android, no? Perhaps moreso while they maintain the garden wall.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It isn't wrong to point out how harmful to society monopolies are, and to identify them, but the development of Chrome, Android, etc, do also present genuine value to anybody who wants that code.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Without Google making money from the search/targeting/advertising model, who is paying for Chrome, Firefox and Google Search? Who is paying for Android after third party marketplaces take off?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I'm not making any recommendations here except that I think we need to be careful what we wish for. Tools we rely on might evaporate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                You could, and I would.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The toys we enjoy today are not worth sacrificing future developments. Nothing advances customer interests as much as competition.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • lanthissa 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Why is this a better solution than forcing chrome to have no defaults and select an option just like IE.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Chrome google pulled the entire browser market forward by investing in chrome. A stand alone chrome is just going to make money by charging by default status or be bought by someone else trying to create push their defaults.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • catlikesshrimp 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I will fix the internet for you:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  + No platform ever must include an Internet Brower by default. User must install one some way without anyone being suggested or hinted by platform. Platform can inform user an internet browser can be installed but not saying how. Platform owner can set a default anytime

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  + No Internet Browser ever must default, or suggest or hint a search engine. The platform owner can always pick one himself.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Internet Browser is defined as any program with a User Interface which can acquire content from any public network

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The devil is inthe defaults.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Edit: I forgot to add how to finance it: Internet browser will now datamine the customer. Customer can pay for a privacy respecting browser, but we all know how that doesn't fly (yet)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ghostpepper 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    How would new users install a browser without having a browser? The browser is where 99% of users spend 99% of their time.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Get-AppxPackage works fine for me.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ApolloFortyNine 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Again, no idea how Google's supposed monopoly of web browsers is worse for the consumer than Apple's actual monopoly on iPhone browsers (they're all Safari under the hood) and on App stores.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • elashri 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The DOJ is after monopoly in search space (and how Google is using chrome position to strengthen the search monopoly) not the browser space itself (Which is another monopoly but to less extend). People don't look into one product and DOJ are not naive to fall into this trap.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ApolloFortyNine 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Then pass a law that says all browsers must give a choice of search engine.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm not sure your right though.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • elashri 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        As you might know. DOJ is not able to pass laws for obvious reasons. They do enforce the current laws. Google is free to lobby for such law as they do with other things.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • pcj-github 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^This. Apple's lock on the mobile market is far worse for consumers. Break off the App Store from Apple, a company that would actually be valuable.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • JumpCrisscross 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > no idea how Google's supposed monopoly of web browsers is worse for the consumer than Apple's actual monopoly on iPhone browsers (they're all Safari under the hood) and on App stores

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For the same reason proprietary cables aren't generally a monopoly problem: Apple hasn't been declared a monopoly. Google has [1].

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [1] https://apnews.com/article/google-search-antitrust-case-5911...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • adamtaylor_13 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This is exactly the blunt, hammer-based solution I would expect from a bunch of crusty bureaucrats.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It seems none of them bothered to read Kagi’s outstanding suggestions on the topic. [1]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1: https://blog.kagi.com/dawn-new-era-search

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • tr3ntg 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Decided to give this a read.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Kagi’s argument is simple: Google should give public access to their Search Index so that any company can take advantage of the core machine directly, under some terms of agreement. Like an API.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • fizlebit 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Am I alone in thinking that all the stuff I get for free (in exchange for some amount of targeted advertising) from Google is pretty cool and that these attempts to break up big tech are going to be very bad for consumers and the economy and is just punishing successful companies that produce products that customers want to use. You all can use mosaic/edge if you want to.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            You get nice stuff for free, right up until the moment Google decide that they've done enough. Then you get nothing. And the unfair funding and disparity in features means no competitors can ever provide a superior alternative.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            And then it might not be for free. It's very tempting to rent-seek when you have a captive user base. That's bad for consumers and bad for the economy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Focusing on what we get today is myopic and it's not by mistake that Google give them to us.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • laweijfmvo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              You are certainly not alone. I’d say you’re in the vast vast majority, just not necessarily on our little corner of the Internet (hackernews), but realistically probably the majority here as well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • tannhaeuser 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Selling off Chrome might help, or it might just be the lesser evil/a pawn sacrifice in order to prevent split up of AdSense from Google Search (which is in obvious conflict of interest, as Google's ad business is already under scrutiny under alleged price fixing along with Meta), or of YouTube. Neither Google's acquisition of YouTube nor that of DoubleClick should've been allowed in the first place under any reasonable antitrust enforcement, the purpose of which is to prevent exactly this kind of monopoly.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • zb3 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Chrome can't really be sold unless it'd mean Google is not allowed to maintain a fork of Chromium.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                While you can sell access to the existing installations (control over the update url), if Google continues to invest development into a fork (and just drops the information about it on Google frontpage) then that new fork will become defacto Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                EDIT: To clarify, the value of Chrome is not only the userbase, but also its placement in Google products and importantly, the development effort on a scale few can afford.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • NewJazz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think this would be a very unfair action to perform so late in the administration.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Simply because the other two dominant personal computer OS vendors, Microsoft and Apple, will be allowed to maintain their browsers. The less entrenched company and younger company is getting singled out?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If they had more time to build cases against the more entrenched Apple and MS, maybe I'd give them some benefit of the doubt. But we can't assume the next administration's antitrust policy will be consistent or even sensible.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • azinman2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Browsers are complicated enough that I don’t see how a company could do the right thing without it being subsidized by a larger business. I feel like this is paving the ground for a Chinese startup to come take its place.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Browsers simply require paying a few hundred very in demand engineers, and that's hardly impossible if Mozilla's been doing it for 20 years as a non-profit. How many software shops out there have 500 engineers? I'm guessing literal hundreds US companies have that today and wouldn't be surprised if someone could build something that scale in a couple years with the proper budget and leadership.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    But they won't have to build it, they'll just buy a chunk of Google's team with the Chrome trademarks and the chromium infrastructure and then scale back attempts to outpace the few other engine makers by piling on features only useful to an advertising monopoly and instead focus on the core feature set while raking in big bucks selling search and ad distribution to all the search and ad companies not named Google (and perhaps some even from Google too.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • azinman2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Mozilla does it by getting Google to pay them a bunch of money, which itself is the subject of anti-trust investigations. That money could dry up if Google is forced to no longer fund Mozilla, and if that happens, they’re screwed. It’ll also mean others likely won’t be able to pay either, which only leaves either buying software (who will pay for a browser?) or ads.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Also note that Mozilla has been doing this a long time, and yet they’re effectively irrelevant in market share now. So they’ve done a terrible job.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Browsers are a specialized technology and skill set that isn’t easily found, nor can you just throw any old SWE at the problem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • niutech 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How about Servo and Ladybird?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • IncreasePosts 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    What kind of continuity can be expected when the head of the DoJ is a political appointee by the president, and we're getting a new president in 2 months with radically different ideas compared to our current one?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • move-on-by 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I’m not sure, but per the article it’s a continuation of it’s beginning:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > The case was filed under the first Trump administration and continued under President Joe Biden.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • asveikau 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Trump is known to change his mind about stuff on a whim or who he talks to most recently, I guess we'll see.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • tokioyoyo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        None, lol.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • glzone1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Maybe one of the big spyware players will buy chrome
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Applejinx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Dang it, I think we missed a chance for it to be bought by the Onion
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • blibble 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Microsoft?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • DCH3416 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Stuff like this. It feels like there's less of a case here than with Microsoft. In the 90s, Windows nearly became _the_ OS, especially had Apple folded like it nearly did. There really wasn't an alternative in the emerging home computer space as well as the OEM shenanigans among other things. Threatening to pull office for Mac if Apple failed to include IE.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I'm struggling to see how Google is truly behaving monopolistic here. Chrome is available for compile, and is part of other browsers like edge. It's like suggesting linux has a monopoly because almost all web servers run on it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • doc_manhat 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ITT: panicked Google employees try to convince you this is a very bad thing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • tantalor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  "Big tech companies aren't allowed to distribute their own web browser" is going to come as a big surprise to Microsoft and Apple.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Except that's not what they are saying.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • phyzix5761 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I'm reading this on a non Chrome browser and I can search for it on a non Google search engine. I don't understand where the monopoly is.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • nfw2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm reading this on a non-Chrome browser based on Chromium, the project Google gave freely to the world that enables competitors to reach hundreds of millions of users
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • jmpetroske 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        You can look up details of the lawsuit, but the idea is that Google paying Apple to be the default search engine prevents other search engines from competing with Google search. The default search selection has been shown to be quite important. Anti-trust law is built around the idea of maintaining competition - “monopolies” aren’t inherently illegal.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • phyzix5761 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Every company does this though. They pay to be the exclusive or official XYZ of some company or event.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          For example, Bud Light being the official drink of the NFL.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Or Coca-Cola being the exclusive drink that can be sold at the Olympics and many other sporting venues.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • jmpetroske 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I’m summarizing, the details of the suit are widely available.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bud lights and coca colas activity isn’t enough to suppress competition. Google’s is, and the U.S. justice system clearly thinks so.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • BadHumans 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bud Light has a 9.7% market share.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Chrome has a 67% market share. You also missed the entire point of defaults being important.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Every company isnt a monopoly under antitrust scrutiny.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • coretx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            We went from hardware we could trust & control and gopher + plain html to hardware that spies on us and have limited control over and fully turing complete software with access to all hardware & DRM. - and no sensible way out.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Maybe not only Google, but everyone needs to rethink the concept of a browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • rkagerer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Google says the proposals would harm consumers and developers

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Hey Google - I'm both, and your trend over the years of degrading products I used to love with increasingly user-hostile choices has already caused me more harm than I can imagine could arise out of fixing the incentives.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • citizenpaul 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A much better decision would have been to require them to fund some amount of the various open source competitors so there can be alternatives. Makes as much sense as forcing them to sell a thing that has no market.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                "Selling" off chrome is probably not even really possible in any reasonable business way.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It could be spun off into a separate company, or Microsoft could buy it seeing Edge uses the engine.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • citizenpaul 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    >Microsoft could buy it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I wish you understood why that is funny.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Well, it's funny but it's also sad.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • cerebra 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This...doesn't seem like a good idea.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • steego 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Not to be dramatic, but from a security perspective, it feels a little like the scene in Ghost Busters where the EPA inspector orders a Con Ed worker to shut down the containment system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I'm trying to imagine all the operational implications and this particular suggestion feels hasty.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I'm open to hearing different opinions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • mattigames 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Buying the browser should come with most of the engineers that actively work on it, or at least the ones with most experience working on it, maybe even give them a tiny part of the shares of whatever company gets to own it, or perhaps with a contract for at least for a couple of years (and then could return to Google or whatever), and if possible include some incentives to make them focus on working on security bugs over new features, which tbh I think there is just too many every year.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • cmeacham98 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > Buying the browser should come with most of the engineers that actively work on it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 13th Amendment to the US constitution makes the sale of people illegal.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seriously though - how would this ever work? Google cannot negociate on behalf of their employees or promise they will work somewhere if Google stops employing them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • dnissley 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The revenue and profitability of "the Chrome Company" is going to be far less than Google, since Google's rising tide is what lifted that particular boat.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How would the Chrome Company deal with this?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Would they do closed source development going forward, no more free lunch for other browsers or shells using Chrome as an engine?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How much of a hit does this mean for employees salaries? They are currently making Google money, and now they're about to make Microsoft money.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How many would just be flat out laid off due to a lack of revenue, at least in the short term? Would it be a 50% lay off? Into a job market that's already bad?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • throwawaythekey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Firefox makes hundred of millions of dollars in revenue per year. If you assume the same revenue per user and apply it to Chrome's market size (about 30x that of firefox) then you have a top 20(?) tech company in revenue terms.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        They will have more money than they know what to do with. But yes, going closed source does seem more likely.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • sidibe 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Isn't firefox mostly making its money from Google? They'll be struggling too if Google gets out of the browser business and no longer feels the pressure to sustain them
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • everdrive 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Why would it be a bad idea?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • genericone 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Yeah, especially if this breaks Chrome Remote Desktop in any way, seems like that capability would be tied into the Google ecosystem... I wonder how long we will have to say goodbye to the simplest remote desktop that has ever existed.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • mikepurvis 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If getting more open protocols/APIs for that kind of thing is a consequence of this then I’ll take it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Next please make Apple open up all the secret integration between iOS and Watch so that Fitbit and others can more fairly compete.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1vuio0pswjnm7 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • bloppe 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            First, it's important to keep a clear view of what's actually for sale here. Chromium is an open source project that already forms the basis of other browsers (most prominently Edge and Brave) and does not include all the weird Google stuff that the the DOJ takes issue with (tracking for ads, special privileges for Google websites, etc.). Chrome is basically a thin layer of shittiness on top of Chromium. That thin layer of shittiness is what's for sale. Its entire value is derived from the fact that it's already dominant. So whoever buys it is effectively buying that user base, but not much of a technical moat to keep them all in.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Who might buy it? I can list them:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            - Apple

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            - Microsoft

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            That's it. Turns out you can't properly invest in a Browser without conflicts of interest. Apple might buy it to help drive more users toward the App Store. Microsoft might buy it for similar, all-too-familiar reasons. They both have the funds and incentives to want this massive "captive" audience, and the means to exploit it, and I can't think of anybody else who would care enough to bid much.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            So what would happen to Google? That's the real question. Seems like the point is not selling anything. The point is to ban Google from having influence over any web browser. I wonder if Judge Mehta will be able to craft an effective order to that end.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • xvector 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Amazon or Meta could buy it as well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ulrikrasmussen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Finally! My only concern is that this should have been done much sooner, in particular before the recent anti-trust ruling that basically forced Google's hands to pull the rug under Mozilla.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Google's sole business is to make people look at content they don't want to look at (ads), and I find it deeply problematic that they not only control the operating system and software distribution platform for a large fraction of devices, but now also the browser and by extension the standards of what used to be the open web.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • czhu12 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Not sure how this works but if some party purchased chrome, isn't the best business for it to sell advertising back to google? And then sell the default search engine back to google?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bilal4hmed 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This seems like the best case scenario for them.....losing Android would have been a far bigger problem
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • pjmlp 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    And thus confirming the whole point about Chrome being the new IE discussion from yesterday.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • willywanker 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I was one of the very few voices against using Chrome when it debuted in 2008. How on earth did it make sense, even for the supposedly enlightened programmer/IT tech/gamer/nerd crowd to use a browser made by a company whose business model depends on profiling user data to sell ads? And mind that in 2008 they had already ditched the 'don't be evil' slogan for those naive enough to think that businesses are anything but amoral.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      And splitting hairs over Chrome vs Blink (the engine), or switching to the multiple other Blink wrapper browsers that are there, or Chrome's controlled opposition Firefox() makes no sense either; by using any of these you only help maintain Google's hegemony over the web and its standards.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      () - they don't get to call themselves a scrappy little privacy crusading rebel when bankrolled by Mozilla whose multi million dollar revenue remains primarily from Google being the default search engine in Firefox, plus their own shenanigans.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • nashashmi 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        They can sell Chrome, keep Chromium, rebrand ChromeOS to nAndroidOS, and launch a new browser called Google DrEdge (based on Chromium).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Full circle ⭕. Back to where we started.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          That's not how this works. They'll sign a consent decree that forbids them from just that for a decade or three and the DOJ will have staff officed in Google campuses monitoring them for the entire time.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nashashmi 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Sale of chrome can include non compete by the buyer. DOJ cant itself do something like that.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • AlienRobot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          DuckDuckGo has a web browser. Brave has a search engine. Kagi has a web browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          It seems weird to single Google for this. Wasn't the core issue behind this that these other search engines couldn't compete with Google?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Vivaldi is a much better browser than their Chromium re-skins. Perhaps if their browsers were better people would use them instead of using Chrome. Additionally, perhaps if their search was better than Google, they would use it as well!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Google shoves AI overviews in your face now, and if that sucks, the only reasonable alternative is to use Bing currently. I can't use Brave's search or Mojeek. Brave ignores underscores. Mojeek doesn't even have a business model so it stops anyone from actually using it as a search engine. Yandex is full of results in Russian.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I wish someone would tell me what is this fabled competitor to Google that would benefit from crippling Google because so far I haven't been able to find one. I'd say the only engines better than Google are Wiby and Kiddle, because they focus on a specific niche instead of trying to compete on general web search.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ColinHayhurst 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Mojeek CEO here: Our business model is our paid API and contextual, no-tracking ads.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • AlienRobot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Interesting, when I was taking a look at alternative search engines I tried Mojeek and I never saw a single ad, so I assumed it had no way to make money (just like Wiby).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              But where are the ads?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I just searched for "best cars 2024." Not a single ad. "Insurance lawyers," no ads. "Best keyboard," no ads.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Maybe the reason why this happens is because I'm not from the US/EU/UK?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Also when I use a search operator, like "insurance lawyers" surrounded by double quotes, I get a 403 forbidden error because I appear "to be sending automated queries so we can't process your search at this time." To me, that means Mojeek won't let me use it as a search engine.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • asadotzler 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Tell us you don't understand the first thing about centuries of anti-trust law without telling us you don't understand anti-trust law.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • AlienRobot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Why don't you illuminate me if you're so knowledgeable?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • LatteLazy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Every time these cases come up, I ask the same question: what is this supposed to actually achieve and how will it work?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Who will buy chrome? And how will they make a profit from doing so?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Presumably they will charge google for good to remain the default search engine? But then we will just end up in the same place as now won't we? (Chrome being a popular but not the only browser; Google being the default but not only search engine).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              So how will this make the end user or the advertisers (don't forget, they are the consumer here, since they are paying, not the user) richer or happier or whatever else?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              People seem stuck on "monopoly bad" and that something has to be done. But are not clear on what the harm is here, or how to prevent that harm. Instead, this is something and something has to be done...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • linuxhansl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Slightly off-topic:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I am always baffled with the widespread use of Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                On all my machines (including work) I use Firefox. Even on Android I disabled Chrome, so that the feed will have to use Firefox.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Chrome is neither faster nor more convenient than Firefox, so it is a bit of a mystery to me - I guess on Android it comes as the default.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • asyx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It is mostly better advertising compared to what Mozilla was pulling of, the initial edge in performance (at least that’s what people said), integration with google for the android users (Firefox was late to this) as well as some issues if garbage websites didn’t test on Firefox.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Regarding features, things I’d miss include PWA, some APIs like WebUSB that let me flash microcontrollers in the browser and I think WebGPU is still only in Firefox nightly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Most of those things are very specific to what I do. Most people don’t need PWAs. Most people have no need for WebUSB and most applications run on WebGL so that’s mostly an issue for developers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It’s not like Firefox is bad but I think Google just managed to capture the market and now the userbase doesn’t have a good reason to switch to Firefox (most people don’t think about privacy if it’s not in their face. Very few people will have no passcode on their phone. But even less people will think twice before uploading the images of stranger’s kids to Google Drive because they happened to be in the background when you made a photo of your own kids even though google has no reason to respect your privacy).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • bongodongobob 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To the average person, all the browsers are exactly the same. I use Chrome, Edge, and Firefox at work at its all the same to me as well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • IncreasePosts 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Maybe force of habit from years ago when Mozilla was the dominant non-default browser and chrome rolled in and ate their lunch by feeling so much faster.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • bigger_cheese 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Netflix was tipping point for me, at the time Chrome was only browser on Linux that let me watch Netflix.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • adamc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          There are a lot of pages that work better in Chrome than Firefox. I say that as someone who always defaults to Firefox.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • blazinDC 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          It’ll be bought by a Chinese company, and then what?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • deburo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Would this even survive the coming change of administration? Why attempt this now?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • xnx 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It would be a shame if the DOJ forced this. Google has the resources to continue to pressure Apple to allow non-nerfed Chrome on iOS.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              That said, this might be my favorite of the DOJ remedies I've heard because it would probably do the least harm.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • elashri 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                They had these alleged resources for almost two decades now. Did they manage to force Apple? Or do they give them two digit billions dollars for Google to be the default search engine on safari?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • shepherdjerred 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I would much rather Google be forced to fund alternative browsers (other than Firefox)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • kernal 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If Google is forced to sell off Chrome why would any company buy it? They wouldn't get the developers that work on Chrome / Chromium. They wouldn't get access to the proprietary Google services that Chrome uses so they would be buying a copy of Chromium. Google could then close the Chromium source code and develop a new closed source browser. The Chrome browser would then slowly die due to lack of development resources, money, and innovation while the new Google browser would quickly gain the market share that was taken away from them.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    They'll spin it off into its own company.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Spivak 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Weird that this is so doom and gloom, the world's most popular browser decoupled from the ad machine. What's not to love? People champion Firefox and Brave constantly and they're independent browsers.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • oefrha 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Brave is not an independent browser, the majority of development comes for free through Chromium, funded by… Google. Firefox by Mozilla Corp survives on loads of cash from… Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Whoever’s going to pay for the acquisition and the shit ton of ongoing development costs will have to milk it a lot harder than Google (unless the buyer is something like Microsoft, but what’s the point then). A browser alone, especially the type people here champion, is a bad business.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Spivak 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I think there's an implicit assumption here that Google isn't milking the browser for all it's worth. It isn't as if Google is footing the bill for all those ongoing costs for nothing. I think the argument that Chrome avoids some general badness because Google gets value from a purely strategic interest isn't without merit but even that value is captured eventually. Sure they'll probably sell their default search placement to Google for a pretty penny to sustain development just like Firefox but I consider that a strict improvement over the status quo because Google has less direct power over the new company.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • NickC25 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Could Google just circumvent this entirely by making Chrome 100% open source?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I realize Chrome is partially open source, but IIRC Google still has some special abilities that no fork has the ability to access.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • tgmatt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Maybe this will lead to Chromium finally getting proper vertical tabs which Google clearly otherwise block due to it eating up horizontal real estate that would otherwise be used for ads.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • AlgebraFox 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I assumed this theory long back and I thought I was alone. Now it's great to see someone else has same theory.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • shadowgovt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This will likely lead to a Safari hegemony. Possibly an Edge / Safari duopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Chrome doesn't have a business model to make money. If it gets calved off into its own thing, it'll either need to find another line of business to supplement the cost of building and maintaining a browser, or it'll go bankrupt. Close-to-nobody is willing to pay money for a browser alone, so it's unlikely they'll be able to float a business on selling the browser itself.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • mihaic 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This feels like doing something just to do something. I hate the fact that Google owns Chrome just as much as the next person here, but what's going to happen next? Are you going to sell it to ByteDance since they have the biggest offer? Just having half a plan can be worse than having a full plan.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            At the same time, it might be just a thread from the DOJ to get Google to play ball on something else, but it's hard to assume competence and forethought for something like this.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • afavour 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I don’t really understand how this would work and the article doesn’t really give me enough detail to know. But for me, Google abandoning their plans to disable third party cookies tells me everything I need to know: their ad business calls the shots and an ad company having monopoly over the browser market is an unequivocally bad thing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I just have no idea how we get from here to there. And let’s be real, with Trump re-elected the chance of the DOJ following through with this is very low.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • red_dragon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It is not clear to me how Chrome having a majority share in the browser market is a monopoly. Is it somehow constraining other browsers to not be developed? On the contrary Google maintains the Chromium project, and funds Mozilla directly. I don't think that's what monopolies do, i.e., monopolies don't actively cultivate competitors.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If people aren't choosing to use Firefox, Brave, Edge, etc. even though many of the competitors get the benefit of free Google engg labor on Chromium and are not connected to the so-called ad machine, maybe they don't want like the alternatives.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • techjamie 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Somewhere in a possible future, Trump hands Chrome to Elon and he makes X Browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If this comes true, I take full responsibility for causing it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • jfoster 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I wonder what the bounds of this would be. Most people still think of Chrome as just a browser, but there is quite a bit of other stuff:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Chrome Web Store

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromeOS

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Chromebook (somewhat intertwined with Android)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Chromecast (discontinued, sort of; succeeded by Google TV Streamer)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Web.dev (not Chrome branded, but probably wouldn't exist if Google didn't start Chrome)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Also, I have to wonder, if breaking off Chrome makes sense to the DOJ, does breaking off Android also make sense? Is that the next piece that they will propose?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jauntywundrkind 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This would be outrageously bad for the web.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Right now a healthy web ecosystem is Google's existential hedge, against all the closed platforms of the world coming to devour the web and Google's business.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Getting rid of Google as a patron for the web would be one of the most harmful damaging & awful things the DOJ could do this world. Strongly opposed, what a godforsaken heinous crime against humanity to consider leaving no one funding the web at scale.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • jfoster 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It feels odd to me that this was the first proposal from the DOJ, considering that the case initially seemed quite focused on the advertising side of Google's business:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      https://en.wikipedia.org/w/index.php?title=United_States_v._...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • fooker 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Something like YouTube would have been a much better idea.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • gigatexal 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I thought Trump could be bought off to make this go away like he flipped on the til too forced sale of ban. But this whole thing began under his last administration (sic):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        “If Mehta accepts the proposals, they have the potential to reshape the online search market and the burgeoning AI industry. The case was filed under the first Trump administration and continued under President Joe Biden. It marks the most aggressive effort to rein in a technology company since Washington unsuccessfully sought to break up Microsoft Corp. two decades ago.”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The thing is chrome isn’t as sticky or important as the ads marketplace. Google would be wise to let chrome go and hold on to the cash cow that is the ads marketplace where they make most of their money.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • einpoklum 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Wow, what a world! Next they might make Microsoft sell of the army of evil monkeys that they got when they bought evil from Satan:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        https://www.bbspot.com/2000/05/04/linux-kernel-delayed-by-mi...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (yes, that's 24-year-old humor, sorry.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • seydor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Antimonopoly action is good for the market, but let's be honest nobody will make a better chrome, at best they will inject ads or turn it to a walled garden. It will be a bad thing in the end for us web developers , and we will lose the last open platform.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Why is this considered a good move anyway? The obvious way to split google is to separate the buy side from the sell side of ads market

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Tepix 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I haven't been using Chrome for a while because of the unacceptable privacy issues.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "We will lose the last open platform" - umm, have you heard about Mozilla Firefox? It works really well.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              In recent years, otherwise proud nerds have become absurdly hostile to the idea that Firefox could function as a daily browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Yet I often forget which one I'm using until I look at the shape of the tabs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • yowayb 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I haven't read the article but I immediately see a few comments about benefitting consumers. I don't think that's the DOJ's charter. I think when you consider all the things that Google is to the government and to the people, this decision makes sense. It's weird that it becomes a discussion about what consumers want.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • whiplash451 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              True, but that might be the way for the DOJ to win legally.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • CivBase 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              How exactly does Chrome make money without leveraging the exact antitrust behaviors that are driving this decision?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Do they become like Firefox and make themselves dependent on Google to pay top dollar for the default search engine? Wouldn't that just make them beholden to their original owner anyways?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • dismalaf 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This is the strangest decision I've ever seen. Chrome isn't the default anywhere except Pixel branded devices (most or all of the Android OEMs have their own browsers) and you need to actually seek out and download Chrome from Google.com. So how will Google selling Chrome lead to less traffic towards Google? It seems the DOJ has cause and effect completely backwards.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                IF Google is a monopoly that abuses search and ads, IMO it would make much more sense to split it like this: - Google Search - Ads - Consumer facing everything, so Chrome, Android, Pixel devices, Nest, etc... all together - YouTube

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                This kind of split would prevent Google dominating search, abusing their dominance of ads while also enabling their device division to become a proper competitor to Apple and Samsung.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Simply splitting off Chrome is weird, kills Chrome for absolutely no reason, does nothing to help consumers and most importantly doesn't prevent Google from dominated search and ads which is the whole point of the suit in the first place...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It's also strange that the DOJ is letting Apple, MS and Meta off the hook when those businesses clearly engage in anti-competitive practices.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1970-01-01 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ByteDance has lots of extra cash. I hope DOJ is prepared to stop this from completely backfiring on the public.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • xvector 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I hope the DOJ and American public face the consequences of this incompetent decision.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • postepowanieadm 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Taking into account all the noise the EU is making about Internet, privacy, digital laws it's mind-bending that there is no the EU WebBrowser. There is Opera, there are original KHTML/Webkit creators - just use them and make an engine that's not adverts powered.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • melodyogonna 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Why does Google have to sell Chrome? Any potential acquirer could build their own browser with Chromium.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • kernal 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The DOJ is technically illiterate if they think Google selling Chrome is the solution. If Google was forced to divest itself from Chrome, I see no need for Google to keep Chromium open source.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • mjevans 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Spin off, maybe. Make it something more akin to The Linux Foundation where a consortium of vested interests donate time and resources. This should also include public funds as part of civic infrastructure and national defense funding. BTW, Mozilla really should be in such a bin too.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • throwinothrside 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I have a feeling this will get worse. I can think of these companies which have the resources to take over Chrome - Amazon, Microsoft, Oracle, Apple and Facebook.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I can't see anybody else. They are all monopolies and is gonna screw it up big time for us consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          >I can think of these companies which have the resources to take over Chrome...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Exactly, who on Earth could build a competitor? You're describing the problem!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The ability to take stunning losses each year without worry, knowing that it pays dividends in the value to search, ensures competition can't flourish. So it is anti-competitive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • throwinothrside 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I am definitely not a google fan here. In fact a privacy nerd. But if they sell it off like this, it will hurt consumers more.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            We need to make Google play by the rules so that we can set an example for the rest. Not recreate the same problem with another company so that we will have to do the same after a decade all over again.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Cos at that point, nothing will change for the consumers except the brand logo of the company that is doing crazy things.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • devnullbrain 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Nor am I advocating that these companies take it over.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If it can't stand on its own, it's not competing fairly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • resource_waste 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Same.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This seems like a 'lets pretend to hurt google' thing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            No one complained about Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • throwinothrside 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Am not saying no one complained about it. FLoC aand many many decisions by google proves they are horrible. But I dont think this will solve the problem. This will make it more worse.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • worldmerge 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            So what would happen to Chromebooks?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • sandGorgon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I dont think anyone has pointed this out - Apple and Google have long fought against improvements in mobile browsers. Specifically because they threaten the app store monopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Push notifications in PWA was one of the big big ones. Apple blocked it for years and years.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • okdood64 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              So who would set the price in this? If Google just sets something moderately absurd then what?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • LordKeren 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                That’s what they mean by “force” - if this does happen, the government will have a hand in the behind-closed-door negotiations with potential buyers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Company forced to sell cannot simply set an absurd price to evade regulators, as that would be plainly acting in bad faith

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • m3kw9 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Another advantage. Chrome also have 65% market share according to google search, and they get to default the search to Google.com.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • cmrdporcupine 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  splitting Chrome and Android off from Google will do little to kneecap Google's monopoly power, and will just cause those two projects to fail, with no revenue source. There's no way to make money from Chrome that wouldn't just _suck_ for consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  google's monopoly powers come from its ads business, and the data collection network that comes with search and other facilities.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Split crawling/indexing (for search), search itself, and search ads/display ads out into separate businesses. Search has to pay for the index, and others could buy access into the same index. Ads has to pay search for data. etc etc.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Then you'll see some changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • deadlast2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Why does Apple get to get it app store and its browser and its phones and OS etc. What about Microsoft with its OS's and apps.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • gcau 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      My understanding is that google lets anyone freely use chromium, and chrome is just their flavour of chromium with google services integrated ontop of it. Microsoft took chromium and sprinkled ai-enhanced microsoft flavours on top to make edge, which doesn't look like a monopoly. Presumably, microsoft is able to use windows to push edge, and use edge to push bing. If chrome was sold and had the google integration removed I would switch to a vanilla chromium.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I see some argument for google paying firefox to be the default search engine, but is that worse than firefox not existing at all?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      In terms of search engines, I think there's just a lack of good competition. The search engines I'm aware of are:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Google: Just works. The only problem is you need to add "reddit" to most searches to get actual real, human-written non-seospam text, but I doubt that's unique to just google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bing: I'm greeted with an uncomfortably flashy layout shift, a page full of american news and some popup about AI. They also cover up and censor for the CCP.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Kagi: Their website is literally broken right now and I can't even see the pricing or other pages. I tried safari, chrome, firefox and edge, the hamburger menu doesn't open. Ultimately though, nobody except the kind of audience on HN is going to pay for it. If I told anyone else about a search engine that costs $16/month to use, I'm sure they'd think i'm joking, irregardless of how good it may be.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Yandex: Good for the reverse image searching, but otherwise probably not good to use.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Most of this article is ads, and it's paywalled so I can only read the first couple sentences, so if this is addressed in it I apologise.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • freediver 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > Ultimately though, nobody except the kind of audience on HN is going to pay for it. If I told anyone else about a search engine that costs $16/month to use, I'm sure they'd think i'm joking, irregardless of how good it may be.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        What do you want out of an alternative though - Better search or free? Because you can't have both. Ad-based search being free is exactly the reason it is bad. You get what you pay for?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • rand0mx1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Forget to add Brave search.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • rldjbpin 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          albeit n=1 sample size, but looking at firefox should give enough indication to what would become of chrome if it gets detached from google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          it is wishful thinking to assume that maintaining a dominant browser can be done if not through subsidizing through other means. as time has shown repeatedly that nobody wants to pay for this directly, it seems like any new ownership would resort to things that would ultimately ruin the browser for everyone.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          maybe that is the goal all along, but it is hard to debate whether that is going to be a net positive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • blackeyeblitzar 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is this why Google is trying to deprecate Chrome OS and merge it into Android? https://news.ycombinator.com/item?id=42175069
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • diob 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Antitrust and antimonopoly would do so much for the economy over in the USA. We need smaller companies, and more of them. Leads to more innovation, better jobs / distributions of wealth.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • iandanforth 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                They could spin it off and then set up the same kind of pay-for-default-search deal that Mozilla has. This might put just enough distance between the two orgs to satisfy the DOJ without actually changing much.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • mattmaroon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Thats lovely but I think ultimately not going after the root problem. Going after the root problem would be pushing them to divorce the advertising business from the rest.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dzink 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Chrome data may be feeding Search Results based on how long people stay at different pages and where they go. Thus removing Chrome may remove a substantial data advantage for search.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • moomin 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I have no idea how this would work either, but I feel like the election makes this more likely to happen, not less, after the amount of rhetoric that Google needs taking down a peg.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • CM30 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Honestly, on a consumer/public interest level, this would be a great thing to see. Google would have to make sure their sites work well on all browsers, since they wouldn't maintain Chrome anymore (or have control over its functionality), Chrome wouldn't get an extra marketing, since Google wouldn't be able to market it to people using its products or services, and there would be far less of an incentive to do things like change addon APIs if it's not the parent company losing money from blocked ads.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The two big questions however are:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Who would buy it?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Because if it's someone like Microsoft, then we're back to square 1. It's another IE6/Chrome situation, with conflicting interests and unfair marketing efforts. Personally I can't see Apple, Meta or Microsoft buying Chrome though (or being allowed to under anti monopoly laws), so lord knows who'd end up with it. Mozilla or an open foundation of sorts would be the best option, but I somehow doubt it'll be those either

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. How is it going to be funded?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        You ideally don't want the Firefox 'solution' where Google basically pays them to exist, but you can't really sell a browser either. So how it could be standalone and remain a viable venture is anyone's guess.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • cue_the_strings 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          In this thread:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Chrome and Chrome-related employees of Google worrying about their future compensation under a smaller company.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Don't worry, I'm sure that Chrome / Chromium will be picked up by several big players together, Microsoft is involved via Edge, ... I don't see much changing.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I think that government should limit its interference in the market as much as possible, but Chrome is just so monopoly-oriented from the get go, it's no wonder it will deservedly get split off.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also, look from the bright side, multiple large players have it in their interest to keep Chrome / Chromium alive, so it will survive the death of Google and it's main ads business.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • kernal 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The sale wouldn't involve Chromium nor the Google employees that work on Chromium or Chrome. But good luck to whoever buys it to keep funding it and acquire the talent to work on it at the speed Google does. Meanwhile, Chromium will go closed source as there's no incentive to keep it open and Google will develop a new closed sourced browser to reclaim its market share.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • cue_the_strings 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I would expect them to prevent Google from fielding a browser (any browser, not just Chrome) for some time (several years).
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • foxbee 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I believe they'll settle on splitting out Youtube - which I believe makes perfect sense and from a rev/valuation perspective, would be a top 20 company.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • TheMagicHorsey 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This seems unnecessary. Google's search business is being disrupted along different axes already ... LLMs, voice agents, Apple Intelligence, etc.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • xvector 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                the wheels of justice turn slowly and incompetently
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • iamleppert 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Hopefully BlackRock buys it and runs it into the ground.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • all_usernames 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Spoiler alert; Elon buys all your web browsers.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • BadHumans 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I can think of other ways to break up Google that don't involve selling Chrome. I'm not sure I understand how selling Chrome would weaken Google.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      They're trying to weaken the links between Google Ads and their other products.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • skizm 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Could someone make a new company with the sole purpose of buying Chrome, then just sell Google back the same data they were already collecting?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • tssva 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Google as Microsoft did years ago will stall until a new administration is in office and reach a settlement for what is effectively a slap on the wrist.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4b11b4 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This doesn't seem helpful... Yet, Microsoft owning Chrome feels better. They are less incentivized to bake in features related to advertising.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • BadHumans 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is this sarcasm? Because Windows 11 has a ton of ads and more ads/telemetry are getting added with every update.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bryan_w 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It's very weird to see that same point brought up multiple times in this thread. It makes me worried that this all was cooked up my M$ all along (A company which doesn't have any antitrust litigation being brought against them despite putting ads in their latest operating system)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ecmascript 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The ideal solution would be if they sell Chrome to a player like Shopify would buy it that actually makes money in a traditional sense.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • philwelch 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is this really going to happen in the next 62 days?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jsnell 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                No, of course not. The article has the timeline. Hearings in April 2025, decision in August 2025. (Followed by years of appeals, I'm sure.)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • philwelch 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  In 62 days we will have a completely different Department of Justice that is unlikely to follow the current administration’s approach to these issues, so I’m surprised that they’re even bothering.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jsnell 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This has to be the case of the lifetime to anyone at the DOJ that worked on it. Of course they want to see it to the end. And there's no reason to believe that the approach would be different.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Like, who exactly in the new administration is a fan of Google? The Republicans have complained for years about a perceived bias. Trump vowed during the campaign that he'd prosecute Google if he won re-election.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    They'll absolutely continue driving that case, if nothing else to use as leverage to try to force Google into making pro-conservative algorithmic changes.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ssalka 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • LinuxBender 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Would Google be stopped from selling Chrome to a spin-off of a former Alphabet company?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • DimuP 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A single attempt to separate google and chrome (with all its products) would make the eco-system pointless and swipe away google entirely from the global market.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      why not to give Youtube instead tho? (even if the revenue/monetization of every single channel would be heavily impacted)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Android and chrome are necessary for google to live, so Youtube or something else would be better

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • alsetmusic 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The point is not to do what is good for Google. The point is to do what is good for users and the market. Separating Chrome from Google's despotic plans such as AMP and blocking ad-blockers so that the browser is independent from their attempts to further control the web would be a good thing.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Clubber 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        This is an extremely weak remedy. They should force Google to sell YouTube and Android.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • lofaszvanitt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nope, browsers should be developed by countries, together, not by some faceless entity.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nfw2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            the government can't even build us a public toilet at this point
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • DeathArrow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            They should split Chrome, search, ADS, Gmail, Youtube, Cloud and Android at least.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • erickf1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If it's not Google, it will be someone else that dominates the browser market.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • lakomen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ok good and who will then deliver the same or better vode quality, who could?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • yonisto 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Serious question: sell it to who? how the new owner will make money out of it?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ingen0s 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Just open source it and call it a day - the world isn’t all about money
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • openrisk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If there is an auction for Chrome maybe the Onion could place a bid?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • pmdr 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Good, Google's browser monopoly is a threat to the open web.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • flkenosad 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        At this point, I feel like Chrome is more valuable than Search.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • fluidcruft 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Ultimately, how does Chrome itself make any money? As far as I know it doesn't, so the value to Google is ultimately control. The positives include not having to tolerate the whims of Microsoft or Apple or Mozilla or Amazon or beg any of these to implement features or endure microsabotage. The negatives are the temptation to subject everyone else to Google's whims and sabotage competitors.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Sparkyte 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This is too complicated Chrome couldn't survive on its own without Google. Chrome is fundamentally a way for users to interface with their products. However it would be better to give regulation to Goolge about information handling.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • meindnoch 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Google needs to be punished for what they did to the web.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • seydor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Arguably the web is still in better position than the app store and the android store. Google's effect on the web is mixed at best, positive overall.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • tobyhinloopen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ChatGPT / OpenAI is next in line to revolutionize and ruin the web.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • AzzyHN 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Mozilla has a chance to do something really funny
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • postalrat 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Lets hope Apple doesn't buy and Dark Sky it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • mindslight 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Facepalm. So I guess this weak cookie cutter approach is what we get for the high water mark of opposition before the imminent corporate coup against constitutionally limited government.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Splitting the surveillance giants into different vertical markets makes no sense at all, and this particular division illustrates it well. We might have had a chance if government, two decades ago, had worked towards creating new specific types of regulations that reflected what competition in the digital realm actually requires - for example prohibiting this now widespread bundling of proprietary client software with hosted services, by mandating that hosted services must only be offered through published APIs. Instead we got some token opposition of "selling off" (checks notes) a web browser that's ultimately "open source".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • paxys 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How does one sell an open source project exactly?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • zombiwoof 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Elon and Trumo will buy it and rename it Gold
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • mark_l_watson 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This is so stupid. I am a fan of the books Privacy is Power and The Tech Coup, both books do a great job arguing for privacy and mitigating the harm of tech giants.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          What should be done is having strong privacy laws, requirements for encrypting user data, 100% transparency on how user data is sold (require all buyer and seller information to be public), prohibiting sale of user data in most cases, super fine control privacy and security settings.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Google already does a good job on some of these things, and they and other tech giants need to be fenced in by strong privacy and user rights laws.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Corporations are good at still making profits when they have to follow laws that are inconvenient to them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If members of the US Congress were prohibited by law from stock trading, that might help clean up the logjams preventing better laws.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • md_rumpf 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            perplexity's valuation just doubled!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • dbg31415 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Maybe they are just totally incompetent.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • tylerchilds 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                selling off chrome seems like a terrible idea for this simple reason

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                the new owner needs to recoup a

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                twenty billion dollar investment

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • tway223 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Who will be the buyer? ORCL or IBM?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • timbit42 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    More likely Microsoft since they are using the Chrome engine in Edge.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • cryptozeus 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I think chrome can become independent company and provide search and usage apis to all the companies like google, msft, apple etc.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • sleepybrett 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      you hate to see it.. no wait. love it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ryukoposting 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        My bet is that this is just lame-duck flailing, and the case will be dropped by the incoming administration.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternatively, the Trump admin forces the issue, Google sells off Chrome, and Musk buys it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • rnd0 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How does this affect Chromium?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • lakomen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              State owned web browser might be a thing. If it's in the interest of many the state should pay for it. I know what you're thinking, "but that's communism". Well, you can't clench and fart, how they say. This of course adds new problems, like backdooring by 3 letter agencies, corruption, abuse by politicians who exclude certain countries by agenda etc
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • AlienRobot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                No, I'm thinking why would I, a Brazilian, use a U.S. web browser.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • lakomen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Yes, you're not wrong, I didn't want to write international gremium , or UN, but the state owned implying owned by the public.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • sidd_sarkar 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Yolo
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • yesbut 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This is just the corporate captured government pretending to do something significant as a performative act for an ignorant public.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The DOJ knows this is pointless. The DOJ knows where Google's profits come from.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The DOJ is pretending that thr public still thinks about the internet in terms of Microsoft/Internet Explorer bundling.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Shame on you DOJ for wasting everyone's time and money.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ConcernedCoder 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The DOJ are apparently idiots that do not understand tech, let alone anti-trust or monopolies... for instance: I create a useful device that consumers love and use, I sell ads on the device to anyone who will pay, in fact I auction them to the highest bidder... DOJ: you are a monopoly and must sell the device... wtf?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • flanked-evergl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The shakeup coming to the DOJ next year can't come soon enough.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Havoc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        They all seem to have gotten rather cozy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        eg Just spent a fair bit of time trying to figure out why links in outlook open in edge even if browser is set to chrome. Microsoft chose to just ignore what browser you select (in their OS). It’s just so blatantly monopolistic behaviour

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • lowbloodsugar 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          No they won’t.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • tamade 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            How likely will Trump DOJ drop this? Consumers have choice, albeit just a handful of credible options. Nobody is forced to use Chrome (unlike MSFT pushing IE back in the day)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • concinds 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Trumpers in the GOP hate Big Tech too, but their concerns are exclusively about censorship of conservatives (for Google) and domestic manufacturing (for Apple). Market competition is not their framework. Gaetz is in that group, but he's also a moron who doesn't care about policy details.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If he's smarter than I think, then expect him to go after Google Search (the alleged source of anti-conservative bias). But if he's as dumb as I think, expect him to support the Chrome breakup, even though it would not advance his goals and wouldn't be coherent antitrust policy, because it would let him claim a "win".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • yapyap 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              “Push google”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              In what way

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • dyauspitr 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Why? What a stupid move. It’s like actively working to drive our largest corporations into the ground so China can replace it with some bullshit.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bsaul 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think on the contrary, that the number of brilliant people being paid for doing nothing at google is what slows US down compared to china.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Only monopoles like google can afford to burn so much cash. And that's a clear loss for the economy.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • phyzix5761 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If they're "burning" money how is that a loss for the economy? They're spending the money on something; effectively stimulating the economy.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Sabinus 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If the work you're doing isn't valuable then eventually economic reality will hit, the money will run out and the businesses from China that are actually disciplined and productive will take your market share.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • red_dragon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > number of brilliant people being paid for doing nothing at google is what slows US down compared to china

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Ever read the Transformer paper? Or AlphaGo? You know that two of this year's nobel laureates are from Google? A few years ago the Turing award was won by a Googler?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HL33tibCe7 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This is terrible news for the web
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • learningstud 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This is so stupid. When will we learn some common sense from Milton Friedman?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • daft_pink 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Are they going to request this only for Trump to unrequest this?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • rqtwteye 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I bet the Trump people will stop such an effort immediately
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Timber-6539 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          This farce we call capitalism works really well.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • lenerdenator 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Good.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I mean, it won't matter by mid-2025, but the thought is nice.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • zusammen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              One 675 MB tab at a time, please.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • mattatobin 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I'd like to remind you all.. You were the ones who abandoned Firefox and pushed Chrome and clones ruining Firefox and Mozilla as a whole by market dumbassery in the process.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                NOW Microsoft is primed as they have defacto control of the windows chromium branch to go full force Internet Explorer with Edge .. i been seeing the features creep up toward that end. Re-interpretations of 25 year ideas that frankly would have been better then than now.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GOOD WORK TECHIES you just handed the web back to Microsoft. Guess that counts as part of .. some sort of great reset huh?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                -Tobin, former Pale Moon Asshole

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • wesselbindt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I'm very surprised by the number of people in this thread who don't seem to understand that monopolies are _very_ bad for consumers.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Vespasian 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The EU uses better terms such as "dominant position" which deal with the fact that although a big vendor(s) can fully steer the market and has no meaningful competition while at the same time not "technically" being a monopoly / duopoly etc.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • moffkalast 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      coughs in Nvidia

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I should ask a doctor about that, it keeps happening.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • MichaelCharles 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Monopolies are bad. Splitting up monopolies is good for the consumer.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    That doesn't mean this makes any sense.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    How are they going to separate Chrome from Chromium? If they do, what incentive does Google have to keep maintaining Chromium? Can Google make another new fork of Chromium and start yet another browser? Or are they now banned from making browsers? What company has the resources to maintain Chrome's massive codebase? What profit incentive is there in maintaining Chrome without Google's ad business? What about ChromeOS? How are they going to handle the extensions store and ecosystem? How is this going to impact web standards?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    There's just a lot of significant unknowns surrounding this.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • dijit 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      in general, I find a little bit distasteful that the only way to build a browser is as a loss leading project for the largest advertising company on the planet

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      No wonder nobody can compete, loss leaders tend to kill competition as they can be maintained without direct business revenue at all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The same issue plagues domesticated cats, they don’t need to hunt for food since they have an abundance at home so instead without risk of starvation they are free to hunt all birds in the territory for fun.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      There are no browsers left except the artificial ecosystem of Safari. Firefox is not a blip on the radar.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      So, everything is chrome and chrome is the web standard. Having a single private company in charge of what is and what is not web standards is a little bit scary, as, like the cat, they don’t really need to see and serve the needs of the environment. They are fed at home.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • graemep 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It is not the only way to build a browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        It is the only way to build a browser and push adoption.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The problem is not the lack of direct revenues. It is the lack of marketing budget and control of platforms (Chrome dominates on Android for exactly the same reason Safari does on Apple).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Firefox is a perfectly good browser, but has lost its market share because Google has huge marketing advantage.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • nextlevelwizard 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How much of Mozilla’s budget actually goes to Firefox? Last I checked making a browser wasn’t even on the road map
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • rrr_oh_man 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I love how this went from "monopolies are bad" to "fuck cats".
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • m463 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              and televisions. Now you can't get a television that doesn't spy on you because of unhealthy funding driving the price down.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • crabmusket 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > loss leaders tend to kill competition as they can be maintained without direct business revenue at all

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ding ding ding. This is a classic monopolist strategy. It poisons the market for any other potential competitors by removing all possibility of profit from the category.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It's kind of eyebrow-raising that more people in this thread don't notice this. And instead just assume of COURSE browsers can't be funded except by a monopolist using it to shore up their surveillance business.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • executesorder66 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Tangent, but I don't understand this argument at all:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  > The same issue plagues domesticated cats, they don’t need to hunt for food since they have an abundance at home so instead without risk of starvation they are free to hunt all birds in the territory for fun.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Please could you help me understand.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  - If they don't _need_ to hunt for food, the frequency of hunting birds should go down (even if they still do it for fun sometimes)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  - If they don't need to take risks to get food, why would they then take those same risks now for the purpose of entertainment? (That cancels out any meaning of there no longer being any risk in killing birds, so why mention it at all?)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  My understanding is that you are implying that cats not having to kill birds out of necessity leading to them now being able to do it for fun is a bad thing. Is that correct? And if so, I don't follow that logic because of my above two points.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • satchlj 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Can you explain the cat thing? Why wouldn't cats who are not fed be forced to kill even more birds?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is it because they would be focused on more efficient sources of food like mice instead?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • whywhywhywhy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > in general, I find a little bit distasteful that the only way to build a browser is as a loss leading project for the largest advertising company on the planet

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Safari came into the world on a similar timeline so this isn't true

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • MichaelCharles 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        All very good points.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • graycat 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • xp84 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > If they do, what incentive does Google have to keep maintaining Chromium?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I agree, this is a problem, but there should be a trivial solution: Users of the browser should pay a small amount of "money" for the product they use all day every day. This money should go into paying to maintain it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Anything else is perpetuating the Trash Web as it's come to be.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The only reason a "web browser" is "free" (as in beer) is because Microsoft in the 90s was (belatedly) very worried about a world where Netscape held a lot of power, and realized making and giving away a slightly better browser would neutralize this upstart. Everything flowed from that one tactical decision by a couple of execs at MS.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I'd argue that a browser should be a part of the OS or be a paid product, but funding it with ad money from under the same corporate umbrella is a gross practice which promotes things like... Google nerfing adblocker plugins, and Google trying to kill cookies in favor of something only they control. (Although on that last one, by some miracle their hand was stayed and they backed down.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Of course the DOJ can't ban the idea of a browser funded by ad money (and most are) but separating it from the other side of the business which should have zero say in how it's implemented, that's common sense to me.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • graemep 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > The only reason a "web browser" is "free" (as in beer) is because Microsoft in the 90s was (belatedly) very worried about a world where Netscape held a lot of power, and realized making and giving away a slightly better browser would neutralize this upstart. Everything flowed from that one tactical decision by a couple of execs at MS.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            There were free as in beer browsers before IE (although many were free for non-commercial use only).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Chromium is a fork (well, a fork of a fork) of a FOSS browser specifically developed to be a FOSS browser for FOSS OSes (primarily Linux).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • anon-3988 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > Anything else is perpetuating the Trash Web as it's come to be.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              unless you ban "Free" products, this is going to keep happening. People seems to think that just because something is "Free" it must therefore cost nothing to make. I mean, downloading Chrome takes 2 minutes max and seems trivial to me? Whats the problem?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              People think Youtube should just allow them to watch videos without any ads nor paying any money. Clearly, the consumer is not rational.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • runeks 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > I agree, this is a problem, but there should be a trivial solution: Users of the browser should pay a small amount of "money" for the product they use all day every day.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If getting people to pay for stuff they use were trivial then advertising wouldn't be as big as it is.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • DaiPlusPlus 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Netscape was free for non-business users before Internet Explorer existed. Netscape was competing with Mosaic, which was free, what with being a product of the NCSA (hence “Mozilla = Mosaic Killer”).
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Buttons840 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Could Chromium be made close source?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It's easy to just say "well, a company should charge money for a browser", but a company is free to write their own browser and charge for it right now. Chromium though, is bound by its open-source license and its copyright is owned by thousands of different contributors.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Numerlor 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > Users of the browser should pay a small amount of "money" for the product they use all day every day

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      How do you do this for something that's a basic necessity at this point? There must be a free browser because so many services depend on their user having access to them through one, and browsers aren't in the category of product where you can provide users a basic browser without features and then selling them a better version. If it's not Chrome that's free, any other free issue would inevitably run into the same issue. If not bankrolled by a company, browsers would need to be government funded

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • whywhywhywhy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Would Google still be allowed to fund Mozilla if ad funded browsers are an issue.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • chipdart 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > I agree, this is a problem, but there should be a trivial solution: Users of the browser should pay a small amount of "money" for the product they use all day every day.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          What a brain-dead idea. Having to pay for something does not affect the openness of a platform. You just create a de-facto tax that benefits no one at all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • zelphirkalt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If no one can maintain Chromium, well, that's a pity. On the other hand other projects can catch up then, and maybe the web as a whole can take a breather, without Google pushing more and more "standards". That's actually a good reason to do this. I really couldn't care less about Google's ad business. It is a burden on society.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I think it cannot get much worse than it currently is, with one company dictating the web's future and raking in the money from that. So while there are significant unknowns, probably the result will be something at least a little bit better. I am a little worried about Chrome being only fake sold, to some company that is indirectly controlled by Google again.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maeln 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > What company has the resources to maintain Chrome's massive codebase? What profit incentive is there in maintaining Chrome without Google's ad business?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            As an aside, maybe this is part of the issue. We have been privileged to enjoy some of the most advanced and complex software created for free since basically their inception. Nobody every paid for a web browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            But then look around the software industry and every software of even remotely similar complexity need to be paid for, or are a kept free due to a convergence of interest of people who can make money out of it (most notably: Linux).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Now, a web browser could be seen exactly the same way Linux is: Many, many, (many!) company makes ton of profit from people have access to a web browser, therefor, they should be fine with paying people to develop it. And in some way, considering that chromium and firefox are open-source, this is what could happen. But it does not really happen. Google is bankrolling both FF and Chromium, and they have basically total control over Chromium development. Who else is even giving remotely even money for 1 FTE for FF or Chromium ? Thing is, no company would do it for Chromium because it is seen as a Google product, so why pay them for something they will do in any case. Company could have financed Firefox, but now that it is the underdog (and that the Mozilla Foundation makes questionable decision), it doesn't seem like a very good investment.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This is in many way crazy to me that almost every tech company heavily really on people having free access to a web browser, yet nobody is really trying to finance one. But I do think it is a political issue, and that, maybe just maybe, separating Chromium from Google would actually give incentive to the rest of the industry to finance the development of a browser that is not directly own by neither of them. Again, some what just like Linux.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Propelloni 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Without engaging the broader argument...

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > Nobody every paid for a web browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sure we did! Back in the day when the choices were Internet Explorer, Netscape Navigator, and Opera, many people -- me included -- paid for Opera. I continued to do so up to version 5 in 2004 or 2006, can't remember, when I noticed that Phoenix aka. Firebird aka. Firefox were good enough for me. Have been a Firefox (and derivatives) user ever since.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • lucideer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              There's an implicit assumption embedded in this comment that the Chromium project is indispensable, whereas I'm unconvinced it's even a net positive at all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Anyone who follows standards discourse would probably appreciate the prospect of this open source codebase having independent stewards much more than any fears over maintenance resources.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • jdub 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Sounds like a Google problem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The web existed before Chrome, and will continue to exist afterward.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • leetnewb 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Yes and no. The web may exist, but there is a viable digital alternative to it today, which didn't exist before Chrome - the mobile and app ecosystem. Virtually everybody who uses the web also uses mobile apps, but there are people who only ever use Android or iOS on a handheld device. It is also possible that in losing Chrome, Google will neglect its web properties and focus exclusively on access to services through mobile apps.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • littlestymaar 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  > There's just a lot of significant unknowns surrounding this.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  That's what happen when you let anomalies like this become the norm. Antitrust actions should have been taken against Google 15 years ago, and at that point it wouldn't have undermined the whole web because back then didn't yet control the entire web (but the trend was clear and that's why action should have been taken).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Certhas 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Firefox is massively profitable at a fraction of Chrome's marketshare.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • wanderingbit 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I use Brave which is based off of Chromium just like Chrome, and the experience is great. I’d say I’ve had to go to chrome maybe 3 times in the last year, and it was always for some super complicated SPA.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whatever decrease we see to our browsing experience will be worth the gains I expect to see from dealing a blow to a monopoly like Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • regularfry 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The question of who would likely buy it is just as important. I can't help but think that MS would love to have the dominant browser again.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Xelbair 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If there's no market for that it will die, simple as.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      keeping chrome alive isn't the goal, keeping the web not being at whims of a single company is.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • dataflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > I'm very surprised by the number of people in this thread who don't seem to understand that monopolies are _very_ bad for consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bad for consumers, how? Financially? How does that translate to the current situation? The average "consumer" here is paying $0.00 for Google, Chrome, Gmail, Maps, Flights, Docs, Sheets, Chat, Meet, Books, Scholar, Shopping, YouTube, News, Groups, Voice... how are you going to argue that this "monopoly" (?) is bad for consumers? Do you imagine Microsoft or Apple would've created better search, email, news, etc., or that the mom & pop shop down the store would've done that?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I can think of so many other arguments you could use to suggest the current situation is bad, but monopolies are bad for consumers seems like a really tough argument to apply here.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Edit: You need to argue more than "the current situation is bad". Because that in itself does not imply "removing the 'monopoly' would necessarily lead to the better outcome in my imagination." Exhibit A is all the behemoths trying to compete against Google and still offering objectively worse products.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • fifticon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        They are not paying $0. They are manipulated into believing they are paying $0. If people were offered the google suite for 'free','you just have to let us siphon 4 liters of blood from you every year', would people still claim the price was 'zero dollars'. Just because you extract the price from your users in a different denomination/method than ordinary dollars, doesn't mean it's 'free'. Precisely because they are not asking for dollars, indicates they are actually extracting value from their users. They are not giving, they are taking, and it is also clear they are taking more than they are giving, given their revenue and profits.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I could see a similar argument being made by plantation owners in the past "we are lodging these guests from africa for FREE", they don't even have to PAY to live in the houses we offer them! There is only the small detail of the activities they will have to do in OUR fields, which will kill them off in 10-15 years, but that is another matter which should not be confused".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        "Deals" of the kind google and facebook offer are not to the consumer's advantage. Insisting on not having a facebook account is akin to choosing not to use the paved asphalt roads the society makes available to you. I could "choose" not to have a facebook account, but it would lock me out of effectively both my friends group and my family's daily communication.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • bigstrat2003 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > Just because you extract the price from your users in a different denomination/method than ordinary dollars, doesn't mean it's 'free'

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          That is, in fact, what it means. "Free" (in the transaction sense) means you didn't pay money for it. Just because Krispy Kreme hopes you buy some donuts while you're in the store doesn't make the loss leader donut not free. Just because Google gets something other than money from the deal doesn't mean that the product isn't free.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • dataflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > I could see a similar argument being made by plantation owners in the past "we are lodging these guests from africa for FREE", they don't even have to PAY to live in the houses we offer them! There is only the small detail of the activities they will have to do in OUR fields, which will kill them off in 10-15 years, but that is another matter which should not be confused".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Seriously?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            > "Deals" of the kind google and facebook offer are not to the consumer's advantage.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Again -- explain how "splitting up" the "monopoly" would realistically get you out of this situation? Pointing to something and saying it's bad doesn't imply your solution would solve the problem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Drakim 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            This has the same energy as arguing that gathering your private data to give you more accurate ads does not hurt consumers, it's in fact helping them!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Google has been the one pushing for getting rid of the v2 manifest for browsers extensions, which just so happens to seriously nerf ad blockers. Because so many browsers are forks of Chromium v2 will disappear from a majority of browsers. Meanwhile if you try to use a non-Chrome browser like Firefox a lot of websites are buggy and outright don't work. Opening images in issues broke in GitHub for firefox a year ago and they still haven't fixed it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            You are being *very* naive if you think that Google having this sort of monopolistic power over the web does not hurt consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • dataflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > This has the same energy as arguing that gathering your private data to give you more accurate ads does not hurt consumers, it's in fact helping them!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > You are being very naive if you think that Google having this sort of monopolistic power over the web does not hurt consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              No, I think you're being incredibly naive if you think the outcome you imagine would necessarily come to fruition without Google being a "monopoly" (however you define it). It didn't happen for Microsoft (Chrome is an angel compared to Edge), and nobody has managed to create comparable solutions for so many other products Google offers that have nothing to do with the browser or search.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • pitkali 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                > Because so many browsers are forks of Chromium v2 will disappear from a majority of browsers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It rather sounds like a great marketing opportunity for anyone trying to compete with Chrome, whether they keep the v2 or just implement ad-blocking themselves.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • nfw2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Accurate ads does in fact help consumers. Ads facilitate free stuff. Better ads = less ads. When I was a kid every TV show timeslot was like 25% ads. Do you not remember those days? Do you want to go back to that?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • draluy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Your implication that google services are free is untrue. You are paying with your privacy and data. And the price is such that, if I ever made a better mail service than gmail that openly asked to sell and privately use all your data, nobody would subscribe. You are paying by seeing ads. You are paying by being coerced into a certain ecosystem. You are paying by having one company chose what standards are the de facto web standards of tomorrow. And their main business is selling your data. You are paying by losing access to your data if a company feels like it. etc.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • sjamaan 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It's very similar to the situation in the nineties where Microsoft used their OS monopoly to push Internet Explorer "for free". You could make the same argument there "now consumers have free access to an internet browser, how is that bad?".

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It was bad because it effectively ended innovation in the browser space for decades by pushing Netscape out of business (and discouraging others from entering that space).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Similarly, many consumers are unaware of alternative search engines, if Chrome pushes Google as the default. This kills innovation and puts more power in Google's hands as to what parts of the web get promoted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Many a business owner can tell you that when Google changes their search ranking it can have an effect on the bottom line. This is also bad for consumers, as only bigger businesses which have the dough to pay for many Google ads get returned in a search.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • davemp 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      > Do you imagine Microsoft or Apple would've created better search, email, news, etc., or that the mom & pop shop down the store would've done that?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Yes, enthusiastically yes. With the exception of maybe search, products like gmail, docs, and sheets are basic projects tossed out into the ecosystem for free to suck up all the oxygen for minimal dev cost. How is an upstart supposed to compete with a better mail/doc/spreadsheet app if the basic use case is covered for free by some loss leader funded from a different vertical?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Most of these classes of apps have been stagnant for decades.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Dalewyn 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The most obvious example is malvertising.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Chrome is pushing ManifestV3 with extreme prejudice and Youtube pushes ever more malvertising by the day. Why can Google do this?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Because there is no competition.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • dataflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > The most obvious example is malvertising. Chrome is pushing ManifestV3 with extreme prejudice and Youtube pushes ever more malvertising by the day. Why can Google do this? Because there is no competition.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Malvertising? https://en.wikipedia.org/wiki/Malvertising

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also, have you missed how terrible e.g. Edge is for user privacy? It's trying hard as heck to compete, and even playing dirty to get there. What happened to competition making things better?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • sabbaticaldev 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          you seems too afraid to lose your big tech salary
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • dataflow 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you think I'm saying these out of some personal incentive you're sorely mistaken. I've hated so much of what the tech companies have been doing (very much including Google, like various competition things related to the Play Store). What I don't want to see happen are (a) the world getting worse as a result of a misguided belief that things would necessarily get better if X was done, and (b) regulators pursing a break-up and then losing and thus cementing the behemoths in place even more thus making it even harder to address other problems.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Ekaros 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Splitting monopolies is good.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          On other hand splitting "free" product is somewhat questionable. When the competitor don't have exactly viable business model. Pushing for something that will clearly in not too distant future kill the split product is not helpful.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • m463 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            What if this browser killed lots of other viable browsers because it was "free" (yet supported by and supporting a monopoly)?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            You never get to compare the products that never got to exist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            related, I think google supported firefox to have a "viable" competitor to chrome and prevent monopoly scrutiny.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • eterevsky 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              It sounds like you want to artificially make the dominant product worse (i.e. non-free) just to make the life of competitors easier.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • stuaxo 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Same as Microsoft keeping Apple alive back in their own antichrist days.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • renanoliveira0 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  so, we will all pay for browsers for google don't be a monopoly anymore, that is the plan?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • infotainment 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This exactly. An independent Chrome’s best path toward financial sustainability is closing down the source code and selling everyone’s browsing data to the highest bidder.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  We all like to have a high minded ideal of some kind of wonderful fully independent for-the-good-of-society entity stewarding Chrome, but history has shown us that’s not what will happen.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • arcticbull 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    But they sell everyone’s browsing data to the highest bidder already, how would this be different? That’s their… entire… business model…
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Y_Y 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Chrome is already closed-source. The chromium project can't be closed because it's already free and released.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The new Chrome company could stop contributing back to Chromium if they wanted, but it would mean they'd diverge from the other browsers backed by the OSS project which is one of their big advantages.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm not saying they wouldn't do that or it wouldn't work out, but it's not an obvious win.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • hamilyon2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Selling user data to highest bidder wouldn't fly in Europe.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • niutech 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          There are examples of good stewardship in open source projects: Epiphany, Servo, Ladybird.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • rusk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            hopefully the fines you get from some of the worlds wealthiest nations wouldn’t eclipse the profit you’d make
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • arcticbull 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The product is never free, it’s just you’re not the one paying for it. This setup prevents new entrants from competing just the same.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [edit] the same way zero rating certain data traffic is still a net neutrality violation.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • vsl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > This setup prevents new entrants from competing just the same.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Look at the new entrant browsers out there: all of them are based on Chromium. The existence of Chrome as an OSS project enabled competition in practice - the cost of entry is orders of magnitude lower when you have a mature browser engine at your disposal.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Someone 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > Pushing for something that will clearly in not too distant future kill the split product is not helpful.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              They’re not considering this because of Chrome’s market share, but because of Google’s power in the search engine market. Indirectly killing Chrome may be acceptable if it makes the market for search engines more competitive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Having said that, I don’t think it will matter much as long as Apple and, in particular (because they also have a search engine) Microsoft can ship browsers with preconfigured search engines with their OSes, but we will see.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • zelphirkalt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I think there are 2 products. Google Chrome and Chromium. For one of them: Good riddance! For the other: Well, actually you cannot really kill that, because anyone can fork it or contribute patches, so if the world thinks some change is needed, the world can make it happen. There is no need to be worried about the project. We could also put it under a copyleft license that obligates anyone to contribute modifications and we will be fine, if some company decides to fork it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Sparkyte 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Chrome is like a service not a product it is effectively Google installing a window so you can see it's fresh baked goods. It isn't something they should break up because it isn't something that inherently makes money and nor should it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rusk 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    That’s a “half baked” analogy if ever I heard one. With you on the service but the rest of it is just stupid. To align with your analogy Google would have to restrict chrome to accessing only their sites and services, which would be useless, compared to other browsers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Google could do this if they wanted very very easily but they wouldn’t make any money because as you know they sell advertising, for things they don’t provide.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • hamilyon2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Three hours a year of nagging window in rich countries will provide all the financing chrome, the web browser, will ever need.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    We are talking about the most advertised, most installed most used program. Asking users to pay will do more good than harm

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • croes 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      So you‘re saying Chrome can only survive because it feeds Alpahabet‘s ad service?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Seems like a good reason for a product to die.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • idle_zealot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Most of Google is "free" products that feed into its surveillance advertising platform. That's the problem. How are you supposed to break that sort of thing up without destroying most of the products? They were never designed to work independently from the network.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • dtquad 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        >monopolies are _very_ bad for consumers

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Why? "Big companies bad" are one of those fundamental truthiness we are all supposed to believe for some reason but as a European I wish we had more US/Chinese-style megacorps who have dominant positions in some fields that allows them to innovate or provide free/cost-cutting products in other niches.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Maybe we should reconsider what we consider monopolies in the 21st century. I'm already using ChatGPT and Perplexity more than Google.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • idle_zealot 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          It follows from a few premises. The point of creating/allowing private companies to compete in a market and profit from doing so is to encourage them to innovate via competitive pressure. If you just wanted to produce well-understood goods or infrastructure then the most efficient way to do that is to pool resources and have the State do it, because they don't need to make a profit and, if not totally dysfunctional, are accountable to the people. If you let private companies consolidate power and influence then they largely escape competitive pressure and can streamline operations to maximize profits. That is, they benefit from the same efficiency the State does, but capture more of the value and remain unaccountable to the people, existing only to enrich their owners.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • yakcyll 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Many thanks for this level-headed response, I'll save that if you don't mind.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ropejumper 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Yep. The issue with megacorps (and more generally monopolies) is that they want to have their cake and eat it too. You want capitalism but you also want to be the only one on the market. Pick a side.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • arsenico 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Free products are not the consequence of megacorps existence. Free products exist, because you are the product. Big companies also doesn't necessarily mean monopolies.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • matwood 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Splitting off Chrome doesn't make any sense as a stand alone business. Anyone who could buy Chrome would immediately cause other anti-trust issues. This solution for Google is probably bad for consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              What the DoJ should be pursuing is having Google divest YouTube. Now we're talking real change.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • forgotoldacc 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                And if they sold off Youtube, we'd have 500 comments saying, "This is a bad idea. They can't make a profit. They should divest from Chrome."

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Splitting Google, Microsoft, Apple, Amazon, etc up all at once and into multiple separate pieces each would be great for consumers. But that's a huge undertaking, and the bigger the changes required, the less likely they are to happen. Taking it one step at a time, with the first step being Chrome and Google search (two products that strongly push users of one to use the other) being split up, is better than no progress at all.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                At the very least, the biggest force in killing adblockers (Google gradually gutting them in Chrome) will have fewer means to kill them in browsers. That's a win for consumers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • matwood 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Not sell YT to another company, but split off likely in an IPO. The big difference is that YT is a stand alone business that could function on it's own.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • dataviz1000 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Splitting these companies would also be good for people like Bezos and Gates as splitting Standard Oil was good for Rockefeller. They don't lose their interest in the companies and the newly formed companies likely will benefit from the competition creating much more aggregated wealth. In the end, the breakup of Standard Oil made Rockefeller wealthier. He gained from owning shares in the spinoff companies, their rising market value because competition, diversified investments, and the growing demand for oil.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Certhas 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Firefox is massively profitable. Why couldn't Chrome be?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Goggle would compete with other search engines for being the default search. So this would have knock on effects on search as well.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • sofixa 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Firefox is profitable thanks to Google's money, and Google are probably so generous with them to ensure they have some competition. In the EU, OSes and browsers have to ask the user which browser and search engine they want to use, and an independent Chrome might be forced to follow the same logic. Then Google would have little incentive to splash as much money.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • huijzer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It's a balance. If you would dissolve anything that slightly looks like a monopoly, then there would be lower incentive for innovation. Even though there are many things wrong with venture capital, they do occasionally produce useful companies. Also let's not forget that Bell Labs was sponsored by a monopoly too. So I'm not saying monopolies are great. I'm saying that it's important to find a balance.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • solidninja 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It's a balance but IMO there should be no realistic concept of "winning the market". If it gets to that point then sure the company is probably making a lot of money but they also have the power to squeeze as much as they can. The irony of posting this on a forum originating from VC culture does not escape me.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • pwdisswordfishz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This very site is an advertising arm of a venture capital fund. What did you expect? That capitalists condemn capitalism?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • lucideer 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seeing for years the views expressed here about Meta & TikTok, I think at least some of this must come down to a gap in understanding of web technologies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Meta & TikTok decidedly don't have monopolies, yet still come under fierce scrutiny for their pervasive handling of consumer behaviour & data. What seems to be less evident to people is that Google's monopolies give them far greater reach in these areas than either of the other two. The majority of that reach is entirely invisible to most: I think if this negative impact was more visible it might drive home the downside of these particular monopolies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How is Chrome or Google a monopoly?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • junon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Not sure if this is an innocent comment or not but I'll answer earnestly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            They're not, technically. They're hegemons, which doesn't make them much better. In fact, I'd argue the situation is worse.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Chrome predominantly owns the web at this point. There are few contenders, and making a new browser is a lot of work (see the Verso browser). Google has the arguably unearned luxury of dictating what APIs and protocols the nebulous "web" should use, can throw a bunch of money at adding them quickly, and leave competitors struggling to keep up, effectively buying chrome's guaranteed superiority.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            "But there are standards committees!" Yes, but it really doesn't matter when Chrome either uses its own APIs privately on its sites[0] or just adds new APIs without any committee consideration for people to use and fall in love with and demand that other vendors add them (or something similar, such as proposing a great idea at the committee, it's accepted, and the other vendors lagging for months or even years - see WebGPU as an example).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One might think "it's just a browser". Yes, but browsers are -for better or for worse - the global defacto for sending and receiving almost all of our sensitive data. Even "desktop apps" like Whatsapp, Signal, and Bitwarden all either use or have used Chromium to display their contents (via Electron).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Much of the community has asserted Google owns the web at this point, and I tend to agree. It's very, very hard for smaller vendors to have much of a day these days without Google getting theirs, too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [0] https://x.com/lcasdev/status/1810696257137959018

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > Chrome predominantly owns the web at this point. There are few contenders, and making a new browser is a lot of work (see the Verso browser). Google has the arguably unearned luxury of dictating what APIs and protocols the nebulous "web" should use, can throw a bunch of money at adding them quickly, and leave competitors struggling to keep up, effectively buying chrome's guaranteed superiority.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              As an example: Microsoft is building Edge on open source Chromium. Are you sure Microsoft is the little guy that needs protection? I'm fairly sure they have enough heft that they can fork Chromium and do their own thing, if Google does anything sinister.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              But in any case, there's still Safari with a substantial market share, too.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              > "But there are standards committees!" [...]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I agree with you here: commercial standards are more important than whatever a standards committee says.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I agree that Google has a large share in many markets. I just don't see the monopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • fifticon 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                It is not just 'a lot of work'. It is on the level where microsoft gave up..
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • kaba0 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think what people fail to see is that this is the same as "owning the sea by the British Empire" or "owning the railroads/roads". The economical benefit is not direct monetary gain, but nonetheless absolutely huge, and basically plays outside the "normal" rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Google can use their web dominance to push another service of their, or cripple a competitor's in a completely different domain.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • nicoloren 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think we can think in terms of market share.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Google (the search engine) has a market share of over 85% worldwide. [0]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Google therefore controls what can be found on the Internet for 85% of search engine users. Recent updates, or Core Updates, have demonstrated how easy it is for Google to put businesses out of business by removing their visibility. [1]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  It seems to me that this is a problem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Ditto for Chrome, which has +60% market share [2]. A failed or deliberate update could make a website inaccessible to 60% of the population.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [0] https://gs.statcounter.com/search-engine-market-share [1] https://retrododo.com/google-is-killing-retro-dodo/ [2] https://gs.statcounter.com/browser-market-share

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • graycat 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    > update could make a website inaccessible

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    There are billions of Web browser users and, from a fast Google search, 1.1 billion Web sites, still a large number if count only the ones that still have traffic.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    So, billions of listeners and many millions of talkers. Without good, stable, universal standards, we'd have the biggest "Tower of Babel" problem in history.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Hypothetical examples:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (1) Maybe Company A wants to change the standards so that Web sites will have to revise their code. Hmm!!! Many millions of Web site owners will say "no way". Company A just left the party.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (2) Web site B wants to change their Web site so that only certain Web browsers will be able to use that site. Hmm!!! Site B won't get much traffic. Even if that site is Google -- people will use Bing, etc.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (3) Maybe Google announces that as of July 1, 2025 the Google search engine Web site will work only with Google's latest Chrome Web browser. Hmm .... There are billions of people who will want a search engine that works with the old, standard Web browser they already have -- "billions of people"!! Sounds like, with Bing, Microsoft's stock just doubled! And July Google's searches per day fell by 50+%.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    E.g., I still like Windows 7 Professional. Occasionally I run Microsoft's Web browser Edge, and when I do there is a message that Windows 7 won't get updates for Edge and I should convert to Windows 10/11. I don't really want an update to Edge -- what I have does work; I don't like it; occasionally I use it to check some issues. Hmm!!!!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Microsoft, one of your most important business assets is that old applications will still run on the latest versions of Windows. So, I run Kedit, Object Rexx, Firefox, VLC media player, PhotoDraw, Media Player, PhotoViewer, Sketchup, Office 20??, IBM's OSL (Optimization Subroutine Library and a certain Watcom Fortran compiler), LINPACK, etc., .NET 3??, and I do not want to lose use of any of those old programs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (4) Some company tries to have all the Internet ads flowing through their software, servers, etc. Hmm!! Sites have a file ads.txt that usually shows one heck of a long list of Internet ad brokers. Not easy for one company to dominate the ad market or even just the Web site ad market.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      60% market share is big, but it's not a monopoly. Even 85% ain't.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • rvense 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Monopoly is probably not the right word. "Trust" (as in "anti-trust") is maybe better, but I'm not sure the last gilded age really had a perfect analogy to what's been happening in the tech services sector.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The problem is these sprawling companies who make so many interrelated services and can suppress competition in one area (browsers, e-mail, video-over-the-internet) due to extreme profits in another area (ads).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Dalewyn 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Allow me to break this down:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google effectively holds a monopoly of the browser market (Chrome). Apple (Safari) only exists because of vendor lock-in, and Mozilla (Firefox) is a vassal state; all "other" browsers are Chrome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google shares a duopoly of the mobile OS market with Apple (Android vs. iOS).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google holds a monopoly of the video streaming market (Youtube).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google holds a monopoly of the malvertising market (Adsense, Doubleclick, et al.).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google effectively holds a monopoly of the web search market (Google Search).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google holds the vast majority of the email market (Gmail).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google is the absolutely dominant player in the consumer cloud market (Google Drive).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google shares a duopoly with Apple in the cloud photo market (Google Photos vs. iCloud Photos).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google shares a duopoly with Microsoft in the consumer office software market (Google Docs vs. Office 365).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Google shares a duopoly with Apple in the digital wallet market (Google Pay/Wallet vs. Apple Pay).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I can go on, but with this being said let me ask you: Why the hell should Google not be split and cut apart nine ways to Sunday?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Thanks. The summary seems to be: Google is a big player in many markets, but not a monopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          You mentioned some as 'monopolies'. Let's go through them:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Browsers: as far as I can tell, the other browsers that 'are Chrome' are Chromium at most. Eg Microsoft is surely capable of forking Chromium, if Google does anything untoward.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Video streaming: I hear TikTok and Instagram and Netflix etc are popular for streaming videos, too? People also seem to be getting a lot of videos via telegram channels? (I don't know the exact numbers here. So I can't say anything definite.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Web search: Google used to be really dominant, but they are arguably on a downward trend without any government interference: more and more people are using the likes of ChatGPT to fill the same niche in their lives.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          > Why the hell should Google not be split and cut apart nine ways to Sunday?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Presumably because there's a presumption of non-interference in the markets? The same reason the government doesn't just lock you and me up for no good reason, or confiscates our property.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • portaouflop 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Why not split Microsoft and Apple as well while we are at it?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A bit unrelated but News Corp and Random House should also end up on the chopping block.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • pjmlp 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Web is basically ChromeOS nowadays, if we ignore iDevice for a moment.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Firefox works just fine for me.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • wesselbindt 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I'm not claiming they are. But given their current market share and its trajectory, they're marching towards one. Furthermore, it's a clear mechanism for further monopolizing the search engine market (I'm more comfortable calling google a monopoly on this front). I'm a staunch capitalist and believe in the innovative power of competition, and monopolies ground that whole machine to a halt.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • eru 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Google is currently feeling the heat from people switching to the likes of ChatGPT for what they would have previously used Google Search for.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                In any case, it's really easy to use alternative search engines, if you don't like what Google offers. They are dominant, because people are happy enough with what they are getting.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • pandem 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I would expect the monopoly referred here to be the government.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • whywhywhywhy 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                I'm not surprised at all, because I've used AirPods and AirDrop on an iPhone and MacBook.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                You have to have a much deeper understanding of tech to understand why they're bad, yet the examples of why they're good are obvious when a consumer stays within one ecosystem.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bigs 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Google has a lot of employees and suppliers who have vested interest in their market dominance
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • afh1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    There is no monopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    There are a lot of other browsers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A lot of people use them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Most people use one of them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    They chose to do it. If you ask them, they think it's good.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    But no.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    There is a monopoly.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    It is bad for you.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Only we the State can save you from it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A lie repeated a thousand times becomes truth.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • wiz21c 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      No, most user don't choose. Android doesn't provide a menaingful way to choose to the users, it pushes you to choose Google. That's a big difference. It would be a choice if, when you start android for the first time, it asks you which browser you want to use, in a list where all browsers are shown equal; not "hey you'll use chrome and you can change later any time you want". Ideally, it would provide an explnanation of each browser. That would be a better way to propose a choice.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Would it make users smarter about their choice ? Probably not. But at least, they could smell there is an actual choice.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Monopolies tends to maintain users in ignorance. This way, although they can look elsewhere, they won't feel the urge to do so.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Users must be helped to make their own choice, not guided to make the monopoly's choice. And that must be done before the choice is made.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      As long as there will be monoplies, this tension will exist and people like me will continue to explain that the State is the best way to push the balance in favor of those who don't get the importance of the choice.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The problem is not that there is a dominant player. The problem is the dominant player uses ignorance and subtle strategies to make sure users saty with it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • hk__2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > There is no monopoly. There are a lot of other browsers. A lot of people use them.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        There is market dominance: Chrome has 65%, Safari has 18% but that’s because of iOS, and the few others have the rest. It’s false to say there are "a lot" of other browsers when nobody can enter the space anymore.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > They chose to do it. If you ask them, they think it's good.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Most people don’t choose their browser, they just take whatever comes preinstalled. Even then, Google pushes you to use their browser every time you use their services: I know a lot of non-tech people who use Chrome on iOS not because they chose to, but because they got a pop-in on Google that told them to do so.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        > It is bad for you.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The current situation is indeed bad for the consumer, even if it’s not a monopoly per se.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • FergusArgyll 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Edge comes pre-installed on Windows and it sucks so no one uses it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          In fact, windows keeps on making it the default for many file extensions and still no one uses it

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • charlieyu1 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Splitting up is good except when it is bad.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        In UK you have to subscribe to so many channels just to watch football. Because apparently this would stop monopolies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • amusingimpala75 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Monopolies are not inherently bad. They are only bad when they abuse that position to retain a monopoly or allow a decline in product quality.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • TrackerFF 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            There's a very vocal subset of people here that believe monopolistic entities arise due to how much better they are than their competition, and thus deserve to be monopolies.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The very same users believe that such companies aren't "bad" yet, but in some kind of intermediate stage between successful startup and evil MEGAcorp.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I don't know. I think it's the mix of nostalgia, and being too invested in their ecosystem/products. Fanboying, basically.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When Microsoft did it 25 years ago, it was bad. When Google does it now, it's not bad.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • nfw2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The vast majority of people just like their free stuff and don't go on hacker news to discuss it
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • nfw2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              oh no, please don't give me any more free stuff, Google!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • JohnClark1337 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [dead]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • JohnClark1337 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [dead]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • tobyhinloopen 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • nojvek 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Trump DOJ is gonna be very friendly to PAC donations.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        100% bet, Trump gonna be easy on corporations that kiss his butt.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • flanked-evergl 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Whatever it takes to stop nonesense like this.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • exabrial 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Chrome??? Dude. THAT plus:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * Android

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * Search

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * Advertising

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * YouTube

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Smash it into tiny pieces. Then the same for Apple and Facebook.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          We've been stalled for technological progress for 15+ years. Tear down the giants holding us back.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • azinman2 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            How is Google holding back android or YouTube?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bilal4hmed 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Apple will never be broken. Most of these folks use Apple and see it as the good guy versus Google, plus it would impact their daily lives.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Also once they see the mess separating Google would do, theyd leave apple in tact

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • DimuP 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Do that in a simulator and see how the world starts to tear apart
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • exabrial 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I love every moment of it.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2OEH8eoCRo0 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Outstanding news!
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • nzach 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If your goal is to reduce the influence Google has on the browser market is this really the best move? From a practical standpoint I find it hard to believe.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  While I agree that monopolies era bad for consumers and that the position Chrome currently have is pretty much a monopoly I don't think this particular move would be good for consumers in the short and mid time-frame. Maybe in the long run this is the correct decision, but this will cause quite a lot of pain for quite a lot of time.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  I think one of the ways this could backfire against the users is that removing Chrome from Google will create a 'power vacuum' in the web standards. Currently Chrome is this de facto standard, for better of for worse. Removing that can create a situation where we have a couple of competing standards.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  In my opinion the problem with this kind of competition is that making browsers will become significantly harder, because now instead of just copying Chrome you will have to implement several standards. And this is why I expect the web experience to become significantly worse in the short term.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  And you know what will happen when the web experience degrades? Every company will push their own app. And even more experiences/services will be locked behind an android/ios app with the excuse "we want to deliver a great experience to our users". And this is WAY worse for users than the monopoly Google has in the browser.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Maybe a better solution would be for the US government to create/adopt a web standard and create a rule that says "if you want to sell to the US government you need to be fully compliant with standard XYZ". This way you create a goal that everyone can work towards.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  As far as I know this is how the government handle this situation in the medical sector, where they have HL7 to create the relevant standards. And I'm fully aware that this brings a lot of problems to the table. The first one is that definition of standards for the web will become a political topic, and this is never a good sign. However, I think this is really the only option if we want the web to be a place with fair competition.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • FergusArgyll 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Thank goodness the era of ridiculous anti-trust is coming to an end.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Every "normie" knows about edge, it comes with your new Windows. no one uses it, people know quality when they see it and everyone prefers chrome. If there was a better browser we'd use it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The default should definitely be: Companies should be incentivized to create great products.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If the incentives include, get 90% market share, that's great! No one would put it the amount of work Google has if the incentives were small

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • rvz 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      That really does not come as a surprise and that was totally expected. [0] As soon as Chrome started to become more of a platform (for their extension API) with many other companies using it in their own browsers, it tells you why they had >90% of the search market for years.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      This is what the folks at Google have all feared and why they started to run away from the company, spurring up 'Google' competitors (including Microsoft & OpenAI) all bringing it down.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Google will appeal and fight back and either way will survive. But we have given Sundar enough time to turn it around and it's time for him to leave and a wartime CEO to step up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      It's possible as Sataya Nadella did this for Microsoft. Google needs to do the same.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [0] https://news.ycombinator.com/item?id=37116034

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • okdood64 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Who would buy Chrome and why would they buy it? And why would they be trusted to not do something nefarious?
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • teg4n_ 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I’m guessing Meta would like to buy it. Probably for nefarious data sucking reasons tho
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • the_mitsuhiko 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Anyone with a search engine or equivalent product to sell that is not a monopoly.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • incognito124 7 months ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            You really like making predictions about the future