“History is written by the victors.” - what I immediately thought of.
“History is written by the victors.” - what I immediately thought of.
If you want the magic explained, here’s a start: https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
Huh, really? I thought there were slightly more women than men, but maybe that depends on the economies etc.
As for your second point, yes, exactly. They don’t reproduce. So it doesn’t matter if many men get one wife each, or if a few men get many wives each, the number of pregnancies won’t change, and the number of pregnancy-related deaths won’t change either. So (again), I don’t see how polygyny helps in this situation.
Edit: This first point was wrong, but the second point still stands.
Polygyny wouldn’t solve the aforementioned problem if we suppose that the birth rate of men and women is roughly the same. If one man has many wives, some of whom even die, then several other men won’t have any wives.
Hardly a surprise, since Windows 10 didn’t need new hardware to run. You could install it on anything.
Not only is that headline’s grammar exceptional(ly bad), for a moment I thought the developer of Control was named Alan Wake. Like, how did they manage to butcher that so badly?
Because you don’t need to have significant experience or rent a VPS in order to do that, and I can respect that. We don’t need to force FOSS developers to become proficient in everything.
What needs to happen is some kind of tool (ideally FOSS) that lets you spin up an actual forum with the same difficulty to set it up as Discord.
That could work too, but for many people, being able to dodge/avoid hits is exclusively the DEX bonus to AC, and they believe it doesn’t have to do anything with hit points.
I’m on two minds about that: On the one hand, it’s true that you’re far better at dodging in lighter (or no) armor. OTOH, I agree with you that experience teaches you to decide where you’re going to get hit if at all. So it might be something like “raise your arm so the strike doesn’t hit your belly”.
I rationalize it as “You took some blows so now you have a better pain tolerance”.
Can you even kill something that’s already dead?
To be honest, I don’t really like it either, which might surprise you considering my last sentence. I just couldn’t resist making a small pun myself.
Got a laugh from me, but I did mean only the ‘a’, not the ‘ar’. I couldn’t think of any other English word with that sound unfortunately, do you have a better suggestion?
Try pronouncing the ‘a’ in pan like the ‘a’ in large, then you’ll end up with a rather well-done pun.
Funnily enough, in D&D 5E that wizard explicitly can cast that spell (if you’re equating Power Word Kill to Avada Kedavra)
I mean, it’s literally the second sentence in that article: Dragon Rider by Cornelia Funke
Wouldn’t 10d10 be something very different? Like, I can get a result of 43 with the commonly used definition of 10d10 (10 dice with 10 sides each), but I can only get multiples of 10 with the die in question.
Sorry, I mistakenly assumed you were talking about disk storage - sure, if you’re designing your own solution, definitely use tags! Although the ones Gmail uses aren’t really portable in my experience, so you’re forced to use their mail client. That, however, is pretty much unavoidable if you’re putting a new spin on established protocols like they’re doing - maybe those changes will get picked up by other clients, maybe they won’t, who knows?
That’s true, but since we’re stuck with the file/folder system for all intents and purposes, you should be able to replicate that behaviour by making those tags part of the filenames (like rent_lease_landlordX.pdf) and searching for (parts of) filenames instead. But yes, a dedicated system would of course be preferable.
Why not just use soft links instead?
I’ve never used Mercurial, but a simple one based on the explanations and my experience with Git:
Locating the branch a commit originated from. If a git branch has been merged into (or rebased on) main or another branch, there’s no way to tell which commit came from which branch. But sometimes I’d really like that information to figure out what prompted a certain change. Without it, I need to use external tools like a ticketing system and hope the other developers added in the necessary information.