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

help-circle


  • I think there’s some confusion over the intent here.

    Lawmakers in state capitals across the country […]

    So based on this, Google is using “state” here to mean a US state and not the more general meaning of government.

    For large corporations like Google, each state having its own local regulations (e.g. privacy regulations such as CCPA) is expensive because they have to account for different rules in different places, which means whole teams of legal experts just to be familiar with each state’s regulations and interpret what they mean for operating the business.

    It’s also problematic in a technical sense, because on the internet how do you know if a particular user is a legal resident of Texas or Colorado or New Hampshire, and would even knowing that be a violation of their privacy rights?

    So the intent here is to push federal regulation over state regulation, because it makes the legal and technical problems simpler.

    Ultimately this is an argument against the way the Republican party does things, where they reject federal regulations saying that the states should be allowed to regulate themselves and that federal regulation is an overreach. This leads to weaker protections for citizens and weaker enforcement, which is the Republican party’s real intent. Every US citizen should have privacy protections, not just residents of California.






  • What I haven’t seen in the discussions here so far is that Chromium is the web engine that most mobile apps are built on (you don’t build your own special web client to access the server for your app, you just use an existing system for that). Also it’s the engine used for most web apps for embedded/standalone/IoT devices. The Electron application framework has Chromium embedded in it for web access - every Electron app uses Chromium. If your climate control device has a little touchscreen and smart features it’s probably using a web app that runs in an embedded instance of Chromium. Basically any device that has a GUI and links to cloud services is probably doing the same thing.

    Bluntly, when it comes to client-side access to web services, Chromium matters more than Firefox, and anything that happens with it is far more impactful because it applies to a broader context than just people using Chrome for regular web browsing.