Your Office has a license file - you could have bought it or pirated it, doesn't matter. This license file is signed by Microsoft, and Office determines if the signature is correct based on the certificate that is embedded in the Office instance. If the signature is correct, Office trusts the contents of the license file to determine what you can and cannot do.
Starting July 14th, the certificate itself that provides a public key for license signature verification will be no longer valid. So when Office will try to validate the license signature, it will no longer find any matching trusted certificate that is still valid, and conclude that it's not licensed anymore.
Indeed Microsoft can issue a newer certificate with an expiration date set in 2099s, but they wouldn't. So far pirates relied basically on an official method of activation (not a crack). Now we need an actual crack that would either make Office think its certificate didn't expire yet, or skip the signature verification altogether.
If your pirated copy is using "serializer", you're actually using the official Microsoft's way of volume-activating Office, you just obtained it in a yarr-harr-harr way. So it will brick just like official copies would.
We need an actual crack that would patch out the license verification code or at least make it ignore the expiration date or at least make it think it's Jan 1st, 2026 for the whole eternity.
This might be wild conspiracy, but what if OpenAI has discovered a way to make these LLMs a lot cheaper than they were? Transformer hype started with the invention of self-attention - perhaps, they have discovered something that beats it so hard, as GPTs beat Markov chains?
They cannot disclose anything, since it would make it apparent that GPT-4 cannot have a number of parameters that low, or the gradients would have faded out on the network that deep, and so on.
They don't want any competition, obviously, but with their recent write-up on "mitigating disinformation risks", where they propose to ban non-governmental consumers from having GPUs at all (as if regular Joe could just run 100'000 A100s in his garage), so perhaps this means the lowest border for inference and training is a lot lower than we have thought and assumed?
Or you could have CQRS projectors (read models), which solve exactly this - they aggregate data from lots of different eventually consistent sources, providing you with locally consistent view only of events you might be interested in.
It will lag behind by some extent, roughly equal to the processing delay + double network delay, but can include arbitrary things that are part of your event model.
Though, it's not a silver bullet (distributed constraints are pain in the ass yet), and if system wasn't designed as DDD/CQRS system from the ground up, it would be hard to migrate it, especially because you can't make small steps toward it.
Your Office has a license file - you could have bought it or pirated it, doesn't matter. This license file is signed by Microsoft, and Office determines if the signature is correct based on the certificate that is embedded in the Office instance. If the signature is correct, Office trusts the contents of the license file to determine what you can and cannot do.
Starting July 14th, the certificate itself that provides a public key for license signature verification will be no longer valid. So when Office will try to validate the license signature, it will no longer find any matching trusted certificate that is still valid, and conclude that it's not licensed anymore.
Indeed Microsoft can issue a newer certificate with an expiration date set in 2099s, but they wouldn't. So far pirates relied basically on an official method of activation (not a crack). Now we need an actual crack that would either make Office think its certificate didn't expire yet, or skip the signature verification altogether.
reply