diff options
author | mms <michal@sapka.me> | 2024-09-24 20:30:50 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-09-24 20:30:50 +0200 |
commit | 65518f70441c90ae953cfee0ed3dbac2a99de588 (patch) | |
tree | 1651b64f47f750214464763397f016117b278167 | |
parent | e8a5c5c21380a70d3c7751aed2a94f4df00c129c (diff) |
feat: cory 23
-rw-r--r-- | assets/ytcovers/4EmstuO0Em8.jpg | bin | 0 -> 15716 bytes | |||
-rw-r--r-- | content-org/blog.org | 18 | ||||
-rw-r--r-- | content/blog/2024/a-million-googles.md (renamed from content/blog/a-million-googles.md) | 4 | ||||
-rw-r--r-- | content/blog/2024/desenshittify-or-die.md | 19 | ||||
-rw-r--r-- | content/blog/2024/internet-and-press.md | 2 |
5 files changed, 37 insertions, 6 deletions
diff --git a/assets/ytcovers/4EmstuO0Em8.jpg b/assets/ytcovers/4EmstuO0Em8.jpg Binary files differnew file mode 100644 index 0000000..ca5ad5b --- /dev/null +++ b/assets/ytcovers/4EmstuO0Em8.jpg diff --git a/content-org/blog.org b/content-org/blog.org index d72bbdc..46bee65 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,23 +8,32 @@ #+HUGO_SECTION: blog -* 2024 [71/73] :@blog: -** TODO Disenshittify or die! +* 2024 [72/73] :@blog: +:PROPERTIES: +:EXPORT_HUGO_SECTION: blog/2024 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 +:EXPORT_HUGO_PAIRED_SHORTCODES: image yt +:END: + +** DONE Disenshittify or die! +CLOSED: [2024-09-24 Tue 20:30] :PROPERTIES: :EXPORT_FILE_NAME: desenshittify-or-die :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract Another classic from Cory Doctorow :END: + It may seem that Cory Doctorow is giving the same talk over and over again, and most likely it the case. But nothing changes, therefore it's up to us. He can say it until something changes and I'll listen to him over and over again. -#+attr_shortcode: 4EmstuO0Em8 +#+attr_shortcode: "4EmstuO0Em8" #+begin_yt DEF CON 32 - Disenshittify or die! How hackers can seize the means of computation - Cory Doctorow #+end_yt + ** DONE A million Googles CLOSED: [2024-09-24 Tue 20:13] :PROPERTIES: @@ -40,7 +49,7 @@ The field is very potent now - we've dozens of different engines. Sadly, they all follow the same formula which has been already perfected by Google. You type what you are looking for, some magic happens, algorithms are algorithming, databases are databasing and boom. You get results. -This is what Google was great at some 20 years ago, but sucks now. +This is what Google was great at some 20 years ago, but sucks at now. But why? The simple answer seems to be "enshiftification". @@ -89,6 +98,7 @@ CLOSED: [2024-09-23 Mon 22:45] :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :listening Milt Jackson & John Coltrane - Bags and Trane :END: + As a kid, I loved reading computer related press. Be it gaming titles (/Secret Service/, /Gambler/, /Gry Komputerowe/, or /Świat Gier Komputerowych/), or general computing ones (/PC World/ or /Chip/) it was a monthly feast. Those have since either died or moved to the interwebs. diff --git a/content/blog/a-million-googles.md b/content/blog/2024/a-million-googles.md index c5d81cd..b294b69 100644 --- a/content/blog/a-million-googles.md +++ b/content/blog/2024/a-million-googles.md @@ -5,6 +5,8 @@ date = 2024-09-24T20:13:00+02:00 categories = ["blog"] draft = false weight = 2002 +image_dir = "blog/images" +image_max_width = 600 abstract = "You can't outgoogle a Google" listening = "Kamasi Washington - Fearless Movement" listening_bcamp = "https://kamasiwashington.bandcamp.com/album/fearless-movement" @@ -16,7 +18,7 @@ The field is very potent now - we've dozens of different engines. Sadly, they all follow the same formula which has been already perfected by Google. You type what you are looking for, some magic happens, algorithms are algorithming, databases are databasing and boom. You get results. -This is what Google was great at some 20 years ago, but sucks now. +This is what Google was great at some 20 years ago, but sucks at now. But why? The simple answer seems to be "enshiftification". diff --git a/content/blog/2024/desenshittify-or-die.md b/content/blog/2024/desenshittify-or-die.md new file mode 100644 index 0000000..f4ce378 --- /dev/null +++ b/content/blog/2024/desenshittify-or-die.md @@ -0,0 +1,19 @@ ++++ +title = "Disenshittify or die!" +author = ["Michał Sapka"] +date = 2024-09-24T20:17:00+02:00 +categories = ["blog"] +draft = false +weight = 2001 +image_dir = "blog/images" +image_max_width = 600 +abstract = "Another classic from Cory Doctorow" ++++ + +It may seem that Cory Doctorow is giving the same talk over and over again, and most likely it the case. +But nothing changes, therefore it's up to us. +He can say it until something changes and I'll listen to him over and over again. + +{{< yt "4EmstuO0Em8" >}} +DEF CON 32 - Disenshittify or die! How hackers can seize the means of computation - Cory Doctorow +{{< /yt >}} diff --git a/content/blog/2024/internet-and-press.md b/content/blog/2024/internet-and-press.md index 2cb4637..0c5fe7f 100644 --- a/content/blog/2024/internet-and-press.md +++ b/content/blog/2024/internet-and-press.md @@ -4,7 +4,7 @@ author = ["Michał Sapka"] date = 2024-09-23T22:45:00+02:00 categories = ["blog"] draft = false -weight = 2001 +weight = 2002 image_dir = "blog/images" image_max_width = 600 abstract = "Grumpy mc grumps grumping" |