From 83286e49022212164e310513cea7a2f9d062a3a3 Mon Sep 17 00:00:00 2001 From: jultty Date: Fri, 7 Jun 2024 14:58:27 -0300 Subject: [PATCH] Add link: Moving Beyond Type Systems --- assets/js/data.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/js/data.js b/assets/js/data.js index 210f35b..876091b 100644 --- a/assets/js/data.js +++ b/assets/js/data.js @@ -17,6 +17,11 @@ function get_data() { ] }, "links": [ + { + "title": "Moving Beyond Type Systems | Vhyrro's Digital Garden", + "url": "https://vhyrro.github.io/posts/effect-systems/", + "date": "06/06/2024" + }, { "title": "hackerb9/lsix Like ls, but for images. Shows thumbnails in terminal using sixel graphics.", "url": "https://github.com/hackerb9/lsix",