I was unclear on that as well. WebAuthn uses an extended form of the U2F format, such that if you don't use any of the new features or extensions the two are binary compatible with compatible signatures.
So the U2F bits like authenticator data are in a bespoke format using section lengths, while the newer features and extensions are CBOR.
One could translate the bespoke bits to CBOR, but care would be needed if you want to round-trip back to the bespoke format (e.g. so that attestations could be verified in the future off of the registration record.) Since CBOR isn't really as usable as say JSON as being an abstract object access API, and since CBOR is going to take up more space, I don't think this would really provide value over leaving it in the WebAuthn format for tooling to work on directly.
The problem I would typically have (not just in Shinjuku) was with directions that did not repeat/update as you continued on through junction points. It made navigation more stressful.
From a historic standpoint though Apple came back from near-death because they differentiated by focusing on the consumer first.
While other companies were recycling the same beige boxes meant to be tucked under desks for home use, Apple came out with products in candy colors.
While Microsoft was rolling out new business process tool SKUs, Apple came out with GarageBand and bundled it in for free.
Apple is not the company prioritizing going after a Fortune 500 company to replace their fleet with Macs. So their focus isn't going to be to design products and features to try to get that deal closed.
> Apple seriously thought the iPad would replace computers
...for some users. See their "Mac is a truck" analogy.
And it has. My parents haven't owned a Windows or Mac machine in six years, since they got rid of the one I gifted to them a decade ago. Its all iPad and iPhone.
I suspect this is because the next models are more imminent. Not imminent per se, but Apple doesn't want to be left holding the bag on most of a factory run of 512GB Studios.
Sure, quite often. They usually have a price target in mind, but their costs and margins mean they can't always hit it.
What's rare is that this is a price adjustment on existing shipping models, without a corresponding new model. I remember them doing price drops with a few Intel Macs in 2023, but otherwise the only example that comes to mind is the original iPhone.
> What's the over/under on apple spinning up their own fabs for their own needs in the consumer market?
Darn close to 0%. They generally go after multiple manufacturers for a part rather than trying to become a manufacturer themselves.
They are trying their decades-old playbook of funding creation of new factories. The problem is the manufacturers are already neck deep in trying to expand out capacity, and the demand/price increases likely weakens both of Apple's negotiating factors (guaranteed sales and a source of capital to build out the facility).
The electronic key fob is typically not copyable, so you need OBD-II access to provision a new one even if you have proper equipment.
I do not know the VW app, but other electronic key systems do not require you to have physical access to the car in order to make copies. The keys are meant to be device bound and to have policy (such as I'm giving out access for a week), but that can only be assured via a chain-of-custody attestation system from the boot loader to the app and a hardware attestation that the secure element is proper.
That was with a lot of technical innovation against a static competitor. Firefox isn't in nearly as good of a position when it comes to either technology or resources now.
It would be possible for a surge in contributors to bring it back up to a double digit percentage, but I don't think manifest v3 is going to be the catalyst for that.
What fundamentally makes a box which has a web browser, allows for third party app installs, and can drive them by connecting to a 4k monitor in addition to a keyboard and mouse different than a PC - other than the vendor setting policy such that their store only allows game and media streaming apps?
The nature of temporary waivers makes this untrue per the post you cited - The Open Group only grants them for 12 months, and the post is over a year old.
IMO, the only significant call-out is APFS case insensitivity by default, which makes the default volume a non-conforming filesystem. However, UNIX certification does not forbid you from mounting non-conforming filesystems (such as FAT32). Instead, this means the majority of software which makes certain assumptions about being used with UNIX conforming filesystems in addition to running on a UNIX conforming operating system are at risk of breaking.
Let's just say I have my doubts the author would have written a similar post if the final HP-UX release had "lied" about their certification by shipping with root login disabled by default and ulimit -c defaulting to zero.
Part of the pitch of AI companies is that they mediate and provide a new surface for ads, for taking an affiliate cut of sales, etc.
But it isn't like this hasn't been the long-running strategy for Google as well - provide more results on search so that people don't go to the site with ads, provide paid product results for shopping, to offer more services to keep people providing personal/behavioral queues to Google and more opportunities for ad placement.
If anything, AI turned up the heat such that the frog noticed what temperature the pot was. But that doesn't really put them in a better position to execute than Google.
So the U2F bits like authenticator data are in a bespoke format using section lengths, while the newer features and extensions are CBOR.
One could translate the bespoke bits to CBOR, but care would be needed if you want to round-trip back to the bespoke format (e.g. so that attestations could be verified in the future off of the registration record.) Since CBOR isn't really as usable as say JSON as being an abstract object access API, and since CBOR is going to take up more space, I don't think this would really provide value over leaving it in the WebAuthn format for tooling to work on directly.