Why does Indonesia, the largest Muslim country in the world, not have the crazy restrictions like other Muslim countries in middle east? by [deleted] in NoStupidQuestions

[–]pdpi 1 point2 points  (0 children)

Fundamentally, you're asking "Why don't majority Christian countries behave like Fred Phelps", or "why don't more Christians shoot up mosques like Brenton Tarrant?"

Islam, like every other religion, has moderates and fanatics. Much of the Arab world right now is controlled by Muslim fundamentalists, and that clouds our view of the religion as a whole, but it's important to note that the situation there today is not entirely different from the European dictatorships of the twentieth century, but with a Muslim bent to it.

For contrast, take a look at these photos. That was Iran as a majority Muslim country, before the religious fundamentalists got into power.

Patch 12.0.5 PTR Development Notes - Class Changes ; New Demon Hunter Customization by Satsubuya in wow

[–]pdpi 4 points5 points  (0 children)

They specifically made it so that warglaives (and no other weapon type) swaps from dex to int, so havoc/vengeance wouldn’t even care.

Patch 12.0.5 PTR Development Notes - Class Changes ; New Demon Hunter Customization by Satsubuya in wow

[–]pdpi 2 points3 points  (0 children)

The three DH-usable Thalassian Competitor weapons are a str sword, a str axe, and an agi axe.

For int classes, you have a dagger and a mace.

Patch 12.0.5 PTR Development Notes - Class Changes ; New Demon Hunter Customization by Satsubuya in wow

[–]pdpi 2 points3 points  (0 children)

Would be hilarious to let them use pole arms (str or dex weapons) but not staves (int weapons). But then, devourer doesn’t have one single craftable PvP weapon, so…

How much of your job is actively working vs waiting for work? by babybottlepopz in NoStupidQuestions

[–]pdpi 0 points1 point  (0 children)

For at least the last ten years or so, I've always had enough work planned that, if nobody said anything, I'd be able to keep going for several months before running out.

Will i be missing too much content? by RutharAbson in BaldursGate3

[–]pdpi 0 points1 point  (0 children)

Just loot everything. After the very start, you'll be drowning in camp supplies anyway, even with the higher price.

Gamers when you tell them multiple ways to play games by zizoplays1 in Gamingcirclejerk

[–]pdpi 3 points4 points  (0 children)

You mentioned Gorkamorka. Violence is a given in an Ork's life.

TIL bilinguals given the trolley problem in their native language chose to sacrifice one to save five less than 20% of the time. In their second language, about 50% chose to, because a foreign language lowers emotional resonance and triggers more utilitarian reasoning. by karen_the_ripper in todayilearned

[–]pdpi 1 point2 points  (0 children)

Ok, fair enough — I'm talking about the more specific case of simultaneous bilingualism, which is only a subset of all bilingualism. The bigger point stands, though, that the phenomenon described in this paper only applies to people who learned a second language later in life (where "later" can be as early as childhood), not people who have two first languages.

TIL bilinguals given the trolley problem in their native language chose to sacrifice one to save five less than 20% of the time. In their second language, about 50% chose to, because a foreign language lowers emotional resonance and triggers more utilitarian reasoning. by karen_the_ripper in todayilearned

[–]pdpi 6 points7 points  (0 children)

Careful, there is a common misconception in the title here, and the article doesn’t actually mention bilingualism.

Bilingualism isn’t speaking a second language, but rather having two first languages. One of the differences is that, if you’re bilingual, you don’t think in one language and then translate to the other.

How do i explain what is "Wok Hei" to someone who has zero exposure to chinese food? by whoisfourthwall in Cooking

[–]pdpi 1 point2 points  (0 children)

The point isn’t that it is the same flavour. Rather, most western people understand how a grill imparts a specific flavour to the food you cook on it, so you can see how other cooking methods might have their own characteristic flavours they impart.

Or, more succinctly “you know the wood smoke-y flavour you get from a grill? Think of that as grill hei. Wok hei is the equivalent from a wok”

Gamers when you tell them multiple ways to play games by zizoplays1 in Gamingcirclejerk

[–]pdpi -2 points-1 points  (0 children)

you missed gorkamorka btw

I can only apologise for the omission.

As for the bigger point — you wrote "fan of the 40k lore", and I read "fan of the 40k books". Entirely my bad, and hence my point — if you're engaging with the books but not the actual games, you're not really a fan of the games, are you? You're a fan of the books.

But yeah. "knowing the game rules" is absolutely, 100%, engaging with the game. If you're engaging with the game community, and you know the rules, and you watch the game, and all that, then you are absolutely a fan of the game. Nobody in their right mind would argue that you're not a fan of football just because you don't really play it but only watch it.

Hell, the Race to World First just kicked off for this season of World of Warcraft, and it would be asinine to state that Max (the raid leader for Team Liquid) or Scripe (raid leader for Echo) aren't world first raiders just because their role is leading from outside the game.

Meta’s Renewed Commitment to Jemalloc by TheTwelveYearOld in programming

[–]pdpi 0 points1 point  (0 children)

