\documentclass{article}
\begin{document}
\pagestyle{headings}
\title{Scripting Life}
\author{Ryan Dickherber}
\date{Jan. 18, 2008}
\maketitle
I was about to manually count the number of audio files I have that are over a certain bitrate, when it occurred to me that I could write a script to do that.
Then I started to realize that many things in my life I do by hand could be done by scripts, so I started writing scripts for all of them.

Now I don't have to do anything but debug scripts, which only takes a little bit longer than doing things by hand.
\end{document}
