Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]

  • 0 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle










  • Companies like Facebook and Google don’t sell user data. This is a common misconception that people keep repeating. Logically it doesn’t make sense: The data is what makes the company valuable, so they’re not going to give that away! If they did, Facebook would just buy Google’s data (and vice versa) and neither would have a competitive advantage any more.

    Instead, they let advertisers target people based on data. For example, an advertiser can specify that their ad should be visible to people aged 20-25 that like computers and live in Los Angeles. You can access Facebook and Google’s ad management products and run your own ads, and see exactly the same system and data that advertisers see.








  • By “switching entirely to HTTP”, do you mean Server-Sent Events, or do you mean polling? I havent tried 0.18.0 yet, but in general polling can end up using far more resources unless you’re doing something clever like passing the last update timestamp to the server and only querying the DB for new content since that timestamp (and timestamps are indexed in the DB).