Try flying Spirit—not everyone has money for a normal airline.
Try flying Spirit—not everyone has money for a normal airline.
The Human Horn is a strong aphrodisiac.
Sarcasm is hard to portray sometimes.
The joke is “oh, you almost got us to revisit Reddit because porn”
He’ll have some trouble if he actually tries. Secret service detail for former presidents and all.
I posted that 10 months ago.
That being said, it seems to still work for me.
WMI was introduced in XP (I think? Was it later?) and asking WMI for the version string was pretty common.
The reason there isn’t a Windows 9 is because there was a common test for windows versions that went something like this:
std::string winVer = getWinVerStr();
if (winVer.find(“Windows 9”) != -1)
{
// This is windows 95 or 98
}
A good chunk of older programs would likely have issues.
It makes more sense when I dug into it more deeply, but still—gave me a chuckle.
This is unrelated to this topic exactly, but I don’t know what OpenTofu is nor what it is for, so I looked at the FAQ.
What is OpenTofu?
OpenTofu is a Terraform fork, created as an initiative of Gruntwork, Spacelift, Harness, Env0, Scalr, and others, in response to HashiCorp’s switch from an open-source license to the BUSL. The initiative has many supporters, all of whom are listed here.
This is practically a meme…I have no idea what all of these are (coming from my area of expertise).
It’s not that simple. Let’s say you have 100 revisions of an asset and the change happens on revision 42. Multiple people work on the same assets. If the engine in question (I admittedly don’t know what they use) stores each asset on a per-file basis, it’s a little easier. If not and the environment itself is stored in a monolithic file, it’s far worse.
You’ll need to (at best) binary search for the asset. You pull latest, see the bad content is there, try again with revision 50. See it’s there, try again with 25. It’s not there, okay, 37. Etc etc.
Not only that, it’s very often not as simple as just pulling that revision. “Oh. The asset format changed slightly on revision 40?” Time to pull the entire codebase down. “Asset A is referenced by this asset and won’t work because it differs?” Time to sync the entire codebase & assets back.
Etc, etc.
It most definitely takes a lot longer than one minute to check asset files for changes. That’s like saying you can just pop open 200 revisions of a 300MiB PSD file in notepad and see what change it happened in quickly. I don’t imagine somebody will write in their changelist description “submitting Nazi flag, lol” either.
Definitely a long arduous process to determine it.
If you have the time, you can read the judge’s ruling and explanation here: https://www.washingtonpost.com/documents/f203be39-020c-4f82-a423-96aa20c08e3a.pdf
It’s a very approachable read, no law degree necessary.
It’s not “get fucked” but close enough:
Dear Mr. Robert, you have failed to explain, much less justify, any basis for a stay. I am confident that the Appellate Division will protect your appellate rights.
He’s not. He’s just being a cry-baby and pandering to his base. The square footage claims were a drop in the bucket as far as the evidence is concerned. Read the full judgement here, it’s approachable to the layperson:
https://www.washingtonpost.com/documents/f203be39-020c-4f82-a423-96aa20c08e3a.pdf
In many states, you actually need (liability) insurance to purchase a car. And you can’t get car insurance without a license. Some states have a grace period, but it is required. Even if you only intend to drive it on your own private property. Is it enforceable? Probably not, but it is the law.
Not only that, legally you still need to register your car with the state. I’ll concede the “you can buy cars immediately but not guns” argument, but that really only applies to some states. In Wisconsin, you don’t need to register nor is there any waiting period.
As for the “justified” argument, of course you are justified in those cases—but you can still be charged. Hell, my grandmother had to go to court for driving me (without a license) to the hospital in the 90s.
Genuine question: Why don’t 2A people also complain about driver’s licenses then? I really don’t understand. It’s the same barrier (if not even worse).
Looks like somebody rewrote json to require brackets around keys and to require semicolons? Very likely custom.
He was agreeing with you…