From b5a434c9596f6792f8f574c5641d4cbe1dd5c289 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:43:47 +0100 Subject: [PATCH] Link: Pluralistic: They brick you because they can --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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;