Gwangmu LeeA 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 21Oct 21
Gwangmu LeeExtending 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 12May 12
Gwangmu Lee“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
Gwangmu LeeDiving 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
Gwangmu LeeNot-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
Gwangmu LeeNeat-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