Earlier quoted context omitted.
That’s not how I remembered it. Chrome really was a good browser and I would argue is still a good browser (for now). IE got displaced by Firefox’s predecessors because MS got caught napping - they disbanded the IE team thinking they have won. Firefox simply got outcompeted by Chrome as Google went crazy making it faster and faster. Firefox fell behind often enough that Chrome managed to take almost all of its market…
> Firefox simply got outcompeted by Chrome as Google went crazy making it faster and faster. I disagree - if that was the case then people would be switching back to Firefox now. Firefox got outcompeted by chrome by Google adding a "works better in chrome" button to their home pages.
Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
361–370 of 427 posts
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#362Earlier quoted context omitted.
What did OpenAI do? I know they refused to share their proprietary model even though they're called "Open", is this what you're referring to?
https://news.ycombinator.com/item?id=35960125 Regulatory capture attempts to prevent others from releasing actually-open models.
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#363Earlier quoted context omitted.
> It's actually perfectly fine to lose money; you have to invest before you can start making a profit, and services like Google Cloud can be money printers once they're established. It's not fine if you use a monopoly in one area to buy your way into another. That's one of the core tenets in antitrust (back when it was being enforced, at least).
Google Cloud is quite far from a monopoly...
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#364Earlier quoted context omitted.
I doubt their motivation was "now we want to be evil". Probably more like "evil isn't actually well defined and people keep pointing to this and having dumb arguments about it".
Hint: If there are "dumb discussions" about whether what you are doing is evil, it probably is.
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#365Earlier quoted context omitted.
I mean, you can still lie, it's just made more difficult. Unless i'm missing something, running your OS under a hypervisor with a virtual TPM (or a forked browser with TPM access stubs and custom kernel drivers) still allows you to do whatever you want. It's certainly more difficult, and unreasonably so, but it's still quite possible. While i'm not familiar with Safteynet, i'm sure it's also possible to bypass it tha…
My understanding is that the vendor installs keys in the TPM which can't be retrieved. So no, a virtual TPM wouldn't work, because you don't have the vendor's keys. Or rather, you would be in the same situation as before, because you can install your own keys and then have the challenge of getting third parties to trust you.
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#366Earlier quoted context omitted.
Google Cloud is quite far from a monopoly...
No, it’s using their de facto advertising monopoly to get into a new market (cloud hosting).
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#367Earlier quoted context omitted.
My understanding is that the vendor installs keys in the TPM which can't be retrieved. So no, a virtual TPM wouldn't work, because you don't have the vendor's keys. Or rather, you would be in the same situation as before, because you can install your own keys and then have the challenge of getting third parties to trust you.
They'd have to install them before you even get the parts then, right? Otherwise they'll just install them on your virtual tpm. I know apple does that because they own their own chip fabs and have limited (relatively) production runs, but i don't think google is going to manually etch a unique (and it has to be unique otherwise it'll leak) private key into the silicon of every single tpm for mobile and desktop ever.…
In particular:
"""
If the root certificate doesn't contain the public key on this page, there are two likely reasons:
[It is from an old version of Android, or]
The other likely reason is that the device isn't a Google Play device. In that case, the device maker is free to create their own root and to make whatever claims they like about what the attestation means. Refer to the device maker's documentation. Note that as of this writing Google isn't aware of any device makers who have done this.
"""
In other words, to get into the Google attestation party you have to get your device Google Play certified. Obviously device manufacturers are strongly incentivised to do this.
Edit: If this were to be applied to desktops as well, the obvious approach would be to partner with Microsoft and make use of their trust root, because Microsoft's keys are installed in ~every TPM.
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#368Earlier quoted context omitted.
They'd have to install them before you even get the parts then, right? Otherwise they'll just install them on your virtual tpm. I know apple does that because they own their own chip fabs and have limited (relatively) production runs, but i don't think google is going to manually etch a unique (and it has to be unique otherwise it'll leak) private key into the silicon of every single tpm for mobile and desktop ever.…
Correct, this is what they do. Google requires hardware manufacturers who want to use Play etc to get their stuff signed with their root certificate, which the TPM then verifies. See https://developer.android.com/training/articles/security-key... In particular: """ If the root certificate doesn't contain the public key on this page, there are two likely reasons: [It is from an old version of Android, or] The other li…
Edit: I wasn't aware Microsoft was already pre-signing basically all desktop TPMs, that's crazy. Makes sense thinking about it now, especially with Windows 11 requiring it.
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#369Earlier quoted context omitted.
Correct, this is what they do. Google requires hardware manufacturers who want to use Play etc to get their stuff signed with their root certificate, which the TPM then verifies. See https://developer.android.com/training/articles/security-key... In particular: """ If the root certificate doesn't contain the public key on this page, there are two likely reasons: [It is from an old version of Android, or] The other li…
Ahhh, ok that makes sense, they're in effect replicating Apple's method then. That does mean this can't really work on desktops atm, due to the low amount of pre-signed TPMs there, so this API is only actually unbreakable for Google and Apple hardware owned mobile devices. Which is already pretty bad, and allows them to boil the frog on desktops! Thank you for the explanation! Edit: I wasn't aware Microsoft was alrea…
Re: Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For
#370But, TL;DR: Google and Microsoft have always been ‘evil’. We’re just arguing about which circle of hell they rule over.