“History is written by the victors.” - what I immediately thought of.
“History is written by the victors.” - what I immediately thought of.
Pseudo-Shrink: “Just reimagine yourself! Be what you need to be! Rebrand yourself as a bishop, then you’ll be happy :-)”
True, but at that point, every website I’ll ever visit and have visited in the past might be a threat, so that doesn’t really matter too much to me.
I’ve got several hits, but none of them have permission to request my location. If I understand the README correctly, that should mean I’m safe, right?
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.
Well, what problems are you trying to solve by having the classes all access each other’s data members? Why is that necessary?
Actually, I wouldn’t be surprised if screenshots are disabled in that app considering the rest, to “stop leaking sensitive information”.
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?
There are pros to this:
If the person you blocked can’t see your posts, they can intuit that you’ve blocked them. Then, they might try and find you on other social media to harass you even further, or shift targets to someone else.
If they can see your posts, they have no idea they’ve been blocked, similar to Reddit’s shadow bans. This might make them think you’re just annoyed or rarely look at your DMs, making them invest even more time to uselessly try to contact you.
Of course, I can see the other side too, that you don’t want them to know about any (new) posts you’ve made; but it isn’t as one-sided as you seem to think it is.
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.
Because I didn’t know absurdism, I read the second one differently at first:
[The] nothing matters.
And I immediately had to think of this gem:
“But it doesn’t do anything!” - “No, it does nothing.”
Depending on the stuffing, I might actually rather take the seat, just because it’s got armrests.
Possible formula: Tax for n-th house = n-th Fibonacci number + 5 * max(0, n - 2). So low numbers like three get penalized by that linear part, and high numbers grow exponentially due to the Fibonacci number.
Huh, interesting… You know, I’ve never really wondered about Humble Bundle specifically, but you’re right, they seem to be selling your run-of-the-mill Steam keys, or at least you can activate them effortlessly in Steam. Maybe it’s a case of Steam themselves handing out keys (instead of the publishers) to increase user retention? I honestly don’t know, this is all just speculation.
I actually didn’t click on your link at first, because I assumed it would just show other stores where you could purchase the whole game instead of a key, so I’m sorry that you had to clarify that.
As far as I know, they do - for Steam keys. If you’re selling your game through other stores, not just a Steam key, there aren’t any demands placed upon you. The OC might’ve been talking about that.
This seems wrong…
10^17 milligrams
-> 10^14 grams
-> 10^11 kilograms
-> 10^8 tons
So it should actually be 553 402 322 tons, which means that we can do it only using the rice produced in 2022.
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.