That'd require me to have any idea for what to use CGI scripting for, though... Currently, my web site is mostly static web pages. The list of blog posts sorted by most recent is generated automatically by a Perl script that I manually call after I publish a new blog post, since that seems more efficient than wasting CPU cycles on generating the listing every time someone visits my web page...
@vaporeon_ i got excited this past week by thinking of an excuse to write a CGI script in trivial C and then was disappointed to realize i could just do it entirely in NGINX instead, and more simply too