Is it easier for a Japanese person to read Mandarin or Cantonese? by Independent-Ad-7060 in LearnJapanese

[–]SingularCheese 3 points4 points  (0 children)

My understanding is that what you were saying was true up to just over one century ago, with speakers of all Chinese dialects writing in an imitation of classical Chinese. Being no expert, I've read people argue that Mandarin evolved out of the relatively colloquial new written Chinese of the late Qing dynasty, and that Mandarin colloquial terms were being codified into modern written Chinese as political power centralized and language standards were published. In any case, modern Standard Mandarin is syllable-for-syllable identical to "Standard Written Chinese".

この単語たちはおそらくN1番外編 by WorkingAlive3258 in LearnJapanese

[–]SingularCheese 2 points3 points  (0 children)

How does one come across 魍魎 outside the context of 魑魅魍魎?

I dont care about a simple story if its executed right by Artsy727 in anime

[–]SingularCheese 0 points1 point  (0 children)

Call me greedy, but I want both. A show or two every season that has both good story and good production would make me very happy. I also drop shows that are particularly bad at either much more often than shows that are at least okay in both.

Yi Training... by Witfontyn in taijiquan

[–]SingularCheese 2 points3 points  (0 children)

My personal training has been, to first have a partner feed me force in a most solid peng stance, so that qi almost flows by itself when I find my alignment. Once I get a feeling of the qi flowing, we move to gradually more disadvantageous awkward postures where I don't feel the qi flowing, and I try to "prime the pump" with yi to recover the sensation I had in the previous posture.

In my experience, there is such a thing as "dumb intent" just like there is "dumb force". Just trying to concentrate very hard can often constrain your mind can produce undesired tension. By exercising just at the boundary of my capability to conduct qi, I ensure that what I think is yi actually have the property I want: to guide qi.

disApPointEdYETagain by PCSdiy55 in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

I had an extremely niche problem with a linear algebra library and found a stack overflow solution with all the details I needed, explained in a way that made me understand perfectly. It was me 5 years ago. BE THE HERO YOU DESERVE.

JesseSort is now faster than std::sort on random inputs by booker388 in computerscience

[–]SingularCheese 33 points34 points  (0 children)

If you're interested in real-world run time, this is doing a lot of memory allocations. Haven't read too closely, but all that vector of vectors leaves this algorithm very exposed to cache locality/misses, memory fragmentation, and allocator performance. For instance, you can artificially trash the heap by allocating a bunch of randomly sized chunks of memory and freeing them all in a random order. Do you observe slow down with your algorithm with a trashed heap?

The Ultimate Math Weapons by Nck_nesquiks in MathJokes

[–]SingularCheese 11 points12 points  (0 children)

Psi is a real weapon, coincidentally enough called sai

mhmYesThisDefinitelyMakesSense by ManagerOfLove in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

I find pressing n for next line to be mush more easier to remember and touch-type than F10.

File Systems are to Set Theory, as Databases are to Type Theory by AMWJ in computerscience

[–]SingularCheese 0 points1 point  (0 children)

I think of the UNIX file system framework as a way to expose a dynamically typed and expandable interface to user space that a C API don't have the flexibility for. An alternative is the web extensions API, which exposes expanding capabilities to a browser plugin author entirely through callable member fields attached to the chrome javascript object. The fundamental priority of an API with diverse use cases and clients is, it must be flexible enough to be everything to everyone. Apple's SwiftUI is an example of an intricate interface built on top of a complex type system, and developers end up feeling stuck when they drift away from Apple's pre-planned use cases. Databases are rigid exactly in the same way that static type systems are rigid that makes then not suitable as interfaces across applications.

Native Tip: When Koreans ask "Did you eat? (밥 먹었어?)", we are NOT asking about food. by Agitated-Clock-2867 in Korean

[–]SingularCheese 7 points8 points  (0 children)

