417 pointsby john-doe5 hours ago52 comments
  • scriptsmith4 hours ago
    If Chrome has the #optimization-guide-on-device-model and #prompt-api-for-gemini-nano flags enabled, either because it's part of some Origin Trial / Early Stable Release or something, then web pages will have access to the new Prompt API which allows any webpage to initiate the (one-time) download of the ~2.7 GiB CPU or ~4.0 GiB GPU model using LanguageModel.create()

    https://developer.chrome.com/docs/ai/prompt-api

    When Chrome 148 releases tomorrow, this will be the default behaviour on desktop.

    To download, it should check for 22 GiB free disk space on the volume where your Chrome data dir is, and at least double the model size of free space in your tmp dir.

    • wuschel4 hours ago
      It is a small model, so what utility can I / Google expect from it? What is the on-board model used for?
      • 2ndorderthought3 hours ago
        It's not a very good small model to be honest.

        That said, you might be surprised to learn that some of the models from 3b-9b could probably replace 80% of the things nonvibe coders use chatgpt for.

        Its a good idea to run small models locally if your computer can host them for privacy and cash saving reasons. But how can you trust Google to autoinstall one on your machine in 2026? I just couldn't do it.

        • imglorpan hour ago
          Sure, local models good and yes, there's no way we can trust Google.

          We can be positive the entire motivation of Chrome is user behavior surveillance. There's not a nano-chance in all the multiverses that Chrome model is doing anything privately. They've gone to extraordinary length to accomplish this. It's not for free.

          • akoboldfryingan hour ago
            I don't trust them either, but the same Google makes Gemma 4 available to run as locally and privately as you want, and those models are pretty amazing for their size.
        • tsss15 minutes ago
          Half of the reason to use local AI is to circumvent the censorship that Google, OpenAI and so on have. I don't want this Google crap on my computer.
        • socoan hour ago
          Which is why I uninstalled Chrome a (short...) while ago and my life went on unbothered.
      • scriptsmith3 hours ago
        It's based on Gemma 3n, and it's not the best.

        I find it works fine for simple classification, translation, interpretation of images & audio. It can write longer prose, but it's pretty bad.

        It can also write text in the format of a JSON schema or regexp for anything you might want to do with structured data.

        • Wowfunhappyan hour ago
          I wonder why they’re using Gemma 3 and not Gemma 4?
      • michaelbuckbeean hour ago
        I ran a fairly large production test of this and on _every_ measure except for privacy it was worse than a free tier server hosted LLM.

        Not happy about that as I would like to see more local models but that's the current state of things.

        https://sendcheckit.com/blog/ai-powered-subject-line-alterna...

        • gchamonlive4 minutes ago
          > on _every_ measure except for privacy it was worse than a free tier server hosted LLM

          We're you able to compare to other local models that would fit consumer-grade hardware?

    • tobylane4 hours ago
      Those two (and more) exist in chrome://flags in Chrome 147. I'm disabling them now, with the expectation that will prevent the new default.

      One option I'm leaving as default is "Use LiteRT-LM runtime for on-device model service inference." Any comment on that?

      • RaiausderDosean hour ago
        I'm on Chrome 147 too and disabled:

        "optimization-guide-on-device-model"

        - Enables optimization guide on device

        "prompt-api-for-gemini-nano"

        - Prompt API for Gemini Nano

        - Prompt API for Gemini Nano with Multimodal Input

        and deleted weights.bin and the 2025.x folder in "OptGuideOnDeviceModel"

        Will report if Chrome 148 downloads the model again.

        • phs318uan hour ago
          If you touch those files into existence and chown to root and chmod to 0, it shouldn’t be able to ever overwrite them right?
          • pmontraan hour ago
            I'm on my phone now so I can't check if something has changed, but what you want to protect from change is the directory, not the files. A file can be deleted and created again if the process can write the directory.
          • RaiausderDosean hour ago
            yeah, should work. Will try readonly on windows too.

            Now I can't see it anymore, but shouldn't the model be under chrome://on-device-internals/ -> model-status?

            Maybe you can uninstall there too.

        • Markoff36 minutes ago
          thanks, went to flags in Vivaldi and just in case disabled all flags containing "gemini" and first five results for "model"
      • scriptsmith4 hours ago
        Those flags will exist already, but will default to enabled in 148.

        That other flag is for using a different open-source inference engine to the (from what I can tell) closed-source one that's used by default.

  • ben_wan hour ago
    > Energy intensity of network data transfer: 0.06 kWh per GB, the mid-band of Pärssinen et al. (2018) "Environmental impact assessment of online advertising", Science of The Total Environment [14]. The paper reports a 0.04-0.10 kWh/GB range depending on the share of fixed-line vs mobile transfer and inclusion of end-user device energy. 0.06 is a defensible mid-point.

    2018? An estimate from 8 years ago is going to be off by a factor of 10 or so.

    Not sure you'd get far with the legal arguments unless you're actually a lawyer. Too easy to misunderstand the jargon (i.e. the same reason why it's dangerous to use an LLM as your lawyer).

    (As an aside, the whole thing reads to me like the style LLMs use; not saying for sure it was, just giving me those vibes).

    • Azkron13 minutes ago
      Agreed. Also, complaining about the climate impact of an AI model download while opening your post with an ai generated image is peak hypocrisy. Did not bother to read the rest.
    • Schiendelman14 minutes ago
      You think the energy cost to transfer has dropped by 10 X in eight years? Why?
  • doginasuit2 hours ago
    "Silently installs" is misleading. They are including a file in the package which is presumably related to the functionality of the software. I don't use chrome for a long list of reasons but it is not standard or expected to get consent for that.
    • rubyfanan hour ago
      “Silent” seems appropriate given it historically never required such a large storage requirement and the nature of the new feature seems entirely optional; and it’s happening silently as part of a normal upgrade.
    • etothetan hour ago
      There is, however, precedent for software alerting/asking the user to install “extras” or utility packs and showing the disk size that content will take up and even allowing the user to choose a location to store such things. Creative software does this all the time.

      There’s nothing stopping Google Chrome from doing something similar except, I suspect, Google knows or feels it will result in many fewer installs of its bloatware.

    • SirFattyan hour ago
      Look at how many headlines indicated that something is silently happening. It's a weird trend at the moment.
      • vanderZwanan hour ago
        We live in a tech world where it has become normalized that perfectly functioning software that you used to buy once and then got to use indefinitely suddenly receives an "update" to put previously existing functionality behind a membership. When the reasonable expectation people have is that an update fixes security bugs and maybe includes a few optimizations.

        So no, I don't think it's a weird trend at all that people start describing software as "silently" doing things when trust in automatic updates of software (a thing that software silently does) has deservedly gone down the drain in the last few years.

    • vanderZwanan hour ago
      Then what is your definition of "installing" exactly? Are you going to split hairs about it not being a separate program being installed and running in the background, but weights being used by code that is run inside the browser? Because honestly, I don't think there's any significant difference from the user's perspective here. Other than the fact that doing the latter bypasses the need to get permission to install a new program. Which makes it an even worse violation, in a way, since it undermines the trust that the browser as a platform is just a browser.

      A 4 GiB model has nothing to do with the functionality of a web browser. It is something forced on users without their consent.

      Of course that's what we get for giving the benefit of doubt to the company that insisted on learning the wrong things from the Google Buzz fiasco.

      • doginasuitan hour ago
        Install does convey something more involved than including a file, that's not splitting hairs. It is not uncommon for software to include malware that runs independently of the software you expected, and the headline is clickbait that taps into those concerns. I'm here for the concerns about bloat. "Downloads" would have been the right term to use but it doesn't sound as scary.
    • functionmouse17 minutes ago
      This feels deliberately reductive
  • toyg2 hours ago
    How hard would have been to add a simple message, warning people about it and offering to opt out? Most would have clicked OK without reading anyway, and Google could pretend they give a shit about users. Unless they expected blowback, and that kind of message is the "compromise" they want to eventually land on.
    • wolvoleo2 hours ago
      They don't want you to opt out. Then they can't brag to the shareholders about Chrome being "AI Powered"

      You're not even the customer when it comes to Google.

      • sidewndr46an hour ago
        Don't forget the metric saying "99.97% of user have installed this" even though less than 1% of users know it exists, much less use it
      • data-ottawa2 hours ago
        I was not happy when they added Gemini to the top bar, in its own place that nothing else gets to use.
    • raxxorraxoran hour ago
      I think a local AI model is appreciated, but it being bundled and executed through Chrome, I expect that more or less all data get exfiltrated by Google.

      They simply read your mails, how would you expect there to be anything resembling decency in a company like that? It is the ad business.

      Bad thing is that people still use gmail.

    • ssss11an hour ago
      Because we must get what the tech overlords want us to get, not what we want to get.
  • jacquesm5 hours ago
    Not on my devices. Auto update has been abused so often now that it is an embarrassment to the industry. Auto update should be for bug fixes and security issues only.
    • z3t44 hours ago
      Auto update is basically a root backdoor, it's especially troublesome when you are not the customer, you are the product!
      • dist-epochan hour ago
        Yes, which is why I use paid-for OSes and browsers, instead of free ones like Linux or Firefox. I don't want to be the product.
    • fsflover5 hours ago
      This is exactly how it works on Debian. Can recommend.
      • jacquesm4 hours ago
        Guess what runs my PC. Tech companies just don't understand consent.
        • dspillett2 hours ago
          It is almost the standard:

              Q: Does <company> understand consent?
              A: No / Maybe Later
          
          but the Google version is:

              Q: Does <company> understand consent?
              A: No / Maybe Later / we did it anyway, you'll need to search to find out how to turn it off, maybe ask the new AI model we've just back-door installed?
        • Waterluvianan hour ago
          I think they do. They just don’t care. We’re the fleetingly small percentage of nerds in the corner who will notice and complain. Were useful to them for other reasons but we’re not really the concern here.

          It’s probably a business misplay to tell the other 99% of users about something they weren’t going to think about. But if by chance it goes awry and there’s outcry, just apologize and commit to do better.

        • bell-cot2 hours ago
          > ... don't understand consent.

          The word you're looking for is "respect". They understand consent, the same as JBS* understands animal rights.

          * https://en.wikipedia.org/wiki/JBS_N.V.

        • mystralinean hour ago
          Do you understand consent?

          1. Yes

          2. Ask me later

  • dotcoma5 hours ago
    Why use a browser from Google or Microsoft in 2026? Why in the world?
    • CalRobert4 hours ago
      I have no idea but when I mention Firefox my colleagues under 35 or so literally think I'm joking.
      • jeroenhd3 hours ago
        When Google stuffs AI into everything, people shrug. Can't expect anything else from big tech.

        When Firefox does it, it sparks outrage across the internet, with entire forums filled with people vowing to leave Firefox forever and switching to something like Waterfor or Ilp/Zorp/Floop instead.

        As a result, searching for experiences other people had with Firefox makes it sound like hell on earth, while people have little more to say about Chrome other than "Google gonna Google, but it's fast at least".

        • notabotiswearan hour ago
          I, being a Firefox user with practically zero Chromium use, would air my grievances when the Mozilla does something I disagree with more than I would when Google does. And I would expect that most Firefox users are of the kind who have strong opinions about how their computers work.

          You wouldn’t throw the same fit if [insert dictator you don’t have high expectations of here] shot a hundred random civilians compared to if your government did, no?

        • expedition322 hours ago
          Mozilla is nice enough to let you opt out.

          I'm in my 40s I have no desire for this new technology unless we get the kind of AI from Japanese anime.

          • ElFitzan hour ago
            Offering something like a local Gemma 4 (though apparently not what we get here) to web apps via a browser API could change UX quite drastically. Possibly for the better. We had a project where it could have been nice.
        • nalekberov2 hours ago
          > When Google stuffs AI into everything, people shrug. Can't expect anything else from big tech.

          Because this is something expected from Google. Google has never committed to security, but Mozilla did.

          EDIT: I meant privacy, not security.

          • The_Rob2 hours ago
            Google has invested significantly in security. I believe you are referring to privacy?
            • dspillett2 hours ago
              This is a significant point. To many people security includes privacy, which is a fair assumption: in a non-evil timeline user privacy will be one of the first-class components high on the priority list for being secured. Unfortunately companies and the people high up running them only care about their own privacy¹, everyone else is expected to be grateful that we are being stalked so we can be targetted for sales purposes.

              --------

              [1] Follow one of them around the way they track us online, or let out a bit of information about, for example, their tax affairs, and see how fast lawyers or law enforcement arrive on your doorstep…

            • CalRobertan hour ago
              Having rock-solid security for quietly transferring all of your deeply personal and private data to Google feels like a win for the pedants, but a loss for everyone else.
            • nalekberovan hour ago
              Oh, you right, thanks for pointing this out. Indeed, I referred to privacy.
          • jeroenhdan hour ago
            Google has invested massively into security. On various platforms (non-Chromium Linux excluded), Google Chrome uses advanced defence-in-depth that make Chrome much more secure than Firefox on the same machine. Their origin-based process separation make Chrome a memory hog but protect tab processes from each other in a way Firefox doesn't bother with just yet.

            Chrome may be a privacy nightmare, but in terms of security it beats Mozilla.

      • heavyset_go4 hours ago
        They've been consuming 15+ years of anti-Mozilla rants anytime it or Firefox are mentioned online.

        It's how you get things like "Browser monocultures are an issue, so don't use Chrome (Blink), use Brave (Chromium (Blink)) instead!" said in earnest.

        • an hour ago
          undefined
        • 3forman hour ago
          Or simply they haven't heard much about it at all, don't care, and chalk it up to OP being some sort of an odd hipster.

          Man, so many things could be better if people cared.

        • avazhi2 hours ago
          I’ve been using Firefox for 20+ years and continue to do so, but let’s not pretend that Firefox hasn’t been an embarrassing shit show for most of the past 15.
          • iammrpaymentsan hour ago
            10x better than safari and it won’t consume all my RAM like google, so not sure it you’re just repeating what you heard or if you mean what you said
            • kergonath44 minutes ago
              > 10x better than safari and it won’t consume all my RAM like google

              Using the 3 regularly, no, Firefox is not "10 times better than Safari". Though, yes, Chrome(ium) is a ressource hog.

          • DarkUranium2 hours ago
            I'd recommend checking out WaterFox. It's what I switched to when I finally got sick & tired of Mozilla's shit.
            • 4ggr02 hours ago
              i really feel like trying this out as a quasi-firefox user, but i've really started to love and appreciate Zen for its UI :( wonder if there's a Waterfox X Zen alternative.

              EDIT: whoops, should've scrolled down a bit on the website, looks like Waterfox has vertical tabs as well. damn, probably going to try to migrate to it sometime soon...

              EDIT2: of course supports firefox extensions as well, perfect.

              • Fnoordan hour ago
                Firefox has vertical tabs as well, and it is a lot less bloated that the extension one I was using.
          • glenstein2 hours ago
            People keep saying this like it's just conventional wisdom we all supposedly agree with. I think it's a string of tech articles and spiraling comment sections searching for drama that's kind of been a self-perpetuating phenomenon over the past 3 or 4 years the majority of which I think has been extremely unfair and mostly just based on vibes. If you actually scroll through HN and read the criticisms, they tend to trail off into vague phrases like "all the stuff they've been doing".

            If people read the release notes instead of the comment sections, not only would they have a lot more specific knowledge of the work going into the browser but they wouldn't be locked in this cycle of outrage and escalation that normally you only see in YouTube comment sections.

          • tgvan hour ago
            Ok, then. What shitshow? Does it not pale in comparison to Chrome and Edge?
        • eastboundan hour ago
          If Mozilla fired its CEO for a private political donation from 10 years earlier, it will not hesitate to do much worse to its users. Mozilla isn’t on the good side here.

          He’s the founder of Brave, by the way.

          • b40d-48b2-979ean hour ago

                He’s the founder of Brave, by the way.
            
            You mean that Chrome browser re-skin that mines crypto without your consent?

                a private political donation from 10 years earlier
            
            Yeah, he was only a bigot 10 years ago! I'm sure it's changed now.
            • carlivar39 minutes ago
              16-18 years ago. Is bigotry always a permanent condition?
              • b40d-48b2-979e36 minutes ago
                At that time, it was 10 years ago, which is what I was responding to.

                    Is bigotry always a permanent condition?
                
                Yes, people famously change more as they get older. Eich was already a man in his 40s at that point in time. He also doubled-down instead of acknowledging any wrongdoing.
        • CalRobert4 hours ago
          The more time goes on the more I feel like I live on a different planet. Even things like "shouldn't you be able to decide what software you run on the stuff you own?" gets blank stares.
          • 2ndorderthought3 hours ago
            Hello fellow extraterrestrial
            • Schlagbohrer2 hours ago
              Old heads checking in... Back in my day, we had an exposed file hierarchy and we liked it!
              • CalRobert2 hours ago
                I still remember "oh my friend's iphone has a nice camera, how can I send myself that picture he took with bluetooth?" and being... a bit surprised that it wasn't really possible.
        • DarkUranium2 hours ago
          I mean ... frankly, and I say this as a guy who's used solely Firefox since before it was Firefox all the way until 2025 when I finally got sick & tired of their shit... (now on WaterFox because I refuse to submit to the Google browser monopoly)

          ... Mozilla absolutely did this to themselves. Come think of it, they really remind me of what Microsift's been doing with Windows.

          • seszettan hour ago
            I still don't understand what problem you guys have with Firefox. I really don't, and comments like yours are always very vague and seem to assume that it's obvious.

            For me Firefox is (slightly) better than is used to be, not by a wide margin but it's not gotten worse either.

            I've been running it since it was Phoenix so I think my experience is at least somewhat valid, which is why I'm so confused by these comments.

            • phs318uan hour ago
              You’re not alone. Been a user for years and I still don’t get the hate.

              Having said that, I keep a copy of Ungoogled Chromium for those websites that refuse to test against FF.

          • TonyStran hour ago
            Could you list some of the major grievances you have with Firefox? I haven't been following the news very closely
      • pyeri28 minutes ago
        Is Vivaldi any good?
    • azangru10 minutes ago
      > Why use a browser from Google or Microsoft in 2026? Why in the world?

      There are only three major browser rendering engines. One is Gecko, by Mozilla. One is Webkit, currently tended to by Apple. And one is Blink, which is Google/Microsoft. Of those, Blink is the most featureful. That's why.

    • sevenzero4 hours ago
      What browsers would you recommend? I use Brave but it's still Chromium under the hood. It's the only one that I never had trouble with adblock though. Also lets me play youtube on mobile when my screen is locked.
      • yard20102 hours ago
        Vivaldi - built in ad blocker, the creator is a nice guy, transparent business model. It might be rough around the edges, but it's much better from every alternative imho.
      • chinathrow4 hours ago
        Firefox.
        • dickeeT2 hours ago
          is it as greedy as chrome for the ram?
          • dspillett2 hours ago
            In my recent experience: definitely yes, though not significantly worse. Unless you have [many] hundreds of tabs open (which I do as I have neither executive function nor organisational skills), or have a machine with very limited RAM, I don't think you'll notice a difference.

            This is anecdata, of course, take with a pinch of your preferred flavouring powder.

            • maptan hour ago
              Chrome on Windows is running with thousands of tabs "open" over dozens of windows, but it does practically max out on a certain number of tabs per window (not just the GUI, but something in the memory architecture), and it does stack fat cache which will crash the whole thing if it digs deeper than your available space.

              Windows even runs (semi-playably) 2020's shooters in this condition, though you need to kill any windows close to the tab limit that are full of recently opened tabs.

              [Yes, I know, the horror]

          • theandrewbailey2 hours ago
            Yes: https://www.phoronix.com/review/firefox-chrome-2026/4

            > Chrome also came in at slightly lower memory consumption across all the benchmarks with total memory usage on average at 4.67GB to Firefox at 4.83GB.

        • sevenzero4 hours ago
          Does it allow me to play youtube on locked screen on mobile?
          • sham14 hours ago
            Yes, actually!

            Well, it does require you to install an extension[0], but it can be done.

            [0]: <https://github.com/mozilla/video-bg-play>

            • sevenzero4 hours ago
              Thats good to know, but I am a "out of the box" person. I never want to have to manually install extensions as thats just more stuff to remember when setting up a new machine. Yea thats a me problem, but still.
              • input_sh3 hours ago
                It used to support it out-of-the-box as well, but it's technically against YouTube's ToS to allow this without paying for a premium, so now you need this as an extra hoop.
                • robin_reala2 hours ago
                  Why should a browser be policing YouTube’s ToS for them?
                  • Aachen44 minutes ago
                    Agreed, this sounds strange indeed. Much more likely is that Google found a reliable way to detect the screen status using a standard feature and Mozilla just implements the standard neutrally
                  • input_sh2 hours ago
                    Wouldn't know, as I have never been in charge of one, but I imagine Google having the power to make your browser completely irrelevant would be a pretty strong incentive.
              • Aachenan hour ago
                You don't install software on your machines that didn't come pre-installed/configured?
              • kioleanu3 hours ago
                You want to have your cake and eat it too, I think the best solution in your case is paying for youtube
                • sevenzero3 hours ago
                  Or I just keep using brave and not pay for the biggest media corpo that just passed Disney in revenue.
                  • Fnoordan hour ago
                    Was Brave pre-installed on your computer or did you remember to install it?
          • dspillettan hour ago
            Even youtube's app itself doesn't allow that unless you pay. I suspect they've nobbled most browsers into not allowing it, either by technical measures or (more likely) the strong-arm tactic of saying “if you don't block this we'll find a way to make the entire of youtube practically unusable on your browser”.

            I've been using Grayjay recently which does allow that, amongst a number of other useful features (integrating other media sources, lack of adverts every few minutes in some content). Might be worth considering as an option.

            • phs318uan hour ago
              Kagi’s Orion browser on iOS is able to play YT vids in the background.
          • high_na_euv29 minutes ago
            You can play yt video in firefox with locked screen but you need to use desktop mode
          • lukan4 hours ago
            It allows you to play youtube without ads with ublock origin.
            • sevenzero4 hours ago
              I used ublock origin for a while, but I kept having issues with it on Youtube due to Youtubes anti adblock measurements. Brave for some reason always had a fix for it pretty quickly, so I never experienced these issues with it. Maybe I could try a different browser again on my next machine.
          • purerandomnessan hour ago
            Why not simply use NewPipe [0]?

            You also get ad filtering and you can download Audio/Video streams from within the app.

            [0] https://newpipe.net/

          • freehorse4 hours ago
            In iOS kinda yes; you have to request desktop version, and once you activate the lock screen for the first time you have to press “play”. Then it just plays and auto plays in the background.

            Don’t know about android, but there is also an extension there that blocks the visibility page api for YouTube.

          • tdeck4 hours ago
            Yes. That's the primary reason I use it, but you have to install an extension called "Video Background Play Fix".
          • ranger_danger4 hours ago
            Tubular app does, and it blocks ads
      • StingyJelly4 hours ago
        Brave origin on linux looks pretty solid now. Now I'm using that and Librewolf.
        • dwedge4 hours ago
          I will never use Brave after the debacle where they injected content into sites downloaded over HTTPS to pretend people were promoting their crypto token and adding a "donate" button on the page.
          • StingyJelly4 hours ago
            That made me avoid it for a long time but there hasn't been more concerning behavior since, so some point, we can move on.
            • dwedge4 hours ago
              Did they ever address it? It's still the same company with presumably the same ideals. I was using it daily at the time, maybe it's better now.
              • a962 hours ago
                Brave is a series scam company. Always has been, always will be.
        • sevenzero4 hours ago
          I just checked it out, but it removes Tor access? It would pretty much downgrade the regular browser
          • StingyJelly4 hours ago
            I think using tor in brave just makes you stand out more - stock tor browser is probably a better setup. Whonix even better.
            • heavyset_go4 hours ago
              It helps if you're doing mundane things and want to help people who need to mix their sensitive traffic with it.

              More people "legitimately" using Tor makes it less likely to have its exit nodes outright blocked, as well, and assuming all traffic from them is malicious.

              • StingyJelly4 hours ago
                That's charitable, but even then you probably want to avoid fingerprinting...
        • anthk4 hours ago
          Brave it's spyware, keep going with Librewolf. You can disable some fingerprinting support for WebGL -but- you need UBo for sure (and JShelter).
      • kuerbel4 hours ago
        I still use Firefox. It does all I need with no ads. That's nice.
      • dotcoma4 hours ago
        Currently using Helium.
        • sevenzero4 hours ago
          This one looks neat, is it also based on Chromium?
    • braggerxyz3 hours ago
      Exactly my thoughts. There are so many good alternatives already, it's insane to me that people still use this garbage. LibreWolf is a godsend
    • TrackerFFan hour ago
      Easy. You work for a company that has only whitelisted chrome or edge.
    • thyristan5 hours ago
      I agree. This is Google doing underhanded Google-things. Why the hell would anyone trust them in the first place?
    • lukewarm707an hour ago
      i use chrome enterprise for my personal use, which is managed via the google workspace admin.

      you would think google is not stupid enough to mess with gcp account holders

    • pjmlp2 hours ago
      Why in the world do people keep shipping Chrome with their pseudo native applications?
    • k_bx4 hours ago
      I use Chrome because at Google Meet it renders a nice separate window with mute/unmute controls as you switch to another tab and screen share.

      Curious if Google plans to allow other browsers doing that too.

      • utopiah4 hours ago
        You could use Chromium just for Google Meet. That's what I do. I have Chromium relatively up to date that I basically solely use when I need to. It can be Google Meet, or Teams, or whatever was purposely botched in order NOT to work with Firefox, basically sabotage, but it can also be very rare cases like Lego Spike or GrapheneOS Web installer which require WebUSB.

        99.99% I do not need Chromium but when I do, it's worth the ~200MB of used space.

    • jangxx4 hours ago
      It's the browser that annoys me the least. Almost everything just works.
    • jimbob454 hours ago
      What are the alternatives? Only a massively moneyed corp has the resources to fight vulns at acceptable rates. Firefox doesn’t count because they’re being funded by Google.
      • 0x02033 hours ago
        I don't understand this perspective. How can one accept the objectively more user hostile option because the less hostile one gets money from the other. If one objects to using products funded by google, why is there not also an objection to using products from google?

        For as long as the funding for Firefox continues, it remains a viable option. And despite all their bad decisions of late, they still give users the ability to configure or disable user hostile components.

        Their funding model is a risk, but I've been using Firefox and librewolf forever and I'd argue it's a much better option than chrome or edge, especially with a handful of plugins. A risk is still better than the actual realization of the risk.

      • dotcoma4 hours ago
        In the short term, Helium (if, like me, you can’t live without Chrome’s bookmarks). In the medium term, perhaps Ladybird. In the long term, we’re all dead.
        • ranger_danger4 hours ago
          I think they were looking for browsers that aren't based on Chromium or Gecko, which, for something still regularly updated and works with most websites, I think webkit is the only real alternative.
      • ranger_danger4 hours ago
        Anything webkit-based and open source like Epiphany or Konqueror/Rekonq, it matches your "moneyed corp" requirement (Apple).
    • hacker_homie4 hours ago
      Because ladybird isn’t alpha yet, and Firefox is a mess.
      • Sharlin4 hours ago
        What mess? I only ever used Chrome as my main browser for a short while when Firefox had become rather bloaty and had slow JS, and Chrome was small and nimble. But that was something like fifteen years ago. Firefox works, is plenty fast these days, and only eats most of my RAM compared to Chrome which takes all of it, and serves me a web devoid of almost all ads and most trackers.
        • hacker_homie4 hours ago
          From a funding standpoint there’s no future to Firefox. They will get brought Mozilla foundation is an investment fund now. Firefox it dead weight.
          • tdeck4 hours ago
            This isn't particularly relevant to whether you should use it right now though. If there's a restaurant I like but it might go out of business in a year I don't stop eating there today.
          • glensteinan hour ago
            They push millions of lines of code every quarter including thousands of patches, constant security updates and performance improvements and deepened support for web platform standards. As open source projects go, it's probably one of the most active and thriving ones there is. As eager as some people are to dance on Mozilla's grave, that day isn't coming anytime soon.

            If you wanted to point to the year where they've been the best financed they've ever been and where they've had the most resources invested into browser development they ever have, that year would be 2026. Only to be exceeded by 2027 and then 2028, 2029 and beyond.

            At a bare minimum, their endowment gives them probably a two to three year firewall in the event that their funding is cut off, which it hasn't been. I also thought the accusation was supposed to be the other way around, namely that we all knew they were going to get funded into perpetuity as controlled opposition.

          • vrganj4 hours ago
            Firefox is open source :)
      • anthk4 hours ago
        Firefox has a complete UBo unlike the Chrom* corporateware turd which is just Microsoft 2.0 from Google. Chrome instead of IE, and propietary JS code for Google services such as Youtube -deliberately made slower in Firefox- as the new Active X shoved down your throat in order to keep a monopoly.

        With Librewolf I can get proper WebGL, full UBo -with the AI blocklist too to avoid all the slop- and Bypass Paywall Clean from Giflic or whatever was called. Yeah, eh, y local newspaper won't mainly get adverts' money but the rest of local company ads show up well even with UBo/BPC, so they get some money after all.

        On RAM usage, Librewolf it's far lighter on the long term and it doesn't ping back as Firefox, and many times less than Chrom* based browsers where, I repeat, Chrome based browsers don't allow UBo any more even if installed from their Github repo enforcing some about:flags variables related to legacy extension support.

        The web today without UBo it's unmanageable. Popus, more than the ones from 2003, malware disguised as ads even on mainstream, safe sites, and all of these running zillions of cookies and trackers converting your -otherwise perfectly usable- old amd64 Celeron machine with 2GB of RAM into some crawling Pentium III with 256MB of RAM. With LibreWolf and UBo I could even test Yandex Maps with Prypiat and the like and InstantStreetView too. No slowdowns, no OpenGL >= 3.3/Vulkan video card required, and no need to own a 8GB machine.

        HN developers there without UBo if they depend on the web for documentation they are bit screwed if they use Chrom* based browsers, sorry. Half of the resources for their machines coudn't be used, you know for IDE's, compilers, virtual machines/containers and whatnot. And, yes, I know about ZRAM under GNU/Linux, and just imagine how many tasks would anyone accomplish with a ZRAM compressed chunk (~1/3 of the physical RAM), a light desktop environment as Lumina/LXQT and a non-Chrom* browser blocking all pests. Up to 3X more tasks in the same machine. No need to waste money on upgrades, and compilng cycles are cut down for the good.

        • Numerlor2 hours ago
          Ublock origin works perfectly fine on Edge. With Firefox I've also had ram usage that was multiples of what I get with Edge, on both Linux and Windows
  • TheServitor4 hours ago
    Framing 4GB of data moving in a world of petabytes of traffic as a specific environmental disaster is kind of a stretch, regardless of whether we want the model.
    • salviati4 hours ago
      Your word might be of petabytes of traffic. Some people have slow lines. Some people have metered Internet subscriptions.

      Not everyone has access to the same infrastructure you have.

      • SilverSurfer9724 hours ago
        Or just tethering abroad with an esim data plan... Just opening chrome would deplete your quota and leave you stranded. Google you are sick!
        • efdee3 hours ago
          Surely it will wait when the connection is marked as metered.
          • user_78323 hours ago
            I definitely trust Google's team (and large trillion dollar companies with sufficient resources to do this) to make reasonable choices for their users... said, perhaps, someone ever? Certainly not me.

            (I wanted to write something far snarkier and sarcastic but getting annoyed at google is like getting annoyed at a lawnmower/Oracle. That plus HN guidelines.)

      • derangedHorse2 hours ago
        It's somewhat known that Chrome isn't catering to those users. They aim to deliver feature-rich experiences rather than be the de-facto browser for resource-constrained devices.
      • handoflixue4 hours ago
        Okay, but that's still not an environmental disaster.
    • oriettaxx4 hours ago
      I do not agree: I live by the sea and this is exactly the answer I get when I talk about trash in the sea. I personally appreciate even more that kind of "stretch" then the privacy one (which could be another "stretch" on getting closer to 1984 scenario)
      • TheServitor3 hours ago
        I guess you can write an article about every new gigabyte released, and we can use more gigabytes talking about it, but other than that I don't see that any one gigabyte of software I don't want is especially more noteworthy than any other gigabyte of software I don't want.

        An xBox game can be 50+ gigs. Millions of gamers. Fire up the presses!

        I'm not at all saying nothing matters so we shouldn't care. I just disagree about the utility of calling out specific things out of proportion to their place in the climate crisis. Tackle AI, yes, and fast fashion and cars, and ... that one change to Chrome? I guess if that's where you want to put your energy, Sisyphus.

        • b40d-48b2-979ean hour ago

               I don't see that any one gigabyte of software I don't want is especially more
               noteworthy than any other gigabyte of software I don't want.
          
          I feel like you're being intentionally naive here. There's a difference between a forum using up a gig here or there, and one of the biggest software makers in the world shipping 4GB to all of its millions of users (if not billions at this point).
        • lstoddan hour ago
          > An xBox game can be 50+ gigs.

          In my experience a game worth playing never exceeded 1 (one) gig in size.

          It is only incompetent creators that feel the need to bury their incompetence under gigabytes of irrelevance.

    • x3ro2 hours ago
      Chrome is used by about 3.8 billion people [1]. So, if this is rolled out to every chrome user over the next year or two, this would generate about 15 Exabytes of traffic. It's difficult to find accurate, useful numbers on this, but lets assume 29 grams of CO2e per GB, this would be about 450k tons of CO2e. This in turn, equates to average household CO2 expenditure of almost 300k households.

      So make your own judgement, but this seem pretty significant to me.

      [1]: https://www.aboutchromebooks.com/global-chrome-user-base/ [2]: https://www.iea.org/commentaries/the-carbon-footprint-of-str... [3]: https://www.anthesisgroup.com/insights/what-exactly-is-1-ton...

      • altcognito5 minutes ago
        > but lets assume 29 grams of CO2e per GB

        29 grams for something that takes most folks less than 20 seconds to download? How many watts (neglecting the machinery was going to be running regardless of whether you are transferring something!) do you think it takes to transfer data?

        https://www.eia.gov/tools/faqs/faq.php?id=74&t=11

        Coal, the absolute worst of all, represents 18 grams over 60 full seconds to produce 1000 watts of power.

      • Schiendelman12 minutes ago
        This is about the same as each of those people streaming a movie to their TV. There's no there there.
      • semiquaver11 minutes ago
        Traffic is not homogeneous in total transfer cost. CDN-hosted data at the edge, close to the user is much cheaper than data that has to transit many hops. At the asymptote, transferring data between machines on the LAN is essentially free.
    • 7952an hour ago
      Whilst I am sceptical about Google in this space having I think it is a move in the right direction to do more locally and actually use the space modern machines have on device.
    • tthu14 hours ago
      What is a lot of traffic to you?

      2.5 million downloads of 4 GB are 10 PB of traffic.

      I think there are be a lot more than 2.5 million Chrome users in the world.

      • bcjdjsndon2 hours ago
        More data moves in your average playstation system update than that. Steam probably transmits more in a morning than that
        • DarkUranium2 hours ago
          There are far more Google Chrome users than probably PlayStation & Steam users combined.

          Also, someone installing Steam is going to expect large downloads, hell, the platform tells you the size as you're about to start the download.

          I don't think anyone expects a browser to suddenly download 4GB, let alone behind their backs!

          • derangedHorsean hour ago
            Have you ever watched a 2 hour lecture on Youtube? Next time check the memory consumption of the open tab.
            • lstodd36 minutes ago
              A 720x400 two-soundtrack rip of first season of 'On becoming god in central Florida' is only 5.5G. That's 10 episodes. Now what you were saying about 2-hour lectures?
      • Jleagle4 hours ago
        You only download it when some JS requests it for the first time, most people will never have it.
        • sgbeal3 hours ago
          > You only download it when some JS requests it for the first time, most people will never have it.

          i certainly never activated it willfully. i use Chrome only as a fallback testing platform for web dev - a handful of times per month - yet both Chrome Stable and Chrome Unstable had installed this 4GB monstrosity in my home dir. 8GB of junk i'd never used. Both have since been uninstalled and replaced with Chromium.

        • bluehex3 hours ago
          I never intentionally used any AI features in Chrome but first was made aware of the models when my disk was running out of space. I investigated with a disk usage tool and found I had multiple versions of the model in my Chrome directory taking up ~12gb. This was about half a year ago and maybe I was in a bad experiment or something but it's definitely not opt in or user visible. Less tech savvy people will have a really hard time understanding why their disk space is running low.
        • sigmoid104 hours ago
          Do you think this will not be part of some google product? On top of their normal agenda, this seems perfectly suited for them to push their AI models. So if you use anything from Google via Chrome, I would expect that this will end up on your device sooner or later.
        • tthu14 hours ago
          You estimate more or less than 2.5 million?

          If you google OptGuideOnDeviceModel, there’s already a lot of results of people asking what it is an how they can delete them. It’s not some kind of obscure niche feature.

          I wonder when the first crypto miner-like malware appears that offloads model usage to the client computers.

        • bakugo4 hours ago
          I suspect it's not that simple. Last week I noticed I already had it downloaded on one of my devices, even though I'm sure the number of websites already using this API is miniscule.
      • acchowan hour ago
        Wikipedia say 3.6 billion Chrome users.
    • handoflixue4 hours ago
      Amazing how many people missed the "environmental disaster" part of this post and are talking about personal inconvenience.

      Sorry folks, your low bandwidth situation is not, in fact, a climate change emergency.

    • zekrioca4 hours ago
      The same old individualistic fallacy [1] of highlighting individual effects to hide global effects, all while compromising user privacy. In reality this will be continuous million of devices downloading these useless weight files.

      [1] Used since forever by the Tobacco & Pharmaceutical, Fossil Fuels & Climate, Food & Diet Industries.

    • frnz3 hours ago
      60.000.000 kg ÷ 1.000.000.000 user

      is about 60 gramms of co2 per user?

      • CamelCaseCondo2 hours ago
        Which ullustrates that humanity has reached such numbers that the smallest collective change has an enormous impact.
        • bcjdjsndon2 hours ago
          How do you propose maintaining the living conditions you've become accustomed to without the system we have currently, as shit as it is?
          • CamelCaseCondo2 hours ago
            There’s the problem: we want change without giving up the things we’re accustomed to. We’re locked in.
            • throw310822an hour ago
              By "the things we're accustomed to" you mean food, jobs, healthcare, education?
              • bcjdjsndon25 minutes ago
                You had food as a barbarian. Job wasn't needed because you weren't enslaved by your feudal lord, healthcare and education being the only benefits of civilization... largely benefits for the rich and not the peasantry I might add
    • mschuster914 hours ago
      There are multiple problems here.

      For one, not everyone in this world lives on high bandwidth unmetered connections. In Germany, you got a lot of people still running on 16 MBit/s ADSL, that's half an hour worth of full load just for AI garbage. With the average 50 MBit/s, it's still 10 minutes. For those running on hotspots - be it their phone with often enough 10 GB or less on your average data plan or train hotspots that cut you off after 200MB - the situation is similarly dire.

      The other thing is storage. I got a nominally 256GB MacBook Air. Of these 256 GB, easily 50GB are already gone for macOS itself, swap, Recovery and everything that macOS doesn't store as part of the immutable partition (such as, you guessed it, its own AI models). Taking up 2% of the disk space without consent is definitely Not Cool.

      • keyringlight4 hours ago
        Another angle is the processing cost, I assume Google is seeking to offload the computation for whatever features this covers from their own data centers to end users. On the scale of billions that's probably measurable and from google's side worth doing whether the users is paying for the service or not, and each of them will have more power usage with some reduced battery life on portable devices. At that scale I'd also wonder about efficiency based on what proportion of end users are using AI or running it on CPU/GPU/NPU.
    • thrance2 hours ago
      4Gb times 2,000,000,000 chrome installs gives us 8,000 petabytes. Are we allowed to worry now?
    • Markoffan hour ago
      I would more worry about storage space on some laptops with pretty small SSDs like 192-256GB of official capacity prior installing Windows, 4GB of that is already pretty significant part of storage space for something which should be opt-in.
    • vrganj4 hours ago
      What is petabytes if not 4GB at Chrome userbase scale?
    • zeafoamrun2 hours ago
      Agreed, my eyes rolled hard at that. Definitely more of an F-U to users with bad connections than anything else.
    • perks_124 hours ago
      The next Netflix breakout show will burn this planet to the grounds :)
      • ekianjo4 hours ago
        Netflix does not store 4gb on your drive...
        • a962 hours ago
          It does if it triggers this download.
    • ekianjo4 hours ago
      Its unsollicited. Not everyone has fiber either
  • semiquaver15 minutes ago
    I’m not sure we have a name for it yet but this post is a clear example of the type of anti-ai-psychosis I’ve been seeing recently on the left. Anything about AI and these people start saying the most irrational and bizarre things. Chrome downloading a weights file onto your system is illegal because of the climate impact? What an absolute joke.
  • tdeck5 hours ago
    Somebody's promotion packet depended on pushing this through the approval process.
  • peterjmag4 hours ago
    Looks like the site's struggling to keep up with the traffic. A couple mirror links:

    https://web.archive.org/web/20260505052217/https://www.thatp...

    https://archive.ph/sM7O5 (missing images and styling, but the content all seems to be there)

  • flossly4 hours ago
    And that's why we have, promote, and (hopefully) all use Chromium on our Linuxes.

    Or Firefox of course.

  • ponyous5 hours ago
    The site is currently unavailable 503 so I can't read it. But I wonder, what should you consent to? Every dependency? Every dependency above 1GB?
    • scorpioxy5 hours ago
      Maybe consent is not an appropriate term. Perhaps an acknowledgement and a way to say "I don't want this" would be a more suitable approach. I feel like a flag to turn off LLMs is useful. Firefox added something like this in a recent release. I don't know how much they're downloading or how much they run it, nor would I be a good judge if it's necessary or not, but I don't want that functionality in my browser so turned it off.
      • derangedHorsean hour ago
        There's a setting in `chrome://flags` mentioned in the post that allows users to turn this off. I guess people want opt-in consent rather opt-out consent which there's always debate about. Some people say it degrades the experience for the majority of users who would opt-in for the happiness of the few possibly already detracting users.
      • cwillu4 hours ago
        Isn't that asking for consent?
      • oriettaxx4 hours ago
        the subject has been faced many years ago an super well applied in EU privacy regulations: Google knows it very well, and in super details and I have no doubt they will be fined for this despite all reduction of it thanks to their lobbying (and corruptions, too, in my super personal opinion): this fact well explain EU fines based on company's income.
        • socalgal22 hours ago
          why would they be fined for this? In fact a local LLM is exactly the opposite direction of a privacy concern. The local LLM gives an answer generated locally and never uploaded to a server.
    • nottorp5 hours ago
      Extra power and ram usage without your permission, for example.
      • whizzter5 hours ago
        Exactly, for all the hate of Windows, I could at least just look for shit named co-pilot and uninstall it for a pretty nice experience on my new computer. Phones aren't always as straightforward (especially jarring as "Google services" are required in Sweden on Android for stuff like mobile identity systems).
        • StingyJelly4 hours ago
          This is so absurd... I have to keep an old (rooted in order to hide that adb is enabled) phone connected to my home server just to use such app, because grapheneos without google services is apparently not secure enough.
      • izacus4 hours ago
        Does that include the CPU burning cat girl captchas or not?
      • mightysashiman4 hours ago
        Don't install chrome in the first place then
        • nottorp4 hours ago
          I'm logged in to work in Chrome and to personal stuff in Firefox :)
      • cluckindan4 hours ago
        Hello iOS upgrade.
      • trvz5 hours ago
        Read the article, it's not about that, but a mere 4GB of storage.
        • nottorp4 hours ago
          Oh and why is it there? Do you really think it's not loaded and executed automatically by default, so some Google executive can justify their "AI" spend?
          • joegibbs4 hours ago
            I don’t. Do you have any actual evidence they’re doing that beyond the vibe?
            • nottorp2 hours ago
              Do I look like law enforcement? I don't have to do innocent until proven guilty.

              It's the tech company's problem to convince me they are trying to do something useful to me. Come to think of it, it's their problem to convince me they still understand "useful to the customer" first.

        • paganel2 hours ago
          4GB of storage is not a “mere” thing, to the contrary.
          • socalgal22 hours ago
            It is in 2026. Average daily household usage is at ~25gig. That's average, so 50% are more than that
            • trvzan hour ago
              It sounds like you’re talking about network usage, but this is about storage.

              Also, average doesn’t mean 50% lower and 50% higher.

      • 5 hours ago
        undefined
      • KeplerBoy5 hours ago
        That ship has sailed on the web a long time ago.
    • 5 hours ago
      undefined
  • jbverschoor2 hours ago
    And that will be 4GB per chrome instance I assume? (not profiles, instances) And what happens with each electron app if it uses chrome?

    languagemodel should be an OS service..

    • kgeistan hour ago
      Electron uses Chromium and nothing prevents them from disabling it, if it ever ends up there.
  • dwedge4 hours ago
    Man the longer all this crap goes on the more I realise Stallman was right
  • tim-projects3 hours ago
    I use brave. Firefox doesn't work in my qemu VM with (none pass through) hardware acceleration, it just crashes the VM.

    Brave has always just worked for me and seems light on memory usage. Dunno why anyone would use chrome.

  • pezgrande4 hours ago
    If anything I am glad a bit of shift to local llm's. Their gemma4 is pretty powerful for such small model so I guess that's what they are delivering.
  • 2 hours ago
    undefined
  • bartread3 hours ago
    On one level, I can't figure out how bent out of shape to get over this (but read on). Software I use downloads updates all the time, adds new features all the time, and I mostly don't ask for any of it.

    So if you see this as just a new feature that provides some on-device AI, it's a bit, so what? A new feature? The last GT7 or Flight Sim patch was bigger than this, what's the big deal, etc.

    However, that's not really what's going on. It theory Chrome gives you a local LLM that can provide local AI powered features. In practice, everything gets sent to the cloud anyway so the local LLM seems mostly to exist as a disguise for that, which is shady AF.

    As others have pointed out, the solution is https://www.firefox.com/. And whilst it's been trendy on HN for several years to slag off Firefox and Mozilla, I went back to Firefox as my daily driver several years ago, and Chrome's high-handed enforcement of Manifest V3 extensions (meaning no full fat uBlock Origin) has only served to cement that decision.

    It's mostly been great. The only downside is that some sites don't work properly on Firefox, and I'm 99.999% sure that's not Firefox's fault.

    For example, Paypal's post-login verification step breaks so every time I want to buy something using Paypal I have to switch to Chrome. And, no, disabling uBlock Origin and other extensions on Paypal doesn't help - I've done this already. Seriously, Paypal, it's been months: will you please just fix signing in and paying on Firefox, please?

    And many sites will assume you're a bot first and ask questions later if you hit them with anything other than Chrome or Safari... which is also extremely lame and scummy.

    • projektfuan hour ago
      Weird, I access PayPal through FF all the time. It's probably one of those weird geographical differences or something. One thing I did see is that at least one site (AliExpress) doesn't initiate the redirect after the payment, but still accepted the payment.
  • kushalpatil073 hours ago
    I was working on on-device AI for 3 years. This was the prime idea we were exploring, how can someone undercut the OS providers and ship an LLM that other apps can also use on-device. Like if meta decides to do this, it can serve an API to all mobile app companies for an on-device LLM long before the OS is there. This is Google's way of reaching LLM distribution on laptops, since they don't have their own
  • sigmoid104 hours ago
    One upside to this is that it doesn't use Gemma and instead uses Gemini. So at least for Gemini Nano (apparently called XS internally by Google) it means that the weights are now de facto open and you no longer need a current Android phone to get the latest and best model in this class. This also makes it the only open American frontier-level model right now.
    • HumanOstrich4 hours ago
      Can you provide any sources for that? I'd like to learn more about this open frontier model.
      • sigmoid103 hours ago
        Sources for what? The pareto frontier of LLMs? How Google is pretty much on the line with most of their LLM products? Or this particular model? For the first two you need to look for size/cost vs. accuracy charts. There are tons of them floating around. For the latter there is not much official info except what you can infer by analyzing the weights.bin file that Chrome downloads. But it does mention Gemini in there, so it seems pretty obvious that it is from their proprietary line of models.
        • lxgr3 hours ago
          Just because it's called Gemini doesn't mean that it's somehow automatically as comparable with the frontier of small models as well, does it?
          • sigmoid102 hours ago
            All Gemini models sit around the frontier, especially if you go to smaller sizes. Google is actually more invested into efficiency than size unlike some of the other big providers.
            • lxgr2 hours ago
              Do you have any benchmark details on the on-device Gemini models? I haven't found a lot of public information on these.
        • HumanOstrich3 hours ago
          Sources for your claim that the model being downloaded to Android/Chrome is Gemini instead of Gemma. Other than downloading the bin file myself and analyzing it lol.
          • sigmoid102 hours ago
            How about Google itself?

            https://developer.chrome.com/docs/ai/prompt-api

            >With the Prompt API, you can send natural language requests to Gemini Nano in the browser.

            • HumanOstrich2 hours ago
              Thanks. Looks like the current Gemini Nano is actually a separate model with the Gemma 3n architecture that has been distilled from Gemini 2.5 Flash[1].

              Also, the next version of Gemini Nano will be based directly on Gemma 4 (so not distilled, not Gemini at all except for the name)[2].

              So no, it's not a frontier model. Those don't run on your phone or in your browser.

              [1]: https://developer.android.com/blog/posts/ml-kit-s-prompt-api...

              [2]: https://android-developers.googleblog.com/2026/04/AI-Core-De...

              • sigmoid1017 minutes ago
                Oh, now I see your problem. You confused the pareto frontier with the pure scale frontier. They are very much not the same.

                Also, distillation is how most of these smaller models are made from the biggest models. That process largely defines the frontier along most of the curve.

            • 2 hours ago
              undefined
    • 3 hours ago
      undefined
  • peterspath4 hours ago
    Good time to try Orion! https://orionbrowser.com
    • zihotki2 hours ago
      Better not, it's too buggy and sluggish, it's more in a beta stage on desktop. I've been using it for the last year but not anymore.
  • kasabalian hour ago
    > The pattern was: install on user launch of product A, write configuration into the user's installs of products B, C, D, E, F, G, H without asking. Reach across vendor trust boundaries. No consent dialog. No opt-out UI. Re-installs itself if the user removes it manually, every time Claude Desktop is launched.

    God, I'm SICK of this AI slop style. After ingesting terabytes of pirated books you'd expect a little bit more variety in it's writing.

    • kgeistan hour ago
      Like 2/3 posts on HN now have this "No X. No Y. No Z." pattern. It's one of strong signals for me that the author didn't bother and just copy pasted their LLM's output as is. And the LLM mostly likely was pointed at some other resource to write the article, and I'd rather read the original. I think HN needs a policy to replace AI slop articles with the original articles/announcements etc. once detected, and technically the guidelines already cover it: "Please submit the original source. If a post reports on something found on another site, submit the latter."

      >After ingesting terabytes of pirated books you'd expect a little bit more variety in it's writing.

      I think it's the result of post-training. The original base model most likely had a less slopy style. This style is what AI companies think is a good style (they specifically train for it).

  • tzury4 hours ago
    Well,

        npm install …
    
    did worse
    • toyg2 hours ago
      that's a willing act - you are actively asking npm to download something, and accepting it might be terrible for you.

      Here chrome is just installing things behind your back, whether you really want it or not.

      • yearolinuxdsktp31 minutes ago
        Never use “npm install”, only “npm ci”. Using “npm install” is a willing act to run fresh exploits.
  • jve4 hours ago
    > At Chrome's scale, the climate bill for one model push, paid in atmospheric CO2 by the entire planet, is between six thousand and sixty thousand tonnes of CO2-equivalent emissions, depending on how many devices receive the push.

    Environmental analysis for operations? Not a fan of thinking in such terms.

    > For users on capped mobile data plans, particularly in regions where smartphone-as-only-internet is dominant (much of Africa, much of South and Southeast Asia, most of Latin America), 4 GB of unrequested download is on the order of a month's data allowance, vapourised by Chrome on the user's behalf. Google has not, to my knowledge, published any analysis of the welfare impact of this on the populations whose internet access is metered.

    THIS is a valid concern. Otherwise I'm not buying into "ask for consent because of dependency X". Users don't like questions/consents.

    However OS (at least windows) has an way to set network connection as a metered so software can make informed decisions. Also Android has "Data Saver" function which should also be honored by software.

    • PatronBernard4 hours ago
      > Environmental analysis for operations? Not a fan of thinking in such terms.

      Why not? It's about 60 000 London - New York City flights by the way (https://www.theguardian.com/environment/ng-interactive/2019/...). And what's the benefit again?

      • 4 hours ago
        undefined
    • pu_pe4 hours ago
      Some parts of the anti-AI movement are becoming so unhinged that now any use of compute is considered an environmental threat. This degrowth mentality needs to die.
      • wartywhoa234 hours ago
        Should I reminder you what unlimited growth means and how it ends up in biology? Society/technology is no exception.
        • pu_pe4 hours ago
          No need for unlimited growth, just normal sustainable progress like the one that allows you and me to communicate here after centuries of technological progress.
          • PatronBernard4 hours ago
            Ah yes, sustainable progress, like we're doing now?
          • vrganj4 hours ago
            The "normal sustainable progress" has already pushed us to the brink of extinction. AI is rapidly accelerating our resource use, with nothing good to show for it.
            • lxgr2 hours ago
              How exactly are we "on the brink of extinction"? ("We" as in humans; many other species are obviously not as lucky.)

              We are probably on the brink of very bad consequences for a signification fraction of all humans (up to and including all of them, to some extent), which is a huge problem that needs to be addressed.

              But what do you gain by incorrectly labeling that as "extinction"? Because you do definitely lose credibility for it, similarly to everybody using hyperbolic language such as "boiling the oceans" etc.

      • farfatched4 hours ago
        If it's emissions they worry about, then it's anything emitting.

        Are they against washing machines too? Or are they just grandfathered in?

        • pjc503 hours ago
          This is literally why the EU mandates appliance energy efficiency.

          It's never a binary thing. "Is using energy good or bad?" is a stupid question which can only provide stupid answers. It has to be placed in the context of whether it's proportionate to benefit.

          Things which burn a lot of energy for little benefit - and in the case of AI, often negative benefit - end up more towards the "bad".

        • zekrioca4 hours ago
          Don't be disingenuous. Not all energy is created equally.
          • newtonsmethod3 hours ago
            Are we back to magic water and magic soil? Does the energy have some morality attached to it?

            The emissions per kWh of energy used in providing internet downloads probably is similar to that per kWh of energy used for washing clothes.

            • Aachen28 minutes ago
              You're not seriously trying to explain that a kWh is equal to a kWh. Why not cut the crap? Are you trying to say washing clothes is of equal importance to convenience features in a browser, given that we can use each clean kWh only once? I can't tell what you truly mean like this
      • vrganj4 hours ago
        Our planet is literally dying.

        The oceans are boiling [0], marine life is dying [1]. Land close to the water will be land under water soon [2]. The ice caps are melting and setting free all sorts of diseases. [3]

        Large parts of our planet on fire all the time now, here's one from Australia from this year [4], but I'm sure you've read about wildfires in Australia last year, California every year, Greece last year etc etc.

        What you're proposing is nothing short of a death cult. It's either degrowth or we all die, sacrificed at the altar of capitalism.

        [0] https://www.theguardian.com/environment/2026/jan/09/profound...

        [1] https://www.nature.com/articles/s41559-026-03013-5

        [2] https://www.nature.com/articles/s43247-025-02299-w

        [3] https://www.unep.org/news-and-stories/story/could-microbes-l...

        [4] https://phys.org/news/2026-01-australia-declares-state-disas...?

        • jve3 hours ago
          Have you ever made a decision to NOT download something, turn on your computer, experiment, etc based on your perceived impact on the planet?

          I mean this should (and is) be tackled at the source: 0/low emission energy generation and not consumer having to think about these decisions. Sustainable data centers using renewables etc. But not that the companies should associate/evaluate/consider bytes downloaded with environmental impact.

          • Aachen22 minutes ago
            > this should (and is) be tackled at the source: 0/low emission energy generation and not consumer having to think about these decisions.

            Until we're at that point though, the 'winners' in this market society (that wield unimaginable amounts of money = resources) such as Google could certainly think about consequences of their choices. And they usually do to some extent, I'm not saying they don't, just that electric supply and demand has two sides to it

        • pu_pe3 hours ago
          Why do you attribute to capitalism an issue that is much more fundamental than it? People want more stuff and better lives, it's as simple as that. Even hunger/gatherer societies brought themselves to extinction multiple times in the past, and I doubt the USSR would have fared better against climate change.

          Technological progress is also societal progress. If we embraced degrowth in the 1800's (there was a ton of pollution back then, and a Malthusian belief in disaster!) we might not see slavery being abolished or women being able to vote.

          • Aachen26 minutes ago
            > People want more stuff and better lives, it's as simple as that.

            Not everyone wants this at the cost of others. It's not as simple as that / not a necessary consequence of our desire to find clever solutions to solve everyday inconveniences

          • vrganj3 hours ago
            Because capitalism ties together better lives an ideological belief in unbounded growth.

            Will people's lives really be better once they're drowning or choking on wildfire smoke? But hey, at least they had cheap junk!

            It's possible to have better lives as well as societal progress without endless growth. Technological progress, too, doesn't have to mean burning our oceans. We just gotta actually think about the costs and consequences of our actions.

            Not every technological development is inherently good. Sometimes the cost is not worth the result. I posit the cost of AI so far has been astronomical, higher than anything else in living memory. The results on the other hand have been rather middling.

            This is my issue. A cost/benefit analysis, not a strict no to progress.

    • SwellJoe4 hours ago
      I know it takes extra steps to make Android perform OS or app updates over LTE. I doubt it's downloading a 4GB model over LTE unless the user has chosen to perform updates over LTE.
    • mschuster914 hours ago
      > However OS (at least windows) has an way to set network connection as a metered so software can make informed decisions. Also Android has "Data Saver" function which should also be honored by software.

      Unfortunately, that automation is unreliable. It doesn't work across operating systems - Windows laptops won't enable data-saver mode when connected to iPhones and macOS laptops won't when connected to Android phones, and neither will enable it when connected to, say, public transport wifi.

      And even if the OS has the information, websites can't reliably use it either. Firefox and Safari both don't implement the NetworkInformation API [1].

      [1] https://developer.mozilla.org/en-US/docs/Web/API/NetworkInfo...

  • farfatched4 hours ago
    If only Chrome had deferred implementing delta updates back in 2009 (?), they could have introduced it along with this to make it a net zero change!
  • shevy-java3 hours ago
    Google abuses users.

    You can also ask why the US government fails to protect the users. Corporate dictatorship at its finest.

  • kotaKat4 hours ago
    Why the hell can't this just be an extension in the first place? Why does it have to be bolted in by default? Why does Google and by extension its employees have this constant need to assault and violate me with this garbage?
  • ulfw2 hours ago
    I can't for the life of me understand how this browser has become the world's most used. It's literally from an ad company.
  • nl3 hours ago
    I think this is a bad framing.

    Javascript running on a page can use a feature that requires a model to be downloaded.

    I have pages that use it, or other LLM models via LiteRT or HuggingFace transformers.js.

    I try to warn the user, but that is my responsibility as a page author. I like that this is enabling the web platform to remain competitive.

    The author is pulling a long bow by trying to claim this is some GDPR violation. Have they ever used the web? There are inefficient sites everywhere, with autoplaying video etc.

    4GB isn't nothing, but if a page wants to use it then hopefully it is useful to the user!

  • DineshKruplani5 hours ago
    it's so absurd at this point. isn't chrome already so much abused.
  • kshmir32 minutes ago
    Besides the numbers being stupidly overblown, this post shows why Europe is in a unstoppable death spiral.
  • protocolture2 hours ago
    >Google Chrome silently installs a 4 GB AI model on your device without consent.

    Oh my god thats terrible I hope you continue this article in this mode and dont pivot to some unsubstantiated bs claim that makes absolutely no sense...

    >At a billion-device scale the climate costs are insane.

    sigh.

    Imagine if everyone on the planet start using a memory hogging, cpu chugging browser application what a terrible hazard that would be for the climate.

    Oh and it might have an AI component in it.

    This claim is worse than the AI in data centers boiling the earth claims.

    We can measure carbon released down to the watt. If you have an issue with people using power, shut up and talk to your government about carbon taxation/moving to alternative power sources. trying to shame some power users, quite arbitrarily isn't just senseless its self defeating. Its a measurement problem, the second people start getting shaky measurements of what their neighbors are doing, they start trying to shift the blame.

  • TH3F4llen1an hour ago
    That's crazy just another reason I've been degoogling my phone.
  • skeledrew2 hours ago
    So typical. Just imagining the consequences for someone with chronically low disk space, like me. Luckily I'm a Firefox person, though I use Vivaldi now and then.
  • apexalpha4 hours ago
    I feel this is great in combination with an agent like OpenClaw or Hermes.
  • drcongo3 hours ago
    I can't read the article (503) but does anyone know why someone calling themselves thatprivacyguy is installing Google Chrome?
    • a962 hours ago
      Maybe in order to document a privacy problem with it that they heard about.
  • Hamuko4 hours ago
    This has to be some kind of a limited rollout, since none of my machines have this AI model installed even when Chrome is updated to the latest version. No indication that anything is being downloaded, since after updating to the latest version of Chrome on this machine, I'm seeing <100 kB/s download speeds for the entire system.
  • PufPufPuf4 hours ago
    If only there was an orange canine coming to help us
    • Markoff43 minutes ago
      ...or some Italian composer
  • nsonha4 hours ago
    it also installs an entire remote desktop stack on your computer without consent, and video codecs, and pdf reader... what is new here?
  • cubefox4 hours ago
    I thought using local rather than cloud AI was pretty universally agreed to be good?
    • wartywhoa234 hours ago
      The universally agreed upon good is leaving the choice to use AI or not to the end user.
    • pjc503 hours ago
      There is a secret, third option.
    • zekrioca4 hours ago
      Except these weights are barely used. Read the article.
      • cubefox3 hours ago
        Thanks for reminding, it was a moment of weakness. Here is the relevant quote:

        > the features that do use the local model (Help-Me-Write in <textarea>, tab-group AI suggestions, smart paste, page summary) are buried in textarea-context menus and tab-group right-click menus

  • simianwords4 hours ago
    Sorry but the whole climate angle on this is extremely stupid and needs to be challenged. I have noticed this new phenomenon of people using climate as a trump card to oppose any thing they don’t like.

    The thing about these kind of arguments is that any economic activity or any sort of action involves some load on climate. The magnitudes are important.

    In this case: a single hamburger does the same amount of emissions as 50 such downloads. What’s really the point of this kind of virtue signalling?

    • whywhywhywhy2 hours ago
      > In this case: a single hamburger does the same amount of emissions as 50 such downloads

      Hamburger is usually held up as a grotesque example in climate talk and can't be consumed with a clear conscious so are downloads insanely worse than we thought or is a hamburger not even in the same realm of climate damage as usually claimed.

    • potatototoo994 hours ago
      There is consumer demand for hamburgers. There is no consumer demand for AI, hence how egregious that it also comes with negative externalities.
      • newtonsmethod3 hours ago
        I have to tell you something: there is consumer demand for AI.
        • pjc503 hours ago
          We'll never know, since companies seem determined to make it non-optional.
          • shmeeed2 hours ago
            I for one would love to see someone try and shove hamburgers down everybody's throats in order to increase consumer demand.
  • flanked-evergl4 hours ago
    This is a bit disingenuous. If you install Chrome, you install Chrome and all it's parts. They don't ask your consent for individual parts because that would be absurd. If you don't want Chrome and all its parts, don't use it.
    • mft_4 hours ago
      If I install Chrome, I expect it to take a few hundred MBs and then only take up additional space in a controlled and transparent manner - for its cache, for example. For me, secretly adding 4GB after installation is a bit too much.

      If you're okay with 4GB being added, where would you draw a line? What if it downloaded a 40GB file? 400GB?

      • flanked-evergl2 hours ago
        Personally I draw the line where Chrome becomes worse than alternatives, and then I switch.

        Lately Firefox has been getting better, but I still prefer Chrome for almost all my needs, so I stick to it. This barely even makes a difference to me. If it was 400GB however it would make a difference to me, and I would make more of an effort to switch to something else.

        • Markoff42 minutes ago
          I fail to see scenario where Chrome is better than almost any Chromium alternative with exemption of Google account sync.
    • SwellJoe4 hours ago
      Chrome is the default browser on Android.
      • yoz-y4 hours ago
        One would imagine that the model could be shared on Android and not be part of chrome. Maybe this way it’s simpler or is compatible with regulations.
  • elashri4 hours ago
    [flagged]
    • bluehex3 hours ago
      I use Firefox as my main browser but occasionally run into Chrome requirements for certain web apps so end up begrudgingly installing it. I'm in the habit of going straight to the chrome flags page and turning off all this junk exactly because disk usage of chrome is ridiculous otherwise.
      • 0xEF3 hours ago
        I did the same thing, but realized I was contributing to the problem. If a web app requires Chrome for full functionality, then us switching browsers is giving them permission to continue and expand their invasive practices.

        These days, I just navigate away from anything that demands I use Chrome "for best results." One of the sites for a local utility company does this, so instead I just call monthly and pay or manage my service by phone. I'm old enough to remember when that was the preferred way after mailing personal cheques went the way of the dodo, so it does not feel that inconvenient to me, but I can see where it might for other people. Still, nobody said the fight to regaining our agency online would be easy. Or convenient.

      • 2ndorderthought3 hours ago
        What's another 4gb of disk space when computer hardware prices are soaring into unobtanium?

        I hate how much companies don't care about efficiency or their customers. It's like windows 11 requiring like 2 more GB of RAM just to see your desktop, what an upgrade, yuck.

      • Hamuko3 hours ago
        Like what?

        I think the only time I've ever had to use Chrome instead of Firefox was because of some USB device thing that worked inside Chrome. Otherwise everything just works in Firefox.

        • Y-bar3 hours ago
          The sites my colleagues and I produce. They consider Chrome === Standard and everything else a deviation for which they may begrudgingly fix obvious bugs in once pressed. It's seldom that entire sites will break in other browsers, but instead they simply do not work in some ways like modals sometimes breaking, or XHR requests failing, or performance being bad.

          It's frustrating.

    • 2ndorderthought3 hours ago
      Yea. Anyone still using chrome at this point must really love getting emails about class action lawsuits from Google. My god.
    • lmf4lol4 hours ago
      I am using Firefox for years now. It's such a splendid experience.

      I can recommend the following extensions:

      - Youtube Enhancer

      - DuckDuckGo Privacy Essentials

      - Cookie Auto Decline (a MUST for Europeans)

      - Slop Evader

      - No Gender (a MUST for Germans)

      Its a totally different browsing experience than what most people have.

      I recently watched my kiddo looking something up with Edge on her laptop. I had to interfere and install Firefox. It was ridicolous!!! The amount of spam on the screen. How people can cope with this is beyond me. Especially if the solution doesn't cost anything. Just Firefox + some free extensions.

      edit: because people asked about the No Gender extension:

      Germany didn't have “gendered” language, until it was introduced some years ago.

      Imagine the sentence: The teachers explain to their pupiles that the managers work only for the shareholders.

      in regular German, it would translate to:

      Die Lehrer erklärten den Schülern, dass die Manager ausschliesslich für die Anteilhaber arbeiten.

      In gendered German, it became:

      Die Lehrer:innen erklärten den Schüler:innen, dass die Manager:innen ausschliesslich für die Anteilhaber:innen arbeiten.

      For me, it ruins the reading experience.

      • MaKey4 hours ago
        For me the most important extension is uBlock Origin. It's worth switching to Firefox for this alone.
        • onemoresoop4 hours ago
          Without your ublock origin browsing the net is quite horrible these days
          • FridayoLeary3 hours ago
            Youtube is virtually unwatchable without it. I honestly have no idea how most people cope. Truth is, even with an adblocker there's so much rubbish on the page that gets in my way. Invidous is much better but it's too unreliable.

            Sites that autoplay a video, which follows you as you scroll are the worst.

            • MaKey3 hours ago
              I like the Unhooked extension. You can select which parts of YouTube you want to remove (e. g. Shorts). My start page is empty, I need to visit the channel pages to watch their videos.
        • freedomben3 hours ago
          Or for real control, uMatrix (yes there are madmen like me still stubbornly hanging on)
        • yubblegum2 hours ago
          that + NoScript. That latter is a must for me.
      • qsera4 hours ago
        Firefox added split view where you can look at two (or more) webpages side by side. This is a lifesaver when you have to fill up a form looking up stuff from another page!
        • echoangle4 hours ago
          Isn’t this kind of the job of the OS windowing system? It’s maybe slightly nicer to share the window chrome for two tabs but it’s not like looking at two browser tabs in parallel was impossible before.
          • Cthulhu_4 hours ago
            Yes, and both Windows and MacOS have features to put things side by side... but they're not very intuitive and may require multiple inputs to achieve what the browser(s) do with one or two presses. On MacOS you have to long-press the "maximize" button, for example. I forgot that was a thing before reading this actually, but then I use the third-party tool Rectangle for window management.
          • qsera3 hours ago
            Sure, but this is a lot nicer because when they are separate windows, and you have more windows, and if you have to alt-tab to check something else, it is a bit flow-breaking to bring these exact two windows back on top.
          • yazantapuz2 hours ago
            Yes, but they are grouped under one single tab, so for me at least is more easy to alt-tab to other app and return to the split view.
        • ButlerianJihad4 hours ago
          Chrome does this split-screen. Web browsers are operating systems, for all intents & purposes.

          Ask any Emacs evangelist.

          • 2ndorderthought3 hours ago
            I love my emacs brothers and sisters but yea. If you are running docker emacs and a web browser you basically have 4 OSs running at the same time
      • tomtomtom7774 hours ago
        Can you explain what the "No Gender" extension is about and why it is a must?
        • MaKey4 hours ago
          It removes gender speech (Leser*innen becomes Leser), which can be awkward and hurt the reading flow.
          • mmyrte3 hours ago
            It seems like you would lose meaning by automatically replacing words, no? Why would you want to censor your internet experience, just because you find someone else's use of language awkward?
            • MaKey3 hours ago
              It's still the same word, just as generic masculine. Gender speech isn't part of the German language but an add-on with no standardization (that's why there are multiple different approaches). Apart from looking awkward one of the main criticisms is that it hurts the reading flow. Following that point the extension improves the reading experience.
              • mofeien3 hours ago
                To prevent accusations of "masculinism" or sexism and to have a stronger case on having the goal to improve readability the add-on could include an option (or even make it default) to replace by generic feminine instead.
                • MaKey3 hours ago
                  The times where you have to try to appease small but vocal perpetually outraged groups are over. The German language has no generic feminine so adding it to the extension would contradict its goal.
                  • ben_w2 hours ago
                    > The times where you have to try to appease small but vocal perpetually outraged groups are over.

                    Zwei Punkte: erstens, nein, such times are never over. Only thing that changes is who is outraged and by what.

                    Zweitens, you're a demonstration of this right now by caring. To be clear, I'm not criticising you for this, you're allowed to care about stuff, but you're literally promoting an extension that rewrites someone else's word choice because you don't like it. Es ist dasselbe, und ist gründlich no different to how English Sprachbewahrer complain about the split infinitive in Star Trek's "to boldly go" or common use of the phrase "very unique" (unique means one-of-a-kind, how can you be "very" that?)

                    > The German language has no generic feminine so adding it to the extension would contradict its goal.

                    Die deutsche Sprache ist keine constructed language like Esperanto, whose rules come from a book, it's a natural language whose rules are discovered by observing those using it. As people change what they say and how they say it, so too does language change over time.

                    The German language is what those using it, do. On the basis of the political adverts I see around here, this includes the conservative CDU borrowing die englische Phrase „Made in Germany“: https://www.cdu.de/aktuelles/cdu-deutschlands/mainzer-erklae...

                  • mofeien2 hours ago
                    The goal as stated on the extension page is to improve the readability of texts by replacing :, *, _ forms. So some customizability to the user's wishes would be quite nice.

                    My calculus textbook (Königsberger, 2004) in university used alternating generic masculine and feminine in its exercises, which I found a delightful use of language.

            • lmf4lol3 hours ago
              Germany didn't have “gendered” language, until it was introduced some years ago. It’s a terrible reading experience and super annoying.

              Imagine the sentence: The teachers explain to their pupiles that the managers work only for the shareholders.

              it was

              Die Lehrer erklärten den Schülern, dass die Manager ausschliesslich für die Anteilhaber arbeiten.

              and it became:

              Die Lehrer:innen erklärten den Schüler:innen, dass die Manager:innen ausschliesslich für die Anteilhaber:innen arbeiten.

              It’s insane.

              • mmyrte3 hours ago
                Forgive my ignorance, but it seems that there is more information in the "explicitly inclusive" form than the "implicitly inclusive" one. Doesn't the existence of the inclusive form allow you to explicitly use a non-inclusive form? So in this case

                Lehrer being explicitly male and Lehrer:innen being explicitly inclusive?

                I appreciate that this seems to be an emotional topic, but if people choose to use language in a new way, would it not be best to not withhold that information from you as a reader? Someone else wrote that it's like using an ad-blocker, but if I were to read an article, I would want to read it in the exact form someone wrote it, no? It's a bit like Americans auto-replacing "fucking" with "f***g" in their browsers to avoid an annoyance, but they lose information in the process.

                • lmf4lol2 hours ago
                  As a German, you don’t really loose any information. it was introduced somewhere in the 2020s and is not (yet) standardized - and probably wont be.

                  We Germans know that the generic masculine includes both genders by default. It’s how we use the language.

              • pjc503 hours ago
                When was it introduced and why? It seems in the opposite direction of travel from many languages, which have been trying to make more gender neutral options available.

                (exception: Chinese didn't really bother with gendered pronouns until about the nineteenth century, due to the need to translate European languages, so some had to be introduced)

                • lmf4lol2 hours ago
                  German feminist are looking for a long time to eliminate the generic masculine form. But unlike English, which allows you to use they/them to refer to both genders - and which i kind of like - German doesnt have such an option.

                  So since my youth, multiple proposal have been put forward, among which the gender-star. Lehrer -> Lehrer*innen, Lehrer:innen.

                  It was never taken seriously, until we got a left wing government (2022 or so) and since then its getting more and more used. Especially in progressive media. Some even speak it. With a short break that represents the star or :. Sounds pretty stupid, but people do it.

                  In my mind, its the ultimate form of virtue signalling :-)

                  but hey. to each their own. I just prefer to ignore it if possible

                  • ben_w2 hours ago
                    It was definitely introduced before that point, I saw people complaining about it back in 2018 when I arrived in the country.
            • bmn__3 hours ago
              People use the extension for the same reason people use other content blockers against advertisement, notices banners, social media widgets and so on, namely not to suffer avoidable annoyances.

              > you would lose meaning

              No meaning is lost that has not been there before.

              > someone else's use of language awkward

              Most would judge that it's not just awkward, but grating.

          • 3 hours ago
            undefined
        • lmf4lol3 hours ago
          I edited my comment to include an answer to your question.
        • mft_4 hours ago
          I'd like to know too. I struggled to understand the description of the extension - is it an anti-woke thing, or some sort of modern approach to German removing the traditional (i.e. non-political) genderisation of some words, or both, or something else?
          • MaKey4 hours ago
            Example: Reader

            In German: Leser (masculine)

            Possible forms of inclusive speech: Leser*innen, Leser:in, Leser_innen

            This extension removes these possible forms of inclusive speech. Arguably they hurt the reading flow and the German language has the generic masculine. However, proponents of inclusive speech feel that the generic masculine isn't inclusive.

          • input_sh4 hours ago
            A bit of both? Imagine every time you read the word "actor", it is instead spelled something like "actor:ress", or "actor_ress", or "actor*ress" (because the separator hasn't been standardised).

            Personally I'm in favour of it, but I will concede that if it's done enough times throughout the text (as German has way more gendered nouns in common use than English) it does come with the downside of breaking the reading flow.

          • plucas4 hours ago
            The first. In German, many words that refer to a person (e.g. Fahrer/Fahrerin, male/female driver) have a plural which is identical to the male singular. For a while now, many writers have used a typographic style to make the plural gender-neutral by writing the male plural, an asterisk, and then the female plural suffix (e.g. Fahrer*innen).

            https://en.wikipedia.org/wiki/Gender_star

            • mft_2 hours ago
              Thanks - that's really interesting, in a weird-interesting way.

              I'm far from an expert in such things, but I'd observed that the approach in English to gendered words (actor vs. actress) seemed to be, over time, to drift towards calling everyone an actor - as a neutral term, to avoid treating women differently, rather than a male term per se.

              In German, from your explanation, it's gone the opposite way - aggressively maintaining the female option because of a dislike of broad adoption of the male version as a neutral default.

              • input_sh33 minutes ago
                It's not "aggressively maintaining the female option", it's just a language quirk. English has a gender-neutral "the" article which you put in front of every noun, German has three different variations of "the" depending on the gender (der/die/das). Literally every noun has a gender, including inanimate objects such as a piece of furniture. "The table" is always masculine ("der Tisch"), "the lamp" is always feminine ("die Lampe") and "the bed" is always neutral ("das Bett"). Sometimes changing the article completely changes the meaning of the word, for example "der See" is the lake, but "die See" can be the sea or the ocean.

                Only living things can have more than one gender and in that case, not only does the article change, but so does the suffix. There is no "singress" in English, only "singer", but in German there's "der Sänger" or "die Sängerin". Calling a female singer "der Sänger" would be grammatically-speaking completely incorrect.

                The only thing that changed fairly recently is that more and more people intentionally try to maintain gender ambiguity when they don't intent to specify a gender, in which case "the singer" becomes "die Sänger:in", or even "der:die Sänger:in" if you want to be even more pedantic.

        • philipwhiuk4 hours ago
          [dead]
      • _blk3 hours ago
        - Ublock origin - decentraleyes
      • ekianjo4 hours ago
        Extensions are a vector for vulnerabilities and malware though. Its happened many times already.
        • bakugo4 hours ago
          Computers are a vector for vulnerabilities and malware. We must all stop using them.
    • shaunpud3 hours ago
      Switched over to Waterfox recently, nice alternative with some added extras for privacy etc.
    • echelon_musk4 hours ago
      The browser with a sidebar AI chatbot? What a simple solution.
      • freehorse3 hours ago
        You don't have to have the sidebar chatbot thing. When mozilla added these AI features, after the update the browser prompted me to whether I want it or not, with the "yes" and "no" being equally easy to select. It did not add them without consent. You can disable all AI features altogether, or you can completely remove chatbot sidebar specifically (with 2 clicks) and have the rest of the features if you want them.

        Gosh most of the time when I read people complain about firefox, it gives me the impression they have not even used firefox.

        • willis9363 hours ago
          That's neat. Firefox has never prompted me on any of my instances and the sidebar is still present. Wish they would ask everyone for consent.
          • utrack3 hours ago
            If you accidentally skipped it, go to Preferences -> AI Controls -> toggle on Block AI Enhancements, it disables everything.
            • kaiwn3 hours ago
              He’s not saying he accidentally skipped the prompt, he’s saying he didn’t get any.
        • blks44 minutes ago
          I would prefer a browser without any ai slop.
        • PinkaDunka3 hours ago
          This is article about Chrome doing something undesirable with AI. Which can be easily disabled by going into chrome://flags. And suggestion is to download Firefox which is also doing something undesirable with AI. Which is also can be easily disabled. Seems both browsers are quite similar in this regard, so suggestion to replace one with another is not very helpful?
          • j-bos2 hours ago
            ff doesn't download models unless you so opt in.
      • 2ndorderthought3 hours ago
        Firefox lets you disable all AI features with 1 setting switch.
    • grebc3 hours ago
      LibreWolf.
    • imcritic4 hours ago
      [flagged]
      • tomhow2 hours ago
        We've banned this account.
        • elashrian hour ago
          Hi Tom, since you are here. It seems that my comment, the GOP is flagged and I think this is a case of flag abuse. Can you help with that?
        • imcritic2 hours ago
          [dead]
    • phatfish4 hours ago
      [flagged]
      • whynotmaybe3 hours ago
        Don't need a VPN for that, a fake moustache is enough. https://news.ycombinator.com/item?id=48018080
      • Y-bar3 hours ago
        Take responsibility for your kids. Talk to them (or ask someone you trust to do it) about what is acceptable in your household and elsewhere.
      • xzjis3 hours ago
        That's really a bullshit argument. First off, there are plenty of technical solutions that allow minors (15-17 years old) to bypass the restrictions: using sites that don't follow the law, using Tor, etc. But furthermore, these measures to restrict access to porn are counterproductive for sex workers, because it makes their situation more precarious, and they only exist to weaponize the "think of the children" narrative in order to push draconian laws and social control. Soon it will be social media's turn, and then the entire internet asking for an ID. This isn't just an empty "slippery slope" argument, it's exactly what regulators are currently doing in all Western countries.
      • lionkor3 hours ago
        Won't someone think of the kids! Not the parents, no, they should be increasing shareholder value. /s
    • qurren3 hours ago
      ... and it takes up 50% CPU on 16 cores just to run a video call. Laptop battery drains in 30 minutes.

      Chrome doesn't do that. I literally can't use Firefox anywhere I don't have a power socket.

      My laptop also becomes a toaster.

    • dwedge4 hours ago
      Oh is this the browser by that company that are funded half a billion dollars a year by Google and want to become an advertising company[1] and wants their browser to become a modern AI browser[2]?

      [1] https://www.jwz.org/blog/2024/10/mozillas-ceo-doubles-down-o... [2] https://blog.mozilla.org/en/mozilla/leadership/mozillas-next...

      • lionkor4 hours ago
        Yes, that one! It's great, I can recommend it.
      • frereubu4 hours ago
        ... that recently added a setting which allows you to entirely disable any AI enhancements? https://support.mozilla.org/en-US/kb/firefox-ai-controls#w_b... I mean Mozilla / Firefox aren't perfect but it's a hell of a lot better than Chrome and this comment does feel a bit like the perfect being the enemy of the good.
      • ranger_danger4 hours ago
        Please feel free to suggest a better alternative.
        • nickvec4 hours ago
          • Xmd5a4 hours ago
            it's just arc-browser repackaged, isn't it?
            • Cu3PO424 hours ago
              While it is certainly inspired by Arc, it doesn't share any code. Arc is proprietary and Chromium-based, Zen is Open Source and Firefox-based.
            • figmert3 hours ago
              It is not. It is Firefox but with an Arc-like workflow.
        • dwedge4 hours ago
          Not being able to suggest an alternative for Chrome doesn't imply that Firefox is a good alternative.

          On GrapheneOS they recommend Vanadium - a more secure Chromium fork - and specifically recommend against Firefox, but that's on mobile.

          • Sayrus3 hours ago
            > Gecko doesn't have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox/Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android.

            > The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.

            Context is definitely interesting to have with your statement (From https://grapheneos.org/usage).

          • freehorse3 hours ago
            Firefox _is_ a good alternative to chrome, though, by the arguments OP brought. What OP complained about are even worse in chrome.

            FF is largely funded by google money? Chrome _is_ google.

            FF invests in AI features? Google invests even more in AI features and shoves them to you without consent (which ff asked me for after upgrades).

            Maybe FF is not perfect or great or whatever by one's point of view, but it _is better_ than chrome, at least regarding these arguments.

            • dwedge3 hours ago
              That's fair and true. I guess my issue with Firefox is that Google is obviously Google, and you know what to expect from a company like that. Mozilla is pretending to be an underdog while at the same time they are Google by proxy - aiming to bring more telemetry, more advertising, more AI and doing it with Google's money which they take partly so that Google can say they aren't a monopoly.

              It's the sneaky ways that Firefox are Google that bother me. Above you said that they recently added a switch to disable AI - only after backlash (though I have to admit that the original blog post said there should be an option to disable it). I also dislike that they are focusing on AI and advertising instead of improving their browser, but that's their decision.

          • _blk3 hours ago
            Graphene user here: Firefox is my standard browser because I like it but mostly because it runs ublock Origin (which again causes me to like it). Vanadium I use for social media sites so I'm not logged in to those on the primary browser.
        • QuantumNomad_4 hours ago
          • n4r94 hours ago
            Where's the download link?
            • dwedge4 hours ago
              git clone https://github.com/LadybirdBrowser/ladybird.git cd ladybird ./Meta/ladybird.py run

              If you can, run it, report issues and help them develop it.

              • cicko4 hours ago
                Wonderful. My unpaid bills will be so happy waiting for that to complete.
                • dwedge3 hours ago
                  If you're using a computer from any time in the past 20 years or so it's probably capable of multitasking so you can open another browser to pay your bills in the meantime.

                  I'll give myself as an example, between writing that first comment and replying to you, I downloaded and built ladybird on MacOS - it took 25 minutes, most of which was me fixing build dependencies - and here I am replying to you from an alternative browser. Text navigation is a little weird and text boxes are weird, but so far it works.

                  Of course, if building in the background is more effort than you're willing/able to expend, then continue using Chrome or Firefox until others finish the alternative, and then decide if the time required to download, install and get used to a packaged browser is also going to be a hindrance to you paying your bills.

                  • n4r9a minute ago
                    My laptop runs Windows.
        • gempir4 hours ago
          Helium has all the benefits of Chromium but none of the Google bloat or other crazy AI, Crypto, Gaming or whatever ideas other browsers ship.

          Just uBlock Origin pre-installed

          https://helium.computer/

        • airstrike4 hours ago
          FWIW I've recently moved from Firefox to Helium after 10+ years.

          Yes, I hate that it's also Chromium, but no, there aren't real alternatives.

          • ranger_danger3 hours ago
            There are Firefox forks that don't have any AI/advertising/etc. stuff in it.

            There's also WebKit-based FOSS browsers not based on Chromium nor Gecko. Upstream it's maintained by Apple but the open source webkit browsers should not have any questionable features by default.

      • petesergeant4 hours ago
        We Should Improve Society Somewhat
  • chris_explicare22 minutes ago
    [flagged]
  • GaryBluto3 hours ago
    [flagged]
  • lena_vibe5 hours ago
    [flagged]
  • franze4 hours ago
    [dead]
  • raverbashing4 hours ago
    "Oh but the climate costs" Who cares?

    Doing LLM locally is more climate efficient than doing in datacenters

    I stopped reading here because I know this is the ramblings of a whiny person that will contribute nothing, will solve nothing and is occupying space on the internet. Whatever is the climate cost of those kbytes of the page, it seems too much for me

    • zekrioca4 hours ago
      You should have finished reading the article. Stop being lazy and binary-minded.
  • walletdrainer4 hours ago
    > Google has not, to my knowledge, published any analysis of the welfare impact of this on the populations whose internet access is metered.

    This is satire, obviously.

    • mschuster914 hours ago
      Clearly, you've never lived in Germany or other places that still have data caps and slow and unreliable internet connections.

      Yes, 4GB of unintended traffic can absolutely wreck someone's finances.

      • Ekaros4 hours ago
        Or places with collateral damage due to failures of German ISPs and state... That is many other parts of Europe while roaming... 4GB is significant cut of the roaming data allocated...
        • Bender20 minutes ago
          Some time ago friends were pranking each other with 32GB favicon.ico files this was a thing and one of them was on mobile in Germany. Turns out it would keep downloading in the background even if leaving the page. Their account was locked and had a massive bill for roaming charges. That prank went horribly wrong.
  • lobito254 hours ago
    Anyone, voluntarily installing a spy browser like Google Chrome on their devices, deserves this and much more.
    • ainiriandan hour ago
      Sometimes I marvel at how nice it would be to have such a narrow view of the world and other's perspectives and contexts. Life would be so much easier!
    • a962 hours ago
      For many, it's also involuntarily installed (e.g. corporate, vendor etc).
  • derangedHorse2 hours ago
    Does anyone else find the writing in the article to be overdramatic? Including a 4gb is a negligible amount of space for current hardware and Chrome is not known as the browser to run on resource constrained devices. To put 4gb in context, I currently have 2 *tabs* open that nearly take up 4gb. The fact Chrome also has a way to disable this makes it kind of a nothingburger in my opinion.

    > The roughly 4 GB × N devices of disk-storage cost, sustained, on user hardware. SSDs have a per-GB embodied carbon cost of approximately 0.16 kg CO2e per GB of NAND manufactured [18]

    The estimated environmental aspect of the download also seems like an overblown point, noted for sensationalism. There are always hand-wavy numbers involved and I had to look no further than the quote above to find evidence of this. The reference for [18], "The dirty secret of SSDs: embodied carbon", incorrectly links to "Toward Carbon-Aware Networking" and makes no mention of the environmental cost of SSDs. After looking up "The Dirty Secret of SSDs: Embodied Carbon" myself, I was able to see the same methodologies as I was expecting used [1].

    > We conducted an analysis encompassing 94 Life Cycle Assessment (LCA) reports, which collectively quantify the embodied cost of SSDs. Owing to the scarcity of direct and up-to-date LCA studies focused specifically on SSDs. We compiled a dataset comprising LCA reports pertaining to Server, Workstation, Desktop, Laptop, and Chromebook products, all of which feature SSDs

    All these studies rely on metrics extrapolated from layered assumptions and end up being used by those who try to use them as objective numbers.

    [1] https://arxiv.org/abs/2207.10793

    • Zekio2 hours ago
      4gb isn't really a negligible amount, given the amount of desktops and laptops sold with just a 256gb ssd
      • Aachen37 minutes ago
        Exactly. Nand is expensive. I upgraded what my laptop came with but after installing a few games, cloning repositories over the years, various projects I've done, and other regular use, it's perpetually full. 4GB is probably about half the space I have free at any given time

        Which apparently means it'll never install btw, even if I were to run Chrome. Another comment said they check for 22GB free space

    • ElFitzan hour ago
      > Including a 4gb is a negligible amount of space for current hardware and Chrome is not known as the browser to run on resource constrained devices.

      4gb definitely isn’t a negligible amount of space on most people’s devices.

      The quite successful it would seem MacBook Neo has 256GB of storage in its base configuration.

      A MacBook Air and a basic sub $1000 Dell laptop starts at 512GB.

      > To put 4gb in context, I currently have 2 tabs open that nearly take up 4gb.

      You are conflating disk and memory.

      > The fact Chrome also has a way to disable this makes it kind of a nothingburger in my opinion.

      There’s a reason they picked an opt-out model for this, and not an opt-in approach.

      But I also see the point in it. We recently did a hackathon, and I considered relying on Gemma 4 for privacy considerations. The local model could interpret the user’s natural language request and derive less privacy revealing requests to form based on that.

      But then, a web app that shows people a loading screen while it downloads a 4GB model probably wouldn’t be a best-selling UX.

      • derangedHorsean hour ago
        > You are conflating disk and memory.

        I never conflated anything. I said it's a neglible amount of space for current hardware, which I still believe.

        If anything, the fact that I think the amount of space is acceptable for the amount of ram a modern laptop has exaggerates the point.

        > There’s a reason they picked an opt-out model for this, and not an opt-in approach.

        That's the approach they take for most of their features.

        > But then, a web app that shows people a loading screen while it downloads a 4GB model probably wouldn’t be a best-selling UX.

        Which seems to be the motivation of having these local models embedded in the browser's available resources: https://developer.chrome.com/docs/ai/prompt-api