Here are the slides!
See the Makefile! It has a lot of comments.
Edit the Makefile
and replace the EMAIL variable with your RC login. Then
create a file rawpassword
with your RC password:
$ cat > rawpassword
[YOUR PASSWORD HERE]
[Control-D]
Then run make with any of the outputs as an argument! For example, to make the slides:
$ make slides.pdf
To run the HTTP server:
$ make server
If you have any thoughts or questions I'd love to hear!