From 668627e1daad1ec09c169a24cdfe230b2e2682f6 Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 00:11:22 +0000 Subject: [PATCH 1/9] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index c1613c45..bec1fbe6 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685916170819 + "timestamp": 1685923882066 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 47309db8..82a421b1 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3821,5 +3821,16 @@ "content_text": "🎥: Casino, 1995 - ★★★★ https://letterboxd.com/cdme/film/casino/", "date_published": "2023-06-04T20:54:42-08:00", "toots": [] + }, + "https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/": { + "id": "https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/", + "title": "🎥: How to Blow Up a Pipeline, 2022 - ★★★½", + "url": "https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/", + "content_text": "🎥: How to Blow Up a Pipeline, 2022 - ★★★½ https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/", + "date_published": "2023-06-04T23:11:38-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110488707531221575" + ], + "lastTootTimestamp": 1685923882063 } } \ No newline at end of file From 5d919efcdd3a29be31ce52d39f1533b87ccb396b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 4 Jun 2023 17:35:49 -0700 Subject: [PATCH 2/9] fix: feed value references --- src/_includes/feed-links.liquid | 2 +- src/assets/atom-feed-links.xsl | 2 +- src/feeds/links.liquid | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_includes/feed-links.liquid b/src/_includes/feed-links.liquid index 931a3600..a93c0980 100644 --- a/src/_includes/feed-links.liquid +++ b/src/_includes/feed-links.liquid @@ -7,7 +7,7 @@ - {% block update %}{{ articles[0].date | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %} + {% block update %}{{ links[0].time | date: "%Y-%m-%dT%H:%M:%S-08:00" }}{% endblock %} {{ site.url }} {{ site.name }} diff --git a/src/assets/atom-feed-links.xsl b/src/assets/atom-feed-links.xsl index 8c1442ea..0a8f2255 100644 --- a/src/assets/atom-feed-links.xsl +++ b/src/assets/atom-feed-links.xsl @@ -48,7 +48,7 @@ https://nicolas-hoizey.com/feeds/all.xml Feed preview • links -

Recently read and favorited links sourced from the Pinboard API.

+

Recently read and favorited links sourced from my Instapaper likes.

    diff --git a/src/feeds/links.liquid b/src/feeds/links.liquid index b39f7f94..1ee08b34 100644 --- a/src/feeds/links.liquid +++ b/src/feeds/links.liquid @@ -9,10 +9,10 @@ permalink: /links.xml {% block entries %} {% for link in links %} - {{ link.description | escape }} - + {{ link.title | escape }} + {{ link.time | date: "%m.%d.%Y" }} - {{ link.href }} + {{ link.link }} {% endfor %} From 916a5707f617bbd40b9c2c8404437d003ac8e08c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 4 Jun 2023 17:39:45 -0700 Subject: [PATCH 3/9] fix: json feed references --- src/links.11ty.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/links.11ty.liquid b/src/links.11ty.liquid index efdc214a..d2fc1004 100644 --- a/src/links.11ty.liquid +++ b/src/links.11ty.liquid @@ -9,9 +9,9 @@ permalink: '/links.json' "feed_url": "https://coryd.dev/links.json", "items": [{% for link in links %} { - "id": "{{ link.href }}", - "title": "{{ link.description | escape }}", - "url": "{{ link.href }}", + "id": "{{ link.link }}", + "title": "{{ link.title | escape }}", + "url": "{{ link.link }}", "content_text": "", "date_published": "{{ link.time | date: "%Y-%m-%dT%H:%M:%S-08:00" }}" }{% if not forloop.last %},{% endif %} From bf3b2f81912eab7f64fa8b8e1a85626e97f413b8 Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 02:28:59 +0000 Subject: [PATCH 4/9] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 43 +++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index bec1fbe6..d5e3a5ee 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685923882066 + "timestamp": 1685932138209 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 82a421b1..bdd1d495 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3832,5 +3832,48 @@ "https://social.lol/users/cory/statuses/110488707531221575" ], "lastTootTimestamp": 1685923882063 + }, + "https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/": { + "id": "https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/", + "title": "🔗: Taika Waititi: “Am I Allowed to Laugh at This?”", + "url": "https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/", + "content_text": "🔗: Taika Waititi: “Am I Allowed to Laugh at This?” https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/", + "date_published": "2023-06-04T00:00:00-08:00", + "toots": [] + }, + "https://www.theverge.com/23722383/network-private-community-lan-party-ethernet": { + "id": "https://www.theverge.com/23722383/network-private-community-lan-party-ethernet", + "title": "🔗: Remembering our favorite cozy networks", + "url": "https://www.theverge.com/23722383/network-private-community-lan-party-ethernet", + "content_text": "🔗: Remembering our favorite cozy networks https://www.theverge.com/23722383/network-private-community-lan-party-ethernet", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110489248603539936" + ], + "lastTootTimestamp": 1685932138206 + }, + "https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits": { + "id": "https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits", + "title": "🔗: It Will Cost Up to $21.5 Billion to Clean Up California’s Oil Sites. The Industry Won’t Make Enough Money to Pay for It.", + "url": "https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits", + "content_text": "🔗: It Will Cost Up to $21.5 Billion to Clean Up California’s Oil Sites. The Industry Won’t Make Enough Money to Pay for It. https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [] + }, + "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/": { + "id": "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/", + "title": "🔗: Survivors of Kissinger’s Secret War in Cambodia Reveal Unreported Mass Killings", + "url": "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/", + "content_text": "🔗: Survivors of Kissinger’s Secret War in Cambodia Reveal Unreported Mass Killings https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [] + }, + "https://mitchellh.com/writing/building-large-technical-projects": { + "id": "https://mitchellh.com/writing/building-large-technical-projects", + "title": "🔗: My Approach to Building Large Technical Projects", + "url": "https://mitchellh.com/writing/building-large-technical-projects", + "content_text": "🔗: My Approach to Building Large Technical Projects https://mitchellh.com/writing/building-large-technical-projects", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [] } } \ No newline at end of file From 32e54ea0b741faa3e86da6127dad42c5d2624755 Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 04:03:10 +0000 Subject: [PATCH 5/9] 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 d5e3a5ee..c5e8ba44 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685932138209 + "timestamp": 1685937789543 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index bdd1d495..effababe 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3820,7 +3820,10 @@ "url": "https://letterboxd.com/cdme/film/casino/", "content_text": "🎥: Casino, 1995 - ★★★★ https://letterboxd.com/cdme/film/casino/", "date_published": "2023-06-04T20:54:42-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110489618971532514" + ], + "lastTootTimestamp": 1685937789540 }, "https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/": { "id": "https://letterboxd.com/cdme/film/how-to-blow-up-a-pipeline/", From 0c0b42c3d1d2ee6c7b6b674d333d11fac62e8e73 Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 06:03:18 +0000 Subject: [PATCH 6/9] 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 c5e8ba44..d0af1583 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685937789543 + "timestamp": 1685944997596 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index effababe..b04f313a 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3842,7 +3842,10 @@ "url": "https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/", "content_text": "🔗: Taika Waititi: “Am I Allowed to Laugh at This?” https://www.hollywoodreporter.com/movies/movie-features/taika-waititi-next-goal-wins-reservation-dogs-representation-1235503336/", "date_published": "2023-06-04T00:00:00-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110490091359265459" + ], + "lastTootTimestamp": 1685944997592 }, "https://www.theverge.com/23722383/network-private-community-lan-party-ethernet": { "id": "https://www.theverge.com/23722383/network-private-community-lan-party-ethernet", From 66e4de817459b71fa4fd51d583a5560b3a005a4e Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 08:03:25 +0000 Subject: [PATCH 7/9] 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 d0af1583..fc5ecfde 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685944997596 + "timestamp": 1685952204891 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index b04f313a..a636b217 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3880,6 +3880,9 @@ "url": "https://mitchellh.com/writing/building-large-technical-projects", "content_text": "🔗: My Approach to Building Large Technical Projects https://mitchellh.com/writing/building-large-technical-projects", "date_published": "2023-06-03T00:00:00-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110490563696382343" + ], + "lastTootTimestamp": 1685952204888 } } \ No newline at end of file From 2494b87c5f4d9f3350a1cccf71b6e3763561cd5c Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 10:03:02 +0000 Subject: [PATCH 8/9] 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 fc5ecfde..bca17ad7 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685952204891 + "timestamp": 1685959381379 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index a636b217..e52d50bc 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3872,7 +3872,10 @@ "url": "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/", "content_text": "🔗: Survivors of Kissinger’s Secret War in Cambodia Reveal Unreported Mass Killings https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/", "date_published": "2023-06-03T00:00:00-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110491034012836301" + ], + "lastTootTimestamp": 1685959381376 }, "https://mitchellh.com/writing/building-large-technical-projects": { "id": "https://mitchellh.com/writing/building-large-technical-projects", From 58cb9c827f58e32ebc141b648ed120f83e424e79 Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 5 Jun 2023 12:03:44 +0000 Subject: [PATCH 9/9] 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 bca17ad7..8520a9aa 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1685959381379 + "timestamp": 1685966623689 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index e52d50bc..0bc0da09 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -3864,7 +3864,10 @@ "url": "https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits", "content_text": "🔗: It Will Cost Up to $21.5 Billion to Clean Up California’s Oil Sites. The Industry Won’t Make Enough Money to Pay for It. https://www.propublica.org/article/cost-of-california-oil-cleanup-exceeds-industry-profits", "date_published": "2023-06-03T00:00:00-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110491508644636979" + ], + "lastTootTimestamp": 1685966623686 }, "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/": { "id": "https://theintercept.com/2023/05/21/henry-kissinger-cambodia-bombing-survivors/",