Which is more important to get more patrons: consistency or higher average quality?A few days ago, I tried a comedy show for the first time. I was following some stand-up comedians (mostly domestic ones) on my social media…Dec 19, 2024Dec 19, 2024
A bizarre world of “type qualifiers on array parameters” in C.Have you stumbled upon some type qualifiers (e.g., const, volatile, or restrict) inside square brackets in C? It’s uncommon to see them…Oct 21, 2024Oct 21, 2024
Extending Hangul for EnglishLet’s do something fun. I recently realized that my English pronunciation is bad because I’m basically imitating how it sounded rather than…May 12, 2024May 12, 2024
“Articles” and “Particles”: exploring a better usage of English articles.So the structure of English and Korean is arguably quite distinct, the best example being the presence of “articles” (actually, in that…Oct 28, 2023Oct 28, 2023
Diving into Syzkaller’s mutation mechanism (1/2)If you just want to quickly check Syskaller’s mutation mechanism, jump to Section 2. Also if you noticed anything incorrect in this…Feb 23, 2023Feb 23, 2023
Not-So-Common C Extension to the Rescue (or Just for Fun)Some are being actively used in some fields such as the Linux kernel, but the others still have their own interesting aspects.Apr 15, 2021Apr 15, 2021
Neat-Looking C++ Alternative of C# PropertiesFor those searching for a quick template code for the C++ replacement of C# properties, this is it.Apr 15, 2021Apr 15, 2021