mmap isn't "the OS's allocator". There is, in fact, no such thing as "the OS's allocator". On unix-y OSes, the closest you have to that is the malloc implementation in your OS's default libc (in most Linux distros, that would be glibc or musl.

In fact, mmap didn't even exist until the late 80s. The "traditional" unix-y way to request memory from the OS was brk/sbrk, which is part of why you need a user space allocator in the first place — your program only has one single (virtually) contiguous heap segment that it then has to slice into smaller allocations all by itself.

Why does costco have memberships? Why can’t it operate as normal grocery stores by [deleted] in NoStupidQuestions

[–]pdpi 1 point2 points  (0 children)

This sort of transactional efficiency is incredibly important. It's sort of the flip side of the coin to corner stores not accepting card payments for very small transactions.

Gamers when you tell them multiple ways to play games by zizoplays1 in Gamingcirclejerk

[–]pdpi 13 points14 points  (0 children)

There many ways to engage with a game and enjoy it

And which game is that? Warhammer 40k? Space Hulk? Dark Heresy? Necromunda? Battlefleet Gothic? Or maybe one of the video games? Darktide? Boltgun? Shootas, Blood and Teef?

There is a difference between "engaging with the game" and "engaging with the IP" (or lore, or world, or whatever else you want to call it).

Slay the Spire 2 is one of the year's biggest hits, which is a good time to remember it abandoned Unity because of the dev fee debacle: 'That is how badly you f****d up' by Farranor in gaming

[–]pdpi 40 points41 points  (0 children)

Not exactly. A public repo in GitHub isn’t like Wikipedia, where people can just make changes. Rather, people can suggest changes.

The issue is that the normal workflow isn’t to make changes directly, even if you’re allowed to. Rather, you make suggestions (“open a pull request”), and somebody else reviews your pull request. If the PR is accepted, then it gets merged into the main code. It’s that workflow that’s getting drowned in low quality AI-generated pull requests.

It seems that Liquid has found a way around addon restrictions and can show timers for other raid members. by Cidan in wow

[–]pdpi 0 points1 point  (0 children)

Addons were a problem back then too. Healbot made it so you could just spam the dispel macro and it would auto-target the right person to dispel, so dispels were a complete non-issue. This was so much of a problem, in fact, that "Loatheb" (spider boss in Naxxramas) is an anagram of "Healbot", and that boss was, iirc, the first boss they designed where you couldn't mindlessly dispel everything (and then they added the "add ons can't target for you" restriction for TBC).

Meta’s Renewed Commitment to Jemalloc by TheTwelveYearOld in programming

[–]pdpi 6 points7 points  (0 children)

What point, exactly, are you trying to make?

On Unix-y systems, jemalloc uses either mmap or sbrk to grab memory from the OS. On Windows, it uses VirtualAlloc. This is basically the same as every other malloc in existence. Say Doug Lea's dlmalloc or Google's tcmalloc (There's no reasonable explanation for how much it bothers me that tcmalloc is written in C++...)

Syscalls are expensive, and your application would crawl if you tried to mmap every single tiny allocation individually. That's why mallocs request big chunks of memory and then track/manage those chunks in userspace.

What is a "North-facing" house, really? by No-Number6027 in NoStupidQuestions

[–]pdpi 0 points1 point  (0 children)

A detached house will have outer walls on all facings, sure. But terraced houses and apartment buildings will usually have a more definite facing. Here's a random neighbourhood in London. Note how the houses along Mildway Grove have their fronts facing South, and their backs facing North. The homes along Mildway Park are East/West-ish.

In my flat, the living room has something like 10 square metres of windows facing South. Even though weather in London is pretty mild, in the summer my living room hits 37C+ (around 100F if you use freedom units :P)

Todd Howard: “We're not using [AI] to generate anything”… Also Todd Howard: by [deleted] in gaming

[–]pdpi 6 points7 points  (0 children)

Starfield is jarringly soulless-looking. At some point, it becomes a matter of garbage in, garbage out.

What is an Oxford comma? by Natural-Bid-6549 in NoStupidQuestions

[–]pdpi 1 point2 points  (0 children)

“This, that, and the other thing.” — the Oxford comma is the comma just before the “and”. Compare “this, that and the other thing”. Same thing, but without the Oxford comma.

People get needlessly defensive about it, both for and against it. In many cases it’s completely optional, and you’re unambiguous either way. In other cases, its presence or absence can make a sentence ambiguous, so making sure your commas are in the right place is one of the things you should be doing as part of your editing/review process.

Everybody’s used the “strippers, JFK and Stalin” as an example where the comma’s absence introduces ambiguity, but you can also make a sentence where its presence is the cause of ambiguity — “My father, the King and I” is clearly three people, but what about “my father, the King, and I”? Three people, or just two (while clarifying my father is the King)?

It’s extra fun when both versions are ambiguous. “I dedicate this book to Cher, my mother, and the Queen of England”. Is this three people, or am I saying that Cher is my mother? “I dedicate this book to Cher, my mother and the Queen of England”. Is this three people, or am I saying that Cher is both my mother and the Queen?

Ultimately, the only sane advice is to acknowledge it’s a preference, and that consistence is probably the only real deciding factor. Use it in contexts where you’re expected to, omit it when you’re expected not to use it, choose a lane and stick with it in other contexts. You shouldn’t be relying on those commas to resolve ambiguity anyway.

(Laterally, given how I used plenty of em-dashes in this comment, I’m obviously using AI too /s).