You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

wedrifid comments on Harry Potter and the Methods of Rationality discussion thread, part 16, chapter 85 - Less Wrong Discussion

9 Post author: FAWS 18 April 2012 02:30AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (1106)

You are viewing a single comment's thread. Show more comments above.

Comment author: wedrifid 08 June 2012 07:31:56AM 0 points [-]

(Technical note: EPUBs are really just ZIP archives of HTML files; so converting is as simple as unzipping the EPUB and dumping the chapters into a single file (something like "cat *.html > full_book.html" at a Unix-like command line.

Oh! I hadn't realised. That makes my audiobook creation potentially more convenient.

Comment author: [deleted] 08 June 2012 07:53:13AM *  1 point [-]

I don't think that catting together HTML files results in a valid HTML file.

Of course that probably doesn't matter in practical applications.

EDIT: Confirmed.