diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-11-11 16:54:32 +0000 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-11-11 16:54:32 +0000 |
| commit | 92c19696413430d11429f78ae6e084d5efef20e0 (patch) | |
| tree | fa4fa3e9f20ff5c4ab1e72c682b20331f697ef03 /website/src | |
| parent | 013f8961c9c7b669b4ce065fe6b77c93c9d93135 (diff) | |
Link: Please just stop saying 'just'
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/data/links.ts | 6 |
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; |
