From bb7c92ef0797cef38d163995ba463a1362d7d1ab Mon Sep 17 00:00:00 2001 From: cdransf Date: Fri, 5 Apr 2024 20:01:33 +0000 Subject: [PATCH 1/2] Update feed item cache --- cache/feed-to-social-media.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/feed-to-social-media.json b/cache/feed-to-social-media.json index 62971fb6..f49bc283 100644 --- a/cache/feed-to-social-media.json +++ b/cache/feed-to-social-media.json @@ -1 +1 @@ -{"id":"https://coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it/","title":"Access to data isn't a grant to exploit it","link":"https://coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it/","published":1712271600000,"description":"As the AI hype cycle continues and continues to take on ever more characteristics of a bubble, we should be making an ever more concerted effort to block, confound and frustrate the crawlers they use to trawl the public internet for data. They've operated under the assumption that public access to data comes with the implied permission to exploit and train their models on said data.","pubDate":"Thu, 04 Apr 2024 23:00:00 GMT"} \ No newline at end of file +{"id":"https://coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector/","title":"Enhancing pagination with a page selector","link":"https://coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector/","published":1712340000000,"description":"I've made a change to my site's pagination wherein I've enhanced the page count displayed at the bottom of my home and links pages to display the page count in a select element. The select displays a list of all the pages and navigates to the selected page.","pubDate":"Fri, 05 Apr 2024 18:00:00 GMT"} \ No newline at end of file From 1efbc1da9a77d1e5a9cf733a0d4061a920588112 Mon Sep 17 00:00:00 2001 From: cdransf Date: Fri, 5 Apr 2024 20:03:59 +0000 Subject: [PATCH 2/2] 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 44fa98d7..638de3a0 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1712269499958 + "timestamp": 1712347436910 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 68fc1186..d02c945a 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -12138,5 +12138,16 @@ "https://social.lol/users/cory/statuses/112215293943424924" ], "lastTootTimestamp": 1712269499952 + }, + "https://coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9lbmhhbmNpbmctcGFnaW5hdGlvbi13aXRoLWEtcGFnZS1zZWxlY3Rvci8=", + "title": "📝: Enhancing pagination with a page selector", + "url": "https://coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector/", + "content_text": "📝: Enhancing pagination with a page selector #Eleventy #WebDev #JavaScript https://coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector/", + "date_published": "Fri, 05 Apr 2024 18:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112220401620085914" + ], + "lastTootTimestamp": 1712347436904 } } \ No newline at end of file