They decided that the 14th amendment prohibition on insurrectionists being able to hold Federal office did not apply to Trump because he is not an officer of the United States (despite the fact he holds the "Office of the Presidency"). If that isn't deliberately misreading the actual words of the statute to get the result you want, what is?
This was a unanimous decision by the Supreme Court and I think a large part of it was that an individual state could use this for political gain. As Kagan said during oral arguments: "I think the question that you have to confront is why a single state should decide who gets to be president of the United States..."
The Republican majority on the SCOTUS announced that Trump is immune from all laws, which is insane and not supported by the Constitution in any way, but directly lead to what's happening. If you tell somebody they won't ever be held accountable for breaking laws, why follow them (except for your internal moral compass, and we've established that Trump doesn't have one).
> The Republican majority on the SCOTUS announced that Trump is immune from all laws
This is factually untrue; the Court, in Trump v. United States, 603 U.S. 593 (2024), held that the President has:
(1) absolute immunity from criminal prosecution for exercises of core constitutional powers,
(2) presumptive immunity from criminal prosecution for all official acts,
(3) no immunity from criminal prosecution for unofficial acts.
This is—while still problematic—very far from the President being “immune to all laws”.
Nothing about Apple's naming schemes seems immediately rage-inducing. Sure, their stuff is bland, and I think it's stupid how people refer to doing things "on iPhone" instead of "on an iPhone", but otherwise Apple's products are mostly descriptive. Garage Band has to do with music, Pages is a word processor, iCloud is a cloud storage thing, etc.
But even the Labrador licking his own balls that someone else mentioned would be better than Microsoft at naming things. I'm surprised they haven't changed Windows to Microsoft Azure Copilot Platform .NET 365 yet.
The power creep on their flagship device names is pretty bullshit though. Pretty soon we'll have the "iPhone 20 ultra pro max++ sublime retina unlimited"
Every generation the base iPhone becomes a lower and lower tier product.
Scientific vocabulary is designed to be precise. The reason papers are written the way they are is to try to convey ideas with as little chance of misinterpretation as possible. It is maddeningly difficult to do that - I can't tell you how many times I've gotten paper and grant reviews where I cannot fathom how Reviewer 2 (and it's ALWAYS Reviewer 2) managed to twist what I wrote into what they thought I wrote. Almost every time you see something that seems needlessly precise and finicky, it's probably in response to a reviewer's comment, and the secret subtext is "There - now it's so over specified even a rabid wildebeest, or YOU, dear reviewer, couldn't misundertand it!" Unfortunately, a side effect of that is that a lot of the writing ends up seeming needlessly dense.
Yeah, they are putting two facts together to heavily imply that they are part of a single story, but there is no evidence presented that they are. "UN leaders are gathering!" "There is a huge SIM farm that could disrupt communications!" Both true, but seemingly unrelated. All those car warranty texts have to come from somewhere - this is probably where.
One problem you might run into is that a lot of common plastics are opaque to NIR light, so you might find certain materials gave you strange results (water bottles that appear transparent to the eye would not actually pass the NIR light needed to make the mask layer).
But if it's a LAN API, how exactly will the manufacturer harvest your usage information to sell to third parties? How will they get that sweet, sweet, post-sale monetization?
I know this is a joke, but to just entertain it for a second, if they truly must have telemetry, then why not just have the device submit it anyway?
Local API for control, then submit telemetry via the cloud-version of the API they use for the app.
The obvious answer why not is: it enables people like me to just block the telemetry uploads.
But they can't have it both ways then, they can't make inefficient cloud-based control mechanisms, and then complain when people (ab)use them, because the truth is that that will not stop no matter how many cease and desists they send.
Or the fact that many of the major "security bad press" or "S in IoT stands for security" stories are because such interfaces were made but not properly secured. (see bosch story)
Authentication is something that does need to be solved, that's true, but the device is authenticating to the cloud already, I can promise you any bad implementations that would have happened in a local API is currently in the authentication against the cloud-based management solution instead, it's just less obvious.