summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:43:47 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:43:47 +0100
commitb5a434c9596f6792f8f574c5641d4cbe1dd5c289 (patch)
tree249cd968f6ef08c6505e24ff27e98d2b788863b3 /website/src/data
parentf9535d3a9728c2af52e5b9bc397f29a8cc510104 (diff)
Link: Pluralistic: They brick you because they can
Diffstat (limited to 'website/src/data')
-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 c56978e..cd1e746 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -20,6 +20,12 @@ const links: Link[] = [
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',
},
+ {
+ href: 'https://pluralistic.net/2024/05/24/record-scratch/#autoenshittification',
+ title: 'Pluralistic: They brick you because they can',
+ description: 'Cory Doctorow writes incessantly about the harms of monopolised markets. This essay is particularly good, because he collects many of monopolists’ greatest hits from recent years. Do keep reading to the end. It just gets better.',
+ isoDateAdded: '2024-06-05',
+ },
];
export default links;