From 55b8ef55be192977f9ccb445f5162e1844a9e868 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 14 Jun 2024 09:46:51 +0100 Subject: [PATCH 1/4] Instagram is training AI on your data --- 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 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; From de52a3051ecc0d01aa567671cbddc6dba79134b8 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 14 Jun 2024 10:41:03 +0100 Subject: [PATCH 2/4] State-based UI is an anti-pattern --- 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 dc6635f..38ff760 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -68,6 +68,12 @@ const LINKS: Link[] = [ 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', }, + { + href: 'https://gomakethings.com/state-based-ui-is-an-anti-pattern', + title: 'State-based UI is an anti-pattern', + description: 'Chris Ferdinandi has a hot take here. I would be keen to test this idea out one day: push the limits of how much complex state you can manage within the light DOM.', + isoDateAdded: '2024-06-14', + }, ]; export default LINKS; From cbfaf5331dfe8a2a200ff4a2d3fbde9d50e8fed9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 17 Jun 2024 14:53:49 +0100 Subject: [PATCH 3/4] Big Data is Dead --- 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 38ff760..a99a528 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -74,6 +74,12 @@ const LINKS: Link[] = [ description: 'Chris Ferdinandi has a hot take here. I would be keen to test this idea out one day: push the limits of how much complex state you can manage within the light DOM.', isoDateAdded: '2024-06-14', }, + { + href: 'https://motherduck.com/blog/big-data-is-dead', + title: 'Big Data is Dead', + description: 'Did you know that most organisations store less than 100GB, and almost all analytics is run on the last 24h of data? I didn’t. Though take it all with a pinch of salt: the guy’s writing on his company blog which sells traditional data warehouses.', + isoDateAdded: '2024-06-17', + }, ]; export default LINKS; From 4e95455866e04ab57589a19aad80570a020c31e5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 17 Jun 2024 15:51:24 +0100 Subject: [PATCH 4/4] More stable-looking link for 'Saving the News from Big Tech' --- website/src/data/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index a99a528..964613c 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -57,7 +57,7 @@ const LINKS: Link[] = [ isoDateAdded: '2024-06-07', }, { - href: 'https://www.eff.org/files/2023/06/14/saving_the_news_from_big_tech_eff.pdf', + href: 'https://eff.org/saving-the-news', title: 'Saving the News from Big Tech', 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',