Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
a159625aef
3 changed files with 13 additions and 2 deletions
2
cache/feed-to-social-media.json
vendored
2
cache/feed-to-social-media.json
vendored
|
@ -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"}
|
||||
{"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"}
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1712269499958
|
||||
"timestamp": 1712347436910
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -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
|
||||
}
|
||||
}
|
Reference in a new issue