summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-14 09:46:51 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-14 09:46:51 +0100
commit55b8ef55be192977f9ccb445f5162e1844a9e868 (patch)
tree9e33b2aecd45f8ec045417960ebdc3b8433d0d94
parentbc35da5976010400c8a761c05f0ba47dafaa270b (diff)
Instagram is training AI on your 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 25ec810..dc6635f 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -62,6 +62,12 @@ const LINKS: Link[] = [
description: 'Cory Doctorow, writing for the Electronic Frontier Foundation, argues that to save news media, we need to dismantle ad-tech monopolies, ban surveillance advertising, open up app stores and have an end-to-end web.',
isoDateAdded: '2024-06-07',
},
+ {
+ href: 'https://www.fastcompany.com/91132854/instagram-training-ai-on-your-data-its-nearly-impossible-to-opt-out',
+ title: 'Instagram is training AI on your data. It’s nearly impossible to opt out',
+ description: 'Yuck, yuck, yuck. Makes me glad I’m not on Instagram. For people already stuck there, though, this just sucks. Highly recommend either opting out of AI training or quitting Insta, if only to give the twits the middle finger they deserve.',
+ isoDateAdded: '2024-06-14',
+ },
];
export default LINKS;