Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I carry a PocketMod http://pocketmod.com/ with me, to the amusement of my colleagues.

I used to have a TiddlyWiki and then later a Wiki-On-A-Stick http://stickwiki.sourceforge.net/ in my DropBox, but they became a bit awkward to work with as the (non-standard) browser features they depended on for saving got removed.

These days I use Evernote.



PocketMod looks convenient. There's a LaTeX template to create them.

https://www.overleaf.com/latex/examples/creating-pocketmods-...


This is a small script to create a PocketMod from a pdf.

    #!/usr/bin/env bash
    INPUT="$1"
    OUTPUT="$2"
    PAPERSIZE=a4
    pdftk "$INPUT" cat 2 3 4 5 1down 6-8down output "$OUTPUT"
    pdftops -level3 "$OUTPUT" in.ps
    psnup -p"$PAPERSIZE" -d -nup 8 in.ps out.ps
    ps2pdf -sPAPERSIZE="$PAPERSIZE" out.ps "$OUTPUT"
    rm in.ps out.ps




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: