←back to thread

1062 points mixto | 2 comments | | HN request time: 0.206s | source
1. jjice ◴[] No.42949543[source]
Oh my goodness, this is a huge treat. His class networking programming guide sits at one of my top books of all time. Well written, informative, concise, and legitimately get you to chuckle out loud at points.

Edit: Does anyone know a good way to convert one of the HTML pages into an epub for reading on an ereader? The PDFs will definitely work, but wanted to see if anyone knew of any tools for HTML -> EPUB conversion.

replies(1): >>42950342 #
2. lucasoshiro ◴[] No.42950342[source]
> Does anyone know a good way to convert one of the HTML pages into an epub for reading on an ereader?

Try downloading the single-page html and coverting with pandoc:

pandoc index.html -o bla.epub

Maybe it needs some fine tuning, but the result seems good to me.