Not that we’re keeping track, you understand.

A fan writes, “Hey, how many posts on Heathen?” Well, son, we don’t know, but we figure we might be able to find out:

$ find . -type f -name "*.txt" | wc -l
2086

The earliest is dated 29 November 2000, which means we’ve been Heathening for just over 4.25 years, for an average of 490.8 posts per year, or about 1.3 per day.

No wonder our wrists hurt.

(Oh, and make that 2,087, counting this one.)

Later…

Actually, and somewhat shockingly, that figure is low; it assumes that all our posts are stored in .txt files, but in fact the “original” few months (from November 2000 through the beginning of July 2001) are still in Blogger-generated HTML files, and are therefore not in that count. What’s to be done?

$ perl -e 'while (<>){ $foo++ while m/"byline"/g; } print "We have $foo posts\n";' *.html
171

Heh. Now the total, as of the original post, is 2,086 + 171, or 2,257, which works out to 531 a year and an astonishing 1.45 per day. This is now high enough that we suspect a problem with our method or our hobbies, but who’s got time to chase that kind of niggling detail? We’ve got posts to write.

Comments are closed.