From 013f8961c9c7b669b4ce065fe6b77c93c9d93135 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 11 Oct 2024 15:38:14 +0100 Subject: More links --- website/src/data/links.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'website/src/data') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 579c78d..80b737f 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -104,6 +104,18 @@ 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', + }, ]; export default LINKS; -- cgit v1.2.3 From 92c19696413430d11429f78ae6e084d5efef20e0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 11 Nov 2024 16:54:32 +0000 Subject: Link: Please just stop saying 'just' --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 80b737f..da982a6 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -116,6 +116,12 @@ const LINKS: Link[] = [ 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', + }, ]; export default LINKS; -- cgit v1.2.3 From e9426994215091fade101a0e8e9e6aa6b45c9dea Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 17 Dec 2024 19:58:40 +0000 Subject: update --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index da982a6..0bb2b9a 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -122,6 +122,12 @@ const LINKS: Link[] = [ 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', + }, ]; export default LINKS; -- cgit v1.2.3 From 50e352e438bd6e3bdee320b1ddb2de0fd91be57e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 20 Dec 2024 08:36:17 +0000 Subject: Links: Rules that terminal programs follow --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 0bb2b9a..ff6e9d2 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -128,6 +128,12 @@ const LINKS: Link[] = [ 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 readline key bindings, which are everywhere apparently.', + isoDateAdded: '2024-12-20', + }, ]; export default LINKS; -- cgit v1.2.3