2021-08-30 13:22:59 crc, I saw your q about PDF generation -- I can't respond on patreon for some reason (probably my browser being weird) but I'd recommend pandoc for this, since you already have other formats. 2021-08-30 13:28:39 I can second pandoc, Haskell is black magic, but that tool just works 2021-08-30 13:35:55 if you can't or don't want to deal with installing/compiling pandoc I'm happy to convert the html to pdf for you. 2021-08-30 13:39:29 I'll give it a shot 2021-08-30 13:50:22 pandoc has static binaries 2021-08-30 13:58:42 i've been struggling to get pandoc on my arm64 pinebook 2021-08-30 13:58:47 need to find some of them binaries 2021-08-30 14:00:19 oof, yeah they only distribute amd64 binaries 2021-08-30 14:00:34 actually maybe not 2021-08-30 14:00:52 https://github.com/jgm/pandoc/releases/download/2.14.2/pandoc-2.14.2-linux-arm64.tar.gz 2021-08-30 15:09:19 groff mom macros are easy and generate nice PDF very fast 2021-08-30 15:12:26 I dislike how mom macros are so long 2021-08-30 15:16:05 I don't have enough space to run 'cabal update' so I can try building pandoc on openbsd. 2021-08-30 15:18:18 I'll try to do a setup on Linux and FreeBSD later