Most bugs aren't going to create any risk for data exfiltration. In most real application servers (which are very rarely written in C or C++ these days), requests are almost completely isolated from each other except to the extent that they interact with a database. If you detect a bug in one request, you just abort the one request, and there's likely no way it could affect others.
This is part of why something like Rust is usable at all; in the real world a lot of logic has straightforward, linear lifecycles. To the extent that it doesn't, you can push the long-lived state into something like an external database, and now your application has straightforward lifecycles again where the goal of a task is to produce commands to manipulate the database and then exit.
Except you usually can because the state isn't completely unknown. You might not expect some field in a structure to be null, but you still know for example that there's no way for one request to have a reference to another, so you just abort the one request and continue.
If you say something like, "$fact $slur $ad_hominem $insult" and then you complain about being censored for $fact, you're being dishonest. We can all see the other shit you said. You're not fooling anybody.
> Data on CDs/DVDs should remain recoverable for millenia (properly stored, even readable).
If by "properly stored" you mean in a cold, dark vacuum, then maybe. Otherwise this is not true in my experience. I've had CD's in temperature controlled storage for 25 years and about 1 on 10 are unreadable. It's my understanding that they oxidize. In theory gold CD'S are immune to that.
It's described in the preliminary injunction linked in the article. I can't seem to copy-paste, but it's multipart test including whether the plaintiff is likely to succeed on the merits, and also public interest. It's under the heading "legal standard." Every part of the test went in WP Engine's favor.
And blocking core contributors with their stupid “Affiliated Checkbox”.
Unfortunately outright lying and saying that “I personally don’t think they voluntarily contribute enough” is “contributes nothing” seems to have been partially successful in seeding the idea.
reply