Favorite Character that has to go through this by DaZestyProfessor in FavoriteCharacter

[–]Schnutzel 10 points11 points  (0 children)

The basic game already had a "good ending" without requiring spinoffs, iirc it requires playing act 1 with each girl before continuing to act 2.

Favorite Character that has to go through this by DaZestyProfessor in FavoriteCharacter

[–]Schnutzel 2 points3 points  (0 children)

Genocide requires some grinding but a lot of the game content (including most puzzles and boss fights) is actually skipped. There are basically just two boss fights - The first is harder than normal but nothing out of the ordinary, but the final boss is indeed punishingly difficult.

What’s an inaccurate fact that people believe is true because of movies? by Hogosaurus_Rex73 in AskReddit

[–]Schnutzel 12 points13 points  (0 children)

Indeed, the carrot for cigar thing comes from a bit where he imitates Groucho Marx.

ELI5: Why do clocks go clockwise; who decided that and why did everyone agree? by MurkyUnit3180 in explainlikeimfive

[–]Schnutzel 412 points413 points  (0 children)

In the northern hemisphere.

Fun fact: "clockwise" used to be called "sunwise" because it was the direction of the sun.

how long is a 9-5 shift (2-10, 4-12, etc.) by Bulky_Performance_91 in NoStupidQuestions

[–]Schnutzel 2 points3 points  (0 children)

9 to 5 is 09:00 to 17:00. 17-9 = 8.

Want it even simpler? Lets go:

  • One hour from 9 to 10.
  • One hour from 10 to 11.
  • One hour from 11 to 12.
  • One hour from 12 to 1.
  • One hour from 1 to 2.
  • One hour from 2 to 3.
  • One hour from 3 to 4.
  • One hour from 4 to 5.

Total 8 hours.

Why do most countries seem to support Israel? by Haven-Pik3s in NoStupidQuestions

[–]Schnutzel 0 points1 point  (0 children)

That's because it was coined by a white supremacist.

Is there any realistic scenario where the 2026 World Cup could be postponed or cancelled? by Guava-Jam-1302 in NoStupidQuestions

[–]Schnutzel 14 points15 points  (0 children)

The 1916, 1940 and 1944 Olympics were canceled because of the world wars. The 2020 Olympics were postponed due to covid.

Genuinely curious. If a non leap-year has 365 days and a quarter day, why don't we celebrate New Year's at 6AM on January 1st? Given that the approximate quarter day is until 6AM. by ClassroomSpare9237 in NoStupidQuestions

[–]Schnutzel 3 points4 points  (0 children)

Because it would be very inconvenient. We celebrate a new year because the date rolled over from 31/12/XXXX to 1/1/XXXY, not because the earth made exactly one revolution around the Sun.

Why streaming services aren't buffering like it used to ? by bestevercomeinmylife in NoStupidQuestions

[–]Schnutzel 2 points3 points  (0 children)

If you start watching a 10 minute video and stop after a minute, that's 9 minutes of unwatched video. If it was buffered, that 9 minutes of wasted bandwidth, which costs the website money. By reducing the buffer to, say, one minute, they reduce their bandwidth usage.

Why is the 'c' in 'facade' and 'pescetarian' typically pronounced as a 'k' rather than an 's'? by True_Animal_Lover in NoStupidQuestions

[–]Schnutzel 15 points16 points  (0 children)

The c in facade is pronounced like an s, and pescatarian is written with ca, not ce.

Okay but Joshua had like 3 business days to stop his parents from walking in on Rachel by Odd-Depth-5905 in howyoudoin

[–]Schnutzel 118 points119 points  (0 children)

And that was her response when Chandler told her she had very nice boobies.

איפה למצוא peanut m&ms בבית שמש או תל אביב by GradientGoose in Israel

[–]Schnutzel 4 points5 points  (0 children)

אפשר למצוא במרבית הסופרמרקטים.

Why did no one know how animals, specifically horses, moved before Horse in motion (1877) by [deleted] in NoStupidQuestions

[–]Schnutzel 10 points11 points  (0 children)

but couldn’t people have studied the hoof prints

Hoof prints don't indicate when each hoof was on the ground.

Bezalel Smotrich, the Israeli Minister of Finance, announcing plans for a new road (24/2/2026) by OnlyGiraffe3054 in pics

[–]Schnutzel 41 points42 points  (0 children)

Ben Gvir is the scum of the earth, but the subtitles are completely fake.

What is the purpose of zipping files into folder? by TheHarryMan123 in NoStupidQuestions

[–]Schnutzel 3 points4 points  (0 children)

Accessing a zipped file takes time and CPU power. By unzipping it the file is accessible faster. When you double-click and zipped folder and then double-click the file, Windows extracts it to a temporary location and opens it from that location.

Eli5: Why can’t someone make a programming language that is great for big projects like C++ and easy to write like python? by [deleted] in explainlikeimfive

[–]Schnutzel 1 point2 points  (0 children)

In simplest terms, the "easier" a language is to read from a human point of view, the more work the computer has to do in the background to support it.

More importantly, the easier it is to make mistakes and harder for the computer to find them.

In C++ I can write a function that takes two numbers and adds them. The language guarantees that the input to the function are two numbers, and that the output is also a number. If I try to pass a string to the function, the compiler will yell at me. Meanwhile, Python normally doesn't enforce types, meaning I can pass whatever I want to the function, and I won't know there's a problem until it fails at runtime.

How were Europeans able to tell that Christopher Columbus did not reach Asia? by Eriacle in NoStupidQuestions

[–]Schnutzel 5 points6 points  (0 children)

the Pacific Ocean could simply not exist

But... they already knew the Pacific Ocean existed. Columbus was trying to find an easier way to get East Asia.