diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 09:55:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-07 09:55:47 +0100 |
| commit | 59aa18fd12640a9f7864d1abe175fc5ca983ed07 (patch) | |
| tree | 33c21486cb649916d79128795c3d641c61fd9a9d /website/src/data/links.ts | |
| parent | d996e3b2eaaccbc6738b581a58e4104aec68d603 (diff) | |
Cloud of hype
Diffstat (limited to 'website/src/data/links.ts')
| -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 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; |
