Earlier quoted context omitted.
>> Because some things only work in Chrome. What things? Looks like an urban myth.
I'm aware of a few things, myself: 1) Google properties 1a) Chromecast 2) a few web-based games that were really pushing the envelope on web APIs and didn't bother testing on Firefox 3) WebUSB, commonly used for some things like keyboard customization apps
Chrome removes claim of On-device Al not sending data to Google Servers
101–110 of 261 posts
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#102It seems to me that adding AI to desktop apps and sending the data back to the mothership for processing is an amazing way to collect data from people who, for the most part, would be completely unaware it's even happening. Heck, most of them think the Internet is Chrome.
I do like how Firefox now has a "prevent future AI integrations" checkbox[0], but I just don't believe it anymore (i.e. that it won't magically `uncheck` itself and then enable features I've not requested/authorized).
Which is why I just used an LLM to help me create a local network admin rule to disable the update engine entirely (this SHOULD. NOT. BE. NECESSARY).
[•] https://www.perplexity.ai/search/b0d3bf5d-7ac7-4d4c-b6c6-32b...>
[0] with a sick darkpattern (for most users to laregly ignore)
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#103Earlier quoted context omitted.
Because some things only work in Chrome. It's a fact. It's terrible. We're the frogs being boiled, over the last decade. People sounded the alarms, but they were looked at like they had tin foil on their heads. Now, it's clear they were right. I'm speaking generally, of course. I use Firefox for all my personal stuff, except for those situations where it doesn't work.
>> Because some things only work in Chrome. What things? Looks like an urban myth.
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#104Earlier quoted context omitted.
>> Because some things only work in Chrome. What things? Looks like an urban myth.
Chrome likes to make up new "standards" and then some websites adopt them immediately. That said, I can only remember two instances of that slightly inconveniencing me in the past, and both times I was inconvenienced by a Google-run website: once upon a time Google Earth refused to work, and once upon a time I couldn't tweak my Google Meet background. Both are no longer the case.
The biggest counterexample I can think of: WebUSB was critical to Chromebooks supporting external devices, but I can see why Safari might not want it. It has Firefox support at last, though.
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#105I know that I'm in a bit of a bubble with this one, but I am surprised there is still anyone using Chrome instead of Brave. I get the dependency on Gmail other Google-specific tools, but the built-in ad blocking and Google-free aspects of it made me switch instantly and haven't look back after years.
Brave started off incredibly sketchy and with terrible reputation, for example https://news.ycombinator.com/item?id=18734999 I haven't ever considered it since and I assume many others are in the same boat.
Chrome has stayed incredibly sketchy from the beginning, when Google gained marketshare by sneaking Chrome into the installer for other products that people intentionally downloaded.
Then Chrome did things like "accidentally" uploading your entire browsing history to Google servers when you signed into Gmail.
Now they have declared war on ad blockers, despite the government warning that ad networks are too big a malware vector to ignore.
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#106Earlier quoted context omitted.
These "clicks" are likely identified as fraudulent and dropped by the ad network. So you still pay the cost of downloading and running all the advertising JS and you still get tracked by the ad networks, all for nothing.
https://github.com/dhowe/AdNauseam/wiki/FAQ#how-does-adnause... You seem more knowledgeable in how browsers and js work than me. Does the below text still mean that AdNausem is downloading and running all the advertising JS? Here's what's in the link: >AdNauseam 'clicks' Ads by issuing an HTTP request to the URL to which they lead. In current versions this is done via an XMLHttpRequest (or AJAX request) issued in a b…
AdNauseam not loading the response to the "click" request makes it trivially easy to flag as fraudulent, because a real click would load and run the response.
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#107Earlier quoted context omitted.
I'm just surprised people use Chrome at all. Google has proven over and over they can't be trusted and will exploit you every chance they get.
95% of people who use Chrome have no clue what browser they are using. They got Chrome when it was bundled with every single installer ever for about a decade (which was so prolific and scummy that Microsoft had to make the "default app" picker system more defensive , because Chrome was abusing it more than microsoft apps were). When you installed Java, you also got Chrome set as your default browser with no interact…
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#108It seems to me that adding AI to desktop apps and sending the data back to the mothership for processing is an amazing way to collect data from people who, for the most part, would be completely unaware it's even happening. Heck, most of them think the Internet is Chrome.
Wasn't that the entire point of Windows Recall as well?
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#109I know that I'm in a bit of a bubble with this one, but I am surprised there is still anyone using Chrome instead of Brave. I get the dependency on Gmail other Google-specific tools, but the built-in ad blocking and Google-free aspects of it made me switch instantly and haven't look back after years.
Brave started off incredibly sketchy and with terrible reputation, for example https://news.ycombinator.com/item?id=18734999 I haven't ever considered it since and I assume many others are in the same boat.
Re: Chrome removes claim of On-device Al not sending data to Google Servers
#110Earlier quoted context omitted.
These "clicks" are likely identified as fraudulent and dropped by the ad network. So you still pay the cost of downloading and running all the advertising JS and you still get tracked by the ad networks, all for nothing.
What metrics does the ad network use to identify the clicks as "fraudulent"?
Another reply pointed out that AdNauseam just makes an http request to simulate a "click" and throws away the response. A real click would load and execute the response so it's trivially easy for ad networks to detect AdNauseam "clicks".