-
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.
-
Tic-Tac-Toe in HTML
Needless to say, I didn’t write 443 HTML files by hand…
-
Elo Rating in Pure SQL
So, here’s the idea: Why not store just the games, and calculate the ratings (only when needed) directly in the database?