From 87f9ac55c1df5947c56ff08559ee206b2e2f00fc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 13:54:06 -0400 Subject: [PATCH 01/12] chore: accent color --- src/assets/styles/base/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 8596281c..e1db4774 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -5,7 +5,7 @@ html { font-size: var(--font-size-base); line-height: var(--line-height-base); background: var(--background-color); - margin: 0; + accent-color: var(--accent-color) } ::-moz-selection { From 58015447e87f268705537e25ffeb490fe31730c0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 14:01:05 -0400 Subject: [PATCH 02/12] chore: link --- .../2024/2024-04-25-fcc-votes-to-restore-net-neutrality.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/links/2024/2024-04-25-fcc-votes-to-restore-net-neutrality.md diff --git a/src/links/2024/2024-04-25-fcc-votes-to-restore-net-neutrality.md b/src/links/2024/2024-04-25-fcc-votes-to-restore-net-neutrality.md new file mode 100644 index 00000000..0897ada6 --- /dev/null +++ b/src/links/2024/2024-04-25-fcc-votes-to-restore-net-neutrality.md @@ -0,0 +1,7 @@ +--- +title: "FCC votes to restore net neutrality" +date: "2024-04-25T14:00:00-04:00" +tags: ['tech'] +description: "The Federal Communications Commission voted 3–2 to restore net neutrality rules, reversing a repeal ushered through during the Trump administration." +link: "https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden" +--- \ No newline at end of file From c5c44a97558a54a8b916f3992b1a6770f219ba57 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 18:02:53 +0000 Subject: [PATCH 03/12] =?UTF-8?q?=F0=9F=93=9A=20=E2=80=9CTor=E2=80=9D=20(w?= =?UTF-8?q?ant=20to=20read)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/json/read.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index cc27bf2d..b2641f66 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -9788,5 +9788,25 @@ "thumbnail": "https://books.google.com/books/content?id=GjSEEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", "language": "en", "link": "https://play.google.com/store/books/details?id=GjSEEAAAQBAJ" + }, + { + "isbn": "9780262378925", + "dateAdded": "2024-04-25", + "status": "want to read", + "rating": "unrated", + "tags": [ + "tech", + "nonfiction" + ], + "title": "Tor", + "authors": [ + "Ben Collier" + ], + "publishedDate": "2024", + "description": "Through a social history of the Tor network (often known as the \"Dark Web\"), this book develops a rich and novel approach to understanding privacy technologies and their implication in crime, harm, control, and resistance", + "pageCount": 0, + "printType": "BOOK", + "language": "en", + "link": "https://books.google.com/books/about/Tor.html?hl=&id=L59e0AEACAAJ" } ] \ No newline at end of file From 195ab39907cb1a186a51d681a1d1f3663fa67f01 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 14:10:39 -0400 Subject: [PATCH 04/12] fix: missing property --- src/_data/json/read.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_data/json/read.json b/src/_data/json/read.json index b2641f66..6f5a47f2 100644 --- a/src/_data/json/read.json +++ b/src/_data/json/read.json @@ -9806,6 +9806,7 @@ "description": "Through a social history of the Tor network (often known as the \"Dark Web\"), this book develops a rich and novel approach to understanding privacy technologies and their implication in crime, harm, control, and resistance", "pageCount": 0, "printType": "BOOK", + "thumbnail": "https://books.google.com/books/content?id=L59e0AEACAAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512", "language": "en", "link": "https://books.google.com/books/about/Tor.html?hl=&id=L59e0AEACAAJ" } From 40b562c3f4e81a6102bc5e747d39b321554b8cc0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 14:14:23 -0400 Subject: [PATCH 05/12] chore: link --- ...anky-‘ai_overlay_tmp’-directory-to-users’-home-folders.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/links/2024/2024-04-25-logitech’s-mouse-software-now-includes-chatgpt-support,-adds-janky-‘ai_overlay_tmp’-directory-to-users’-home-folders.md diff --git a/src/links/2024/2024-04-25-logitech’s-mouse-software-now-includes-chatgpt-support,-adds-janky-‘ai_overlay_tmp’-directory-to-users’-home-folders.md b/src/links/2024/2024-04-25-logitech’s-mouse-software-now-includes-chatgpt-support,-adds-janky-‘ai_overlay_tmp’-directory-to-users’-home-folders.md new file mode 100644 index 00000000..e0a26b72 --- /dev/null +++ b/src/links/2024/2024-04-25-logitech’s-mouse-software-now-includes-chatgpt-support,-adds-janky-‘ai_overlay_tmp’-directory-to-users’-home-folders.md @@ -0,0 +1,7 @@ +--- +title: "Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders" +date: "2024-04-25T14:13:14-04:00" +tags: ['tech', 'AI'] +description: "Stephen Hackett noted that Logitech has added some extra bullshit to their bullshit Logi Options+ app in a post you absolutely should read." +link: "https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/" +--- \ No newline at end of file From 25ba0d9d094c463b47bbd6c0d7f75f33ae63d231 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 14:35:15 -0400 Subject: [PATCH 06/12] chore: authors --- config/json/author-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/json/author-map.js b/config/json/author-map.js index e191272e..1f4d5f77 100644 --- a/config/json/author-map.js +++ b/config/json/author-map.js @@ -1,6 +1,6 @@ export default { + "https://512pixels.net" : "Stephen Hackett", "https://bradfrost.com": "Brad Frost", - "https://www.bradfrost.com": "Brad Frost", "https://theverge.com": "The Verge", "https://www.theverge.com": "The Verge", "https://www.theguardian.com": "The Guardian", From 731c52d3f7caeed92ca55d92b11360d51bc5908d Mon Sep 17 00:00:00 2001 From: cdransf Date: Thu, 25 Apr 2024 20:03:54 +0000 Subject: [PATCH 07/12] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 9a14d687..773bc3ec 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1713996207060 + "timestamp": 1714075433802 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 7c2efae8..76a68d06 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -12757,7 +12757,7 @@ "title": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music", "url": "https://coryd.dev/now?ts=2024-16#artists", "content_text": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music https://coryd.dev/now?ts=2024-16#artists", - "date_published": "Wed, 17 Apr 2024 08:00:00 GMT", + "date_published": "Thu, 18 Apr 2024 08:00:00 GMT", "toots": [ "https://social.lol/users/cory/statuses/112312447133174926" ], @@ -12839,5 +12839,24 @@ "https://social.lol/users/cory/statuses/112328455422041088" ], "lastTootTimestamp": 1713996207052 + }, + "https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/": { + "id": "aHR0cHM6Ly81MTJwaXhlbHMubmV0LzIwMjQvMDQvYWktb3ZlcmxheS10bXAtaG9tZS1mb2xkZXItbWFjLW9zLw==", + "title": "🔗: Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders via Stephen Hackett", + "url": "https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/", + "content_text": "🔗: Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders via Stephen Hackett #Tech #AI https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/", + "date_published": "Thu, 25 Apr 2024 18:13:00 GMT", + "toots": [] + }, + "https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden": { + "id": "aHR0cHM6Ly93d3cudGhldmVyZ2UuY29tLzIwMjQvNC8yNS8yNDE0MDE1Ny9mY2Mtdm90ZS1yZXN0b3JlLW5ldC1uZXV0cmFsaXR5LXJvc2Vud29yY2VsLWJpZGVu", + "title": "🔗: FCC votes to restore net neutrality via The Verge", + "url": "https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden", + "content_text": "🔗: FCC votes to restore net neutrality via The Verge #Tech https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden", + "date_published": "Thu, 25 Apr 2024 18:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112333647626679550" + ], + "lastTootTimestamp": 1714075433794 } } \ No newline at end of file From bfd922d06b7895e3ad7b04ba4508b98994156171 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 16:04:00 -0400 Subject: [PATCH 08/12] chore: timestamp --- src/_includes/now.liquid | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 7774fca6..599db83c 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -100,6 +100,5 @@ layout: default TV {% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

- This is a now page, and if you have your own site, you should make one too. -

+

This is a now page, and if you have your own site, you should make one too.

+

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file From 8e97955266378c2f72454fbc1987679fd1fb8a41 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 16:08:37 -0400 Subject: [PATCH 09/12] chore: styles --- src/_includes/now.liquid | 4 ++-- src/assets/styles/pages/now.css | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 599db83c..3604f0a1 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -100,5 +100,5 @@ layout: default TV {% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

This is a now page, and if you have your own site, you should make one too.

-

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file +

This is a now page, and if you have your own site, you should make one too.

+

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file diff --git a/src/assets/styles/pages/now.css b/src/assets/styles/pages/now.css index 5c823ed9..9a33b9cf 100644 --- a/src/assets/styles/pages/now.css +++ b/src/assets/styles/pages/now.css @@ -16,8 +16,4 @@ .link-list { margin-top: 0; -} - -.now-explainer { - padding-top: var(--sizing-lg); } \ No newline at end of file From 5d43aebb12628306d9ac4fecbfad4a4ef280d244 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 16:14:12 -0400 Subject: [PATCH 10/12] chore: spacing --- src/_includes/now.liquid | 2 +- src/assets/styles/base/index.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 3604f0a1..35ab2a79 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -100,5 +100,5 @@ layout: default TV {% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

This is a now page, and if you have your own site, you should make one too.

+

This is a now page, and if you have your own site, you should make one too.

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index e1db4774..cfb294ee 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -484,7 +484,11 @@ li { } .flex-wrap { - flex-wrap: wrap + flex-wrap: wrap; +} + +.bottom-explainer { + margin-top: var(--sizing-lg); } /* screens: md */ From ae48b15bd5d3af0721b080d63ea2aa8515819849 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 25 Apr 2024 16:19:02 -0400 Subject: [PATCH 11/12] chore: spacing --- src/_includes/now.liquid | 2 +- src/assets/styles/base/index.css | 4 ---- src/assets/styles/pages/now.css | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 35ab2a79..7e76cda1 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -100,5 +100,5 @@ layout: default TV {% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %} -

This is a now page, and if you have your own site, you should make one too.

+

This is a now page, and if you have your own site, you should make one too.

This page was last updated on {{ "now" | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}.

\ No newline at end of file diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index cfb294ee..35bf26dc 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -487,10 +487,6 @@ li { flex-wrap: wrap; } -.bottom-explainer { - margin-top: var(--sizing-lg); -} - /* screens: md */ @media screen and (min-width: 768px) { .main-title { diff --git a/src/assets/styles/pages/now.css b/src/assets/styles/pages/now.css index 9a33b9cf..5c823ed9 100644 --- a/src/assets/styles/pages/now.css +++ b/src/assets/styles/pages/now.css @@ -16,4 +16,8 @@ .link-list { margin-top: 0; +} + +.now-explainer { + padding-top: var(--sizing-lg); } \ No newline at end of file From 0887efa18f9635181b46edb8c75c24faaf363184 Mon Sep 17 00:00:00 2001 From: cdransf Date: Thu, 25 Apr 2024 22:03:25 +0000 Subject: [PATCH 12/12] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 773bc3ec..12aa64db 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1714075433802 + "timestamp": 1714082605367 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 76a68d06..fb00f9f2 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -12846,7 +12846,10 @@ "url": "https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/", "content_text": "🔗: Logitech’s Mouse Software Now Includes ChatGPT Support, Adds Janky ‘ai_overlay_tmp’ Directory to Users’ Home Folders via Stephen Hackett #Tech #AI https://512pixels.net/2024/04/ai-overlay-tmp-home-folder-mac-os/", "date_published": "Thu, 25 Apr 2024 18:13:00 GMT", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/112334117621849178" + ], + "lastTootTimestamp": 1714082605359 }, "https://www.theverge.com/2024/4/25/24140157/fcc-vote-restore-net-neutrality-rosenworcel-biden": { "id": "aHR0cHM6Ly93d3cudGhldmVyZ2UuY29tLzIwMjQvNC8yNS8yNDE0MDE1Ny9mY2Mtdm90ZS1yZXN0b3JlLW5ldC1uZXV0cmFsaXR5LXJvc2Vud29yY2VsLWJpZGVu",