Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
d7dec27d56
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/i-like-safari-but-nobody-should-be-required-to-use-it/","title":"I like Safari, but nobody should be required to use it","link":"https://coryd.dev/posts/2024/i-like-safari-but-nobody-should-be-required-to-use-it/","published":1711593000000,"description":"I've tried all the browsers (not Arc, but that's a big stack of nonsense dressing up Chromium) and I always return to Safari. I've been a longtime resident of Apple's walled garden/prison, my grandmother bought stock during Apple's IPO and my whole family uses, well, all of it. I'm technical support and firmly tethered by familial and financial bonds here.","pubDate":"Thu, 28 Mar 2024 02:30:00 GMT"}
|
||||
{"id":"https://coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage/","title":"Building a scrobbler using Plex webhooks, edge functions and blob storage","link":"https://coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage/","published":1712079000000,"description":"I've written before about embedding music into my site and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed to return album art. ListenBrainz is great, but client support is still lacking. I've also tried charting Apple Music data from their (quite limited) API.","pubDate":"Tue, 02 Apr 2024 17:30:00 GMT"}
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1712030620606
|
||||
"timestamp": 1712080849844
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -12094,5 +12094,16 @@
|
|||
"https://social.lol/users/cory/statuses/112199638746454324"
|
||||
],
|
||||
"lastTootTimestamp": 1712030620600
|
||||
},
|
||||
"https://coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage/": {
|
||||
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9idWlsZGluZy1hLXNjcm9iYmxlci11c2luZy1wbGV4LXdlYmhvb2tzLWVkZ2UtZnVuY3Rpb25zLWFuZC1ibG9iLXN0b3JhZ2Uv",
|
||||
"title": "📝: Building a scrobbler using Plex webhooks, edge functions and blob storage",
|
||||
"url": "https://coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage/",
|
||||
"content_text": "📝: Building a scrobbler using Plex webhooks, edge functions and blob storage #Eleventy #WebDev #Music #IndieWeb #SmallWeb #JavaScript https://coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage/",
|
||||
"date_published": "Tue, 02 Apr 2024 17:30:00 GMT",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/112202930570496361"
|
||||
],
|
||||
"lastTootTimestamp": 1712080849838
|
||||
}
|
||||
}
|
Reference in a new issue