A tangential question, not addressed by the article: why is "true" now implemented as a binary written in C?
As expected, the GNU version is comically large[1], but even the "suckless" version is a compiled binary[2].
I'd guess that nowadays "true" is usually a shell builtin. Are there circumstances where the actual /bin/true gets called and that the overhead of forking off a shell to run it (the empty shell script) is too much?
Not that I can think, off the top of my head, of any real world circumstance where a program would need to execute /bin/true