summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35677bc..c56978e 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -14,6 +14,12 @@ const links: Link[] = [
description: 'ChatGPT 3.5 gives bad answers half the time, and programmers miss the mistakes almost half the time. Be careful out there, folks.',
isoDateAdded: '2024-06-04',
},
+ {
+ href: 'https://www.colinmcginn.net/primary-and-secondary-values',
+ title: 'Primary and Secondary Values',
+ description: 'Colin McGinn makes the case for primary and secondary moral values, just as there are primary and secondary qualities, apparently thereby managing to assert both moral realism and anti-realism at the same time without contradiction.',
+ isoDateAdded: '2024-06-05',
+ },
];
export default links;