summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
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;