From c85fa7a13fe696566136289e1be2a417f326570c Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Mon, 23 Sep 2024 21:18:15 +0200 Subject: [PATCH] docs: talks.json --- assets/jsconfig.json | 2 +- data/talks.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 846c6c8..3b352ca 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../.cache/go/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.26.0/assets/*" + "../../../.cache/go/mod/github.com/!cai!jimmy/hugo-theme-stack/v3@v3.27.0/assets/*" ] } } diff --git a/data/talks.json b/data/talks.json index e401693..52d96a5 100644 --- a/data/talks.json +++ b/data/talks.json @@ -1424,6 +1424,18 @@ "description": "In a world where data intersects with everything around us, trading card games like Yu-Gi-Oh! are not exempt from crossing paths with advanced data science techniques where the potential for innovation is immense. This talk at PyData focuses on the intersection of web-obtained data and NumPy to create an interesting approach for Yu-Gi-Oh! card recommendations." , "liked": true, "attended": true + }, + { + "title": "Disenshittify or die! How hackers can seize the means of computation", + "speakers": ["Cory Doctorow"], + "date": "2024-08-10T12:00:00", + "location": "PyData London 2024", + "tags": ["internet"], + "url": "https://www.youtube.com/watch?v=4EmstuO0Em8", + "duration": "PT45M", + "description": "The enshittification of the internet wasn't inevitable. The old, good internet gave way to the enshitternet because we let our bosses enshittify it. We took away the constraints of competition, regulation, interop and tech worker power, and so when our bosses yanked on the big enshittification lever in the c-suite, it started to budge further and further, toward total enshittification. A new, good internet is possible - and necessary - and it needs you." , + "liked": true, + "attended": true } ] }