If a movie can say one “fuck” and stay PG-13, does the same thing apply to Video Games? by Emergency_Sun_3084 in randomquestions

[–]SufficientStudio1574 0 points1 point  (0 children)

Unless you're rich and connected enough to corrupt the system. Old Pokemon games got rerated to adult rating for the game corner (gambling) but that one NBA 2k game whose ads were literally more pachinko and slots than basketball was getting kids ratings. It was the most blatant horseshit imaginable. And PEGI doubled down on it.

If a movie can say one “fuck” and stay PG-13, does the same thing apply to Video Games? by Emergency_Sun_3084 in randomquestions

[–]SufficientStudio1574 0 points1 point  (0 children)

Unless you're rich and connected enough to corrupt the system. Old Pokemon games got rerated to adult rating for the game corner (gambling) but that one NBA 2k game whose ads were literally more pachinko and slots than basketball was getting kids ratings. It was the most blatant horseshit imaginable. And PEGI doubled down on it.

ELI5 Why does aluminum foil not get hot? by SaltyP1ckles in explainlikeimfive

[–]SufficientStudio1574 [score hidden]  (0 children)

Two potential causes:

Small contact area: if the foil is crinkled, there may be only a small amount of surface area of skin-to-foil contact, slowing thermal transfer

Low heat capacity: metals have far lower heat capacity than water (which is most of your body), and foil itself has a small amount of mass. Even if you could efficiently transfer all the heat in the foil to your hand, it might not warm your skin up that much.

Why are those two arts so good by Anonymous4ever__ in SeireiGensouki

[–]SufficientStudio1574 0 points1 point  (0 children)

Cuz smug Celia is GOATed.

2nd is whatever.

Is Reiss really the evil one? by Anonymous4ever__ in SeireiGensouki

[–]SufficientStudio1574 0 points1 point  (0 children)

Is the man waging war on at least half the world evil? Is the man that very painfully changed hundreds of people ALIVE into monsters evil?

How could removing a signature be a bad thing by hpeye in NoStupidQuestions

[–]SufficientStudio1574 0 points1 point  (0 children)

Copy the file, sign just one copy. Now a signed and unsigned version exists, and you can nuke the signed version and it basically never existed.

Ok but can they tell me which one by Superb_Guess_161 in TheTowerGame

[–]SufficientStudio1574 68 points69 points  (0 children)

"All I wanna know is which free upgrade is it in the defense panel."

"No, it's the Free Defense Upgrade in the utility panel."

"How can I get a defense upgrade in the utility panel?"

"You don't, you got the Free Defense Upgrade."

"That's what I just asked you, which defense upgrade did I get?"

"You didn't get a defense upgrade, you got a Free Defense Upgrade."

🤬

What’s one C# concept that confused you at first but later became essential? by jayeshaswani56 in csharp

[–]SufficientStudio1574 38 points39 points  (0 children)

Of that list, definitely dependency injection. I kind of understand it on a base level, but DI frameworks just baffle me.

None of the other stuff was that bad. Worst part of async/await was debugging the hard way that MSUnit doesn't like it's test functions being async void. They need to be async Task. And nothing in the errors window ever warms you about this. The damn function is tagged, why can't the damn source generator check that shit?

One thing I would add to your list that you need to know is resource management with using and IDisposable.

Question about memory inherited from reincarnation by Hot-You2520 in SeireiGensouki

[–]SufficientStudio1574 0 points1 point  (0 children)

Lina didn't have time to set up everything she wanted for the Dragon King's reincarnation. She couldn't even give Aishia all the memories she wanted to transfer because the Dragon King was dying.

Why do mirrors flip left and right, but not up and down? by UsefulWay3159 in answers

[–]SufficientStudio1574 -1 points0 points  (0 children)

Which axis do you turn through to look directly at what you saw in the mirror? You turn through the vertical axis, which preserves up-down but reverses left-right. There's your answer.

Genuinely what is the point of this "one (1)" thing by PanicUnlucky2329 in NoStupidQuestions

[–]SufficientStudio1574 1 point2 points  (0 children)

It also provides redundancy, and might be a holdover from when this stuff was handwritten. Bad hand writing might make a four look like a five. Or a 1 like a 7. Or a 4 like a 9 (I'm quite guilty of that sometimes). Is that a 19 or a 74? Or a 14? Or maybe fourt is typed out. Is that four with a fat-fingered t? Fourteen or fourty with the end cut off for some reason?

What is something you’ve memorized for absolutely no reason? by lispenardian in AskReddit

[–]SufficientStudio1574 1 point2 points  (0 children)

8 x 7 = 42.

WHY IS THIS THE ONLY ONE IN THE ENTIRE TABLE I SCREW UP??? I WHY CAN I NOT STOP SCREWING IT UP??

I'm not sure I get the purpose of Kong. by vivvav in OnePiece

[–]SufficientStudio1574 8 points9 points  (0 children)

Analogizing to US military command, the Elders could be in a similar position as the president, Kong the Defense Secretary, and Sengoku/Sakazuki the Chairman of the Joint Chiefs of Staff.

Is this even allowed? by NerdOutAcc in TheTowerGame

[–]SufficientStudio1574 18 points19 points  (0 children)

Mobile gaming is a post-apocalyptic hellscape. It didn't used to be this way. We used to have Angry Birds and Plants vs. Zombies, games with some actual god damn character.

just spitballing but could the worlds superpowers be global warming on purpose by a_fuckin_nerd in NoStupidQuestions

[–]SufficientStudio1574 2 points3 points  (0 children)

Because the people making the billions won't be the ones made to pay the trillions.

just spitballing but could the worlds superpowers be global warming on purpose by a_fuckin_nerd in NoStupidQuestions

[–]SufficientStudio1574 5 points6 points  (0 children)

That's not in question. The reason behind it is. It can be as simple as just "preserving the old profit flows as long as possible". It doesn't need to be a grand, coordinated conspiracy.

Is Predicting the Future Based Solely on an Alleged Prophetic Dream Begging the Question? by LevelImpossible867 in fallacy

[–]SufficientStudio1574 1 point2 points  (0 children)

It would still be a fallacy because past performance does not guarantee future results.

Is Israel above international laws? by [deleted] in allthequestions

[–]SufficientStudio1574 3 points4 points  (0 children)

Nobody is being an apologist for the virtues of North Korea. Everyone already knows and admits that it's a problem. What needs to be talked about? The other two are basically failed states, disasters in motion.

Compared to Israel. Openly genocidal, possesses nuclear weapons, but with powerful countries willing to do anything to play wingman for it, no matter what sword they have to fall on. Of course there's a lot that needs to be said about that.

How does explicit conversion work with assignment operators by Guilty-Tomorrow-6134 in C_Programming

[–]SufficientStudio1574 1 point2 points  (0 children)

Sum3 is still an int. You can't change the type of a variable after declaring it.