this post was submitted on 17 Feb 2024
134 points (100.0% liked)

Technology

68864 readers
4069 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 214 points 1 year ago (2 children)

I’m pretty sure that Chrome’s alternative is designed by Google to track you in a way that’s harder to block and gives them more control over the advertising market by forcing advertisers to play along and use their method instead of collecting your data directly. Sure, it’s more private, but it’s still tracking you.

Firefox, on the other hand, is focusing on completely blocking cross-site tracking. They have no incentive to completely block 3rd party cookies as long as there is also a legitimate use case for them, but I guess they will eventually also block them if Chrome is successful in forcing websites to stop relying on them for core functionality.

[–] [email protected] 1 points 1 year ago (2 children)

Not sure how Chrome's alternatives for providing relevant ads are harder to block when you can just turn them off (and examine the data it's collected) in the settings. These systems are what Chrome is able to do at the moment to work towards blocking third party cookies. They do have an incentive to make something that they know works well for them though, I'll give you that.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

when you can just turn them off (and examine the data it’s collected) in the settings

Is that part of the chromium engine which is open source or is it closed source ? Because if that part of the code is not visible it doesn't matter what Google tells you.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

It's part of the open source chromium engine.

Here's how it implements some of the privacy sandbox stuff for example: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/components/privacy_sandbox/

and here's some of the Topics API stuff: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/components/browsing_topics/

Theoretically they could still inject malicious code even if the stuff in the chromium source code looks fine. Given they got sued for their servers still tracking you while Chrome was in Incognito mode (even with the warning every time you open Incognito mode), I'd imagine any injection of code like that would result in another lawsuit (or several). At some point you either have to trust that Google is implementing things how they say they are in the code that they put out or just use a different browser.

[–] [email protected] 2 points 1 year ago (1 children)

I checked your link but as most people I'm not programmer, so we can't check or even remotely understand what Google engineers does. On the other hand, what common people can understand is 'follow the money ́. Google makes most of its money on selling personalized ads, the more data they get on you the higher advertiser will bid.

It would make absolutely no sense, financially, for Google to reduce it's tracking ability and let the user decide which ad they want to see or not.

And at the end Google is a business, money goes in, more money goes out. They could be doing what they claim to do right now, only to change in 2 years when all third party advertiser are bankrupt because they can't use cookies anymore. That's another possibility.

[–] [email protected] 1 points 1 year ago

The way I see it, Google knows that changes are coming to the advertising industry, either through regulations or just public opinion. By doing this now, they can try to get ahead of those changes/criticisms while controlling what systems their advertising competitors will have to operate under. I don't doubt that Google will still have enough data to do relevant advertising, either with the data from these new systems in the browser or the first-party data they have on people through their sites.