Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: bump forester to latest (5ab7277)

utensil (May 3, 2026, 10:24 PM +0800) 91a00bc6 ef163013

+2 -2
+1 -1
.github/workflows/gh-pages.yml
··· 101 101 sudo apt update 102 102 sudo apt install libev-dev 103 103 # opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#36285a6bea37eb3f3fbde39f8e9c373a022dec06 --yes 104 - opam pin add forester git+https://github.com/utensil/ocaml-forester#2e1207b814fdd382d01f566adb7c557ac782ef67 --yes 104 + opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#5ab7277 --yes 105 105 opam install forester --yes 106 106 # https://github.com/astral-sh/setup-uv 107 107 - name: Setup Python via uv
+1 -1
prep.sh
··· 19 19 brew install opam watchexec 20 20 opam init --auto-setup --yes 21 21 opam update --yes 22 - opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#56de06afe952d752c1a13fdcd8bb56c5fef9956f --yes 22 + opam pin add forester git+https://git.sr.ht/~jonsterling/ocaml-forester#5ab7277 --yes 23 23 fi 24 24 25 25 # if pandoc is not installed