summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-24 09:26:37 +0000
committerJoe Carstairs <me@joeac.net>2024-12-24 09:26:37 +0000
commit1d2815add3f866db8524f28c7d313fb2a8f46a18 (patch)
treea888cc72510a618a471ce1f8a6bb531ee6bf2096 /website/src/data
parent532f75bea033e8073c4c1bc1dff72fa6af7d5316 (diff)
parent50e352e438bd6e3bdee320b1ddb2de0fd91be57e (diff)
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/data')
-rw-r--r--website/src/data/links.ts30
1 files changed, 30 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 579c78d..ff6e9d2 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -104,6 +104,36 @@ const LINKS: Link[] = [
description: 'Read the interviews. Economists give interesting, and diverse, opinions on the economic potential of LLMs.',
isoDateAdded: '2024-07-18',
},
+ {
+ href: 'https://www.noemamag.com/the-human-cost-of-our-ai-driven-future',
+ title: 'The Human Cost Of Our AI-Driven Future',
+ description: "In case you'd forgotten: content moderation is still carried out by appalling worker exploitation. This is not news, but nonetheless an excellent and suitably chilling essay on the topic. Be aware that the essay describes some deeply traumatic content.",
+ isoDateAdded: '2024-10-11',
+ },
+ {
+ href: 'https://blog.scottlogic.com/2024/09/10/llms-dont-hallucinate.html',
+ title: "LLMs don't 'hallucinate'",
+ description: "I posted on the Scott Logic blog a while ago about how the word 'hallucination' doesn't accurately capture how LLMs work.",
+ isoDateAdded: '2024-10-11',
+ },
+ {
+ href: 'https://sgringwe.com/2019/10/10/Please-just-stop-saying-just.html',
+ title: "Please just stop saying 'just'",
+ description: "A pretty good case for avoiding the word 'just' in software engineering. I admit I've been guilty, too.",
+ isoDateAdded: '2024-11-11',
+ },
+ {
+ href: 'https://alexanderpruss.blogspot.com/2024/11/sexual-symmetry-and-asymmetry.html',
+ title: 'Sexual symmetry and asymmetry',
+ description: 'Alexander Pruss has a bizarre, but at first blush convincing, argument that complementarians about gender don’t have to appeal to morally significant intrinsic differences between men and women.',
+ isoDateAdded: '2024-12-17',
+ },
+ {
+ href: 'https://jvns.ca/blog/2024/11/26/terminal-rules',
+ title: '"Rules" that terminal programs follow',
+ description: 'Handy for the next time you develop a CLI or TUI. Also handy as a user: now I know about <a href="https://readline.kablamo.org/emacs.html">readline key bindings</a>, which are everywhere apparently.',
+ isoDateAdded: '2024-12-20',
+ },
];
export default LINKS;