A serial in literature is a format of making larger works published in short, more easily digestable installments. I assume that people experiment all the time with this online but I have never really gotten into it. However, I like the idea of serializing works for reading basically any genre1 (fiction, academic texts, etc). I recently stumbled across a site that promises to send emails with sections of books at regular intervals2. This is a great idea but I have a need to serialize basically any book in my digital library. So, I set out to develop a tool for my own use 3, whereby I could send myself sections of any of my digital books at regular intervals that better suit my reading schedule. To that end, I am developing hmsecho.
hmsecho is a go-lang program that can4 send sections of txt or pdf documents to an email address, recording where it left off and when it is at the end. What is required is that I add little annotations where I want sections in the txt 5 or split up pdfs and store the sections in a folder 6. Then, at least presently, I use cron to schedule the sending of the messages 7.
We will see if this revolutionizes anything for me8. But, either way, I learned how to use the smtp standard library in go-lang, as well as the powerful email package by jordan wright. Currently reading exhalation by Ted Chiang. We will see how far I get…

  1. Most serialized works are narrative fiction 

  2. inspiration 

  3. And friends? 

  4. At least currently. 

  5. Typically chapters. 

  6. With special names. 

  7. Primarily because I don’t want another daemon running and cron is really flexible and ubiquitous. 

  8. Or my friends.