They didn't have some secret way of defeating 40 bit encryption; anyone could do it. 512 bit asymmetric encryption was also brute forced by a private entity, albeit at a high budget.
Your answer makes it seem like you too missed the point. If a Starlink sends a 1000W signal to Earth, that is 1000W of power that does not heat the satellite.
When you're talking about changed laws, are you referring to the civil case against E. Jean Carroll? And when you are talking about "charges that the banks said weren't even an issue" are you talking about the civil fraud case? No banks were victims in the hush money case, which is where the felonies are from.
This is not exactly skeptical analysis of such an extraordinary claim. I can put the same image on my screen and print a letter like that with no involvement from Tesla.
Twitter has a permanent outage reporting breaking news. Whenever something big happens now, the feed looks like any other day. This didn't use to be the case.
A more sensible way to break it down is by "something you have" (phone or YubiKey), "something you know" (password) and "something you are" (face or fingerprint).
Username and password are both something you know, so they count as just one factor. A card on the other hand is something you have, so combined with the PIN that's two factors.
Seems pretty similar to distributed rate limiting. But it's much simpler to solve the common case of overspending on a single API: give each API the same daily limit with no communication between APIs.
While this may be true, it's a very common problem that people who want to demonstrate how bad a model is fail to provide a direct link or simply state the name of the model.
If I had missed the point I would have given a much broader list of examples. I specifically listed ones that make employees totally redundant rather than more useful doing other tasks.
When these people were made redundant, they may very well have gone on to make less money in another job (i.e. being less useful in an economic sense).
Self check-out stations, ATMs, and online brokerages. Recently chat support. Namely cases where millions of people used to interact with a representative every week, and now they don't.
The chart is super misleading, since the test was obscure until recently. A few months ago he announced he'd made the only good AGI test and offered a cash prize for solving it, only to find out in as much time that it's no different from other benchmarks.
When I'm heading to New Jersey, I often check the Holland Tunnel entrance camera to see whether there's a jam. The intersection only flows well if there's a traffic cop there, which factors into route decisions.
It's literally 4 lines of Python code calling subprocess.Popen to start a PostgreSQL server for a given database directory and connecting to it via a pipe on the filesystem. However, you can't launch multiple concurrent instances like this.