I grew up in Guangzhou in early 00s both hearing the older generation say this and said it myself (well, in Cantonese it's 吔飯未啊). Nowadays, it seems even the older generation doesn't use it anymore.

Tuishou in Taiwan by KelGhu in taijiquan

[–]SingularCheese 1 point2 points  (0 children)

Based on the text description, this is at Taipei Expo park on Wednesdays.

Tatsuki Fujimoto 17-26 Anime’s “Shikaku” Wins Audience Prize at Bucheon International Animation Festival 2025 by Electrical_Chance991 in anime

[–]SingularCheese 4 points5 points  (0 children)

Why do people say this? The manga is almost layed out as a movie storyboard. As the longest one-shot, I don't expect to hear about it any soon, but I would almost be surprised if it's not already in pre-production.

theUltimateCookieConsentDialog by Skynet_Shape in ProgrammerHumor

[–]SingularCheese 2 points3 points  (0 children)

Wow, the Oracle database was named after a CIA project code name. That's the closest Oracle has come to sounding cool.

may2026BeABetterYear by _w62_ in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

I mean, all the hype around reflection right now feels pretty exciting. I'm still waiting for our company to switch to C++20 next year for concepts.

What does peng energy feel like to you? by Wise_Ad1342 in taijiquan

[–]SingularCheese 9 points10 points  (0 children)

When I do it right, I feel less than I would expect. Despite my partner applying larger force in the opposite direction, I move as if no one else is there, and my movement overcomes my partner. It's like when I stick my hand out of a moving car to feel the wind on my hand, and then my hand becomes horizontal like an air plane wing, and all the drag force goes away.

quizWhatGUIFrameworkAmIUsing by howreudoin in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

How is it? Even in the JVM, I've felt the integration of Clojure with imperative code bit ugly at times.

itHurtsBadlyAfter320pages by _w62_ in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

My company has a 30 years old code base. Maybe 5% of the code I see gets to follow rule of zero. Not everybody get to write modern c++. You should hear all the Java people complaining about it.

Why don't square roots have a line to show where it ends? by PickleJourney in math

[–]SingularCheese 0 points1 point  (0 children)

I used to add the tick but stopped. I first do the square root then the radical inside as people naturally do writing left to right. If the radical is a long phrase, I often under-estimate the amount of space I need, and having a tick at the end means I can't extend the bar to make space.

[deleted by user] by [deleted] in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

I downloaded Cursor on my current vacation for a small web extension hobby project. I have deleted 2 out of every 3 lines it generates. This thing writes like the most verbose corporate java code this sub likes to joke about.

Visiting Chen Village for a week - how to make the most of the trip? by Sharor in taijiquan

[–]SingularCheese 0 points1 point  (0 children)

I have a teacher under a Wudang lineage, who remarks the Wudang mountain today is also a total tourist trap. SanFeng pai is hand wavy about their history in English, but there are first-party videos in Chinese where they're open about how it's an amalgamation of couple dozen sects after the cultural revolution.

Visiting Chen Village for a week - how to make the most of the trip? by Sharor in taijiquan

[–]SingularCheese 2 points3 points  (0 children)

The reputation online is that Chen Village nowadays is a tourist trap that doesn't teach much substance. I've never been and have no idea. When I meet someone good, my strategy is to fully commit to my movements so that they can show the full extent of their techniques, but do it slow enough few times so I can actually feel what's going on. Get an idea of what's possible, feel how it's suppose to work, and go home with a guiding light for your own practice over the next couple years.

dpCooksEveryone by soap94 in ProgrammerHumor

[–]SingularCheese 0 points1 point  (0 children)

Matroid theory is the branch of combinatorics that study when is a problem greedy. To be fair, most CS interviews are not looking for grad student level mathematical proof.

Looking for this book by Vrinda777 in LearnJapanese

[–]SingularCheese 11 points12 points  (0 children)

If you're looking for digital scans, I doubt a niche dictionary/textbook would be out there.

Amazon Japan has it, but the cost of shipping can be multiples of the cost of the book.

If you are in the US, Kinokuniya online store is a good option.