-
On Writing Sudo Plugins
So, apparently sudo has a plugin interface. I’m still not sure why, but let’s take a look at how it works.
-
7 Beautiful SegFaults in C
[1] 63902 segmentation fault ./blog
-
What’s Up With Scoping?
Okay, so I have this thing with programming languages: Inconsistencies and stupid language design, they… how shall I put this? They bother me. One thing in particular that gets my gears turning is idiotic scoping rules.