summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-06-07 09:55:47 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-06-07 09:55:47 +0100
commit59aa18fd12640a9f7864d1abe175fc5ca983ed07 (patch)
tree33c21486cb649916d79128795c3d641c61fd9a9d /website/src/data
parentd996e3b2eaaccbc6738b581a58e4104aec68d603 (diff)
Cloud of hype
Diffstat (limited to 'website/src/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 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;