From d996e3b2eaaccbc6738b581a58e4104aec68d603 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 7 Jun 2024 09:18:30 +0100 Subject: 154 McDonald Road --- website/src/data/links.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'website/src/data/links.ts') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 9c7c60f..0a59b35 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -43,7 +43,13 @@ const LINKS: Link[] = [ title: 'BCS manifesto', description: 'Good for what it is. Good policies. Succinct. Should be the beginning (not the end) of some interesting conversations.', isoDateAdded: '2024-06-05' - } + }, + { + href: 'https://broughtonspurtle.org.uk/news/gone-not-forgotten', + title: '154 McDonald Road: Gone but not Forgotten', + description: 'A superb tribute to the building and analysis of the failures of the planning system. This was published in my free local newsletter, and is worthy of any broadsheet newspaper.', + isoDateAdded: '2024-06-07', + }, ]; export default LINKS; -- cgit v1.2.3 From 59aa18fd12640a9f7864d1abe175fc5ca983ed07 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 7 Jun 2024 09:55:47 +0100 Subject: Cloud of hype --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data/links.ts') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 0a59b35..82c9dbe 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -50,6 +50,12 @@ const LINKS: Link[] = [ description: 'A superb tribute to the building and analysis of the failures of the planning system. This was published in my free local newsletter, and is worthy of any broadsheet newspaper.', isoDateAdded: '2024-06-07', }, + { + href: 'https://thehistoryoftheweb.com/beware-the-cloud-of-hype', + title: 'Beware the cloud of hype', + description: 'Jay Hoffman spots some striking parallels between the current AI hype and the dot-com bubble.', + isoDateAdded: '2024-06-07', + }, ]; export default LINKS; -- cgit v1.2.3 From 9122a88ef087c2f706e4313db5409540e12f70fd Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 7 Jun 2024 10:54:50 +0100 Subject: Saving the news from Big Tech --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'website/src/data/links.ts') diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 82c9dbe..25ec810 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -56,6 +56,12 @@ const LINKS: Link[] = [ description: 'Jay Hoffman spots some striking parallels between the current AI hype and the dot-com bubble.', isoDateAdded: '2024-06-07', }, + { + href: 'https://www.eff.org/files/2023/06/14/saving_the_news_from_big_tech_eff.pdf', + 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', + }, ]; export default LINKS; -- cgit v1.2.3