about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/talkies.js
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-11-13 12:38:49 +0100
committerProfpatsch <mail@profpatsch.de>2021-11-13 12:38:49 +0100
commit895a679fd43f7e236135705aaee3d58201d32a1f (patch)
tree1bbf631fae80efac2591a61079d33abc512b584f /pkgs/profpatsch/profpatsch.de/talkies.js
parent18e4d17ce20724279b985e32232bb166fa7b163b (diff)
pkgs/profpatsch.de: reference the blog and notes sections
This pulls in tvl, since the blog ist mostly over there.

It uses `fetchGit`, so caveats may apply. It shouldn’t increase
evaluation times very much, since the blog only uses a small subset of
tvl.

https://github.com/openlab-aux/vuizvui/issues/50 might apply.
Diffstat (limited to 'pkgs/profpatsch/profpatsch.de/talkies.js')
-rw-r--r--pkgs/profpatsch/profpatsch.de/talkies.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/profpatsch/profpatsch.de/talkies.js b/pkgs/profpatsch/profpatsch.de/talkies.js
index 8c574fcf..e961c755 100644
--- a/pkgs/profpatsch/profpatsch.de/talkies.js
+++ b/pkgs/profpatsch/profpatsch.de/talkies.js
@@ -150,7 +150,10 @@ function appendTalkies(append_to_element) {
         { talk: "PROPPATCH",
           hover: "WebDAV was a mistake" },
         { talk: "sausage shaped, but lumpy",
-          link: "https://en.wikipedia.org/wiki/Bristol_stool_scale" }
+          link: "https://en.wikipedia.org/wiki/Bristol_stool_scale" },
+        { talk: "polsterboi.json.mozlz4" },
+        { talk: "buffer-local when set" }
+
     ];
     var talkie = talkies[Math.floor(Math.random()*talkies.length)];
     var elem = null;