• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • The argument is that google uses integration between its own ad network and YouTube to outcompete any similar service. If anyone else tries to launch a video platform and sell ad space to google, which is likely given that google owns the world’s largest ad network, it’s in googles best interest to either give their own competitor an unfavorable deal or to completely lock them out of their ad marketplace.

    If YouTube and google were forced to operate as independent companies it eliminates this conflict of interest.





  • I think we also need levels of PII or something, maybe a completely different framework.

    There’s this pattern I see at work where you want to have a user identifiable by some key, so you generate that key when an account is created and then you can pass that around instead of someone’s actual name or anything. The problem though, is that as soon as you link that value to user details anywhere in your system that value itself becomes PII because it could be used to correlate more relevant PII in other parts of your system. This viral property it has creates a situation where a stupid percentage of your data must be considered PII because the only way it isn’t is if it can be shown that there is no way to link the data to anybody’s personal information across every data store in the company.

    So why is this a problem? Because if all data is sensitive none of it is. It creates situations where the production systems are so locked down that the only way for engineers to do basic operations is to bend the rules, and inevitably they will.

    Anyway, I don’t know what the solution is but I expect data leaks will continue to be common passed the point when the situation is obviously unsustainable