diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 16:36:33 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 16:36:33 -0500 |
| commit | 8fa54d5ac98d95016f0c3eaa9fbc4f042294705d (patch) | |
| tree | c8bfac4a9c3321f9b01acbb339dfeacac28e42e8 /data | |
| parent | 9df8cb9cfa56f694ae10cfc0b9e9fd4427cc3c72 (diff) | |
Various site updates
Diffstat (limited to 'data')
| -rw-r--r-- | data/blogroll.scm | 9 | ||||
| -rw-r--r-- | data/bookmarks.scm | 8 |
2 files changed, 16 insertions, 1 deletions
diff --git a/data/blogroll.scm b/data/blogroll.scm index 7aefb9d..ab46fb8 100644 --- a/data/blogroll.scm +++ b/data/blogroll.scm @@ -198,6 +198,9 @@ "math" "programming" "video-games")) + ("Filippo Valsorda" + "https://words.filippo.io/" + ("crypto" "programming")) ("Improved Means for Achieving Deteriorated Ends" "https://blog.kingcons.io/" ("common-lisp" @@ -220,6 +223,9 @@ ("Cryogenix" "https://cryogenix.net/" ("bsd" "retro-tech" "reversing" "x86")) + ("Makefile.feld" + "https://blog.feld.me/" + ("bsd")) ("Fedor Indutnys Blog" "https://darksi.de/" ("binary-exploitation" @@ -666,6 +672,9 @@ ("Shell is coming..." "https://www.shelliscoming.com/" ("binary-exploitation" "reversing" "security" "windows" "x86")) + ("0xca7" + "https://0xca7.github.io/" + ("reversing" "malware" "rust")) ("Mildly entertainingᵝ" "https://beepb00p.xyz/" ("emacs" "programming" "python")) diff --git a/data/bookmarks.scm b/data/bookmarks.scm index 3da01cc..a76c750 100644 --- a/data/bookmarks.scm +++ b/data/bookmarks.scm @@ -357,4 +357,10 @@ are interested in this sort of thing."))) ("bitcoin" "politics" "sustainability")) ("Consider SQLite" "https://blog.wesleyac.com/posts/consider-sqlite" - ("databases"))) + ("databases")) + ("Noam Chomsky Speaks on What ChatGPT Is Really Good For" + "https://chomsky.info/20230503-2/" + ("ai" "llm")) + ("LLMs are still surprisingly bad at some simple tasks" + "https://shkspr.mobi/blog/2025/09/llms-are-still-surprisingly-bad-at-simple-tasks/" + ("ai" "llm"))) |