diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 10:54:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 10:54:50 +0100 |
| commit | 9122a88ef087c2f706e4313db5409540e12f70fd (patch) | |
| tree | 45237464e9335e6e2e144d8f4e9e256c1e2cc318 /website/src/data | |
| parent | 59aa18fd12640a9f7864d1abe175fc5ca983ed07 (diff) | |
Saving the news from Big Tech
Diffstat (limited to 'website/src/data')
| -rw-r--r-- | website/src/data/links.ts | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
