Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
61c911d044
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/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"}
|
||||
{"id":"https://coryd.dev/posts/2024/ai-cannot-and-should-not-replace-search/","title":"AI cannot and should not replace search","link":"https://coryd.dev/posts/2024/ai-cannot-and-should-not-replace-search/","published":1712352600000,"description":"Name a search engine and it will have integrated AI — but can you name one that's any better for it? I'm at a loss and I can't help but wince every time another announces some sort of LLM integration.","pubDate":"Fri, 05 Apr 2024 21:30:00 GMT"}
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1712347436910
|
||||
"timestamp": 1712354595844
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -12149,5 +12149,16 @@
|
|||
"https://social.lol/users/cory/statuses/112220401620085914"
|
||||
],
|
||||
"lastTootTimestamp": 1712347436904
|
||||
},
|
||||
"https://coryd.dev/posts/2024/ai-cannot-and-should-not-replace-search/": {
|
||||
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9haS1jYW5ub3QtYW5kLXNob3VsZC1ub3QtcmVwbGFjZS1zZWFyY2gv",
|
||||
"title": "📝: AI cannot and should not replace search",
|
||||
"url": "https://coryd.dev/posts/2024/ai-cannot-and-should-not-replace-search/",
|
||||
"content_text": "📝: AI cannot and should not replace search #AI #Tech https://coryd.dev/posts/2024/ai-cannot-and-should-not-replace-search/",
|
||||
"date_published": "Fri, 05 Apr 2024 21:30:00 GMT",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/112220870787786575"
|
||||
],
|
||||
"lastTootTimestamp": 1712354595838
|
||||
}
|
||||
}
|
Reference in a new issue