From c2289e488db2cd4d8554a6d17abaa0d0229dec6b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 20 Apr 2024 10:46:18 -0700 Subject: [PATCH] fix: old syndication flow --- .eleventy.js | 3 +- .github/workflows/scheduled-post.yaml | 22 + README.md | 2 +- cache/json-feed-to-mastodon-timestamp.json | 3 + cache/json-feed-to-mastodon.json | 12612 ++++++++++++++++ config/collections/index.js | 18 + config/data/tag-aliases.js | 42 + config/filters/index.js | 7 + src/_data/follow.js | 23 + src/_data/linkPosts.js | 8 + src/_includes/partials/mastodon-post.liquid | 24 + src/_includes/partials/share-button.liquid | 2 +- .../styles/components/mastodon-post.css | 18 + src/assets/styles/index.css | 1 + src/feeds/follow.json.liquid | 12 + src/feeds/json.liquid | 18 + src/feeds/share.follow.json.liquid | 13 + src/pages/uses.md | 1 - 18 files changed, 12825 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/scheduled-post.yaml create mode 100644 cache/json-feed-to-mastodon-timestamp.json create mode 100644 cache/json-feed-to-mastodon.json create mode 100644 config/data/tag-aliases.js create mode 100644 src/_data/follow.js create mode 100644 src/_data/linkPosts.js create mode 100644 src/_includes/partials/mastodon-post.liquid create mode 100644 src/assets/styles/components/mastodon-post.css create mode 100644 src/feeds/follow.json.liquid create mode 100644 src/feeds/json.liquid create mode 100644 src/feeds/share.follow.json.liquid diff --git a/.eleventy.js b/.eleventy.js index d84b5e1b..a13f89b3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -12,7 +12,7 @@ import filters from './config/filters/index.js' import { slugifyString } from './config/utils/index.js' import { svgToJpeg } from './config/events/index.js' import { minifyJsComponents } from './config/events/index.js' -import { searchIndex, tagList, postStats, tagsSortedByCount, links } from './config/collections/index.js' +import { searchIndex, tagList, postStats, tagsSortedByCount, links, tagMap } from './config/collections/index.js' import { img } from './config/shortcodes/index.js' // load .env @@ -90,6 +90,7 @@ export default async function (eleventyConfig) { eleventyConfig.addCollection('postStats', postStats) eleventyConfig.addCollection('tagsSortedByCount', tagsSortedByCount) eleventyConfig.addCollection('links', links) + eleventyConfig.addCollection('tagMap', tagMap) const md = markdownIt({ html: true, linkify: true }) md.use(markdownItAnchor, { diff --git a/.github/workflows/scheduled-post.yaml b/.github/workflows/scheduled-post.yaml new file mode 100644 index 00000000..cb8c77c1 --- /dev/null +++ b/.github/workflows/scheduled-post.yaml @@ -0,0 +1,22 @@ +name: Scheduled follow feed to Mastodon +on: + workflow_dispatch: + schedule: + - cron: '0 */2 * * *' +jobs: + JSONFeed2Mastodon: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Feed to Mastodon + uses: nhoizey/github-action-feed-to-mastodon@v2 + with: + feedUrl: "https://coryd.dev/feeds/share-follow.json" + mastodonInstance: "https://social.lol" + mastodonToken: ${{ secrets.MASTODON_TOKEN }} + globalDelayToots: 0 + - name: Pull any changes from Git + run: git pull + - name: Commit and push + uses: stefanzweifel/git-auto-commit-action@v4 \ No newline at end of file diff --git a/README.md b/README.md index 06410b6f..a183b2e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # coryd.dev -[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled Speedlify test](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled Speedlify test](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [![Scheduled follow feed to Mastodon](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml) Hi! I'm Cory. πŸ‘‹πŸ» diff --git a/cache/json-feed-to-mastodon-timestamp.json b/cache/json-feed-to-mastodon-timestamp.json new file mode 100644 index 00000000..ff6edb94 --- /dev/null +++ b/cache/json-feed-to-mastodon-timestamp.json @@ -0,0 +1,3 @@ +{ + "timestamp": 1713319829577 +} \ No newline at end of file diff --git a/cache/json-feed-to-mastodon.json b/cache/json-feed-to-mastodon.json new file mode 100644 index 00000000..aa3132d0 --- /dev/null +++ b/cache/json-feed-to-mastodon.json @@ -0,0 +1,12612 @@ +{ + "https://letterboxd.com/cdme/film/nobody-2021/": { + "id": "https://letterboxd.com/cdme/film/nobody-2021/", + "title": "πŸŽ₯: Nobody, 2021 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/nobody-2021/", + "content_text": "πŸŽ₯: Nobody, 2021 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/nobody-2021/", + "date_published": "2023-03-27T13:35:55-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/red-sparrow/": { + "id": "https://letterboxd.com/cdme/film/red-sparrow/", + "title": "πŸŽ₯: Red Sparrow, 2018 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/red-sparrow/", + "content_text": "πŸŽ₯: Red Sparrow, 2018 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/red-sparrow/", + "date_published": "2023-03-27T00:59:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/": { + "id": "https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/", + "title": "πŸ“: Lazy select-based pagination in Eleventy", + "url": "https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/", + "content_text": "πŸ“: Lazy select-based pagination in Eleventy https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/", + "date_published": "2023-03-27T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/": { + "id": "https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/", + "title": "πŸ“: Automate and syndicate content from Eleventy to Mastodon", + "url": "https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/", + "content_text": "πŸ“: Automate and syndicate content from Eleventy to Mastodon https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/", + "date_published": "2023-03-27T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/state-of-play/": { + "id": "https://letterboxd.com/cdme/film/state-of-play/", + "title": "πŸŽ₯: State of Play, 2009 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/state-of-play/", + "content_text": "πŸŽ₯: State of Play, 2009 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/state-of-play/", + "date_published": "2023-03-26T16:55:16-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/red-dragon/": { + "id": "https://letterboxd.com/cdme/film/red-dragon/", + "title": "πŸŽ₯: Red Dragon, 2002 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/red-dragon/", + "content_text": "πŸŽ₯: Red Dragon, 2002 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/red-dragon/", + "date_published": "2023-03-26T01:04:02-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-city-we-became-by-n-k-jemisin-h9SJk": { + "id": "https://oku.club/book/the-city-we-became-by-n-k-jemisin-h9SJk", + "title": "πŸ“–: The City We Became", + "url": "https://oku.club/book/the-city-we-became-by-n-k-jemisin-h9SJk", + "content_text": "πŸ“–: The City We Became https://oku.club/book/the-city-we-became-by-n-k-jemisin-h9SJk", + "date_published": "2023-03-26T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/hannibal/": { + "id": "https://letterboxd.com/cdme/film/hannibal/", + "title": "πŸŽ₯: Hannibal, 2001 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/hannibal/", + "content_text": "πŸŽ₯: Hannibal, 2001 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/hannibal/", + "date_published": "2023-03-24T01:59:59-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/env-files-eleventy/": { + "id": "https://coryd.dev/posts/2023/env-files-eleventy/", + "title": "πŸ“: .env files in Eleventy", + "url": "https://coryd.dev/posts/2023/env-files-eleventy/", + "content_text": "πŸ“: .env files in Eleventy https://coryd.dev/posts/2023/env-files-eleventy/", + "date_published": "2023-03-24T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-silence-of-the-lambs/": { + "id": "https://letterboxd.com/cdme/film/the-silence-of-the-lambs/", + "title": "πŸŽ₯: The Silence of the Lambs, 1991 - β˜…β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-silence-of-the-lambs/", + "content_text": "πŸŽ₯: The Silence of the Lambs, 1991 - β˜…β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-silence-of-the-lambs/", + "date_published": "2023-03-22T13:10:27-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/lucy-2014/": { + "id": "https://letterboxd.com/cdme/film/lucy-2014/", + "title": "πŸŽ₯: Lucy, 2014 - β˜…Β½", + "url": "https://letterboxd.com/cdme/film/lucy-2014/", + "content_text": "πŸŽ₯: Lucy, 2014 - β˜…Β½ https://letterboxd.com/cdme/film/lucy-2014/", + "date_published": "2023-03-21T12:56:18-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/snowden/": { + "id": "https://letterboxd.com/cdme/film/snowden/", + "title": "πŸŽ₯: Snowden, 2016 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/snowden/", + "content_text": "πŸŽ₯: Snowden, 2016 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/snowden/", + "date_published": "2023-03-21T02:13:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/1h3QezaROm8znGVrqZr7BH": { + "id": "https://glass.photo/coryd/1h3QezaROm8znGVrqZr7BH", + "title": "Glass: β˜οΈπŸ”οΈ", + "url": "https://glass.photo/coryd/1h3QezaROm8znGVrqZr7BH", + "content_text": "Glass: β˜οΈπŸ”οΈ https://glass.photo/coryd/1h3QezaROm8znGVrqZr7BH", + "date_published": "2023-03-20T00:22:16-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/": { + "id": "https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/", + "title": "πŸ“: Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions", + "url": "https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/", + "content_text": "πŸ“: Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/", + "date_published": "2023-03-19T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/building-my-now-page-using-eleventy/": { + "id": "https://coryd.dev/posts/2023/building-my-now-page-using-eleventy/", + "title": "πŸ“: Building my /now page using Eleventy", + "url": "https://coryd.dev/posts/2023/building-my-now-page-using-eleventy/", + "content_text": "πŸ“: Building my /now page using Eleventy https://coryd.dev/posts/2023/building-my-now-page-using-eleventy/", + "date_published": "2023-03-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/webmentions-in-eleventy/": { + "id": "https://coryd.dev/posts/2023/webmentions-in-eleventy/", + "title": "πŸ“: Webmentions in Eleventy", + "url": "https://coryd.dev/posts/2023/webmentions-in-eleventy/", + "content_text": "πŸ“: Webmentions in Eleventy https://coryd.dev/posts/2023/webmentions-in-eleventy/", + "date_published": "2023-03-17T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/wild-things/": { + "id": "https://letterboxd.com/cdme/film/wild-things/", + "title": "πŸŽ₯: Wild Things, 1998 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/wild-things/", + "content_text": "πŸŽ₯: Wild Things, 1998 - β˜…β˜… https://letterboxd.com/cdme/film/wild-things/", + "date_published": "2023-03-15T13:37:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-climate-book-by-greta-thunberg-syv68": { + "id": "https://oku.club/book/the-climate-book-by-greta-thunberg-syv68", + "title": "πŸ“–: The Climate Book", + "url": "https://oku.club/book/the-climate-book-by-greta-thunberg-syv68", + "content_text": "πŸ“–: The Climate Book https://oku.club/book/the-climate-book-by-greta-thunberg-syv68", + "date_published": "2023-03-15T01:43:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/monster/": { + "id": "https://letterboxd.com/cdme/film/monster/", + "title": "πŸŽ₯: Monster, 2003 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/monster/", + "content_text": "πŸŽ₯: Monster, 2003 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/monster/", + "date_published": "2023-03-14T12:29:32-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/gravity-2013/": { + "id": "https://letterboxd.com/cdme/film/gravity-2013/", + "title": "πŸŽ₯: Gravity, 2013 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/gravity-2013/", + "content_text": "πŸŽ₯: Gravity, 2013 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/gravity-2013/", + "date_published": "2023-03-13T00:17:33-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/birds-of-prey-and-the-fantabulous-emancipation-of-one-harley-quinn/": { + "id": "https://letterboxd.com/cdme/film/birds-of-prey-and-the-fantabulous-emancipation-of-one-harley-quinn/", + "title": "πŸŽ₯: Birds of Prey (and the Fantabulous Emancipation of One Harley Quinn), 2020 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/birds-of-prey-and-the-fantabulous-emancipation-of-one-harley-quinn/", + "content_text": "πŸŽ₯: Birds of Prey (and the Fantabulous Emancipation of One Harley Quinn), 2020 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/birds-of-prey-and-the-fantabulous-emancipation-of-one-harley-quinn/", + "date_published": "2023-03-12T20:53:18-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/shazam/": { + "id": "https://letterboxd.com/cdme/film/shazam/", + "title": "πŸŽ₯: Shazam!, 2019 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/shazam/", + "content_text": "πŸŽ₯: Shazam!, 2019 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/shazam/", + "date_published": "2023-03-12T18:09:54-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/zero-dark-thirty/": { + "id": "https://letterboxd.com/cdme/film/zero-dark-thirty/", + "title": "πŸŽ₯: Zero Dark Thirty, 2012 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/zero-dark-thirty/", + "content_text": "πŸŽ₯: Zero Dark Thirty, 2012 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/zero-dark-thirty/", + "date_published": "2023-03-12T05:48:18-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-invisible-man-2020/": { + "id": "https://letterboxd.com/cdme/film/the-invisible-man-2020/", + "title": "πŸŽ₯: The Invisible Man, 2020 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-invisible-man-2020/", + "content_text": "πŸŽ₯: The Invisible Man, 2020 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-invisible-man-2020/", + "date_published": "2023-03-12T05:48:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/solo-a-star-wars-story/": { + "id": "https://letterboxd.com/cdme/film/solo-a-star-wars-story/", + "title": "πŸŽ₯: Solo: A Star Wars Story, 2018 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/solo-a-star-wars-story/", + "content_text": "πŸŽ₯: Solo: A Star Wars Story, 2018 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/solo-a-star-wars-story/", + "date_published": "2023-03-07T18:16:03-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/traffic/": { + "id": "https://letterboxd.com/cdme/film/traffic/", + "title": "πŸŽ₯: Traffic, 2000 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/traffic/", + "content_text": "πŸŽ₯: Traffic, 2000 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/traffic/", + "date_published": "2023-03-07T12:58:14-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-last-duel-2021/": { + "id": "https://letterboxd.com/cdme/film/the-last-duel-2021/", + "title": "πŸŽ₯: The Last Duel, 2021 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-last-duel-2021/", + "content_text": "πŸŽ₯: The Last Duel, 2021 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-last-duel-2021/", + "date_published": "2023-03-01T14:04:04-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/kiss-kiss-bang-bang-2005/": { + "id": "https://letterboxd.com/cdme/film/kiss-kiss-bang-bang-2005/", + "title": "πŸŽ₯: Kiss Kiss Bang Bang, 2005 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/kiss-kiss-bang-bang-2005/", + "content_text": "πŸŽ₯: Kiss Kiss Bang Bang, 2005 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/kiss-kiss-bang-bang-2005/", + "date_published": "2023-02-27T14:30:55-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-panama-papers-by-bastian-obermayer-Y0BeC": { + "id": "https://oku.club/book/the-panama-papers-by-bastian-obermayer-Y0BeC", + "title": "πŸ“–: The Panama Papers", + "url": "https://oku.club/book/the-panama-papers-by-bastian-obermayer-Y0BeC", + "content_text": "πŸ“–: The Panama Papers https://oku.club/book/the-panama-papers-by-bastian-obermayer-Y0BeC", + "date_published": "2023-02-27T10:00:08-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/creed-ii/": { + "id": "https://letterboxd.com/cdme/film/creed-ii/", + "title": "πŸŽ₯: Creed II, 2018 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/creed-ii/", + "content_text": "πŸŽ₯: Creed II, 2018 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/creed-ii/", + "date_published": "2023-02-27T01:15:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/creed/": { + "id": "https://letterboxd.com/cdme/film/creed/", + "title": "πŸŽ₯: Creed, 2015 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/creed/", + "content_text": "πŸŽ₯: Creed, 2015 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/creed/", + "date_published": "2023-02-26T18:29:52-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-ides-of-march/": { + "id": "https://letterboxd.com/cdme/film/the-ides-of-march/", + "title": "πŸŽ₯: The Ides of March, 2011 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-ides-of-march/", + "content_text": "πŸŽ₯: The Ides of March, 2011 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-ides-of-march/", + "date_published": "2023-02-25T20:24:39-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-hurt-locker/": { + "id": "https://letterboxd.com/cdme/film/the-hurt-locker/", + "title": "Letterboxd: The Hurt Locker, 2008 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-hurt-locker/", + "content_text": "Letterboxd: The Hurt Locker, 2008 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-hurt-locker/", + "date_published": "2023-02-23T02:00:29-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/automating-rss-syndication-with-nextjs-github/": { + "id": "https://coryd.dev/posts/2023/automating-rss-syndication-with-nextjs-github/", + "title": "πŸ“: Automating RSS syndication and sharing with Next.js and GitHub", + "url": "https://coryd.dev/posts/2023/automating-rss-syndication-with-nextjs-github/", + "content_text": "πŸ“: Automating RSS syndication and sharing with Next.js and GitHub https://coryd.dev/posts/2023/automating-rss-syndication-with-nextjs-github/", + "date_published": "2023-02-23T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/zombieland-double-tap/": { + "id": "https://letterboxd.com/cdme/film/zombieland-double-tap/", + "title": "Letterboxd: Zombieland: Double Tap, 2019 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/zombieland-double-tap/", + "content_text": "Letterboxd: Zombieland: Double Tap, 2019 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/zombieland-double-tap/", + "date_published": "2023-02-22T12:54:20-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/knock-at-the-cabin/": { + "id": "https://letterboxd.com/cdme/film/knock-at-the-cabin/", + "title": "Letterboxd: Knock at the Cabin, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/knock-at-the-cabin/", + "content_text": "Letterboxd: Knock at the Cabin, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/knock-at-the-cabin/", + "date_published": "2023-02-22T03:57:30-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/zombieland/": { + "id": "https://letterboxd.com/cdme/film/zombieland/", + "title": "Letterboxd: Zombieland, 2009 - β˜…β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/zombieland/", + "content_text": "Letterboxd: Zombieland, 2009 - β˜…β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/zombieland/", + "date_published": "2023-02-21T13:16:20-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/smile-2022/": { + "id": "https://letterboxd.com/cdme/film/smile-2022/", + "title": "Letterboxd: Smile, 2022 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/smile-2022/", + "content_text": "Letterboxd: Smile, 2022 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/smile-2022/", + "date_published": "2023-02-21T02:15:27-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/waves-2019/": { + "id": "https://letterboxd.com/cdme/film/waves-2019/", + "title": "Letterboxd: Waves, 2019 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/waves-2019/", + "content_text": "Letterboxd: Waves, 2019 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/waves-2019/", + "date_published": "2023-02-20T13:39:46-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/building-a-now-page-using-nextjs-and-social-apis/": { + "id": "https://coryd.dev/posts/2023/building-a-now-page-using-nextjs-and-social-apis/", + "title": "πŸ“: Building a now page using Next.js and social APIs", + "url": "https://coryd.dev/posts/2023/building-a-now-page-using-nextjs-and-social-apis/", + "content_text": "πŸ“: Building a now page using Next.js and social APIs https://coryd.dev/posts/2023/building-a-now-page-using-nextjs-and-social-apis/", + "date_published": "2023-02-20T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/inside-man/": { + "id": "https://letterboxd.com/cdme/film/inside-man/", + "title": "Letterboxd: Inside Man, 2006 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/inside-man/", + "content_text": "Letterboxd: Inside Man, 2006 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/inside-man/", + "date_published": "2023-02-19T19:08:59-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/possessor/": { + "id": "https://letterboxd.com/cdme/film/possessor/", + "title": "Letterboxd: Possessor, 2020 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/possessor/", + "content_text": "Letterboxd: Possessor, 2020 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/possessor/", + "date_published": "2023-02-19T17:11:41-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/sharper/": { + "id": "https://letterboxd.com/cdme/film/sharper/", + "title": "Letterboxd: Sharper, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/sharper/", + "content_text": "Letterboxd: Sharper, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/sharper/", + "date_published": "2023-02-19T00:21:58-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/client-side-webmentions-in-nextjs/": { + "id": "https://coryd.dev/posts/2023/client-side-webmentions-in-nextjs/", + "title": "πŸ“: Adding client side webmentions to my Next.js blog", + "url": "https://coryd.dev/posts/2023/client-side-webmentions-in-nextjs/", + "content_text": "πŸ“: Adding client side webmentions to my Next.js blog https://coryd.dev/posts/2023/client-side-webmentions-in-nextjs/", + "date_published": "2023-02-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/": { + "id": "https://coryd.dev/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/", + "title": "Blog: Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)", + "url": "https://coryd.dev/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/", + "content_text": "Blog: Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT) https://coryd.dev/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/", + "date_published": "2023-02-17T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/jupiter-ascending/": { + "id": "https://letterboxd.com/cdme/film/jupiter-ascending/", + "title": "Letterboxd: Jupiter Ascending, 2015 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/jupiter-ascending/", + "content_text": "Letterboxd: Jupiter Ascending, 2015 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/jupiter-ascending/", + "date_published": "2023-02-15T16:28:24-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/infinity-pool/": { + "id": "https://letterboxd.com/cdme/film/infinity-pool/", + "title": "Letterboxd: Infinity Pool, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/infinity-pool/", + "content_text": "Letterboxd: Infinity Pool, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/infinity-pool/", + "date_published": "2023-02-15T01:46:29-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/sunshine-2007/": { + "id": "https://letterboxd.com/cdme/film/sunshine-2007/", + "title": "Letterboxd: Sunshine, 2007 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/sunshine-2007/", + "content_text": "Letterboxd: Sunshine, 2007 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/sunshine-2007/", + "date_published": "2023-02-14T13:39:19-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-rage-carrie-2/": { + "id": "https://letterboxd.com/cdme/film/the-rage-carrie-2/", + "title": "Letterboxd: The Rage: Carrie 2, 1999 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-rage-carrie-2/", + "content_text": "Letterboxd: The Rage: Carrie 2, 1999 - β˜…β˜… https://letterboxd.com/cdme/film/the-rage-carrie-2/", + "date_published": "2023-02-14T02:24:02-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/4NzDGle2y2Fcn3xiVSc8j4": { + "id": "https://glass.photo/coryd/4NzDGle2y2Fcn3xiVSc8j4", + "title": "Glass: πŸŒ„πŸš—", + "url": "https://glass.photo/coryd/4NzDGle2y2Fcn3xiVSc8j4", + "content_text": "Glass: πŸŒ„πŸš— https://glass.photo/coryd/4NzDGle2y2Fcn3xiVSc8j4", + "date_published": "2023-02-13T01:31:45-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/operation-paperclip-by-annie-jacobsen-Sy4UJ": { + "id": "https://oku.club/book/operation-paperclip-by-annie-jacobsen-Sy4UJ", + "title": "πŸ“–: Operation Paperclip", + "url": "https://oku.club/book/operation-paperclip-by-annie-jacobsen-Sy4UJ", + "content_text": "πŸ“–: Operation Paperclip https://oku.club/book/operation-paperclip-by-annie-jacobsen-Sy4UJ", + "date_published": "2023-02-12T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/carlitos-way/": { + "id": "https://letterboxd.com/cdme/film/carlitos-way/", + "title": "Letterboxd: Carlito's Way, 1993 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/carlitos-way/", + "content_text": "Letterboxd: Carlito's Way, 1993 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/carlitos-way/", + "date_published": "2023-02-11T00:11:10-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/rocknrolla/": { + "id": "https://letterboxd.com/cdme/film/rocknrolla/", + "title": "Letterboxd: RockNRolla, 2008 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/rocknrolla/", + "content_text": "Letterboxd: RockNRolla, 2008 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/rocknrolla/", + "date_published": "2023-02-09T02:33:34-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/adding-client-side-rendered-webmentions-to-my-blog/": { + "id": "https://coryd.dev/posts/2023/adding-client-side-rendered-webmentions-to-my-blog/", + "title": "Blog: Adding client-side rendered webmentions to my blog", + "url": "https://coryd.dev/posts/2023/adding-client-side-rendered-webmentions-to-my-blog/", + "content_text": "Blog: Adding client-side rendered webmentions to my blog https://coryd.dev/posts/2023/adding-client-side-rendered-webmentions-to-my-blog/", + "date_published": "2023-02-09T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/american-murderer/": { + "id": "https://letterboxd.com/cdme/film/american-murderer/", + "title": "Letterboxd: American Murderer, 2022 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/american-murderer/", + "content_text": "Letterboxd: American Murderer, 2022 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/american-murderer/", + "date_published": "2023-02-08T23:10:46-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/1XZBtdUs9ZG6E2mVJww1h1": { + "id": "https://glass.photo/coryd/1XZBtdUs9ZG6E2mVJww1h1", + "title": "Glass: πŸ‘‘πŸ€", + "url": "https://glass.photo/coryd/1XZBtdUs9ZG6E2mVJww1h1", + "content_text": "Glass: πŸ‘‘πŸ€ https://glass.photo/coryd/1XZBtdUs9ZG6E2mVJww1h1", + "date_published": "2023-02-08T22:35:53-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/the-rover/": { + "id": "https://letterboxd.com/cdme/film/the-rover/", + "title": "Letterboxd: The Rover, 2014 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-rover/", + "content_text": "Letterboxd: The Rover, 2014 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-rover/", + "date_published": "2023-02-07T19:17:54-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/moneyball/": { + "id": "https://letterboxd.com/cdme/film/moneyball/", + "title": "Letterboxd: Moneyball, 2011 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/moneyball/", + "content_text": "Letterboxd: Moneyball, 2011 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/moneyball/", + "date_published": "2023-02-07T13:06:10-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/bullet-train/": { + "id": "https://letterboxd.com/cdme/film/bullet-train/", + "title": "Letterboxd: Bullet Train, 2022 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/bullet-train/", + "content_text": "Letterboxd: Bullet Train, 2022 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/bullet-train/", + "date_published": "2023-02-06T14:30:53-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://coryd.dev/posts/2023/automating-and-overengineering-my-now-page/": { + "id": "https://coryd.dev/posts/2023/automating-and-overengineering-my-now-page/", + "title": "Blog: Automating (and probably overengineering) my /now page", + "url": "https://coryd.dev/posts/2023/automating-and-overengineering-my-now-page/", + "content_text": "Blog: Automating (and probably overengineering) my /now page https://coryd.dev/posts/2023/automating-and-overengineering-my-now-page/", + "date_published": "2023-02-06T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/snowpiercer/": { + "id": "https://letterboxd.com/cdme/film/snowpiercer/", + "title": "Letterboxd: Snowpiercer, 2013 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/snowpiercer/", + "content_text": "Letterboxd: Snowpiercer, 2013 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/snowpiercer/", + "date_published": "2023-02-02T23:49:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/black-panther-wakanda-forever/": { + "id": "https://letterboxd.com/cdme/film/black-panther-wakanda-forever/", + "title": "Letterboxd: Black Panther: Wakanda Forever, 2022 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/black-panther-wakanda-forever/", + "content_text": "Letterboxd: Black Panther: Wakanda Forever, 2022 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/black-panther-wakanda-forever/", + "date_published": "2023-02-02T20:13:27-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/deepwater-horizon/": { + "id": "https://letterboxd.com/cdme/film/deepwater-horizon/", + "title": "Letterboxd: Deepwater Horizon, 2016 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/deepwater-horizon/", + "content_text": "Letterboxd: Deepwater Horizon, 2016 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/deepwater-horizon/", + "date_published": "2023-01-31T03:39:48-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/6gRko4IiGGRri5SeCI1Urj": { + "id": "https://glass.photo/coryd/6gRko4IiGGRri5SeCI1Urj", + "title": "Glass: Throwback to El Vy live in San Francisco. We made it to the show (driving from LA) just in time for doors.", + "url": "https://glass.photo/coryd/6gRko4IiGGRri5SeCI1Urj", + "content_text": "Glass: Throwback to El Vy live in San Francisco. We made it to the show (driving from LA) just in time for doors. https://glass.photo/coryd/6gRko4IiGGRri5SeCI1Urj", + "date_published": "2023-01-31T02:13:59-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/vivarium/": { + "id": "https://letterboxd.com/cdme/film/vivarium/", + "title": "Letterboxd: Vivarium, 2019 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/vivarium/", + "content_text": "Letterboxd: Vivarium, 2019 - β˜…β˜… https://letterboxd.com/cdme/film/vivarium/", + "date_published": "2023-01-30T00:55:15-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/300-rise-of-an-empire/": { + "id": "https://letterboxd.com/cdme/film/300-rise-of-an-empire/", + "title": "Letterboxd: 300: Rise of an Empire, 2014 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/300-rise-of-an-empire/", + "content_text": "Letterboxd: 300: Rise of an Empire, 2014 - β˜…β˜… https://letterboxd.com/cdme/film/300-rise-of-an-empire/", + "date_published": "2023-01-29T22:23:23-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-key-man-by-simon-clark-rC3Sj": { + "id": "https://oku.club/book/the-key-man-by-simon-clark-rC3Sj", + "title": "πŸ“–: The Key Man", + "url": "https://oku.club/book/the-key-man-by-simon-clark-rC3Sj", + "content_text": "πŸ“–: The Key Man https://oku.club/book/the-key-man-by-simon-clark-rC3Sj", + "date_published": "2023-01-26T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/a-quiet-place-part-ii/": { + "id": "https://letterboxd.com/cdme/film/a-quiet-place-part-ii/", + "title": "Letterboxd: A Quiet Place Part II, 2020 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/a-quiet-place-part-ii/", + "content_text": "Letterboxd: A Quiet Place Part II, 2020 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/a-quiet-place-part-ii/", + "date_published": "2023-01-24T23:46:55-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/a-quiet-place-2018/": { + "id": "https://letterboxd.com/cdme/film/a-quiet-place-2018/", + "title": "Letterboxd: A Quiet Place, 2018 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/a-quiet-place-2018/", + "content_text": "Letterboxd: A Quiet Place, 2018 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/a-quiet-place-2018/", + "date_published": "2023-01-24T19:54:06-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/high-life-2018/": { + "id": "https://letterboxd.com/cdme/film/high-life-2018/", + "title": "Letterboxd: High Life, 2018 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/high-life-2018/", + "content_html": "", + "content_text": "Letterboxd: High Life, 2018 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/high-life-2018/", + "date_published": "2023-01-23T20:16:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/film/dark-city-1998/": { + "id": "https://letterboxd.com/cdme/film/dark-city-1998/", + "title": "Letterboxd: Dark City, 1998 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/dark-city-1998/", + "content_html": "", + "date_published": "2023-01-22T22:49:39-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/D0OIG8SiXlYtLgACDVDOM": { + "id": "https://glass.photo/coryd/D0OIG8SiXlYtLgACDVDOM", + "title": "Glass: πŸͺ© LCD Soundsystem", + "url": "https://glass.photo/coryd/D0OIG8SiXlYtLgACDVDOM", + "content_text": "Glass: πŸͺ© LCD Soundsystem https://glass.photo/coryd/D0OIG8SiXlYtLgACDVDOM", + "date_published": "2023-01-19T05:45:54-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/1ddCcW5xLrPOdMx89rbr4Y": { + "id": "https://glass.photo/coryd/1ddCcW5xLrPOdMx89rbr4Y", + "title": "Glass: πŸ‘€πŸ¦©", + "url": "https://glass.photo/coryd/1ddCcW5xLrPOdMx89rbr4Y", + "content_text": "Glass: πŸ‘€πŸ¦© https://glass.photo/coryd/1ddCcW5xLrPOdMx89rbr4Y", + "date_published": "2023-01-19T04:44:47-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://glass.photo/coryd/60tpGkj02tt9XoyHpKvEv9": { + "id": "https://glass.photo/coryd/60tpGkj02tt9XoyHpKvEv9", + "title": "Glass: Family photo shoot - Ventura, CA", + "url": "https://glass.photo/coryd/60tpGkj02tt9XoyHpKvEv9", + "content_text": "Glass: Family photo shoot - Ventura, CA https://glass.photo/coryd/60tpGkj02tt9XoyHpKvEv9", + "date_published": "2023-01-18T19:18:58-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-mastermind-by-evan-ratliff-8Uvba": { + "id": "https://oku.club/book/the-mastermind-by-evan-ratliff-8Uvba", + "title": "πŸ“–: The Mastermind", + "url": "https://oku.club/book/the-mastermind-by-evan-ratliff-8Uvba", + "content_text": "πŸ“–: The Mastermind https://oku.club/book/the-mastermind-by-evan-ratliff-8Uvba", + "date_published": "2023-01-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/red-roulette-by-desmond-shum-EybyV": { + "id": "https://oku.club/book/red-roulette-by-desmond-shum-EybyV", + "title": "πŸ“–: Red Roulette", + "url": "https://oku.club/book/red-roulette-by-desmond-shum-EybyV", + "content_text": "πŸ“–: Red Roulette https://oku.club/book/red-roulette-by-desmond-shum-EybyV", + "date_published": "2023-01-14T15:47:09-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/rest-is-resistance-by-tricia-hersey-oEByG": { + "id": "https://oku.club/book/rest-is-resistance-by-tricia-hersey-oEByG", + "title": "πŸ“–: Rest is Resistance", + "url": "https://oku.club/book/rest-is-resistance-by-tricia-hersey-oEByG", + "content_text": "πŸ“–: Rest is Resistance https://oku.club/book/rest-is-resistance-by-tricia-hersey-oEByG", + "date_published": "2023-01-12T15:05:15-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/stay-true-by-hua-hsu-Cvlx8": { + "id": "https://oku.club/book/stay-true-by-hua-hsu-Cvlx8", + "title": "πŸ“–: Stay True", + "url": "https://oku.club/book/stay-true-by-hua-hsu-Cvlx8", + "content_text": "πŸ“–: Stay True https://oku.club/book/stay-true-by-hua-hsu-Cvlx8", + "date_published": "2023-01-11T19:44:28-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/the-impossible-city-by-karen-cheung-Vg5N0": { + "id": "https://oku.club/book/the-impossible-city-by-karen-cheung-Vg5N0", + "title": "πŸ“–: The Impossible City", + "url": "https://oku.club/book/the-impossible-city-by-karen-cheung-Vg5N0", + "content_text": "πŸ“–: The Impossible City https://oku.club/book/the-impossible-city-by-karen-cheung-Vg5N0", + "date_published": "2023-01-10T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/tracers-in-the-dark-by-andy-greenberg-1n9po": { + "id": "https://oku.club/book/tracers-in-the-dark-by-andy-greenberg-1n9po", + "title": "πŸ“–: Tracers in the Dark", + "url": "https://oku.club/book/tracers-in-the-dark-by-andy-greenberg-1n9po", + "content_text": "πŸ“–: Tracers in the Dark https://oku.club/book/tracers-in-the-dark-by-andy-greenberg-1n9po", + "date_published": "2023-01-03T16:41:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/raising-them-right-by-kyle-spencer-HV9Tt": { + "id": "https://oku.club/book/raising-them-right-by-kyle-spencer-HV9Tt", + "title": "πŸ“–: Raising Them Right", + "url": "https://oku.club/book/raising-them-right-by-kyle-spencer-HV9Tt", + "content_text": "πŸ“–: Raising Them Right https://oku.club/book/raising-them-right-by-kyle-spencer-HV9Tt", + "date_published": "2022-12-30T15:34:37-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/survival-of-the-richest-by-douglas-rushkoff-X5bEh": { + "id": "https://oku.club/book/survival-of-the-richest-by-douglas-rushkoff-X5bEh", + "title": "πŸ“–: Survival of the Richest: Escape Fantasies of the Tech Billionaires", + "url": "https://oku.club/book/survival-of-the-richest-by-douglas-rushkoff-X5bEh", + "content_text": "πŸ“–: Survival of the Richest: Escape Fantasies of the Tech Billionaires https://oku.club/book/survival-of-the-richest-by-douglas-rushkoff-X5bEh", + "date_published": "2022-12-22T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://letterboxd.com/cdme/list/movie-collection/": { + "id": "https://letterboxd.com/cdme/list/movie-collection/", + "title": "πŸŽ₯: Movie collection", + "url": "https://letterboxd.com/cdme/list/movie-collection/", + "content_text": "πŸŽ₯: Movie collection https://letterboxd.com/cdme/list/movie-collection/", + "date_published": "2022-12-16T00:47:51-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/indelible-city-by-louisa-lim-utPVs": { + "id": "https://oku.club/book/indelible-city-by-louisa-lim-utPVs", + "title": "πŸ“–: Indelible City", + "url": "https://oku.club/book/indelible-city-by-louisa-lim-utPVs", + "content_text": "πŸ“–: Indelible City https://oku.club/book/indelible-city-by-louisa-lim-utPVs", + "date_published": "2022-12-14T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514022 + }, + "https://oku.club/book/zodiac-unmasked-by-robert-graysmith-jnWr1": { + "id": "https://oku.club/book/zodiac-unmasked-by-robert-graysmith-jnWr1", + "title": "πŸ“–: Zodiac Unmasked", + "url": "https://oku.club/book/zodiac-unmasked-by-robert-graysmith-jnWr1", + "content_text": "πŸ“–: Zodiac Unmasked https://oku.club/book/zodiac-unmasked-by-robert-graysmith-jnWr1", + "date_published": "2022-12-03T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/zodiac-by-robert-graysmith-ShUce": { + "id": "https://oku.club/book/zodiac-by-robert-graysmith-ShUce", + "title": "πŸ“–: Zodiac", + "url": "https://oku.club/book/zodiac-by-robert-graysmith-ShUce", + "content_text": "πŸ“–: Zodiac https://oku.club/book/zodiac-by-robert-graysmith-ShUce", + "date_published": "2022-11-12T23:28:06-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/seek-and-hide-by-amy-gajda-nitNI": { + "id": "https://oku.club/book/seek-and-hide-by-amy-gajda-nitNI", + "title": "πŸ“–: Seek and Hide", + "url": "https://oku.club/book/seek-and-hide-by-amy-gajda-nitNI", + "content_text": "πŸ“–: Seek and Hide https://oku.club/book/seek-and-hide-by-amy-gajda-nitNI", + "date_published": "2022-11-04T16:00:27-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/down-and-out-in-paradise-by-charles-leerhsen-HLQGU": { + "id": "https://oku.club/book/down-and-out-in-paradise-by-charles-leerhsen-HLQGU", + "title": "πŸ“–: Down and Out in Paradise", + "url": "https://oku.club/book/down-and-out-in-paradise-by-charles-leerhsen-HLQGU", + "content_text": "πŸ“–: Down and Out in Paradise https://oku.club/book/down-and-out-in-paradise-by-charles-leerhsen-HLQGU", + "date_published": "2022-10-23T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/a-brief-history-of-equality-by-thomas-piketty-MRXTE": { + "id": "https://oku.club/book/a-brief-history-of-equality-by-thomas-piketty-MRXTE", + "title": "πŸ“–: A Brief History of Equality", + "url": "https://oku.club/book/a-brief-history-of-equality-by-thomas-piketty-MRXTE", + "content_text": "πŸ“–: A Brief History of Equality https://oku.club/book/a-brief-history-of-equality-by-thomas-piketty-MRXTE", + "date_published": "2022-10-16T18:19:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/how-fascism-works-by-jason-stanley-T4jmM": { + "id": "https://oku.club/book/how-fascism-works-by-jason-stanley-T4jmM", + "title": "πŸ“–: How Fascism Works", + "url": "https://oku.club/book/how-fascism-works-by-jason-stanley-T4jmM", + "content_text": "πŸ“–: How Fascism Works https://oku.club/book/how-fascism-works-by-jason-stanley-T4jmM", + "date_published": "2022-10-08T19:59:11-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/we-are-proud-boys-by-andy-campbell-e5LVE": { + "id": "https://oku.club/book/we-are-proud-boys-by-andy-campbell-e5LVE", + "title": "πŸ“–: We Are Proud Boys", + "url": "https://oku.club/book/we-are-proud-boys-by-andy-campbell-e5LVE", + "content_text": "πŸ“–: We Are Proud Boys https://oku.club/book/we-are-proud-boys-by-andy-campbell-e5LVE", + "date_published": "2022-10-06T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-storm-is-here-by-luke-mogelson-NH385": { + "id": "https://oku.club/book/the-storm-is-here-by-luke-mogelson-NH385", + "title": "πŸ“–: The Storm Is Here", + "url": "https://oku.club/book/the-storm-is-here-by-luke-mogelson-NH385", + "content_text": "πŸ“–: The Storm Is Here https://oku.club/book/the-storm-is-here-by-luke-mogelson-NH385", + "date_published": "2022-09-30T14:01:48-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/midnight-in-chernobyl-by-adam-higginbotham-ddCMF": { + "id": "https://oku.club/book/midnight-in-chernobyl-by-adam-higginbotham-ddCMF", + "title": "πŸ“–: Midnight in Chernobyl", + "url": "https://oku.club/book/midnight-in-chernobyl-by-adam-higginbotham-ddCMF", + "content_text": "πŸ“–: Midnight in Chernobyl https://oku.club/book/midnight-in-chernobyl-by-adam-higginbotham-ddCMF", + "date_published": "2022-09-21T16:39:51-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-socialist-manifesto-by-bhaskar-sunkara-zb6eA": { + "id": "https://oku.club/book/the-socialist-manifesto-by-bhaskar-sunkara-zb6eA", + "title": "πŸ“–: The Socialist Manifesto", + "url": "https://oku.club/book/the-socialist-manifesto-by-bhaskar-sunkara-zb6eA", + "content_text": "πŸ“–: The Socialist Manifesto https://oku.club/book/the-socialist-manifesto-by-bhaskar-sunkara-zb6eA", + "date_published": "2022-09-10T03:37:23-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/inhibitor-phase-by-alastair-reynolds-I7whS": { + "id": "https://oku.club/book/inhibitor-phase-by-alastair-reynolds-I7whS", + "title": "πŸ“–: Inhibitor Phase", + "url": "https://oku.club/book/inhibitor-phase-by-alastair-reynolds-I7whS", + "content_text": "πŸ“–: Inhibitor Phase https://oku.club/book/inhibitor-phase-by-alastair-reynolds-I7whS", + "date_published": "2022-09-07T02:55:30-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-iceman-by-anthony-bruno-IfumC": { + "id": "https://oku.club/book/the-iceman-by-anthony-bruno-IfumC", + "title": "πŸ“–: The Iceman: The True Story of a Cold-Blooded Killer", + "url": "https://oku.club/book/the-iceman-by-anthony-bruno-IfumC", + "content_text": "πŸ“–: The Iceman: The True Story of a Cold-Blooded Killer https://oku.club/book/the-iceman-by-anthony-bruno-IfumC", + "date_published": "2022-09-05T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/remote-by-jason-fried-uxuvr": { + "id": "https://oku.club/book/remote-by-jason-fried-uxuvr", + "title": "πŸ“–: Remote", + "url": "https://oku.club/book/remote-by-jason-fried-uxuvr", + "content_text": "πŸ“–: Remote https://oku.club/book/remote-by-jason-fried-uxuvr", + "date_published": "2022-08-30T01:28:34-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/digital-minimalism-by-cal-newport-uXGWJ": { + "id": "https://oku.club/book/digital-minimalism-by-cal-newport-uXGWJ", + "title": "πŸ“–: Digital Minimalism", + "url": "https://oku.club/book/digital-minimalism-by-cal-newport-uXGWJ", + "content_text": "πŸ“–: Digital Minimalism https://oku.club/book/digital-minimalism-by-cal-newport-uXGWJ", + "date_published": "2022-08-28T00:02:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/privacy-is-power-by-carissa-v%C3%A9liz-n57cw": { + "id": "https://oku.club/book/privacy-is-power-by-carissa-v%C3%A9liz-n57cw", + "title": "πŸ“–: Privacy is Power", + "url": "https://oku.club/book/privacy-is-power-by-carissa-v%C3%A9liz-n57cw", + "content_text": "πŸ“–: Privacy is Power https://oku.club/book/privacy-is-power-by-carissa-v%C3%A9liz-n57cw", + "date_published": "2022-08-24T17:39:56-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/seeing-like-a-state-by-james-c-scott-i1nTF": { + "id": "https://oku.club/book/seeing-like-a-state-by-james-c-scott-i1nTF", + "title": "πŸ“–: Seeing Like a State", + "url": "https://oku.club/book/seeing-like-a-state-by-james-c-scott-i1nTF", + "content_text": "πŸ“–: Seeing Like a State https://oku.club/book/seeing-like-a-state-by-james-c-scott-i1nTF", + "date_published": "2022-08-21T00:37:43-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/silicon-values-by-jillian-york-0t21Z": { + "id": "https://oku.club/book/silicon-values-by-jillian-york-0t21Z", + "title": "πŸ“–: Silicon Values", + "url": "https://oku.club/book/silicon-values-by-jillian-york-0t21Z", + "content_text": "πŸ“–: Silicon Values https://oku.club/book/silicon-values-by-jillian-york-0t21Z", + "date_published": "2022-08-10T22:03:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/bind-torture-kill-by-l-kelly-SwS01": { + "id": "https://oku.club/book/bind-torture-kill-by-l-kelly-SwS01", + "title": "πŸ“–: Bind, Torture, Kill", + "url": "https://oku.club/book/bind-torture-kill-by-l-kelly-SwS01", + "content_text": "πŸ“–: Bind, Torture, Kill https://oku.club/book/bind-torture-kill-by-l-kelly-SwS01", + "date_published": "2022-07-31T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/atomic-habits-by-james-clear-I7CgQ": { + "id": "https://oku.club/book/atomic-habits-by-james-clear-I7CgQ", + "title": "πŸ“–: Atomic Habits", + "url": "https://oku.club/book/atomic-habits-by-james-clear-I7CgQ", + "content_text": "πŸ“–: Atomic Habits https://oku.club/book/atomic-habits-by-james-clear-I7CgQ", + "date_published": "2022-07-23T21:10:52-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/spam-nation-by-brian-krebs-EJaUH": { + "id": "https://oku.club/book/spam-nation-by-brian-krebs-EJaUH", + "title": "πŸ“–: Spam Nation", + "url": "https://oku.club/book/spam-nation-by-brian-krebs-EJaUH", + "content_text": "πŸ“–: Spam Nation https://oku.club/book/spam-nation-by-brian-krebs-EJaUH", + "date_published": "2022-07-23T21:10:20-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/absolution-gap-by-alastair-reynolds-RHAFH": { + "id": "https://oku.club/book/absolution-gap-by-alastair-reynolds-RHAFH", + "title": "πŸ“–: Absolution Gap (Revelation Space, #3)", + "url": "https://oku.club/book/absolution-gap-by-alastair-reynolds-RHAFH", + "content_text": "πŸ“–: Absolution Gap (Revelation Space, #3) https://oku.club/book/absolution-gap-by-alastair-reynolds-RHAFH", + "date_published": "2022-07-20T22:45:59-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-chapo-guide-to-revolution-by-chapo-trap-house-XQPFY": { + "id": "https://oku.club/book/the-chapo-guide-to-revolution-by-chapo-trap-house-XQPFY", + "title": "πŸ“–: The Chapo Guide to Revolution", + "url": "https://oku.club/book/the-chapo-guide-to-revolution-by-chapo-trap-house-XQPFY", + "content_text": "πŸ“–: The Chapo Guide to Revolution https://oku.club/book/the-chapo-guide-to-revolution-by-chapo-trap-house-XQPFY", + "date_published": "2022-07-13T15:28:18-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-jakarta-method-by-vincent-bevins-n1XDh": { + "id": "https://oku.club/book/the-jakarta-method-by-vincent-bevins-n1XDh", + "title": "πŸ“–: The Jakarta Method", + "url": "https://oku.club/book/the-jakarta-method-by-vincent-bevins-n1XDh", + "content_text": "πŸ“–: The Jakarta Method https://oku.club/book/the-jakarta-method-by-vincent-bevins-n1XDh", + "date_published": "2022-07-10T20:12:40-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/unmasked-by-paul-holes-0Jh0D": { + "id": "https://oku.club/book/unmasked-by-paul-holes-0Jh0D", + "title": "πŸ“–: Unmasked: My Life Solving America's Cold Cases", + "url": "https://oku.club/book/unmasked-by-paul-holes-0Jh0D", + "content_text": "πŸ“–: Unmasked: My Life Solving America's Cold Cases https://oku.club/book/unmasked-by-paul-holes-0Jh0D", + "date_published": "2022-07-01T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/under-the-banner-of-heaven-by-jon-krakauer-y6f2q": { + "id": "https://oku.club/book/under-the-banner-of-heaven-by-jon-krakauer-y6f2q", + "title": "πŸ“–: Under the Banner of Heaven", + "url": "https://oku.club/book/under-the-banner-of-heaven-by-jon-krakauer-y6f2q", + "content_text": "πŸ“–: Under the Banner of Heaven https://oku.club/book/under-the-banner-of-heaven-by-jon-krakauer-y6f2q", + "date_published": "2022-06-28T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-lazarus-heist-by-geoff-white-NSARt": { + "id": "https://oku.club/book/the-lazarus-heist-by-geoff-white-NSARt", + "title": "πŸ“–: The Lazarus Heist", + "url": "https://oku.club/book/the-lazarus-heist-by-geoff-white-NSARt", + "content_text": "πŸ“–: The Lazarus Heist https://oku.club/book/the-lazarus-heist-by-geoff-white-NSARt", + "date_published": "2022-06-24T14:05:31-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/adnans-story-by-rabia-chaudry-GP7Lz": { + "id": "https://oku.club/book/adnans-story-by-rabia-chaudry-GP7Lz", + "title": "πŸ“–: Adnan's Story", + "url": "https://oku.club/book/adnans-story-by-rabia-chaudry-GP7Lz", + "content_text": "πŸ“–: Adnan's Story https://oku.club/book/adnans-story-by-rabia-chaudry-GP7Lz", + "date_published": "2022-06-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/building-web-applications-with-emberjs-by-jesse-cravens-6hB0p": { + "id": "https://oku.club/book/building-web-applications-with-emberjs-by-jesse-cravens-6hB0p", + "title": "πŸ“–: Building Web Applications with Ember.js", + "url": "https://oku.club/book/building-web-applications-with-emberjs-by-jesse-cravens-6hB0p", + "content_text": "πŸ“–: Building Web Applications with Ember.js https://oku.club/book/building-web-applications-with-emberjs-by-jesse-cravens-6hB0p", + "date_published": "2022-06-09T18:45:13-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/american-predator-by-maureen-callahan-yuD85": { + "id": "https://oku.club/book/american-predator-by-maureen-callahan-yuD85", + "title": "πŸ“–: American Predator", + "url": "https://oku.club/book/american-predator-by-maureen-callahan-yuD85", + "content_text": "πŸ“–: American Predator https://oku.club/book/american-predator-by-maureen-callahan-yuD85", + "date_published": "2022-06-05T16:02:15-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/cultish-by-amanda-montell-zasT2": { + "id": "https://oku.club/book/cultish-by-amanda-montell-zasT2", + "title": "πŸ“–: Cultish: The Language of Fanaticism", + "url": "https://oku.club/book/cultish-by-amanda-montell-zasT2", + "content_text": "πŸ“–: Cultish: The Language of Fanaticism https://oku.club/book/cultish-by-amanda-montell-zasT2", + "date_published": "2022-06-03T00:45:06-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://coryd.dev/posts/2022/apple-centric-digital-privacy-tools/": { + "id": "https://coryd.dev/posts/2022/apple-centric-digital-privacy-tools/", + "title": "Blog: Apple-centric digital privacy tools", + "url": "https://coryd.dev/posts/2022/apple-centric-digital-privacy-tools/", + "content_text": "Blog: Apple-centric digital privacy tools https://coryd.dev/posts/2022/apple-centric-digital-privacy-tools/", + "date_published": "2022-05-31T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/super-pumped-by-mike-isaac-QMBUd": { + "id": "https://oku.club/book/super-pumped-by-mike-isaac-QMBUd", + "title": "πŸ“–: Super Pumped: The Battle for Uber", + "url": "https://oku.club/book/super-pumped-by-mike-isaac-QMBUd", + "content_text": "πŸ“–: Super Pumped: The Battle for Uber https://oku.club/book/super-pumped-by-mike-isaac-QMBUd", + "date_published": "2022-05-28T16:58:07-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://coryd.dev/posts/2022/fixing-safari-icloud-syncing/": { + "id": "https://coryd.dev/posts/2022/fixing-safari-icloud-syncing/", + "title": "Blog: Fixing Safari iCloud syncing", + "url": "https://coryd.dev/posts/2022/fixing-safari-icloud-syncing/", + "content_text": "Blog: Fixing Safari iCloud syncing https://coryd.dev/posts/2022/fixing-safari-icloud-syncing/", + "date_published": "2022-05-28T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://coryd.dev/posts/2022/simple-api-fetch-hooks-with-swr/": { + "id": "https://coryd.dev/posts/2022/simple-api-fetch-hooks-with-swr/", + "title": "Blog: Simple data fetching with custom React hooks and SWR", + "url": "https://coryd.dev/posts/2022/simple-api-fetch-hooks-with-swr/", + "content_html": "", + "date_published": "2022-05-23T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/cult-of-the-dead-cow-by-joseph-menn-xvfvG": { + "id": "https://oku.club/book/cult-of-the-dead-cow-by-joseph-menn-xvfvG", + "title": "πŸ“–: Cult of the Dead Cow: How the Original Hacking Supergroup Might Just Save the World", + "url": "https://oku.club/book/cult-of-the-dead-cow-by-joseph-menn-xvfvG", + "content_text": "πŸ“–: Cult of the Dead Cow: How the Original Hacking Supergroup Might Just Save the World https://oku.club/book/cult-of-the-dead-cow-by-joseph-menn-xvfvG", + "date_published": "2022-05-22T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/chosen-country-by-james-pogue-SvvEr": { + "id": "https://oku.club/book/chosen-country-by-james-pogue-SvvEr", + "title": "πŸ“–: Chosen Country", + "url": "https://oku.club/book/chosen-country-by-james-pogue-SvvEr", + "content_text": "πŸ“–: Chosen Country https://oku.club/book/chosen-country-by-james-pogue-SvvEr", + "date_published": "2022-05-19T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/bad-blood-by-john-carreyrou-L6RAI": { + "id": "https://oku.club/book/bad-blood-by-john-carreyrou-L6RAI", + "title": "πŸ“–: Bad Blood: Secrets and Lies in a Silicon Valley Startup", + "url": "https://oku.club/book/bad-blood-by-john-carreyrou-L6RAI", + "content_text": "πŸ“–: Bad Blood: Secrets and Lies in a Silicon Valley Startup https://oku.club/book/bad-blood-by-john-carreyrou-L6RAI", + "date_published": "2022-05-15T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/mindhunter-by-mark-olshaker-0HO4t": { + "id": "https://oku.club/book/mindhunter-by-mark-olshaker-0HO4t", + "title": "πŸ“–: Mindhunter", + "url": "https://oku.club/book/mindhunter-by-mark-olshaker-0HO4t", + "content_text": "πŸ“–: Mindhunter https://oku.club/book/mindhunter-by-mark-olshaker-0HO4t", + "date_published": "2022-05-10T15:40:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/fight-like-hell-by-kim-kelly-ZqhdI": { + "id": "https://oku.club/book/fight-like-hell-by-kim-kelly-ZqhdI", + "title": "πŸ“–: Fight Like Hell: The Untold History of American Labor", + "url": "https://oku.club/book/fight-like-hell-by-kim-kelly-ZqhdI", + "content_text": "πŸ“–: Fight Like Hell: The Untold History of American Labor https://oku.club/book/fight-like-hell-by-kim-kelly-ZqhdI", + "date_published": "2022-05-01T23:55:39-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/rotting-ways-to-misery-by-markus-makkonen-MPt17": { + "id": "https://oku.club/book/rotting-ways-to-misery-by-markus-makkonen-MPt17", + "title": "πŸ“–: ROTTING WAYS TO MISERY", + "url": "https://oku.club/book/rotting-ways-to-misery-by-markus-makkonen-MPt17", + "content_text": "πŸ“–: ROTTING WAYS TO MISERY https://oku.club/book/rotting-ways-to-misery-by-markus-makkonen-MPt17", + "date_published": "2022-05-01T01:18:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/antisocial-by-andrew-marantz-t0qPr": { + "id": "https://oku.club/book/antisocial-by-andrew-marantz-t0qPr", + "title": "πŸ“–: Antisocial: Online Extremists, Techno-Utopians, and the Hijacking of the American Conversation", + "url": "https://oku.club/book/antisocial-by-andrew-marantz-t0qPr", + "content_text": "πŸ“–: Antisocial: Online Extremists, Techno-Utopians, and the Hijacking of the American Conversation https://oku.club/book/antisocial-by-andrew-marantz-t0qPr", + "date_published": "2022-04-29T02:55:56-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/miles-by-quincy-troupe-WX6ea": { + "id": "https://oku.club/book/miles-by-quincy-troupe-WX6ea", + "title": "πŸ“–: Miles", + "url": "https://oku.club/book/miles-by-quincy-troupe-WX6ea", + "content_text": "πŸ“–: Miles https://oku.club/book/miles-by-quincy-troupe-WX6ea", + "date_published": "2022-04-24T00:14:19-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/my-friend-anna-by-rachel-deloache-williams-n7MXa": { + "id": "https://oku.club/book/my-friend-anna-by-rachel-deloache-williams-n7MXa", + "title": "πŸ“–: My Friend Anna", + "url": "https://oku.club/book/my-friend-anna-by-rachel-deloache-williams-n7MXa", + "content_text": "πŸ“–: My Friend Anna https://oku.club/book/my-friend-anna-by-rachel-deloache-williams-n7MXa", + "date_published": "2022-04-24T00:07:28-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/darkest-web-by-eileen-ormsby-eHp6k": { + "id": "https://oku.club/book/darkest-web-by-eileen-ormsby-eHp6k", + "title": "πŸ“–: Darkest Web", + "url": "https://oku.club/book/darkest-web-by-eileen-ormsby-eHp6k", + "content_text": "πŸ“–: Darkest Web https://oku.club/book/darkest-web-by-eileen-ormsby-eHp6k", + "date_published": "2022-04-21T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-nineties-by-chuck-klosterman-QNgHC": { + "id": "https://oku.club/book/the-nineties-by-chuck-klosterman-QNgHC", + "title": "πŸ“–: The Nineties", + "url": "https://oku.club/book/the-nineties-by-chuck-klosterman-QNgHC", + "content_text": "πŸ“–: The Nineties https://oku.club/book/the-nineties-by-chuck-klosterman-QNgHC", + "date_published": "2022-04-08T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/moneyland-by-oliver-bullough-s9wvO": { + "id": "https://oku.club/book/moneyland-by-oliver-bullough-s9wvO", + "title": "πŸ“–: Moneyland", + "url": "https://oku.club/book/moneyland-by-oliver-bullough-s9wvO", + "content_text": "πŸ“–: Moneyland https://oku.club/book/moneyland-by-oliver-bullough-s9wvO", + "date_published": "2022-04-04T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-extended-mind-by-annie-murphy-paul-Mzlrf": { + "id": "https://oku.club/book/the-extended-mind-by-annie-murphy-paul-Mzlrf", + "title": "πŸ“–: The Extended Mind", + "url": "https://oku.club/book/the-extended-mind-by-annie-murphy-paul-Mzlrf", + "content_text": "πŸ“–: The Extended Mind https://oku.club/book/the-extended-mind-by-annie-murphy-paul-Mzlrf", + "date_published": "2022-04-01T19:39:13-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/drive-by-james-s-a-corey-DXapB": { + "id": "https://oku.club/book/drive-by-james-s-a-corey-DXapB", + "title": "πŸ“–: Drive", + "url": "https://oku.club/book/drive-by-james-s-a-corey-DXapB", + "content_text": "πŸ“–: Drive https://oku.club/book/drive-by-james-s-a-corey-DXapB", + "date_published": "2022-03-30T03:17:51-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/mbs-by-ben-hubbard-HTrlr": { + "id": "https://oku.club/book/mbs-by-ben-hubbard-HTrlr", + "title": "πŸ“–: MBS", + "url": "https://oku.club/book/mbs-by-ben-hubbard-HTrlr", + "content_text": "πŸ“–: MBS https://oku.club/book/mbs-by-ben-hubbard-HTrlr", + "date_published": "2022-03-29T02:55:58-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/putins-people-by-catherine-belton-cHBSw": { + "id": "https://oku.club/book/putins-people-by-catherine-belton-cHBSw", + "title": "πŸ“–: Putin’s People: How the KGB Took Back Russia and then Took on the West", + "url": "https://oku.club/book/putins-people-by-catherine-belton-cHBSw", + "content_text": "πŸ“–: Putin’s People: How the KGB Took Back Russia and then Took on the West https://oku.club/book/putins-people-by-catherine-belton-cHBSw", + "date_published": "2022-03-27T15:48:05-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-sins-of-our-fathers-by-james-s-a-corey-HKXjt": { + "id": "https://oku.club/book/the-sins-of-our-fathers-by-james-s-a-corey-HKXjt", + "title": "πŸ“–: The Sins of Our Fathers", + "url": "https://oku.club/book/the-sins-of-our-fathers-by-james-s-a-corey-HKXjt", + "content_text": "πŸ“–: The Sins of Our Fathers https://oku.club/book/the-sins-of-our-fathers-by-james-s-a-corey-HKXjt", + "date_published": "2022-03-27T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/off-the-edge-by-kelly-weill-SKujn": { + "id": "https://oku.club/book/off-the-edge-by-kelly-weill-SKujn", + "title": "πŸ“–: Off the Edge", + "url": "https://oku.club/book/off-the-edge-by-kelly-weill-SKujn", + "content_text": "πŸ“–: Off the Edge https://oku.club/book/off-the-edge-by-kelly-weill-SKujn", + "date_published": "2022-03-19T21:43:26-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-cryptopians-by-laura-shin-S43ey": { + "id": "https://oku.club/book/the-cryptopians-by-laura-shin-S43ey", + "title": "πŸ“–: The Cryptopians", + "url": "https://oku.club/book/the-cryptopians-by-laura-shin-S43ey", + "content_text": "πŸ“–: The Cryptopians https://oku.club/book/the-cryptopians-by-laura-shin-S43ey", + "date_published": "2022-03-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-intersectional-environmentalist-by-leah-thomas-3o8nH": { + "id": "https://oku.club/book/the-intersectional-environmentalist-by-leah-thomas-3o8nH", + "title": "πŸ“–: The Intersectional Environmentalist: How to Dismantle Systems of Oppression to Protect People + Planet", + "url": "https://oku.club/book/the-intersectional-environmentalist-by-leah-thomas-3o8nH", + "content_text": "πŸ“–: The Intersectional Environmentalist: How to Dismantle Systems of Oppression to Protect People + Planet https://oku.club/book/the-intersectional-environmentalist-by-leah-thomas-3o8nH", + "date_published": "2022-03-13T21:12:56-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-compatriots-by-andrei-soldatov-UMhCz": { + "id": "https://oku.club/book/the-compatriots-by-andrei-soldatov-UMhCz", + "title": "πŸ“–: The Compatriots: Dissidents, Hackers, Oligarchs, and Spies - The Story of Russia's Uncontrollable Emigres", + "url": "https://oku.club/book/the-compatriots-by-andrei-soldatov-UMhCz", + "content_text": "πŸ“–: The Compatriots: Dissidents, Hackers, Oligarchs, and Spies - The Story of Russia's Uncontrollable Emigres https://oku.club/book/the-compatriots-by-andrei-soldatov-UMhCz", + "date_published": "2022-03-12T18:51:23-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-wretched-of-the-earth-by-frantz-fanon-8On3n": { + "id": "https://oku.club/book/the-wretched-of-the-earth-by-frantz-fanon-8On3n", + "title": "πŸ“–: The Wretched of the Earth", + "url": "https://oku.club/book/the-wretched-of-the-earth-by-frantz-fanon-8On3n", + "content_text": "πŸ“–: The Wretched of the Earth https://oku.club/book/the-wretched-of-the-earth-by-frantz-fanon-8On3n", + "date_published": "2022-03-06T20:37:10-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/lords-of-chaos-by-michael-moynihan-TQeVA": { + "id": "https://oku.club/book/lords-of-chaos-by-michael-moynihan-TQeVA", + "title": "πŸ“–: Lords of Chaos: The Bloody Rise of the Satanic Metal Underground", + "url": "https://oku.club/book/lords-of-chaos-by-michael-moynihan-TQeVA", + "content_text": "πŸ“–: Lords of Chaos: The Bloody Rise of the Satanic Metal Underground https://oku.club/book/lords-of-chaos-by-michael-moynihan-TQeVA", + "date_published": "2022-02-24T16:13:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/going-clear-by-lawrence-wright-ChtJe": { + "id": "https://oku.club/book/going-clear-by-lawrence-wright-ChtJe", + "title": "πŸ“–: Going Clear: Scientology, Hollywood, and the Prison of Belief", + "url": "https://oku.club/book/going-clear-by-lawrence-wright-ChtJe", + "content_text": "πŸ“–: Going Clear: Scientology, Hollywood, and the Prison of Belief https://oku.club/book/going-clear-by-lawrence-wright-ChtJe", + "date_published": "2022-02-18T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/blitzed-by-norman-ohler-CZnyf": { + "id": "https://oku.club/book/blitzed-by-norman-ohler-CZnyf", + "title": "πŸ“–: Blitzed: Drugs in Nazi Germany", + "url": "https://oku.club/book/blitzed-by-norman-ohler-CZnyf", + "content_text": "πŸ“–: Blitzed: Drugs in Nazi Germany https://oku.club/book/blitzed-by-norman-ohler-CZnyf", + "date_published": "2022-02-10T02:57:45-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/paradise-by-lizzie-johnson-BHfRA": { + "id": "https://oku.club/book/paradise-by-lizzie-johnson-BHfRA", + "title": "πŸ“–: Paradise: One Town's Struggle to Survive an American Wildfire", + "url": "https://oku.club/book/paradise-by-lizzie-johnson-BHfRA", + "content_text": "πŸ“–: Paradise: One Town's Struggle to Survive an American Wildfire https://oku.club/book/paradise-by-lizzie-johnson-BHfRA", + "date_published": "2022-02-06T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/pedagogy-of-the-oppressed-by-paulo-freire-nGgoW": { + "id": "https://oku.club/book/pedagogy-of-the-oppressed-by-paulo-freire-nGgoW", + "title": "πŸ“–: Pedagogy of the Oppressed", + "url": "https://oku.club/book/pedagogy-of-the-oppressed-by-paulo-freire-nGgoW", + "content_text": "πŸ“–: Pedagogy of the Oppressed https://oku.club/book/pedagogy-of-the-oppressed-by-paulo-freire-nGgoW", + "date_published": "2022-02-01T03:00:04-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/missoula-by-jon-krakauer-ggUIz": { + "id": "https://oku.club/book/missoula-by-jon-krakauer-ggUIz", + "title": "πŸ“–: Missoula: Rape and the Justice System in a College Town", + "url": "https://oku.club/book/missoula-by-jon-krakauer-ggUIz", + "content_text": "πŸ“–: Missoula: Rape and the Justice System in a College Town https://oku.club/book/missoula-by-jon-krakauer-ggUIz", + "date_published": "2022-01-29T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/free-by-lea-ypi-k3V1u": { + "id": "https://oku.club/book/free-by-lea-ypi-k3V1u", + "title": "πŸ“–: Free: A Child and a Country at the End of History", + "url": "https://oku.club/book/free-by-lea-ypi-k3V1u", + "content_text": "πŸ“–: Free: A Child and a Country at the End of History https://oku.club/book/free-by-lea-ypi-k3V1u", + "date_published": "2022-01-26T18:06:46-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/reign-of-terror-by-spencer-ackerman-vNJMb": { + "id": "https://oku.club/book/reign-of-terror-by-spencer-ackerman-vNJMb", + "title": "πŸ“–: Reign of Terror: How the 9/11 Era Destabilized America and Produced Trump", + "url": "https://oku.club/book/reign-of-terror-by-spencer-ackerman-vNJMb", + "content_text": "πŸ“–: Reign of Terror: How the 9/11 Era Destabilized America and Produced Trump https://oku.club/book/reign-of-terror-by-spencer-ackerman-vNJMb", + "date_published": "2022-01-22T18:47:11-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/narconomics-by-tom-wainwright-qRrxi": { + "id": "https://oku.club/book/narconomics-by-tom-wainwright-qRrxi", + "title": "πŸ“–: Narconomics: How to Run a Drug Cartel", + "url": "https://oku.club/book/narconomics-by-tom-wainwright-qRrxi", + "content_text": "πŸ“–: Narconomics: How to Run a Drug Cartel https://oku.club/book/narconomics-by-tom-wainwright-qRrxi", + "date_published": "2022-01-18T00:09:11-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/an-ugly-truth-by-sheera-frenkel-RxLoN": { + "id": "https://oku.club/book/an-ugly-truth-by-sheera-frenkel-RxLoN", + "title": "πŸ“–: An Ugly Truth: Inside Facebook's Battle for Domination", + "url": "https://oku.club/book/an-ugly-truth-by-sheera-frenkel-RxLoN", + "content_text": "πŸ“–: An Ugly Truth: Inside Facebook's Battle for Domination https://oku.club/book/an-ugly-truth-by-sheera-frenkel-RxLoN", + "date_published": "2022-01-11T08:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/capitalist-realism-by-mark-fisher-Lq4Gm": { + "id": "https://oku.club/book/capitalist-realism-by-mark-fisher-Lq4Gm", + "title": "πŸ“–: Capitalist Realism: Is There No Alternative?", + "url": "https://oku.club/book/capitalist-realism-by-mark-fisher-Lq4Gm", + "content_text": "πŸ“–: Capitalist Realism: Is There No Alternative? https://oku.club/book/capitalist-realism-by-mark-fisher-Lq4Gm", + "date_published": "2022-01-11T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/sellout-by-dan-ozzi-wXvCV": { + "id": "https://oku.club/book/sellout-by-dan-ozzi-wXvCV", + "title": "πŸ“–: Sellout", + "url": "https://oku.club/book/sellout-by-dan-ozzi-wXvCV", + "content_text": "πŸ“–: Sellout https://oku.club/book/sellout-by-dan-ozzi-wXvCV", + "date_published": "2022-01-07T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/will-by-will-manson-smith-mark-YfBE1": { + "id": "https://oku.club/book/will-by-will-manson-smith-mark-YfBE1", + "title": "πŸ“–: Will", + "url": "https://oku.club/book/will-by-will-manson-smith-mark-YfBE1", + "content_text": "πŸ“–: Will https://oku.club/book/will-by-will-manson-smith-mark-YfBE1", + "date_published": "2022-01-04T01:38:52-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/between-two-kingdoms-by-suleika-jaouad-2aLKA": { + "id": "https://oku.club/book/between-two-kingdoms-by-suleika-jaouad-2aLKA", + "title": "πŸ“–: Between Two Kingdoms: A Memoir of a Life Interrupted", + "url": "https://oku.club/book/between-two-kingdoms-by-suleika-jaouad-2aLKA", + "content_text": "πŸ“–: Between Two Kingdoms: A Memoir of a Life Interrupted https://oku.club/book/between-two-kingdoms-by-suleika-jaouad-2aLKA", + "date_published": "2021-12-29T15:59:36-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/on-juneteenth-by-annette-gordon-reed-4hGMz": { + "id": "https://oku.club/book/on-juneteenth-by-annette-gordon-reed-4hGMz", + "title": "πŸ“–: On Juneteenth", + "url": "https://oku.club/book/on-juneteenth-by-annette-gordon-reed-4hGMz", + "content_text": "πŸ“–: On Juneteenth https://oku.club/book/on-juneteenth-by-annette-gordon-reed-4hGMz", + "date_published": "2021-12-18T19:54:30-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-ra4NC": { + "id": "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-ra4NC", + "title": "πŸ“–: Crying in H Mart: A Memoir", + "url": "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-ra4NC", + "content_text": "πŸ“–: Crying in H Mart: A Memoir https://oku.club/book/crying-in-h-mart-by-michelle-zauner-ra4NC", + "date_published": "2021-12-16T19:46:23-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-trIU8": { + "id": "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-trIU8", + "title": "πŸ“–: Crying in H Mart", + "url": "https://oku.club/book/crying-in-h-mart-by-michelle-zauner-trIU8", + "content_text": "πŸ“–: Crying in H Mart https://oku.club/book/crying-in-h-mart-by-michelle-zauner-trIU8", + "date_published": "2021-12-16T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-least-of-us-by-sam-quinones-g77E3": { + "id": "https://oku.club/book/the-least-of-us-by-sam-quinones-g77E3", + "title": "πŸ“–: The Least of Us: True Tales of America and Hope in the Time of Fentanyl and Meth", + "url": "https://oku.club/book/the-least-of-us-by-sam-quinones-g77E3", + "content_text": "πŸ“–: The Least of Us: True Tales of America and Hope in the Time of Fentanyl and Meth https://oku.club/book/the-least-of-us-by-sam-quinones-g77E3", + "date_published": "2021-12-12T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/dreamland-by-sam-quinones-FC9Fg": { + "id": "https://oku.club/book/dreamland-by-sam-quinones-FC9Fg", + "title": "πŸ“–: Dreamland: The True Tale of America's Opiate Epidemic", + "url": "https://oku.club/book/dreamland-by-sam-quinones-FC9Fg", + "content_text": "πŸ“–: Dreamland: The True Tale of America's Opiate Epidemic https://oku.club/book/dreamland-by-sam-quinones-FC9Fg", + "date_published": "2021-12-08T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/redemption-ark-by-alastair-reynolds-jusPQ": { + "id": "https://oku.club/book/redemption-ark-by-alastair-reynolds-jusPQ", + "title": "πŸ“–: Redemption Ark (Revelation Space, #2)", + "url": "https://oku.club/book/redemption-ark-by-alastair-reynolds-jusPQ", + "content_text": "πŸ“–: Redemption Ark (Revelation Space, #2) https://oku.club/book/redemption-ark-by-alastair-reynolds-jusPQ", + "date_published": "2021-11-29T08:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-communist-manifesto-by-karl-marx-WVreC": { + "id": "https://oku.club/book/the-communist-manifesto-by-karl-marx-WVreC", + "title": "πŸ“–: The Communist Manifesto", + "url": "https://oku.club/book/the-communist-manifesto-by-karl-marx-WVreC", + "content_text": "πŸ“–: The Communist Manifesto https://oku.club/book/the-communist-manifesto-by-karl-marx-WVreC", + "date_published": "2021-11-28T20:00:33-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-autobiography-of-malcom-x-by-malcolm-x-bG0cI": { + "id": "https://oku.club/book/the-autobiography-of-malcom-x-by-malcolm-x-bG0cI", + "title": "πŸ“–: The Autobiography of Malcom X", + "url": "https://oku.club/book/the-autobiography-of-malcom-x-by-malcolm-x-bG0cI", + "content_text": "πŸ“–: The Autobiography of Malcom X https://oku.club/book/the-autobiography-of-malcom-x-by-malcolm-x-bG0cI", + "date_published": "2021-11-25T20:05:05-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/sigh-gone-by-phuc-tran-UP2T5": { + "id": "https://oku.club/book/sigh-gone-by-phuc-tran-UP2T5", + "title": "πŸ“–: Sigh, Gone: A Misfit's Memoir of Great Books, Punk Rock, and the Fight to Fit In", + "url": "https://oku.club/book/sigh-gone-by-phuc-tran-UP2T5", + "content_text": "πŸ“–: Sigh, Gone: A Misfit's Memoir of Great Books, Punk Rock, and the Fight to Fit In https://oku.club/book/sigh-gone-by-phuc-tran-UP2T5", + "date_published": "2021-11-17T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/chatter-by-patrick-radden-keefe-neeEM": { + "id": "https://oku.club/book/chatter-by-patrick-radden-keefe-neeEM", + "title": "πŸ“–: Chatter: Dispatches from the Secret World of Global Eavesdropping", + "url": "https://oku.club/book/chatter-by-patrick-radden-keefe-neeEM", + "content_text": "πŸ“–: Chatter: Dispatches from the Secret World of Global Eavesdropping https://oku.club/book/chatter-by-patrick-radden-keefe-neeEM", + "date_published": "2021-11-08T08:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/last-call-by-elon-green-0kolk": { + "id": "https://oku.club/book/last-call-by-elon-green-0kolk", + "title": "πŸ“–: Last Call: A True Story of Love, Lust, and Murder in Queer New York", + "url": "https://oku.club/book/last-call-by-elon-green-0kolk", + "content_text": "πŸ“–: Last Call: A True Story of Love, Lust, and Murder in Queer New York https://oku.club/book/last-call-by-elon-green-0kolk", + "date_published": "2021-11-08T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/breaking-the-social-media-prism-by-christopher-a-bail-mrOrT": { + "id": "https://oku.club/book/breaking-the-social-media-prism-by-christopher-a-bail-mrOrT", + "title": "πŸ“–: Breaking the Social Media Prism: How to Make Our Platforms Less Polarizing", + "url": "https://oku.club/book/breaking-the-social-media-prism-by-christopher-a-bail-mrOrT", + "content_text": "πŸ“–: Breaking the Social Media Prism: How to Make Our Platforms Less Polarizing https://oku.club/book/breaking-the-social-media-prism-by-christopher-a-bail-mrOrT", + "date_published": "2021-11-06T19:23:39-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-doctor-who-fooled-the-world-by-brian-deer-VvBIa": { + "id": "https://oku.club/book/the-doctor-who-fooled-the-world-by-brian-deer-VvBIa", + "title": "πŸ“–: The Doctor Who Fooled the World: Andrew Wakefield’s war on vaccines", + "url": "https://oku.club/book/the-doctor-who-fooled-the-world-by-brian-deer-VvBIa", + "content_text": "πŸ“–: The Doctor Who Fooled the World: Andrew Wakefield’s war on vaccines https://oku.club/book/the-doctor-who-fooled-the-world-by-brian-deer-VvBIa", + "date_published": "2021-11-02T14:43:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-genius-of-jesus-by-erwin-raphael-mcmanus-uo6EN": { + "id": "https://oku.club/book/the-genius-of-jesus-by-erwin-raphael-mcmanus-uo6EN", + "title": "πŸ“–: The Genius of Jesus: How to Think, Lead, and Create Like the Greatest Mind Who Ever Lived", + "url": "https://oku.club/book/the-genius-of-jesus-by-erwin-raphael-mcmanus-uo6EN", + "content_text": "πŸ“–: The Genius of Jesus: How to Think, Lead, and Create Like the Greatest Mind Who Ever Lived https://oku.club/book/the-genius-of-jesus-by-erwin-raphael-mcmanus-uo6EN", + "date_published": "2021-10-29T00:42:32-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/race-after-technology-by-ruha-benjamin-aEj1n": { + "id": "https://oku.club/book/race-after-technology-by-ruha-benjamin-aEj1n", + "title": "πŸ“–: Race After Technology: Abolitionist Tools for the New Jim Code", + "url": "https://oku.club/book/race-after-technology-by-ruha-benjamin-aEj1n", + "content_text": "πŸ“–: Race After Technology: Abolitionist Tools for the New Jim Code https://oku.club/book/race-after-technology-by-ruha-benjamin-aEj1n", + "date_published": "2021-10-26T15:10:30-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-storyteller-by-dave-grohl-qkuC2": { + "id": "https://oku.club/book/the-storyteller-by-dave-grohl-qkuC2", + "title": "πŸ“–: The Storyteller: Tales of Life and Music", + "url": "https://oku.club/book/the-storyteller-by-dave-grohl-qkuC2", + "content_text": "πŸ“–: The Storyteller: Tales of Life and Music https://oku.club/book/the-storyteller-by-dave-grohl-qkuC2", + "date_published": "2021-10-22T12:01:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/automating-inequality-by-virginia-eubanks-pgFSF": { + "id": "https://oku.club/book/automating-inequality-by-virginia-eubanks-pgFSF", + "title": "πŸ“–: Automating Inequality: How High-Tech Tools Profile, Police, and Punish the Poor", + "url": "https://oku.club/book/automating-inequality-by-virginia-eubanks-pgFSF", + "content_text": "πŸ“–: Automating Inequality: How High-Tech Tools Profile, Police, and Punish the Poor https://oku.club/book/automating-inequality-by-virginia-eubanks-pgFSF", + "date_published": "2021-10-17T17:32:28-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/weapons-of-math-destruction-by-cathy-oneil-YWsQO": { + "id": "https://oku.club/book/weapons-of-math-destruction-by-cathy-oneil-YWsQO", + "title": "πŸ“–: Weapons of Math Destruction: How Big Data Increases Inequality and Threatens Democracy", + "url": "https://oku.club/book/weapons-of-math-destruction-by-cathy-oneil-YWsQO", + "content_text": "πŸ“–: Weapons of Math Destruction: How Big Data Increases Inequality and Threatens Democracy https://oku.club/book/weapons-of-math-destruction-by-cathy-oneil-YWsQO", + "date_published": "2021-10-14T02:01:31-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-age-of-surveillance-capitalism-by-shoshana-zuboff-mFDiu": { + "id": "https://oku.club/book/the-age-of-surveillance-capitalism-by-shoshana-zuboff-mFDiu", + "title": "πŸ“–: The Age of Surveillance Capitalism: The Fight for a Human Future at the New Frontier of Power", + "url": "https://oku.club/book/the-age-of-surveillance-capitalism-by-shoshana-zuboff-mFDiu", + "content_text": "πŸ“–: The Age of Surveillance Capitalism: The Fight for a Human Future at the New Frontier of Power https://oku.club/book/the-age-of-surveillance-capitalism-by-shoshana-zuboff-mFDiu", + "date_published": "2021-10-11T15:32:50-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-snakehead-by-patrick-radden-keefe-kHnqX": { + "id": "https://oku.club/book/the-snakehead-by-patrick-radden-keefe-kHnqX", + "title": "πŸ“–: The Snakehead: An Epic Tale of the Chinatown Underworld and the American Dream", + "url": "https://oku.club/book/the-snakehead-by-patrick-radden-keefe-kHnqX", + "content_text": "πŸ“–: The Snakehead: An Epic Tale of the Chinatown Underworld and the American Dream https://oku.club/book/the-snakehead-by-patrick-radden-keefe-kHnqX", + "date_published": "2021-09-30T16:52:33-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/revelation-space-by-alastair-reynolds-ZyO9Z": { + "id": "https://oku.club/book/revelation-space-by-alastair-reynolds-ZyO9Z", + "title": "πŸ“–: Revelation Space (Revelation Space, #1)", + "url": "https://oku.club/book/revelation-space-by-alastair-reynolds-ZyO9Z", + "content_text": "πŸ“–: Revelation Space (Revelation Space, #1) https://oku.club/book/revelation-space-by-alastair-reynolds-ZyO9Z", + "date_published": "2021-09-26T20:57:43-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/influence-by-robert-b-cialdini-ZuYRe": { + "id": "https://oku.club/book/influence-by-robert-b-cialdini-ZuYRe", + "title": "πŸ“–: Influence: The Psychology of Persuasion", + "url": "https://oku.club/book/influence-by-robert-b-cialdini-ZuYRe", + "content_text": "πŸ“–: Influence: The Psychology of Persuasion https://oku.club/book/influence-by-robert-b-cialdini-ZuYRe", + "date_published": "2021-09-24T17:02:16-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/radical-technologies-by-adam-greenfield-FOhwX": { + "id": "https://oku.club/book/radical-technologies-by-adam-greenfield-FOhwX", + "title": "πŸ“–: Radical Technologies: The Design of Everyday Life", + "url": "https://oku.club/book/radical-technologies-by-adam-greenfield-FOhwX", + "content_text": "πŸ“–: Radical Technologies: The Design of Everyday Life https://oku.club/book/radical-technologies-by-adam-greenfield-FOhwX", + "date_published": "2021-09-13T07:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-afghanistan-papers-by-craig-whitlock-8MK0w": { + "id": "https://oku.club/book/the-afghanistan-papers-by-craig-whitlock-8MK0w", + "title": "πŸ“–: The Afghanistan Papers: A Secret History of the War", + "url": "https://oku.club/book/the-afghanistan-papers-by-craig-whitlock-8MK0w", + "content_text": "πŸ“–: The Afghanistan Papers: A Secret History of the War https://oku.club/book/the-afghanistan-papers-by-craig-whitlock-8MK0w", + "date_published": "2021-09-09T18:49:50-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/typescript-in-50-lessons-by-stefan-baumgartner-onzRK": { + "id": "https://oku.club/book/typescript-in-50-lessons-by-stefan-baumgartner-onzRK", + "title": "πŸ“–: TypeScript in 50 Lessons", + "url": "https://oku.club/book/typescript-in-50-lessons-by-stefan-baumgartner-onzRK", + "content_text": "πŸ“–: TypeScript in 50 Lessons https://oku.club/book/typescript-in-50-lessons-by-stefan-baumgartner-onzRK", + "date_published": "2021-09-06T04:39:04-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-perfect-weapon-by-david-e-sanger-KMc2b": { + "id": "https://oku.club/book/the-perfect-weapon-by-david-e-sanger-KMc2b", + "title": "πŸ“–: The Perfect Weapon: How the Cyber Arms Race Set the World Afire", + "url": "https://oku.club/book/the-perfect-weapon-by-david-e-sanger-KMc2b", + "content_text": "πŸ“–: The Perfect Weapon: How the Cyber Arms Race Set the World Afire https://oku.club/book/the-perfect-weapon-by-david-e-sanger-KMc2b", + "date_published": "2021-09-04T16:23:12-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/democracy-in-chains-by-nancy-maclean-dp3qa": { + "id": "https://oku.club/book/democracy-in-chains-by-nancy-maclean-dp3qa", + "title": "πŸ“–: Democracy in Chains: The Deep History of the Radical Right's Stealth Plan for America", + "url": "https://oku.club/book/democracy-in-chains-by-nancy-maclean-dp3qa", + "content_text": "πŸ“–: Democracy in Chains: The Deep History of the Radical Right's Stealth Plan for America https://oku.club/book/democracy-in-chains-by-nancy-maclean-dp3qa", + "date_published": "2021-08-28T17:16:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-all-new-dont-think-of-an-elephant-by-george-lakoff-SI4Sp": { + "id": "https://oku.club/book/the-all-new-dont-think-of-an-elephant-by-george-lakoff-SI4Sp", + "title": "πŸ“–: The All New Don't Think of an Elephant!: Know Your Values and Frame the Debate", + "url": "https://oku.club/book/the-all-new-dont-think-of-an-elephant-by-george-lakoff-SI4Sp", + "content_text": "πŸ“–: The All New Don't Think of an Elephant!: Know Your Values and Frame the Debate https://oku.club/book/the-all-new-dont-think-of-an-elephant-by-george-lakoff-SI4Sp", + "date_published": "2021-08-28T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-sum-of-us-by-heather-mcghee-YYlKF": { + "id": "https://oku.club/book/the-sum-of-us-by-heather-mcghee-YYlKF", + "title": "πŸ“–: The Sum of Us: What Racism Costs Everyone and How We Can Prosper Together", + "url": "https://oku.club/book/the-sum-of-us-by-heather-mcghee-YYlKF", + "content_text": "πŸ“–: The Sum of Us: What Racism Costs Everyone and How We Can Prosper Together https://oku.club/book/the-sum-of-us-by-heather-mcghee-YYlKF", + "date_published": "2021-08-25T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/empire-of-pain-by-patrick-radden-keefe-KQa5L": { + "id": "https://oku.club/book/empire-of-pain-by-patrick-radden-keefe-KQa5L", + "title": "πŸ“–: Empire of Pain: The Secret History of the Sackler Dynasty", + "url": "https://oku.club/book/empire-of-pain-by-patrick-radden-keefe-KQa5L", + "content_text": "πŸ“–: Empire of Pain: The Secret History of the Sackler Dynasty https://oku.club/book/empire-of-pain-by-patrick-radden-keefe-KQa5L", + "date_published": "2021-08-10T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/say-nothing-by-patrick-radden-keefe-8QQKx": { + "id": "https://oku.club/book/say-nothing-by-patrick-radden-keefe-8QQKx", + "title": "πŸ“–: Say Nothing: A True Story of Murder and Memory in Northern Ireland", + "url": "https://oku.club/book/say-nothing-by-patrick-radden-keefe-8QQKx", + "content_text": "πŸ“–: Say Nothing: A True Story of Murder and Memory in Northern Ireland https://oku.club/book/say-nothing-by-patrick-radden-keefe-8QQKx", + "date_published": "2021-08-07T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-beautiful-struggle-by-ta-nehisi-coates-MJXUS": { + "id": "https://oku.club/book/the-beautiful-struggle-by-ta-nehisi-coates-MJXUS", + "title": "πŸ“–: The Beautiful Struggle: A Father, Two Sons, and an Unlikely Road to Manhood", + "url": "https://oku.club/book/the-beautiful-struggle-by-ta-nehisi-coates-MJXUS", + "content_text": "πŸ“–: The Beautiful Struggle: A Father, Two Sons, and an Unlikely Road to Manhood https://oku.club/book/the-beautiful-struggle-by-ta-nehisi-coates-MJXUS", + "date_published": "2021-07-22T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/this-machine-kills-secrets-by-andy-greenberg-Ka5UZ": { + "id": "https://oku.club/book/this-machine-kills-secrets-by-andy-greenberg-Ka5UZ", + "title": "πŸ“–: This Machine Kills Secrets: How WikiLeakers, Cypherpunks, and Hacktivists Aim to Free the World's Information", + "url": "https://oku.club/book/this-machine-kills-secrets-by-andy-greenberg-Ka5UZ", + "content_text": "πŸ“–: This Machine Kills Secrets: How WikiLeakers, Cypherpunks, and Hacktivists Aim to Free the World's Information https://oku.club/book/this-machine-kills-secrets-by-andy-greenberg-Ka5UZ", + "date_published": "2021-07-16T01:27:36-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/high-rhulain-by-brian-jacques-9iTlV": { + "id": "https://oku.club/book/high-rhulain-by-brian-jacques-9iTlV", + "title": "πŸ“–: High Rhulain (Redwall, #18)", + "url": "https://oku.club/book/high-rhulain-by-brian-jacques-9iTlV", + "content_text": "πŸ“–: High Rhulain (Redwall, #18) https://oku.club/book/high-rhulain-by-brian-jacques-9iTlV", + "date_published": "2021-07-09T02:57:14-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/outcast-of-redwall-by-brian-jacques-Ze0fq": { + "id": "https://oku.club/book/outcast-of-redwall-by-brian-jacques-Ze0fq", + "title": "πŸ“–: Outcast of Redwall (Redwall, #8)", + "url": "https://oku.club/book/outcast-of-redwall-by-brian-jacques-Ze0fq", + "content_text": "πŸ“–: Outcast of Redwall (Redwall, #8) https://oku.club/book/outcast-of-redwall-by-brian-jacques-Ze0fq", + "date_published": "2021-07-09T02:56:54-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-legend-of-luke-by-brian-jacques-vl5Am": { + "id": "https://oku.club/book/the-legend-of-luke-by-brian-jacques-vl5Am", + "title": "πŸ“–: The Legend of Luke (Redwall, #12)", + "url": "https://oku.club/book/the-legend-of-luke-by-brian-jacques-vl5Am", + "content_text": "πŸ“–: The Legend of Luke (Redwall, #12) https://oku.club/book/the-legend-of-luke-by-brian-jacques-vl5Am", + "date_published": "2021-07-09T02:56:48-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/pearls-of-lutra-by-brian-jacques-BTlvv": { + "id": "https://oku.club/book/pearls-of-lutra-by-brian-jacques-BTlvv", + "title": "πŸ“–: Pearls of Lutra (Redwall, #9)", + "url": "https://oku.club/book/pearls-of-lutra-by-brian-jacques-BTlvv", + "content_text": "πŸ“–: Pearls of Lutra (Redwall, #9) https://oku.club/book/pearls-of-lutra-by-brian-jacques-BTlvv", + "date_published": "2021-07-09T02:56:36-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-bellmaker-by-brian-jacques-UcXdi": { + "id": "https://oku.club/book/the-bellmaker-by-brian-jacques-UcXdi", + "title": "πŸ“–: The Bellmaker (Redwall, #7)", + "url": "https://oku.club/book/the-bellmaker-by-brian-jacques-UcXdi", + "content_text": "πŸ“–: The Bellmaker (Redwall, #7) https://oku.club/book/the-bellmaker-by-brian-jacques-UcXdi", + "date_published": "2021-07-09T02:56:31-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/mariel-of-redwall-by-brian-jacques-5siUW": { + "id": "https://oku.club/book/mariel-of-redwall-by-brian-jacques-5siUW", + "title": "πŸ“–: Mariel of Redwall (Redwall, #4)", + "url": "https://oku.club/book/mariel-of-redwall-by-brian-jacques-5siUW", + "content_text": "πŸ“–: Mariel of Redwall (Redwall, #4) https://oku.club/book/mariel-of-redwall-by-brian-jacques-5siUW", + "date_published": "2021-07-09T02:56:26-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/salamandastron-by-brian-jacques-ih6d1": { + "id": "https://oku.club/book/salamandastron-by-brian-jacques-ih6d1", + "title": "πŸ“–: Salamandastron (Redwall, #5)", + "url": "https://oku.club/book/salamandastron-by-brian-jacques-ih6d1", + "content_text": "πŸ“–: Salamandastron (Redwall, #5) https://oku.club/book/salamandastron-by-brian-jacques-ih6d1", + "date_published": "2021-07-09T02:56:20-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/mattimeo-by-brian-jacques-2EfhL": { + "id": "https://oku.club/book/mattimeo-by-brian-jacques-2EfhL", + "title": "πŸ“–: Mattimeo (Redwall, #3)", + "url": "https://oku.club/book/mattimeo-by-brian-jacques-2EfhL", + "content_text": "πŸ“–: Mattimeo (Redwall, #3) https://oku.club/book/mattimeo-by-brian-jacques-2EfhL", + "date_published": "2021-07-09T02:56:13-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/martin-the-warrior-by-brian-jacques-rWM9t": { + "id": "https://oku.club/book/martin-the-warrior-by-brian-jacques-rWM9t", + "title": "πŸ“–: Martin the Warrior (Redwall, #6)", + "url": "https://oku.club/book/martin-the-warrior-by-brian-jacques-rWM9t", + "content_text": "πŸ“–: Martin the Warrior (Redwall, #6) https://oku.club/book/martin-the-warrior-by-brian-jacques-rWM9t", + "date_published": "2021-07-09T02:56:08-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/lurking-by-joanne-mcneil-ecDoh": { + "id": "https://oku.club/book/lurking-by-joanne-mcneil-ecDoh", + "title": "πŸ“–: Lurking: How a Person Became a User", + "url": "https://oku.club/book/lurking-by-joanne-mcneil-ecDoh", + "content_text": "πŸ“–: Lurking: How a Person Became a User https://oku.club/book/lurking-by-joanne-mcneil-ecDoh", + "date_published": "2021-07-07T18:05:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/zucked-by-roger-mcnamee-yZD8z": { + "id": "https://oku.club/book/zucked-by-roger-mcnamee-yZD8z", + "title": "πŸ“–: Zucked: Waking Up to the Facebook Catastrophe", + "url": "https://oku.club/book/zucked-by-roger-mcnamee-yZD8z", + "content_text": "πŸ“–: Zucked: Waking Up to the Facebook Catastrophe https://oku.club/book/zucked-by-roger-mcnamee-yZD8z", + "date_published": "2021-07-07T01:00:21-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/dark-mirror-by-barton-gellman-FwpVq": { + "id": "https://oku.club/book/dark-mirror-by-barton-gellman-FwpVq", + "title": "πŸ“–: Dark Mirror: Edward Snowden and the American Surveillance State", + "url": "https://oku.club/book/dark-mirror-by-barton-gellman-FwpVq", + "content_text": "πŸ“–: Dark Mirror: Edward Snowden and the American Surveillance State https://oku.club/book/dark-mirror-by-barton-gellman-FwpVq", + "date_published": "2021-07-07T00:59:46-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-responsible-company-by-yvon-chouinard-4ZYh1": { + "id": "https://oku.club/book/the-responsible-company-by-yvon-chouinard-4ZYh1", + "title": "πŸ“–: The Responsible Company: What We've Learned from Patagonia's First 40 Years", + "url": "https://oku.club/book/the-responsible-company-by-yvon-chouinard-4ZYh1", + "content_text": "πŸ“–: The Responsible Company: What We've Learned from Patagonia's First 40 Years https://oku.club/book/the-responsible-company-by-yvon-chouinard-4ZYh1", + "date_published": "2021-07-07T00:59:14-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/let-my-people-go-surfing-by-yvon-chouinard-4muVX": { + "id": "https://oku.club/book/let-my-people-go-surfing-by-yvon-chouinard-4muVX", + "title": "πŸ“–: Let My People Go Surfing: The Education of a Reluctant Businessman", + "url": "https://oku.club/book/let-my-people-go-surfing-by-yvon-chouinard-4muVX", + "content_text": "πŸ“–: Let My People Go Surfing: The Education of a Reluctant Businessman https://oku.club/book/let-my-people-go-surfing-by-yvon-chouinard-4muVX", + "date_published": "2021-07-07T00:59:07-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/swedish-death-metal-by-daniel-ekeroth-yeKYE": { + "id": "https://oku.club/book/swedish-death-metal-by-daniel-ekeroth-yeKYE", + "title": "πŸ“–: Swedish Death Metal", + "url": "https://oku.club/book/swedish-death-metal-by-daniel-ekeroth-yeKYE", + "content_text": "πŸ“–: Swedish Death Metal https://oku.club/book/swedish-death-metal-by-daniel-ekeroth-yeKYE", + "date_published": "2021-07-07T00:58:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/working-in-public-by-nadia-eghbal-40vwC": { + "id": "https://oku.club/book/working-in-public-by-nadia-eghbal-40vwC", + "title": "πŸ“–: Working in Public: The Making and Maintenance of Open Source Software", + "url": "https://oku.club/book/working-in-public-by-nadia-eghbal-40vwC", + "content_text": "πŸ“–: Working in Public: The Making and Maintenance of Open Source Software https://oku.club/book/working-in-public-by-nadia-eghbal-40vwC", + "date_published": "2021-07-07T00:58:14-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/kill-switch-by-adam-jentleson-6e2Vb": { + "id": "https://oku.club/book/kill-switch-by-adam-jentleson-6e2Vb", + "title": "πŸ“–: Kill Switch: The Rise of the Modern Senate and the Crippling of American Democracy", + "url": "https://oku.club/book/kill-switch-by-adam-jentleson-6e2Vb", + "content_text": "πŸ“–: Kill Switch: The Rise of the Modern Senate and the Crippling of American Democracy https://oku.club/book/kill-switch-by-adam-jentleson-6e2Vb", + "date_published": "2021-07-07T00:57:50-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/this-is-how-they-tell-me-the-world-ends-by-nicole-perlroth-XOiCs": { + "id": "https://oku.club/book/this-is-how-they-tell-me-the-world-ends-by-nicole-perlroth-XOiCs", + "title": "πŸ“–: This Is How They Tell Me the World Ends: The Cyber Weapons Arms Race", + "url": "https://oku.club/book/this-is-how-they-tell-me-the-world-ends-by-nicole-perlroth-XOiCs", + "content_text": "πŸ“–: This Is How They Tell Me the World Ends: The Cyber Weapons Arms Race https://oku.club/book/this-is-how-they-tell-me-the-world-ends-by-nicole-perlroth-XOiCs", + "date_published": "2021-07-07T00:57:27-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/it-doesnt-have-to-be-crazy-at-work-by-jason-fried-SZcM8": { + "id": "https://oku.club/book/it-doesnt-have-to-be-crazy-at-work-by-jason-fried-SZcM8", + "title": "πŸ“–: It Doesn't Have to Be Crazy at Work", + "url": "https://oku.club/book/it-doesnt-have-to-be-crazy-at-work-by-jason-fried-SZcM8", + "content_text": "πŸ“–: It Doesn't Have to Be Crazy at Work https://oku.club/book/it-doesnt-have-to-be-crazy-at-work-by-jason-fried-SZcM8", + "date_published": "2021-07-07T00:57:01-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/rework-by-jason-fried-dioPN": { + "id": "https://oku.club/book/rework-by-jason-fried-dioPN", + "title": "πŸ“–: Rework", + "url": "https://oku.club/book/rework-by-jason-fried-dioPN", + "content_text": "πŸ“–: Rework https://oku.club/book/rework-by-jason-fried-dioPN", + "date_published": "2021-07-07T00:56:50-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/countdown-to-zero-day-by-kim-zetter-2QfDI": { + "id": "https://oku.club/book/countdown-to-zero-day-by-kim-zetter-2QfDI", + "title": "πŸ“–: Countdown to Zero Day: Stuxnet and the Launch of the World's First Digital Weapon", + "url": "https://oku.club/book/countdown-to-zero-day-by-kim-zetter-2QfDI", + "content_text": "πŸ“–: Countdown to Zero Day: Stuxnet and the Launch of the World's First Digital Weapon https://oku.club/book/countdown-to-zero-day-by-kim-zetter-2QfDI", + "date_published": "2021-07-07T00:56:10-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-curse-of-bigness-by-tim-wu-QVuVi": { + "id": "https://oku.club/book/the-curse-of-bigness-by-tim-wu-QVuVi", + "title": "πŸ“–: The Curse of Bigness: Antitrust in the New Gilded Age", + "url": "https://oku.club/book/the-curse-of-bigness-by-tim-wu-QVuVi", + "content_text": "πŸ“–: The Curse of Bigness: Antitrust in the New Gilded Age https://oku.club/book/the-curse-of-bigness-by-tim-wu-QVuVi", + "date_published": "2021-07-07T00:55:44-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-attention-merchants-by-tim-wu-peRO8": { + "id": "https://oku.club/book/the-attention-merchants-by-tim-wu-peRO8", + "title": "πŸ“–: The Attention Merchants: The Epic Scramble to Get Inside Our Heads", + "url": "https://oku.club/book/the-attention-merchants-by-tim-wu-peRO8", + "content_text": "πŸ“–: The Attention Merchants: The Epic Scramble to Get Inside Our Heads https://oku.club/book/the-attention-merchants-by-tim-wu-peRO8", + "date_published": "2021-07-07T00:55:36-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-master-switch-by-tim-wu-Q9Ij7": { + "id": "https://oku.club/book/the-master-switch-by-tim-wu-Q9Ij7", + "title": "πŸ“–: The Master Switch: The Rise and Fall of Information Empires", + "url": "https://oku.club/book/the-master-switch-by-tim-wu-Q9Ij7", + "content_text": "πŸ“–: The Master Switch: The Rise and Fall of Information Empires https://oku.club/book/the-master-switch-by-tim-wu-Q9Ij7", + "date_published": "2021-07-07T00:55:25-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/corruption-in-america-by-zephyr-teachout-5AFvT": { + "id": "https://oku.club/book/corruption-in-america-by-zephyr-teachout-5AFvT", + "title": "πŸ“–: Corruption in America: From Benjamin Franklin's Snuff Box to Citizens United", + "url": "https://oku.club/book/corruption-in-america-by-zephyr-teachout-5AFvT", + "content_text": "πŸ“–: Corruption in America: From Benjamin Franklin's Snuff Box to Citizens United https://oku.club/book/corruption-in-america-by-zephyr-teachout-5AFvT", + "date_published": "2021-07-07T00:54:46-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-big-sort-by-bill-bishop-h2zgg": { + "id": "https://oku.club/book/the-big-sort-by-bill-bishop-h2zgg", + "title": "πŸ“–: The Big Sort: Why the Clustering of Like-Minded America Is Tearing Us Apart", + "url": "https://oku.club/book/the-big-sort-by-bill-bishop-h2zgg", + "content_text": "πŸ“–: The Big Sort: Why the Clustering of Like-Minded America Is Tearing Us Apart https://oku.club/book/the-big-sort-by-bill-bishop-h2zgg", + "date_published": "2021-07-07T00:54:26-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/exo-by-steven-gould-JQRYJ": { + "id": "https://oku.club/book/exo-by-steven-gould-JQRYJ", + "title": "πŸ“–: Exo (Jumper, #4)", + "url": "https://oku.club/book/exo-by-steven-gould-JQRYJ", + "content_text": "πŸ“–: Exo (Jumper, #4) https://oku.club/book/exo-by-steven-gould-JQRYJ", + "date_published": "2021-07-07T00:48:29-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/jumper-by-steven-gould-Owb2W": { + "id": "https://oku.club/book/jumper-by-steven-gould-Owb2W", + "title": "πŸ“–: Jumper: Griffin's Story (Jumper, #0.5)", + "url": "https://oku.club/book/jumper-by-steven-gould-Owb2W", + "content_text": "πŸ“–: Jumper: Griffin's Story (Jumper, #0.5) https://oku.club/book/jumper-by-steven-gould-Owb2W", + "date_published": "2021-07-07T00:48:17-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/reflex-by-steven-gould-ctsgC": { + "id": "https://oku.club/book/reflex-by-steven-gould-ctsgC", + "title": "πŸ“–: Reflex (Jumper, #2)", + "url": "https://oku.club/book/reflex-by-steven-gould-ctsgC", + "content_text": "πŸ“–: Reflex (Jumper, #2) https://oku.club/book/reflex-by-steven-gould-ctsgC", + "date_published": "2021-07-07T00:48:12-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/jumper-by-steven-gould-z7rgt": { + "id": "https://oku.club/book/jumper-by-steven-gould-z7rgt", + "title": "πŸ“–: Jumper (Jumper, #1)", + "url": "https://oku.club/book/jumper-by-steven-gould-z7rgt", + "content_text": "πŸ“–: Jumper (Jumper, #1) https://oku.club/book/jumper-by-steven-gould-z7rgt", + "date_published": "2021-07-07T00:48:07-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/olympos-by-dan-simmons-ufAG0": { + "id": "https://oku.club/book/olympos-by-dan-simmons-ufAG0", + "title": "πŸ“–: Olympos (Ilium, #2)", + "url": "https://oku.club/book/olympos-by-dan-simmons-ufAG0", + "content_text": "πŸ“–: Olympos (Ilium, #2) https://oku.club/book/olympos-by-dan-simmons-ufAG0", + "date_published": "2021-07-07T00:47:03-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/summer-of-night-by-dan-simmons-MXq4H": { + "id": "https://oku.club/book/summer-of-night-by-dan-simmons-MXq4H", + "title": "πŸ“–: Summer of Night (Seasons of Horror, #1)", + "url": "https://oku.club/book/summer-of-night-by-dan-simmons-MXq4H", + "content_text": "πŸ“–: Summer of Night (Seasons of Horror, #1) https://oku.club/book/summer-of-night-by-dan-simmons-MXq4H", + "date_published": "2021-07-07T00:46:57-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/ilium-by-dan-simmons-GqC47": { + "id": "https://oku.club/book/ilium-by-dan-simmons-GqC47", + "title": "πŸ“–: Ilium (Ilium, #1)", + "url": "https://oku.club/book/ilium-by-dan-simmons-GqC47", + "content_text": "πŸ“–: Ilium (Ilium, #1) https://oku.club/book/ilium-by-dan-simmons-GqC47", + "date_published": "2021-07-07T00:46:48-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-rise-of-endymion-by-dan-simmons-PpUzQ": { + "id": "https://oku.club/book/the-rise-of-endymion-by-dan-simmons-PpUzQ", + "title": "πŸ“–: The Rise of Endymion (Hyperion Cantos, #4)", + "url": "https://oku.club/book/the-rise-of-endymion-by-dan-simmons-PpUzQ", + "content_text": "πŸ“–: The Rise of Endymion (Hyperion Cantos, #4) https://oku.club/book/the-rise-of-endymion-by-dan-simmons-PpUzQ", + "date_published": "2021-07-07T00:46:39-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/endymion-by-dan-simmons-5xjRn": { + "id": "https://oku.club/book/endymion-by-dan-simmons-5xjRn", + "title": "πŸ“–: Endymion (Hyperion Cantos, #3)", + "url": "https://oku.club/book/endymion-by-dan-simmons-5xjRn", + "content_text": "πŸ“–: Endymion (Hyperion Cantos, #3) https://oku.club/book/endymion-by-dan-simmons-5xjRn", + "date_published": "2021-07-07T00:46:33-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-fall-of-hyperion-by-dan-simmons-UvMiC": { + "id": "https://oku.club/book/the-fall-of-hyperion-by-dan-simmons-UvMiC", + "title": "πŸ“–: The Fall of Hyperion (Hyperion Cantos #2)", + "url": "https://oku.club/book/the-fall-of-hyperion-by-dan-simmons-UvMiC", + "content_text": "πŸ“–: The Fall of Hyperion (Hyperion Cantos #2) https://oku.club/book/the-fall-of-hyperion-by-dan-simmons-UvMiC", + "date_published": "2021-07-07T00:46:29-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/hyperion-by-dan-simmons-vVDTR": { + "id": "https://oku.club/book/hyperion-by-dan-simmons-vVDTR", + "title": "πŸ“–: Hyperion (Hyperion Cantos #1)", + "url": "https://oku.club/book/hyperion-by-dan-simmons-vVDTR", + "content_text": "πŸ“–: Hyperion (Hyperion Cantos #1) https://oku.club/book/hyperion-by-dan-simmons-vVDTR", + "date_published": "2021-07-07T00:46:24-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/auberon-by-james-sa-corey-YYZZw": { + "id": "https://oku.club/book/auberon-by-james-sa-corey-YYZZw", + "title": "πŸ“–: Auberon (The Expanse, #8.5)", + "url": "https://oku.club/book/auberon-by-james-sa-corey-YYZZw", + "content_text": "πŸ“–: Auberon (The Expanse, #8.5) https://oku.club/book/auberon-by-james-sa-corey-YYZZw", + "date_published": "2021-07-07T00:45:05-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/strange-dogs-by-james-sa-corey-kGhwB": { + "id": "https://oku.club/book/strange-dogs-by-james-sa-corey-kGhwB", + "title": "πŸ“–: Strange Dogs", + "url": "https://oku.club/book/strange-dogs-by-james-sa-corey-kGhwB", + "content_text": "πŸ“–: Strange Dogs https://oku.club/book/strange-dogs-by-james-sa-corey-kGhwB", + "date_published": "2021-07-07T00:44:57-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-vital-abyss-by-james-sa-corey-RZskE": { + "id": "https://oku.club/book/the-vital-abyss-by-james-sa-corey-RZskE", + "title": "πŸ“–: The Vital Abyss (The Expanse, #5.5)", + "url": "https://oku.club/book/the-vital-abyss-by-james-sa-corey-RZskE", + "content_text": "πŸ“–: The Vital Abyss (The Expanse, #5.5) https://oku.club/book/the-vital-abyss-by-james-sa-corey-RZskE", + "date_published": "2021-07-07T00:44:52-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/the-churn-by-james-sa-corey-cE3PP": { + "id": "https://oku.club/book/the-churn-by-james-sa-corey-cE3PP", + "title": "πŸ“–: The Churn (The Expanse, #3.5)", + "url": "https://oku.club/book/the-churn-by-james-sa-corey-cE3PP", + "content_text": "πŸ“–: The Churn (The Expanse, #3.5) https://oku.club/book/the-churn-by-james-sa-corey-cE3PP", + "date_published": "2021-07-07T00:44:35-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/tiamats-wrath-by-james-sa-corey-TStSN": { + "id": "https://oku.club/book/tiamats-wrath-by-james-sa-corey-TStSN", + "title": "πŸ“–: Tiamat's Wrath (The Expanse, #8)", + "url": "https://oku.club/book/tiamats-wrath-by-james-sa-corey-TStSN", + "content_text": "πŸ“–: Tiamat's Wrath (The Expanse, #8) https://oku.club/book/tiamats-wrath-by-james-sa-corey-TStSN", + "date_published": "2021-07-07T00:44:29-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/persepolis-rising-by-james-sa-corey-iFu2f": { + "id": "https://oku.club/book/persepolis-rising-by-james-sa-corey-iFu2f", + "title": "πŸ“–: Persepolis Rising (The Expanse, #7)", + "url": "https://oku.club/book/persepolis-rising-by-james-sa-corey-iFu2f", + "content_text": "πŸ“–: Persepolis Rising (The Expanse, #7) https://oku.club/book/persepolis-rising-by-james-sa-corey-iFu2f", + "date_published": "2021-07-07T00:44:25-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/babylons-ashes-by-james-sa-corey-yKHJh": { + "id": "https://oku.club/book/babylons-ashes-by-james-sa-corey-yKHJh", + "title": "πŸ“–: Babylon's Ashes (The Expanse, #6)", + "url": "https://oku.club/book/babylons-ashes-by-james-sa-corey-yKHJh", + "content_text": "πŸ“–: Babylon's Ashes (The Expanse, #6) https://oku.club/book/babylons-ashes-by-james-sa-corey-yKHJh", + "date_published": "2021-07-07T00:44:20-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/abaddons-gate-by-james-sa-corey-YfOmj": { + "id": "https://oku.club/book/abaddons-gate-by-james-sa-corey-YfOmj", + "title": "πŸ“–: Abaddon's Gate (The Expanse, #3)", + "url": "https://oku.club/book/abaddons-gate-by-james-sa-corey-YfOmj", + "content_text": "πŸ“–: Abaddon's Gate (The Expanse, #3) https://oku.club/book/abaddons-gate-by-james-sa-corey-YfOmj", + "date_published": "2021-07-07T00:43:56-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/calibans-war-by-james-sa-corey-IWHLE": { + "id": "https://oku.club/book/calibans-war-by-james-sa-corey-IWHLE", + "title": "πŸ“–: Caliban's War (The Expanse, #2)", + "url": "https://oku.club/book/calibans-war-by-james-sa-corey-IWHLE", + "content_text": "πŸ“–: Caliban's War (The Expanse, #2) https://oku.club/book/calibans-war-by-james-sa-corey-IWHLE", + "date_published": "2021-07-07T00:43:51-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/leviathan-wakes-by-james-sa-corey-iM0Va": { + "id": "https://oku.club/book/leviathan-wakes-by-james-sa-corey-iM0Va", + "title": "πŸ“–: Leviathan Wakes (The Expanse, #1)", + "url": "https://oku.club/book/leviathan-wakes-by-james-sa-corey-iM0Va", + "content_text": "πŸ“–: Leviathan Wakes (The Expanse, #1) https://oku.club/book/leviathan-wakes-by-james-sa-corey-iM0Va", + "date_published": "2021-07-07T00:43:47-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/leviathan-falls-by-james-s-a-corey-p0P7e": { + "id": "https://oku.club/book/leviathan-falls-by-james-s-a-corey-p0P7e", + "title": "πŸ“–: Leviathan Falls", + "url": "https://oku.club/book/leviathan-falls-by-james-s-a-corey-p0P7e", + "content_text": "πŸ“–: Leviathan Falls https://oku.club/book/leviathan-falls-by-james-s-a-corey-p0P7e", + "date_published": "2021-07-07T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/fentanyl-inc-by-ben-westhoff-aSItx": { + "id": "https://oku.club/book/fentanyl-inc-by-ben-westhoff-aSItx", + "title": "πŸ“–: Fentanyl, Inc.: How Rogue Chemists Are Creating the Deadliest Wave of the Opioid Epidemic", + "url": "https://oku.club/book/fentanyl-inc-by-ben-westhoff-aSItx", + "content_text": "πŸ“–: Fentanyl, Inc.: How Rogue Chemists Are Creating the Deadliest Wave of the Opioid Epidemic https://oku.club/book/fentanyl-inc-by-ben-westhoff-aSItx", + "date_published": "2021-07-06T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/tiamats-wrath-by-james-s-a-corey-hLIev": { + "id": "https://oku.club/book/tiamats-wrath-by-james-s-a-corey-hLIev", + "title": "πŸ“–: Tiamat's Wrath", + "url": "https://oku.club/book/tiamats-wrath-by-james-s-a-corey-hLIev", + "content_text": "πŸ“–: Tiamat's Wrath https://oku.club/book/tiamats-wrath-by-james-s-a-corey-hLIev", + "date_published": "2020-03-11T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/nemesis-games-by-james-sa-corey-Rs4jr": { + "id": "https://oku.club/book/nemesis-games-by-james-sa-corey-Rs4jr", + "title": "πŸ“–: Nemesis Games", + "url": "https://oku.club/book/nemesis-games-by-james-sa-corey-Rs4jr", + "content_text": "πŸ“–: Nemesis Games https://oku.club/book/nemesis-games-by-james-sa-corey-Rs4jr", + "date_published": "2020-03-11T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://oku.club/book/persepolis-rising-by-james-s-a-corey-vmTz4": { + "id": "https://oku.club/book/persepolis-rising-by-james-s-a-corey-vmTz4", + "title": "πŸ“–: Persepolis Rising", + "url": "https://oku.club/book/persepolis-rising-by-james-s-a-corey-vmTz4", + "content_text": "πŸ“–: Persepolis Rising https://oku.club/book/persepolis-rising-by-james-s-a-corey-vmTz4", + "date_published": "2020-02-11T00:00:00-08:00", + "toots": [ + "Ignored during first run (see `ignoreFirstRun` input)" + ], + "lastTootTimestamp": 1680035514023 + }, + "https://letterboxd.com/cdme/film/avatar-the-way-of-water/": { + "id": "https://letterboxd.com/cdme/film/avatar-the-way-of-water/", + "title": "πŸŽ₯: Avatar: The Way of Water, 2022 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/avatar-the-way-of-water/", + "content_text": "πŸŽ₯: Avatar: The Way of Water, 2022 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/avatar-the-way-of-water/", + "date_published": "2023-03-29T14:27:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110108828482515633" + ], + "lastTootTimestamp": 1680127387824 + }, + "https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/": { + "id": "https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/", + "title": "πŸ“: Another Eleventy content syndication path", + "url": "https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/", + "content_text": "πŸ“: Another Eleventy content syndication path https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/", + "date_published": "2023-03-28T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110108482983060733" + ], + "lastTootTimestamp": 1680122115914 + }, + "https://letterboxd.com/cdme/film/pacific-rim-uprising/": { + "id": "https://letterboxd.com/cdme/film/pacific-rim-uprising/", + "title": "πŸŽ₯: Pacific Rim: Uprising, 2018 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/pacific-rim-uprising/", + "content_text": "πŸŽ₯: Pacific Rim: Uprising, 2018 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/pacific-rim-uprising/", + "date_published": "2023-04-03T15:06:20-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110136196427289085" + ], + "lastTootTimestamp": 1680544989680 + }, + "https://oku.club/book/the-world-we-make-by-n-k-jemisin-ONlCu": { + "id": "https://oku.club/book/the-world-we-make-by-n-k-jemisin-ONlCu", + "title": "πŸ“–: The World We Make", + "url": "https://oku.club/book/the-world-we-make-by-n-k-jemisin-ONlCu", + "content_text": "πŸ“–: The World We Make https://oku.club/book/the-world-we-make-by-n-k-jemisin-ONlCu", + "date_published": "2023-04-04T02:15:07-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110138555661752406" + ], + "lastTootTimestamp": 1680580988566 + }, + "https://letterboxd.com/cdme/film/crank/": { + "id": "https://letterboxd.com/cdme/film/crank/", + "title": "πŸŽ₯: Crank, 2006 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/crank/", + "content_text": "πŸŽ₯: Crank, 2006 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/crank/", + "date_published": "2023-04-04T12:05:56-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110140915590839847" + ], + "lastTootTimestamp": 1680616998241 + }, + "https://coryd.dev/posts/2023/i-dont-want-streaming-music/": { + "id": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "title": "πŸ“: I don't want streaming music, I just want to stream my music", + "url": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "content_text": "πŸ“: I don't want streaming music, I just want to stream my music https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "date_published": "2023-04-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110148963390717348" + ], + "lastTootTimestamp": 1680739797986 + }, + "https://letterboxd.com/cdme/film/argo/": { + "id": "https://letterboxd.com/cdme/film/argo/", + "title": "πŸŽ₯: Argo, 2012 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/argo/", + "content_text": "πŸŽ₯: Argo, 2012 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/argo/", + "date_published": "2023-04-05T23:15:29-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110149457853141404" + ], + "lastTootTimestamp": 1680747342814 + }, + "https://letterboxd.com/cdme/film/65/": { + "id": "https://letterboxd.com/cdme/film/65/", + "title": "πŸŽ₯: 65, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/65/", + "content_text": "πŸŽ₯: 65, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/65/", + "date_published": "2023-04-09T01:51:27-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110166866220931721" + ], + "lastTootTimestamp": 1681012973396 + }, + "https://oku.club/book/the-creative-act-by-rick-rubin-3EzCg": { + "id": "https://oku.club/book/the-creative-act-by-rick-rubin-3EzCg", + "title": "πŸ“–: The Creative Act", + "url": "https://oku.club/book/the-creative-act-by-rick-rubin-3EzCg", + "content_text": "πŸ“–: The Creative Act https://oku.club/book/the-creative-act-by-rick-rubin-3EzCg", + "date_published": "2023-04-09T16:47:05-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110170170009118666" + ], + "lastTootTimestamp": 1681063385216 + }, + "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/": { + "id": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "title": "πŸŽ₯: Shazam! Fury of the Gods, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "content_text": "πŸŽ₯: Shazam! Fury of the Gods, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "date_published": "2023-04-11T16:09:43-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110181494554515535" + ], + "lastTootTimestamp": 1681236184062 + }, + "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01": { + "id": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "title": "Oku: Bind, Torture, Kill", + "url": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "content_text": "Oku: Bind, Torture, Kill https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "date_published": "2022-07-31T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110181965979967706" + ], + "lastTootTimestamp": 1681243377488 + }, + "https://letterboxd.com/cdme/film/timeline/": { + "id": "https://letterboxd.com/cdme/film/timeline/", + "title": "πŸŽ₯: Timeline, 2003 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/timeline/", + "content_text": "πŸŽ₯: Timeline, 2003 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/timeline/", + "date_published": "2023-04-17T18:57:30-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110215939887520803" + ], + "lastTootTimestamp": 1681761778147 + }, + "https://oku.club/book/writing-for-software-developers-by-philip-kiely-jyuEz": { + "id": "https://oku.club/book/writing-for-software-developers-by-philip-kiely-jyuEz", + "title": "πŸ“–: Writing for Software Developers", + "url": "https://oku.club/book/writing-for-software-developers-by-philip-kiely-jyuEz", + "content_text": "πŸ“–: Writing for Software Developers https://oku.club/book/writing-for-software-developers-by-philip-kiely-jyuEz", + "date_published": "2023-04-18T02:08:27-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110217827365024269" + ], + "lastTootTimestamp": 1681790578781 + }, + "https://oku.club/book/letter-from-birmingham-jail-by-martin-luther-V45dT": { + "id": "https://oku.club/book/letter-from-birmingham-jail-by-martin-luther-V45dT", + "title": "πŸ“–: Letter from Birmingham Jail", + "url": "https://oku.club/book/letter-from-birmingham-jail-by-martin-luther-V45dT", + "content_text": "πŸ“–: Letter from Birmingham Jail https://oku.club/book/letter-from-birmingham-jail-by-martin-luther-V45dT", + "date_published": "2023-04-18T14:15:32-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110220658737284964" + ], + "lastTootTimestamp": 1681833782059 + }, + "https://oku.club/book/its-ok-to-be-angry-about-capitalism-by-senator-bernie-sanders-3gwpI": { + "id": "https://oku.club/book/its-ok-to-be-angry-about-capitalism-by-senator-bernie-sanders-3gwpI", + "title": "πŸ“–: It's OK to Be Angry About Capitalism", + "url": "https://oku.club/book/its-ok-to-be-angry-about-capitalism-by-senator-bernie-sanders-3gwpI", + "content_text": "πŸ“–: It's OK to Be Angry About Capitalism https://oku.club/book/its-ok-to-be-angry-about-capitalism-by-senator-bernie-sanders-3gwpI", + "date_published": "2023-04-18T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110221131745380165" + ], + "lastTootTimestamp": 1681840999638 + }, + "https://letterboxd.com/cdme/film/ghosted-2023/": { + "id": "https://letterboxd.com/cdme/film/ghosted-2023/", + "title": "πŸŽ₯: Ghosted, 2023 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/ghosted-2023/", + "content_text": "πŸŽ₯: Ghosted, 2023 - β˜…β˜… https://letterboxd.com/cdme/film/ghosted-2023/", + "date_published": "2023-04-24T02:59:11-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110251801358519675" + ], + "lastTootTimestamp": 1682308980751 + }, + "https://letterboxd.com/cdme/film/underworld-evolution/": { + "id": "https://letterboxd.com/cdme/film/underworld-evolution/", + "title": "πŸŽ₯: Underworld: Evolution, 2006 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/underworld-evolution/", + "content_text": "πŸŽ₯: Underworld: Evolution, 2006 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/underworld-evolution/", + "date_published": "2023-04-24T12:55:23-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110254160567324095" + ], + "lastTootTimestamp": 1682344979651 + }, + "https://coryd.dev/posts/2023/talk-building-now-page-with-11ty/": { + "id": "https://coryd.dev/posts/2023/talk-building-now-page-with-11ty/", + "title": "πŸ“: Talk: Building a /now page with Eleventy", + "url": "https://coryd.dev/posts/2023/talk-building-now-page-with-11ty/", + "content_text": "πŸ“: Talk: Building a /now page with Eleventy https://coryd.dev/posts/2023/talk-building-now-page-with-11ty/", + "date_published": "2023-04-24T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110257463288157409" + ], + "lastTootTimestamp": 1682395374942 + }, + "https://letterboxd.com/cdme/film/scream-vi/": { + "id": "https://letterboxd.com/cdme/film/scream-vi/", + "title": "πŸŽ₯: Scream VI, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/scream-vi/", + "content_text": "πŸŽ₯: Scream VI, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/scream-vi/", + "date_published": "2023-04-25T13:48:45-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110260295611664209" + ], + "lastTootTimestamp": 1682438592759 + }, + "https://oku.club/book/the-good-nurse-by-charles-graeber-qhjLS": { + "id": "https://oku.club/book/the-good-nurse-by-charles-graeber-qhjLS", + "title": "πŸ“–: The Good Nurse", + "url": "https://oku.club/book/the-good-nurse-by-charles-graeber-qhjLS", + "content_text": "πŸ“–: The Good Nurse https://oku.club/book/the-good-nurse-by-charles-graeber-qhjLS", + "date_published": "2023-04-26T02:02:07-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110263126318602615" + ], + "lastTootTimestamp": 1682481785944 + }, + "https://letterboxd.com/cdme/film/plane-2023/": { + "id": "https://letterboxd.com/cdme/film/plane-2023/", + "title": "πŸŽ₯: Plane, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/plane-2023/", + "content_text": "πŸŽ₯: Plane, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/plane-2023/", + "date_published": "2023-04-26T13:36:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110265957419225300" + ], + "lastTootTimestamp": 1682524985101 + }, + "https://coryd.dev/posts/2023/we-lost-the-thread/": { + "id": "https://coryd.dev/posts/2023/we-lost-the-thread/", + "title": "πŸ“: We lost the thread", + "url": "https://coryd.dev/posts/2023/we-lost-the-thread/", + "content_text": "πŸ“: We lost the thread https://coryd.dev/posts/2023/we-lost-the-thread/", + "date_published": "2023-04-27T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110272563425053762" + ], + "lastTootTimestamp": 1682625784735 + }, + "https://letterboxd.com/cdme/film/underworld-rise-of-the-lycans/": { + "id": "https://letterboxd.com/cdme/film/underworld-rise-of-the-lycans/", + "title": "πŸŽ₯: Underworld: Rise of the Lycans, 2009 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/underworld-rise-of-the-lycans/", + "content_text": "πŸŽ₯: Underworld: Rise of the Lycans, 2009 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/underworld-rise-of-the-lycans/", + "date_published": "2023-04-27T20:57:44-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110273034606003520" + ], + "lastTootTimestamp": 1682632974416 + }, + "https://letterboxd.com/cdme/film/underworld-awakening/": { + "id": "https://letterboxd.com/cdme/film/underworld-awakening/", + "title": "πŸŽ₯: Underworld: Awakening, 2012 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/underworld-awakening/", + "content_text": "πŸŽ₯: Underworld: Awakening, 2012 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/underworld-awakening/", + "date_published": "2023-04-28T00:50:30-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110274033697834284" + ], + "lastTootTimestamp": 1682648219333 + }, + "https://letterboxd.com/cdme/film/underworld-blood-wars/": { + "id": "https://letterboxd.com/cdme/film/underworld-blood-wars/", + "title": "πŸŽ₯: Underworld: Blood Wars, 2016 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/underworld-blood-wars/", + "content_text": "πŸŽ₯: Underworld: Blood Wars, 2016 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/underworld-blood-wars/", + "date_published": "2023-04-28T12:27:34-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110276809448962550" + ], + "lastTootTimestamp": 1682690573952 + }, + "https://letterboxd.com/cdme/film/the-new-mutants/": { + "id": "https://letterboxd.com/cdme/film/the-new-mutants/", + "title": "πŸŽ₯: The New Mutants, 2020 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-new-mutants/", + "content_text": "πŸŽ₯: The New Mutants, 2020 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-new-mutants/", + "date_published": "2023-04-28T16:03:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110277755311253916" + ], + "lastTootTimestamp": 1682705006619 + }, + "https://letterboxd.com/cdme/film/transformers-age-of-extinction/": { + "id": "https://letterboxd.com/cdme/film/transformers-age-of-extinction/", + "title": "πŸŽ₯: Transformers: Age of Extinction, 2014 - β˜…Β½", + "url": "https://letterboxd.com/cdme/film/transformers-age-of-extinction/", + "content_text": "πŸŽ₯: Transformers: Age of Extinction, 2014 - β˜…Β½ https://letterboxd.com/cdme/film/transformers-age-of-extinction/", + "date_published": "2023-04-29T03:39:16-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110280584375315192" + ], + "lastTootTimestamp": 1682748174716 + }, + "https://letterboxd.com/cdme/film/transformers-the-last-knight/": { + "id": "https://letterboxd.com/cdme/film/transformers-the-last-knight/", + "title": "πŸŽ₯: Transformers: The Last Knight, 2017 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/transformers-the-last-knight/", + "content_text": "πŸŽ₯: Transformers: The Last Knight, 2017 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/transformers-the-last-knight/", + "date_published": "2023-04-29T17:42:14-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110283887129185633" + ], + "lastTootTimestamp": 1682798570762 + }, + "https://letterboxd.com/cdme/film/ant-man-and-the-wasp-quantumania/": { + "id": "https://letterboxd.com/cdme/film/ant-man-and-the-wasp-quantumania/", + "title": "πŸŽ₯: Ant-Man and the Wasp: Quantumania, 2023 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/ant-man-and-the-wasp-quantumania/", + "content_text": "πŸŽ₯: Ant-Man and the Wasp: Quantumania, 2023 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/ant-man-and-the-wasp-quantumania/", + "date_published": "2023-04-30T05:35:21-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110288607946798424" + ], + "lastTootTimestamp": 1682870604725 + }, + "https://letterboxd.com/cdme/film/godzilla-vs-kong/": { + "id": "https://letterboxd.com/cdme/film/godzilla-vs-kong/", + "title": "πŸŽ₯: Godzilla vs. Kong, 2021 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/godzilla-vs-kong/", + "content_text": "πŸŽ₯: Godzilla vs. Kong, 2021 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/godzilla-vs-kong/", + "date_published": "2023-05-01T15:38:22-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110294740980363089" + ], + "lastTootTimestamp": 1682964187381 + }, + "https://letterboxd.com/cdme/film/creed-iii/": { + "id": "https://letterboxd.com/cdme/film/creed-iii/", + "title": "πŸŽ₯: Creed III, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/creed-iii/", + "content_text": "πŸŽ₯: Creed III, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/creed-iii/", + "date_published": "2023-05-01T17:23:45-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110295212199111847" + ], + "lastTootTimestamp": 1682971377606 + }, + "https://letterboxd.com/cdme/film/the-equalizer/": { + "id": "https://letterboxd.com/cdme/film/the-equalizer/", + "title": "πŸŽ₯: The Equalizer, 2014 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-equalizer/", + "content_text": "πŸŽ₯: The Equalizer, 2014 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-equalizer/", + "date_published": "2023-05-01T21:21:48-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110296185488286227" + ], + "lastTootTimestamp": 1682986228826 + }, + "https://coryd.dev/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less/": { + "id": "https://coryd.dev/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less/", + "title": "πŸ“: A Safari-specific guide to making the modern web suck less", + "url": "https://coryd.dev/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less/", + "content_text": "πŸ“: A Safari-specific guide to making the modern web suck less https://coryd.dev/posts/2023/a-safari-specific-guide-to-making-the-modern-web-suck-less/", + "date_published": "2023-05-01T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110296680198275175" + ], + "lastTootTimestamp": 1682993777499 + }, + "https://letterboxd.com/cdme/film/the-equalizer-2/": { + "id": "https://letterboxd.com/cdme/film/the-equalizer-2/", + "title": "πŸŽ₯: The Equalizer 2, 2018 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-equalizer-2/", + "content_text": "πŸŽ₯: The Equalizer 2, 2018 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-equalizer-2/", + "date_published": "2023-05-02T12:28:57-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110299458852308368" + ], + "lastTootTimestamp": 1683036176377 + }, + "https://letterboxd.com/cdme/film/a-history-of-violence/": { + "id": "https://letterboxd.com/cdme/film/a-history-of-violence/", + "title": "πŸŽ₯: A History of Violence, 2005 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/a-history-of-violence/", + "content_text": "πŸŽ₯: A History of Violence, 2005 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/a-history-of-violence/", + "date_published": "2023-05-02T15:49:39-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110300402944257201" + ], + "lastTootTimestamp": 1683050582102 + }, + "https://oku.club/book/the-assassination-of-fred-hampton-by-jeffrey-haas-HJ0S1": { + "id": "https://oku.club/book/the-assassination-of-fred-hampton-by-jeffrey-haas-HJ0S1", + "title": "πŸ“–: The Assassination of Fred Hampton", + "url": "https://oku.club/book/the-assassination-of-fred-hampton-by-jeffrey-haas-HJ0S1", + "content_text": "πŸ“–: The Assassination of Fred Hampton https://oku.club/book/the-assassination-of-fred-hampton-by-jeffrey-haas-HJ0S1", + "date_published": "2023-05-04T01:46:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110308424109283919" + ], + "lastTootTimestamp": 1683172975343 + }, + "https://letterboxd.com/cdme/film/dungeons-dragons-honor-among-thieves/": { + "id": "https://letterboxd.com/cdme/film/dungeons-dragons-honor-among-thieves/", + "title": "πŸŽ₯: Dungeons & Dragons: Honor Among Thieves, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/dungeons-dragons-honor-among-thieves/", + "content_text": "πŸŽ₯: Dungeons & Dragons: Honor Among Thieves, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/dungeons-dragons-honor-among-thieves/", + "date_published": "2023-05-04T16:48:54-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110311727428793773" + ], + "lastTootTimestamp": 1683223379997 + }, + "https://letterboxd.com/cdme/film/terminator-genisys/": { + "id": "https://letterboxd.com/cdme/film/terminator-genisys/", + "title": "πŸŽ₯: Terminator Genisys, 2015 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/terminator-genisys/", + "content_text": "πŸŽ₯: Terminator Genisys, 2015 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/terminator-genisys/", + "date_published": "2023-05-04T22:06:43-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110313171416876638" + ], + "lastTootTimestamp": 1683245413527 + }, + "https://letterboxd.com/cdme/film/terminator-salvation/": { + "id": "https://letterboxd.com/cdme/film/terminator-salvation/", + "title": "πŸŽ₯: Terminator Salvation, 2009 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/terminator-salvation/", + "content_text": "πŸŽ₯: Terminator Salvation, 2009 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/terminator-salvation/", + "date_published": "2023-05-05T18:06:15-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110318832571032723" + ], + "lastTootTimestamp": 1683331795865 + }, + "https://coryd.dev/posts/2023/now-page-update-matter-favorites/": { + "id": "https://coryd.dev/posts/2023/now-page-update-matter-favorites/", + "title": "πŸ“: Now page update: favorite articles from Matter", + "url": "https://coryd.dev/posts/2023/now-page-update-matter-favorites/", + "content_text": "πŸ“: Now page update: favorite articles from Matter https://coryd.dev/posts/2023/now-page-update-matter-favorites/", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110317861380594108" + ], + "lastTootTimestamp": 1683316976679 + }, + "https://letterboxd.com/cdme/film/terminator-dark-fate/": { + "id": "https://letterboxd.com/cdme/film/terminator-dark-fate/", + "title": "πŸŽ₯: Terminator: Dark Fate, 2019 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/terminator-dark-fate/", + "content_text": "πŸŽ₯: Terminator: Dark Fate, 2019 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/terminator-dark-fate/", + "date_published": "2023-05-05T20:22:13-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110318333199683104" + ], + "lastTootTimestamp": 1683324176070 + }, + "": { + "id": "", + "title": "πŸ”—: Whether its building a new project from scratch, implementing a big feature,or beginning a large refactor, it can be difficult to stay motivated andcomplete…", + "url": "", + "content_text": "πŸ”—: Whether its building a new project from scratch, implementing a big feature,or beginning a large refactor, it can be difficult to stay motivated andcomplete… ", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110488202166481129" + ], + "lastTootTimestamp": 1685916170815 + }, + "https://conversationalist.org/2020/03/05/the-prodigal-techbro/": { + "id": "https://conversationalist.org/2020/03/05/the-prodigal-techbro/", + "title": "Link: The Prodigal Techbro", + "url": "https://conversationalist.org/2020/03/05/the-prodigal-techbro/", + "content_text": "Link: The Prodigal Techbro https://conversationalist.org/2020/03/05/the-prodigal-techbro/", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110321164079013175" + ], + "lastTootTimestamp": 1683367371872 + }, + "https://www.newyorker.com/science/annals-of-artificial-intelligence/will-ai-become-the-new-mckinsey": { + "id": "https://www.newyorker.com/science/annals-of-artificial-intelligence/will-ai-become-the-new-mckinsey", + "title": "Link: Will A.I. Become the New McKinsey?", + "url": "https://www.newyorker.com/science/annals-of-artificial-intelligence/will-ai-become-the-new-mckinsey", + "content_text": "Link: Will A.I. Become the New McKinsey? https://www.newyorker.com/science/annals-of-artificial-intelligence/will-ai-become-the-new-mckinsey", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110319748964491535" + ], + "lastTootTimestamp": 1683345778941 + }, + "https://www.brooklynvegan.com/american-football-bought-the-american-football-house/": { + "id": "https://www.brooklynvegan.com/american-football-bought-the-american-football-house/", + "title": "Link: American Football bought The American Football House", + "url": "https://www.brooklynvegan.com/american-football-bought-the-american-football-house/", + "content_text": "Link: American Football bought The American Football House https://www.brooklynvegan.com/american-football-bought-the-american-football-house/", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110319321641451489" + ], + "lastTootTimestamp": 1683339258523 + }, + "https://wilwheaton.net/2018/08/the-world-is-a-terrible-place-right-now-and-thats-largely-because-it-is-what-we-make-it/": { + "id": "https://wilwheaton.net/2018/08/the-world-is-a-terrible-place-right-now-and-thats-largely-because-it-is-what-we-make-it/", + "title": "Link: The world is a terrible place right now, and that’s largely because it is what we make it.", + "url": "https://wilwheaton.net/2018/08/the-world-is-a-terrible-place-right-now-and-thats-largely-because-it-is-what-we-make-it/", + "content_text": "Link: The world is a terrible place right now, and that’s largely because it is what we make it. https://wilwheaton.net/2018/08/the-world-is-a-terrible-place-right-now-and-thats-largely-because-it-is-what-we-make-it/", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110320692586306598" + ], + "lastTootTimestamp": 1683360177501 + }, + "https://calibreapp.com/blog/calm-web": { + "id": "https://calibreapp.com/blog/calm-web", + "title": "Link: The Calm Web: A Solution to Our Scary and Divisive Online World", + "url": "https://calibreapp.com/blog/calm-web", + "content_text": "Link: The Calm Web: A Solution to Our Scary and Divisive Online World https://calibreapp.com/blog/calm-web", + "date_published": "2023-05-03T00:00:00-08:00", + "toots": [] + }, + "https://quii.dev/The_Web_I_Want": { + "id": "https://quii.dev/The_Web_I_Want", + "title": "πŸ”—: Chris James - The Web I Want", + "url": "https://quii.dev/The_Web_I_Want", + "content_text": "πŸ”—: Chris James - The Web I Want https://quii.dev/The_Web_I_Want", + "date_published": "2023-05-06T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110320221103139605" + ], + "lastTootTimestamp": 1683352983220 + }, + "https://letterboxd.com/cdme/film/easy-a/": { + "id": "https://letterboxd.com/cdme/film/easy-a/", + "title": "πŸŽ₯: Easy A, 2010 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/easy-a/", + "content_text": "πŸŽ₯: Easy A, 2010 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/easy-a/", + "date_published": "2023-05-06T17:32:09-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110323524184804346" + ], + "lastTootTimestamp": 1683403384250 + }, + "https://www.wired.com/story/where-to-find-the-energy-to-save-the-world-geothermal-texas/": { + "id": "https://www.wired.com/story/where-to-find-the-energy-to-save-the-world-geothermal-texas/", + "title": "πŸ”—: Where to Find the Energy to Save the World", + "url": "https://www.wired.com/story/where-to-find-the-energy-to-save-the-world-geothermal-texas/", + "content_text": "πŸ”—: Where to Find the Energy to Save the World https://www.wired.com/story/where-to-find-the-energy-to-save-the-world-geothermal-texas/", + "date_published": "2023-05-06T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110323995827559347" + ], + "lastTootTimestamp": 1683410580939 + }, + "https://jacobin.com/2023/05/cory-doctorow-big-tech-internet-monopoly-capitalism-artificial-intelligence-crypto/": { + "id": "https://jacobin.com/2023/05/cory-doctorow-big-tech-internet-monopoly-capitalism-artificial-intelligence-crypto/", + "title": "πŸ”—: Cory Doctorow Explains Why Big Tech Is Making the Internet Terrible", + "url": "https://jacobin.com/2023/05/cory-doctorow-big-tech-internet-monopoly-capitalism-artificial-intelligence-crypto/", + "content_text": "πŸ”—: Cory Doctorow Explains Why Big Tech Is Making the Internet Terrible https://jacobin.com/2023/05/cory-doctorow-big-tech-internet-monopoly-capitalism-artificial-intelligence-crypto/", + "date_published": "2023-05-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110329186221417611" + ], + "lastTootTimestamp": 1683489780032 + }, + "https://www.businessinsider.com/metaverse-dead-obituary-facebook-mark-zuckerberg-tech-fad-ai-chatgpt-2023-5": { + "id": "https://www.businessinsider.com/metaverse-dead-obituary-facebook-mark-zuckerberg-tech-fad-ai-chatgpt-2023-5", + "title": "πŸ”—: RIP Metaverse, we hardly knew ye", + "url": "https://www.businessinsider.com/metaverse-dead-obituary-facebook-mark-zuckerberg-tech-fad-ai-chatgpt-2023-5", + "content_text": "πŸ”—: RIP Metaverse, we hardly knew ye https://www.businessinsider.com/metaverse-dead-obituary-facebook-mark-zuckerberg-tech-fad-ai-chatgpt-2023-5", + "date_published": "2023-05-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110334377695395058" + ], + "lastTootTimestamp": 1683568995689 + }, + "https://www.theverge.com/23711172/google-amp-accelerated-mobile-pages-search-publishers-lawsuit": { + "id": "https://www.theverge.com/23711172/google-amp-accelerated-mobile-pages-search-publishers-lawsuit", + "title": "πŸ”—: How Google tried to fix the web", + "url": "https://www.theverge.com/23711172/google-amp-accelerated-mobile-pages-search-publishers-lawsuit", + "content_text": "πŸ”—: How Google tried to fix the web https://www.theverge.com/23711172/google-amp-accelerated-mobile-pages-search-publishers-lawsuit", + "date_published": "2023-05-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110334848513468068" + ], + "lastTootTimestamp": 1683576179767 + }, + "https://letterboxd.com/cdme/film/battle-los-angeles/": { + "id": "https://letterboxd.com/cdme/film/battle-los-angeles/", + "title": "πŸŽ₯: Battle: Los Angeles, 2011 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/battle-los-angeles/", + "content_text": "πŸŽ₯: Battle: Los Angeles, 2011 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/battle-los-angeles/", + "date_published": "2023-05-10T13:55:45-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110346182971362519" + ], + "lastTootTimestamp": 1683749129873 + }, + "https://getmatter.com/email/24292543/?token=24292543%3AW8dRhAqbwkcdbPT6GPSmGxogH4Y": { + "id": "https://getmatter.com/email/24292543/?token=24292543%3AW8dRhAqbwkcdbPT6GPSmGxogH4Y", + "title": "πŸ”—: Google wants to take over the web", + "url": "https://getmatter.com/email/24292543/?token=24292543%3AW8dRhAqbwkcdbPT6GPSmGxogH4Y", + "content_text": "πŸ”—: Google wants to take over the web https://getmatter.com/email/24292543/?token=24292543%3AW8dRhAqbwkcdbPT6GPSmGxogH4Y", + "date_published": "2023-05-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110353299535726662" + ], + "lastTootTimestamp": 1683857720017 + }, + "https://read.readwise.io/read/01h089btfdyp6v7p3dn8v1qsd8": { + "id": "https://read.readwise.io/read/01h089btfdyp6v7p3dn8v1qsd8", + "title": "πŸ”—: Google wants to take over the web", + "url": "https://read.readwise.io/read/01h089btfdyp6v7p3dn8v1qsd8", + "content_text": "πŸ”—: Google wants to take over the web https://read.readwise.io/read/01h089btfdyp6v7p3dn8v1qsd8", + "date_published": "2023-05-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110360329078668957" + ], + "lastTootTimestamp": 1683964982363 + }, + "https://read.readwise.io/read/01gwbawk8m70bb4ssh59ejds5p": { + "id": "https://read.readwise.io/read/01gwbawk8m70bb4ssh59ejds5p", + "title": "πŸ”—: What we've learned about designing for accessibility from our users", + "url": "https://read.readwise.io/read/01gwbawk8m70bb4ssh59ejds5p", + "content_text": "πŸ”—: What we've learned about designing for accessibility from our users https://read.readwise.io/read/01gwbawk8m70bb4ssh59ejds5p", + "date_published": "2023-03-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110358961555666815" + ], + "lastTootTimestamp": 1683944115601 + }, + "https://read.readwise.io/read/01gtr36caavt59hxt78ngn9q2h": { + "id": "https://read.readwise.io/read/01gtr36caavt59hxt78ngn9q2h", + "title": "πŸ”—: Everything you think you know about homelessness is wrong", + "url": "https://read.readwise.io/read/01gtr36caavt59hxt78ngn9q2h", + "content_text": "πŸ”—: Everything you think you know about homelessness is wrong https://read.readwise.io/read/01gtr36caavt59hxt78ngn9q2h", + "date_published": "2023-03-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110358468747598228" + ], + "lastTootTimestamp": 1683936595940 + }, + "https://read.readwise.io/read/01gsy2mre422b6a7w8a441ghw1": { + "id": "https://read.readwise.io/read/01gsy2mre422b6a7w8a441ghw1", + "title": "πŸ”—: Safari 16.4 Is An Admission", + "url": "https://read.readwise.io/read/01gsy2mre422b6a7w8a441ghw1", + "content_text": "πŸ”—: Safari 16.4 Is An Admission https://read.readwise.io/read/01gsy2mre422b6a7w8a441ghw1", + "date_published": "2023-02-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110359385310912057" + ], + "lastTootTimestamp": 1683950581616 + }, + "https://read.readwise.io/read/01gset59wsq4k5azxmd0e1j7sk": { + "id": "https://read.readwise.io/read/01gset59wsq4k5azxmd0e1j7sk", + "title": "πŸ”—: Bing’s A.I. Chat Reveals Its Feelings: β€˜I Want to Be Alive. πŸ˜ˆβ€™", + "url": "https://read.readwise.io/read/01gset59wsq4k5azxmd0e1j7sk", + "content_text": "πŸ”—: Bing’s A.I. Chat Reveals Its Feelings: β€˜I Want to Be Alive. πŸ˜ˆβ€™ https://read.readwise.io/read/01gset59wsq4k5azxmd0e1j7sk", + "date_published": "2023-02-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110359858141614407" + ], + "lastTootTimestamp": 1683957796411 + }, + "https://letterboxd.com/cdme/film/the-covenant-2023/": { + "id": "https://letterboxd.com/cdme/film/the-covenant-2023/", + "title": "πŸŽ₯: The Covenant, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-covenant-2023/", + "content_text": "πŸŽ₯: The Covenant, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-covenant-2023/", + "date_published": "2023-05-13T23:01:15-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110364137039315007" + ], + "lastTootTimestamp": 1684023087207 + }, + "https://www.theatlantic.com/magazine/archive/2023/06/dc-solar-power-ponzi-scheme-scandal/673782/": { + "id": "https://www.theatlantic.com/magazine/archive/2023/06/dc-solar-power-ponzi-scheme-scandal/673782/", + "title": "πŸ”—: The Billion-Dollar Ponzi Scheme That Hooked Wall Street, Warren Buffett, and the U.S. Treasury", + "url": "https://www.theatlantic.com/magazine/archive/2023/06/dc-solar-power-ponzi-scheme-scandal/673782/", + "content_text": "πŸ”—: The Billion-Dollar Ponzi Scheme That Hooked Wall Street, Warren Buffett, and the U.S. Treasury https://www.theatlantic.com/magazine/archive/2023/06/dc-solar-power-ponzi-scheme-scandal/673782/", + "date_published": "2023-05-14T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110370295559022376" + ], + "lastTootTimestamp": 1684117058763 + }, + "https://thebaffler.com/outbursts/bad-manors-wagner": { + "id": "https://thebaffler.com/outbursts/bad-manors-wagner", + "title": "πŸ”—: Bad Manors", + "url": "https://thebaffler.com/outbursts/bad-manors-wagner", + "content_text": "πŸ”—: Bad Manors https://thebaffler.com/outbursts/bad-manors-wagner", + "date_published": "2023-05-14T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110372600535196418" + ], + "lastTootTimestamp": 1684152229910 + }, + "https://www.vice.com/en/article/n7zadk/everything-ive-learnt-about-london-renting": { + "id": "https://www.vice.com/en/article/n7zadk/everything-ive-learnt-about-london-renting", + "title": "πŸ”—: 'Landlords Are a Scum Class': Everything I've Learnt About London Renting", + "url": "https://www.vice.com/en/article/n7zadk/everything-ive-learnt-about-london-renting", + "content_text": "πŸ”—: 'Landlords Are a Scum Class': Everything I've Learnt About London Renting https://www.vice.com/en/article/n7zadk/everything-ive-learnt-about-london-renting", + "date_published": "2023-05-15T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110371183913013043" + ], + "lastTootTimestamp": 1684130613989 + }, + "https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web": { + "id": "https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web", + "title": "πŸ”—: ChatGPT Is a Blurry JPEG of the Web", + "url": "https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web", + "content_text": "πŸ”—: ChatGPT Is a Blurry JPEG of the Web https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web", + "date_published": "2023-05-15T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110370711735470987" + ], + "lastTootTimestamp": 1684123409121 + }, + "https://ericwbailey.website/published/i-doubled-down-on-rss/": { + "id": "https://ericwbailey.website/published/i-doubled-down-on-rss/", + "title": "πŸ”—: I doubled-down on RSS", + "url": "https://ericwbailey.website/published/i-doubled-down-on-rss/", + "content_text": "πŸ”—: I doubled-down on RSS https://ericwbailey.website/published/i-doubled-down-on-rss/", + "date_published": "2023-05-15T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110371654166156067" + ], + "lastTootTimestamp": 1684137789477 + }, + "https://www.nplusonemag.com/issue-45/the-intellectual-situation/the-new-new-reading-environment/": { + "id": "https://www.nplusonemag.com/issue-45/the-intellectual-situation/the-new-new-reading-environment/", + "title": "πŸ”—: The New New Reading Environment", + "url": "https://www.nplusonemag.com/issue-45/the-intellectual-situation/the-new-new-reading-environment/", + "content_text": "πŸ”—: The New New Reading Environment https://www.nplusonemag.com/issue-45/the-intellectual-situation/the-new-new-reading-environment/", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110372126007474699" + ], + "lastTootTimestamp": 1684144989175 + }, + "https://letterboxd.com/cdme/film/godzilla-2014/": { + "id": "https://letterboxd.com/cdme/film/godzilla-2014/", + "title": "πŸŽ₯: Godzilla, 2014 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/godzilla-2014/", + "content_text": "πŸŽ₯: Godzilla, 2014 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/godzilla-2014/", + "date_published": "2023-05-15T13:16:20-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110373541957582669" + ], + "lastTootTimestamp": 1684166594861 + }, + "https://freddiedeboer.substack.com/p/the-world-needs-taylor-swift-goblin": { + "id": "https://freddiedeboer.substack.com/p/the-world-needs-taylor-swift-goblin", + "title": "πŸ”—: The World Needs Taylor Swift Goblin Mode", + "url": "https://freddiedeboer.substack.com/p/the-world-needs-taylor-swift-goblin", + "content_text": "πŸ”—: The World Needs Taylor Swift Goblin Mode https://freddiedeboer.substack.com/p/the-world-needs-taylor-swift-goblin", + "date_published": "2023-05-15T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110374484418779302" + ], + "lastTootTimestamp": 1684180975713 + }, + "https://letterboxd.com/cdme/film/kong-skull-island/": { + "id": "https://letterboxd.com/cdme/film/kong-skull-island/", + "title": "πŸŽ₯: Kong: Skull Island, 2017 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/kong-skull-island/", + "content_text": "πŸŽ₯: Kong: Skull Island, 2017 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/kong-skull-island/", + "date_published": "2023-05-16T12:02:22-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110378730826143777" + ], + "lastTootTimestamp": 1684245770711 + }, + "https://www.vox.com/culture/23726136/community-privatization-corporations-sam-pressler": { + "id": "https://www.vox.com/culture/23726136/community-privatization-corporations-sam-pressler", + "title": "πŸ”—: How companies sell you on the promise of "community"", + "url": "https://www.vox.com/culture/23726136/community-privatization-corporations-sam-pressler", + "content_text": "πŸ”—: How companies sell you on the promise of "community" https://www.vox.com/culture/23726136/community-privatization-corporations-sam-pressler", + "date_published": "2023-05-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110384866429543387" + ], + "lastTootTimestamp": 1684339392618 + }, + "https://oku.club/book/black-against-empire-by-joshua-bloom-insEs": { + "id": "https://oku.club/book/black-against-empire-by-joshua-bloom-insEs", + "title": "πŸ“–: Black Against Empire", + "url": "https://oku.club/book/black-against-empire-by-joshua-bloom-insEs", + "content_text": "πŸ“–: Black Against Empire https://oku.club/book/black-against-empire-by-joshua-bloom-insEs", + "date_published": "2023-05-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110385337971761719" + ], + "lastTootTimestamp": 1684346587762 + }, + "https://www.theguardian.com/commentisfree/2023/may/08/ai-machines-hallucinating-naomi-klein": { + "id": "https://www.theguardian.com/commentisfree/2023/may/08/ai-machines-hallucinating-naomi-klein", + "title": "πŸ”—: AI machines aren’t β€˜hallucinating’. But their makers are", + "url": "https://www.theguardian.com/commentisfree/2023/may/08/ai-machines-hallucinating-naomi-klein", + "content_text": "πŸ”—: AI machines aren’t β€˜hallucinating’. But their makers are https://www.theguardian.com/commentisfree/2023/may/08/ai-machines-hallucinating-naomi-klein", + "date_published": "2023-05-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110386780916661120" + ], + "lastTootTimestamp": 1684368605348 + }, + "https://www.fastcompany.com/90893629/hollywood-started-leaning-toward-automation-long-before-ai": { + "id": "https://www.fastcompany.com/90893629/hollywood-started-leaning-toward-automation-long-before-ai", + "title": "πŸ”—: Writers vs. robots: Hollywood moved toward automation long before AI", + "url": "https://www.fastcompany.com/90893629/hollywood-started-leaning-toward-automation-long-before-ai", + "content_text": "πŸ”—: Writers vs. robots: Hollywood moved toward automation long before AI https://www.fastcompany.com/90893629/hollywood-started-leaning-toward-automation-long-before-ai", + "date_published": "2023-05-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110387278716420883" + ], + "lastTootTimestamp": 1684376201178 + }, + "https://oku.club/book/black-against-empire-by-waldo-e-martin-insEs": { + "id": "https://oku.club/book/black-against-empire-by-waldo-e-martin-insEs", + "title": "πŸ“–: Black Against Empire", + "url": "https://oku.club/book/black-against-empire-by-waldo-e-martin-insEs", + "content_text": "πŸ“–: Black Against Empire https://oku.club/book/black-against-empire-by-waldo-e-martin-insEs", + "date_published": "2023-05-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110388171385061593" + ], + "lastTootTimestamp": 1684389822209 + }, + "https://letterboxd.com/cdme/film/godzilla-king-of-the-monsters-2019/": { + "id": "https://letterboxd.com/cdme/film/godzilla-king-of-the-monsters-2019/", + "title": "πŸŽ₯: Godzilla: King of the Monsters, 2019 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/godzilla-king-of-the-monsters-2019/", + "content_text": "πŸŽ₯: Godzilla: King of the Monsters, 2019 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/godzilla-king-of-the-monsters-2019/", + "date_published": "2023-05-18T12:31:08-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110390056060488806" + ], + "lastTootTimestamp": 1684418580108 + }, + "https://www.vice.com/en_us/article/xgwyya/googles-plan-to-delete-inactive-accounts-shows-the-internet-isnt-forever": { + "id": "https://www.vice.com/en_us/article/xgwyya/googles-plan-to-delete-inactive-accounts-shows-the-internet-isnt-forever", + "title": "πŸ”—: Google’s Plan to Delete Inactive Accounts Shows the Internet Isn't Forever", + "url": "https://www.vice.com/en_us/article/xgwyya/googles-plan-to-delete-inactive-accounts-shows-the-internet-isnt-forever", + "content_text": "πŸ”—: Google’s Plan to Delete Inactive Accounts Shows the Internet Isn't Forever https://www.vice.com/en_us/article/xgwyya/googles-plan-to-delete-inactive-accounts-shows-the-internet-isnt-forever", + "date_published": "2023-05-18T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110391000623209429" + ], + "lastTootTimestamp": 1684432993003 + }, + "https://arstechnica.com/?p=1940171": { + "id": "https://arstechnica.com/?p=1940171", + "title": "πŸ”—: Google pushes .zip and .mov domains onto the Internet, and the Internet pushes back", + "url": "https://arstechnica.com/?p=1940171", + "content_text": "πŸ”—: Google pushes .zip and .mov domains onto the Internet, and the Internet pushes back https://arstechnica.com/?p=1940171", + "date_published": "2023-05-18T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110393359853437718" + ], + "lastTootTimestamp": 1684468991927 + }, + "https://www.theverge.com/2023/5/19/23730037/openai-ban-apple-banks-privacy": { + "id": "https://www.theverge.com/2023/5/19/23730037/openai-ban-apple-banks-privacy", + "title": "πŸ”—: Big Tech is already warning us about AI privacy problems", + "url": "https://www.theverge.com/2023/5/19/23730037/openai-ban-apple-banks-privacy", + "content_text": "πŸ”—: Big Tech is already warning us about AI privacy problems https://www.theverge.com/2023/5/19/23730037/openai-ban-apple-banks-privacy", + "date_published": "2023-05-19T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110397605771796918" + ], + "lastTootTimestamp": 1684533779536 + }, + "https://oku.club/book/abolish-silicon-valley-by-wendy-liu-0fgeq": { + "id": "https://oku.club/book/abolish-silicon-valley-by-wendy-liu-0fgeq", + "title": "πŸ“–: Abolish Silicon Valley", + "url": "https://oku.club/book/abolish-silicon-valley-by-wendy-liu-0fgeq", + "content_text": "πŸ“–: Abolish Silicon Valley https://oku.club/book/abolish-silicon-valley-by-wendy-liu-0fgeq", + "date_published": "2023-05-20T23:25:12-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110404280944073128" + ], + "lastTootTimestamp": 1684635634601 + }, + "https://oku.club/book/internet-for-the-people-by-ben-tarnoff-U6w00": { + "id": "https://oku.club/book/internet-for-the-people-by-ben-tarnoff-U6w00", + "title": "πŸ“–: Internet for the People", + "url": "https://oku.club/book/internet-for-the-people-by-ben-tarnoff-U6w00", + "content_text": "πŸ“–: Internet for the People https://oku.club/book/internet-for-the-people-by-ben-tarnoff-U6w00", + "date_published": "2023-05-21T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110408930058846408" + ], + "lastTootTimestamp": 1684706574430 + }, + "https://letterboxd.com/cdme/film/babylon-ad/": { + "id": "https://letterboxd.com/cdme/film/babylon-ad/", + "title": "πŸŽ₯: Babylon A.D., 2008 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/babylon-ad/", + "content_text": "πŸŽ₯: Babylon A.D., 2008 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/babylon-ad/", + "date_published": "2023-05-21T22:48:39-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110409433122326312" + ], + "lastTootTimestamp": 1684714250560 + }, + "https://kentcdodds.com/blog/stop-mocking-fetch": { + "id": "https://kentcdodds.com/blog/stop-mocking-fetch", + "title": "πŸ”—: Stop mocking fetch", + "url": "https://kentcdodds.com/blog/stop-mocking-fetch", + "content_text": "πŸ”—: Stop mocking fetch https://kentcdodds.com/blog/stop-mocking-fetch", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110410818890361586" + ], + "lastTootTimestamp": 1684735395721 + }, + "https://www.wired.com/story/doug-rushkoff-survival-of-the-richest/": { + "id": "https://www.wired.com/story/doug-rushkoff-survival-of-the-richest/", + "title": "πŸ”—: Doug Rushkoff Is Ready to Renounce the Digital Revolution", + "url": "https://www.wired.com/story/doug-rushkoff-survival-of-the-richest/", + "content_text": "πŸ”—: Doug Rushkoff Is Ready to Renounce the Digital Revolution https://www.wired.com/story/doug-rushkoff-survival-of-the-richest/", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110411761994667197" + ], + "lastTootTimestamp": 1684749786345 + }, + "https://i-d.vice.com/en/article/ak3v7k/find-my-location-sharing-app-accidental-social-media-platform": { + "id": "https://i-d.vice.com/en/article/ak3v7k/find-my-location-sharing-app-accidental-social-media-platform", + "title": "πŸ”—: Location sharing is the best, worst thing to ever happen to us", + "url": "https://i-d.vice.com/en/article/ak3v7k/find-my-location-sharing-app-accidental-social-media-platform", + "content_text": "πŸ”—: Location sharing is the best, worst thing to ever happen to us https://i-d.vice.com/en/article/ak3v7k/find-my-location-sharing-app-accidental-social-media-platform", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110411291379048743" + ], + "lastTootTimestamp": 1684742605337 + }, + "https://www.damemagazine.com/2023/03/06/america-propaganda-disinformation/": { + "id": "https://www.damemagazine.com/2023/03/06/america-propaganda-disinformation/", + "title": "πŸ”—: America’s Propaganda Apocalypse Was Decades in the Making", + "url": "https://www.damemagazine.com/2023/03/06/america-propaganda-disinformation/", + "content_text": "πŸ”—: America’s Propaganda Apocalypse Was Decades in the Making https://www.damemagazine.com/2023/03/06/america-propaganda-disinformation/", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110410346299759060" + ], + "lastTootTimestamp": 1684728184589 + }, + "https://letterboxd.com/cdme/film/bloodshot/": { + "id": "https://letterboxd.com/cdme/film/bloodshot/", + "title": "πŸŽ₯: Bloodshot, 2020 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/bloodshot/", + "content_text": "πŸŽ₯: Bloodshot, 2020 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/bloodshot/", + "date_published": "2023-05-22T13:30:08-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110413177772979796" + ], + "lastTootTimestamp": 1684771389409 + }, + "https://www.wired.com/story/meta-gdpr-fine-ireland/": { + "id": "https://www.wired.com/story/meta-gdpr-fine-ireland/", + "title": "πŸ”—: Meta’s $1.3 Billion Fine Is a Strike Against Surveillance Capitalism", + "url": "https://www.wired.com/story/meta-gdpr-fine-ireland/", + "content_text": "πŸ”—: Meta’s $1.3 Billion Fine Is a Strike Against Surveillance Capitalism https://www.wired.com/story/meta-gdpr-fine-ireland/", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110413649889186981" + ], + "lastTootTimestamp": 1684778593359 + }, + "https://www.businessinsider.com/companies-software-legal-tricks-subscriptions-customers-money-pay-death-ownership-2023-5": { + "id": "https://www.businessinsider.com/companies-software-legal-tricks-subscriptions-customers-money-pay-death-ownership-2023-5", + "title": "πŸ”—: Companies are using sneaky software and legal tricks to make you endlessly pay for stuff you already bought", + "url": "https://www.businessinsider.com/companies-software-legal-tricks-subscriptions-customers-money-pay-death-ownership-2023-5", + "content_text": "πŸ”—: Companies are using sneaky software and legal tricks to make you endlessly pay for stuff you already bought https://www.businessinsider.com/companies-software-legal-tricks-subscriptions-customers-money-pay-death-ownership-2023-5", + "date_published": "2023-05-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110414592842903648" + ], + "lastTootTimestamp": 1684792981680 + }, + "https://letterboxd.com/cdme/film/john-wick-chapter-4/": { + "id": "https://letterboxd.com/cdme/film/john-wick-chapter-4/", + "title": "πŸŽ₯: John Wick: Chapter 4, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/john-wick-chapter-4/", + "content_text": "πŸŽ₯: John Wick: Chapter 4, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/john-wick-chapter-4/", + "date_published": "2023-05-23T12:27:50-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110418367430415442" + ], + "lastTootTimestamp": 1684850577359 + }, + "https://coryd.dev/posts/2023/i-block-ads/": { + "id": "https://coryd.dev/posts/2023/i-block-ads/", + "title": "πŸ“: I block ads", + "url": "https://coryd.dev/posts/2023/i-block-ads/", + "content_text": "πŸ“: I block ads https://coryd.dev/posts/2023/i-block-ads/", + "date_published": "2023-05-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110419311310854145" + ], + "lastTootTimestamp": 1684864979777 + }, + "https://jacobin.com/2023/05/california-legislature-climate-emissions-disclosure-bill-business-lobby/": { + "id": "https://jacobin.com/2023/05/california-legislature-climate-emissions-disclosure-bill-business-lobby/", + "title": "πŸ”—: In-N-Out -- and the Whole California Business Lobby -- Is Fighting a Landmark Climate Bill", + "url": "https://jacobin.com/2023/05/california-legislature-climate-emissions-disclosure-bill-business-lobby/", + "content_text": "πŸ”—: In-N-Out -- and the Whole California Business Lobby -- Is Fighting a Landmark Climate Bill https://jacobin.com/2023/05/california-legislature-climate-emissions-disclosure-bill-business-lobby/", + "date_published": "2023-05-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110420254525943753" + ], + "lastTootTimestamp": 1684879372093 + }, + "https://oku.club/book/subprime-attention-crisis-by-tim-hwang-wZnoI": { + "id": "https://oku.club/book/subprime-attention-crisis-by-tim-hwang-wZnoI", + "title": "πŸ“–: Subprime Attention Crisis", + "url": "https://oku.club/book/subprime-attention-crisis-by-tim-hwang-wZnoI", + "content_text": "πŸ“–: Subprime Attention Crisis https://oku.club/book/subprime-attention-crisis-by-tim-hwang-wZnoI", + "date_published": "2023-05-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110419784587766061" + ], + "lastTootTimestamp": 1684872201414 + }, + "https://www.eff.org/deeplinks/2023/05/save-news-we-must-shatter-ad-tech": { + "id": "https://www.eff.org/deeplinks/2023/05/save-news-we-must-shatter-ad-tech", + "title": "πŸ”—: To Save the News, We Must Shatter Ad-Tech", + "url": "https://www.eff.org/deeplinks/2023/05/save-news-we-must-shatter-ad-tech", + "content_text": "πŸ”—: To Save the News, We Must Shatter Ad-Tech https://www.eff.org/deeplinks/2023/05/save-news-we-must-shatter-ad-tech", + "date_published": "2023-05-24T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110424502800767991" + ], + "lastTootTimestamp": 1684944195606 + }, + "https://github.com/cdransf/awesome-adblock": { + "id": "https://github.com/cdransf/awesome-adblock", + "title": "πŸ”—: cdransf/awesome-adblock: A collection of awesome adblockers and related tools.", + "url": "https://github.com/cdransf/awesome-adblock", + "content_text": "πŸ”—: cdransf/awesome-adblock: A collection of awesome adblockers and related tools. https://github.com/cdransf/awesome-adblock", + "date_published": "2023-05-24T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110425445938833403" + ], + "lastTootTimestamp": 1684958586784 + }, + "https://letterboxd.com/cdme/film/good-time/": { + "id": "https://letterboxd.com/cdme/film/good-time/", + "title": "πŸŽ₯: Good Time, 2017 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/good-time/", + "content_text": "πŸŽ₯: Good Time, 2017 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/good-time/", + "date_published": "2023-05-25T12:17:16-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110429692109404657" + ], + "lastTootTimestamp": 1685023378176 + }, + "https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/": { + "id": "https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/", + "title": "πŸ“: Domain names as discoverable personal identifiers for the web", + "url": "https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/", + "content_text": "πŸ“: Domain names as discoverable personal identifiers for the web https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/", + "date_published": "2023-05-26T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110436769786870729" + ], + "lastTootTimestamp": 1685131375003 + }, + "https://letterboxd.com/cdme/film/riddick/": { + "id": "https://letterboxd.com/cdme/film/riddick/", + "title": "πŸŽ₯: Riddick, 2013 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/riddick/", + "content_text": "πŸŽ₯: Riddick, 2013 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/riddick/", + "date_published": "2023-05-27T03:26:34-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110438657556720539" + ], + "lastTootTimestamp": 1685160180060 + }, + "https://web.dev/lcp-lazy-loading/": { + "id": "https://web.dev/lcp-lazy-loading/", + "title": "πŸ”—: The performance effects of too much lazy loading", + "url": "https://web.dev/lcp-lazy-loading/", + "content_text": "πŸ”—: The performance effects of too much lazy loading https://web.dev/lcp-lazy-loading/", + "date_published": "2023-05-27T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110439130601298116" + ], + "lastTootTimestamp": 1685167398163 + }, + "https://oku.club/book/the-contrarian-by-max-chafkin-iteL7": { + "id": "https://oku.club/book/the-contrarian-by-max-chafkin-iteL7", + "title": "πŸ“–: The Contrarian", + "url": "https://oku.club/book/the-contrarian-by-max-chafkin-iteL7", + "content_text": "πŸ“–: The Contrarian https://oku.club/book/the-contrarian-by-max-chafkin-iteL7", + "date_published": "2023-05-28T02:55:45-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110444319793757125" + ], + "lastTootTimestamp": 1685246578971 + }, + "https://letterboxd.com/cdme/film/x-men-origins-wolverine/": { + "id": "https://letterboxd.com/cdme/film/x-men-origins-wolverine/", + "title": "πŸŽ₯: X-Men Origins: Wolverine, 2009 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/x-men-origins-wolverine/", + "content_text": "πŸŽ₯: X-Men Origins: Wolverine, 2009 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/x-men-origins-wolverine/", + "date_published": "2023-05-28T19:33:16-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110448566146445409" + ], + "lastTootTimestamp": 1685311373141 + }, + "https://tylermercer.net/posts/software/free-lunches/": { + "id": "https://tylermercer.net/posts/software/free-lunches/", + "title": "πŸ”—: Free Lunches in Frontend Dev", + "url": "https://tylermercer.net/posts/software/free-lunches/", + "content_text": "πŸ”—: Free Lunches in Frontend Dev https://tylermercer.net/posts/software/free-lunches/", + "date_published": "2023-05-28T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110449068500773824" + ], + "lastTootTimestamp": 1685319038478 + }, + "https://letterboxd.com/cdme/film/the-wolverine/": { + "id": "https://letterboxd.com/cdme/film/the-wolverine/", + "title": "πŸŽ₯: The Wolverine, 2013 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-wolverine/", + "content_text": "πŸŽ₯: The Wolverine, 2013 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-wolverine/", + "date_published": "2023-05-29T00:55:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110449581153973644" + ], + "lastTootTimestamp": 1685326860941 + }, + "https://maggieappleton.com/cozy-web": { + "id": "https://maggieappleton.com/cozy-web", + "title": "πŸ”—: The Dark Forest and the Cozy Web", + "url": "https://maggieappleton.com/cozy-web", + "content_text": "πŸ”—: The Dark Forest and the Cozy Web https://maggieappleton.com/cozy-web", + "date_published": "2023-05-28T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110449982662464003" + ], + "lastTootTimestamp": 1685332987469 + }, + "https://letterboxd.com/cdme/film/the-prestige/": { + "id": "https://letterboxd.com/cdme/film/the-prestige/", + "title": "πŸŽ₯: The Prestige, 2006 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-prestige/", + "content_text": "πŸŽ₯: The Prestige, 2006 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-prestige/", + "date_published": "2023-05-29T22:55:52-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110454734093350247" + ], + "lastTootTimestamp": 1685405488540 + }, + "https://www.baldurbjarnason.com/2023/tech-broke-the-webs-social-contract/": { + "id": "aHR0cHM6Ly93d3cuYmFsZHVyYmphcm5hc29uLmNvbS8yMDIzL3RlY2gtYnJva2UtdGhlLXdlYnMtc29jaWFsLWNvbnRyYWN0Lw==", + "title": "πŸ”—: Writing when tech has broken the web’s social contract", + "url": "https://www.baldurbjarnason.com/2023/tech-broke-the-webs-social-contract/", + "content_text": "πŸ”—: Writing when tech has broken the web’s social contract #Tech https://www.baldurbjarnason.com/2023/tech-broke-the-webs-social-contract/", + "date_published": "Sat, 03 Feb 2024 03:15:18 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110456117302022644" + ], + "lastTootTimestamp": 1685426594627 + }, + "https://letterboxd.com/cdme/film/gone-baby-gone/": { + "id": "https://letterboxd.com/cdme/film/gone-baby-gone/", + "title": "πŸŽ₯: Gone Baby Gone, 2007 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/gone-baby-gone/", + "content_text": "πŸŽ₯: Gone Baby Gone, 2007 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/gone-baby-gone/", + "date_published": "2023-05-30T13:00:02-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110458003344552192" + ], + "lastTootTimestamp": 1685455373355 + }, + "https://oku.club/book/fancy-bear-goes-phishing-by-scott-j-shapiro-Fb1gp": { + "id": "https://oku.club/book/fancy-bear-goes-phishing-by-scott-j-shapiro-Fb1gp", + "title": "πŸ“–: Fancy Bear Goes Phishing", + "url": "https://oku.club/book/fancy-bear-goes-phishing-by-scott-j-shapiro-Fb1gp", + "content_text": "πŸ“–: Fancy Bear Goes Phishing https://oku.club/book/fancy-bear-goes-phishing-by-scott-j-shapiro-Fb1gp", + "date_published": "2021-12-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110477380986594501" + ], + "lastTootTimestamp": 1685751052703 + }, + "https://letterboxd.com/cdme/film/casino/": { + "id": "https://letterboxd.com/cdme/film/casino/", + "title": "πŸŽ₯: Casino, 1995 - β˜…β˜…β˜…β˜…", + "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": [ + "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/", + "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 + }, + "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://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", + "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://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/", + "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://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", + "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-01T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110490563696382343" + ], + "lastTootTimestamp": 1685952204888 + }, + "https://letterboxd.com/cdme/film/black-swan/": { + "id": "https://letterboxd.com/cdme/film/black-swan/", + "title": "πŸŽ₯: Black Swan, 2010 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/black-swan/", + "content_text": "πŸŽ₯: Black Swan, 2010 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/black-swan/", + "date_published": "2023-06-05T14:10:13-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110492451050188548" + ], + "lastTootTimestamp": 1685981003656 + }, + "https://www.disconnect.blog/p/apples-vision-pro-headset-deserves": { + "id": "https://www.disconnect.blog/p/apples-vision-pro-headset-deserves", + "title": "πŸ”—: Apple's Vision Pro headset deserves to be ridiculed", + "url": "https://www.disconnect.blog/p/apples-vision-pro-headset-deserves", + "content_text": "πŸ”—: Apple's Vision Pro headset deserves to be ridiculed https://www.disconnect.blog/p/apples-vision-pro-headset-deserves", + "date_published": "2023-06-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110494368281450857" + ], + "lastTootTimestamp": 1686010258442 + }, + "http://joe-steel.com/2023-05-24-Happy-Hour-vs-Wine-Lists.html": { + "id": "http://joe-steel.com/2023-05-24-Happy-Hour-vs-Wine-Lists.html", + "title": "πŸ”—: Happy Hour vs. Wine Lists", + "url": "http://joe-steel.com/2023-05-24-Happy-Hour-vs-Wine-Lists.html", + "content_text": "πŸ”—: Happy Hour vs. Wine Lists http://joe-steel.com/2023-05-24-Happy-Hour-vs-Wine-Lists.html", + "date_published": "2023-06-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110495282093879757" + ], + "lastTootTimestamp": 1686024202072 + }, + "https://letterboxd.com/cdme/film/gone-girl/": { + "id": "https://letterboxd.com/cdme/film/gone-girl/", + "title": "πŸŽ₯: Gone Girl, 2014 - β˜…β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/gone-girl/", + "content_text": "πŸŽ₯: Gone Girl, 2014 - β˜…β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/gone-girl/", + "date_published": "2023-06-06T13:23:37-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110498113821911570" + ], + "lastTootTimestamp": 1686067410675 + }, + "https://letterboxd.com/cdme/film/dog-day-afternoon/": { + "id": "https://letterboxd.com/cdme/film/dog-day-afternoon/", + "title": "πŸŽ₯: Dog Day Afternoon, 1975 - β˜…β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/dog-day-afternoon/", + "content_text": "πŸŽ₯: Dog Day Afternoon, 1975 - β˜…β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/dog-day-afternoon/", + "date_published": "2023-06-07T12:39:38-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110503301997648615" + ], + "lastTootTimestamp": 1686146575941 + }, + "https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/": { + "id": "https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/", + "title": "πŸ“: Optimizing for performance with Eleventy", + "url": "https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/", + "content_text": "πŸ“: Optimizing for performance with Eleventy https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/", + "date_published": "2023-06-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110504717978669650" + ], + "lastTootTimestamp": 1686168182098 + }, + "https://www.raymondcamden.com/2023/06/07/using-goodreads-data-in-eleventy": { + "id": "https://www.raymondcamden.com/2023/06/07/using-goodreads-data-in-eleventy", + "title": "πŸ”—: Using Goodreads Data in Eleventy", + "url": "https://www.raymondcamden.com/2023/06/07/using-goodreads-data-in-eleventy", + "content_text": "πŸ”—: Using Goodreads Data in Eleventy https://www.raymondcamden.com/2023/06/07/using-goodreads-data-in-eleventy", + "date_published": "2023-06-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110505694086618353" + ], + "lastTootTimestamp": 1686183076335 + }, + "https://collabfund.com/blog/how-this-all-happened/": { + "id": "https://collabfund.com/blog/how-this-all-happened/", + "title": "πŸ”—: How This All Happened", + "url": "https://collabfund.com/blog/how-this-all-happened/", + "content_text": "πŸ”—: How This All Happened https://collabfund.com/blog/how-this-all-happened/", + "date_published": "2023-06-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110507078791384972" + ], + "lastTootTimestamp": 1686204205266 + }, + "https://www.lesswrong.com/posts/7hFeMWC6Y5eaSixbD/100-tips-for-a-better-life": { + "id": "https://www.lesswrong.com/posts/7hFeMWC6Y5eaSixbD/100-tips-for-a-better-life", + "title": "πŸ”—: 100 Tips for a Better Life - LessWrong", + "url": "https://www.lesswrong.com/posts/7hFeMWC6Y5eaSixbD/100-tips-for-a-better-life", + "content_text": "πŸ”—: 100 Tips for a Better Life - LessWrong https://www.lesswrong.com/posts/7hFeMWC6Y5eaSixbD/100-tips-for-a-better-life", + "date_published": "2023-06-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110509908801291010" + ], + "lastTootTimestamp": 1686247387770 + }, + "https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/": { + "id": "https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/", + "title": "πŸ“: From ICS to JSON: surfacing anticipated albums", + "url": "https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/", + "content_text": "πŸ“: From ICS to JSON: surfacing anticipated albums https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/", + "date_published": "2023-06-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110511358153038691" + ], + "lastTootTimestamp": 1686269503122 + }, + "https://themarkup.org/privacy/2023/06/08/from-heavy-purchasers-of-pregnancy-tests-to-the-depression-prone-we-found-650000-ways-advertisers-label-you": { + "id": "https://themarkup.org/privacy/2023/06/08/from-heavy-purchasers-of-pregnancy-tests-to-the-depression-prone-we-found-650000-ways-advertisers-label-you", + "title": "πŸ”—: From "Heavy Purchasers" of Pregnancy Tests to the Depression-Prone: We Found 650,000 Ways Advertisers Label You – The Markup", + "url": "https://themarkup.org/privacy/2023/06/08/from-heavy-purchasers-of-pregnancy-tests-to-the-depression-prone-we-found-650000-ways-advertisers-label-you", + "content_text": "πŸ”—: From "Heavy Purchasers" of Pregnancy Tests to the Depression-Prone: We Found 650,000 Ways Advertisers Label You – The Markup https://themarkup.org/privacy/2023/06/08/from-heavy-purchasers-of-pregnancy-tests-to-the-depression-prone-we-found-650000-ways-advertisers-label-you", + "date_published": "2023-06-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110511902651287024" + ], + "lastTootTimestamp": 1686277811513 + }, + "https://letterboxd.com/cdme/film/2001-a-space-odyssey/": { + "id": "https://letterboxd.com/cdme/film/2001-a-space-odyssey/", + "title": "πŸŽ₯: 2001: A Space Odyssey, 1968 - β˜…β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/2001-a-space-odyssey/", + "content_text": "πŸŽ₯: 2001: A Space Odyssey, 1968 - β˜…β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/2001-a-space-odyssey/", + "date_published": "2023-06-09T02:05:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110512741717984840" + ], + "lastTootTimestamp": 1686290614636 + }, + "https://studio.ribbonfarm.com/p/the-extended-internet-universe": { + "id": "https://studio.ribbonfarm.com/p/the-extended-internet-universe", + "title": "πŸ”—: The Extended Internet Universe", + "url": "https://studio.ribbonfarm.com/p/the-extended-internet-universe", + "content_text": "πŸ”—: The Extended Internet Universe https://studio.ribbonfarm.com/p/the-extended-internet-universe", + "date_published": "2023-06-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110512268908787393" + ], + "lastTootTimestamp": 1686283400153 + }, + "https://oku.club/book/blockchain-chicken-farm-by-xiaowei-wang-7DaPz": { + "id": "https://oku.club/book/blockchain-chicken-farm-by-xiaowei-wang-7DaPz", + "title": "πŸ“–: Blockchain Chicken Farm", + "url": "https://oku.club/book/blockchain-chicken-farm-by-xiaowei-wang-7DaPz", + "content_text": "πŸ“–: Blockchain Chicken Farm https://oku.club/book/blockchain-chicken-farm-by-xiaowei-wang-7DaPz", + "date_published": "2023-06-10T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110521705980986899" + ], + "lastTootTimestamp": 1686427398463 + }, + "https://letterboxd.com/cdme/film/shutter-island/": { + "id": "https://letterboxd.com/cdme/film/shutter-island/", + "title": "πŸŽ₯: Shutter Island, 2010 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/shutter-island/", + "content_text": "πŸŽ₯: Shutter Island, 2010 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/shutter-island/", + "date_published": "2023-06-11T03:10:33-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110523593811351468" + ], + "lastTootTimestamp": 1686456204457 + }, + "https://crookedtimber.org/2022/12/08/your-platform-is-not-an-ecosystem/": { + "id": "https://crookedtimber.org/2022/12/08/your-platform-is-not-an-ecosystem/", + "title": "πŸ”—: Your platform is not an ecosystem", + "url": "https://crookedtimber.org/2022/12/08/your-platform-is-not-an-ecosystem/", + "content_text": "πŸ”—: Your platform is not an ecosystem https://crookedtimber.org/2022/12/08/your-platform-is-not-an-ecosystem/", + "date_published": "2023-06-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110524065481932703" + ], + "lastTootTimestamp": 1686463401601 + }, + "https://letterboxd.com/cdme/film/courage-under-fire/": { + "id": "https://letterboxd.com/cdme/film/courage-under-fire/", + "title": "πŸŽ₯: Courage Under Fire, 1996 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/courage-under-fire/", + "content_text": "πŸŽ₯: Courage Under Fire, 1996 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/courage-under-fire/", + "date_published": "2023-06-11T20:10:40-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110528888194769823" + ], + "lastTootTimestamp": 1686536990363 + }, + "https://www.vulture.com/2023/06/streaming-industry-netflix-max-disney-hulu-apple-tv-prime-video-peacock-paramount.html": { + "id": "https://www.vulture.com/2023/06/streaming-industry-netflix-max-disney-hulu-apple-tv-prime-video-peacock-paramount.html", + "title": "πŸ”—: The Binge Purge", + "url": "https://www.vulture.com/2023/06/streaming-industry-netflix-max-disney-hulu-apple-tv-prime-video-peacock-paramount.html", + "content_text": "πŸ”—: The Binge Purge https://www.vulture.com/2023/06/streaming-industry-netflix-max-disney-hulu-apple-tv-prime-video-peacock-paramount.html", + "date_published": "2023-06-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110527838440094432" + ], + "lastTootTimestamp": 1686520972339 + }, + "http://joe-steel.com/2023-06-11-visionOYes.html": { + "id": "http://joe-steel.com/2023-06-11-visionOYes.html", + "title": "πŸ”—: visionOYes", + "url": "http://joe-steel.com/2023-06-11-visionOYes.html", + "content_text": "πŸ”—: visionOYes http://joe-steel.com/2023-06-11-visionOYes.html", + "date_published": "2023-06-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110528345725203694" + ], + "lastTootTimestamp": 1686528712913 + }, + "https://letterboxd.com/cdme/film/spider-man-into-the-spider-verse/": { + "id": "https://letterboxd.com/cdme/film/spider-man-into-the-spider-verse/", + "title": "πŸŽ₯: Spider-Man: Into the Spider-Verse, 2018 - β˜…β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/spider-man-into-the-spider-verse/", + "content_text": "πŸŽ₯: Spider-Man: Into the Spider-Verse, 2018 - β˜…β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/spider-man-into-the-spider-verse/", + "date_published": "2023-06-12T01:38:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110529256506593580" + ], + "lastTootTimestamp": 1686542610341 + }, + "https://letterboxd.com/cdme/film/fast-x/": { + "id": "https://letterboxd.com/cdme/film/fast-x/", + "title": "πŸŽ₯: Fast X, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/fast-x/", + "content_text": "πŸŽ₯: Fast X, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/fast-x/", + "date_published": "2023-06-12T14:23:44-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110532086201058530" + ], + "lastTootTimestamp": 1686585788031 + }, + "https://www.espn.com/nba/story/_/id/37838764/nba-finals-2023-one-finger-salute-deep-ties-bond-jimmy-butler-miami-heat": { + "id": "https://www.espn.com/nba/story/_/id/37838764/nba-finals-2023-one-finger-salute-deep-ties-bond-jimmy-butler-miami-heat", + "title": "πŸ”—: A one-finger salute and the deep ties that bond Jimmy Butler and the Miami Heat", + "url": "https://www.espn.com/nba/story/_/id/37838764/nba-finals-2023-one-finger-salute-deep-ties-bond-jimmy-butler-miami-heat", + "content_text": "πŸ”—: A one-finger salute and the deep ties that bond Jimmy Butler and the Miami Heat https://www.espn.com/nba/story/_/id/37838764/nba-finals-2023-one-finger-salute-deep-ties-bond-jimmy-butler-miami-heat", + "date_published": "2023-06-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110532557587517574" + ], + "lastTootTimestamp": 1686592980815 + }, + "https://letterboxd.com/cdme/film/tinker-tailor-soldier-spy/": { + "id": "https://letterboxd.com/cdme/film/tinker-tailor-soldier-spy/", + "title": "πŸŽ₯: Tinker Tailor Soldier Spy, 2011 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/tinker-tailor-soldier-spy/", + "content_text": "πŸŽ₯: Tinker Tailor Soldier Spy, 2011 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/tinker-tailor-soldier-spy/", + "date_published": "2023-06-13T15:07:40-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110538221531395913" + ], + "lastTootTimestamp": 1686679405771 + }, + "https://letterboxd.com/cdme/film/brazil/": { + "id": "https://letterboxd.com/cdme/film/brazil/", + "title": "πŸŽ₯: Brazil, 1985 - β˜…β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/brazil/", + "content_text": "πŸŽ₯: Brazil, 1985 - β˜…β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/brazil/", + "date_published": "2023-06-14T19:17:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110544825374941657" + ], + "lastTootTimestamp": 1686780172397 + }, + "https://letterboxd.com/cdme/film/demolition-man/": { + "id": "https://letterboxd.com/cdme/film/demolition-man/", + "title": "πŸŽ₯: Demolition Man, 1993 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/demolition-man/", + "content_text": "πŸŽ₯: Demolition Man, 1993 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/demolition-man/", + "date_published": "2023-06-15T19:13:01-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110550488104486195" + ], + "lastTootTimestamp": 1686866578795 + }, + "https://www.vice.com/en/article/g5yykm/the-reddit-protest-is-a-battle-for-the-soul-of-the-human-internet": { + "id": "https://www.vice.com/en/article/g5yykm/the-reddit-protest-is-a-battle-for-the-soul-of-the-human-internet", + "title": "πŸ”—: The Reddit Protest Is a Battle for the Soul of the Human Internet", + "url": "https://www.vice.com/en/article/g5yykm/the-reddit-protest-is-a-battle-for-the-soul-of-the-human-internet", + "content_text": "πŸ”—: The Reddit Protest Is a Battle for the Soul of the Human Internet https://www.vice.com/en/article/g5yykm/the-reddit-protest-is-a-battle-for-the-soul-of-the-human-internet", + "date_published": "2023-06-16T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110551904339541661" + ], + "lastTootTimestamp": 1686888188830 + }, + "https://blog.jim-nielsen.com/2023/imports-under-the-hood/": { + "id": "https://blog.jim-nielsen.com/2023/imports-under-the-hood/", + "title": "πŸ”—: JavaScript Imports Under The Hood", + "url": "https://blog.jim-nielsen.com/2023/imports-under-the-hood/", + "content_text": "πŸ”—: JavaScript Imports Under The Hood https://blog.jim-nielsen.com/2023/imports-under-the-hood/", + "date_published": "2023-06-15T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110552377449749177" + ], + "lastTootTimestamp": 1686895407914 + }, + "https://letterboxd.com/cdme/film/the-wrath-of-becky/": { + "id": "https://letterboxd.com/cdme/film/the-wrath-of-becky/", + "title": "πŸŽ₯: The Wrath of Becky, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-wrath-of-becky/", + "content_text": "πŸŽ₯: The Wrath of Becky, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-wrath-of-becky/", + "date_published": "2023-06-16T13:02:39-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110554262164183248" + ], + "lastTootTimestamp": 1686924166379 + }, + "https://www.theverge.com/23762545/social-media-alternatives-outside-touch-grass": { + "id": "https://www.theverge.com/23762545/social-media-alternatives-outside-touch-grass", + "title": "πŸ”—: Some things you can do if you’re sick of social media", + "url": "https://www.theverge.com/23762545/social-media-alternatives-outside-touch-grass", + "content_text": "πŸ”—: Some things you can do if you’re sick of social media https://www.theverge.com/23762545/social-media-alternatives-outside-touch-grass", + "date_published": "2023-06-16T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110554735147230132" + ], + "lastTootTimestamp": 1686931383512 + }, + "https://letterboxd.com/cdme/film/hidden-2015/": { + "id": "https://letterboxd.com/cdme/film/hidden-2015/", + "title": "πŸŽ₯: Hidden, 2015 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/hidden-2015/", + "content_text": "πŸŽ₯: Hidden, 2015 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/hidden-2015/", + "date_published": "2023-06-16T16:10:10-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110555207765321365" + ], + "lastTootTimestamp": 1686938595131 + }, + "https://letterboxd.com/cdme/film/serpico/": { + "id": "https://letterboxd.com/cdme/film/serpico/", + "title": "πŸŽ₯: Serpico, 1973 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/serpico/", + "content_text": "πŸŽ₯: Serpico, 1973 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/serpico/", + "date_published": "2023-06-16T18:15:28-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110555678871863095" + ], + "lastTootTimestamp": 1686945783655 + }, + "https://ericwbailey.website/published/the-five-types-of-people-who-produce-inaccessible-code/": { + "id": "https://ericwbailey.website/published/the-five-types-of-people-who-produce-inaccessible-code/", + "title": "πŸ”—: The five types of people who produce inaccessible code", + "url": "https://ericwbailey.website/published/the-five-types-of-people-who-produce-inaccessible-code/", + "content_text": "πŸ”—: The five types of people who produce inaccessible code https://ericwbailey.website/published/the-five-types-of-people-who-produce-inaccessible-code/", + "date_published": "2023-06-16T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110556655874625080" + ], + "lastTootTimestamp": 1686960691518 + }, + "https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/": { + "id": "https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/", + "title": "πŸ“: Support small businesses (internet ones too)", + "url": "https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/", + "content_text": "πŸ“: Support small businesses (internet ones too) https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/", + "date_published": "2023-06-16T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110557160058240163" + ], + "lastTootTimestamp": 1686968384714 + }, + "https://letterboxd.com/cdme/film/full-metal-jacket/": { + "id": "https://letterboxd.com/cdme/film/full-metal-jacket/", + "title": "πŸŽ₯: Full Metal Jacket, 1987 - β˜…β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/full-metal-jacket/", + "content_text": "πŸŽ₯: Full Metal Jacket, 1987 - β˜…β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/full-metal-jacket/", + "date_published": "2023-06-17T19:20:15-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110561341185703135" + ], + "lastTootTimestamp": 1687032183679 + }, + "https://letterboxd.com/cdme/film/adventureland/": { + "id": "https://letterboxd.com/cdme/film/adventureland/", + "title": "πŸŽ₯: Adventureland, 2009 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/adventureland/", + "content_text": "πŸŽ₯: Adventureland, 2009 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/adventureland/", + "date_published": "2023-06-17T21:23:40-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110561813572998017" + ], + "lastTootTimestamp": 1687039391721 + }, + "https://oku.club/book/work-wont-love-you-back-by-sarah-jaffe-QAvXf": { + "id": "https://oku.club/book/work-wont-love-you-back-by-sarah-jaffe-QAvXf", + "title": "πŸ“–: Work Won't Love You Back", + "url": "https://oku.club/book/work-wont-love-you-back-by-sarah-jaffe-QAvXf", + "content_text": "πŸ“–: Work Won't Love You Back https://oku.club/book/work-wont-love-you-back-by-sarah-jaffe-QAvXf", + "date_published": "2023-06-19T03:00:23-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110571723222240522" + ], + "lastTootTimestamp": 1687190600988 + }, + "https://ar.al/2020/08/07/what-is-the-small-web/": { + "id": "aHR0cHM6Ly9hci5hbC8yMDIwLzA4LzA3L3doYXQtaXMtdGhlLXNtYWxsLXdlYi8=", + "title": "πŸ”—: What is the Small Web?", + "url": "https://ar.al/2020/08/07/what-is-the-small-web/", + "content_text": "πŸ”—: What is the Small Web? #Tech https://ar.al/2020/08/07/what-is-the-small-web/", + "date_published": "Thu, 04 Jan 2024 17:58:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110573136792047860" + ], + "lastTootTimestamp": 1687212170432 + }, + "https://letterboxd.com/cdme/film/man-of-steel/": { + "id": "https://letterboxd.com/cdme/film/man-of-steel/", + "title": "πŸŽ₯: Man of Steel, 2013 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/man-of-steel/", + "content_text": "πŸŽ₯: Man of Steel, 2013 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/man-of-steel/", + "date_published": "2023-06-20T12:09:27-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110577855895963885" + ], + "lastTootTimestamp": 1687284178157 + }, + "https://www.theverge.com/23763482/municipal-broadband-biden-internet-funds-telecom-lobbying": { + "id": "https://www.theverge.com/23763482/municipal-broadband-biden-internet-funds-telecom-lobbying", + "title": "πŸ”—: The government is helping Big Telecom squeeze out city-run broadband", + "url": "https://www.theverge.com/23763482/municipal-broadband-biden-internet-funds-telecom-lobbying", + "content_text": "πŸ”—: The government is helping Big Telecom squeeze out city-run broadband https://www.theverge.com/23763482/municipal-broadband-biden-internet-funds-telecom-lobbying", + "date_published": "2023-06-20T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110578327972067074" + ], + "lastTootTimestamp": 1687291381562 + }, + "https://letterboxd.com/cdme/film/batman-v-superman-dawn-of-justice/": { + "id": "https://letterboxd.com/cdme/film/batman-v-superman-dawn-of-justice/", + "title": "πŸŽ₯: Batman v Superman: Dawn of Justice, 2016 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/batman-v-superman-dawn-of-justice/", + "content_text": "πŸŽ₯: Batman v Superman: Dawn of Justice, 2016 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/batman-v-superman-dawn-of-justice/", + "date_published": "2023-06-20T17:48:51-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110578798732185088" + ], + "lastTootTimestamp": 1687298564688 + }, + "https://wheresyoured.at/p/the-internet-is-already-broken": { + "id": "https://wheresyoured.at/p/the-internet-is-already-broken", + "title": "πŸ”—: The Internet Is Already Broken", + "url": "https://wheresyoured.at/p/the-internet-is-already-broken", + "content_text": "πŸ”—: The Internet Is Already Broken https://wheresyoured.at/p/the-internet-is-already-broken", + "date_published": "2023-06-20T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110579304171951272" + ], + "lastTootTimestamp": 1687306277105 + }, + "https://letterboxd.com/cdme/film/justice-league/": { + "id": "https://letterboxd.com/cdme/film/justice-league/", + "title": "πŸŽ₯: Justice League, 2017 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/justice-league/", + "content_text": "πŸŽ₯: Justice League, 2017 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/justice-league/", + "date_published": "2023-06-21T15:19:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110583047012640568" + ], + "lastTootTimestamp": 1687363388329 + }, + "https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/": { + "id": "https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/", + "title": "πŸ“: Displaying listening data from Apple Music using MusicKit.js", + "url": "https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/", + "content_text": "πŸ“: Displaying listening data from Apple Music using MusicKit.js https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/", + "date_published": "2023-06-21T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110585489118367775" + ], + "lastTootTimestamp": 1687400651881 + }, + "https://www.techdirt.com/2023/06/21/seven-rules-for-internet-ceos-to-avoid-enshittification/": { + "id": "https://www.techdirt.com/2023/06/21/seven-rules-for-internet-ceos-to-avoid-enshittification/", + "title": "πŸ”—: Seven Rules For Internet CEOs To Avoid Enshittification", + "url": "https://www.techdirt.com/2023/06/21/seven-rules-for-internet-ceos-to-avoid-enshittification/", + "content_text": "πŸ”—: Seven Rules For Internet CEOs To Avoid Enshittification https://www.techdirt.com/2023/06/21/seven-rules-for-internet-ceos-to-avoid-enshittification/", + "date_published": "2023-06-21T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110584967862279088" + ], + "lastTootTimestamp": 1687392698129 + }, + "https://sanjosespotlight.com/full-report-silicon-valley-pain-index-2023/": { + "id": "https://sanjosespotlight.com/full-report-silicon-valley-pain-index-2023/", + "title": "πŸ”—: Full report: Silicon Valley Pain Index 2023", + "url": "https://sanjosespotlight.com/full-report-silicon-valley-pain-index-2023/", + "content_text": "πŸ”—: Full report: Silicon Valley Pain Index 2023 https://sanjosespotlight.com/full-report-silicon-valley-pain-index-2023/", + "date_published": "2023-06-21T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110585878945797189" + ], + "lastTootTimestamp": 1687406600159 + }, + "https://blog.cassidoo.co/post/open-standards-are-good/": { + "id": "https://blog.cassidoo.co/post/open-standards-are-good/", + "title": "πŸ”—: Open standards, trust, and Google", + "url": "https://blog.cassidoo.co/post/open-standards-are-good/", + "content_text": "πŸ”—: Open standards, trust, and Google https://blog.cassidoo.co/post/open-standards-are-good/", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110594844525598759" + ], + "lastTootTimestamp": 1687543404059 + }, + "https://thenewstack.io/too-much-javascript-why-the-frontend-needs-to-build-better/": { + "id": "https://thenewstack.io/too-much-javascript-why-the-frontend-needs-to-build-better/", + "title": "πŸ”—: Too Much JavaScript? Why the Frontend Needs to Build Better", + "url": "https://thenewstack.io/too-much-javascript-why-the-frontend-needs-to-build-better/", + "content_text": "πŸ”—: Too Much JavaScript? Why the Frontend Needs to Build Better https://thenewstack.io/too-much-javascript-why-the-frontend-needs-to-build-better/", + "date_published": "2023-06-22T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110593898960867682" + ], + "lastTootTimestamp": 1687528975877 + }, + "https://themarkup.org/privacy/2023/06/23/how-your-attention-is-auctioned-off-to-advertisers": { + "id": "https://themarkup.org/privacy/2023/06/23/how-your-attention-is-auctioned-off-to-advertisers", + "title": "πŸ”—: How Your Attention Is Auctioned Off to Advertisers", + "url": "https://themarkup.org/privacy/2023/06/23/how-your-attention-is-auctioned-off-to-advertisers", + "content_text": "πŸ”—: How Your Attention Is Auctioned Off to Advertisers https://themarkup.org/privacy/2023/06/23/how-your-attention-is-auctioned-off-to-advertisers", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110594371504094526" + ], + "lastTootTimestamp": 1687536186329 + }, + "https://letterboxd.com/cdme/film/zack-snyders-justice-league/": { + "id": "https://letterboxd.com/cdme/film/zack-snyders-justice-league/", + "title": "πŸŽ₯: Zack Snyder's Justice League, 2021 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/zack-snyders-justice-league/", + "content_text": "πŸŽ₯: Zack Snyder's Justice League, 2021 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/zack-snyders-justice-league/", + "date_published": "2023-06-23T20:00:17-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110595787218115749" + ], + "lastTootTimestamp": 1687557788436 + }, + "https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html": { + "id": "https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html", + "title": "πŸ”—: How to Kill a Decentralised Network (such as the Fediverse)", + "url": "https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html", + "content_text": "πŸ”—: How to Kill a Decentralised Network (such as the Fediverse) https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110597202817887777" + ], + "lastTootTimestamp": 1687579388754 + }, + "https://gkeenan.co/avglb/a-website-run-by-morons-who-are-dumb-and-also-morons": { + "id": "https://gkeenan.co/avglb/a-website-run-by-morons-who-are-dumb-and-also-morons", + "title": "πŸ”—: A website run by morons who are very dumb and also stupid", + "url": "https://gkeenan.co/avglb/a-website-run-by-morons-who-are-dumb-and-also-morons", + "content_text": "πŸ”—: A website run by morons who are very dumb and also stupid https://gkeenan.co/avglb/a-website-run-by-morons-who-are-dumb-and-also-morons", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110596298487563095" + ], + "lastTootTimestamp": 1687565589784 + }, + "https://rknight.me/biology-of-hey-bear-fruits/": { + "id": "https://rknight.me/biology-of-hey-bear-fruits/", + "title": "πŸ”—: The Biology of the Hey Bear Fruits Makes No Sense", + "url": "https://rknight.me/biology-of-hey-bear-fruits/", + "content_text": "πŸ”—: The Biology of the Hey Bear Fruits Makes No Sense https://rknight.me/biology-of-hey-bear-fruits/", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110596836832645524" + ], + "lastTootTimestamp": 1687573804286 + }, + "https://gkeenan.co/avglb/oh-my-god-everything-is-so-fucking-stupid-now": { + "id": "https://gkeenan.co/avglb/oh-my-god-everything-is-so-fucking-stupid-now", + "title": "πŸ”—: Oh my god everything is so fucking stupid now", + "url": "https://gkeenan.co/avglb/oh-my-god-everything-is-so-fucking-stupid-now", + "content_text": "πŸ”—: Oh my god everything is so fucking stupid now https://gkeenan.co/avglb/oh-my-god-everything-is-so-fucking-stupid-now", + "date_published": "2023-06-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110597675335421659" + ], + "lastTootTimestamp": 1687586598754 + }, + "https://letterboxd.com/cdme/film/to-catch-a-killer-2023/": { + "id": "https://letterboxd.com/cdme/film/to-catch-a-killer-2023/", + "title": "πŸŽ₯: To Catch a Killer, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/to-catch-a-killer-2023/", + "content_text": "πŸŽ₯: To Catch a Killer, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/to-catch-a-killer-2023/", + "date_published": "2023-06-24T18:57:40-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110600977052404681" + ], + "lastTootTimestamp": 1687636978997 + }, + "https://letterboxd.com/cdme/film/overlord-2018/": { + "id": "https://letterboxd.com/cdme/film/overlord-2018/", + "title": "πŸŽ₯: Overlord, 2018 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/overlord-2018/", + "content_text": "πŸŽ₯: Overlord, 2018 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/overlord-2018/", + "date_published": "2023-06-25T03:25:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110602865027055578" + ], + "lastTootTimestamp": 1687665787234 + }, + "https://oku.club/book/hatching-twitter-by-nick-bilton-P8w7m": { + "id": "https://oku.club/book/hatching-twitter-by-nick-bilton-P8w7m", + "title": "πŸ“–: Hatching Twitter", + "url": "https://oku.club/book/hatching-twitter-by-nick-bilton-P8w7m", + "content_text": "πŸ“–: Hatching Twitter https://oku.club/book/hatching-twitter-by-nick-bilton-P8w7m", + "date_published": "2023-06-25T16:51:15-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110606168184301905" + ], + "lastTootTimestamp": 1687716189376 + }, + "https://www.bitecode.dev/p/hype-cycles": { + "id": "https://www.bitecode.dev/p/hype-cycles", + "title": "πŸ”—: XML is the future", + "url": "https://www.bitecode.dev/p/hype-cycles", + "content_text": "πŸ”—: XML is the future https://www.bitecode.dev/p/hype-cycles", + "date_published": "2023-06-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110607110599594422" + ], + "lastTootTimestamp": 1687730569488 + }, + "https://nymag.com/intelligencer/article/ai-artificial-intelligence-humans-technology-business-factory.html": { + "id": "https://nymag.com/intelligencer/article/ai-artificial-intelligence-humans-technology-business-factory.html", + "title": "πŸ”—: Inside the AI Factory", + "url": "https://nymag.com/intelligencer/article/ai-artificial-intelligence-humans-technology-business-factory.html", + "content_text": "πŸ”—: Inside the AI Factory https://nymag.com/intelligencer/article/ai-artificial-intelligence-humans-technology-business-factory.html", + "date_published": "2023-06-26T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110609002277011409" + ], + "lastTootTimestamp": 1687759434205 + }, + "https://letterboxd.com/cdme/film/never-let-me-go-2010/": { + "id": "https://letterboxd.com/cdme/film/never-let-me-go-2010/", + "title": "πŸŽ₯: Never Let Me Go, 2010 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/never-let-me-go-2010/", + "content_text": "πŸŽ₯: Never Let Me Go, 2010 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/never-let-me-go-2010/", + "date_published": "2023-06-26T13:45:49-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110611830793747964" + ], + "lastTootTimestamp": 1687802593940 + }, + "https://letterboxd.com/cdme/film/dredd/": { + "id": "https://letterboxd.com/cdme/film/dredd/", + "title": "πŸŽ₯: Dredd, 2012 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/dredd/", + "content_text": "πŸŽ₯: Dredd, 2012 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/dredd/", + "date_published": "2023-06-26T13:08:46-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110611358657485068" + ], + "lastTootTimestamp": 1687795389721 + }, + "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb": { + "id": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "title": "πŸ“–: The Inner Game of Work", + "url": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "content_text": "πŸ“–: The Inner Game of Work https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "date_published": "2023-06-27T02:46:05-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110614189597919883" + ], + "lastTootTimestamp": 1687838586449 + }, + "https://letterboxd.com/cdme/film/marathon-man/": { + "id": "https://letterboxd.com/cdme/film/marathon-man/", + "title": "πŸŽ₯: Marathon Man, 1976 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/marathon-man/", + "content_text": "πŸŽ₯: Marathon Man, 1976 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/marathon-man/", + "date_published": "2023-06-27T12:37:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110616549358389834" + ], + "lastTootTimestamp": 1687874593558 + }, + "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb": { + "id": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "title": "πŸ“–: Aurora Rising", + "url": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "content_text": "πŸ“–: Aurora Rising https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "date_published": "2023-06-27T20:42:46-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110618436404818696" + ], + "lastTootTimestamp": 1687903387564 + }, + "https://oku.club/book/rewire-your-ocd-brain-by-catherine-m-pittman-YXCxX": { + "id": "https://oku.club/book/rewire-your-ocd-brain-by-catherine-m-pittman-YXCxX", + "title": "πŸ“–: Rewire Your Ocd Brain: Powerful Neuroscience-Based Skills to Break Free from Obsessive Thoughts and Fears", + "url": "https://oku.club/book/rewire-your-ocd-brain-by-catherine-m-pittman-YXCxX", + "content_text": "πŸ“–: Rewire Your Ocd Brain: Powerful Neuroscience-Based Skills to Break Free from Obsessive Thoughts and Fears https://oku.club/book/rewire-your-ocd-brain-by-catherine-m-pittman-YXCxX", + "date_published": "2023-06-26T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110625514650291324" + ], + "lastTootTimestamp": 1688011393034 + }, + "https://www.theverge.com/23778253/google-reader-death-2013-rss-social": { + "id": "https://www.theverge.com/23778253/google-reader-death-2013-rss-social", + "title": "πŸ”—: Who killed Google Reader?", + "url": "https://www.theverge.com/23778253/google-reader-death-2013-rss-social", + "content_text": "πŸ”—: Who killed Google Reader? https://www.theverge.com/23778253/google-reader-death-2013-rss-social", + "date_published": "2023-06-30T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110635939200207628" + ], + "lastTootTimestamp": 1688170459053 + }, + "https://letterboxd.com/cdme/film/platoon/": { + "id": "https://letterboxd.com/cdme/film/platoon/", + "title": "πŸŽ₯: Platoon, 1986 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/platoon/", + "content_text": "πŸŽ₯: Platoon, 1986 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/platoon/", + "date_published": "2023-07-01T02:48:59-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110636839106186364" + ], + "lastTootTimestamp": 1688184190532 + }, + "https://oku.club/book/ludicrous-by-edward-niedermeyer-ErOhV": { + "id": "https://oku.club/book/ludicrous-by-edward-niedermeyer-ErOhV", + "title": "πŸ“–: Ludicrous", + "url": "https://oku.club/book/ludicrous-by-edward-niedermeyer-ErOhV", + "content_text": "πŸ“–: Ludicrous https://oku.club/book/ludicrous-by-edward-niedermeyer-ErOhV", + "date_published": "2023-07-02T00:33:21-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110642144622039955" + ], + "lastTootTimestamp": 1688265146250 + }, + "https://www.youtube.com/watch?v=cfleIyat5b0": { + "id": "https://www.youtube.com/watch?v=cfleIyat5b0", + "title": "πŸ”—: I Can't Believe People Are Mad About This", + "url": "https://www.youtube.com/watch?v=cfleIyat5b0", + "content_text": "πŸ”—: I Can't Believe People Are Mad About This https://www.youtube.com/watch?v=cfleIyat5b0", + "date_published": "2023-07-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110651466958590965" + ], + "lastTootTimestamp": 1688407393820 + }, + "https://www.theverge.com/2023/7/3/23782607/social-web-public-apps-end-reddit-twitter-mastodon": { + "id": "https://www.theverge.com/2023/7/3/23782607/social-web-public-apps-end-reddit-twitter-mastodon", + "title": "πŸ”—: So where are we all supposed to go now?", + "url": "https://www.theverge.com/2023/7/3/23782607/social-web-public-apps-end-reddit-twitter-mastodon", + "content_text": "πŸ”—: So where are we all supposed to go now? https://www.theverge.com/2023/7/3/23782607/social-web-public-apps-end-reddit-twitter-mastodon", + "date_published": "2023-07-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110651938224812006" + ], + "lastTootTimestamp": 1688414584772 + }, + "https://faroutmagazine.co.uk/when-tom-waits-sued-doritos/": { + "id": "https://faroutmagazine.co.uk/when-tom-waits-sued-doritos/", + "title": "πŸ”—: Corn chip blues: When Tom Waits took Doritos to court", + "url": "https://faroutmagazine.co.uk/when-tom-waits-sued-doritos/", + "content_text": "πŸ”—: Corn chip blues: When Tom Waits took Doritos to court https://faroutmagazine.co.uk/when-tom-waits-sued-doritos/", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110657129580357265" + ], + "lastTootTimestamp": 1688493798582 + }, + "https://oku.club/book/responsible-javascript-by-jeremy-wagner-gqpTj": { + "id": "https://oku.club/book/responsible-javascript-by-jeremy-wagner-gqpTj", + "title": "πŸ“–: Responsible JavaScript", + "url": "https://oku.club/book/responsible-javascript-by-jeremy-wagner-gqpTj", + "content_text": "πŸ“–: Responsible JavaScript https://oku.club/book/responsible-javascript-by-jeremy-wagner-gqpTj", + "date_published": "2023-07-04T18:51:02-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110657601441865231" + ], + "lastTootTimestamp": 1688500998606 + }, + "https://letterboxd.com/cdme/film/the-fugitive-1993/": { + "id": "https://letterboxd.com/cdme/film/the-fugitive-1993/", + "title": "πŸŽ₯: The Fugitive, 1993 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-fugitive-1993/", + "content_text": "πŸŽ₯: The Fugitive, 1993 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-fugitive-1993/", + "date_published": "2023-07-05T18:41:15-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110663263344446344" + ], + "lastTootTimestamp": 1688587392419 + }, + "https://coryd.dev/posts/2023/embrace-extend-enshittify/": { + "id": "https://coryd.dev/posts/2023/embrace-extend-enshittify/", + "title": "πŸ“: Embrace, extend, enshittify", + "url": "https://coryd.dev/posts/2023/embrace-extend-enshittify/", + "content_text": "πŸ“: Embrace, extend, enshittify https://coryd.dev/posts/2023/embrace-extend-enshittify/", + "date_published": "2023-07-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110665150505986865" + ], + "lastTootTimestamp": 1688616188193 + }, + "https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html": { + "id": "https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html", + "title": "πŸ”—: Stop Trying to Make Social Networks Succeed", + "url": "https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html", + "content_text": "πŸ”—: Stop Trying to Make Social Networks Succeed https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110667981527787907" + ], + "lastTootTimestamp": 1688659386163 + }, + "https://jogblog.substack.com/p/facebooks-threads-is-so-depressing": { + "id": "https://jogblog.substack.com/p/facebooks-threads-is-so-depressing", + "title": "πŸ”—: Facebook's Threads is so depressing", + "url": "https://jogblog.substack.com/p/facebooks-threads-is-so-depressing", + "content_text": "πŸ”—: Facebook's Threads is so depressing https://jogblog.substack.com/p/facebooks-threads-is-so-depressing", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110669907664602978" + ], + "lastTootTimestamp": 1688688776659 + }, + "https://wheresyoured.at/p/the-end-of-the-honest-internet": { + "id": "https://wheresyoured.at/p/the-end-of-the-honest-internet", + "title": "πŸ”—: The End of the Honest Internet", + "url": "https://wheresyoured.at/p/the-end-of-the-honest-internet", + "content_text": "πŸ”—: The End of the Honest Internet https://wheresyoured.at/p/the-end-of-the-honest-internet", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110670813503901430" + ], + "lastTootTimestamp": 1688702598703 + }, + "https://letterboxd.com/cdme/film/guardians-of-the-galaxy-vol-3/": { + "id": "https://letterboxd.com/cdme/film/guardians-of-the-galaxy-vol-3/", + "title": "πŸŽ₯: Guardians of the Galaxy Vol. 3, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/guardians-of-the-galaxy-vol-3/", + "content_text": "πŸŽ₯: Guardians of the Galaxy Vol. 3, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/guardians-of-the-galaxy-vol-3/", + "date_published": "2023-07-07T17:10:41-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110674587282334433" + ], + "lastTootTimestamp": 1688760182057 + }, + "https://arstechnica.com/gadgets/2023/07/reddit-mods-fear-spam-overload-as-botdefense-leaves-antagonistic-reddit/": { + "id": "https://arstechnica.com/gadgets/2023/07/reddit-mods-fear-spam-overload-as-botdefense-leaves-antagonistic-reddit/", + "title": "πŸ”—: Reddit mods fear spam overload as BotDefense leaves "antagonistic" Reddit", + "url": "https://arstechnica.com/gadgets/2023/07/reddit-mods-fear-spam-overload-as-botdefense-leaves-antagonistic-reddit/", + "content_text": "πŸ”—: Reddit mods fear spam overload as BotDefense leaves "antagonistic" Reddit https://arstechnica.com/gadgets/2023/07/reddit-mods-fear-spam-overload-as-botdefense-leaves-antagonistic-reddit/", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110675568337659321" + ], + "lastTootTimestamp": 1688775151718 + }, + "https://theintercept.com/2023/05/23/kissinger-cambodia-media-journalists/": { + "id": "https://theintercept.com/2023/05/23/kissinger-cambodia-media-journalists/", + "title": "πŸ”—: U.S. Blamed the Press for Military Looting in Cambodia", + "url": "https://theintercept.com/2023/05/23/kissinger-cambodia-media-journalists/", + "content_text": "πŸ”—: U.S. Blamed the Press for Military Looting in Cambodia https://theintercept.com/2023/05/23/kissinger-cambodia-media-journalists/", + "date_published": "2023-05-24T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110683552777485432" + ], + "lastTootTimestamp": 1688896984567 + }, + "https://theintercept.com/2023/05/23/henry-kissinger-cambodia-bombing-survivors/": { + "id": "https://theintercept.com/2023/05/23/henry-kissinger-cambodia-bombing-survivors/", + "title": "πŸ”—: Survivors of Kissinger’s Secret War in Cambodia Reveal Unreported Mass Killings", + "url": "https://theintercept.com/2023/05/23/henry-kissinger-cambodia-bombing-survivors/", + "content_text": "πŸ”—: Survivors of Kissinger’s Secret War in Cambodia Reveal Unreported Mass Killings https://theintercept.com/2023/05/23/henry-kissinger-cambodia-bombing-survivors/", + "date_published": "2023-05-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110684027376738507" + ], + "lastTootTimestamp": 1688904226394 + }, + "https://www.espn.com/nba/story/_/id/36305442/kevin-durant-high-school-year": { + "id": "https://www.espn.com/nba/story/_/id/36305442/kevin-durant-high-school-year", + "title": "πŸ”—: The year that changed Kevin Durant forever", + "url": "https://www.espn.com/nba/story/_/id/36305442/kevin-durant-high-school-year", + "content_text": "πŸ”—: The year that changed Kevin Durant forever https://www.espn.com/nba/story/_/id/36305442/kevin-durant-high-school-year", + "date_published": "2023-05-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110682138141348568" + ], + "lastTootTimestamp": 1688875398958 + }, + "https://www.esquire.com/entertainment/tv/a43518988/pedro-pascal-the-last-of-us-interview-2023/": { + "id": "https://www.esquire.com/entertainment/tv/a43518988/pedro-pascal-the-last-of-us-interview-2023/", + "title": "πŸ”—: It's Pedro Pascal's World Now", + "url": "https://www.esquire.com/entertainment/tv/a43518988/pedro-pascal-the-last-of-us-interview-2023/", + "content_text": "πŸ”—: It's Pedro Pascal's World Now https://www.esquire.com/entertainment/tv/a43518988/pedro-pascal-the-last-of-us-interview-2023/", + "date_published": "2023-04-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110682610382616160" + ], + "lastTootTimestamp": 1688882604792 + }, + "https://letterboxd.com/cdme/film/cowboys-aliens/": { + "id": "https://letterboxd.com/cdme/film/cowboys-aliens/", + "title": "πŸŽ₯: Cowboys & Aliens, 2011 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/cowboys-aliens/", + "content_text": "πŸŽ₯: Cowboys & Aliens, 2011 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/cowboys-aliens/", + "date_published": "2023-07-09T03:19:36-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110683080845499446" + ], + "lastTootTimestamp": 1688889783462 + }, + "https://doctorow.medium.com/let-the-platforms-burn-6fb3e6c0d980": { + "id": "https://doctorow.medium.com/let-the-platforms-burn-6fb3e6c0d980", + "title": "πŸ”—: Let the Platforms Burn", + "url": "https://doctorow.medium.com/let-the-platforms-burn-6fb3e6c0d980", + "content_text": "πŸ”—: Let the Platforms Burn https://doctorow.medium.com/let-the-platforms-burn-6fb3e6c0d980", + "date_published": "2023-07-09T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110685911665514798" + ], + "lastTootTimestamp": 1688932978344 + }, + "https://letterboxd.com/cdme/film/patriot-games/": { + "id": "https://letterboxd.com/cdme/film/patriot-games/", + "title": "πŸŽ₯: Patriot Games, 1992 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/patriot-games/", + "content_text": "πŸŽ₯: Patriot Games, 1992 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/patriot-games/", + "date_published": "2023-07-09T20:15:47-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110686895535069184" + ], + "lastTootTimestamp": 1688947991044 + }, + "https://openlibrary.org/search?q=9780674979857": { + "id": "https://openlibrary.org/search?q=9780674979857", + "title": "πŸ“–: Capital in the Twenty-First Century", + "url": "https://openlibrary.org/search?q=9780674979857", + "content_text": "πŸ“–: Capital in the Twenty-First Century https://openlibrary.org/search?q=9780674979857", + "date_published": "2023-07-09T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110687439087509888" + ], + "lastTootTimestamp": 1688956284948 + }, + "https://openlibrary.org/search?q=1952616034": { + "id": "https://openlibrary.org/search?q=1952616034", + "title": "πŸ“–: Sustainable Web Design", + "url": "https://openlibrary.org/search?q=1952616034", + "content_text": "πŸ“–: Sustainable Web Design https://openlibrary.org/search?q=1952616034", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110688274038151302" + ], + "lastTootTimestamp": 1688969025355 + }, + "https://openlibrary.org/search?q=9780316555678": { + "id": "https://openlibrary.org/search?q=9780316555678", + "title": "πŸ“–: Elysium Fire", + "url": "https://openlibrary.org/search?q=9780316555678", + "content_text": "πŸ“–: Elysium Fire https://openlibrary.org/search?q=9780316555678", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110687800745608235" + ], + "lastTootTimestamp": 1688961803428 + }, + "https://gizmodo.com/google-says-itll-scrape-everything-you-post-online-for-1850601486": { + "id": "https://gizmodo.com/google-says-itll-scrape-everything-you-post-online-for-1850601486", + "title": "πŸ”—: Google Says It'll Scrape Everything You Post Online for AI", + "url": "https://gizmodo.com/google-says-itll-scrape-everything-you-post-online-for-1850601486", + "content_text": "πŸ”—: Google Says It'll Scrape Everything You Post Online for AI https://gizmodo.com/google-says-itll-scrape-everything-you-post-online-for-1850601486", + "date_published": "2023-07-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110686383503596050" + ], + "lastTootTimestamp": 1688940178029 + }, + "https://letterboxd.com/cdme/film/san-andreas/": { + "id": "https://letterboxd.com/cdme/film/san-andreas/", + "title": "πŸŽ₯: San Andreas, 2015 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/san-andreas/", + "content_text": "πŸŽ₯: San Andreas, 2015 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/san-andreas/", + "date_published": "2023-07-10T13:34:25-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110690631636701867" + ], + "lastTootTimestamp": 1689004999403 + }, + "https://www.brooklynvegan.com/home-is-where-is-the-future-that-emo-deserves/": { + "id": "https://www.brooklynvegan.com/home-is-where-is-the-future-that-emo-deserves/", + "title": "πŸ”—: Home Is Where is the future that emo deserves", + "url": "https://www.brooklynvegan.com/home-is-where-is-the-future-that-emo-deserves/", + "content_text": "πŸ”—: Home Is Where is the future that emo deserves https://www.brooklynvegan.com/home-is-where-is-the-future-that-emo-deserves/", + "date_published": "2023-07-10T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110692046323512940" + ], + "lastTootTimestamp": 1689026585982 + }, + "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating": { + "id": "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "title": "πŸ”—: OpenAI says it could β€˜cease operating’ in the EU if it can’t comply with future regulation", + "url": "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "content_text": "πŸ”—: OpenAI says it could β€˜cease operating’ in the EU if it can’t comply with future regulation https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "date_published": "2023-05-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110693936425455601" + ], + "lastTootTimestamp": 1689055426471 + }, + "https://letterboxd.com/cdme/film/witness/": { + "id": "https://letterboxd.com/cdme/film/witness/", + "title": "πŸŽ₯: Witness, 1985 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/witness/", + "content_text": "πŸŽ₯: Witness, 1985 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/witness/", + "date_published": "2023-07-11T11:48:18-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110695821210732966" + ], + "lastTootTimestamp": 1689084186241 + }, + "https://adactio.com/journal/20315": { + "id": "https://adactio.com/journal/20315", + "title": "πŸ”—: Permission", + "url": "https://adactio.com/journal/20315", + "content_text": "πŸ”—: Permission https://adactio.com/journal/20315", + "date_published": "2023-07-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110698758417405074" + ], + "lastTootTimestamp": 1689129004232 + }, + "https://werd.io/2023/licensing-site-content-using-a-text-file": { + "id": "https://werd.io/2023/licensing-site-content-using-a-text-file", + "title": "πŸ”—: Licensing site content using a text file", + "url": "https://werd.io/2023/licensing-site-content-using-a-text-file", + "content_text": "πŸ”—: Licensing site content using a text file https://werd.io/2023/licensing-site-content-using-a-text-file", + "date_published": "2023-07-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110698220765868760" + ], + "lastTootTimestamp": 1689120800337 + }, + "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html": { + "id": "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "title": "πŸ”—: The America That Americans Forget", + "url": "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "content_text": "πŸ”—: The America That Americans Forget https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110699598907537168" + ], + "lastTootTimestamp": 1689141829116 + }, + "https://matt-rickard.com/why-frameworks-fail": { + "id": "https://matt-rickard.com/why-frameworks-fail", + "title": "πŸ”—: Why Frameworks Fail", + "url": "https://matt-rickard.com/why-frameworks-fail", + "content_text": "πŸ”—: Why Frameworks Fail https://matt-rickard.com/why-frameworks-fail", + "date_published": "2023-07-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110701483593046342" + ], + "lastTootTimestamp": 1689170587122 + }, + "https://letterboxd.com/cdme/film/transformers-rise-of-the-beasts/": { + "id": "https://letterboxd.com/cdme/film/transformers-rise-of-the-beasts/", + "title": "πŸŽ₯: Transformers: Rise of the Beasts, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/transformers-rise-of-the-beasts/", + "content_text": "πŸŽ₯: Transformers: Rise of the Beasts, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/transformers-rise-of-the-beasts/", + "date_published": "2023-07-12T21:50:42-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110704426210552398" + ], + "lastTootTimestamp": 1689215487892 + }, + "https://coryd.dev/posts/2023/popular-posts-widget-using-eleventy-plausible/": { + "id": "https://coryd.dev/posts/2023/popular-posts-widget-using-eleventy-plausible/", + "title": "πŸ“: Building a popular posts widget in Eleventy using Plausible analytics", + "url": "https://coryd.dev/posts/2023/popular-posts-widget-using-eleventy-plausible/", + "content_text": "πŸ“: Building a popular posts widget in Eleventy using Plausible analytics https://coryd.dev/posts/2023/popular-posts-widget-using-eleventy-plausible/", + "date_published": "2023-07-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110703880392083159" + ], + "lastTootTimestamp": 1689207159391 + }, + "https://blog.testdouble.com/posts/2023-07-12-the-looming-demise-of-the-10x-developer/": { + "id": "https://blog.testdouble.com/posts/2023-07-12-the-looming-demise-of-the-10x-developer/", + "title": "πŸ”—: The Looming Demise of the 10x Developer", + "url": "https://blog.testdouble.com/posts/2023-07-12-the-looming-demise-of-the-10x-developer/", + "content_text": "πŸ”—: The Looming Demise of the 10x Developer https://blog.testdouble.com/posts/2023-07-12-the-looming-demise-of-the-10x-developer/", + "date_published": "2023-07-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110704787149263301" + ], + "lastTootTimestamp": 1689220995387 + }, + "https://letterboxd.com/cdme/film/ronin/": { + "id": "https://letterboxd.com/cdme/film/ronin/", + "title": "πŸŽ₯: Ronin, 1998 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/ronin/", + "content_text": "πŸŽ₯: Ronin, 1998 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/ronin/", + "date_published": "2023-07-13T19:17:26-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110708561889698885" + ], + "lastTootTimestamp": 1689278593348 + }, + "https://newrepublic.com/article/174089/big-tech-watching-drive": { + "id": "https://newrepublic.com/article/174089/big-tech-watching-drive", + "title": "πŸ”—: Big Tech Is Watching You as You Drive", + "url": "https://newrepublic.com/article/174089/big-tech-watching-drive", + "content_text": "πŸ”—: Big Tech Is Watching You as You Drive https://newrepublic.com/article/174089/big-tech-watching-drive", + "date_published": "2023-07-14T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110714224078620813" + ], + "lastTootTimestamp": 1689364991495 + }, + "https://letterboxd.com/cdme/film/escape-from-la/": { + "id": "https://letterboxd.com/cdme/film/escape-from-la/", + "title": "πŸŽ₯: Escape from L.A., 1996 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/escape-from-la/", + "content_text": "πŸŽ₯: Escape from L.A., 1996 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/escape-from-la/", + "date_published": "2023-07-14T20:10:38-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110714695239569438" + ], + "lastTootTimestamp": 1689372180847 + }, + "https://www.disconnect.blog/p/how-hollywood-studios-used-the-digital": { + "id": "https://www.disconnect.blog/p/how-hollywood-studios-used-the-digital", + "title": "πŸ”—: How Hollywood used the digital transition against workers", + "url": "https://www.disconnect.blog/p/how-hollywood-studios-used-the-digital", + "content_text": "πŸ”—: How Hollywood used the digital transition against workers https://www.disconnect.blog/p/how-hollywood-studios-used-the-digital", + "date_published": "2023-05-19T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110715204384646141" + ], + "lastTootTimestamp": 1689379949802 + }, + "https://letterboxd.com/cdme/film/the-crow/": { + "id": "https://letterboxd.com/cdme/film/the-crow/", + "title": "πŸŽ₯: The Crow, 1994 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-crow/", + "content_text": "πŸŽ₯: The Crow, 1994 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-crow/", + "date_published": "2023-07-14T22:33:31-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110715749061496725" + ], + "lastTootTimestamp": 1689388260866 + }, + "https://www.newyorker.com/culture/notes-on-hollywood/orange-is-the-new-black-signalled-the-rot-inside-the-streaming-economy": { + "id": "https://www.newyorker.com/culture/notes-on-hollywood/orange-is-the-new-black-signalled-the-rot-inside-the-streaming-economy", + "title": "πŸ”—: "Orange Is the New Black" Signalled the Rot Inside the Streaming Economy", + "url": "https://www.newyorker.com/culture/notes-on-hollywood/orange-is-the-new-black-signalled-the-rot-inside-the-streaming-economy", + "content_text": "πŸ”—: "Orange Is the New Black" Signalled the Rot Inside the Streaming Economy https://www.newyorker.com/culture/notes-on-hollywood/orange-is-the-new-black-signalled-the-rot-inside-the-streaming-economy", + "date_published": "2023-07-12T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110716110649802782" + ], + "lastTootTimestamp": 1689393778300 + }, + "https://letterboxd.com/cdme/film/top-gun/": { + "id": "https://letterboxd.com/cdme/film/top-gun/", + "title": "πŸŽ₯: Top Gun, 1986 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/top-gun/", + "content_text": "πŸŽ₯: Top Gun, 1986 - β˜…β˜… https://letterboxd.com/cdme/film/top-gun/", + "date_published": "2023-07-15T14:09:44-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110718942340487904" + ], + "lastTootTimestamp": 1689436986478 + }, + "https://www.bbc.com/travel/article/20180225-the-mysterious-origins-of-finlands-true-name": { + "id": "https://www.bbc.com/travel/article/20180225-the-mysterious-origins-of-finlands-true-name", + "title": "πŸ”—: The mysterious origins of Finland’s true name", + "url": "https://www.bbc.com/travel/article/20180225-the-mysterious-origins-of-finlands-true-name", + "content_text": "πŸ”—: The mysterious origins of Finland’s true name https://www.bbc.com/travel/article/20180225-the-mysterious-origins-of-finlands-true-name", + "date_published": "2018-02-26T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110720874899318944" + ], + "lastTootTimestamp": 1689466475066 + }, + "https://letterboxd.com/cdme/film/sisu-2022/": { + "id": "https://letterboxd.com/cdme/film/sisu-2022/", + "title": "πŸŽ₯: Sisu, 2022 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/sisu-2022/", + "content_text": "πŸŽ₯: Sisu, 2022 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/sisu-2022/", + "date_published": "2023-07-16T14:34:40-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110724604552833420" + ], + "lastTootTimestamp": 1689523384948 + }, + "https://letterboxd.com/cdme/film/m3gan/": { + "id": "https://letterboxd.com/cdme/film/m3gan/", + "title": "πŸŽ₯: M3GAN, 2022 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/m3gan/", + "content_text": "πŸŽ₯: M3GAN, 2022 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/m3gan/", + "date_published": "2023-07-16T17:35:55-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110725548818518693" + ], + "lastTootTimestamp": 1689537793321 + }, + "https://link.sbstck.com/redirect/e6ebf4f2-00ac-45b5-9050-404d07849eaa?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk": { + "id": "https://link.sbstck.com/redirect/e6ebf4f2-00ac-45b5-9050-404d07849eaa?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "title": "πŸ”—: What If the Next Big Social Media App Is ... Nothing?", + "url": "https://link.sbstck.com/redirect/e6ebf4f2-00ac-45b5-9050-404d07849eaa?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "content_text": "πŸ”—: What If the Next Big Social Media App Is ... Nothing? https://link.sbstck.com/redirect/e6ebf4f2-00ac-45b5-9050-404d07849eaa?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "date_published": "2023-07-13T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110727081040042827" + ], + "lastTootTimestamp": 1689561173170 + }, + "https://link.sbstck.com/redirect/6c4c24ca-5d49-4ab8-9321-20bd9834bf12?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk": { + "id": "https://link.sbstck.com/redirect/6c4c24ca-5d49-4ab8-9321-20bd9834bf12?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "title": "πŸ”—: Rising Interest Rates Might Herald the End of the Open Internet", + "url": "https://link.sbstck.com/redirect/6c4c24ca-5d49-4ab8-9321-20bd9834bf12?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "content_text": "πŸ”—: Rising Interest Rates Might Herald the End of the Open Internet https://link.sbstck.com/redirect/6c4c24ca-5d49-4ab8-9321-20bd9834bf12?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "date_published": "2023-07-11T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110727910536298482" + ], + "lastTootTimestamp": 1689573830258 + }, + "https://link.sbstck.com/redirect/417a4951-59eb-412d-944e-c0e6e736d9df?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk": { + "id": "https://link.sbstck.com/redirect/417a4951-59eb-412d-944e-c0e6e736d9df?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "title": "πŸ”—: Giant Sucking Sounds", + "url": "https://link.sbstck.com/redirect/417a4951-59eb-412d-944e-c0e6e736d9df?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "content_text": "πŸ”—: Giant Sucking Sounds https://link.sbstck.com/redirect/417a4951-59eb-412d-944e-c0e6e736d9df?j=eyJ1IjoiMW85Nmx5In0.8MvnaL_ak4REh5VVlgdUM52To-PdLLHU0UHShU48_qk", + "date_published": "2023-07-11T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110727436713129311" + ], + "lastTootTimestamp": 1689566600285 + }, + "https://letterboxd.com/cdme/film/alice-darling/": { + "id": "https://letterboxd.com/cdme/film/alice-darling/", + "title": "πŸŽ₯: Alice, Darling, 2022 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/alice-darling/", + "content_text": "πŸŽ₯: Alice, Darling, 2022 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/alice-darling/", + "date_published": "2023-07-17T12:27:57-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110729794749646085" + ], + "lastTootTimestamp": 1689602581262 + }, + "https://pluralistic.net/2023/07/14/making-good-trouble/#the-peoples-champion": { + "id": "https://pluralistic.net/2023/07/14/making-good-trouble/#the-peoples-champion", + "title": "πŸ”—: Why they're smearing Lina Khan (permalink)", + "url": "https://pluralistic.net/2023/07/14/making-good-trouble/#the-peoples-champion", + "content_text": "πŸ”—: Why they're smearing Lina Khan (permalink) https://pluralistic.net/2023/07/14/making-good-trouble/#the-peoples-champion", + "date_published": "2023-04-27T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110731210670381489" + ], + "lastTootTimestamp": 1689624186325 + }, + "https://www.npr.org/2023/07/17/1187523435/thousands-of-authors-urge-ai-companies-to-stop-using-work-without-permission": { + "id": "https://www.npr.org/2023/07/17/1187523435/thousands-of-authors-urge-ai-companies-to-stop-using-work-without-permission", + "title": "πŸ”—: Thousands of authors urge AI companies to stop using work without permission", + "url": "https://www.npr.org/2023/07/17/1187523435/thousands-of-authors-urge-ai-companies-to-stop-using-work-without-permission", + "content_text": "πŸ”—: Thousands of authors urge AI companies to stop using work without permission https://www.npr.org/2023/07/17/1187523435/thousands-of-authors-urge-ai-companies-to-stop-using-work-without-permission", + "date_published": "2023-07-17T08:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110732738450058577" + ], + "lastTootTimestamp": 1689647498393 + }, + "https://letterboxd.com/cdme/film/the-recruit/": { + "id": "https://letterboxd.com/cdme/film/the-recruit/", + "title": "πŸŽ₯: The Recruit, 2003 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-recruit/", + "content_text": "πŸŽ₯: The Recruit, 2003 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-recruit/", + "date_published": "2023-07-18T11:44:45-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110735456930101877" + ], + "lastTootTimestamp": 1689688979109 + }, + "https://letterboxd.com/cdme/film/the-flash/": { + "id": "https://letterboxd.com/cdme/film/the-flash/", + "title": "πŸŽ₯: The Flash, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-flash/", + "content_text": "πŸŽ₯: The Flash, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/the-flash/", + "date_published": "2023-07-19T12:43:20-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110741119075072391" + ], + "lastTootTimestamp": 1689775376553 + }, + "https://letterboxd.com/cdme/film/the-super-mario-bros-movie/": { + "id": "https://letterboxd.com/cdme/film/the-super-mario-bros-movie/", + "title": "πŸŽ₯: The Super Mario Bros. Movie, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-super-mario-bros-movie/", + "content_text": "πŸŽ₯: The Super Mario Bros. Movie, 2023 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-super-mario-bros-movie/", + "date_published": "2023-07-21T02:57:49-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110750084698632938" + ], + "lastTootTimestamp": 1689912181159 + }, + "https://letterboxd.com/cdme/film/cloverfield/": { + "id": "https://letterboxd.com/cdme/film/cloverfield/", + "title": "πŸŽ₯: Cloverfield, 2008 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/cloverfield/", + "content_text": "πŸŽ₯: Cloverfield, 2008 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/cloverfield/", + "date_published": "2023-07-21T17:06:01-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110753391934396926" + ], + "lastTootTimestamp": 1689962645599 + }, + "https://www.invisibleoranges.com/death-metal-english/": { + "id": "https://www.invisibleoranges.com/death-metal-english/", + "title": "πŸ”—: Death Metal English", + "url": "https://www.invisibleoranges.com/death-metal-english/", + "content_text": "πŸ”—: Death Metal English https://www.invisibleoranges.com/death-metal-english/", + "date_published": "2013-11-09T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110753859366790082" + ], + "lastTootTimestamp": 1689969778008 + }, + "https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/": { + "id": "https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/", + "title": "πŸ“: Road to madness: charting Apple Music listening data", + "url": "https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/", + "content_text": "πŸ“: Road to madness: charting Apple Music listening data https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/", + "date_published": "2023-07-21T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110755328597863886" + ], + "lastTootTimestamp": 1689992196700 + }, + "https://openlibrary.org/search?q=0063114488": { + "id": "https://openlibrary.org/search?q=0063114488", + "title": "πŸ“–: Trust the Plan", + "url": "https://openlibrary.org/search?q=0063114488", + "content_text": "πŸ“–: Trust the Plan https://openlibrary.org/search?q=0063114488", + "date_published": "2023-07-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110766659039233094" + ], + "lastTootTimestamp": 1690165085484 + }, + "https://letterboxd.com/cdme/film/stephen-curry-underrated/": { + "id": "https://letterboxd.com/cdme/film/stephen-curry-underrated/", + "title": "πŸŽ₯: Stephen Curry: Underrated, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/stephen-curry-underrated/", + "content_text": "πŸŽ₯: Stephen Curry: Underrated, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/stephen-curry-underrated/", + "date_published": "2023-07-24T12:26:33-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110769430191475694" + ], + "lastTootTimestamp": 1690207369905 + }, + "https://letterboxd.com/cdme/film/upgrade/": { + "id": "https://letterboxd.com/cdme/film/upgrade/", + "title": "πŸŽ₯: Upgrade, 2018 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/upgrade/", + "content_text": "πŸŽ₯: Upgrade, 2018 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/upgrade/", + "date_published": "2023-07-24T17:52:59-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110771318524001240" + ], + "lastTootTimestamp": 1690236183586 + }, + "https://blog.jim-nielsen.com/2023/offline-is-online-with-extreme-latency/": { + "id": "https://blog.jim-nielsen.com/2023/offline-is-online-with-extreme-latency/", + "title": "πŸ”—: Offline Is Just Online With Extreme Latency", + "url": "https://blog.jim-nielsen.com/2023/offline-is-online-with-extreme-latency/", + "content_text": "πŸ”—: Offline Is Just Online With Extreme Latency https://blog.jim-nielsen.com/2023/offline-is-online-with-extreme-latency/", + "date_published": "2023-04-18T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110770847208071025" + ], + "lastTootTimestamp": 1690228991894 + }, + "https://letterboxd.com/cdme/film/mortal-kombat-2021/": { + "id": "https://letterboxd.com/cdme/film/mortal-kombat-2021/", + "title": "πŸŽ₯: Mortal Kombat, 2021 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/mortal-kombat-2021/", + "content_text": "πŸŽ₯: Mortal Kombat, 2021 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/mortal-kombat-2021/", + "date_published": "2023-07-25T13:28:51-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110775565867473664" + ], + "lastTootTimestamp": 1690300992901 + }, + "https://openlibrary.org/search?q=0306925486": { + "id": "https://openlibrary.org/search?q=0306925486", + "title": "πŸ“–: Corporate Rock Sucks", + "url": "https://openlibrary.org/search?q=0306925486", + "content_text": "πŸ“–: Corporate Rock Sucks https://openlibrary.org/search?q=0306925486", + "date_published": "2023-07-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110778869230808555" + ], + "lastTootTimestamp": 1690351398245 + }, + "https://www.theguardian.com/technology/2023/jul/25/joseph-weizenbaum-inventor-eliza-chatbot-turned-against-artificial-intelligence-ai": { + "id": "https://www.theguardian.com/technology/2023/jul/25/joseph-weizenbaum-inventor-eliza-chatbot-turned-against-artificial-intelligence-ai", + "title": "πŸ”—: β€˜A certain danger lurks there’: how the inventor of the first chatbot turned against AI", + "url": "https://www.theguardian.com/technology/2023/jul/25/joseph-weizenbaum-inventor-eliza-chatbot-turned-against-artificial-intelligence-ai", + "content_text": "πŸ”—: β€˜A certain danger lurks there’: how the inventor of the first chatbot turned against AI https://www.theguardian.com/technology/2023/jul/25/joseph-weizenbaum-inventor-eliza-chatbot-turned-against-artificial-intelligence-ai", + "date_published": "2023-07-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110788807290542960" + ], + "lastTootTimestamp": 1690503040975 + }, + "https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/": { + "id": "https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/", + "title": "πŸ”—: Let a website be a worry stone.", + "url": "https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/", + "content_text": "πŸ”—: Let a website be a worry stone. https://ethanmarcotte.com/wrote/let-a-website-be-a-worry-stone/", + "date_published": "2023-07-29T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110796326434214198" + ], + "lastTootTimestamp": 1690617774000 + }, + "https://letterboxd.com/cdme/film/the-maze-runner/": { + "id": "https://letterboxd.com/cdme/film/the-maze-runner/", + "title": "πŸŽ₯: The Maze Runner, 2014 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-maze-runner/", + "content_text": "πŸŽ₯: The Maze Runner, 2014 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-maze-runner/", + "date_published": "2023-07-29T19:47:29-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110799629664057138" + ], + "lastTootTimestamp": 1690668177313 + }, + "https://www.nytimes.com/2023/07/29/technology/mike-masnick-techdirt-internet-future.html": { + "id": "https://www.nytimes.com/2023/07/29/technology/mike-masnick-techdirt-internet-future.html", + "title": "πŸ”—: An Internet Veteran’s Guide to Not Being Scared of Technology", + "url": "https://www.nytimes.com/2023/07/29/technology/mike-masnick-techdirt-internet-future.html", + "content_text": "πŸ”—: An Internet Veteran’s Guide to Not Being Scared of Technology https://www.nytimes.com/2023/07/29/technology/mike-masnick-techdirt-internet-future.html", + "date_published": "2023-07-29T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110800137914379272" + ], + "lastTootTimestamp": 1690675932598 + }, + "https://www.newyorker.com/books/page-turner/when-emo-conquered-the-mainstream": { + "id": "https://www.newyorker.com/books/page-turner/when-emo-conquered-the-mainstream", + "title": "πŸ”—: When Emo Conquered the Mainstream", + "url": "https://www.newyorker.com/books/page-turner/when-emo-conquered-the-mainstream", + "content_text": "πŸ”—: When Emo Conquered the Mainstream https://www.newyorker.com/books/page-turner/when-emo-conquered-the-mainstream", + "date_published": "2023-07-28T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110805291529878939" + ], + "lastTootTimestamp": 1690754570507 + }, + "https://rants.org/2023/07/the-right-to-lie-and-google-wei/": { + "id": "https://rants.org/2023/07/the-right-to-lie-and-google-wei/", + "title": "πŸ”—: The Right to Lie: Google’s "Web Environment Integrity" Proposal is a Geyser of Badness Threatening to Swamp the Open Web.", + "url": "https://rants.org/2023/07/the-right-to-lie-and-google-wei/", + "content_text": "πŸ”—: The Right to Lie: Google’s "Web Environment Integrity" Proposal is a Geyser of Badness Threatening to Swamp the Open Web. https://rants.org/2023/07/the-right-to-lie-and-google-wei/", + "date_published": "2023-07-30T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110805798027703624" + ], + "lastTootTimestamp": 1690762299048 + }, + "https://letterboxd.com/cdme/film/maze-runner-the-scorch-trials/": { + "id": "https://letterboxd.com/cdme/film/maze-runner-the-scorch-trials/", + "title": "πŸŽ₯: Maze Runner: The Scorch Trials, 2015 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/maze-runner-the-scorch-trials/", + "content_text": "πŸŽ₯: Maze Runner: The Scorch Trials, 2015 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/maze-runner-the-scorch-trials/", + "date_published": "2023-07-31T18:50:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110810483322259038" + ], + "lastTootTimestamp": 1690833790982 + }, + "https://ploum.net/2023-08-01-splitting-the-web.html": { + "id": "https://ploum.net/2023-08-01-splitting-the-web.html", + "title": "πŸ”—: Splitting the Web", + "url": "https://ploum.net/2023-08-01-splitting-the-web.html", + "content_text": "πŸ”—: Splitting the Web https://ploum.net/2023-08-01-splitting-the-web.html", + "date_published": "2023-08-01T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110816616350849098" + ], + "lastTootTimestamp": 1690927373602 + }, + "https://openlibrary.org/search?q=9780063251281": { + "id": "https://openlibrary.org/search?q=9780063251281", + "title": "πŸ“–: Where Are Your Boys Tonight?", + "url": "https://openlibrary.org/search?q=9780063251281", + "content_text": "πŸ“–: Where Are Your Boys Tonight? https://openlibrary.org/search?q=9780063251281", + "date_published": "2023-08-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110826526137451333" + ], + "lastTootTimestamp": 1691078584904 + }, + "https://letterboxd.com/cdme/film/maze-runner-the-death-cure/": { + "id": "https://letterboxd.com/cdme/film/maze-runner-the-death-cure/", + "title": "πŸŽ₯: Maze Runner: The Death Cure, 2018 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/maze-runner-the-death-cure/", + "content_text": "πŸŽ₯: Maze Runner: The Death Cure, 2018 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/maze-runner-the-death-cure/", + "date_published": "2023-08-03T21:47:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110828447367507575" + ], + "lastTootTimestamp": 1691107900576 + }, + "https://karawynn.substack.com/p/the-coming-enshittification-of-public-libraries": { + "id": "https://karawynn.substack.com/p/the-coming-enshittification-of-public-libraries", + "title": "πŸ”—: The Coming Enshittification of Public Libraries", + "url": "https://karawynn.substack.com/p/the-coming-enshittification-of-public-libraries", + "content_text": "πŸ”—: The Coming Enshittification of Public Libraries https://karawynn.substack.com/p/the-coming-enshittification-of-public-libraries", + "date_published": "2023-07-26T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110832660612729810" + ], + "lastTootTimestamp": 1691172189587 + }, + "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743213157%3Futm_medium%3Dapi%26utm_source%3Drss": { + "id": "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743213157%3Futm_medium%3Dapi%26utm_source%3Drss", + "title": "πŸ“–: Where Are Your Boys Tonight?: The Oral History of Emo's Mainstream Explosion 1999-2008", + "url": "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743213157%3Futm_medium%3Dapi%26utm_source%3Drss", + "content_text": "πŸ“–: Where Are Your Boys Tonight?: The Oral History of Emo's Mainstream Explosion 1999-2008 https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743213157%3Futm_medium%3Dapi%26utm_source%3Drss", + "date_published": "2023-08-04T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743212805%3Futm_medium%3Dapi%26utm_source%3Drss": { + "id": "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743212805%3Futm_medium%3Dapi%26utm_source%3Drss", + "title": "πŸ“–: Elysium Fire (Prefect Dreyfus Emergency #2)", + "url": "https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743212805%3Futm_medium%3Dapi%26utm_source%3Drss", + "content_text": "πŸ“–: Elysium Fire (Prefect Dreyfus Emergency #2) https%3A%2F%2Fwww.goodreads.com%2Freview%2Fshow%2F5743212805%3Futm_medium%3Dapi%26utm_source%3Drss", + "date_published": "2023-08-04T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Fploum.net%2F2023-08-01-splitting-the-web.html": { + "id": "https%3A%2F%2Fploum.net%2F2023-08-01-splitting-the-web.html", + "title": "πŸ”—: Splitting the Web", + "url": "https%3A%2F%2Fploum.net%2F2023-08-01-splitting-the-web.html", + "content_text": "πŸ”—: Splitting the Web https%3A%2F%2Fploum.net%2F2023-08-01-splitting-the-web.html", + "date_published": "2023-08-01T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Frants.org%2F2023%2F07%2Fthe-right-to-lie-and-google-wei%2F": { + "id": "https%3A%2F%2Frants.org%2F2023%2F07%2Fthe-right-to-lie-and-google-wei%2F", + "title": "πŸ”—: The Right to Lie: Google’s "Web Environment Integrity" Proposal is a Geyser of Badness Threatening to Swamp the Open Web.", + "url": "https%3A%2F%2Frants.org%2F2023%2F07%2Fthe-right-to-lie-and-google-wei%2F", + "content_text": "πŸ”—: The Right to Lie: Google’s "Web Environment Integrity" Proposal is a Geyser of Badness Threatening to Swamp the Open Web. https%3A%2F%2Frants.org%2F2023%2F07%2Fthe-right-to-lie-and-google-wei%2F", + "date_published": "2023-07-30T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Fwww.nytimes.com%2F2023%2F07%2F29%2Ftechnology%2Fmike-masnick-techdirt-internet-future.html": { + "id": "https%3A%2F%2Fwww.nytimes.com%2F2023%2F07%2F29%2Ftechnology%2Fmike-masnick-techdirt-internet-future.html", + "title": "πŸ”—: An Internet Veteran’s Guide to Not Being Scared of Technology", + "url": "https%3A%2F%2Fwww.nytimes.com%2F2023%2F07%2F29%2Ftechnology%2Fmike-masnick-techdirt-internet-future.html", + "content_text": "πŸ”—: An Internet Veteran’s Guide to Not Being Scared of Technology https%3A%2F%2Fwww.nytimes.com%2F2023%2F07%2F29%2Ftechnology%2Fmike-masnick-techdirt-internet-future.html", + "date_published": "2023-07-29T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Fwww.newyorker.com%2Fbooks%2Fpage-turner%2Fwhen-emo-conquered-the-mainstream": { + "id": "https%3A%2F%2Fwww.newyorker.com%2Fbooks%2Fpage-turner%2Fwhen-emo-conquered-the-mainstream", + "title": "πŸ”—: When Emo Conquered the Mainstream", + "url": "https%3A%2F%2Fwww.newyorker.com%2Fbooks%2Fpage-turner%2Fwhen-emo-conquered-the-mainstream", + "content_text": "πŸ”—: When Emo Conquered the Mainstream https%3A%2F%2Fwww.newyorker.com%2Fbooks%2Fpage-turner%2Fwhen-emo-conquered-the-mainstream", + "date_published": "2023-07-28T00:00:00-08:00", + "toots": [] + }, + "https%3A%2F%2Fkarawynn.substack.com%2Fp%2Fthe-coming-enshittification-of-public-libraries": { + "id": "https%3A%2F%2Fkarawynn.substack.com%2Fp%2Fthe-coming-enshittification-of-public-libraries", + "title": "πŸ”—: The Coming Enshittification of Public Libraries", + "url": "https%3A%2F%2Fkarawynn.substack.com%2Fp%2Fthe-coming-enshittification-of-public-libraries", + "content_text": "πŸ”—: The Coming Enshittification of Public Libraries https%3A%2F%2Fkarawynn.substack.com%2Fp%2Fthe-coming-enshittification-of-public-libraries", + "date_published": "2023-07-26T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110833132301098773" + ], + "lastTootTimestamp": 1691179386978 + }, + "https://www.goodreads.com/review/show/5743213157": { + "id": "https://www.goodreads.com/review/show/5743213157", + "title": "πŸ“–: Where Are Your Boys Tonight?: The Oral History of Emo's Mainstream Explosion 1999-2008", + "url": "https://www.goodreads.com/review/show/5743213157", + "content_text": "πŸ“–: Where Are Your Boys Tonight?: The Oral History of Emo's Mainstream Explosion 1999-2008 https://www.goodreads.com/review/show/5743213157", + "date_published": "2023-08-04T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110833604227255782" + ], + "lastTootTimestamp": 1691186588003 + }, + "https://www.goodreads.com/review/show/5743212805": { + "id": "https://www.goodreads.com/review/show/5743212805", + "title": "πŸ“–: Elysium Fire (Prefect Dreyfus Emergency #2)", + "url": "https://www.goodreads.com/review/show/5743212805", + "content_text": "πŸ“–: Elysium Fire (Prefect Dreyfus Emergency #2) https://www.goodreads.com/review/show/5743212805", + "date_published": "2023-08-04T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110834105761938773" + ], + "lastTootTimestamp": 1691194240794 + }, + "https://lucybellwood.com/one-quick-one-slow/": { + "id": "https://lucybellwood.com/one-quick-one-slow/", + "title": "πŸ”—: One Quick, One Slow", + "url": "https://lucybellwood.com/one-quick-one-slow/", + "content_text": "πŸ”—: One Quick, One Slow https://lucybellwood.com/one-quick-one-slow/", + "date_published": "2023-08-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110835490965408018" + ], + "lastTootTimestamp": 1691215377340 + }, + "https://leahreich.substack.com/p/the-great-social-media-wars-of-2023": { + "id": "https://leahreich.substack.com/p/the-great-social-media-wars-of-2023", + "title": "πŸ”—: The Great Social Media Wars of 2023", + "url": "https://leahreich.substack.com/p/the-great-social-media-wars-of-2023", + "content_text": "πŸ”—: The Great Social Media Wars of 2023 https://leahreich.substack.com/p/the-great-social-media-wars-of-2023", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110835020234154882" + ], + "lastTootTimestamp": 1691208194632 + }, + "https://erinkissane.com/tomorrow-and-tomorrow-and-tomorrow": { + "id": "https://erinkissane.com/tomorrow-and-tomorrow-and-tomorrow", + "title": "πŸ”—: Tomorrow & tomorrow & tomorrow", + "url": "https://erinkissane.com/tomorrow-and-tomorrow-and-tomorrow", + "content_text": "πŸ”—: Tomorrow & tomorrow & tomorrow https://erinkissane.com/tomorrow-and-tomorrow-and-tomorrow", + "date_published": "2023-06-01T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110834588957409292" + ], + "lastTootTimestamp": 1691201613814 + }, + "https://nazhamid.com/journal/dissocial-media/": { + "id": "https://nazhamid.com/journal/dissocial-media/", + "title": "πŸ”—: Dissocial Media", + "url": "https://nazhamid.com/journal/dissocial-media/", + "content_text": "πŸ”—: Dissocial Media https://nazhamid.com/journal/dissocial-media/", + "date_published": "2022-07-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110835965484988212" + ], + "lastTootTimestamp": 1691222617952 + }, + "https://letterboxd.com/cdme/film/the-meg/": { + "id": "https://letterboxd.com/cdme/film/the-meg/", + "title": "πŸŽ₯: The Meg, 2018 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-meg/", + "content_text": "πŸŽ₯: The Meg, 2018 - β˜…β˜… https://letterboxd.com/cdme/film/the-meg/", + "date_published": "2023-08-05T22:12:03-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110839771195322178" + ], + "lastTootTimestamp": 1691280688779 + }, + "https://letterboxd.com/cdme/film/the-passenger-2023/": { + "id": "https://letterboxd.com/cdme/film/the-passenger-2023/", + "title": "πŸŽ₯: The Passenger, 2023 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-passenger-2023/", + "content_text": "πŸŽ₯: The Passenger, 2023 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/the-passenger-2023/", + "date_published": "2023-08-06T16:55:23-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110843985327074214" + ], + "lastTootTimestamp": 1691344991014 + }, + "https://letterboxd.com/cdme/film/brother-2022/": { + "id": "https://letterboxd.com/cdme/film/brother-2022/", + "title": "πŸŽ₯: Brother, 2022 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/brother-2022/", + "content_text": "πŸŽ₯: Brother, 2022 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/brother-2022/", + "date_published": "2023-08-06T19:27:50-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110844456616348260" + ], + "lastTootTimestamp": 1691352182307 + }, + "https://letterboxd.com/cdme/film/rampage-2018/": { + "id": "https://letterboxd.com/cdme/film/rampage-2018/", + "title": "πŸŽ₯: Rampage, 2018 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/rampage-2018/", + "content_text": "πŸŽ₯: Rampage, 2018 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/rampage-2018/", + "date_published": "2023-08-07T01:02:07-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110845922342364397" + ], + "lastTootTimestamp": 1691374547538 + }, + "https://www.businessinsider.com/threads-never-replace-twitter-meta-zuckerberg-musk-advertisers-brands-influencers-2023-7": { + "id": "https://www.businessinsider.com/threads-never-replace-twitter-meta-zuckerberg-musk-advertisers-brands-influencers-2023-7", + "title": "πŸ”—: Why Threads will never be the new Twitter", + "url": "https://www.businessinsider.com/threads-never-replace-twitter-meta-zuckerberg-musk-advertisers-brands-influencers-2023-7", + "content_text": "πŸ”—: Why Threads will never be the new Twitter https://www.businessinsider.com/threads-never-replace-twitter-meta-zuckerberg-musk-advertisers-brands-influencers-2023-7", + "date_published": "2023-07-23T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110850120093734519" + ], + "lastTootTimestamp": 1691438600123 + }, + "https://heather-buchel.com/blog/2023/07/just-normal-web-things/": { + "id": "https://heather-buchel.com/blog/2023/07/just-normal-web-things/", + "title": "πŸ”—: Just normal web things.", + "url": "https://heather-buchel.com/blog/2023/07/just-normal-web-things/", + "content_text": "πŸ”—: Just normal web things. https://heather-buchel.com/blog/2023/07/just-normal-web-things/", + "date_published": "2023-07-06T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110850591920564984" + ], + "lastTootTimestamp": 1691445800100 + }, + "https://dev.to/stuffbreaker/seo-and-web-components-2023-edition-3l6i": { + "id": "https://dev.to/stuffbreaker/seo-and-web-components-2023-edition-3l6i", + "title": "πŸ”—: SEO and Web Components - 2023 Edition", + "url": "https://dev.to/stuffbreaker/seo-and-web-components-2023-edition-3l6i", + "content_text": "πŸ”—: SEO and Web Components - 2023 Edition https://dev.to/stuffbreaker/seo-and-web-components-2023-edition-3l6i", + "date_published": "2023-08-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110851094841509724" + ], + "lastTootTimestamp": 1691453473606 + }, + "https://doctorow.medium.com/fool-me-twice-we-dont-get-fooled-again-20074e311f1f": { + "id": "https://doctorow.medium.com/fool-me-twice-we-dont-get-fooled-again-20074e311f1f", + "title": "πŸ”—: Fool Me Twice We Don’t Get Fooled Again", + "url": "https://doctorow.medium.com/fool-me-twice-we-dont-get-fooled-again-20074e311f1f", + "content_text": "πŸ”—: Fool Me Twice We Don’t Get Fooled Again https://doctorow.medium.com/fool-me-twice-we-dont-get-fooled-again-20074e311f1f", + "date_published": "2023-08-06T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110851582199228688" + ], + "lastTootTimestamp": 1691460910124 + }, + "https://thehardtimes.net/lists/50-dystopian-movies-ranked-by-how-close-they-got-to-accurately-predicting-the-hell-we-live-in/": { + "id": "https://thehardtimes.net/lists/50-dystopian-movies-ranked-by-how-close-they-got-to-accurately-predicting-the-hell-we-live-in/", + "title": "πŸ”—: 50 Dystopian Movies Ranked by How Close They Got to Accurately Predicting the Hell We Live In", + "url": "https://thehardtimes.net/lists/50-dystopian-movies-ranked-by-how-close-they-got-to-accurately-predicting-the-hell-we-live-in/", + "content_text": "πŸ”—: 50 Dystopian Movies Ranked by How Close They Got to Accurately Predicting the Hell We Live In https://thehardtimes.net/lists/50-dystopian-movies-ranked-by-how-close-they-got-to-accurately-predicting-the-hell-we-live-in/", + "date_published": "2023-08-08T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110855782538049036" + ], + "lastTootTimestamp": 1691525002182 + }, + "https://css-tricks.com/simple-boring/": { + "id": "https://css-tricks.com/simple-boring/", + "title": "πŸ”—: Simple & Boring", + "url": "https://css-tricks.com/simple-boring/", + "content_text": "πŸ”—: Simple & Boring https://css-tricks.com/simple-boring/", + "date_published": "2019-03-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110856758022883572" + ], + "lastTootTimestamp": 1691539886972 + }, + "https://www.oddbird.net/2022/11/11/platform-tools/": { + "id": "https://www.oddbird.net/2022/11/11/platform-tools/", + "title": "πŸ”—: When Our Tools Hold Us Back", + "url": "https://www.oddbird.net/2022/11/11/platform-tools/", + "content_text": "πŸ”—: When Our Tools Hold Us Back https://www.oddbird.net/2022/11/11/platform-tools/", + "date_published": "2022-11-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110862422293154564" + ], + "lastTootTimestamp": 1691626316827 + }, + "https://ergaster.org/posts/2023/08/09-i-dont-want-to-host-services-but-i-do/": { + "id": "https://ergaster.org/posts/2023/08/09-i-dont-want-to-host-services-but-i-do/", + "title": "πŸ”—: I don't want to host services (but I do)", + "url": "https://ergaster.org/posts/2023/08/09-i-dont-want-to-host-services-but-i-do/", + "content_text": "πŸ”—: I don't want to host services (but I do) https://ergaster.org/posts/2023/08/09-i-dont-want-to-host-services-but-i-do/", + "date_published": "2023-08-09T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110862914911272379" + ], + "lastTootTimestamp": 1691633833547 + }, + "https://letterboxd.com/cdme/film/spider-man-across-the-spider-verse/": { + "id": "https://letterboxd.com/cdme/film/spider-man-across-the-spider-verse/", + "title": "πŸŽ₯: Spider-Man: Across the Spider-Verse, 2023 - β˜…β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/spider-man-across-the-spider-verse/", + "content_text": "πŸŽ₯: Spider-Man: Across the Spider-Verse, 2023 - β˜…β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/spider-man-across-the-spider-verse/", + "date_published": "2023-08-11T22:45:52-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110873737165906071" + ], + "lastTootTimestamp": 1691798968042 + }, + "https://www.goodreads.com/review/show/5750192874": { + "id": "https://www.goodreads.com/review/show/5750192874", + "title": "πŸ“–: Trouble Boys: The True Story of the Replacements", + "url": "https://www.goodreads.com/review/show/5750192874", + "content_text": "πŸ“–: Trouble Boys: The True Story of the Replacements https://www.goodreads.com/review/show/5750192874", + "date_published": "2023-08-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110875129049503259" + ], + "lastTootTimestamp": 1691820206523 + }, + "https://chrishannah.me/most-websites-should-be-served-statically/": { + "id": "https://chrishannah.me/most-websites-should-be-served-statically/", + "title": "πŸ”—: Most websites should be served statically", + "url": "https://chrishannah.me/most-websites-should-be-served-statically/", + "content_text": "πŸ”—: Most websites should be served statically https://chrishannah.me/most-websites-should-be-served-statically/", + "date_published": "2023-08-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110879861955033248" + ], + "lastTootTimestamp": 1691892424916 + }, + "https://robinrendle.com/newsletter/what-makes-a-website-cool/": { + "id": "https://robinrendle.com/newsletter/what-makes-a-website-cool/", + "title": "πŸ”—: What makes a website cool?", + "url": "https://robinrendle.com/newsletter/what-makes-a-website-cool/", + "content_text": "πŸ”—: What makes a website cool? https://robinrendle.com/newsletter/what-makes-a-website-cool/", + "date_published": "2023-08-12T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110880318209555393" + ], + "lastTootTimestamp": 1691899386827 + }, + "https://letterboxd.com/cdme/film/close-encounters-of-the-third-kind/": { + "id": "https://letterboxd.com/cdme/film/close-encounters-of-the-third-kind/", + "title": "πŸŽ₯: Close Encounters of the Third Kind, 1977 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/close-encounters-of-the-third-kind/", + "content_text": "πŸŽ₯: Close Encounters of the Third Kind, 1977 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/close-encounters-of-the-third-kind/", + "date_published": "2023-08-13T19:39:42-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110884563923075587" + ], + "lastTootTimestamp": 1691964171225 + }, + "https://letterboxd.com/cdme/film/they-cloned-tyrone/": { + "id": "https://letterboxd.com/cdme/film/they-cloned-tyrone/", + "title": "πŸŽ₯: They Cloned Tyrone, 2023 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/they-cloned-tyrone/", + "content_text": "πŸŽ₯: They Cloned Tyrone, 2023 - β˜…β˜…β˜…Β½ https://letterboxd.com/cdme/film/they-cloned-tyrone/", + "date_published": "2023-08-14T14:48:43-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110888812229693871" + ], + "lastTootTimestamp": 1692028995281 + }, + "https://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/": { + "id": "https://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/", + "title": "πŸ”—: The Top 10 Web Design Mistakes of 1999", + "url": "https://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/", + "content_text": "πŸ”—: The Top 10 Web Design Mistakes of 1999 https://www.nngroup.com/articles/the-top-ten-web-design-mistakes-of-1999/", + "date_published": "1999-05-29T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110891186066070259" + ], + "lastTootTimestamp": 1692065217123 + }, + "https://www.vulture.com/2022/08/dinosaur-jr-freakscene.html": { + "id": "https://www.vulture.com/2022/08/dinosaur-jr-freakscene.html", + "title": "πŸ”—: Confessions of a Dinosaur Jr. Guy", + "url": "https://www.vulture.com/2022/08/dinosaur-jr-freakscene.html", + "content_text": "πŸ”—: Confessions of a Dinosaur Jr. Guy https://www.vulture.com/2022/08/dinosaur-jr-freakscene.html", + "date_published": "2022-08-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110902049798017665" + ], + "lastTootTimestamp": 1692230984542 + }, + "https://blog.danslimmon.com/2023/08/11/squeeze-the-hell-out-of-the-system-you-have/": { + "id": "https://blog.danslimmon.com/2023/08/11/squeeze-the-hell-out-of-the-system-you-have/", + "title": "πŸ”—: Squeeze the hell out of the system you have", + "url": "https://blog.danslimmon.com/2023/08/11/squeeze-the-hell-out-of-the-system-you-have/", + "content_text": "πŸ”—: Squeeze the hell out of the system you have https://blog.danslimmon.com/2023/08/11/squeeze-the-hell-out-of-the-system-you-have/", + "date_published": "2023-08-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110912404249773724" + ], + "lastTootTimestamp": 1692388980924 + }, + "https://letterboxd.com/cdme/film/pokemon-detective-pikachu/": { + "id": "https://letterboxd.com/cdme/film/pokemon-detective-pikachu/", + "title": "πŸŽ₯: PokΓ©mon Detective Pikachu, 2019 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/pokemon-detective-pikachu/", + "content_text": "πŸŽ₯: PokΓ©mon Detective Pikachu, 2019 - β˜…β˜…β˜… https://letterboxd.com/cdme/film/pokemon-detective-pikachu/", + "date_published": "2023-08-19T19:10:27-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110918537830920481" + ], + "lastTootTimestamp": 1692482571950 + }, + "https://www.goodreads.com/review/show/5773585310": { + "id": "https://www.goodreads.com/review/show/5773585310", + "title": "πŸ“–: Our Band Could Be Your Life: Scenes from the American Indie Underground 1981-1991", + "url": "https://www.goodreads.com/review/show/5773585310", + "content_text": "πŸ“–: Our Band Could Be Your Life: Scenes from the American Indie Underground 1981-1991 https://www.goodreads.com/review/show/5773585310", + "date_published": "2023-08-20T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110919497435922979" + ], + "lastTootTimestamp": 1692497214336 + }, + "https://www.goodreads.com/review/show/5782272228": { + "id": "https://www.goodreads.com/review/show/5782272228", + "title": "πŸ“–: You Deserve a Tech Union", + "url": "https://www.goodreads.com/review/show/5782272228", + "content_text": "πŸ“–: You Deserve a Tech Union https://www.goodreads.com/review/show/5782272228", + "date_published": "2023-08-20T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110923257493441233" + ], + "lastTootTimestamp": 1692554588295 + }, + "https://educatedguesswork.org/posts/wei/": { + "id": "https://educatedguesswork.org/posts/wei/", + "title": "πŸ”—: The endpoint of Web Environment Integrity is a closed Web", + "url": "https://educatedguesswork.org/posts/wei/", + "content_text": "πŸ”—: The endpoint of Web Environment Integrity is a closed Web https://educatedguesswork.org/posts/wei/", + "date_published": "2023-08-18T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110923728490098997" + ], + "lastTootTimestamp": 1692561775159 + }, + "https://www.theprivacywhisperer.com/p/when-human-knowledge-becomes-feedstock": { + "id": "https://www.theprivacywhisperer.com/p/when-human-knowledge-becomes-feedstock", + "title": "πŸ”—: When human knowledge becomes feedstock", + "url": "https://www.theprivacywhisperer.com/p/when-human-knowledge-becomes-feedstock", + "content_text": "πŸ”—: When human knowledge becomes feedstock https://www.theprivacywhisperer.com/p/when-human-knowledge-becomes-feedstock", + "date_published": "2023-08-17T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110924200298923558" + ], + "lastTootTimestamp": 1692568974965 + }, + "https://freddiedeboer.substack.com/p/does-ai-just-suck": { + "id": "https://freddiedeboer.substack.com/p/does-ai-just-suck", + "title": "πŸ”—: Does AI Just Suck?", + "url": "https://freddiedeboer.substack.com/p/does-ai-just-suck", + "content_text": "πŸ”—: Does AI Just Suck? https://freddiedeboer.substack.com/p/does-ai-just-suck", + "date_published": "2023-08-16T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110924700226608343" + ], + "lastTootTimestamp": 1692576602626 + }, + "https://letterboxd.com/cdme/film/freakscene-the-story-of-dinosaur-jr/": { + "id": "", + "title": "πŸŽ₯: Freakscene: The Story of Dinosaur Jr., 2021 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/freakscene-the-story-of-dinosaur-jr/", + "content_text": "πŸŽ₯: Freakscene: The Story of Dinosaur Jr., 2021 - β˜…β˜…β˜…β˜… https://letterboxd.com/cdme/film/freakscene-the-story-of-dinosaur-jr/", + "date_published": "Mon, 21 Aug 2023 00:21:34 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110925160029767169" + ], + "lastTootTimestamp": 1692583618693 + }, + "https://letterboxd.com/cdme/film/thor-love-and-thunder/": { + "id": "", + "title": "πŸŽ₯: Thor: Love and Thunder, 2022 - β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/thor-love-and-thunder/", + "content_text": "πŸŽ₯: Thor: Love and Thunder, 2022 - β˜…β˜… https://letterboxd.com/cdme/film/thor-love-and-thunder/", + "date_published": "Mon, 21 Aug 2023 12:59:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110927975720959558" + ], + "lastTootTimestamp": 1692626582720 + }, + "https://letterboxd.com/cdme/film/unhinged-2020/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdW5oaW5nZWQtMjAyMC8=", + "title": "πŸŽ₯: Unhinged, 2020 - β˜…β˜…Β½ ", + "url": "https://letterboxd.com/cdme/film/unhinged-2020/", + "content_text": "πŸŽ₯: Unhinged, 2020 - β˜…β˜…Β½ https://letterboxd.com/cdme/film/unhinged-2020/", + "date_published": "Mon, 21 Aug 2023 16:43:44 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110928920037055193" + ], + "lastTootTimestamp": 1692640991866 + }, + "https://letterboxd.com/cdme/film/kiss-the-girls/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0va2lzcy10aGUtZ2lybHMv", + "title": "πŸŽ₯: Kiss the Girls, 1997 - β˜…β˜…β˜… ", + "url": "https://letterboxd.com/cdme/film/kiss-the-girls/", + "content_text": "πŸŽ₯: Kiss the Girls, 1997 - β˜…β˜…β˜… ", + "date_published": "Tue, 22 Aug 2023 13:33:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110934110358697654" + ], + "lastTootTimestamp": 1692720189854 + }, + "https://letterboxd.com/cdme/film/along-came-a-spider/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vYWxvbmctY2FtZS1hLXNwaWRlci8=", + "title": "πŸŽ₯: Along Came a Spider, 2001 - β˜…β˜… ", + "url": "https://letterboxd.com/cdme/film/along-came-a-spider/", + "content_text": "πŸŽ₯: Along Came a Spider, 2001 - β˜…β˜… ", + "date_published": "Thu, 24 Aug 2023 19:42:06 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110946378622156067" + ], + "lastTootTimestamp": 1692907388697 + }, + "https://letterboxd.com/cdme/film/sympathy-for-the-devil-2023/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vc3ltcGF0aHktZm9yLXRoZS1kZXZpbC0yMDIzLw==", + "title": "πŸŽ₯: Sympathy for the Devil, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/sympathy-for-the-devil-2023/", + "content_text": "πŸŽ₯: Sympathy for the Devil, 2023 - β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/sympathy-for-the-devil-2023/", + "date_published": "Fri, 25 Aug 2023 21:17:43 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110953008933127659" + ], + "lastTootTimestamp": 1693008559230 + }, + "https://www.goodreads.com/review/show/5799760410": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81Nzk5NzYwNDEw", + "title": "πŸ“–: Helter Skelter: The True Story of the Manson Murders ", + "url": "https://www.goodreads.com/review/show/5799760410", + "content_text": "πŸ“–: Helter Skelter: The True Story of the Manson Murders ", + "date_published": "Sun, 27 Aug 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110962893314942378" + ], + "lastTootTimestamp": 1693159382919 + }, + "https://letterboxd.com/cdme/film/thx-1138/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGh4LTExMzgv", + "title": "πŸŽ₯: THX 1138, 1971 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/thx-1138/", + "content_text": "πŸŽ₯: THX 1138, 1971 - β˜…β˜…β˜…Β½ #Movies #Letterboxd https://letterboxd.com/cdme/film/thx-1138/", + "date_published": "Mon, 28 Aug 2023 00:37:55 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110973746909729794" + ], + "lastTootTimestamp": 1693324995627 + }, + "https://coryd.dev/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9ub3ctcGxheWluZy1lbGV2ZW50eS1uZXRsaWZ5LWVkZ2UtZnVuY3Rpb25zLWVtb2ppLw==", + "title": "πŸ“: Displaying now playing data with matching emoji using Netlify edge functions and Eleventy", + "url": "https://coryd.dev/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji/", + "content_text": "πŸ“: Displaying now playing data with matching emoji using Netlify edge functions and Eleventy #Eleventy #JavaScript https://coryd.dev/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji/", + "date_published": "Fri, 25 Aug 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110973274454732069" + ], + "lastTootTimestamp": 1693317786522 + }, + "https://letterboxd.com/cdme/film/the-cell/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGhlLWNlbGwv", + "title": "πŸŽ₯: The Cell, 2000 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/the-cell/", + "content_text": "πŸŽ₯: The Cell, 2000 - β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/the-cell/", + "date_published": "Mon, 28 Aug 2023 18:23:44 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110969028146274332" + ], + "lastTootTimestamp": 1693252993006 + }, + "https://theoutline.com/post/4029/computer-people-for-peace-history": { + "id": "https://theoutline.com/post/4029/computer-people-for-peace-history", + "title": "πŸ”—: Remembering the ’70s activist group that tried to save us from the tech industry", + "url": "https://theoutline.com/post/4029/computer-people-for-peace-history", + "content_text": "πŸ”—: Remembering the ’70s activist group that tried to save us from the tech industry https://theoutline.com/post/4029/computer-people-for-peace-history", + "date_published": "2018-04-02T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110972806310987808" + ], + "lastTootTimestamp": 1693310644212 + }, + "https://letterboxd.com/cdme/film/fast-color/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vZmFzdC1jb2xvci8=", + "title": "πŸŽ₯: Fast Color, 2018 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/fast-color/", + "content_text": "πŸŽ₯: Fast Color, 2018 - β˜…β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/fast-color/", + "date_published": "Tue, 29 Aug 2023 15:24:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110974218982874341" + ], + "lastTootTimestamp": 1693332198876 + }, + "https://robinrendle.com/notes/why-are-websites-embarrassing/": { + "id": "aHR0cHM6Ly9yb2JpbnJlbmRsZS5jb20vbm90ZXMvd2h5LWFyZS13ZWJzaXRlcy1lbWJhcnJhc3Npbmcv", + "title": "πŸ”—: Why are websites embarrassing?", + "url": "https://robinrendle.com/notes/why-are-websites-embarrassing/", + "content_text": "πŸ”—: Why are websites embarrassing? https://robinrendle.com/notes/why-are-websites-embarrassing/", + "date_published": "Tue, 29 Aug 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110974690538252715" + ], + "lastTootTimestamp": 1693339394277 + }, + "https://chriscoyier.net/2023/08/01/other-peoples-busted-software-is-an-opportunity/": { + "id": "https://chriscoyier.net/2023/08/01/other-peoples-busted-software-is-an-opportunity/", + "title": "πŸ”—: Other People’s Busted Software is an Opportunity", + "url": "https://chriscoyier.net/2023/08/01/other-peoples-busted-software-is-an-opportunity/", + "content_text": "πŸ”—: Other People’s Busted Software is an Opportunity https://chriscoyier.net/2023/08/01/other-peoples-busted-software-is-an-opportunity/", + "date_published": "2023-08-01T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110975161381008290" + ], + "lastTootTimestamp": 1693346578760 + }, + "https://esif.dev/": { + "id": "aHR0cHM6Ly9lc2lmLmRldi8=", + "title": "πŸ”—: Educational Sensational Inspirational Foundational", + "url": "https://esif.dev/", + "content_text": "πŸ”—: Educational Sensational Inspirational Foundational #WebDev https://esif.dev/", + "date_published": "Tue, 29 Aug 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110975662034079697" + ], + "lastTootTimestamp": 1693354218109 + }, + "https://letterboxd.com/cdme/film/indiana-jones-and-the-dial-of-destiny/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vaW5kaWFuYS1qb25lcy1hbmQtdGhlLWRpYWwtb2YtZGVzdGlueS8=", + "title": "πŸŽ₯: Indiana Jones and the Dial of Destiny, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/indiana-jones-and-the-dial-of-destiny/", + "content_text": "πŸŽ₯: Indiana Jones and the Dial of Destiny, 2023 - β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/indiana-jones-and-the-dial-of-destiny/", + "date_published": "Sat, 02 Sep 2023 18:21:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/110997338399891284" + ], + "lastTootTimestamp": 1693684973211 + }, + "https://coryd.dev/posts/2023/drying-up-now-page-templates-eleventy/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9kcnlpbmctdXAtbm93LXBhZ2UtdGVtcGxhdGVzLWVsZXZlbnR5Lw==", + "title": "πŸ“: Drying up now page templates and normalizing data in Eleventy", + "url": "https://coryd.dev/posts/2023/drying-up-now-page-templates-eleventy/", + "content_text": "πŸ“: Drying up now page templates and normalizing data in Eleventy #Eleventy #WebDev #JavaScript https://coryd.dev/posts/2023/drying-up-now-page-templates-eleventy/", + "date_published": "Sun, 03 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111002529775542767" + ], + "lastTootTimestamp": 1693764187299 + }, + "https://everythingchanges.us/blog/no-one-is-non-technical/": { + "id": "https://everythingchanges.us/blog/no-one-is-non-technical/", + "title": "πŸ”—: No one is "non-technical"", + "url": "https://everythingchanges.us/blog/no-one-is-non-technical/", + "content_text": "πŸ”—: No one is "non-technical" https://everythingchanges.us/blog/no-one-is-non-technical/", + "date_published": "2022-10-13T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/111004438812576168" + ], + "lastTootTimestamp": 1693793316886 + }, + "https://letterboxd.com/cdme/film/kandahar-2023/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0va2FuZGFoYXItMjAyMy8=", + "title": "πŸŽ₯: Kandahar, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/kandahar-2023/", + "content_text": "πŸŽ₯: Kandahar, 2023 - β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/kandahar-2023/", + "date_published": "Mon, 04 Sep 2023 14:40:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111007721089970706" + ], + "lastTootTimestamp": 1693843400541 + }, + "https://letterboxd.com/cdme/film/hypnotic-2023/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vaHlwbm90aWMtMjAyMy8=", + "title": "πŸŽ₯: Hypnotic, 2023 - β˜…", + "url": "https://letterboxd.com/cdme/film/hypnotic-2023/", + "content_text": "πŸŽ₯: Hypnotic, 2023 - β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/hypnotic-2023/", + "date_published": "Tue, 05 Sep 2023 12:50:41 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111013587777979312" + ], + "lastTootTimestamp": 1693932919207 + }, + "https://www.goodreads.com/review/show/5753145894": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81NzUzMTQ1ODk0", + "title": "πŸ“–: The Internet Con: How to Seize the Means of Computation", + "url": "https://www.goodreads.com/review/show/5753145894", + "content_text": "πŸ“–: The Internet Con: How to Seize the Means of Computation https://www.goodreads.com/review/show/5753145894", + "date_published": "Tue, 05 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111014798185363412" + ], + "lastTootTimestamp": 1693951388419 + }, + "https://coryd.dev/posts/2023/on-imposter-syndrom/": { + "id": "", + "title": "πŸ“: On imposter syndrome", + "url": "https://coryd.dev/posts/2023/on-imposter-syndrom/", + "content_text": "πŸ“: On imposter syndrome https://coryd.dev/posts/2023/on-imposter-syndrom/", + "date_published": "Wed, 06 Sep 2023 00:00:00 +0000", + "toots": [] + }, + "https://coryd.dev/posts/2023/now-page-grouping-episodes-of-same-show/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9ub3ctcGFnZS1ncm91cGluZy1lcGlzb2Rlcy1vZi1zYW1lLXNob3cv", + "title": "πŸ“: Now page: grouping episodes of the same tv show", + "url": "https://coryd.dev/posts/2023/now-page-grouping-episodes-of-same-show/", + "content_text": "πŸ“: Now page: grouping episodes of the same tv show #JavaScript #Eleventy #WebDev https://coryd.dev/posts/2023/now-page-grouping-episodes-of-same-show/", + "date_published": "Wed, 06 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111020959892237619" + ], + "lastTootTimestamp": 1694045408592 + }, + "https://coryd.dev/posts/2023/on-imposter-syndrome/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9vbi1pbXBvc3Rlci1zeW5kcm9tZS8=", + "title": "πŸ“: On imposter syndrome", + "url": "https://coryd.dev/posts/2023/on-imposter-syndrome/", + "content_text": "πŸ“: On imposter syndrome #WebDev https://coryd.dev/posts/2023/on-imposter-syndrome/", + "date_published": "Wed, 06 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111021423046741025" + ], + "lastTootTimestamp": 1694052475758 + }, + "https://letterboxd.com/cdme/film/the-ninth-gate/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGhlLW5pbnRoLWdhdGUv", + "title": "πŸŽ₯: The Ninth Gate, 1999 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-ninth-gate/", + "content_text": "πŸŽ₯: The Ninth Gate, 1999 - β˜…β˜…β˜…Β½ #Movies #Letterboxd https://letterboxd.com/cdme/film/the-ninth-gate/", + "date_published": "Thu, 07 Sep 2023 02:52:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111021876328935792" + ], + "lastTootTimestamp": 1694059392306 + }, + "https://thehistoryoftheweb.com/postscript/aol-pretends-to-be-the-internet/": { + "id": "aHR0cHM6Ly90aGVoaXN0b3J5b2Z0aGV3ZWIuY29tL3Bvc3RzY3JpcHQvYW9sLXByZXRlbmRzLXRvLWJlLXRoZS1pbnRlcm5ldC8=", + "title": "πŸ”—: AOL Pretends to be the Internet", + "url": "https://thehistoryoftheweb.com/postscript/aol-pretends-to-be-the-internet/", + "content_text": "πŸ”—: AOL Pretends to be the Internet #Tech https://thehistoryoftheweb.com/postscript/aol-pretends-to-be-the-internet/", + "date_published": "Wed, 06 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111024707859241046" + ], + "lastTootTimestamp": 1694102598027 + }, + "https://blog.kagi.com/small-web": { + "id": "aHR0cHM6Ly9ibG9nLmthZ2kuY29tL3NtYWxsLXdlYg==", + "title": "πŸ”—: Kagi Small Web", + "url": "https://blog.kagi.com/small-web", + "content_text": "πŸ”—: Kagi Small Web #Tech https://blog.kagi.com/small-web", + "date_published": "Thu, 07 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111025179776119237" + ], + "lastTootTimestamp": 1694109798910 + }, + "https://jeanhsu.substack.com/p/ask-vs-guess-culture": { + "id": "aHR0cHM6Ly9qZWFuaHN1LnN1YnN0YWNrLmNvbS9wL2Fzay12cy1ndWVzcy1jdWx0dXJl", + "title": "πŸ”—: Ask vs guess culture", + "url": "https://jeanhsu.substack.com/p/ask-vs-guess-culture", + "content_text": "πŸ”—: Ask vs guess culture #Tech https://jeanhsu.substack.com/p/ask-vs-guess-culture", + "date_published": "Fri, 08 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111030841734148750" + ], + "lastTootTimestamp": 1694196193472 + }, + "https://www.spin.com/2013/06/hold-my-life-bob-stinson-the-replacements-interview-june-1993/": { + "id": "aHR0cHM6Ly93d3cuc3Bpbi5jb20vMjAxMy8wNi9ob2xkLW15LWxpZmUtYm9iLXN0aW5zb24tdGhlLXJlcGxhY2VtZW50cy1pbnRlcnZpZXctanVuZS0xOTkzLw==", + "title": "πŸ”—: Hold My Life: Bob Stinson's Regrets", + "url": "https://www.spin.com/2013/06/hold-my-life-bob-stinson-the-replacements-interview-june-1993/", + "content_text": "πŸ”—: Hold My Life: Bob Stinson's Regrets #Music https://www.spin.com/2013/06/hold-my-life-bob-stinson-the-replacements-interview-june-1993/", + "date_published": "Fri, 08 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111031313452081721" + ], + "lastTootTimestamp": 1694203391371 + }, + "https://ez.substack.com/p/the-rot-economy": { + "id": "aHR0cHM6Ly9lei5zdWJzdGFjay5jb20vcC90aGUtcm90LWVjb25vbXk=", + "title": "πŸ”—: The Rot Economy", + "url": "https://ez.substack.com/p/the-rot-economy", + "content_text": "πŸ”—: The Rot Economy #Tech https://ez.substack.com/p/the-rot-economy", + "date_published": "Fri, 08 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111031784630923478" + ], + "lastTootTimestamp": 1694210580994 + }, + "https://chriscoyier.net/2023/08/30/the-state-of-api-powered-publishing-to-social-media-networks/": { + "id": "aHR0cHM6Ly9jaHJpc2NveWllci5uZXQvMjAyMy8wOC8zMC90aGUtc3RhdGUtb2YtYXBpLXBvd2VyZWQtcHVibGlzaGluZy10by1zb2NpYWwtbWVkaWEtbmV0d29ya3Mv", + "title": "πŸ”—: The State of API-Powered Publishing to Social Media Networks", + "url": "https://chriscoyier.net/2023/08/30/the-state-of-api-powered-publishing-to-social-media-networks/", + "content_text": "πŸ”—: The State of API-Powered Publishing to Social Media Networks #WebDev #Tech https://chriscoyier.net/2023/08/30/the-state-of-api-powered-publishing-to-social-media-networks/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111032741210021658" + ], + "lastTootTimestamp": 1694225177238 + }, + "https://css-tricks.com/the-great-divide/": { + "id": "aHR0cHM6Ly9jc3MtdHJpY2tzLmNvbS90aGUtZ3JlYXQtZGl2aWRlLw==", + "title": "πŸ”—: The Great Divide", + "url": "https://css-tricks.com/the-great-divide/", + "content_text": "πŸ”—: The Great Divide #Tech https://css-tricks.com/the-great-divide/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111033200801219796" + ], + "lastTootTimestamp": 1694232190042 + }, + "https://mxb.dev/blog/the-css-mindset/": { + "id": "aHR0cHM6Ly9teGIuZGV2L2Jsb2cvdGhlLWNzcy1taW5kc2V0Lw==", + "title": "πŸ”—: The CSS Mindset", + "url": "https://mxb.dev/blog/the-css-mindset/", + "content_text": "πŸ”—: The CSS Mindset #WebDev https://mxb.dev/blog/the-css-mindset/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111033672731160973" + ], + "lastTootTimestamp": 1694239391105 + }, + "https://matthiasott.com/articles/into-the-personal-website-verse": { + "id": "aHR0cHM6Ly9tYXR0aGlhc290dC5jb20vYXJ0aWNsZXMvaW50by10aGUtcGVyc29uYWwtd2Vic2l0ZS12ZXJzZQ==", + "title": "πŸ”—: Into the Personal-Website-Verse", + "url": "https://matthiasott.com/articles/into-the-personal-website-verse", + "content_text": "πŸ”—: Into the Personal-Website-Verse #WebDev #Tech https://matthiasott.com/articles/into-the-personal-website-verse", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111035089649443076" + ], + "lastTootTimestamp": 1694261011583 + }, + "https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/": { + "id": "aHR0cHM6Ly93d3cuc21hc2hpbmdtYWdhemluZS5jb20vMjAxNS8xMS9tb2Rlcm4tc3RhdGljLXdlYnNpdGUtZ2VuZXJhdG9ycy1uZXh0LWJpZy10aGluZy8=", + "title": "πŸ”—: Why Static Site Generators Are The Next Big Thing", + "url": "https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/", + "content_text": "πŸ”—: Why Static Site Generators Are The Next Big Thing #WebDev https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111034615508873639" + ], + "lastTootTimestamp": 1694253776752 + }, + "https://aerotwist.com/blog/react-plus-performance-equals-what/": { + "id": "aHR0cHM6Ly9hZXJvdHdpc3QuY29tL2Jsb2cvcmVhY3QtcGx1cy1wZXJmb3JtYW5jZS1lcXVhbHMtd2hhdC8=", + "title": "πŸ”—: React + Performance = ?", + "url": "https://aerotwist.com/blog/react-plus-performance-equals-what/", + "content_text": "πŸ”—: React + Performance = ? #WebDev https://aerotwist.com/blog/react-plus-performance-equals-what/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111034145985090643" + ], + "lastTootTimestamp": 1694246612397 + }, + "https://bradfrost.com/blog/post/front-of-the-front-end-and-back-of-the-front-end-web-development/": { + "id": "aHR0cHM6Ly9icmFkZnJvc3QuY29tL2Jsb2cvcG9zdC9mcm9udC1vZi10aGUtZnJvbnQtZW5kLWFuZC1iYWNrLW9mLXRoZS1mcm9udC1lbmQtd2ViLWRldmVsb3BtZW50Lw==", + "title": "πŸ”—: Front-of-the-front-end and back-of-the-front-end web development", + "url": "https://bradfrost.com/blog/post/front-of-the-front-end-and-back-of-the-front-end-web-development/", + "content_text": "πŸ”—: Front-of-the-front-end and back-of-the-front-end web development #WebDev https://bradfrost.com/blog/post/front-of-the-front-end-and-back-of-the-front-end-web-development/", + "date_published": "Sun, 10 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111038416163363904" + ], + "lastTootTimestamp": 1694311770128 + }, + "https://brutalist-web.design/": { + "id": "aHR0cHM6Ly9icnV0YWxpc3Qtd2ViLmRlc2lnbi8=", + "title": "πŸ”—: Brutalist Web Design", + "url": "https://brutalist-web.design/", + "content_text": "πŸ”—: Brutalist Web Design #WebDev https://brutalist-web.design/", + "date_published": "Sat, 09 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111038862870621908" + ], + "lastTootTimestamp": 1694318586335 + }, + "https://letterboxd.com/cdme/film/the-wolf-of-wall-street/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGhlLXdvbGYtb2Ytd2FsbC1zdHJlZXQv", + "title": "πŸŽ₯: The Wolf of Wall Street, 2013 - β˜…β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-wolf-of-wall-street/", + "content_text": "πŸŽ₯: The Wolf of Wall Street, 2013 - β˜…β˜…β˜…Β½ #Movies #Letterboxd https://letterboxd.com/cdme/film/the-wolf-of-wall-street/", + "date_published": "Sun, 10 Sep 2023 18:48:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111042637315260729" + ], + "lastTootTimestamp": 1694376179790 + }, + "https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9zZW1pLWF1dG9tYXRlZC1oYXNodGFncy1zeW5kaWNhdGVkLXBvc3RzLw==", + "title": "πŸ“: Semi-automated hashtags for syndicated posts", + "url": "https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/", + "content_text": "πŸ“: Semi-automated hashtags for syndicated posts #Eleventy #WebDev https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/", + "date_published": "Sun, 10 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111043109391870235" + ], + "lastTootTimestamp": 1694383383117 + }, + "https://letterboxd.com/cdme/film/logan-2017/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vbG9nYW4tMjAxNy8=", + "title": "πŸŽ₯: Logan, 2017 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/logan-2017/", + "content_text": "πŸŽ₯: Logan, 2017 - β˜…β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/logan-2017/", + "date_published": "Mon, 11 Sep 2023 15:45:59 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111047829086004368" + ], + "lastTootTimestamp": 1694455399923 + }, + "https://letterboxd.com/cdme/film/instrument-1999/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vaW5zdHJ1bWVudC0xOTk5Lw==", + "title": "πŸŽ₯: Instrument, 1999 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/instrument-1999/", + "content_text": "πŸŽ₯: Instrument, 1999 - β˜…β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/instrument-1999/", + "date_published": "Mon, 11 Sep 2023 18:53:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111048300436457850" + ], + "lastTootTimestamp": 1694462592166 + }, + "https://getmatter.com/email/31069711/?token=31069711%3AQ0xnAYrBs9YZkjgPZU_pgcLyjKQ": { + "id": "aHR0cHM6Ly9nZXRtYXR0ZXIuY29tL2VtYWlsLzMxMDY5NzExLz90b2tlbj0zMTA2OTcxMSUzQVEweG5BWXJCczlZWmtqZ1BaVV9wZ2NMeWpLUQ==", + "title": "πŸ”—: Elon Musk Is Dangerous To Society", + "url": "https://getmatter.com/email/31069711/?token=31069711%3AQ0xnAYrBs9YZkjgPZU_pgcLyjKQ", + "content_text": "πŸ”—: Elon Musk Is Dangerous To Society #Tech https://getmatter.com/email/31069711/?token=31069711%3AQ0xnAYrBs9YZkjgPZU_pgcLyjKQ", + "date_published": "Wed, 13 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111061058972227105" + ], + "lastTootTimestamp": 1694657271964 + }, + "https://www.goodreads.com/review/show/5840506477": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODQwNTA2NDc3", + "title": "πŸ“–: Surviving Change at Work", + "url": "https://www.goodreads.com/review/show/5840506477", + "content_text": "πŸ“–: Surviving Change at Work #Books #Reading https://www.goodreads.com/review/show/5840506477", + "date_published": "Wed, 13 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111061512492442972" + ], + "lastTootTimestamp": 1694664192255 + }, + "https://www.goodreads.com/review/show/5840498061": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODQwNDk4MDYx", + "title": "πŸ“–: Monopolized: Life in the Age of Corporate Power", + "url": "https://www.goodreads.com/review/show/5840498061", + "content_text": "πŸ“–: Monopolized: Life in the Age of Corporate Power https://www.goodreads.com/review/show/5840498061", + "date_published": "Thu, 14 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111064815764320955" + ], + "lastTootTimestamp": 1694714596091 + }, + "https://www.latimes.com/politics/story/2023-09-14/california-bill-delete-online-personal-data": { + "id": "aHR0cHM6Ly93d3cubGF0aW1lcy5jb20vcG9saXRpY3Mvc3RvcnkvMjAyMy0wOS0xNC9jYWxpZm9ybmlhLWJpbGwtZGVsZXRlLW9ubGluZS1wZXJzb25hbC1kYXRh", + "title": "πŸ”—: California lawmakers pass bill to make it easier to delete online personal data", + "url": "https://www.latimes.com/politics/story/2023-09-14/california-bill-delete-online-personal-data", + "content_text": "πŸ”—: California lawmakers pass bill to make it easier to delete online personal data #Tech https://www.latimes.com/politics/story/2023-09-14/california-bill-delete-online-personal-data", + "date_published": "Fri, 15 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111070950061830696" + ], + "lastTootTimestamp": 1694808198071 + }, + "https://letterboxd.com/cdme/film/talk-to-me-2022/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGFsay10by1tZS0yMDIyLw==", + "title": "πŸŽ₯: Talk to Me, 2022 - β˜…β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/talk-to-me-2022/", + "content_text": "πŸŽ₯: Talk to Me, 2022 - β˜…β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/talk-to-me-2022/", + "date_published": "Sun, 17 Sep 2023 03:38:06 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111078970958945503" + ], + "lastTootTimestamp": 1694930587226 + }, + "https://heather-buchel.com/blog/2023/09/the-js-community-on-twitter-is-dead/": { + "id": "aHR0cHM6Ly9oZWF0aGVyLWJ1Y2hlbC5jb20vYmxvZy8yMDIzLzA5L3RoZS1qcy1jb21tdW5pdHktb24tdHdpdHRlci1pcy1kZWFkLw==", + "title": "πŸ”—: The JS community on Twitter is dead.", + "url": "https://heather-buchel.com/blog/2023/09/the-js-community-on-twitter-is-dead/", + "content_text": "πŸ”—: The JS community on Twitter is dead. #WebDev https://heather-buchel.com/blog/2023/09/the-js-community-on-twitter-is-dead/", + "date_published": "Sun, 17 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111082273728595680" + ], + "lastTootTimestamp": 1694980983503 + }, + "https://jdotc.xyz/blog/developer-productivity/": { + "id": "aHR0cHM6Ly9qZG90Yy54eXovYmxvZy9kZXZlbG9wZXItcHJvZHVjdGl2aXR5Lw==", + "title": "πŸ”—: Customer Focus is Paramount in Measuring Developer Productivity", + "url": "https://jdotc.xyz/blog/developer-productivity/", + "content_text": "πŸ”—: Customer Focus is Paramount in Measuring Developer Productivity #WebDev https://jdotc.xyz/blog/developer-productivity/", + "date_published": "Sun, 17 Sep 2023 21:49:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111083246814148579" + ], + "lastTootTimestamp": 1694995831573 + }, + "https://localghost.dev/blog/ai-and-the-trouble-with-inaccessible-saas/": { + "id": "aHR0cHM6Ly9sb2NhbGdob3N0LmRldi9ibG9nL2FpLWFuZC10aGUtdHJvdWJsZS13aXRoLWluYWNjZXNzaWJsZS1zYWFzLw==", + "title": "πŸ”—: "AI", and the trouble with inaccessible SaaS", + "url": "https://localghost.dev/blog/ai-and-the-trouble-with-inaccessible-saas/", + "content_text": "πŸ”—: "AI", and the trouble with inaccessible SaaS #WebDev https://localghost.dev/blog/ai-and-the-trouble-with-inaccessible-saas/", + "date_published": "Mon, 18 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111084161528045966" + ], + "lastTootTimestamp": 1695009789028 + }, + "https://blog.thecodewhisperer.com/permalink/which-kinds-of-tests-should-i-write-revisited": { + "id": "aHR0cHM6Ly9ibG9nLnRoZWNvZGV3aGlzcGVyZXIuY29tL3Blcm1hbGluay93aGljaC1raW5kcy1vZi10ZXN0cy1zaG91bGQtaS13cml0ZS1yZXZpc2l0ZWQ=", + "title": "πŸ”—: Which Kinds of Tests Should I Write? Revisited", + "url": "https://blog.thecodewhisperer.com/permalink/which-kinds-of-tests-should-i-write-revisited", + "content_text": "πŸ”—: Which Kinds of Tests Should I Write? Revisited #WebDev https://blog.thecodewhisperer.com/permalink/which-kinds-of-tests-should-i-write-revisited", + "date_published": "Mon, 18 Sep 2023 15:14:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111087465564848773" + ], + "lastTootTimestamp": 1695060204616 + }, + "https://www.goodreads.com/review/show/5852764098": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUyNzY0MDk4", + "title": "πŸ“–: Number Go Up: Inside Crypto's Wild Rise and Staggering Fall", + "url": "https://www.goodreads.com/review/show/5852764098", + "content_text": "πŸ“–: Number Go Up: Inside Crypto's Wild Rise and Staggering Fall https://www.goodreads.com/review/show/5852764098", + "date_published": "Wed, 20 Sep 2023 00:59:41 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111095486324165663" + ], + "lastTootTimestamp": 1695182591713 + }, + "https://www.goodreads.com/review/show/5853791826": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUzNzkxODI2", + "title": "πŸ“–: Let's Go", + "url": "https://www.goodreads.com/review/show/5853791826", + "content_text": "πŸ“–: Let's Go https://www.goodreads.com/review/show/5853791826", + "date_published": "Tue, 19 Sep 2023 22:55:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111095959954488602" + ], + "lastTootTimestamp": 1695189818704 + }, + "https://pxlnv.com/linklog/stream-buy-music/": { + "id": "aHR0cHM6Ly9weGxudi5jb20vbGlua2xvZy9zdHJlYW0tYnV5LW11c2ljLw==", + "title": "πŸ”—: 'It Is Possible to Both Stream and Buy Music'", + "url": "https://pxlnv.com/linklog/stream-buy-music/", + "content_text": "πŸ”—: 'It Is Possible to Both Stream and Buy Music' https://pxlnv.com/linklog/stream-buy-music/", + "date_published": "Tue, 19 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111095035261424022" + ], + "lastTootTimestamp": 1695175709006 + }, + "https://letterboxd.com/cdme/film/the-popes-exorcist/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGhlLXBvcGVzLWV4b3JjaXN0Lw==", + "title": "πŸŽ₯: The Pope's Exorcist, 2023 - β˜…β˜…Β½", + "url": "https://letterboxd.com/cdme/film/the-popes-exorcist/", + "content_text": "πŸŽ₯: The Pope's Exorcist, 2023 - β˜…β˜…Β½ #Movies #Letterboxd https://letterboxd.com/cdme/film/the-popes-exorcist/", + "date_published": "Sun, 24 Sep 2023 18:44:37 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111122381254331802" + ], + "lastTootTimestamp": 1695592976294 + }, + "https://www.goodreads.com/review/show/5756830605": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81NzU2ODMwNjA1", + "title": "πŸ“–: Girl in a Band", + "url": "https://www.goodreads.com/review/show/5756830605", + "content_text": "πŸ“–: Girl in a Band https://www.goodreads.com/review/show/5756830605", + "date_published": "Sun, 24 Sep 2023 16:58:44 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111121909989062546" + ], + "lastTootTimestamp": 1695585784802 + }, + "https://letterboxd.com/cdme/film/blue-beetle/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vYmx1ZS1iZWV0bGUv", + "title": "πŸŽ₯: Blue Beetle, 2023 - β˜…β˜…β˜…", + "url": "https://letterboxd.com/cdme/film/blue-beetle/", + "content_text": "πŸŽ₯: Blue Beetle, 2023 - β˜…β˜…β˜… #Movies #Letterboxd https://letterboxd.com/cdme/film/blue-beetle/", + "date_published": "Tue, 26 Sep 2023 15:49:48 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111132763329249418" + ], + "lastTootTimestamp": 1695751393644 + }, + "https://dev.to/thejaredwilcurt/bun-hype-how-we-learned-nothing-from-yarn-2n3j": { + "id": "aHR0cHM6Ly9kZXYudG8vdGhlamFyZWR3aWxjdXJ0L2J1bi1oeXBlLWhvdy13ZS1sZWFybmVkLW5vdGhpbmctZnJvbS15YXJuLTJuM2o=", + "title": "πŸ“°: Bun hype. How we learned nothing from Yarn", + "url": "https://dev.to/thejaredwilcurt/bun-hype-how-we-learned-nothing-from-yarn-2n3j", + "content_text": "πŸ“°: Bun hype. How we learned nothing from Yarn #WebDev https://dev.to/thejaredwilcurt/bun-hype-how-we-learned-nothing-from-yarn-2n3j", + "date_published": "Wed, 27 Sep 2023 17:01:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111134207149273700" + ], + "lastTootTimestamp": 1695773424612 + }, + "https://herman.bearblog.dev/the-frustration-loop/": { + "id": "aHR0cHM6Ly9oZXJtYW4uYmVhcmJsb2cuZGV2L3RoZS1mcnVzdHJhdGlvbi1sb29wLw==", + "title": "πŸ“°: The Frustration Loop", + "url": "https://herman.bearblog.dev/the-frustration-loop/", + "content_text": "πŸ“°: The Frustration Loop #WebDev https://herman.bearblog.dev/the-frustration-loop/", + "date_published": "Wed, 27 Sep 2023 17:01:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111134673703549176" + ], + "lastTootTimestamp": 1695780543625 + }, + "https://medium.com/reloading/javascript-start-up-performance-69200f43b201": { + "id": "aHR0cHM6Ly9tZWRpdW0uY29tL3JlbG9hZGluZy9qYXZhc2NyaXB0LXN0YXJ0LXVwLXBlcmZvcm1hbmNlLTY5MjAwZjQzYjIwMQ==", + "title": "πŸ“°: JavaScript Start-up Performance", + "url": "https://medium.com/reloading/javascript-start-up-performance-69200f43b201", + "content_text": "πŸ“°: JavaScript Start-up Performance #WebDev https://medium.com/reloading/javascript-start-up-performance-69200f43b201", + "date_published": "Wed, 27 Sep 2023 17:01:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111135122428198286" + ], + "lastTootTimestamp": 1695787390635 + }, + "https://coryd.dev/posts/2023/it-is-possible-to-both-stream-and-buy-music/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9pdC1pcy1wb3NzaWJsZS10by1ib3RoLXN0cmVhbS1hbmQtYnV5LW11c2ljLw==", + "title": "πŸ“: 'It Is Possible to Both Stream and Buy Music'", + "url": "https://coryd.dev/posts/2023/it-is-possible-to-both-stream-and-buy-music/", + "content_text": "πŸ“: 'It Is Possible to Both Stream and Buy Music' #Music https://coryd.dev/posts/2023/it-is-possible-to-both-stream-and-buy-music/", + "date_published": "Tue, 19 Sep 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111138425819164288" + ], + "lastTootTimestamp": 1695837796351 + }, + "https://www.robinrendle.com/notes/vibe-driven-development/": { + "id": "aHR0cHM6Ly93d3cucm9iaW5yZW5kbGUuY29tL25vdGVzL3ZpYmUtZHJpdmVuLWRldmVsb3BtZW50Lw==", + "title": "πŸ“°: Vibe Driven Development", + "url": "https://www.robinrendle.com/notes/vibe-driven-development/", + "content_text": "πŸ“°: Vibe Driven Development #WebDev https://www.robinrendle.com/notes/vibe-driven-development/", + "date_published": "Thu, 28 Sep 2023 03:21:41 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111141258014934425" + ], + "lastTootTimestamp": 1695881012270 + }, + "https://www.goodreads.com/review/show/5850594500": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUwNTk0NTAw", + "title": "πŸ“–: Blood in the Machine: The Origins of the Rebellion Against Big Tech", + "url": "https://www.goodreads.com/review/show/5850594500", + "content_text": "πŸ“–: Blood in the Machine: The Origins of the Rebellion Against Big Tech https://www.goodreads.com/review/show/5850594500", + "date_published": "Thu, 28 Sep 2023 15:27:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111144088085954309" + ], + "lastTootTimestamp": 1695924195685 + }, + "https://blog.medium.com/default-no-to-ai-training-on-your-stories-abb5b4589c8": { + "id": "aHR0cHM6Ly9ibG9nLm1lZGl1bS5jb20vZGVmYXVsdC1uby10by1haS10cmFpbmluZy1vbi15b3VyLXN0b3JpZXMtYWJiNWI0NTg5Yzg=", + "title": "πŸ“°: Default No to AI Training on Your Stories", + "url": "https://blog.medium.com/default-no-to-ai-training-on-your-stories-abb5b4589c8", + "content_text": "πŸ“°: Default No to AI Training on Your Stories #Tech https://blog.medium.com/default-no-to-ai-training-on-your-stories-abb5b4589c8", + "date_published": "Thu, 28 Sep 2023 22:34:23 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111145531223872742" + ], + "lastTootTimestamp": 1695946216272 + }, + "https://futurism.com/critics-microsoft-water-train-ai-drought": { + "id": "aHR0cHM6Ly9mdXR1cmlzbS5jb20vY3JpdGljcy1taWNyb3NvZnQtd2F0ZXItdHJhaW4tYWktZHJvdWdodA==", + "title": "πŸ“°: Critics Furious Microsoft Is Training AI by Sucking Up Water During Drought", + "url": "https://futurism.com/critics-microsoft-water-train-ai-drought", + "content_text": "πŸ“°: Critics Furious Microsoft Is Training AI by Sucking Up Water During Drought #Tech https://futurism.com/critics-microsoft-water-train-ai-drought", + "date_published": "Mon, 02 Oct 2023 00:30:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111162986579999044" + ], + "lastTootTimestamp": 1696212563855 + }, + "https://trakt.tv/movies/blue-beetle-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYmx1ZS1iZWV0bGUtMjAyMw==", + "title": "πŸŽ₯: Blue Beetle", + "url": "https://trakt.tv/movies/blue-beetle-2023", + "content_text": "πŸŽ₯: Blue Beetle #Movies #Watching #Trakt https://trakt.tv/movies/blue-beetle-2023", + "date_published": "Tue, 26 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111168648467862356" + ], + "lastTootTimestamp": 1696298957397 + }, + "https://trakt.tv/movies/the-pope-s-exorcist-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXBvcGUtcy1leG9yY2lzdC0yMDIz", + "title": "πŸŽ₯: The Pope's Exorcist", + "url": "https://trakt.tv/movies/the-pope-s-exorcist-2023", + "content_text": "πŸŽ₯: The Pope's Exorcist #Movies #Watching #Trakt https://trakt.tv/movies/the-pope-s-exorcist-2023", + "date_published": "Sun, 24 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111169570187488527" + ], + "lastTootTimestamp": 1696313021729 + }, + "https://trakt.tv/movies/talk-to-me-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGFsay10by1tZS0yMDIz", + "title": "πŸŽ₯: Talk to Me", + "url": "https://trakt.tv/movies/talk-to-me-2023", + "content_text": "πŸŽ₯: Talk to Me #Movies #Watching #Trakt https://trakt.tv/movies/talk-to-me-2023", + "date_published": "Sat, 16 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111167680033142563" + ], + "lastTootTimestamp": 1696284180259 + }, + "https://trakt.tv/movies/instrument-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaW5zdHJ1bWVudC0xOTk5", + "title": "πŸŽ₯: Instrument", + "url": "https://trakt.tv/movies/instrument-1999", + "content_text": "πŸŽ₯: Instrument #Movies #Watching #Trakt https://trakt.tv/movies/instrument-1999", + "date_published": "Mon, 11 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111170511505915664" + ], + "lastTootTimestamp": 1696327385087 + }, + "https://trakt.tv/movies/logan-2017": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbG9nYW4tMjAxNw==", + "title": "πŸŽ₯: Logan", + "url": "https://trakt.tv/movies/logan-2017", + "content_text": "πŸŽ₯: Logan #Movies #Watching #Trakt https://trakt.tv/movies/logan-2017", + "date_published": "Mon, 11 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111169097121004227" + ], + "lastTootTimestamp": 1696305803331 + }, + "https://trakt.tv/movies/the-wolf-of-wall-street-2013": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXdvbGYtb2Ytd2FsbC1zdHJlZXQtMjAxMw==", + "title": "πŸŽ₯: The Wolf of Wall Street", + "url": "https://trakt.tv/movies/the-wolf-of-wall-street-2013", + "content_text": "πŸŽ₯: The Wolf of Wall Street #Movies #Watching #Trakt https://trakt.tv/movies/the-wolf-of-wall-street-2013", + "date_published": "Sun, 10 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111168181928708166" + ], + "lastTootTimestamp": 1696291838597 + }, + "https://trakt.tv/movies/the-ninth-gate-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLW5pbnRoLWdhdGUtMTk5OQ==", + "title": "πŸŽ₯: The Ninth Gate", + "url": "https://trakt.tv/movies/the-ninth-gate-1999", + "content_text": "πŸŽ₯: The Ninth Gate #Movies #Watching #Trakt https://trakt.tv/movies/the-ninth-gate-1999", + "date_published": "Wed, 06 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111167209074587616" + ], + "lastTootTimestamp": 1696276994025 + }, + "https://trakt.tv/movies/hypnotic-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaHlwbm90aWMtMjAyMw==", + "title": "πŸŽ₯: Hypnotic", + "url": "https://trakt.tv/movies/hypnotic-2023", + "content_text": "πŸŽ₯: Hypnotic #Movies #Watching #Trakt https://trakt.tv/movies/hypnotic-2023", + "date_published": "Tue, 05 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111170041831607008" + ], + "lastTootTimestamp": 1696320218445 + }, + "https://trakt.tv/movies/kandahar-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMva2FuZGFoYXItMjAyMw==", + "title": "πŸŽ₯: Kandahar", + "url": "https://trakt.tv/movies/kandahar-2023", + "content_text": "πŸŽ₯: Kandahar #Movies #Watching #Trakt https://trakt.tv/movies/kandahar-2023", + "date_published": "Mon, 04 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111166737623265865" + ], + "lastTootTimestamp": 1696269800237 + }, + "https://trakt.tv/movies/indiana-jones-and-the-dial-of-destiny-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaW5kaWFuYS1qb25lcy1hbmQtdGhlLWRpYWwtb2YtZGVzdGlueS0yMDIz", + "title": "πŸŽ₯: Indiana Jones and the Dial of Destiny", + "url": "https://trakt.tv/movies/indiana-jones-and-the-dial-of-destiny-2023", + "content_text": "πŸŽ₯: Indiana Jones and the Dial of Destiny #Movies #Watching #Trakt https://trakt.tv/movies/indiana-jones-and-the-dial-of-destiny-2023", + "date_published": "Sat, 02 Sep 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111173342168874695" + ], + "lastTootTimestamp": 1696370577596 + }, + "https://trakt.tv/movies/fast-color-2019": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFzdC1jb2xvci0yMDE5", + "title": "πŸŽ₯: Fast Color", + "url": "https://trakt.tv/movies/fast-color-2019", + "content_text": "πŸŽ₯: Fast Color #Movies #Trakt https://trakt.tv/movies/fast-color-2019", + "date_published": "Tue, 29 Aug 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111173843902205638" + ], + "lastTootTimestamp": 1696378233399 + }, + "https://trakt.tv/movies/the-cell-2000": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWNlbGwtMjAwMA==", + "title": "πŸŽ₯: The Cell", + "url": "https://trakt.tv/movies/the-cell-2000", + "content_text": "πŸŽ₯: The Cell #Movies #Trakt https://trakt.tv/movies/the-cell-2000", + "date_published": "Mon, 28 Aug 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111174313060055018" + ], + "lastTootTimestamp": 1696385392230 + }, + "https://trakt.tv/movies/thx-1138-1971": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGh4LTExMzgtMTk3MQ==", + "title": "πŸŽ₯: THX 1138", + "url": "https://trakt.tv/movies/thx-1138-1971", + "content_text": "πŸŽ₯: THX 1138 #Movies #Trakt https://trakt.tv/movies/thx-1138-1971", + "date_published": "Sun, 27 Aug 2023 20:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111172871425198329" + ], + "lastTootTimestamp": 1696363394607 + }, + "https://trakt.tv/movies/sympathy-for-the-devil-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3ltcGF0aHktZm9yLXRoZS1kZXZpbC0yMDIz", + "title": "πŸŽ₯: Sympathy for the Devil", + "url": "https://trakt.tv/movies/sympathy-for-the-devil-2023", + "content_text": "πŸŽ₯: Sympathy for the Devil #Movies #Trakt https://trakt.tv/movies/sympathy-for-the-devil-2023", + "date_published": "Fri, 25 Aug 2023 20:15:00 +0000", + "toots": [] + }, + "https://coryd.dev/posts/2023/migrating-your-letterboxd-data/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9taWdyYXRpbmcteW91ci1sZXR0ZXJib3hkLWRhdGEv", + "title": "πŸ“: Migrating your Letterboxd data", + "url": "https://coryd.dev/posts/2023/migrating-your-letterboxd-data/", + "content_text": "πŸ“: Migrating your Letterboxd data #WebDev #Tech https://coryd.dev/posts/2023/migrating-your-letterboxd-data/", + "date_published": "Tue, 03 Oct 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111174758378367847" + ], + "lastTootTimestamp": 1696392187218 + }, + "https://www.goodreads.com/review/show/5852766115": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUyNzY2MTE1", + "title": "πŸ“–: Extremely Online: The Untold Story of Fame, Influence, and Power on the Internet", + "url": "https://www.goodreads.com/review/show/5852766115", + "content_text": "πŸ“–: Extremely Online: The Untold Story of Fame, Influence, and Power on the Internet https://www.goodreads.com/review/show/5852766115", + "date_published": "Thu, 05 Oct 2023 02:08:36 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111180420897784637" + ], + "lastTootTimestamp": 1696478590409 + }, + "https://trakt.tv/movies/the-equalizer-3-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWVxdWFsaXplci0zLTIwMjM=", + "title": "πŸŽ₯: The Equalizer 3", + "url": "https://trakt.tv/movies/the-equalizer-3-2023", + "content_text": "πŸŽ₯: The Equalizer 3 #Movies #Watching #Trakt https://trakt.tv/movies/the-equalizer-3-2023", + "date_published": "Thu, 05 Oct 2023 13:20:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111182780185095389" + ], + "lastTootTimestamp": 1696514590289 + }, + "https://www.goodreads.com/review/show/5814902487": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODE0OTAyNDg3", + "title": "πŸ“–: When McKinsey Comes to Town", + "url": "https://www.goodreads.com/review/show/5814902487", + "content_text": "πŸ“–: When McKinsey Comes to Town https://www.goodreads.com/review/show/5814902487", + "date_published": "Sun, 08 Oct 2023 18:24:38 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111201181897111112" + ], + "lastTootTimestamp": 1696795378106 + }, + "https://www.goodreads.com/review/show/5852766387": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUyNzY2Mzg3", + "title": "πŸ“–: MCU: The Reign of Marvel Studios", + "url": "https://www.goodreads.com/review/show/5852766387", + "content_text": "πŸ“–: MCU: The Reign of Marvel Studios https://www.goodreads.com/review/show/5852766387", + "date_published": "Fri, 13 Oct 2023 21:51:15 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111230464929328729" + ], + "lastTootTimestamp": 1697242201718 + }, + "https://www.goodreads.com/review/show/5912476921": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81OTEyNDc2OTIx", + "title": "πŸ“–: The Big Con: How the Consulting Industry Weakens our Businesses, Infantilizes our Governments and Warps our Economies", + "url": "https://www.goodreads.com/review/show/5912476921", + "content_text": "πŸ“–: The Big Con: How the Consulting Industry Weakens our Businesses, Infantilizes our Governments and Warps our Economies https://www.goodreads.com/review/show/5912476921", + "date_published": "Tue, 17 Oct 2023 19:29:28 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111252614752469827" + ], + "lastTootTimestamp": 1697580181235 + }, + "https://trakt.tv/movies/mission-impossible-dead-reckoning-part-one-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbWlzc2lvbi1pbXBvc3NpYmxlLWRlYWQtcmVja29uaW5nLXBhcnQtb25lLTIwMjM=", + "title": "πŸŽ₯: Mission: Impossible - Dead Reckoning Part One", + "url": "https://trakt.tv/movies/mission-impossible-dead-reckoning-part-one-2023", + "content_text": "πŸŽ₯: Mission: Impossible - Dead Reckoning Part One #Movies #Watching #Trakt https://trakt.tv/movies/mission-impossible-dead-reckoning-part-one-2023", + "date_published": "Wed, 18 Oct 2023 20:41:14 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111258778213059463" + ], + "lastTootTimestamp": 1697674228135 + }, + "https://www.goodreads.com/review/show/5922211786": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81OTIyMjExNzg2", + "title": "πŸ“–: In Cold Blood", + "url": "https://www.goodreads.com/review/show/5922211786", + "content_text": "πŸ“–: In Cold Blood https://www.goodreads.com/review/show/5922211786", + "date_published": "Sat, 21 Oct 2023 02:04:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111271019737924989" + ], + "lastTootTimestamp": 1697861019028 + }, + "https://www.goodreads.com/review/show/5926225782": { + "id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81OTI2MjI1Nzgy", + "title": "πŸ“–: Crossings: How Road Ecology Is Shaping the Future of Our Planet", + "url": "https://www.goodreads.com/review/show/5926225782", + "content_text": "πŸ“–: Crossings: How Road Ecology Is Shaping the Future of Our Planet https://www.goodreads.com/review/show/5926225782", + "date_published": "Mon, 23 Oct 2023 00:21:30 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111282342295193787" + ], + "lastTootTimestamp": 1698033787502 + }, + "https://app.thestorygraph.com/books/98b0dc33-48d2-4ff2-9d6c-9f58e28131d9": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvOThiMGRjMzMtNDhkMi00ZmYyLTlkNmMtOWY1OGUyODEzMWQ5", + "title": "πŸ“–: Elysium Fire", + "url": "https://app.thestorygraph.com/books/98b0dc33-48d2-4ff2-9d6c-9f58e28131d9", + "content_text": "πŸ“–: Elysium Fire #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/98b0dc33-48d2-4ff2-9d6c-9f58e28131d9", + "date_published": "Thu, 02 Nov 2023 16:03:32 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111286588479677459" + ], + "lastTootTimestamp": 1698098579180 + }, + "https://app.thestorygraph.com/books/5be3faf8-ec2d-4fe4-b065-63165facb489": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNWJlM2ZhZjgtZWMyZC00ZmU0LWIwNjUtNjMxNjVmYWNiNDg5", + "title": "πŸ“–: Crossings: How Road Ecology Is Shaping the Future of Our Planet", + "url": "https://app.thestorygraph.com/books/5be3faf8-ec2d-4fe4-b065-63165facb489", + "content_text": "πŸ“–: Crossings: How Road Ecology Is Shaping the Future of Our Planet #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/5be3faf8-ec2d-4fe4-b065-63165facb489", + "date_published": "Wed, 25 Oct 2023 22:27:23 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111286116863070004" + ], + "lastTootTimestamp": 1698091382902 + }, + "https://coryd.dev/posts/2023/onward-to-the-storygraph/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9vbndhcmQtdG8tdGhlLXN0b3J5Z3JhcGgv", + "title": "πŸ“: Onward, to The Storygraph", + "url": "https://coryd.dev/posts/2023/onward-to-the-storygraph/", + "content_text": "πŸ“: Onward, to The Storygraph #Eleventy #WebDev https://coryd.dev/posts/2023/onward-to-the-storygraph/", + "date_published": "Mon, 23 Oct 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111287557031102665" + ], + "lastTootTimestamp": 1698113358102 + }, + "https://trakt.tv/movies/john-mulaney-baby-j-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvam9obi1tdWxhbmV5LWJhYnktai0yMDIz", + "title": "πŸŽ₯: John Mulaney: Baby J", + "url": "https://trakt.tv/movies/john-mulaney-baby-j-2023", + "content_text": "πŸŽ₯: John Mulaney: Baby J #Movies #Watching #Trakt https://trakt.tv/movies/john-mulaney-baby-j-2023", + "date_published": "Fri, 24 Nov 2023 06:40:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111298413448313454" + ], + "lastTootTimestamp": 1698279013860 + }, + "https://app.thestorygraph.com/books/02e39d2f-fcfc-4f2a-b5bd-94460f96f5b6": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMDJlMzlkMmYtZmNmYy00ZjJhLWI1YmQtOTQ0NjBmOTZmNWI2", + "title": "πŸ“–: The Possibility of Life: Science, Imagination, and Our Quest for Kinship in the Cosmos", + "url": "https://app.thestorygraph.com/books/02e39d2f-fcfc-4f2a-b5bd-94460f96f5b6", + "content_text": "πŸ“–: The Possibility of Life: Science, Imagination, and Our Quest for Kinship in the Cosmos #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/02e39d2f-fcfc-4f2a-b5bd-94460f96f5b6", + "date_published": "Sat, 28 Oct 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111316315841073560" + ], + "lastTootTimestamp": 1698552182688 + }, + "https://trakt.tv/movies/the-craft-1996": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWNyYWZ0LTE5OTY=", + "title": "πŸŽ₯: The Craft", + "url": "https://trakt.tv/movies/the-craft-1996", + "content_text": "πŸŽ₯: The Craft #Movies #Watching #Trakt https://trakt.tv/movies/the-craft-1996", + "date_published": "Sun, 29 Oct 2023 21:43:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111320562199470390" + ], + "lastTootTimestamp": 1698616977234 + }, + "https://app.thestorygraph.com/books/dd1135c7-0631-4bef-aab4-b62b400e0354": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZGQxMTM1YzctMDYzMS00YmVmLWFhYjQtYjYyYjQwMGUwMzU0", + "title": "πŸ“–: Bottoms Up and the Devil Laughs: A Journey Through the Deep State", + "url": "https://app.thestorygraph.com/books/dd1135c7-0631-4bef-aab4-b62b400e0354", + "content_text": "πŸ“–: Bottoms Up and the Devil Laughs: A Journey Through the Deep State #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/dd1135c7-0631-4bef-aab4-b62b400e0354", + "date_published": "Wed, 01 Nov 2023 02:13:50 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111325281856288949" + ], + "lastTootTimestamp": 1698688993230 + }, + "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/": { + "id": "aHR0cHM6Ly9oZWF0aGVyLWJ1Y2hlbC5jb20vYmxvZy8yMDIzLzEwL3doeS15b3VyLXdlYi1kZXNpZ24tc3Vja3Mv", + "title": "πŸ”—: It's 2023, here is why your web design sucks.", + "url": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/", + "content_text": "πŸ”—: It's 2023, here is why your web design sucks. #WebDev https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/", + "date_published": "Tue, 31 Oct 2023 17:27:36 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111330944026878712" + ], + "lastTootTimestamp": 1698775391159 + }, + "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/": { + "id": "aHR0cHM6Ly9tZWllcnQuY29tL2VuL2Jsb2cvd2hhdC1oYXBwZW5lZC10by1zZXBhcmF0aW9uLW9mLWNvbmNlcm5zLw==", + "title": "πŸ”—: What Happened to Separation of Concerns in Frontend Development", + "url": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/", + "content_text": "πŸ”—: What Happened to Separation of Concerns in Frontend Development #WebDev https://meiert.com/en/blog/what-happened-to-separation-of-concerns/", + "date_published": "Tue, 31 Oct 2023 17:25:06 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111331886866793776" + ], + "lastTootTimestamp": 1698789777695 + }, + "https://www.epicweb.dev/why-i-wont-use-nextjs": { + "id": "aHR0cHM6Ly93d3cuZXBpY3dlYi5kZXYvd2h5LWktd29udC11c2UtbmV4dGpz", + "title": "πŸ”—: Why I Won't Use Next.js", + "url": "https://www.epicweb.dev/why-i-wont-use-nextjs", + "content_text": "πŸ”—: Why I Won't Use Next.js #WebDev https://www.epicweb.dev/why-i-wont-use-nextjs", + "date_published": "Mon, 06 Nov 2023 01:34:27 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111331098209503702" + ], + "lastTootTimestamp": 1698777743742 + }, + "https://www.smashingmagazine.com/2023/10/speedcurve-fight-main-thread/": { + "id": "aHR0cHM6Ly93d3cuc21hc2hpbmdtYWdhemluZS5jb20vMjAyMy8xMC9zcGVlZGN1cnZlLWZpZ2h0LW1haW4tdGhyZWFkLw==", + "title": "πŸ”—: The Fight For The Main Thread", + "url": "https://www.smashingmagazine.com/2023/10/speedcurve-fight-main-thread/", + "content_text": "πŸ”—: The Fight For The Main Thread #WebDev https://www.smashingmagazine.com/2023/10/speedcurve-fight-main-thread/", + "date_published": "Tue, 31 Oct 2023 18:04:41 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111332866724546029" + ], + "lastTootTimestamp": 1698804729122 + }, + "https://pudding.cool/2023/10/genre/": { + "id": "aHR0cHM6Ly9wdWRkaW5nLmNvb2wvMjAyMy8xMC9nZW5yZS8=", + "title": "πŸ”—: You should look at this chart about music genres", + "url": "https://pudding.cool/2023/10/genre/", + "content_text": "πŸ”—: You should look at this chart about music genres #Music https://pudding.cool/2023/10/genre/", + "date_published": "Tue, 31 Oct 2023 18:02:55 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111331415392035223" + ], + "lastTootTimestamp": 1698782583559 + }, + "https://viewports.fyi/": { + "id": "aHR0cHM6Ly92aWV3cG9ydHMuZnlpLw==", + "title": "πŸ”—: The ideal viewport doesn’t exist", + "url": "https://viewports.fyi/", + "content_text": "πŸ”—: The ideal viewport doesn’t exist #WebDev https://viewports.fyi/", + "date_published": "Mon, 06 Nov 2023 01:34:18 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111332391146807088" + ], + "lastTootTimestamp": 1698797472409 + }, + "https://tonsky.me/blog/disenchantment/": { + "id": "aHR0cHM6Ly90b25za3kubWUvYmxvZy9kaXNlbmNoYW50bWVudC8=", + "title": "πŸ”—: Software disenchantment", + "url": "https://tonsky.me/blog/disenchantment/", + "content_text": "πŸ”—: Software disenchantment #WebDev https://tonsky.me/blog/disenchantment/", + "date_published": "Sun, 05 Nov 2023 23:29:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111333304583053507" + ], + "lastTootTimestamp": 1698811410329 + }, + "https://app.thestorygraph.com/books/89f4d784-5565-4b95-aae4-7eca8cf134c1": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvODlmNGQ3ODQtNTU2NS00Yjk1LWFhZTQtN2VjYThjZjEzNGMx", + "title": "πŸ“–: Recoding America: Why Government Is Failing in the Digital Age and How We Can Do Better", + "url": "https://app.thestorygraph.com/books/89f4d784-5565-4b95-aae4-7eca8cf134c1", + "content_text": "πŸ“–: Recoding America: Why Government Is Failing in the Digital Age and How We Can Do Better #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/89f4d784-5565-4b95-aae4-7eca8cf134c1", + "date_published": "Wed, 01 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111338965533343104" + ], + "lastTootTimestamp": 1698897789618 + }, + "https://macwright.com/2020/05/10/spa-fatigue.html": { + "id": "aHR0cHM6Ly9tYWN3cmlnaHQuY29tLzIwMjAvMDUvMTAvc3BhLWZhdGlndWUuaHRtbA==", + "title": "πŸ”—: Second-guessing the modern web", + "url": "https://macwright.com/2020/05/10/spa-fatigue.html", + "content_text": "πŸ”—: Second-guessing the modern web #WebDev https://macwright.com/2020/05/10/spa-fatigue.html", + "date_published": "Mon, 06 Nov 2023 01:33:31 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111342268578225995" + ], + "lastTootTimestamp": 1698948190392 + }, + "https://app.thestorygraph.com/books/17700d7b-620c-43fe-b2f1-09fee30ca2dd": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMTc3MDBkN2ItNjIwYy00M2ZlLWIyZjEtMDlmZWUzMGNhMmRk", + "title": "πŸ“–: Providence", + "url": "https://app.thestorygraph.com/books/17700d7b-620c-43fe-b2f1-09fee30ca2dd", + "content_text": "πŸ“–: Providence #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/17700d7b-620c-43fe-b2f1-09fee30ca2dd", + "date_published": "Thu, 02 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111344183079489636" + ], + "lastTootTimestamp": 1698977403613 + }, + "https://www.mayank.co/blog/presentational-shadow-dom/": { + "id": "aHR0cHM6Ly93d3cubWF5YW5rLmNvL2Jsb2cvcHJlc2VudGF0aW9uYWwtc2hhZG93LWRvbS8=", + "title": "πŸ”—: Presentational shadow DOM", + "url": "https://www.mayank.co/blog/presentational-shadow-dom/", + "content_text": "πŸ”—: Presentational shadow DOM #WebDev https://www.mayank.co/blog/presentational-shadow-dom/", + "date_published": "Mon, 06 Nov 2023 01:33:18 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111348873997586229" + ], + "lastTootTimestamp": 1699048980718 + }, + "https://app.thestorygraph.com/books/3259baa3-ab9b-4613-9aa6-3535201907e5": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMzI1OWJhYTMtYWI5Yi00NjEzLTlhYTYtMzUzNTIwMTkwN2U1", + "title": "πŸ“–: The Deepest Map: The High-Stakes Race to Chart the World's Oceans", + "url": "https://app.thestorygraph.com/books/3259baa3-ab9b-4613-9aa6-3535201907e5", + "content_text": "πŸ“–: The Deepest Map: The High-Stakes Race to Chart the World's Oceans #Books #NowReading #StoryGraph https://app.thestorygraph.com/books/3259baa3-ab9b-4613-9aa6-3535201907e5", + "date_published": "Sat, 04 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111354064131866188" + ], + "lastTootTimestamp": 1699128175934 + }, + "https://trakt.tv/movies/fingernails-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmluZ2VybmFpbHMtMjAyMw==", + "title": "πŸŽ₯: Fingernails", + "url": "https://trakt.tv/movies/fingernails-2023", + "content_text": "πŸŽ₯: Fingernails #Movies #Watching #Trakt https://trakt.tv/movies/fingernails-2023", + "date_published": "Mon, 06 Nov 2023 04:39:15 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111362561106008606" + ], + "lastTootTimestamp": 1699257829430 + }, + "https://gomakethings.com/are-build-tools-an-anti-pattern/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2FyZS1idWlsZC10b29scy1hbi1hbnRpLXBhdHRlcm4v", + "title": "πŸ”—: Are build tools an anti-pattern?", + "url": "https://gomakethings.com/are-build-tools-an-anti-pattern/", + "content_text": "πŸ”—: Are build tools an anti-pattern? #WebDev https://gomakethings.com/are-build-tools-an-anti-pattern/", + "date_published": "Mon, 06 Nov 2023 17:06:01 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111365861147260219" + ], + "lastTootTimestamp": 1699308184067 + }, + "https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/": { + "id": "aHR0cHM6Ly9qdm5zLmNhL2Jsb2cvMjAyMy8xMS8wNi9yZWJhc2luZy13aGF0LWNhbi1nby13cm9uZy0v", + "title": "πŸ”—: git rebase: what can go wrong?", + "url": "https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/", + "content_text": "πŸ”—: git rebase: what can go wrong? #WebDev https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/", + "date_published": "Mon, 06 Nov 2023 17:04:29 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111365389552846266" + ], + "lastTootTimestamp": 1699300988127 + }, + "https://gomakethings.com/how-do-build-tools-break-backwards-compatibility/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2hvdy1kby1idWlsZC10b29scy1icmVhay1iYWNrd2FyZHMtY29tcGF0aWJpbGl0eS8=", + "title": "πŸ”—: How do build tools break backwards compatibility?", + "url": "https://gomakethings.com/how-do-build-tools-break-backwards-compatibility/", + "content_text": "πŸ”—: How do build tools break backwards compatibility? #WebDev https://gomakethings.com/how-do-build-tools-break-backwards-compatibility/", + "date_published": "Tue, 07 Nov 2023 16:37:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111371051401398461" + ], + "lastTootTimestamp": 1699387381061 + }, + "https://app.thestorygraph.com/books/a35d29d9-55bf-4f78-b3f2-b7a01b83159e": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYTM1ZDI5ZDktNTViZi00Zjc4LWIzZjItYjdhMDFiODMxNTll", + "title": "πŸ“–: Waco: David Koresh, the Branch Davidians, and A Legacy of Rage", + "url": "https://app.thestorygraph.com/books/a35d29d9-55bf-4f78-b3f2-b7a01b83159e", + "content_text": "πŸ“–: Waco: David Koresh, the Branch Davidians, and A Legacy of Rage #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/a35d29d9-55bf-4f78-b3f2-b7a01b83159e", + "date_published": "Wed, 08 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111376242522192610" + ], + "lastTootTimestamp": 1699466591285 + }, + "https://thathtml.blog/2023/11/longevity-of-web-components/": { + "id": "aHR0cHM6Ly90aGF0aHRtbC5ibG9nLzIwMjMvMTEvbG9uZ2V2aXR5LW9mLXdlYi1jb21wb25lbnRzLw==", + "title": "πŸ”—: The Longevity of Web Components Over Frameworks", + "url": "https://thathtml.blog/2023/11/longevity-of-web-components/", + "content_text": "πŸ”—: The Longevity of Web Components Over Frameworks #WebDev https://thathtml.blog/2023/11/longevity-of-web-components/", + "date_published": "Wed, 08 Nov 2023 16:53:49 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111377185188522172" + ], + "lastTootTimestamp": 1699480975230 + }, + "https://www.baldurbjarnason.com/2023/web-dev-untalented/": { + "id": "aHR0cHM6Ly93d3cuYmFsZHVyYmphcm5hc29uLmNvbS8yMDIzL3dlYi1kZXYtdW50YWxlbnRlZC8=", + "title": "πŸ”—: Web developers: remarkably untalented and careless?", + "url": "https://www.baldurbjarnason.com/2023/web-dev-untalented/", + "content_text": "πŸ”—: Web developers: remarkably untalented and careless? #WebDev https://www.baldurbjarnason.com/2023/web-dev-untalented/", + "date_published": "Wed, 08 Nov 2023 16:50:49 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111376714308506031" + ], + "lastTootTimestamp": 1699473790173 + }, + "https://www.mensurdurakovic.com/hard-to-swallow-truths-they-wont-tell-you-about-software-engineer-job/": { + "id": "aHR0cHM6Ly93d3cubWVuc3VyZHVyYWtvdmljLmNvbS9oYXJkLXRvLXN3YWxsb3ctdHJ1dGhzLXRoZXktd29udC10ZWxsLXlvdS1hYm91dC1zb2Z0d2FyZS1lbmdpbmVlci1qb2Iv", + "title": "πŸ”—: 10 hard-to-swallow truths they won't tell you about software engineer job", + "url": "https://www.mensurdurakovic.com/hard-to-swallow-truths-they-wont-tell-you-about-software-engineer-job/", + "content_text": "πŸ”—: 10 hard-to-swallow truths they won't tell you about software engineer job #WebDev https://www.mensurdurakovic.com/hard-to-swallow-truths-they-wont-tell-you-about-software-engineer-job/", + "date_published": "Wed, 08 Nov 2023 19:51:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111377687655392014" + ], + "lastTootTimestamp": 1699488642286 + }, + "https://darthmall.net/weblog/2023/rss/": { + "id": "aHR0cHM6Ly9kYXJ0aG1hbGwubmV0L3dlYmxvZy8yMDIzL3Jzcy8=", + "title": "πŸ”—: RSS?", + "url": "https://darthmall.net/weblog/2023/rss/", + "content_text": "πŸ”—: RSS? #Tech https://darthmall.net/weblog/2023/rss/", + "date_published": "Thu, 09 Nov 2023 16:47:50 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111381904685381731" + ], + "lastTootTimestamp": 1699552989019 + }, + "https://trakt.tv/movies/sound-of-metal-2020": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc291bmQtb2YtbWV0YWwtMjAyMA==", + "title": "πŸŽ₯: Sound of Metal", + "url": "https://trakt.tv/movies/sound-of-metal-2020", + "content_text": "πŸŽ₯: Sound of Metal #Movies #Watching #Trakt https://trakt.tv/movies/sound-of-metal-2020", + "date_published": "Thu, 09 Nov 2023 15:00:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111383821016296434" + ], + "lastTootTimestamp": 1699582229953 + }, + "https://ploum.net/2023-11-10-the-gift-of-time.html": { + "id": "aHR0cHM6Ly9wbG91bS5uZXQvMjAyMy0xMS0xMC10aGUtZ2lmdC1vZi10aW1lLmh0bWw=", + "title": "πŸ”—: The gift of time", + "url": "https://ploum.net/2023-11-10-the-gift-of-time.html", + "content_text": "πŸ”—: The gift of time #WebDev https://ploum.net/2023-11-10-the-gift-of-time.html", + "date_published": "Fri, 10 Nov 2023 16:40:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111388038286364405" + ], + "lastTootTimestamp": 1699646580345 + }, + "https://app.thestorygraph.com/books/720da387-3c54-41fa-8dc5-6fbe3803d0e9": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNzIwZGEzODctM2M1NC00MWZhLThkYzUtNmZiZTM4MDNkMGU5", + "title": "πŸ“–: Black Ball: Kareem Abdul-Jabbar, Spencer Haywood, and the Generation that Saved the Soul of the NBA", + "url": "https://app.thestorygraph.com/books/720da387-3c54-41fa-8dc5-6fbe3803d0e9", + "content_text": "πŸ“–: Black Ball: Kareem Abdul-Jabbar, Spencer Haywood, and the Generation that Saved the Soul of the NBA #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/720da387-3c54-41fa-8dc5-6fbe3803d0e9", + "date_published": "Sat, 11 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111394172214427888" + ], + "lastTootTimestamp": 1699740176661 + }, + "https://trakt.tv/movies/the-royal-hotel-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXJveWFsLWhvdGVsLTIwMjM=", + "title": "πŸŽ₯: The Royal Hotel", + "url": "https://trakt.tv/movies/the-royal-hotel-2023", + "content_text": "πŸŽ₯: The Royal Hotel #Movies #Watching #Trakt https://trakt.tv/movies/the-royal-hotel-2023", + "date_published": "Sun, 12 Nov 2023 03:55:56 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111396060098491153" + ], + "lastTootTimestamp": 1699768983497 + }, + "https://chrishannah.me/small-communities": { + "id": "aHR0cHM6Ly9jaHJpc2hhbm5haC5tZS9zbWFsbC1jb21tdW5pdGllcw==", + "title": "πŸ”—: Small Communities", + "url": "https://chrishannah.me/small-communities", + "content_text": "πŸ”—: Small Communities #Tech https://chrishannah.me/small-communities", + "date_published": "Sun, 12 Nov 2023 21:47:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111400338799232943" + ], + "lastTootTimestamp": 1699834271301 + }, + "https://trakt.tv/movies/ready-or-not-2019": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcmVhZHktb3Itbm90LTIwMTk=", + "title": "πŸŽ₯: Ready or Not", + "url": "https://trakt.tv/movies/ready-or-not-2019", + "content_text": "πŸŽ₯: Ready or Not #Movies #Watching #Trakt https://trakt.tv/movies/ready-or-not-2019", + "date_published": "Mon, 13 Nov 2023 14:06:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111404082448372788" + ], + "lastTootTimestamp": 1699891394857 + }, + "https://jakelazaroff.com/words/frameworks-cover-up-skill-issues-and-thats-a-good-thing/": { + "id": "aHR0cHM6Ly9qYWtlbGF6YXJvZmYuY29tL3dvcmRzL2ZyYW1ld29ya3MtY292ZXItdXAtc2tpbGwtaXNzdWVzLWFuZC10aGF0cy1hLWdvb2QtdGhpbmcv", + "title": "πŸ”—: Frameworks Cover Up Skill Issues, and That’s a Good Thing", + "url": "https://jakelazaroff.com/words/frameworks-cover-up-skill-issues-and-thats-a-good-thing/", + "content_text": "πŸ”—: Frameworks Cover Up Skill Issues, and That’s a Good Thing #WebDev https://jakelazaroff.com/words/frameworks-cover-up-skill-issues-and-thats-a-good-thing/", + "date_published": "Mon, 13 Nov 2023 18:07:27 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111405025136878809" + ], + "lastTootTimestamp": 1699905779117 + }, + "https://coryd.dev/posts/2023/locally-stored-music-and-storage-as-a-meaningful-constraint/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9sb2NhbGx5LXN0b3JlZC1tdXNpYy1hbmQtc3RvcmFnZS1hcy1hLW1lYW5pbmdmdWwtY29uc3RyYWludC8=", + "title": "πŸ“: Doppler, locally stored music and storage as a beneficial constraint", + "url": "https://coryd.dev/posts/2023/locally-stored-music-and-storage-as-a-meaningful-constraint/", + "content_text": "πŸ“: Doppler, locally stored music and storage as a beneficial constraint #macOS #Apple #Music https://coryd.dev/posts/2023/locally-stored-music-and-storage-as-a-meaningful-constraint/", + "date_published": "Mon, 13 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111405999052127538" + ], + "lastTootTimestamp": 1699920639896 + }, + "https://benmyers.dev/blog/spotless-giraffe/": { + "id": "aHR0cHM6Ly9iZW5teWVycy5kZXYvYmxvZy9zcG90bGVzcy1naXJhZmZlLw==", + "title": "πŸ”—: I'm a Spotless Giraffe.", + "url": "https://benmyers.dev/blog/spotless-giraffe/", + "content_text": "πŸ”—: I'm a Spotless Giraffe. #Tech #WebDev https://benmyers.dev/blog/spotless-giraffe/", + "date_published": "Tue, 14 Nov 2023 03:54:25 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111407859375462748" + ], + "lastTootTimestamp": 1699949026175 + }, + "https://css-irl.info/stop-using-ai-generated-images/": { + "id": "aHR0cHM6Ly9jc3MtaXJsLmluZm8vc3RvcC11c2luZy1haS1nZW5lcmF0ZWQtaW1hZ2VzLw==", + "title": "πŸ”—: Stop Using AI-Generated Images", + "url": "https://css-irl.info/stop-using-ai-generated-images/", + "content_text": "πŸ”—: Stop Using AI-Generated Images #WebDev #Tech https://css-irl.info/stop-using-ai-generated-images/", + "date_published": "Tue, 14 Nov 2023 02:27:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111407386783876498" + ], + "lastTootTimestamp": 1699941815005 + }, + "https://trakt.tv/movies/don-t-breathe-2016": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZG9uLXQtYnJlYXRoZS0yMDE2", + "title": "πŸŽ₯: Don't Breathe", + "url": "https://trakt.tv/movies/don-t-breathe-2016", + "content_text": "πŸŽ₯: Don't Breathe #Movies #Watching #Trakt https://trakt.tv/movies/don-t-breathe-2016", + "date_published": "Tue, 14 Nov 2023 14:01:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111409744410391018" + ], + "lastTootTimestamp": 1699977789523 + }, + "https://jarango.com/2022/09/15/against-superficial-simplicity/": { + "id": "aHR0cHM6Ly9qYXJhbmdvLmNvbS8yMDIyLzA5LzE1L2FnYWluc3Qtc3VwZXJmaWNpYWwtc2ltcGxpY2l0eS8=", + "title": "πŸ”—: Against Superficial Simplicity", + "url": "https://jarango.com/2022/09/15/against-superficial-simplicity/", + "content_text": "πŸ”—: Against Superficial Simplicity #WebDev https://jarango.com/2022/09/15/against-superficial-simplicity/", + "date_published": "Tue, 14 Nov 2023 16:21:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111410687363653746" + ], + "lastTootTimestamp": 1699992177896 + }, + "https://trakt.tv/movies/x-2022": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMveC0yMDIy", + "title": "πŸŽ₯: X", + "url": "https://trakt.tv/movies/x-2022", + "content_text": "πŸŽ₯: X #Movies #Watching #Trakt https://trakt.tv/movies/x-2022", + "date_published": "Tue, 14 Nov 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111411159555048455" + ], + "lastTootTimestamp": 1699999382915 + }, + "https://coryd.dev/now?ts=1699876800000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE2OTk4NzY4MDAwMDA=", + "title": "🎧: My top artists for the week: blink-182 @ 19 plays, Aesop Rock @ 18 plays, Hot Mulligan @ 12 plays, Spanish Love Songs @ 12 plays, The National @ 12 plays, Militarie Gun @ 11 plays, Built to Spill @ 10 plays, Dogleg @ 10 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1699876800000", + "content_text": "🎧: My top artists for the week: blink-182 @ 19 plays, Aesop Rock @ 18 plays, Hot Mulligan @ 12 plays, Spanish Love Songs @ 12 plays, The National @ 12 plays, Militarie Gun @ 11 plays, Built to Spill @ 10 plays, Dogleg @ 10 plays #Music #LastFM https://coryd.dev/now?ts=1699876800000", + "date_published": "Mon, 13 Nov 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111411782628039073" + ], + "lastTootTimestamp": 1700008890256 + }, + "https://trakt.tv/movies/pearl-2022": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcGVhcmwtMjAyMg==", + "title": "πŸŽ₯: Pearl", + "url": "https://trakt.tv/movies/pearl-2022", + "content_text": "πŸŽ₯: Pearl #Movies #Watching #Trakt https://trakt.tv/movies/pearl-2022", + "date_published": "Wed, 15 Nov 2023 14:15:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111415407268057087" + ], + "lastTootTimestamp": 1700064197868 + }, + "https://coryd.dev/now?ts=1699963200000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE2OTk5NjMyMDAwMDA=", + "title": "🎧: My top artists for the week: Tom Waits @ 34 plays, blink-182 @ 19 plays, Aesop Rock @ 18 plays, Sedimentum @ 18 plays, Vertebra Atlantis @ 14 plays, Chaotian @ 13 plays, Hooded Menace @ 12 plays, Hot Mulligan @ 12 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1699963200000", + "content_text": "🎧: My top artists for the week: Tom Waits @ 34 plays, blink-182 @ 19 plays, Aesop Rock @ 18 plays, Sedimentum @ 18 plays, Vertebra Atlantis @ 14 plays, Chaotian @ 13 plays, Hooded Menace @ 12 plays, Hot Mulligan @ 12 plays #Music #LastFM https://coryd.dev/now?ts=1699963200000", + "date_published": "Tue, 14 Nov 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111416515948114589" + ], + "lastTootTimestamp": 1700081114979 + }, + "https://coryd.dev/posts/2023/hacking-together-a-tweeklyfm-repalcement/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9oYWNraW5nLXRvZ2V0aGVyLWEtdHdlZWtseWZtLXJlcGFsY2VtZW50Lw==", + "title": "πŸ“: Hacking together a Tweekly.fm replacement", + "url": "https://coryd.dev/posts/2023/hacking-together-a-tweeklyfm-repalcement/", + "content_text": "πŸ“: Hacking together a Tweekly.fm replacement #WebDev #Eleventy https://coryd.dev/posts/2023/hacking-together-a-tweeklyfm-repalcement/", + "date_published": "Wed, 15 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111416996577988879" + ], + "lastTootTimestamp": 1700088448813 + }, + "https://gkeenan.co/avgb/hot-take-its-okay-if-we-dont-consume-all-of-the-worlds-information-before-we-die": { + "id": "aHR0cHM6Ly9na2VlbmFuLmNvL2F2Z2IvaG90LXRha2UtaXRzLW9rYXktaWYtd2UtZG9udC1jb25zdW1lLWFsbC1vZi10aGUtd29ybGRzLWluZm9ybWF0aW9uLWJlZm9yZS13ZS1kaWU=", + "title": "πŸ”—: Hot take: It’s okay if we don’t consume all of the world’s information before we die", + "url": "https://gkeenan.co/avgb/hot-take-its-okay-if-we-dont-consume-all-of-the-worlds-information-before-we-die", + "content_text": "πŸ”—: Hot take: It’s okay if we don’t consume all of the world’s information before we die #Tech https://gkeenan.co/avgb/hot-take-its-okay-if-we-dont-consume-all-of-the-worlds-information-before-we-die", + "date_published": "Thu, 16 Nov 2023 00:02:34 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111417808163266840" + ], + "lastTootTimestamp": 1700100832633 + }, + "https://trakt.tv/movies/the-creator-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWNyZWF0b3ItMjAyMw==", + "title": "πŸŽ₯: The Creator", + "url": "https://trakt.tv/movies/the-creator-2023", + "content_text": "πŸŽ₯: The Creator #Movies #Watching #Trakt https://trakt.tv/movies/the-creator-2023", + "date_published": "Thu, 16 Nov 2023 14:44:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111421069787089993" + ], + "lastTootTimestamp": 1700150601092 + }, + "https://www.abeautifulsite.net/posts/thoughts-on-framework-churn/": { + "id": "aHR0cHM6Ly93d3cuYWJlYXV0aWZ1bHNpdGUubmV0L3Bvc3RzL3Rob3VnaHRzLW9uLWZyYW1ld29yay1jaHVybi8=", + "title": "πŸ”—: Thoughts on Framework Churn", + "url": "https://www.abeautifulsite.net/posts/thoughts-on-framework-churn/", + "content_text": "πŸ”—: Thoughts on Framework Churn #WebDev https://www.abeautifulsite.net/posts/thoughts-on-framework-churn/", + "date_published": "Thu, 16 Nov 2023 23:17:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111424374567339769" + ], + "lastTootTimestamp": 1700201027999 + }, + "https://thathtml.blog/2023/11/the-framework-trap/": { + "id": "aHR0cHM6Ly90aGF0aHRtbC5ibG9nLzIwMjMvMTEvdGhlLWZyYW1ld29yay10cmFwLw==", + "title": "πŸ”—: The Framework Trap", + "url": "https://thathtml.blog/2023/11/the-framework-trap/", + "content_text": "πŸ”—: The Framework Trap #WebDev https://thathtml.blog/2023/11/the-framework-trap/", + "date_published": "Thu, 16 Nov 2023 23:17:45 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111423469632539698" + ], + "lastTootTimestamp": 1700187219780 + }, + "https://app.thestorygraph.com/books/240f2048-8438-49b7-90a3-a5dc1018270f": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMjQwZjIwNDgtODQzOC00OWI3LTkwYTMtYTVkYzEwMTgyNzBm", + "title": "πŸ“–: Red Rising", + "url": "https://app.thestorygraph.com/books/240f2048-8438-49b7-90a3-a5dc1018270f", + "content_text": "πŸ“–: Red Rising #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/240f2048-8438-49b7-90a3-a5dc1018270f", + "date_published": "Wed, 15 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111422987048022760" + ], + "lastTootTimestamp": 1700179856431 + }, + "https://app.thestorygraph.com/books/fbb408f5-545f-4ab8-bcad-d4cf39d6daa0": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZmJiNDA4ZjUtNTQ1Zi00YWI4LWJjYWQtZDRjZjM5ZDZkYWEw", + "title": "πŸ“–: We Were Once a Family: A Story of Love, Death, and Child Removal in America", + "url": "https://app.thestorygraph.com/books/fbb408f5-545f-4ab8-bcad-d4cf39d6daa0", + "content_text": "πŸ“–: We Were Once a Family: A Story of Love, Death, and Child Removal in America #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/fbb408f5-545f-4ab8-bcad-d4cf39d6daa0", + "date_published": "Wed, 15 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111423900308469874" + ], + "lastTootTimestamp": 1700193791382 + }, + "https://coryd.dev/now?ts=1700136000000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDAxMzYwMDAwMDA=", + "title": "🎧: My top artists for the week: Tom Waits @ 34 plays, Execration @ 30 plays, Aesop Rock @ 27 plays, Basement @ 24 plays, blink-182 @ 19 plays, Sedimentum @ 18 plays, NoMeansNo @ 15 plays, Vertebra Atlantis @ 14 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1700136000000", + "content_text": "🎧: My top artists for the week: Tom Waits @ 34 plays, Execration @ 30 plays, Aesop Rock @ 27 plays, Basement @ 24 plays, blink-182 @ 19 plays, Sedimentum @ 18 plays, NoMeansNo @ 15 plays, Vertebra Atlantis @ 14 plays #Music #LastFM https://coryd.dev/now?ts=1700136000000", + "date_published": "Thu, 16 Nov 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111427485155502613" + ], + "lastTootTimestamp": 1700248491823 + }, + "https://trakt.tv/movies/ghostbusters-afterlife-2021": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZ2hvc3RidXN0ZXJzLWFmdGVybGlmZS0yMDIx", + "title": "πŸŽ₯: Ghostbusters: Afterlife", + "url": "https://trakt.tv/movies/ghostbusters-afterlife-2021", + "content_text": "πŸŽ₯: Ghostbusters: Afterlife #Movies #Watching #Trakt https://trakt.tv/movies/ghostbusters-afterlife-2021", + "date_published": "Fri, 17 Nov 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111427675043846172" + ], + "lastTootTimestamp": 1700251389270 + }, + "https://app.thestorygraph.com/books/3b139bfd-0be8-490e-89b8-d25a3452c27e": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvM2IxMzliZmQtMGJlOC00OTBlLTg5YjgtZDI1YTM0NTJjMjdl", + "title": "πŸ“–: The Big Myth: How American Business Taught Us to Loathe Government and Love the Free Market", + "url": "https://app.thestorygraph.com/books/3b139bfd-0be8-490e-89b8-d25a3452c27e", + "content_text": "πŸ“–: The Big Myth: How American Business Taught Us to Loathe Government and Love the Free Market #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/3b139bfd-0be8-490e-89b8-d25a3452c27e", + "date_published": "Fri, 17 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111433336614478559" + ], + "lastTootTimestamp": 1700337778000 + }, + "https://trakt.tv/movies/the-x-files-1998": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXgtZmlsZXMtMTk5OA==", + "title": "πŸŽ₯: The X Files", + "url": "https://trakt.tv/movies/the-x-files-1998", + "content_text": "πŸŽ₯: The X Files #Movies #Watching #Trakt https://trakt.tv/movies/the-x-files-1998", + "date_published": "Sat, 18 Nov 2023 23:51:10 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111434315722039759" + ], + "lastTootTimestamp": 1700352717989 + }, + "https://trakt.tv/movies/the-x-files-i-want-to-believe-2008": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXgtZmlsZXMtaS13YW50LXRvLWJlbGlldmUtMjAwOA==", + "title": "πŸŽ₯: The X Files: I Want to Believe", + "url": "https://trakt.tv/movies/the-x-files-i-want-to-believe-2008", + "content_text": "πŸŽ₯: The X Files: I Want to Believe #Movies #Watching #Trakt https://trakt.tv/movies/the-x-files-i-want-to-believe-2008", + "date_published": "Mon, 20 Nov 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111445637091461770" + ], + "lastTootTimestamp": 1700525468375 + }, + "https://trakt.tv/movies/it-follows-2015": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaXQtZm9sbG93cy0yMDE1", + "title": "πŸŽ₯: It Follows", + "url": "https://trakt.tv/movies/it-follows-2015", + "content_text": "πŸŽ₯: It Follows #Movies #Watching #Trakt https://trakt.tv/movies/it-follows-2015", + "date_published": "Tue, 21 Nov 2023 14:12:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111449381555048532" + ], + "lastTootTimestamp": 1700582604358 + }, + "https://trakt.tv/movies/set-it-off-1996": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc2V0LWl0LW9mZi0xOTk2", + "title": "πŸŽ₯: Set It Off", + "url": "https://trakt.tv/movies/set-it-off-1996", + "content_text": "πŸŽ₯: Set It Off #Movies #Watching #Trakt https://trakt.tv/movies/set-it-off-1996", + "date_published": "Tue, 21 Nov 2023 14:54:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111451300144543613" + ], + "lastTootTimestamp": 1700611879698 + }, + "https://gkeenan.co/avgb/an-inordinate-amount-of-our-attention-is-afforded-to-absurdly-rich-children": { + "id": "aHR0cHM6Ly9na2VlbmFuLmNvL2F2Z2IvYW4taW5vcmRpbmF0ZS1hbW91bnQtb2Ytb3VyLWF0dGVudGlvbi1pcy1hZmZvcmRlZC10by1hYnN1cmRseS1yaWNoLWNoaWxkcmVu", + "title": "πŸ”—: An inordinate amount of our attention is afforded to absurdly rich children", + "url": "https://gkeenan.co/avgb/an-inordinate-amount-of-our-attention-is-afforded-to-absurdly-rich-children", + "content_text": "πŸ”—: An inordinate amount of our attention is afforded to absurdly rich children #Tech https://gkeenan.co/avgb/an-inordinate-amount-of-our-attention-is-afforded-to-absurdly-rich-children", + "date_published": "Wed, 22 Nov 2023 13:27:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111455515745889119" + ], + "lastTootTimestamp": 1700676204670 + }, + "https://trakt.tv/movies/wrong-turn-2003": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvd3JvbmctdHVybi0yMDAz", + "title": "πŸŽ₯: Wrong Turn", + "url": "https://trakt.tv/movies/wrong-turn-2003", + "content_text": "πŸŽ₯: Wrong Turn #Movies #Watching #Trakt https://trakt.tv/movies/wrong-turn-2003", + "date_published": "Wed, 22 Nov 2023 12:36:26 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111455043409890618" + ], + "lastTootTimestamp": 1700668997392 + }, + "https://coryd.dev/now?ts=1700740800000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDA3NDA4MDAwMDA=", + "title": "🎧: My top artists for the week: Minutemen @ 43 plays, NoMeansNo @ 32 plays, Ryan Adams @ 31 plays, Prince Daddy and The Hyena @ 27 plays, Fugazi @ 24 plays, Morbus Chron @ 22 plays, Cock Sparrer @ 18 plays, Sturgill Simpson @ 16 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1700740800000", + "content_text": "🎧: My top artists for the week: Minutemen @ 43 plays, NoMeansNo @ 32 plays, Ryan Adams @ 31 plays, Prince Daddy and The Hyena @ 27 plays, Fugazi @ 24 plays, Morbus Chron @ 22 plays, Cock Sparrer @ 18 plays, Sturgill Simpson @ 16 plays #Music #LastFM https://coryd.dev/now?ts=1700740800000", + "date_published": "Thu, 23 Nov 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111468075494627676" + ], + "lastTootTimestamp": 1700867851223 + }, + "https://defector.com/the-internet-isnt-meant-to-be-so-small": { + "id": "aHR0cHM6Ly9kZWZlY3Rvci5jb20vdGhlLWludGVybmV0LWlzbnQtbWVhbnQtdG8tYmUtc28tc21hbGw=", + "title": "πŸ”—: The Internet Isn’t Meant To Be So Small", + "url": "https://defector.com/the-internet-isnt-meant-to-be-so-small", + "content_text": "πŸ”—: The Internet Isn’t Meant To Be So Small #Tech https://defector.com/the-internet-isnt-meant-to-be-so-small", + "date_published": "Sun, 17 Sep 2023 17:49:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111468071969618015" + ], + "lastTootTimestamp": 1700867797431 + }, + "https://trakt.tv/movies/three-kings-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhyZWUta2luZ3MtMTk5OQ==", + "title": "πŸŽ₯: Three Kings", + "url": "https://trakt.tv/movies/three-kings-1999", + "content_text": "πŸŽ₯: Three Kings #Movies #Watching #Trakt https://trakt.tv/movies/three-kings-1999", + "date_published": "Fri, 24 Nov 2023 23:27:40 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111468753810811776" + ], + "lastTootTimestamp": 1700878201539 + }, + "https://rknight.me/popular-pages-with-eleventy-and-fathom-analytics/": { + "id": "aHR0cHM6Ly9ya25pZ2h0Lm1lL3BvcHVsYXItcGFnZXMtd2l0aC1lbGV2ZW50eS1hbmQtZmF0aG9tLWFuYWx5dGljcy8=", + "title": "πŸ”—: Popular Pages with Eleventy and Fathom Analytics", + "url": "https://rknight.me/popular-pages-with-eleventy-and-fathom-analytics/", + "content_text": "πŸ”—: Popular Pages with Eleventy and Fathom Analytics #WebDev https://rknight.me/popular-pages-with-eleventy-and-fathom-analytics/", + "date_published": "Sat, 25 Nov 2023 18:20:59 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111473444603053670" + ], + "lastTootTimestamp": 1700949777341 + }, + "https://trakt.tv/movies/the-girl-in-the-spider-s-web-2018": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWdpcmwtaW4tdGhlLXNwaWRlci1zLXdlYi0yMDE4", + "title": "πŸŽ₯: The Girl in the Spider's Web", + "url": "https://trakt.tv/movies/the-girl-in-the-spider-s-web-2018", + "content_text": "πŸŽ₯: The Girl in the Spider's Web #Movies #Watching #Trakt https://trakt.tv/movies/the-girl-in-the-spider-s-web-2018", + "date_published": "Sat, 25 Nov 2023 23:42:49 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111473951856919064" + ], + "lastTootTimestamp": 1700957517537 + }, + "https://app.thestorygraph.com/books/27dc0d8f-e412-4c7b-94a6-be74583d3f02": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMjdkYzBkOGYtZTQxMi00YzdiLTk0YTYtYmU3NDU4M2QzZjAy", + "title": "πŸ“–: A Heart That Works", + "url": "https://app.thestorygraph.com/books/27dc0d8f-e412-4c7b-94a6-be74583d3f02", + "content_text": "πŸ“–: A Heart That Works #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/27dc0d8f-e412-4c7b-94a6-be74583d3f02", + "date_published": "Fri, 24 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111475804777439205" + ], + "lastTootTimestamp": 1700985790777 + }, + "https://app.thestorygraph.com/books/eb46fdaa-93ed-43cd-80d8-ea5a3bb6ea46": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZWI0NmZkYWEtOTNlZC00M2NkLTgwZDgtZWE1YTNiYjZlYTQ2", + "title": "πŸ“–: A City on Mars: Can we settle space, should we settle space, and have we really thought this through?", + "url": "https://app.thestorygraph.com/books/eb46fdaa-93ed-43cd-80d8-ea5a3bb6ea46", + "content_text": "πŸ“–: A City on Mars: Can we settle space, should we settle space, and have we really thought this through? #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/eb46fdaa-93ed-43cd-80d8-ea5a3bb6ea46", + "date_published": "Sat, 25 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111479611922428182" + ], + "lastTootTimestamp": 1701043883171 + }, + "https://freddiedeboer.substack.com/p/where-are-the-ai-skepticism-stories?publication_id=295937&post_id=138840957&isFreemail=true&r=1o96ly": { + "id": "aHR0cHM6Ly9mcmVkZGllZGVib2VyLnN1YnN0YWNrLmNvbS9wL3doZXJlLWFyZS10aGUtYWktc2tlcHRpY2lzbS1zdG9yaWVzP3B1YmxpY2F0aW9uX2lkPTI5NTkzNyZwb3N0X2lkPTEzODg0MDk1NyZpc0ZyZWVtYWlsPXRydWUmcj0xbzk2bHk=", + "title": "πŸ”—: Where Are the AI Skepticism Stories?", + "url": "https://freddiedeboer.substack.com/p/where-are-the-ai-skepticism-stories?publication_id=295937&post_id=138840957&isFreemail=true&r=1o96ly", + "content_text": "πŸ”—: Where Are the AI Skepticism Stories? #Tech https://freddiedeboer.substack.com/p/where-are-the-ai-skepticism-stories?publication_id=295937&post_id=138840957&isFreemail=true&r=1o96ly", + "date_published": "Thu, 23 Nov 2023 04:02:55 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111479106728703808" + ], + "lastTootTimestamp": 1701036174556 + }, + "https://trakt.tv/movies/monsters-2010": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbW9uc3RlcnMtMjAxMA==", + "title": "πŸŽ₯: Monsters", + "url": "https://trakt.tv/movies/monsters-2010", + "content_text": "πŸŽ₯: Monsters #Movies #Watching #Trakt https://trakt.tv/movies/monsters-2010", + "date_published": "Mon, 27 Nov 2023 14:01:10 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111483355006813645" + ], + "lastTootTimestamp": 1701100998114 + }, + "https://www.zachleat.com/web/jamstack-future/": { + "id": "aHR0cHM6Ly93d3cuemFjaGxlYXQuY29tL3dlYi9qYW1zdGFjay1mdXR1cmUv", + "title": "πŸ”—: The Tension and Future of Jamstack", + "url": "https://www.zachleat.com/web/jamstack-future/", + "content_text": "πŸ”—: The Tension and Future of Jamstack https://www.zachleat.com/web/jamstack-future/", + "date_published": "Mon, 27 Nov 2023 20:59:50 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111485272886420324" + ], + "lastTootTimestamp": 1701130262593 + }, + "https://trakt.tv/movies/kimi-2022": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMva2ltaS0yMDIy", + "title": "πŸŽ₯: Kimi", + "url": "https://trakt.tv/movies/kimi-2022", + "content_text": "πŸŽ₯: Kimi #Movies #Watching #Trakt https://trakt.tv/movies/kimi-2022", + "date_published": "Tue, 28 Nov 2023 13:58:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111489017643507267" + ], + "lastTootTimestamp": 1701187403089 + }, + "https://app.thestorygraph.com/books/68cc34ae-516f-4b0c-afd0-b7e7d109d441": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNjhjYzM0YWUtNTE2Zi00YjBjLWFmZDAtYjdlN2QxMDlkNDQx", + "title": "πŸ“–: Broken Code: Inside Facebook and the Fight to Expose Its Harmful Secrets", + "url": "https://app.thestorygraph.com/books/68cc34ae-516f-4b0c-afd0-b7e7d109d441", + "content_text": "πŸ“–: Broken Code: Inside Facebook and the Fight to Expose Its Harmful Secrets #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/68cc34ae-516f-4b0c-afd0-b7e7d109d441", + "date_published": "Mon, 27 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111492321802417303" + ], + "lastTootTimestamp": 1701237820560 + }, + "https://trakt.tv/movies/this-is-40-2012": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhpcy1pcy00MC0yMDEy", + "title": "πŸŽ₯: This Is 40", + "url": "https://trakt.tv/movies/this-is-40-2012", + "content_text": "πŸŽ₯: This Is 40 #Movies #Watching #Trakt https://trakt.tv/movies/this-is-40-2012", + "date_published": "Wed, 29 Nov 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111495622369800519" + ], + "lastTootTimestamp": 1701288183188 + }, + "https://jenniferplusplus.com/losing-the-imitation-game/": { + "id": "aHR0cHM6Ly9qZW5uaWZlcnBsdXNwbHVzLmNvbS9sb3NpbmctdGhlLWltaXRhdGlvbi1nYW1lLw==", + "title": "πŸ”—: Losing the imitation game", + "url": "https://jenniferplusplus.com/losing-the-imitation-game/", + "content_text": "πŸ”—: Losing the imitation game #Tech #WebDev https://jenniferplusplus.com/losing-the-imitation-game/", + "date_published": "Wed, 29 Nov 2023 18:14:08 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111498456003093366" + ], + "lastTootTimestamp": 1701331421010 + }, + "https://www.afterbabel.com/p/algorithms-hijacked-my-generation": { + "id": "aHR0cHM6Ly93d3cuYWZ0ZXJiYWJlbC5jb20vcC9hbGdvcml0aG1zLWhpamFja2VkLW15LWdlbmVyYXRpb24=", + "title": "πŸ”—: Algorithms Hijacked My Generation. I Fear For Gen Alpha.", + "url": "https://www.afterbabel.com/p/algorithms-hijacked-my-generation", + "content_text": "πŸ”—: Algorithms Hijacked My Generation. I Fear For Gen Alpha. #Tech #Tech https://www.afterbabel.com/p/algorithms-hijacked-my-generation", + "date_published": "Wed, 29 Nov 2023 17:58:42 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111497984315231502" + ], + "lastTootTimestamp": 1701324223625 + }, + "https://derekkedziora.com/notes/20231129180549": { + "id": "aHR0cHM6Ly9kZXJla2tlZHppb3JhLmNvbS9ub3Rlcy8yMDIzMTEyOTE4MDU0OQ==", + "title": "πŸ”—: Algorithmic conveyor belts", + "url": "https://derekkedziora.com/notes/20231129180549", + "content_text": "πŸ”—: Algorithmic conveyor belts #Tech #Tech https://derekkedziora.com/notes/20231129180549", + "date_published": "Wed, 29 Nov 2023 17:58:20 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111498925551032729" + ], + "lastTootTimestamp": 1701338585729 + }, + "https://trakt.tv/movies/1917-2019": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvMTkxNy0yMDE5", + "title": "πŸŽ₯: 1917", + "url": "https://trakt.tv/movies/1917-2019", + "content_text": "πŸŽ₯: 1917 #Movies #Watching #Trakt https://trakt.tv/movies/1917-2019", + "date_published": "Thu, 30 Nov 2023 14:29:43 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111500341838031585" + ], + "lastTootTimestamp": 1701360196589 + }, + "https://coryd.dev/posts/2023/check-in-to-your-personal-site/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9jaGVjay1pbi10by15b3VyLXBlcnNvbmFsLXNpdGUv", + "title": "πŸ“: Check in to your personal site", + "url": "https://coryd.dev/posts/2023/check-in-to-your-personal-site/", + "content_text": "πŸ“: Check in to your personal site #Eleventy #JavaScript #Music https://coryd.dev/posts/2023/check-in-to-your-personal-site/", + "date_published": "Thu, 30 Nov 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111501987717813443" + ], + "lastTootTimestamp": 1701385310725 + }, + "https://coryd.dev/now?ts=1701345600000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDEzNDU2MDAwMDA=", + "title": "🎧: My top artists for the week: The National @ 55 plays, Damien Jurado @ 35 plays, Osees @ 32 plays, Panopticon @ 31 plays, Fawn Limbs @ 30 plays, Cruciamentum @ 26 plays, Jawbreaker @ 24 plays, Agalloch @ 23 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1701345600000", + "content_text": "🎧: My top artists for the week: The National @ 55 plays, Damien Jurado @ 35 plays, Osees @ 32 plays, Panopticon @ 31 plays, Fawn Limbs @ 30 plays, Cruciamentum @ 26 plays, Jawbreaker @ 24 plays, Agalloch @ 23 plays #Music #LastFM https://coryd.dev/now?ts=1701345600000", + "date_published": "Thu, 30 Nov 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111505531104320715" + ], + "lastTootTimestamp": 1701439378479 + }, + "https://app.thestorygraph.com/books/2d191a7d-ae8e-4d7e-aa14-ab5deedd583d": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMmQxOTFhN2QtYWU4ZS00ZDdlLWFhMTQtYWI1ZGVlZGQ1ODNk", + "title": "πŸ“–: The Bill Gates Problem: Reckoning with the Myth of the Good Billionaire", + "url": "https://app.thestorygraph.com/books/2d191a7d-ae8e-4d7e-aa14-ab5deedd583d", + "content_text": "πŸ“–: The Bill Gates Problem: Reckoning with the Myth of the Good Billionaire #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/2d191a7d-ae8e-4d7e-aa14-ab5deedd583d", + "date_published": "Thu, 30 Nov 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111508834433399707" + ], + "lastTootTimestamp": 1701489783285 + }, + "https://app.thestorygraph.com/books/afa2e754-9035-4f8e-a8e8-d654d78ebd0d": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYWZhMmU3NTQtOTAzNS00ZjhlLWE4ZTgtZDY1NGQ3OGViZDBk", + "title": "πŸ“–: Do Androids Dream of Electric Sheep?", + "url": "https://app.thestorygraph.com/books/afa2e754-9035-4f8e-a8e8-d654d78ebd0d", + "content_text": "πŸ“–: Do Androids Dream of Electric Sheep? #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/afa2e754-9035-4f8e-a8e8-d654d78ebd0d", + "date_published": "Sat, 02 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111519248656777718" + ], + "lastTootTimestamp": 1701648692469 + }, + "https://trakt.tv/movies/the-mist-2007": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLW1pc3QtMjAwNw==", + "title": "πŸŽ₯: The Mist", + "url": "https://trakt.tv/movies/the-mist-2007", + "content_text": "πŸŽ₯: The Mist #Movies #Watching #Trakt https://trakt.tv/movies/the-mist-2007", + "date_published": "Mon, 04 Dec 2023 13:57:08 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111522991232651921" + ], + "lastTootTimestamp": 1701705798913 + }, + "https://www.hunker.com/13771126/samsung-laundry-song": { + "id": "aHR0cHM6Ly93d3cuaHVua2VyLmNvbS8xMzc3MTEyNi9zYW1zdW5nLWxhdW5kcnktc29uZw==", + "title": "πŸ”—: Samsung's End-of-Cycle Laundry Machine Song Has a Surprising Backstory", + "url": "https://www.hunker.com/13771126/samsung-laundry-song", + "content_text": "πŸ”—: Samsung's End-of-Cycle Laundry Machine Song Has a Surprising Backstory #Tech https://www.hunker.com/13771126/samsung-laundry-song", + "date_published": "Sun, 03 Dec 2023 20:23:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111523464717831639" + ], + "lastTootTimestamp": 1701713023762 + }, + "https://blog.j11y.io/2023-11-22_multifaceted/": { + "id": "aHR0cHM6Ly9ibG9nLmoxMXkuaW8vMjAyMy0xMS0yMl9tdWx0aWZhY2V0ZWQv", + "title": "πŸ”—: Multifaceted: the linguistic echo chambers of LLMs", + "url": "https://blog.j11y.io/2023-11-22_multifaceted/", + "content_text": "πŸ”—: Multifaceted: the linguistic echo chambers of LLMs #Tech https://blog.j11y.io/2023-11-22_multifaceted/", + "date_published": "Sat, 02 Dec 2023 20:10:10 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111526295846580343" + ], + "lastTootTimestamp": 1701756223316 + }, + "https://trakt.tv/movies/star-trek-the-motion-picture-1979": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLXRoZS1tb3Rpb24tcGljdHVyZS0xOTc5", + "title": "πŸŽ₯: Star Trek: The Motion Picture", + "url": "https://trakt.tv/movies/star-trek-the-motion-picture-1979", + "content_text": "πŸŽ₯: Star Trek: The Motion Picture #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-the-motion-picture-1979", + "date_published": "Tue, 05 Dec 2023 14:38:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111528654072746497" + ], + "lastTootTimestamp": 1701792207038 + }, + "https://coryd.dev/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9wcm9ncmFtbWF0aWNhbGx5LWltcG9ydGluZy15b3VyLWxhc3RmbS1saXN0ZW5pbmctZGF0YS10by1saXN0ZW5icmFpbnov", + "title": "πŸ“: Programmatically importing your Last.fm listening data to ListenBrainz", + "url": "https://coryd.dev/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz/", + "content_text": "πŸ“: Programmatically importing your Last.fm listening data to ListenBrainz #Music #Eleventy #WebDev https://coryd.dev/posts/2023/programmatically-importing-your-lastfm-listening-data-to-listenbrainz/", + "date_published": "Tue, 05 Dec 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111529596792785912" + ], + "lastTootTimestamp": 1701806591797 + }, + "https://www.htmhell.dev/adventcalendar/2023/2/": { + "id": "aHR0cHM6Ly93d3cuaHRtaGVsbC5kZXYvYWR2ZW50Y2FsZW5kYXIvMjAyMy8yLw==", + "title": "πŸ”—: You don't need JavaScript for that", + "url": "https://www.htmhell.dev/adventcalendar/2023/2/", + "content_text": "πŸ”—: You don't need JavaScript for that #WebDev https://www.htmhell.dev/adventcalendar/2023/2/", + "date_published": "Tue, 05 Dec 2023 02:19:50 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111530068218210138" + ], + "lastTootTimestamp": 1701813785115 + }, + "https://app.thestorygraph.com/books/af1e9753-9c7c-4d53-9381-bb0c57f51786": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYWYxZTk3NTMtOWM3Yy00ZDUzLTkzODEtYmIwYzU3ZjUxNzg2", + "title": "πŸ“–: Snow Crash", + "url": "https://app.thestorygraph.com/books/af1e9753-9c7c-4d53-9381-bb0c57f51786", + "content_text": "πŸ“–: Snow Crash #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/af1e9753-9c7c-4d53-9381-bb0c57f51786", + "date_published": "Tue, 05 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111537146521175989" + ], + "lastTootTimestamp": 1701921791454 + }, + "https://trakt.tv/movies/killers-of-the-flower-moon-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMva2lsbGVycy1vZi10aGUtZmxvd2VyLW1vb24tMjAyMw==", + "title": "πŸŽ₯: Killers of the Flower Moon", + "url": "https://trakt.tv/movies/killers-of-the-flower-moon-2023", + "content_text": "πŸŽ₯: Killers of the Flower Moon #Movies #Watching #Trakt https://trakt.tv/movies/killers-of-the-flower-moon-2023", + "date_published": "Thu, 07 Dec 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111540921201947970" + ], + "lastTootTimestamp": 1701979388539 + }, + "https://coryd.dev/now?ts=1701950400000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDE5NTA0MDAwMDA=", + "title": "🎧: My top artists for the week: blink-182 @ 42 plays, Rotten Sound @ 40 plays, Portrayal of Guilt @ 39 plays, Envy @ 35 plays, Wormrot @ 32 plays, HelfrΓ³ @ 25 plays, Gravenchalice @ 23 plays, Afsky @ 20 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1701950400000", + "content_text": "🎧: My top artists for the week: blink-182 @ 42 plays, Rotten Sound @ 40 plays, Portrayal of Guilt @ 39 plays, Envy @ 35 plays, Wormrot @ 32 plays, HelfrΓ³ @ 25 plays, Gravenchalice @ 23 plays, Afsky @ 20 plays #Music #LastFM https://coryd.dev/now?ts=1701950400000", + "date_published": "Thu, 07 Dec 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111544224407918916" + ], + "lastTootTimestamp": 1702029791448 + }, + "https://www.wired.com/story/mirai-untold-story-three-young-hackers-web-killing-monster/": { + "id": "aHR0cHM6Ly93d3cud2lyZWQuY29tL3N0b3J5L21pcmFpLXVudG9sZC1zdG9yeS10aHJlZS15b3VuZy1oYWNrZXJzLXdlYi1raWxsaW5nLW1vbnN0ZXIv", + "title": "πŸ”—: The Mirai Confessions: Three Young Hackers Who Built a Web-Killing Monster Finally Tell Their Story", + "url": "https://www.wired.com/story/mirai-untold-story-three-young-hackers-web-killing-monster/", + "content_text": "πŸ”—: The Mirai Confessions: Three Young Hackers Who Built a Web-Killing Monster Finally Tell Their Story #Tech https://www.wired.com/story/mirai-untold-story-three-young-hackers-web-killing-monster/", + "date_published": "Fri, 01 Dec 2023 19:22:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111546112058244112" + ], + "lastTootTimestamp": 1702058594727 + }, + "https://trakt.tv/movies/oppenheimer-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvb3BwZW5oZWltZXItMjAyMw==", + "title": "πŸŽ₯: Oppenheimer", + "url": "https://trakt.tv/movies/oppenheimer-2023", + "content_text": "πŸŽ₯: Oppenheimer #Movies #Watching #Trakt https://trakt.tv/movies/oppenheimer-2023", + "date_published": "Sat, 09 Dec 2023 23:57:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111553225370138533" + ], + "lastTootTimestamp": 1702167135218 + }, + "https://blakewatson.com/journal/omg-lol-an-oasis-on-the-internet/": { + "id": "aHR0cHM6Ly9ibGFrZXdhdHNvbi5jb20vam91cm5hbC9vbWctbG9sLWFuLW9hc2lzLW9uLXRoZS1pbnRlcm5ldC8=", + "title": "πŸ”—: omg.lol: an oasis on the internet", + "url": "https://blakewatson.com/journal/omg-lol-an-oasis-on-the-internet/", + "content_text": "πŸ”—: omg.lol: an oasis on the internet #Tech https://blakewatson.com/journal/omg-lol-an-oasis-on-the-internet/", + "date_published": "Mon, 11 Dec 2023 02:38:46 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111560270064869221" + ], + "lastTootTimestamp": 1702274628752 + }, + "https://trakt.tv/movies/star-trek-ii-the-wrath-of-khan-1982": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLWlpLXRoZS13cmF0aC1vZi1raGFuLTE5ODI=", + "title": "πŸŽ₯: Star Trek II: The Wrath of Khan", + "url": "https://trakt.tv/movies/star-trek-ii-the-wrath-of-khan-1982", + "content_text": "πŸŽ₯: Star Trek II: The Wrath of Khan #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-ii-the-wrath-of-khan-1982", + "date_published": "Mon, 11 Dec 2023 15:06:29 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111562627582735018" + ], + "lastTootTimestamp": 1702310601611 + }, + "https://app.thestorygraph.com/books/b107665f-edb2-4d4f-842a-e4cbd764e90f": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYjEwNzY2NWYtZWRiMi00ZDRmLTg0MmEtZTRjYmQ3NjRlOTBm", + "title": "πŸ“–: A Fever in the Heartland: The Ku Klux Klan's Plot to Take Over America, and the Woman Who Stopped Them", + "url": "https://app.thestorygraph.com/books/b107665f-edb2-4d4f-842a-e4cbd764e90f", + "content_text": "πŸ“–: A Fever in the Heartland: The Ku Klux Klan's Plot to Take Over America, and the Woman Who Stopped Them #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/b107665f-edb2-4d4f-842a-e4cbd764e90f", + "date_published": "Sun, 10 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111563571106360353" + ], + "lastTootTimestamp": 1702324998666 + }, + "https://www.ursulakleguin.com/a-rant-about-technology": { + "id": "aHR0cHM6Ly93d3cudXJzdWxha2xlZ3Vpbi5jb20vYS1yYW50LWFib3V0LXRlY2hub2xvZ3k=", + "title": "πŸ”—: A Rant About "Technology"", + "url": "https://www.ursulakleguin.com/a-rant-about-technology", + "content_text": "πŸ”—: A Rant About "Technology" #Tech https://www.ursulakleguin.com/a-rant-about-technology", + "date_published": "Tue, 12 Dec 2023 00:31:16 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111565458129770968" + ], + "lastTootTimestamp": 1702353792320 + }, + "https://trakt.tv/movies/star-trek-iii-the-search-for-spock-1984": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLWlpaS10aGUtc2VhcmNoLWZvci1zcG9jay0xOTg0", + "title": "πŸŽ₯: Star Trek III: The Search for Spock", + "url": "https://trakt.tv/movies/star-trek-iii-the-search-for-spock-1984", + "content_text": "πŸŽ₯: Star Trek III: The Search for Spock #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-iii-the-search-for-spock-1984", + "date_published": "Tue, 12 Dec 2023 14:16:11 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111568289131148837" + ], + "lastTootTimestamp": 1702396990209 + }, + "https://app.thestorygraph.com/books/9f063dae-e5ef-4622-8cb6-ba8222222579": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvOWYwNjNkYWUtZTVlZi00NjIyLThjYjYtYmE4MjIyMjIyNTc5", + "title": "πŸ“–: American Gun: The True Story of the AR-15", + "url": "https://app.thestorygraph.com/books/9f063dae-e5ef-4622-8cb6-ba8222222579", + "content_text": "πŸ“–: American Gun: The True Story of the AR-15 #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/9f063dae-e5ef-4622-8cb6-ba8222222579", + "date_published": "Wed, 13 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111582445718906598" + ], + "lastTootTimestamp": 1702613002356 + }, + "https://coryd.dev/now?ts=1702555200000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDI1NTUyMDAwMDA=", + "title": "🎧: My top artists for the week: Inculter @ 42 plays, Godflesh @ 33 plays, Converge @ 31 plays, Immolation @ 29 plays, Free Throw @ 23 plays, AFI @ 21 plays, home is where @ 13 plays, Soft Kill @ 12 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1702555200000", + "content_text": "🎧: My top artists for the week: Inculter @ 42 plays, Godflesh @ 33 plays, Converge @ 31 plays, Immolation @ 29 plays, Free Throw @ 23 plays, AFI @ 21 plays, home is where @ 13 plays, Soft Kill @ 12 plays #Music #LastFM https://coryd.dev/now?ts=1702555200000", + "date_published": "Thu, 14 Dec 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111583860750097922" + ], + "lastTootTimestamp": 1702634594040 + }, + "https://www.techdirt.com/2023/12/15/whats-left-of-cable-tv-is-slowly-going-to-hell/": { + "id": "aHR0cHM6Ly93d3cudGVjaGRpcnQuY29tLzIwMjMvMTIvMTUvd2hhdHMtbGVmdC1vZi1jYWJsZS10di1pcy1zbG93bHktZ29pbmctdG8taGVsbC8=", + "title": "πŸ”—: What’s Left Of Cable TV Is Slowly Going To Hell", + "url": "https://www.techdirt.com/2023/12/15/whats-left-of-cable-tv-is-slowly-going-to-hell/", + "content_text": "πŸ”—: What’s Left Of Cable TV Is Slowly Going To Hell #Tech https://www.techdirt.com/2023/12/15/whats-left-of-cable-tv-is-slowly-going-to-hell/", + "date_published": "Fri, 15 Dec 2023 15:57:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111588107211249724" + ], + "lastTootTimestamp": 1702699390438 + }, + "https://trakt.tv/movies/star-trek-iv-the-voyage-home-1986": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLWl2LXRoZS12b3lhZ2UtaG9tZS0xOTg2", + "title": "πŸŽ₯: Star Trek IV: The Voyage Home", + "url": "https://trakt.tv/movies/star-trek-iv-the-voyage-home-1986", + "content_text": "πŸŽ₯: Star Trek IV: The Voyage Home #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-iv-the-voyage-home-1986", + "date_published": "Fri, 15 Dec 2023 14:59:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111586219950034580" + ], + "lastTootTimestamp": 1702670592598 + }, + "https://rknight.me/meta-doesnt-need-activitypub-to-slurp-up-your-data/": { + "id": "aHR0cHM6Ly9ya25pZ2h0Lm1lL21ldGEtZG9lc250LW5lZWQtYWN0aXZpdHlwdWItdG8tc2x1cnAtdXAteW91ci1kYXRhLw==", + "title": "πŸ”—: Meta Doesn't Need ActivityPub to Slurp Up Your Data", + "url": "https://rknight.me/meta-doesnt-need-activitypub-to-slurp-up-your-data/", + "content_text": "πŸ”—: Meta Doesn't Need ActivityPub to Slurp Up Your Data #Tech #Tech https://rknight.me/meta-doesnt-need-activitypub-to-slurp-up-your-data/", + "date_published": "Fri, 15 Dec 2023 13:11:25 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111586690677687441" + ], + "lastTootTimestamp": 1702677775292 + }, + "https://trakt.tv/movies/star-trek-v-the-final-frontier-1989": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLXYtdGhlLWZpbmFsLWZyb250aWVyLTE5ODk=", + "title": "πŸŽ₯: Star Trek V: The Final Frontier", + "url": "https://trakt.tv/movies/star-trek-v-the-final-frontier-1989", + "content_text": "πŸŽ₯: Star Trek V: The Final Frontier #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-v-the-final-frontier-1989", + "date_published": "Fri, 15 Dec 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111587193900553670" + ], + "lastTootTimestamp": 1702685453867 + }, + "https://trakt.tv/movies/star-trek-vi-the-undiscovered-country-1991": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3Rhci10cmVrLXZpLXRoZS11bmRpc2NvdmVyZWQtY291bnRyeS0xOTkx", + "title": "πŸŽ₯: Star Trek VI: The Undiscovered Country", + "url": "https://trakt.tv/movies/star-trek-vi-the-undiscovered-country-1991", + "content_text": "πŸŽ₯: Star Trek VI: The Undiscovered Country #Movies #Watching #Trakt https://trakt.tv/movies/star-trek-vi-the-undiscovered-country-1991", + "date_published": "Fri, 15 Dec 2023 15:01:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111588579194123900" + ], + "lastTootTimestamp": 1702706591767 + }, + "https://slate.com/culture/2023/12/melrose-place-abortion-art-gala-committee-mel-chin.html": { + "id": "aHR0cHM6Ly9zbGF0ZS5jb20vY3VsdHVyZS8yMDIzLzEyL21lbHJvc2UtcGxhY2UtYWJvcnRpb24tYXJ0LWdhbGEtY29tbWl0dGVlLW1lbC1jaGluLmh0bWw=", + "title": "πŸ”—: The Virus Inside Your TV", + "url": "https://slate.com/culture/2023/12/melrose-place-abortion-art-gala-committee-mel-chin.html", + "content_text": "πŸ”—: The Virus Inside Your TV https://slate.com/culture/2023/12/melrose-place-abortion-art-gala-committee-mel-chin.html", + "date_published": "Tue, 12 Dec 2023 13:40:23 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111587669717148700" + ], + "lastTootTimestamp": 1702692714228 + }, + "https://trakt.tv/movies/prospect-2018": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcHJvc3BlY3QtMjAxOA==", + "title": "πŸŽ₯: Prospect", + "url": "https://trakt.tv/movies/prospect-2018", + "content_text": "πŸŽ₯: Prospect #Movies #Watching #Trakt https://trakt.tv/movies/prospect-2018", + "date_published": "Sun, 17 Dec 2023 21:36:44 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111599433260636741" + ], + "lastTootTimestamp": 1702872211678 + }, + "https://manuelmoreale.com/@/page/lB9xVypmDrlu2TVM": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UvbEI5eFZ5cG1Ecmx1MlRWTQ==", + "title": "πŸ”—: Pirating social media", + "url": "https://manuelmoreale.com/@/page/lB9xVypmDrlu2TVM", + "content_text": "πŸ”—: Pirating social media #Tech #Tech https://manuelmoreale.com/@/page/lB9xVypmDrlu2TVM", + "date_published": "Sun, 17 Dec 2023 19:05:04 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111598521787049488" + ], + "lastTootTimestamp": 1702858303710 + }, + "https://manuelmoreale.com/the-personality-of-a-personal-website": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS90aGUtcGVyc29uYWxpdHktb2YtYS1wZXJzb25hbC13ZWJzaXRl", + "title": "πŸ”—: The personality of a personal website", + "url": "https://manuelmoreale.com/the-personality-of-a-personal-website", + "content_text": "πŸ”—: The personality of a personal website #WebDev https://manuelmoreale.com/the-personality-of-a-personal-website", + "date_published": "Sun, 17 Dec 2023 19:04:14 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111599003299504853" + ], + "lastTootTimestamp": 1702865651050 + }, + "https://app.thestorygraph.com/books/d666516f-4adc-4d29-b71f-92ddea83937c": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZDY2NjUxNmYtNGFkYy00ZDI5LWI3MWYtOTJkZGVhODM5Mzdj", + "title": "πŸ“–: Breaking Twitter", + "url": "https://app.thestorygraph.com/books/d666516f-4adc-4d29-b71f-92ddea83937c", + "content_text": "πŸ“–: Breaking Twitter #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/d666516f-4adc-4d29-b71f-92ddea83937c", + "date_published": "Sat, 16 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111598015169138271" + ], + "lastTootTimestamp": 1702850573328 + }, + "https://app.thestorygraph.com/books/2f6044dd-2a23-4db2-b8e3-afb8cbdde0e0": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMmY2MDQ0ZGQtMmEyMy00ZGIyLWI4ZTMtYWZiOGNiZGRlMGUw", + "title": "πŸ“–: King: A Life", + "url": "https://app.thestorygraph.com/books/2f6044dd-2a23-4db2-b8e3-afb8cbdde0e0", + "content_text": "πŸ“–: King: A Life #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/2f6044dd-2a23-4db2-b8e3-afb8cbdde0e0", + "date_published": "Sun, 17 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111603206432598110" + ], + "lastTootTimestamp": 1702929785779 + }, + "https://trakt.tv/movies/the-thing-1982": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXRoaW5nLTE5ODI=", + "title": "πŸŽ₯: The Thing", + "url": "https://trakt.tv/movies/the-thing-1982", + "content_text": "πŸŽ₯: The Thing #Movies #Watching #Trakt https://trakt.tv/movies/the-thing-1982", + "date_published": "Tue, 19 Dec 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111608867883537431" + ], + "lastTootTimestamp": 1703016172615 + }, + "https://coryd.dev/posts/2023/leaning-into-google-services/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9sZWFuaW5nLWludG8tZ29vZ2xlLXNlcnZpY2VzLw==", + "title": "πŸ“: Why I'm leaning into Google services", + "url": "https://coryd.dev/posts/2023/leaning-into-google-services/", + "content_text": "πŸ“: Why I'm leaning into Google services #macOS #Apple #Tech https://coryd.dev/posts/2023/leaning-into-google-services/", + "date_published": "Tue, 19 Dec 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111608946236551993" + ], + "lastTootTimestamp": 1703017368184 + }, + "https://wheresyoured.at/p/software-has-beaten-the-world": { + "id": "aHR0cHM6Ly93aGVyZXN5b3VyZWQuYXQvcC9zb2Z0d2FyZS1oYXMtYmVhdGVuLXRoZS13b3JsZA==", + "title": "πŸ”—: Software Is Beating The World", + "url": "https://wheresyoured.at/p/software-has-beaten-the-world", + "content_text": "πŸ”—: Software Is Beating The World #Tech #Economics https://wheresyoured.at/p/software-has-beaten-the-world", + "date_published": "Mon, 18 Mar 2024 22:52:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111610755865308612" + ], + "lastTootTimestamp": 1703044980904 + }, + "https://trakt.tv/movies/silent-night-2023-12-01": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc2lsZW50LW5pZ2h0LTIwMjMtMTItMDE=", + "title": "πŸŽ₯: Silent Night", + "url": "https://trakt.tv/movies/silent-night-2023-12-01", + "content_text": "πŸŽ₯: Silent Night #Movies #Watching #Trakt https://trakt.tv/movies/silent-night-2023-12-01", + "date_published": "Wed, 20 Dec 2023 05:34:42 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111611699752419568" + ], + "lastTootTimestamp": 1703059383486 + }, + "https://trakt.tv/movies/the-abyss-1989": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWFieXNzLTE5ODk=", + "title": "πŸŽ₯: The Abyss", + "url": "https://trakt.tv/movies/the-abyss-1989", + "content_text": "πŸŽ₯: The Abyss #Movies #Watching #Trakt https://trakt.tv/movies/the-abyss-1989", + "date_published": "Thu, 21 Dec 2023 14:59:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111621168310928394" + ], + "lastTootTimestamp": 1703203862261 + }, + "https://jacobian.org/2023/dec/20/tech-debt/": { + "id": "aHR0cHM6Ly9qYWNvYmlhbi5vcmcvMjAyMy9kZWMvMjAvdGVjaC1kZWJ0Lw==", + "title": "πŸ”—: Managing Technical Debt", + "url": "https://jacobian.org/2023/dec/20/tech-debt/", + "content_text": "πŸ”—: Managing Technical Debt #WebDev https://jacobian.org/2023/dec/20/tech-debt/", + "date_published": "Wed, 20 Dec 2023 21:06:33 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111623026475258047" + ], + "lastTootTimestamp": 1703232215584 + }, + "https://trakt.tv/movies/the-hunger-games-the-ballad-of-songbirds-snakes-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWh1bmdlci1nYW1lcy10aGUtYmFsbGFkLW9mLXNvbmdiaXJkcy1zbmFrZXMtMjAyMw==", + "title": "πŸŽ₯: The Hunger Games: The Ballad of Songbirds & Snakes", + "url": "https://trakt.tv/movies/the-hunger-games-the-ballad-of-songbirds-snakes-2023", + "content_text": "πŸŽ₯: The Hunger Games: The Ballad of Songbirds & Snakes #Movies #Watching #Trakt https://trakt.tv/movies/the-hunger-games-the-ballad-of-songbirds-snakes-2023", + "date_published": "Wed, 20 Dec 2023 15:01:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111620582469864093" + ], + "lastTootTimestamp": 1703194923667 + }, + "https://locusmag.com/2023/12/commentary-cory-doctorow-what-kind-of-bubble-is-ai/": { + "id": "aHR0cHM6Ly9sb2N1c21hZy5jb20vMjAyMy8xMi9jb21tZW50YXJ5LWNvcnktZG9jdG9yb3ctd2hhdC1raW5kLW9mLWJ1YmJsZS1pcy1haS8=", + "title": "πŸ”—: Cory Doctorow: What Kind of Bubble is AI?", + "url": "https://locusmag.com/2023/12/commentary-cory-doctorow-what-kind-of-bubble-is-ai/", + "content_text": "πŸ”—: Cory Doctorow: What Kind of Bubble is AI? #Tech https://locusmag.com/2023/12/commentary-cory-doctorow-what-kind-of-bubble-is-ai/", + "date_published": "Tue, 19 Dec 2023 17:03:52 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111622081210344612" + ], + "lastTootTimestamp": 1703217791948 + }, + "https://adrianroselli.com/2023/12/baseline-does-not-really-cover-baseline-support.html": { + "id": "aHR0cHM6Ly9hZHJpYW5yb3NlbGxpLmNvbS8yMDIzLzEyL2Jhc2VsaW5lLWRvZXMtbm90LXJlYWxseS1jb3Zlci1iYXNlbGluZS1zdXBwb3J0Lmh0bWw=", + "title": "πŸ”—: Baseline Does Not Really Cover Baseline Support", + "url": "https://adrianroselli.com/2023/12/baseline-does-not-really-cover-baseline-support.html", + "content_text": "πŸ”—: Baseline Does Not Really Cover Baseline Support #WebDev https://adrianroselli.com/2023/12/baseline-does-not-really-cover-baseline-support.html", + "date_published": "Sat, 16 Dec 2023 17:27:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111620664683668934" + ], + "lastTootTimestamp": 1703196177482 + }, + "https://pepelsbey.dev/articles/eleventy-css-js/": { + "id": "aHR0cHM6Ly9wZXBlbHNiZXkuZGV2L2FydGljbGVzL2VsZXZlbnR5LWNzcy1qcy8=", + "title": "πŸ”—: CSS and JavaScript as first-class citizens in Eleventy", + "url": "https://pepelsbey.dev/articles/eleventy-css-js/", + "content_text": "πŸ”—: CSS and JavaScript as first-class citizens in Eleventy #JavaScript #WebDev https://pepelsbey.dev/articles/eleventy-css-js/", + "date_published": "Mon, 11 Dec 2023 17:47:26 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111621642579180184" + ], + "lastTootTimestamp": 1703211098982 + }, + "https://trakt.tv/movies/escape-from-new-york-1981": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZXNjYXBlLWZyb20tbmV3LXlvcmstMTk4MQ==", + "title": "πŸŽ₯: Escape from New York", + "url": "https://trakt.tv/movies/escape-from-new-york-1981", + "content_text": "πŸŽ₯: Escape from New York #Movies #Watching #Trakt https://trakt.tv/movies/escape-from-new-york-1981", + "date_published": "Thu, 21 Dec 2023 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111622554629634812" + ], + "lastTootTimestamp": 1703225015784 + }, + "https://coryd.dev/now?ts=1703160000000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDMxNjAwMDAwMDA=", + "title": "🎧: My top artists for the week: Vektor @ 61 plays, AFI @ 32 plays, Mastodon @ 27 plays, Gudsforladt @ 26 plays, Nucleus @ 25 plays, Panopticon @ 22 plays, Dinosaur Jr. @ 20 plays, Obliteration @ 16 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1703160000000", + "content_text": "🎧: My top artists for the week: Vektor @ 61 plays, AFI @ 32 plays, Mastodon @ 27 plays, Gudsforladt @ 26 plays, Nucleus @ 25 plays, Panopticon @ 22 plays, Dinosaur Jr. @ 20 plays, Obliteration @ 16 plays #Music #LastFM https://coryd.dev/now?ts=1703160000000", + "date_published": "Thu, 21 Dec 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111623496231910137" + ], + "lastTootTimestamp": 1703239383471 + }, + "https://trakt.tv/movies/suitable-flesh-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3VpdGFibGUtZmxlc2gtMjAyMw==", + "title": "πŸŽ₯: Suitable Flesh", + "url": "https://trakt.tv/movies/suitable-flesh-2023", + "content_text": "πŸŽ₯: Suitable Flesh #Movies #Watching #Trakt https://trakt.tv/movies/suitable-flesh-2023", + "date_published": "Fri, 22 Dec 2023 14:57:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111625855931626695" + ], + "lastTootTimestamp": 1703275389928 + }, + "https://trakt.tv/movies/cube-1997": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvY3ViZS0xOTk3", + "title": "πŸŽ₯: Cube", + "url": "https://trakt.tv/movies/cube-1997", + "content_text": "πŸŽ₯: Cube #Movies #Watching #Trakt https://trakt.tv/movies/cube-1997", + "date_published": "Fri, 22 Dec 2023 14:58:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111626327033192293" + ], + "lastTootTimestamp": 1703282578103 + }, + "https://trakt.tv/movies/leave-the-world-behind-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbGVhdmUtdGhlLXdvcmxkLWJlaGluZC0yMDIz", + "title": "πŸŽ₯: Leave the World Behind", + "url": "https://trakt.tv/movies/leave-the-world-behind-2023", + "content_text": "πŸŽ₯: Leave the World Behind #Movies #Watching #Trakt https://trakt.tv/movies/leave-the-world-behind-2023", + "date_published": "Fri, 22 Dec 2023 14:59:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111627297045714047" + ], + "lastTootTimestamp": 1703297379300 + }, + "https://trakt.tv/movies/attack-the-block-2011": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYXR0YWNrLXRoZS1ibG9jay0yMDEx", + "title": "πŸŽ₯: Attack the Block", + "url": "https://trakt.tv/movies/attack-the-block-2011", + "content_text": "πŸŽ₯: Attack the Block #Movies #Watching #Trakt https://trakt.tv/movies/attack-the-block-2011", + "date_published": "Sat, 23 Dec 2023 03:53:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111628216221836005" + ], + "lastTootTimestamp": 1703311404808 + }, + "https://trakt.tv/movies/barbie-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYmFyYmllLTIwMjM=", + "title": "πŸŽ₯: Barbie", + "url": "https://trakt.tv/movies/barbie-2023", + "content_text": "πŸŽ₯: Barbie #Movies #Watching #Trakt https://trakt.tv/movies/barbie-2023", + "date_published": "Sat, 23 Dec 2023 23:04:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111632496460441568" + ], + "lastTootTimestamp": 1703376716138 + }, + "https://gkeenan.co/avgb/i-learned-to-love-cooking-and-all-i-had-to-do-was-destroy-my-entire-life": { + "id": "aHR0cHM6Ly9na2VlbmFuLmNvL2F2Z2IvaS1sZWFybmVkLXRvLWxvdmUtY29va2luZy1hbmQtYWxsLWktaGFkLXRvLWRvLXdhcy1kZXN0cm95LW15LWVudGlyZS1saWZl", + "title": "πŸ”—: I learned to love cooking, and all I had to do was destroy my entire life", + "url": "https://gkeenan.co/avgb/i-learned-to-love-cooking-and-all-i-had-to-do-was-destroy-my-entire-life", + "content_text": "πŸ”—: I learned to love cooking, and all I had to do was destroy my entire life https://gkeenan.co/avgb/i-learned-to-love-cooking-and-all-i-had-to-do-was-destroy-my-entire-life", + "date_published": "Fri, 22 Dec 2023 03:56:04 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111633879011227511" + ], + "lastTootTimestamp": 1703397812138 + }, + "https://erinkissane.com/untangling-threads": { + "id": "aHR0cHM6Ly9lcmlua2lzc2FuZS5jb20vdW50YW5nbGluZy10aHJlYWRz", + "title": "πŸ”—: Untangling Threads", + "url": "https://erinkissane.com/untangling-threads", + "content_text": "πŸ”—: Untangling Threads #Tech #Tech https://erinkissane.com/untangling-threads", + "date_published": "Thu, 21 Dec 2023 22:45:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111638635153141546" + ], + "lastTootTimestamp": 1703470385102 + }, + "https://app.thestorygraph.com/books/05de5de3-3572-4d50-b70e-651909502ca1": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMDVkZTVkZTMtMzU3Mi00ZDUwLWI3MGUtNjUxOTA5NTAyY2Ex", + "title": "πŸ“–: NoMeansNo: From Obscurity to Oblivion: an Oral History", + "url": "https://app.thestorygraph.com/books/05de5de3-3572-4d50-b70e-651909502ca1", + "content_text": "πŸ“–: NoMeansNo: From Obscurity to Oblivion: an Oral History #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/05de5de3-3572-4d50-b70e-651909502ca1", + "date_published": "Sun, 24 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111644287617733599" + ], + "lastTootTimestamp": 1703556634838 + }, + "https://trakt.tv/movies/chasing-amy-1997": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvY2hhc2luZy1hbXktMTk5Nw==", + "title": "πŸŽ₯: Chasing Amy", + "url": "https://trakt.tv/movies/chasing-amy-1997", + "content_text": "πŸŽ₯: Chasing Amy #Movies #Watching #Trakt https://trakt.tv/movies/chasing-amy-1997", + "date_published": "Tue, 26 Dec 2023 18:41:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111648976499723320" + ], + "lastTootTimestamp": 1703628181538 + }, + "https://trakt.tv/movies/rebel-moon-part-one-a-child-of-fire-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcmViZWwtbW9vbi1wYXJ0LW9uZS1hLWNoaWxkLW9mLWZpcmUtMjAyMw==", + "title": "πŸŽ₯: Rebel Moon - Part One: A Child of Fire", + "url": "https://trakt.tv/movies/rebel-moon-part-one-a-child-of-fire-2023", + "content_text": "πŸŽ₯: Rebel Moon - Part One: A Child of Fire #Movies #Watching #Trakt https://trakt.tv/movies/rebel-moon-part-one-a-child-of-fire-2023", + "date_published": "Wed, 27 Dec 2023 14:57:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111655141630226443" + ], + "lastTootTimestamp": 1703722253946 + }, + "https://trakt.tv/movies/empire-records-1995": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZW1waXJlLXJlY29yZHMtMTk5NQ==", + "title": "πŸŽ₯: Empire Records", + "url": "https://trakt.tv/movies/empire-records-1995", + "content_text": "πŸŽ₯: Empire Records #Movies #Watching #Trakt https://trakt.tv/movies/empire-records-1995", + "date_published": "Thu, 28 Dec 2023 14:55:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111659830116176273" + ], + "lastTootTimestamp": 1703793794573 + }, + "https://flamedfury.com/posts/relics-of-the-web/": { + "id": "aHR0cHM6Ly9mbGFtZWRmdXJ5LmNvbS9wb3N0cy9yZWxpY3Mtb2YtdGhlLXdlYi8=", + "title": "πŸ”—: Relics Of The Web", + "url": "https://flamedfury.com/posts/relics-of-the-web/", + "content_text": "πŸ”—: Relics Of The Web #WebDev https://flamedfury.com/posts/relics-of-the-web/", + "date_published": "Thu, 28 Dec 2023 09:55:36 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111659358972649933" + ], + "lastTootTimestamp": 1703786605503 + }, + "https://trakt.tv/movies/falling-down-1993": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFsbGluZy1kb3duLTE5OTM=", + "title": "πŸŽ₯: Falling Down", + "url": "https://trakt.tv/movies/falling-down-1993", + "content_text": "πŸŽ₯: Falling Down #Movies #Watching #Trakt https://trakt.tv/movies/falling-down-1993", + "date_published": "Thu, 28 Dec 2023 14:56:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111660300688326537" + ], + "lastTootTimestamp": 1703800974912 + }, + "https://coryd.dev/posts/2023/2023-in-review/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy8yMDIzLWluLXJldmlldy8=", + "title": "πŸ“: 2023 in review", + "url": "https://coryd.dev/posts/2023/2023-in-review/", + "content_text": "πŸ“: 2023 in review #Books #Music #WebDev #Eleventy https://coryd.dev/posts/2023/2023-in-review/", + "date_published": "Thu, 28 Dec 2023 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111660937384186769" + ], + "lastTootTimestamp": 1703810690143 + }, + "https://rknight.me/blog/the-web-is-fantastic/": { + "id": "aHR0cHM6Ly9ya25pZ2h0Lm1lL2Jsb2cvdGhlLXdlYi1pcy1mYW50YXN0aWMv", + "title": "πŸ”—: The Web is Fantastic", + "url": "https://rknight.me/blog/the-web-is-fantastic/", + "content_text": "πŸ”—: The Web is Fantastic #Tech #WebDev https://rknight.me/blog/the-web-is-fantastic/", + "date_published": "Fri, 29 Dec 2023 01:45:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111661718525747623" + ], + "lastTootTimestamp": 1703822609403 + }, + "https://coryd.dev/now?ts=1703764800000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDM3NjQ4MDAwMDA=", + "title": "🎧: My top artists for the week: blink-182 @ 21 plays, Carnal Tomb @ 21 plays, Knuckle Puck @ 19 plays, Cerebral Rot @ 18 plays, Rush @ 18 plays, Basement @ 16 plays, Drug Church @ 16 plays, Soft Kill @ 15 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1703764800000", + "content_text": "🎧: My top artists for the week: blink-182 @ 21 plays, Carnal Tomb @ 21 plays, Knuckle Puck @ 19 plays, Cerebral Rot @ 18 plays, Rush @ 18 plays, Basement @ 16 plays, Drug Church @ 16 plays, Soft Kill @ 15 plays #Music #LastFM https://coryd.dev/now?ts=1703764800000", + "date_published": "Thu, 28 Dec 2023 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111663132194835058" + ], + "lastTootTimestamp": 1703844180309 + }, + "https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTc0NzNhZjAtNmQ5ZC00ODYwLTgzNWEtNmMwMWEyMTMxMDQw", + "title": "πŸ“–: The Gospel of J. Edgar Hoover: How the FBI Aided and Abetted the Rise of White Christian Nationalism", + "url": "https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040", + "content_text": "πŸ“–: The Gospel of J. Edgar Hoover: How the FBI Aided and Abetted the Rise of White Christian Nationalism #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040", + "date_published": "Thu, 28 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111665493077443965" + ], + "lastTootTimestamp": 1703880204520 + }, + "https://trakt.tv/movies/the-last-starfighter-1984": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWxhc3Qtc3RhcmZpZ2h0ZXItMTk4NA==", + "title": "πŸŽ₯: The Last Starfighter", + "url": "https://trakt.tv/movies/the-last-starfighter-1984", + "content_text": "πŸŽ₯: The Last Starfighter #Movies #Watching #Trakt https://trakt.tv/movies/the-last-starfighter-1984", + "date_published": "Sat, 30 Dec 2023 00:01:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111666938064800756" + ], + "lastTootTimestamp": 1703902253247 + }, + "https://trakt.tv/movies/the-goonies-1985": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWdvb25pZXMtMTk4NQ==", + "title": "πŸŽ₯: The Goonies", + "url": "https://trakt.tv/movies/the-goonies-1985", + "content_text": "πŸŽ₯: The Goonies #Movies #Watching #Trakt https://trakt.tv/movies/the-goonies-1985", + "date_published": "Sat, 30 Dec 2023 19:05:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111672134314767904" + ], + "lastTootTimestamp": 1703981541718 + }, + "https://www.rollingstone.com/culture/culture-commentary/internet-future-about-to-get-weird-1234938403/": { + "id": "aHR0cHM6Ly93d3cucm9sbGluZ3N0b25lLmNvbS9jdWx0dXJlL2N1bHR1cmUtY29tbWVudGFyeS9pbnRlcm5ldC1mdXR1cmUtYWJvdXQtdG8tZ2V0LXdlaXJkLTEyMzQ5Mzg0MDMv", + "title": "πŸ”—: The Internet Is About to Get Weird Again", + "url": "https://www.rollingstone.com/culture/culture-commentary/internet-future-about-to-get-weird-1234938403/", + "content_text": "πŸ”—: The Internet Is About to Get Weird Again #Tech https://www.rollingstone.com/culture/culture-commentary/internet-future-about-to-get-weird-1234938403/", + "date_published": "Sat, 30 Dec 2023 17:51:14 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111672613915205663" + ], + "lastTootTimestamp": 1703988859833 + }, + "https://chrismcleod.dev/blog/blogging-is-where-its-at-again/": { + "id": "aHR0cHM6Ly9jaHJpc21jbGVvZC5kZXYvYmxvZy9ibG9nZ2luZy1pcy13aGVyZS1pdHMtYXQtYWdhaW4v", + "title": "πŸ”—: Blogging is where it's at, again", + "url": "https://chrismcleod.dev/blog/blogging-is-where-its-at-again/", + "content_text": "πŸ”—: Blogging is where it's at, again #Tech https://chrismcleod.dev/blog/blogging-is-where-its-at-again/", + "date_published": "Fri, 29 Dec 2023 02:22:47 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111671625091742514" + ], + "lastTootTimestamp": 1703973771610 + }, + "https://trakt.tv/movies/dawn-of-the-dead-2004": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZGF3bi1vZi10aGUtZGVhZC0yMDA0", + "title": "πŸŽ₯: Dawn of the Dead", + "url": "https://trakt.tv/movies/dawn-of-the-dead-2004", + "content_text": "πŸŽ₯: Dawn of the Dead #Movies #Watching #Trakt https://trakt.tv/movies/dawn-of-the-dead-2004", + "date_published": "Sun, 31 Dec 2023 17:53:04 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111677287412529122" + ], + "lastTootTimestamp": 1704060171793 + }, + "https://multiline.co/mment/2023/12/building-robots-txt/": { + "id": "aHR0cHM6Ly9tdWx0aWxpbmUuY28vbW1lbnQvMjAyMy8xMi9idWlsZGluZy1yb2JvdHMtdHh0Lw==", + "title": "πŸ”—: Building robots.txt from a simple API endpoint", + "url": "https://multiline.co/mment/2023/12/building-robots-txt/", + "content_text": "πŸ”—: Building robots.txt from a simple API endpoint #WebDev https://multiline.co/mment/2023/12/building-robots-txt/", + "date_published": "Sun, 31 Dec 2023 09:42:32 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111676816268618808" + ], + "lastTootTimestamp": 1704052982690 + }, + "https://trakt.tv/movies/toy-story-2-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdG95LXN0b3J5LTItMTk5OQ==", + "title": "πŸŽ₯: Toy Story 2", + "url": "https://trakt.tv/movies/toy-story-2-1999", + "content_text": "πŸŽ₯: Toy Story 2 #Movies #Watching #Trakt https://trakt.tv/movies/toy-story-2-1999", + "date_published": "Sun, 31 Dec 2023 21:48:53 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111678282392054127" + ], + "lastTootTimestamp": 1704075353934 + }, + "https://github.com/readme/featured/aol-programming-culture": { + "id": "aHR0cHM6Ly9naXRodWIuY29tL3JlYWRtZS9mZWF0dXJlZC9hb2wtcHJvZ3JhbW1pbmctY3VsdHVyZQ==", + "title": "πŸ”—: What hacking AOL taught a generation of programmers", + "url": "https://github.com/readme/featured/aol-programming-culture", + "content_text": "πŸ”—: What hacking AOL taught a generation of programmers #Tech https://github.com/readme/featured/aol-programming-culture", + "date_published": "Tue, 26 Dec 2023 02:46:37 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111677797576480360" + ], + "lastTootTimestamp": 1704067956251 + }, + "https://trakt.tv/movies/blade-trinity-2004": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYmxhZGUtdHJpbml0eS0yMDA0", + "title": "πŸŽ₯: Blade: Trinity", + "url": "https://trakt.tv/movies/blade-trinity-2004", + "content_text": "πŸŽ₯: Blade: Trinity #Movies #Watching #Trakt https://trakt.tv/movies/blade-trinity-2004", + "date_published": "Sun, 31 Dec 2023 23:22:33 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111678705029794471" + ], + "lastTootTimestamp": 1704081802886 + }, + "https://danmcquillan.org/ai_thatcherism.html": { + "id": "aHR0cHM6Ly9kYW5tY3F1aWxsYW4ub3JnL2FpX3RoYXRjaGVyaXNtLmh0bWw=", + "title": "πŸ”—: AI as Algorithmic Thatcherism", + "url": "https://danmcquillan.org/ai_thatcherism.html", + "content_text": "πŸ”—: AI as Algorithmic Thatcherism #Tech https://danmcquillan.org/ai_thatcherism.html", + "date_published": "Mon, 19 Feb 2024 04:55:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111679650009366048" + ], + "lastTootTimestamp": 1704096222144 + }, + "https://trakt.tv/movies/the-siege-1998": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXNpZWdlLTE5OTg=", + "title": "πŸŽ₯: The Siege", + "url": "https://trakt.tv/movies/the-siege-1998", + "content_text": "πŸŽ₯: The Siege #Movies #Watching #Trakt https://trakt.tv/movies/the-siege-1998", + "date_published": "Mon, 01 Jan 2024 14:25:20 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111681535408955263" + ], + "lastTootTimestamp": 1704124991062 + }, + "https://thebaffler.com/latest/its-all-bullshit-tan": { + "id": "aHR0cHM6Ly90aGViYWZmbGVyLmNvbS9sYXRlc3QvaXRzLWFsbC1idWxsc2hpdC10YW4=", + "title": "πŸ”—: It’s All Bullshit", + "url": "https://thebaffler.com/latest/its-all-bullshit-tan", + "content_text": "πŸ”—: It’s All Bullshit #Tech https://thebaffler.com/latest/its-all-bullshit-tan", + "date_published": "Mon, 01 Jan 2024 17:36:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111682478520839428" + ], + "lastTootTimestamp": 1704139381793 + }, + "https://www.mayank.co/blog/react-server-components": { + "id": "aHR0cHM6Ly93d3cubWF5YW5rLmNvL2Jsb2cvcmVhY3Qtc2VydmVyLWNvbXBvbmVudHM=", + "title": "πŸ”—: React Server Components: the Good, the Bad, and the Ugly", + "url": "https://www.mayank.co/blog/react-server-components", + "content_text": "πŸ”—: React Server Components: the Good, the Bad, and the Ugly #WebDev https://www.mayank.co/blog/react-server-components", + "date_published": "Mon, 01 Jan 2024 16:13:33 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111682950321080558" + ], + "lastTootTimestamp": 1704146580910 + }, + "https://app.thestorygraph.com/books/aae944bf-109d-4728-939b-17dfac5d3b15": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYWFlOTQ0YmYtMTA5ZC00NzI4LTkzOWItMTdkZmFjNWQzYjE1", + "title": "πŸ“–: NoMeansNo: Going Nowhere", + "url": "https://app.thestorygraph.com/books/aae944bf-109d-4728-939b-17dfac5d3b15", + "content_text": "πŸ“–: NoMeansNo: Going Nowhere #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/aae944bf-109d-4728-939b-17dfac5d3b15", + "date_published": "Sun, 31 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111683454886432939" + ], + "lastTootTimestamp": 1704154279932 + }, + "https://trakt.tv/movies/3-10-to-yuma-2007": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvMy0xMC10by15dW1hLTIwMDc=", + "title": "πŸŽ₯: 3:10 to Yuma", + "url": "https://trakt.tv/movies/3-10-to-yuma-2007", + "content_text": "πŸŽ₯: 3:10 to Yuma #Movies #Watching #Trakt https://trakt.tv/movies/3-10-to-yuma-2007", + "date_published": "Mon, 01 Jan 2024 23:39:46 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111684366409009499" + ], + "lastTootTimestamp": 1704168188664 + }, + "https://app.thestorygraph.com/books/814c649b-1378-4f3b-b9af-f12c1d0f8059": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvODE0YzY0OWItMTM3OC00ZjNiLWI5YWYtZjEyYzFkMGY4MDU5", + "title": "πŸ“–: The Clash: All the Albums, All the Songs", + "url": "https://app.thestorygraph.com/books/814c649b-1378-4f3b-b9af-f12c1d0f8059", + "content_text": "πŸ“–: The Clash: All the Albums, All the Songs #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/814c649b-1378-4f3b-b9af-f12c1d0f8059", + "date_published": "Sun, 31 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111683935911092491" + ], + "lastTootTimestamp": 1704161619811 + }, + "https://bix.blog/2024/01/01/its-time-for-blogging-to-pump-up-the-volume/": { + "id": "aHR0cHM6Ly9iaXguYmxvZy8yMDI0LzAxLzAxL2l0cy10aW1lLWZvci1ibG9nZ2luZy10by1wdW1wLXVwLXRoZS12b2x1bWUv", + "title": "πŸ”—: The Year For Blogging To Pump Up The Volume", + "url": "https://bix.blog/2024/01/01/its-time-for-blogging-to-pump-up-the-volume/", + "content_text": "πŸ”—: The Year For Blogging To Pump Up The Volume #Tech https://bix.blog/2024/01/01/its-time-for-blogging-to-pump-up-the-volume/", + "date_published": "Mon, 01 Jan 2024 20:12:14 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111684839459635992" + ], + "lastTootTimestamp": 1704175406849 + }, + "https://app.thestorygraph.com/books/f5f5128e-6350-4b60-be37-9d2334412cf7": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZjVmNTEyOGUtNjM1MC00YjYwLWJlMzctOWQyMzM0NDEyY2Y3", + "title": "πŸ“–: Anthem: Rush in the '70s", + "url": "https://app.thestorygraph.com/books/f5f5128e-6350-4b60-be37-9d2334412cf7", + "content_text": "πŸ“–: Anthem: Rush in the '70s #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/f5f5128e-6350-4b60-be37-9d2334412cf7", + "date_published": "Sun, 31 Dec 2023 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111685311931564388" + ], + "lastTootTimestamp": 1704182616198 + }, + "https://trakt.tv/movies/the-cabin-in-the-woods-2012": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWNhYmluLWluLXRoZS13b29kcy0yMDEy", + "title": "πŸŽ₯: The Cabin in the Woods", + "url": "https://trakt.tv/movies/the-cabin-in-the-woods-2012", + "content_text": "πŸŽ₯: The Cabin in the Woods #Movies #Watching #Trakt https://trakt.tv/movies/the-cabin-in-the-woods-2012", + "date_published": "Tue, 02 Jan 2024 14:04:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111687198219805831" + ], + "lastTootTimestamp": 1704211398683 + }, + "https://trakt.tv/movies/go-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZ28tMTk5OQ==", + "title": "πŸŽ₯: Go", + "url": "https://trakt.tv/movies/go-1999", + "content_text": "πŸŽ₯: Go #Movies #Watching #Trakt https://trakt.tv/movies/go-1999", + "date_published": "Tue, 02 Jan 2024 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111687670688247141" + ], + "lastTootTimestamp": 1704218607985 + }, + "https://pxlnv.com/blog/how-to-be-optimistic/": { + "id": "aHR0cHM6Ly9weGxudi5jb20vYmxvZy9ob3ctdG8tYmUtb3B0aW1pc3RpYy8=", + "title": "πŸ”—: How to Be Optimistic About Technology Now", + "url": "https://pxlnv.com/blog/how-to-be-optimistic/", + "content_text": "πŸ”—: How to Be Optimistic About Technology Now #Tech https://pxlnv.com/blog/how-to-be-optimistic/", + "date_published": "Tue, 02 Jan 2024 18:57:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111688140950438923" + ], + "lastTootTimestamp": 1704225783591 + }, + "https://slate.com/technology/2023/12/ai-mass-spying-internet-surveillance.html": { + "id": "aHR0cHM6Ly9zbGF0ZS5jb20vdGVjaG5vbG9neS8yMDIzLzEyL2FpLW1hc3Mtc3B5aW5nLWludGVybmV0LXN1cnZlaWxsYW5jZS5odG1s", + "title": "πŸ”—: The Internet Enabled Mass Surveillance. A.I. Will Enable Mass Spying.", + "url": "https://slate.com/technology/2023/12/ai-mass-spying-internet-surveillance.html", + "content_text": "πŸ”—: The Internet Enabled Mass Surveillance. A.I. Will Enable Mass Spying. #Tech https://slate.com/technology/2023/12/ai-mass-spying-internet-surveillance.html", + "date_published": "Wed, 03 Jan 2024 00:09:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111689592416654638" + ], + "lastTootTimestamp": 1704247931242 + }, + "https://infrequently.org/2024/01/the-web-is-the-app-store/": { + "id": "aHR0cHM6Ly9pbmZyZXF1ZW50bHkub3JnLzIwMjQvMDEvdGhlLXdlYi1pcy10aGUtYXBwLXN0b3JlLw==", + "title": "πŸ”—: Why Are Tech Reporters Sleeping On The Biggest App Store Story?", + "url": "https://infrequently.org/2024/01/the-web-is-the-app-store/", + "content_text": "πŸ”—: Why Are Tech Reporters Sleeping On The Biggest App Store Story? #Tech #WebDev https://infrequently.org/2024/01/the-web-is-the-app-store/", + "date_published": "Tue, 02 Jan 2024 22:04:46 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111690029186464585" + ], + "lastTootTimestamp": 1704254595791 + }, + "https://trakt.tv/movies/the-guest-2014": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWd1ZXN0LTIwMTQ=", + "title": "πŸŽ₯: The Guest", + "url": "https://trakt.tv/movies/the-guest-2014", + "content_text": "πŸŽ₯: The Guest #Movies #Watching #Trakt https://trakt.tv/movies/the-guest-2014", + "date_published": "Wed, 03 Jan 2024 15:00:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111693332314906294" + ], + "lastTootTimestamp": 1704304997535 + }, + "https://www.scientificamerican.com/article/tech-billionaires-need-to-stop-trying-to-make-the-science-fiction-they-grew-up-on-real/": { + "id": "aHR0cHM6Ly93d3cuc2NpZW50aWZpY2FtZXJpY2FuLmNvbS9hcnRpY2xlL3RlY2gtYmlsbGlvbmFpcmVzLW5lZWQtdG8tc3RvcC10cnlpbmctdG8tbWFrZS10aGUtc2NpZW5jZS1maWN0aW9uLXRoZXktZ3Jldy11cC1vbi1yZWFsLw==", + "title": "πŸ”—: Tech Billionaires Need to Stop Trying to Make the Science Fiction They Grew Up on Real", + "url": "https://www.scientificamerican.com/article/tech-billionaires-need-to-stop-trying-to-make-the-science-fiction-they-grew-up-on-real/", + "content_text": "πŸ”—: Tech Billionaires Need to Stop Trying to Make the Science Fiction They Grew Up on Real #Tech https://www.scientificamerican.com/article/tech-billionaires-need-to-stop-trying-to-make-the-science-fiction-they-grew-up-on-real/", + "date_published": "Wed, 03 Jan 2024 16:04:34 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111694274877524966" + ], + "lastTootTimestamp": 1704319379901 + }, + "https://app.thestorygraph.com/books/57fd0912-3e02-4a55-b7a8-86f584ecf373": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTdmZDA5MTItM2UwMi00YTU1LWI3YTgtODZmNTg0ZWNmMzcz", + "title": "πŸ“–: Blindsight", + "url": "https://app.thestorygraph.com/books/57fd0912-3e02-4a55-b7a8-86f584ecf373", + "content_text": "πŸ“–: Blindsight #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/57fd0912-3e02-4a55-b7a8-86f584ecf373", + "date_published": "Tue, 02 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111694780038050299" + ], + "lastTootTimestamp": 1704327088039 + }, + "https://trakt.tv/movies/you-re-next-2013": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMveW91LXJlLW5leHQtMjAxMw==", + "title": "πŸŽ₯: You're Next", + "url": "https://trakt.tv/movies/you-re-next-2013", + "content_text": "πŸŽ₯: You're Next #Movies #Watching #Trakt https://trakt.tv/movies/you-re-next-2013", + "date_published": "Thu, 04 Jan 2024 14:04:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111698523249495708" + ], + "lastTootTimestamp": 1704384204910 + }, + "https://library.xandra.cc/everyone-should-blog/": { + "id": "aHR0cHM6Ly9saWJyYXJ5LnhhbmRyYS5jYy9ldmVyeW9uZS1zaG91bGQtYmxvZy8=", + "title": "πŸ”—: EveryoneShouldBlog.txt", + "url": "https://library.xandra.cc/everyone-should-blog/", + "content_text": "πŸ”—: EveryoneShouldBlog.txt #Tech https://library.xandra.cc/everyone-should-blog/", + "date_published": "Thu, 04 Jan 2024 18:11:34 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111699937228748772" + ], + "lastTootTimestamp": 1704405780519 + }, + "https://coryd.dev/now?ts=1704369600000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDQzNjk2MDAwMDA=", + "title": "🎧: My top artists for the week: Rotten Sound @ 45 plays, Voivod @ 34 plays, Glassing @ 31 plays, NoMeansNo @ 28 plays, Fleshwater @ 26 plays, Propagandhi @ 25 plays, Hyperdontia @ 23 plays, Cryptworm @ 22 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1704369600000", + "content_text": "🎧: My top artists for the week: Rotten Sound @ 45 plays, Voivod @ 34 plays, Glassing @ 31 plays, NoMeansNo @ 28 plays, Fleshwater @ 26 plays, Propagandhi @ 25 plays, Hyperdontia @ 23 plays, Cryptworm @ 22 plays #Music #LastFM https://coryd.dev/now?ts=1704369600000", + "date_published": "Thu, 04 Jan 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111703246222874838" + ], + "lastTootTimestamp": 1704456271774 + }, + "https://trakt.tv/movies/contagion-2011": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvY29udGFnaW9uLTIwMTE=", + "title": "πŸŽ₯: Contagion", + "url": "https://trakt.tv/movies/contagion-2011", + "content_text": "πŸŽ₯: Contagion #Movies #Watching #Trakt https://trakt.tv/movies/contagion-2011", + "date_published": "Fri, 05 Jan 2024 15:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111705127799720844" + ], + "lastTootTimestamp": 1704484982378 + }, + "https://coryd.dev/posts/2023/i-removed-tailwind-from-my-site/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9pLXJlbW92ZWQtdGFpbHdpbmQtZnJvbS1teS1zaXRlLw==", + "title": "πŸ“: I removed Tailwind from my site", + "url": "https://coryd.dev/posts/2023/i-removed-tailwind-from-my-site/", + "content_text": "πŸ“: I removed Tailwind from my site #Eleventy #WebDev https://coryd.dev/posts/2023/i-removed-tailwind-from-my-site/", + "date_published": "Fri, 05 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111705376570016863" + ], + "lastTootTimestamp": 1704488778441 + }, + "https://app.thestorygraph.com/books/73bcc48e-d237-4d5a-957e-4fa9e26a070f": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNzNiY2M0OGUtZDIzNy00ZDVhLTk1N2UtNGZhOWUyNmEwNzBm", + "title": "πŸ“–: Limelight: Rush in the '80s", + "url": "https://app.thestorygraph.com/books/73bcc48e-d237-4d5a-957e-4fa9e26a070f", + "content_text": "πŸ“–: Limelight: Rush in the '80s #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/73bcc48e-d237-4d5a-957e-4fa9e26a070f", + "date_published": "Thu, 04 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111705599256737765" + ], + "lastTootTimestamp": 1704492176237 + }, + "https://maerk.xyz/blog/you-should-have-a-website/": { + "id": "aHR0cHM6Ly9tYWVyay54eXovYmxvZy95b3Utc2hvdWxkLWhhdmUtYS13ZWJzaXRlLw==", + "title": "πŸ”—: You Should Have a Website", + "url": "https://maerk.xyz/blog/you-should-have-a-website/", + "content_text": "πŸ”—: You Should Have a Website #Tech https://maerk.xyz/blog/you-should-have-a-website/", + "date_published": "Thu, 04 Jan 2024 18:09:34 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111707015500373544" + ], + "lastTootTimestamp": 1704513786368 + }, + "https://atthis.link/blog/2021/personalsite.html": { + "id": "aHR0cHM6Ly9hdHRoaXMubGluay9ibG9nLzIwMjEvcGVyc29uYWxzaXRlLmh0bWw=", + "title": "πŸ”—: The Value of a Personal Site", + "url": "https://atthis.link/blog/2021/personalsite.html", + "content_text": "πŸ”—: The Value of a Personal Site #Tech https://atthis.link/blog/2021/personalsite.html", + "date_published": "Thu, 04 Jan 2024 17:59:06 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111707487661208469" + ], + "lastTootTimestamp": 1704520990967 + }, + "https://app.thestorygraph.com/books/ce0e0526-cff0-4deb-a7ad-324a08f5a231": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvY2UwZTA1MjYtY2ZmMC00ZGViLWE3YWQtMzI0YTA4ZjVhMjMx", + "title": "πŸ“–: The Teachers: A Year Inside One of America's Most Heartbreaking, Uplifting, Important Professions", + "url": "https://app.thestorygraph.com/books/ce0e0526-cff0-4deb-a7ad-324a08f5a231", + "content_text": "πŸ“–: The Teachers: A Year Inside One of America's Most Heartbreaking, Uplifting, Important Professions #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/ce0e0526-cff0-4deb-a7ad-324a08f5a231", + "date_published": "Sat, 06 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111717912470249982" + ], + "lastTootTimestamp": 1704680060969 + }, + "https://gilest.org/indie-easy.html": { + "id": "aHR0cHM6Ly9naWxlc3Qub3JnL2luZGllLWVhc3kuaHRtbA==", + "title": "πŸ”—: Make the indie web easier", + "url": "https://gilest.org/indie-easy.html", + "content_text": "πŸ”—: Make the indie web easier #Tech #WebDev https://gilest.org/indie-easy.html", + "date_published": "Tue, 09 Jan 2024 01:58:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111723644487921468" + ], + "lastTootTimestamp": 1704767524604 + }, + "https://prospect.org/power/2024-01-04-harbinger-in-hollywood/": { + "id": "aHR0cHM6Ly9wcm9zcGVjdC5vcmcvcG93ZXIvMjAyNC0wMS0wNC1oYXJiaW5nZXItaW4taG9sbHl3b29kLw==", + "title": "πŸ”—: Harbinger in Hollywood", + "url": "https://prospect.org/power/2024-01-04-harbinger-in-hollywood/", + "content_text": "πŸ”—: Harbinger in Hollywood #Tech https://prospect.org/power/2024-01-04-harbinger-in-hollywood/", + "date_published": "Tue, 09 Jan 2024 01:58:12 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111723713193721739" + ], + "lastTootTimestamp": 1704768572955 + }, + "https://coryd.dev/posts/2024/i-found-the-music-i-love-on-the-internet/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pLWZvdW5kLXRoZS1tdXNpYy1pLWxvdmUtb24tdGhlLWludGVybmV0Lw==", + "title": "πŸ“: I found the music I love on the internet", + "url": "https://coryd.dev/posts/2024/i-found-the-music-i-love-on-the-internet/", + "content_text": "πŸ“: I found the music I love on the internet #Music #Tech https://coryd.dev/posts/2024/i-found-the-music-i-love-on-the-internet/", + "date_published": "Mon, 08 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111724476501775052" + ], + "lastTootTimestamp": 1704780220114 + }, + "https://newrepublic.com/article/177733/billionaire-solano-california-tech-secession": { + "id": "aHR0cHM6Ly9uZXdyZXB1YmxpYy5jb20vYXJ0aWNsZS8xNzc3MzMvYmlsbGlvbmFpcmUtc29sYW5vLWNhbGlmb3JuaWEtdGVjaC1zZWNlc3Npb24=", + "title": "πŸ”—: The People of Solano County Versus the Next Tech-Billionaire Dystopia", + "url": "https://newrepublic.com/article/177733/billionaire-solano-california-tech-secession", + "content_text": "πŸ”—: The People of Solano County Versus the Next Tech-Billionaire Dystopia #Tech https://newrepublic.com/article/177733/billionaire-solano-california-tech-secession", + "date_published": "Tue, 09 Jan 2024 02:11:56 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111725894207138333" + ], + "lastTootTimestamp": 1704801852604 + }, + "https://24ways.org/2019/its-time-to-get-personal/": { + "id": "aHR0cHM6Ly8yNHdheXMub3JnLzIwMTkvaXRzLXRpbWUtdG8tZ2V0LXBlcnNvbmFsLw==", + "title": "πŸ”—: It’s Time to Get Personal", + "url": "https://24ways.org/2019/its-time-to-get-personal/", + "content_text": "πŸ”—: It’s Time to Get Personal #Tech https://24ways.org/2019/its-time-to-get-personal/", + "date_published": "Tue, 09 Jan 2024 02:37:29 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111724003344211939" + ], + "lastTootTimestamp": 1704773000319 + }, + "https://www.thejaymo.net/2019/12/14/114-please-for-the-love-of-blarg-start-a-blog/": { + "id": "aHR0cHM6Ly93d3cudGhlamF5bW8ubmV0LzIwMTkvMTIvMTQvMTE0LXBsZWFzZS1mb3ItdGhlLWxvdmUtb2YtYmxhcmctc3RhcnQtYS1ibG9nLw==", + "title": "πŸ”—: Please for the love of Blarg, Start a Blog", + "url": "https://www.thejaymo.net/2019/12/14/114-please-for-the-love-of-blarg-start-a-blog/", + "content_text": "πŸ”—: Please for the love of Blarg, Start a Blog #Tech https://www.thejaymo.net/2019/12/14/114-please-for-the-love-of-blarg-start-a-blog/", + "date_published": "Tue, 09 Jan 2024 02:42:40 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111724948551757322" + ], + "lastTootTimestamp": 1704787423088 + }, + "https://www.jackcheng.com/the-slow-web/": { + "id": "aHR0cHM6Ly93d3cuamFja2NoZW5nLmNvbS90aGUtc2xvdy13ZWIv", + "title": "πŸ”—: The Slow Web", + "url": "https://www.jackcheng.com/the-slow-web/", + "content_text": "πŸ”—: The Slow Web #Tech https://www.jackcheng.com/the-slow-web/", + "date_published": "Tue, 09 Jan 2024 03:05:57 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111726361623184088" + ], + "lastTootTimestamp": 1704808984773 + }, + "https://manuelmoreale.com/asynchronous-conversations": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9hc3luY2hyb25vdXMtY29udmVyc2F0aW9ucw==", + "title": "πŸ”—: Asynchronous conversations", + "url": "https://manuelmoreale.com/asynchronous-conversations", + "content_text": "πŸ”—: Asynchronous conversations #Tech https://manuelmoreale.com/asynchronous-conversations", + "date_published": "Tue, 09 Jan 2024 02:57:38 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111727777916460353" + ], + "lastTootTimestamp": 1704830595718 + }, + "https://manuelmoreale.com/quiet-web": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9xdWlldC13ZWI=", + "title": "πŸ”—: Quiet web", + "url": "https://manuelmoreale.com/quiet-web", + "content_text": "πŸ”—: Quiet web #Tech https://manuelmoreale.com/quiet-web", + "date_published": "Thu, 11 Jan 2024 00:01:28 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111725418053456492" + ], + "lastTootTimestamp": 1704794587079 + }, + "https://briankoberlein.com/tech/quiet-web/": { + "id": "aHR0cHM6Ly9icmlhbmtvYmVybGVpbi5jb20vdGVjaC9xdWlldC13ZWIv", + "title": "πŸ”—: The Quiet Web", + "url": "https://briankoberlein.com/tech/quiet-web/", + "content_text": "πŸ”—: The Quiet Web #Tech https://briankoberlein.com/tech/quiet-web/", + "date_published": "Tue, 09 Jan 2024 02:53:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111726834072670397" + ], + "lastTootTimestamp": 1704816193790 + }, + "https://cdevroe.com/2023/01/11/blogging-is-alive": { + "id": "aHR0cHM6Ly9jZGV2cm9lLmNvbS8yMDIzLzAxLzExL2Jsb2dnaW5nLWlzLWFsaXZl", + "title": "πŸ”—: Blogging is alive and well", + "url": "https://cdevroe.com/2023/01/11/blogging-is-alive", + "content_text": "πŸ”—: Blogging is alive and well #Tech #WebDev https://cdevroe.com/2023/01/11/blogging-is-alive", + "date_published": "Tue, 09 Jan 2024 03:08:55 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111728248818461351" + ], + "lastTootTimestamp": 1704837781111 + }, + "https://eyeondesign.aiga.org/early-web-design-helped-generation-express/": { + "id": "aHR0cHM6Ly9leWVvbmRlc2lnbi5haWdhLm9yZy9lYXJseS13ZWItZGVzaWduLWhlbHBlZC1nZW5lcmF0aW9uLWV4cHJlc3Mv", + "title": "πŸ”—: Early Web Design Helped a Generation Express Themselves Online. How Do We Capture That Feeling Again?", + "url": "https://eyeondesign.aiga.org/early-web-design-helped-generation-express/", + "content_text": "πŸ”—: Early Web Design Helped a Generation Express Themselves Online. How Do We Capture That Feeling Again? #Tech #WebDev https://eyeondesign.aiga.org/early-web-design-helped-generation-express/", + "date_published": "Tue, 09 Jan 2024 03:30:30 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111727305609557107" + ], + "lastTootTimestamp": 1704823388874 + }, + "https://coryd.dev/posts/2024/your-site-your-home-your-web/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC95b3VyLXNpdGUteW91ci1ob21lLXlvdXItd2ViLw==", + "title": "πŸ“: Your site, your home, your web", + "url": "https://coryd.dev/posts/2024/your-site-your-home-your-web/", + "content_text": "πŸ“: Your site, your home, your web #WebDev #Tech https://coryd.dev/posts/2024/your-site-your-home-your-web/", + "date_published": "Tue, 09 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111728753462295935" + ], + "lastTootTimestamp": 1704845481383 + }, + "https://fromjason.xyz/p/notebook/copy-acquire-kill-how-meta-could-pull-off-the-most-extraordinary-pivot-in-tech-history/": { + "id": "aHR0cHM6Ly9mcm9tamFzb24ueHl6L3Avbm90ZWJvb2svY29weS1hY3F1aXJlLWtpbGwtaG93LW1ldGEtY291bGQtcHVsbC1vZmYtdGhlLW1vc3QtZXh0cmFvcmRpbmFyeS1waXZvdC1pbi10ZWNoLWhpc3Rvcnkv", + "title": "πŸ”—: Copy, Acquire, Kill-- How Meta could pull off the most extraordinary pivot in tech history", + "url": "https://fromjason.xyz/p/notebook/copy-acquire-kill-how-meta-could-pull-off-the-most-extraordinary-pivot-in-tech-history/", + "content_text": "πŸ”—: Copy, Acquire, Kill-- How Meta could pull off the most extraordinary pivot in tech history #Tech #Tech https://fromjason.xyz/p/notebook/copy-acquire-kill-how-meta-could-pull-off-the-most-extraordinary-pivot-in-tech-history/", + "date_published": "Wed, 10 Jan 2024 20:31:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111730138401022119" + ], + "lastTootTimestamp": 1704866613829 + }, + "https://fromjason.xyz/p/notebook/how-do-we-stop-meta-in-2024-we-fix-the-information-loop/": { + "id": "aHR0cHM6Ly9mcm9tamFzb24ueHl6L3Avbm90ZWJvb2svaG93LWRvLXdlLXN0b3AtbWV0YS1pbi0yMDI0LXdlLWZpeC10aGUtaW5mb3JtYXRpb24tbG9vcC8=", + "title": "πŸ”—: How do we stop Meta in 2024? We fix the information loop", + "url": "https://fromjason.xyz/p/notebook/how-do-we-stop-meta-in-2024-we-fix-the-information-loop/", + "content_text": "πŸ”—: How do we stop Meta in 2024? We fix the information loop #Tech #Tech https://fromjason.xyz/p/notebook/how-do-we-stop-meta-in-2024-we-fix-the-information-loop/", + "date_published": "Wed, 10 Jan 2024 00:26:23 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111730610851696861" + ], + "lastTootTimestamp": 1704873822881 + }, + "https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/": { + "id": "aHR0cHM6Ly93d3cuZnJvbWphc29uLnh5ei9wL25vdGVib29rL3doZXJlLWhhdmUtYWxsLXRoZS13ZWJzaXRlcy1nb25lLw==", + "title": "πŸ”—: Where have all the websites gone?", + "url": "https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/", + "content_text": "πŸ”—: Where have all the websites gone? #Tech https://www.fromjason.xyz/p/notebook/where-have-all-the-websites-gone/", + "date_published": "Wed, 10 Jan 2024 01:31:06 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111729666929750018" + ], + "lastTootTimestamp": 1704859419785 + }, + "https://www.mayank.co/blog/server-islands": { + "id": "aHR0cHM6Ly93d3cubWF5YW5rLmNvL2Jsb2cvc2VydmVyLWlzbGFuZHM=", + "title": "πŸ”—: Dynamic server islands", + "url": "https://www.mayank.co/blog/server-islands", + "content_text": "πŸ”—: Dynamic server islands #WebDev https://www.mayank.co/blog/server-islands", + "date_published": "Wed, 10 Jan 2024 03:43:32 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111731080160929474" + ], + "lastTootTimestamp": 1704880983946 + }, + "https://coryd.dev/posts/2024/link-blogging-using-readwise/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9saW5rLWJsb2dnaW5nLXVzaW5nLXJlYWR3aXNlLw==", + "title": "πŸ“: Link blogging using Readwise Reader", + "url": "https://coryd.dev/posts/2024/link-blogging-using-readwise/", + "content_text": "πŸ“: Link blogging using Readwise Reader #WebDev #Tech #Eleventy https://coryd.dev/posts/2024/link-blogging-using-readwise/", + "date_published": "Wed, 10 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111733911355779869" + ], + "lastTootTimestamp": 1704924184596 + }, + "https://eftegarie.com/every-person-on-the-planet-should-have-their-own-website/": { + "id": "aHR0cHM6Ly9lZnRlZ2FyaWUuY29tL2V2ZXJ5LXBlcnNvbi1vbi10aGUtcGxhbmV0LXNob3VsZC1oYXZlLXRoZWlyLW93bi13ZWJzaXRlLw==", + "title": "πŸ”—: Every person on the planet should have their own website", + "url": "https://eftegarie.com/every-person-on-the-planet-should-have-their-own-website/", + "content_text": "πŸ”—: Every person on the planet should have their own website #Tech https://eftegarie.com/every-person-on-the-planet-should-have-their-own-website/", + "date_published": "Wed, 10 Jan 2024 21:13:30 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111734416740007448" + ], + "lastTootTimestamp": 1704931896106 + }, + "https://meyerweb.com/eric/thoughts/2023/12/06/three-decades-of-html/": { + "id": "aHR0cHM6Ly9tZXllcndlYi5jb20vZXJpYy90aG91Z2h0cy8yMDIzLzEyLzA2L3RocmVlLWRlY2FkZXMtb2YtaHRtbC8=", + "title": "πŸ”—: Three Decades of HTML", + "url": "https://meyerweb.com/eric/thoughts/2023/12/06/three-decades-of-html/", + "content_text": "πŸ”—: Three Decades of HTML #Tech #WebDev https://meyerweb.com/eric/thoughts/2023/12/06/three-decades-of-html/", + "date_published": "Wed, 10 Jan 2024 21:12:39 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111734900156842478" + ], + "lastTootTimestamp": 1704939272476 + }, + "https://app.thestorygraph.com/books/543bd4ab-89fd-447a-a132-64c9c90f7fc5": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTQzYmQ0YWItODlmZC00NDdhLWExMzItNjRjOWM5MGY3ZmM1", + "title": "πŸ“–: Crack-Up Capitalism: Market Radicals and the Dream of a World Without Democracy", + "url": "https://app.thestorygraph.com/books/543bd4ab-89fd-447a-a132-64c9c90f7fc5", + "content_text": "πŸ“–: Crack-Up Capitalism: Market Radicals and the Dream of a World Without Democracy #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/543bd4ab-89fd-447a-a132-64c9c90f7fc5", + "date_published": "Tue, 09 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111735801199512232" + ], + "lastTootTimestamp": 1704953021321 + }, + "https://coryd.dev/posts/2024/your-attention-is-precious/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC95b3VyLWF0dGVudGlvbi1pcy1wcmVjaW91cy8=", + "title": "πŸ“: Your attention is precious", + "url": "https://coryd.dev/posts/2024/your-attention-is-precious/", + "content_text": "πŸ“: Your attention is precious #WebDev #Tech https://coryd.dev/posts/2024/your-attention-is-precious/", + "date_published": "Thu, 11 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111738854099424673" + ], + "lastTootTimestamp": 1704999605030 + }, + "https://hypercritical.co/2024/01/11/i-made-this": { + "id": "aHR0cHM6Ly9oeXBlcmNyaXRpY2FsLmNvLzIwMjQvMDEvMTEvaS1tYWRlLXRoaXM=", + "title": "πŸ”—: I Made This", + "url": "https://hypercritical.co/2024/01/11/i-made-this", + "content_text": "πŸ”—: I Made This #Tech https://hypercritical.co/2024/01/11/i-made-this", + "date_published": "Thu, 11 Jan 2024 20:51:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111739101741733921" + ], + "lastTootTimestamp": 1705003383562 + }, + "https://proton.me/blog/outlook-is-microsofts-new-data-collection-service": { + "id": "aHR0cHM6Ly9wcm90b24ubWUvYmxvZy9vdXRsb29rLWlzLW1pY3Jvc29mdHMtbmV3LWRhdGEtY29sbGVjdGlvbi1zZXJ2aWNl", + "title": "πŸ”—: Outlook is Microsoft’s new data collection service", + "url": "https://proton.me/blog/outlook-is-microsofts-new-data-collection-service", + "content_text": "πŸ”—: Outlook is Microsoft’s new data collection service #Tech #Privacy https://proton.me/blog/outlook-is-microsofts-new-data-collection-service", + "date_published": "Fri, 12 Jan 2024 02:26:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111740068131738159" + ], + "lastTootTimestamp": 1705018129567 + }, + "https://coryd.dev/posts/2024/link-page-improvements/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9saW5rLXBhZ2UtaW1wcm92ZW1lbnRzLw==", + "title": "πŸ“: Link page improvements", + "url": "https://coryd.dev/posts/2024/link-page-improvements/", + "content_text": "πŸ“: Link page improvements #WebDev #Tech #Eleventy https://coryd.dev/posts/2024/link-page-improvements/", + "date_published": "Wed, 10 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111740077975312500" + ], + "lastTootTimestamp": 1705018279709 + }, + "https://thathtml.blog/2024/01/css-performance-page-styles/": { + "id": "aHR0cHM6Ly90aGF0aHRtbC5ibG9nLzIwMjQvMDEvY3NzLXBlcmZvcm1hbmNlLXBhZ2Utc3R5bGVzLw==", + "title": "πŸ”—: Improving CSS Download Performance by Unbundling Page Styles", + "url": "https://thathtml.blog/2024/01/css-performance-page-styles/", + "content_text": "πŸ”—: Improving CSS Download Performance by Unbundling Page Styles #WebDev https://thathtml.blog/2024/01/css-performance-page-styles/", + "date_published": "Fri, 12 Jan 2024 13:21:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111740563377986129" + ], + "lastTootTimestamp": 1705025686359 + }, + "https://coryd.dev/now?ts=1704974400000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDQ5NzQ0MDAwMDA=", + "title": "🎧: My top artists for the week: Wormrot @ 47 plays, NoMeansNo @ 42 plays, Deathspell Omega @ 40 plays, Autopsy @ 37 plays, blink-182 @ 36 plays, Ulthar @ 24 plays, Inanna @ 22 plays, Knuckle Puck @ 17 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1704974400000", + "content_text": "🎧: My top artists for the week: Wormrot @ 47 plays, NoMeansNo @ 42 plays, Deathspell Omega @ 40 plays, Autopsy @ 37 plays, blink-182 @ 36 plays, Ulthar @ 24 plays, Inanna @ 22 plays, Knuckle Puck @ 17 plays #Music #LastFM https://coryd.dev/now?ts=1704974400000", + "date_published": "Thu, 11 Jan 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111742404951384980" + ], + "lastTootTimestamp": 1705053786568 + }, + "https://werd.io/2024/running-your-own-site-is-painful-hosting-nazis-is-worse": { + "id": "aHR0cHM6Ly93ZXJkLmlvLzIwMjQvcnVubmluZy15b3VyLW93bi1zaXRlLWlzLXBhaW5mdWwtaG9zdGluZy1uYXppcy1pcy13b3JzZQ==", + "title": "πŸ”—: Running your own site is painful. Hosting Nazis is worse", + "url": "https://werd.io/2024/running-your-own-site-is-painful-hosting-nazis-is-worse", + "content_text": "πŸ”—: Running your own site is painful. Hosting Nazis is worse #Tech https://werd.io/2024/running-your-own-site-is-painful-hosting-nazis-is-worse", + "date_published": "Fri, 12 Jan 2024 19:36:30 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111745235523253419" + ], + "lastTootTimestamp": 1705096977783 + }, + "https://blog.cassidoo.co/post/human-curation/": { + "id": "aHR0cHM6Ly9ibG9nLmNhc3NpZG9vLmNvL3Bvc3QvaHVtYW4tY3VyYXRpb24v", + "title": "πŸ”—: I miss human curation", + "url": "https://blog.cassidoo.co/post/human-curation/", + "content_text": "πŸ”—: I miss human curation #Tech https://blog.cassidoo.co/post/human-curation/", + "date_published": "Sat, 13 Jan 2024 00:03:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111745741218469794" + ], + "lastTootTimestamp": 1705104693956 + }, + "https://www.cassey.dev/ssg-frontmatter-template/": { + "id": "aHR0cHM6Ly93d3cuY2Fzc2V5LmRldi9zc2ctZnJvbnRtYXR0ZXItdGVtcGxhdGUv", + "title": "πŸ”—: Frontmatter Templates for New Blog Posts", + "url": "https://www.cassey.dev/ssg-frontmatter-template/", + "content_text": "πŸ”—: Frontmatter Templates for New Blog Posts #WebDev https://www.cassey.dev/ssg-frontmatter-template/", + "date_published": "Sat, 13 Jan 2024 19:33:07 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111750426108913590" + ], + "lastTootTimestamp": 1705176179727 + }, + "https://app.thestorygraph.com/books/e8109eda-afe8-43ce-af62-6127af5424f2": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZTgxMDllZGEtYWZlOC00M2NlLWFmNjItNjEyN2FmNTQyNGYy", + "title": "πŸ“–: Broad Band", + "url": "https://app.thestorygraph.com/books/e8109eda-afe8-43ce-af62-6127af5424f2", + "content_text": "πŸ“–: Broad Band #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/e8109eda-afe8-43ce-af62-6127af5424f2", + "date_published": "Fri, 12 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111751891678217128" + ], + "lastTootTimestamp": 1705198542557 + }, + "https://www.newyorker.com/culture/the-weekend-essay/coming-of-age-at-the-dawn-of-the-social-internet": { + "id": "aHR0cHM6Ly93d3cubmV3eW9ya2VyLmNvbS9jdWx0dXJlL3RoZS13ZWVrZW5kLWVzc2F5L2NvbWluZy1vZi1hZ2UtYXQtdGhlLWRhd24tb2YtdGhlLXNvY2lhbC1pbnRlcm5ldA==", + "title": "πŸ”—: Coming of Age at the Dawn of the Social Internet", + "url": "https://www.newyorker.com/culture/the-weekend-essay/coming-of-age-at-the-dawn-of-the-social-internet", + "content_text": "πŸ”—: Coming of Age at the Dawn of the Social Internet #Tech #Tech https://www.newyorker.com/culture/the-weekend-essay/coming-of-age-at-the-dawn-of-the-social-internet", + "date_published": "Sun, 14 Jan 2024 16:15:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111753259231767957" + ], + "lastTootTimestamp": 1705219409712 + }, + "https://citationneeded.news/effective-obfuscation/": { + "id": "aHR0cHM6Ly9jaXRhdGlvbm5lZWRlZC5uZXdzL2VmZmVjdGl2ZS1vYmZ1c2NhdGlvbi8=", + "title": "πŸ”—: Effective obfuscation", + "url": "https://citationneeded.news/effective-obfuscation/", + "content_text": "πŸ”—: Effective obfuscation #Tech https://citationneeded.news/effective-obfuscation/", + "date_published": "Sun, 14 Jan 2024 16:18:15 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111756560133278564" + ], + "lastTootTimestamp": 1705269777496 + }, + "https://gilest.org/indie-easy-again.html": { + "id": "aHR0cHM6Ly9naWxlc3Qub3JnL2luZGllLWVhc3ktYWdhaW4uaHRtbA==", + "title": "πŸ”—: More on the easier indie web Mastodon had much to say", + "url": "https://gilest.org/indie-easy-again.html", + "content_text": "πŸ”—: More on the easier indie web Mastodon had much to say #Tech #WebDev https://gilest.org/indie-easy-again.html", + "date_published": "Sun, 14 Jan 2024 16:17:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111756088584765689" + ], + "lastTootTimestamp": 1705262582255 + }, + "https://blog.cassidoo.co/post/annoyed-at-react/": { + "id": "aHR0cHM6Ly9ibG9nLmNhc3NpZG9vLmNvL3Bvc3QvYW5ub3llZC1hdC1yZWFjdC8=", + "title": "πŸ”—: Kind of annoyed at React", + "url": "https://blog.cassidoo.co/post/annoyed-at-react/", + "content_text": "πŸ”—: Kind of annoyed at React #Tech #WebDev https://blog.cassidoo.co/post/annoyed-at-react/", + "date_published": "Sun, 14 Jan 2024 16:16:18 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111755616844199910" + ], + "lastTootTimestamp": 1705255384053 + }, + "https://doctorow.medium.com/tech-workers-and-gig-workers-need-each-other-f1996468cca3?source=rss-eba9888d741b------2": { + "id": "aHR0cHM6Ly9kb2N0b3Jvdy5tZWRpdW0uY29tL3RlY2gtd29ya2Vycy1hbmQtZ2lnLXdvcmtlcnMtbmVlZC1lYWNoLW90aGVyLWYxOTk2NDY4Y2NhMz9zb3VyY2U9cnNzLWViYTk4ODhkNzQxYi0tLS0tLTI=", + "title": "πŸ”—: Tech workers and gig workers need each other", + "url": "https://doctorow.medium.com/tech-workers-and-gig-workers-need-each-other-f1996468cca3?source=rss-eba9888d741b------2", + "content_text": "πŸ”—: Tech workers and gig workers need each other #Tech https://doctorow.medium.com/tech-workers-and-gig-workers-need-each-other-f1996468cca3?source=rss-eba9888d741b------2", + "date_published": "Sun, 14 Jan 2024 16:10:37 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111757067942935180" + ], + "lastTootTimestamp": 1705277526228 + }, + "https://robinrendle.com/notes/be-loud-about-the-things-you-love/": { + "id": "aHR0cHM6Ly9yb2JpbnJlbmRsZS5jb20vbm90ZXMvYmUtbG91ZC1hYm91dC10aGUtdGhpbmdzLXlvdS1sb3ZlLw==", + "title": "πŸ”—: Be loud about the things you love", + "url": "https://robinrendle.com/notes/be-loud-about-the-things-you-love/", + "content_text": "πŸ”—: Be loud about the things you love #Tech https://robinrendle.com/notes/be-loud-about-the-things-you-love/", + "date_published": "Mon, 15 Jan 2024 01:49:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111757978605928210" + ], + "lastTootTimestamp": 1705291421649 + }, + "https://app.thestorygraph.com/books/667b3daf-4c99-47de-82f6-f74eb7cd2ff7": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNjY3YjNkYWYtNGM5OS00N2RlLTgyZjYtZjc0ZWI3Y2QyZmY3", + "title": "πŸ“–: The End of the World Is Just the Beginning: Mapping the Collapse of Globalization", + "url": "https://app.thestorygraph.com/books/667b3daf-4c99-47de-82f6-f74eb7cd2ff7", + "content_text": "πŸ“–: The End of the World Is Just the Beginning: Mapping the Collapse of Globalization #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/667b3daf-4c99-47de-82f6-f74eb7cd2ff7", + "date_published": "Sat, 13 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111758451258324547" + ], + "lastTootTimestamp": 1705298633750 + }, + "https://remotesynthesis.com/blog/jamstack-in-2024/": { + "id": "aHR0cHM6Ly9yZW1vdGVzeW50aGVzaXMuY29tL2Jsb2cvamFtc3RhY2staW4tMjAyNC8=", + "title": "πŸ”—: What is Jamstack in 2024?", + "url": "https://remotesynthesis.com/blog/jamstack-in-2024/", + "content_text": "πŸ”—: What is Jamstack in 2024? #WebDev https://remotesynthesis.com/blog/jamstack-in-2024/", + "date_published": "Mon, 15 Jan 2024 21:31:43 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111762727191635147" + ], + "lastTootTimestamp": 1705363879327 + }, + "https://app.thestorygraph.com/books/e5d59805-1122-4fde-b33d-85fdd44f65f4": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZTVkNTk4MDUtMTEyMi00ZmRlLWIzM2QtODVmZGQ0NGY2NWY0", + "title": "πŸ“–: Filterworld: How Algorithms Flattened Culture", + "url": "https://app.thestorygraph.com/books/e5d59805-1122-4fde-b33d-85fdd44f65f4", + "content_text": "πŸ“–: Filterworld: How Algorithms Flattened Culture #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/e5d59805-1122-4fde-b33d-85fdd44f65f4", + "date_published": "Mon, 15 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111768389791823935" + ], + "lastTootTimestamp": 1705450283777 + }, + "https://inessential.com/2024/01/17/corporations_are_not_to_be_loved": { + "id": "aHR0cHM6Ly9pbmVzc2VudGlhbC5jb20vMjAyNC8wMS8xNy9jb3Jwb3JhdGlvbnNfYXJlX25vdF90b19iZV9sb3ZlZA==", + "title": "πŸ”—: Corporations Are Not To Be Loved", + "url": "https://inessential.com/2024/01/17/corporations_are_not_to_be_loved", + "content_text": "πŸ”—: Corporations Are Not To Be Loved https://inessential.com/2024/01/17/corporations_are_not_to_be_loved", + "date_published": "Thu, 18 Jan 2024 00:29:38 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111773547331458463" + ], + "lastTootTimestamp": 1705528981548 + }, + "https://trakt.tv/movies/the-marvels-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLW1hcnZlbHMtMjAyMw==", + "title": "πŸŽ₯: The Marvels", + "url": "https://trakt.tv/movies/the-marvels-2023", + "content_text": "πŸŽ₯: The Marvels #Movies #Watching #Trakt https://trakt.tv/movies/the-marvels-2023", + "date_published": "Thu, 18 Jan 2024 23:17:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111780199982196028" + ], + "lastTootTimestamp": 1705630492946 + }, + "https://coryd.dev/now?ts=1705579200000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDU1NzkyMDAwMDA=", + "title": "🎧: My top artists for the week: Free Throw @ 34 plays, Immolation @ 34 plays, Drug Church @ 28 plays, Envy @ 26 plays, Eluvium @ 20 plays, blink-182 @ 19 plays, Obliteration @ 19 plays, Wolves in the Throne Room @ 14 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1705579200000", + "content_text": "🎧: My top artists for the week: Free Throw @ 34 plays, Immolation @ 34 plays, Drug Church @ 28 plays, Envy @ 26 plays, Eluvium @ 20 plays, blink-182 @ 19 plays, Obliteration @ 19 plays, Wolves in the Throne Room @ 14 plays #Music #LastFM https://coryd.dev/now?ts=1705579200000", + "date_published": "Thu, 18 Jan 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111782041040995490" + ], + "lastTootTimestamp": 1705658585298 + }, + "https://dev.to/matfrana/react-where-are-you-going-5284": { + "id": "aHR0cHM6Ly9kZXYudG8vbWF0ZnJhbmEvcmVhY3Qtd2hlcmUtYXJlLXlvdS1nb2luZy01Mjg0", + "title": "πŸ”—: React, where are you going?", + "url": "https://dev.to/matfrana/react-where-are-you-going-5284", + "content_text": "πŸ”—: React, where are you going? #WebDev https://dev.to/matfrana/react-where-are-you-going-5284", + "date_published": "Fri, 19 Jan 2024 17:14:32 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111784400152724803" + ], + "lastTootTimestamp": 1705694582459 + }, + "https://www.anildash.com/2024/01/03/human-web-renaissance/": { + "id": "aHR0cHM6Ly93d3cuYW5pbGRhc2guY29tLzIwMjQvMDEvMDMvaHVtYW4td2ViLXJlbmFpc3NhbmNlLw==", + "title": "πŸ”—: The Web Renaissance Takes Off", + "url": "https://www.anildash.com/2024/01/03/human-web-renaissance/", + "content_text": "πŸ”—: The Web Renaissance Takes Off #Tech https://www.anildash.com/2024/01/03/human-web-renaissance/", + "date_published": "Fri, 19 Jan 2024 23:42:35 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111786288019416936" + ], + "lastTootTimestamp": 1705723389045 + }, + "https://www.anildash.com/2024/01/19/personal-blogs-tech-news/": { + "id": "aHR0cHM6Ly93d3cuYW5pbGRhc2guY29tLzIwMjQvMDEvMTkvcGVyc29uYWwtYmxvZ3MtdGVjaC1uZXdzLw==", + "title": "πŸ”—: Personal blogs are where tech news happens", + "url": "https://www.anildash.com/2024/01/19/personal-blogs-tech-news/", + "content_text": "πŸ”—: Personal blogs are where tech news happens #Tech https://www.anildash.com/2024/01/19/personal-blogs-tech-news/", + "date_published": "Fri, 19 Jan 2024 23:42:28 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111785856097375491" + ], + "lastTootTimestamp": 1705716798441 + }, + "https://waxy.org/2024/01/the-quiet-death-of-ellos-big-dreams/": { + "id": "aHR0cHM6Ly93YXh5Lm9yZy8yMDI0LzAxL3RoZS1xdWlldC1kZWF0aC1vZi1lbGxvcy1iaWctZHJlYW1zLw==", + "title": "πŸ”—: The Quiet Death of Ello’s Big Dreams", + "url": "https://waxy.org/2024/01/the-quiet-death-of-ellos-big-dreams/", + "content_text": "πŸ”—: The Quiet Death of Ello’s Big Dreams #Tech #Tech https://waxy.org/2024/01/the-quiet-death-of-ellos-big-dreams/", + "date_published": "Sat, 20 Jan 2024 18:43:29 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111790533991789448" + ], + "lastTootTimestamp": 1705788177456 + }, + "https://app.thestorygraph.com/books/a6133c04-890d-41d5-a960-6ed0b6bf0c98": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYTYxMzNjMDQtODkwZC00MWQ1LWE5NjAtNmVkMGI2YmYwYzk4", + "title": "πŸ“–: Pandora's Box: The Greed, Lust, and Lies That Broke Television", + "url": "https://app.thestorygraph.com/books/a6133c04-890d-41d5-a960-6ed0b6bf0c98", + "content_text": "πŸ“–: Pandora's Box: The Greed, Lust, and Lies That Broke Television #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/a6133c04-890d-41d5-a960-6ed0b6bf0c98", + "date_published": "Fri, 19 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111791043677427895" + ], + "lastTootTimestamp": 1705795954625 + }, + "https://keith.is/posts/you-should-blog/": { + "id": "aHR0cHM6Ly9rZWl0aC5pcy9wb3N0cy95b3Utc2hvdWxkLWJsb2cv", + "title": "πŸ”—: You should blog", + "url": "https://keith.is/posts/you-should-blog/", + "content_text": "πŸ”—: You should blog #Tech https://keith.is/posts/you-should-blog/", + "date_published": "Tue, 23 Jan 2024 17:42:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111797191762559207" + ], + "lastTootTimestamp": 1705889766960 + }, + "https://trakt.tv/movies/aquaman-and-the-lost-kingdom-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYXF1YW1hbi1hbmQtdGhlLWxvc3Qta2luZ2RvbS0yMDIz", + "title": "πŸŽ₯: Aquaman and the Lost Kingdom", + "url": "https://trakt.tv/movies/aquaman-and-the-lost-kingdom-2023", + "content_text": "πŸŽ₯: Aquaman and the Lost Kingdom #Movies #Watching #Trakt https://trakt.tv/movies/aquaman-and-the-lost-kingdom-2023", + "date_published": "Tue, 23 Jan 2024 23:57:28 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111808511710913213" + ], + "lastTootTimestamp": 1706062495658 + }, + "http://maerk.xyz/blog/please-delete-your-social-media-accounts/": { + "id": "aHR0cDovL21hZXJrLnh5ei9ibG9nL3BsZWFzZS1kZWxldGUteW91ci1zb2NpYWwtbWVkaWEtYWNjb3VudHMv", + "title": "πŸ”—: Please Delete Your Social Media Accounts", + "url": "http://maerk.xyz/blog/please-delete-your-social-media-accounts/", + "content_text": "πŸ”—: Please Delete Your Social Media Accounts #Tech #Tech http://maerk.xyz/blog/please-delete-your-social-media-accounts/", + "date_published": "Wed, 24 Jan 2024 17:47:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111812711804822240" + ], + "lastTootTimestamp": 1706126583985 + }, + "https://app.thestorygraph.com/books/65652a86-b8fa-4604-af98-406b465613a3": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNjU2NTJhODYtYjhmYS00NjA0LWFmOTgtNDA2YjQ2NTYxM2Ez", + "title": "πŸ“–: The Algorithm: How AI Decides Who Gets Hired, Monitored, Promoted, and Fired and Why We Need to Fight Back Now", + "url": "https://app.thestorygraph.com/books/65652a86-b8fa-4604-af98-406b465613a3", + "content_text": "πŸ“–: The Algorithm: How AI Decides Who Gets Hired, Monitored, Promoted, and Fired and Why We Need to Fight Back Now #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/65652a86-b8fa-4604-af98-406b465613a3", + "date_published": "Tue, 23 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111815073560448738" + ], + "lastTootTimestamp": 1706162621517 + }, + "https://johan.hal.se/wrote/2024/01/24/concatenating-text/": { + "id": "aHR0cHM6Ly9qb2hhbi5oYWwuc2Uvd3JvdGUvMjAyNC8wMS8yNC9jb25jYXRlbmF0aW5nLXRleHQv", + "title": "πŸ”—: Concatenating text", + "url": "https://johan.hal.se/wrote/2024/01/24/concatenating-text/", + "content_text": "πŸ”—: Concatenating text #WebDev https://johan.hal.se/wrote/2024/01/24/concatenating-text/", + "date_published": "Fri, 26 Jan 2024 18:11:23 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111824036136956813" + ], + "lastTootTimestamp": 1706299379590 + }, + "https://joanwestenberg.com/blog/b1yrhi9kgm2ov15djytwh14xnvfzjl": { + "id": "aHR0cHM6Ly9qb2Fud2VzdGVuYmVyZy5jb20vYmxvZy9iMXlyaGk5a2dtMm92MTVkanl0d2gxNHhudmZ6amw=", + "title": "πŸ”—: Internet access is a human right.", + "url": "https://joanwestenberg.com/blog/b1yrhi9kgm2ov15djytwh14xnvfzjl", + "content_text": "πŸ”—: Internet access is a human right. #Tech https://joanwestenberg.com/blog/b1yrhi9kgm2ov15djytwh14xnvfzjl", + "date_published": "Fri, 26 Jan 2024 18:12:11 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111823093589980004" + ], + "lastTootTimestamp": 1706284997466 + }, + "https://cloudfour.com/thinks/this-web-page-is-best-viewed-in-the-eu/": { + "id": "aHR0cHM6Ly9jbG91ZGZvdXIuY29tL3RoaW5rcy90aGlzLXdlYi1wYWdlLWlzLWJlc3Qtdmlld2VkLWluLXRoZS1ldS8=", + "title": "πŸ”—: This Web Page is Best Viewed in the EU", + "url": "https://cloudfour.com/thinks/this-web-page-is-best-viewed-in-the-eu/", + "content_text": "πŸ”—: This Web Page is Best Viewed in the EU #WebDev https://cloudfour.com/thinks/this-web-page-is-best-viewed-in-the-eu/", + "date_published": "Fri, 26 Jan 2024 03:48:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111827339688010984" + ], + "lastTootTimestamp": 1706349787785 + }, + "https://www.spacebar.news/stop-using-opera-browser/": { + "id": "aHR0cHM6Ly93d3cuc3BhY2ViYXIubmV3cy9zdG9wLXVzaW5nLW9wZXJhLWJyb3dzZXIv", + "title": "πŸ”—: Stop using Opera Browser and Opera GX", + "url": "https://www.spacebar.news/stop-using-opera-browser/", + "content_text": "πŸ”—: Stop using Opera Browser and Opera GX #Tech https://www.spacebar.news/stop-using-opera-browser/", + "date_published": "Fri, 26 Jan 2024 18:21:25 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111823567384580875" + ], + "lastTootTimestamp": 1706292227027 + }, + "https://coryd.dev/now?ts=1706184000000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDYxODQwMDAwMDA=", + "title": "🎧: My top artists for the week: Minutemen @ 79 plays, Wire @ 43 plays, NoMeansNo @ 30 plays, Cloud Rat @ 29 plays, Dead In The Dirt @ 25 plays, Spanish Love Songs @ 24 plays, Soul Blind @ 22 plays, Wormrot @ 19 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1706184000000", + "content_text": "🎧: My top artists for the week: Minutemen @ 79 plays, Wire @ 43 plays, NoMeansNo @ 30 plays, Cloud Rat @ 29 plays, Dead In The Dirt @ 25 plays, Spanish Love Songs @ 24 plays, Soul Blind @ 22 plays, Wormrot @ 19 plays #Music #LastFM https://coryd.dev/now?ts=1706184000000", + "date_published": "Thu, 25 Jan 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111823103354630856" + ], + "lastTootTimestamp": 1706285146508 + }, + "https://jakelazaroff.com/words/the-website-vs-web-app-dichotomy-doesnt-exist/": { + "id": "aHR0cHM6Ly9qYWtlbGF6YXJvZmYuY29tL3dvcmRzL3RoZS13ZWJzaXRlLXZzLXdlYi1hcHAtZGljaG90b215LWRvZXNudC1leGlzdC8=", + "title": "πŸ”—: The Website vs. Web App Dichotomy Doesn't Exist", + "url": "https://jakelazaroff.com/words/the-website-vs-web-app-dichotomy-doesnt-exist/", + "content_text": "πŸ”—: The Website vs. Web App Dichotomy Doesn't Exist #WebDev https://jakelazaroff.com/words/the-website-vs-web-app-dichotomy-doesnt-exist/", + "date_published": "Fri, 26 Jan 2024 16:30:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111827813787396427" + ], + "lastTootTimestamp": 1706357022307 + }, + "https://zachholman.com/posts/only-90s-developers/": { + "id": "aHR0cHM6Ly96YWNoaG9sbWFuLmNvbS9wb3N0cy9vbmx5LTkwcy1kZXZlbG9wZXJzLw==", + "title": "πŸ”—: Only 90s Web Developers Remember This", + "url": "https://zachholman.com/posts/only-90s-developers/", + "content_text": "πŸ”—: Only 90s Web Developers Remember This #WebDev https://zachholman.com/posts/only-90s-developers/", + "date_published": "Fri, 26 Jan 2024 18:10:39 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111824508784338973" + ], + "lastTootTimestamp": 1706306591646 + }, + "https://trakt.tv/movies/aquaman-2018": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYXF1YW1hbi0yMDE4", + "title": "πŸŽ₯: Aquaman", + "url": "https://trakt.tv/movies/aquaman-2018", + "content_text": "πŸŽ₯: Aquaman #Movies #Watching #Trakt https://trakt.tv/movies/aquaman-2018", + "date_published": "Fri, 26 Jan 2024 20:25:58 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111825923786154691" + ], + "lastTootTimestamp": 1706328182819 + }, + "https://joe-steel.com/2024-01-26-Pick-Your-Poisonous-App-Store.html": { + "id": "aHR0cHM6Ly9qb2Utc3RlZWwuY29tLzIwMjQtMDEtMjYtUGljay1Zb3VyLVBvaXNvbm91cy1BcHAtU3RvcmUuaHRtbA==", + "title": "πŸ”—: Pick Your Poisonous App Store", + "url": "https://joe-steel.com/2024-01-26-Pick-Your-Poisonous-App-Store.html", + "content_text": "πŸ”—: Pick Your Poisonous App Store #iOS #Apple https://joe-steel.com/2024-01-26-Pick-Your-Poisonous-App-Store.html", + "date_published": "Fri, 26 Jan 2024 22:25:08 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111826396223673333" + ], + "lastTootTimestamp": 1706335391648 + }, + "https://coryd.dev/posts/2024/you-dont-need-a-framework-for-that/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC95b3UtZG9udC1uZWVkLWEtZnJhbWV3b3JrLWZvci10aGF0Lw==", + "title": "πŸ“: You don't need a framework for that", + "url": "https://coryd.dev/posts/2024/you-dont-need-a-framework-for-that/", + "content_text": "πŸ“: You don't need a framework for that #WebDev #CSS #JavaScript https://coryd.dev/posts/2024/you-dont-need-a-framework-for-that/", + "date_published": "Fri, 26 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111825008065721001" + ], + "lastTootTimestamp": 1706314210055 + }, + "https://coryd.dev/posts/2024/mobile-web-development-with-codespaces/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9tb2JpbGUtd2ViLWRldmVsb3BtZW50LXdpdGgtY29kZXNwYWNlcy8=", + "title": "πŸ“: Mobile web development with Codespaces", + "url": "https://coryd.dev/posts/2024/mobile-web-development-with-codespaces/", + "content_text": "πŸ“: Mobile web development with Codespaces #WebDev #iOS #Apple https://coryd.dev/posts/2024/mobile-web-development-with-codespaces/", + "date_published": "Fri, 26 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111826867790914908" + ], + "lastTootTimestamp": 1706342587227 + }, + "https://begin.com/blog/posts/2024-01-26-removing-react-is-just-weakness-leaving-your-codebase": { + "id": "aHR0cHM6Ly9iZWdpbi5jb20vYmxvZy9wb3N0cy8yMDI0LTAxLTI2LXJlbW92aW5nLXJlYWN0LWlzLWp1c3Qtd2Vha25lc3MtbGVhdmluZy15b3VyLWNvZGViYXNl", + "title": "πŸ”—: Removing React is just weakness leaving your codebase", + "url": "https://begin.com/blog/posts/2024-01-26-removing-react-is-just-weakness-leaving-your-codebase", + "content_text": "πŸ”—: Removing React is just weakness leaving your codebase #WebDev https://begin.com/blog/posts/2024-01-26-removing-react-is-just-weakness-leaving-your-codebase", + "date_published": "Sat, 27 Jan 2024 01:28:03 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111825467494491305" + ], + "lastTootTimestamp": 1706321220499 + }, + "https://hamatti.org/posts/please-dont-force-me-to-log-in/": { + "id": "aHR0cHM6Ly9oYW1hdHRpLm9yZy9wb3N0cy9wbGVhc2UtZG9udC1mb3JjZS1tZS10by1sb2ctaW4v", + "title": "πŸ”—: Please, don’t force me to log in", + "url": "https://hamatti.org/posts/please-dont-force-me-to-log-in/", + "content_text": "πŸ”—: Please, don’t force me to log in #Tech https://hamatti.org/posts/please-dont-force-me-to-log-in/", + "date_published": "Sun, 28 Jan 2024 17:19:27 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111835360492125433" + ], + "lastTootTimestamp": 1706472175556 + }, + "https://blog.carlana.net/post/2023/web-component-alternative-futures/": { + "id": "aHR0cHM6Ly9ibG9nLmNhcmxhbmEubmV0L3Bvc3QvMjAyMy93ZWItY29tcG9uZW50LWFsdGVybmF0aXZlLWZ1dHVyZXMv", + "title": "πŸ”—: What We Need Instead of "Web Components"", + "url": "https://blog.carlana.net/post/2023/web-component-alternative-futures/", + "content_text": "πŸ”—: What We Need Instead of "Web Components" #WebDev https://blog.carlana.net/post/2023/web-component-alternative-futures/", + "date_published": "Sun, 28 Jan 2024 19:19:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111835833957847284" + ], + "lastTootTimestamp": 1706479400063 + }, + "https://app.thestorygraph.com/books/111e9397-9082-4a04-b006-ddfdc2ebd5e1": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMTExZTkzOTctOTA4Mi00YTA0LWIwMDYtZGRmZGMyZWJkNWUx", + "title": "πŸ“–: Your Face Belongs to Us: A Secretive Startup's Quest to End Privacy as We Know It", + "url": "https://app.thestorygraph.com/books/111e9397-9082-4a04-b006-ddfdc2ebd5e1", + "content_text": "πŸ“–: Your Face Belongs to Us: A Secretive Startup's Quest to End Privacy as We Know It #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/111e9397-9082-4a04-b006-ddfdc2ebd5e1", + "date_published": "Sat, 27 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111836335761047887" + ], + "lastTootTimestamp": 1706487057006 + }, + "https://darkvisitors.com/": { + "id": "aHR0cHM6Ly9kYXJrdmlzaXRvcnMuY29tLw==", + "title": "πŸ”—: A List of Known AI Agents on the Internet", + "url": "https://darkvisitors.com/", + "content_text": "πŸ”—: A List of Known AI Agents on the Internet #Tech https://darkvisitors.com/", + "date_published": "Mon, 29 Jan 2024 18:36:24 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111841494755298526" + ], + "lastTootTimestamp": 1706565776957 + }, + "https://jakelazaroff.com/words/the-web-component-success-story/": { + "id": "aHR0cHM6Ly9qYWtlbGF6YXJvZmYuY29tL3dvcmRzL3RoZS13ZWItY29tcG9uZW50LXN1Y2Nlc3Mtc3Rvcnkv", + "title": "πŸ”—: The Web Component Success Story", + "url": "https://jakelazaroff.com/words/the-web-component-success-story/", + "content_text": "πŸ”—: The Web Component Success Story #WebDev https://jakelazaroff.com/words/the-web-component-success-story/", + "date_published": "Mon, 29 Jan 2024 16:56:40 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111841996013801092" + ], + "lastTootTimestamp": 1706573425574 + }, + "https://macwright.com/2024/01/24/on-web-components.html": { + "id": "aHR0cHM6Ly9tYWN3cmlnaHQuY29tLzIwMjQvMDEvMjQvb24td2ViLWNvbXBvbmVudHMuaHRtbA==", + "title": "πŸ”—: On Web Components", + "url": "https://macwright.com/2024/01/24/on-web-components.html", + "content_text": "πŸ”—: On Web Components #WebDev https://macwright.com/2024/01/24/on-web-components.html", + "date_published": "Mon, 29 Jan 2024 16:50:46 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111841024428779613" + ], + "lastTootTimestamp": 1706558600360 + }, + "https://chrismcleod.dev/blog/visiting-websites/": { + "id": "aHR0cHM6Ly9jaHJpc21jbGVvZC5kZXYvYmxvZy92aXNpdGluZy13ZWJzaXRlcy8=", + "title": "πŸ”—: Visiting Websites", + "url": "https://chrismcleod.dev/blog/visiting-websites/", + "content_text": "πŸ”—: Visiting Websites #Tech https://chrismcleod.dev/blog/visiting-websites/", + "date_published": "Tue, 30 Jan 2024 17:49:41 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111847157226837230" + ], + "lastTootTimestamp": 1706652179426 + }, + "https://werd.io/2024/stripping-the-web-of-its-humanity": { + "id": "aHR0cHM6Ly93ZXJkLmlvLzIwMjQvc3RyaXBwaW5nLXRoZS13ZWItb2YtaXRzLWh1bWFuaXR5", + "title": "πŸ”—: Stripping the web of its humanity", + "url": "https://werd.io/2024/stripping-the-web-of-its-humanity", + "content_text": "πŸ”—: Stripping the web of its humanity #Tech #Privacy https://werd.io/2024/stripping-the-web-of-its-humanity", + "date_published": "Sat, 03 Feb 2024 17:19:43 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111846685753666290" + ], + "lastTootTimestamp": 1706644985303 + }, + "https://gomakethings.com/the-elevator-pitch-for-web-components/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL3RoZS1lbGV2YXRvci1waXRjaC1mb3Itd2ViLWNvbXBvbmVudHMv", + "title": "πŸ”—: The elevator pitch for Web Components", + "url": "https://gomakethings.com/the-elevator-pitch-for-web-components/", + "content_text": "πŸ”—: The elevator pitch for Web Components #JavaScript #WebDev https://gomakethings.com/the-elevator-pitch-for-web-components/", + "date_published": "Tue, 30 Jan 2024 21:27:11 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111847658729272819" + ], + "lastTootTimestamp": 1706659831747 + }, + "https://www.wheresyoured.at/how/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L2hvdy8/cmVmPWVkLXppdHJvbnMtd2hlcmVzLXlvdXItZWQtYXQtbmV3c2xldHRlcg==", + "title": "πŸ”—: How Tech Outstayed Its Welcome", + "url": "https://www.wheresyoured.at/how/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: How Tech Outstayed Its Welcome #Tech https://www.wheresyoured.at/how/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Tue, 30 Jan 2024 20:56:17 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111848122027254860" + ], + "lastTootTimestamp": 1706666901107 + }, + "https://blog.cassidoo.co/post/css-accent-color/": { + "id": "aHR0cHM6Ly9ibG9nLmNhc3NpZG9vLmNvL3Bvc3QvY3NzLWFjY2VudC1jb2xvci8=", + "title": "πŸ”—: Use CSS accent-color to style your inputs", + "url": "https://blog.cassidoo.co/post/css-accent-color/", + "content_text": "πŸ”—: Use CSS accent-color to style your inputs #CSS #WebDev https://blog.cassidoo.co/post/css-accent-color/", + "date_published": "Wed, 31 Jan 2024 03:31:53 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111849047748037819" + ], + "lastTootTimestamp": 1706681026564 + }, + "https://httpster.io/article/webfonts-and-layout-shifting/": { + "id": "aHR0cHM6Ly9odHRwc3Rlci5pby9hcnRpY2xlL3dlYmZvbnRzLWFuZC1sYXlvdXQtc2hpZnRpbmcv", + "title": "πŸ”—: Webfonts and layout shifting", + "url": "https://httpster.io/article/webfonts-and-layout-shifting/", + "content_text": "πŸ”—: Webfonts and layout shifting #WebDev https://httpster.io/article/webfonts-and-layout-shifting/", + "date_published": "Wed, 31 Jan 2024 19:56:20 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111852873565875155" + ], + "lastTootTimestamp": 1706739403815 + }, + "https://aworkinglibrary.com/writing/unified-theory-of------": { + "id": "aHR0cHM6Ly9hd29ya2luZ2xpYnJhcnkuY29tL3dyaXRpbmcvdW5pZmllZC10aGVvcnktb2YtLS0tLS0=", + "title": "πŸ”—: A unified theory of fucks", + "url": "https://aworkinglibrary.com/writing/unified-theory-of------", + "content_text": "πŸ”—: A unified theory of fucks https://aworkinglibrary.com/writing/unified-theory-of------", + "date_published": "Wed, 31 Jan 2024 16:29:53 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111852347501285387" + ], + "lastTootTimestamp": 1706731376709 + }, + "https://app.thestorygraph.com/books/8441922f-b71d-4804-8c41-6d6402e762e8": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvODQ0MTkyMmYtYjcxZC00ODA0LThjNDEtNmQ2NDAyZTc2MmU4", + "title": "πŸ“–: Red Dragon", + "url": "https://app.thestorygraph.com/books/8441922f-b71d-4804-8c41-6d6402e762e8", + "content_text": "πŸ“–: Red Dragon #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/8441922f-b71d-4804-8c41-6d6402e762e8", + "date_published": "Tue, 30 Jan 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111852819924285101" + ], + "lastTootTimestamp": 1706738585343 + }, + "https://coryd.dev/posts/2024/i-dont-want-anything-your-ai-generates/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pLWRvbnQtd2FudC1hbnl0aGluZy15b3VyLWFpLWdlbmVyYXRlcy8=", + "title": "πŸ“: I don't want anything your AI generates", + "url": "https://coryd.dev/posts/2024/i-dont-want-anything-your-ai-generates/", + "content_text": "πŸ“: I don't want anything your AI generates #Tech https://coryd.dev/posts/2024/i-dont-want-anything-your-ai-generates/", + "date_published": "Wed, 31 Jan 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111852915463071233" + ], + "lastTootTimestamp": 1706740043136 + }, + "https://max.engineer/long-term-refactors": { + "id": "aHR0cHM6Ly9tYXguZW5naW5lZXIvbG9uZy10ZXJtLXJlZmFjdG9ycw==", + "title": "πŸ”—: Long Term Refactors", + "url": "https://max.engineer/long-term-refactors", + "content_text": "πŸ”—: Long Term Refactors #WebDev https://max.engineer/long-term-refactors", + "date_published": "Thu, 01 Feb 2024 01:52:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111854236609507087" + ], + "lastTootTimestamp": 1706760202238 + }, + "https://blog.jim-nielsen.com/2024/treating-the-symptoms/": { + "id": "aHR0cHM6Ly9ibG9nLmppbS1uaWVsc2VuLmNvbS8yMDI0L3RyZWF0aW5nLXRoZS1zeW1wdG9tcy8=", + "title": "πŸ”—: Treating the Symptoms", + "url": "https://blog.jim-nielsen.com/2024/treating-the-symptoms/", + "content_text": "πŸ”—: Treating the Symptoms #Tech https://blog.jim-nielsen.com/2024/treating-the-symptoms/", + "date_published": "Thu, 01 Feb 2024 19:51:27 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111858482969161784" + ], + "lastTootTimestamp": 1706824996560 + }, + "https://coryd.dev/now?ts=1706788800000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDY3ODg4MDAwMDA=", + "title": "🎧: My top artists for the week: Dead In The Dirt @ 35 plays, NoMeansNo @ 30 plays, Autopsy @ 29 plays, Fawn Limbs @ 23 plays, Resurgency @ 23 plays, Hyperdontia @ 22 plays, Khthoniik Cerviiks @ 22 plays, blink-182 @ 19 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1706788800000", + "content_text": "🎧: My top artists for the week: Dead In The Dirt @ 35 plays, NoMeansNo @ 30 plays, Autopsy @ 29 plays, Fawn Limbs @ 23 plays, Resurgency @ 23 plays, Hyperdontia @ 22 plays, Khthoniik Cerviiks @ 22 plays, blink-182 @ 19 plays #Music #LastFM https://coryd.dev/now?ts=1706788800000", + "date_published": "Thu, 01 Feb 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111861313430356028" + ], + "lastTootTimestamp": 1706868185941 + }, + "https://infrequently.org/2024/01/performance-inequality-gap-2024/": { + "id": "aHR0cHM6Ly9pbmZyZXF1ZW50bHkub3JnLzIwMjQvMDEvcGVyZm9ybWFuY2UtaW5lcXVhbGl0eS1nYXAtMjAyNC8=", + "title": "πŸ”—: The Performance Inequality Gap, 2024", + "url": "https://infrequently.org/2024/01/performance-inequality-gap-2024/", + "content_text": "πŸ”—: The Performance Inequality Gap, 2024 #Tech #WebDev https://infrequently.org/2024/01/performance-inequality-gap-2024/", + "date_published": "Fri, 02 Feb 2024 17:55:43 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111863672835711479" + ], + "lastTootTimestamp": 1706904187804 + }, + "https://www.tylerjfisher.com/blog/post/2024/02/01/anti-scale-a-response-to-ai-in-journalism": { + "id": "aHR0cHM6Ly93d3cudHlsZXJqZmlzaGVyLmNvbS9ibG9nL3Bvc3QvMjAyNC8wMi8wMS9hbnRpLXNjYWxlLWEtcmVzcG9uc2UtdG8tYWktaW4tam91cm5hbGlzbQ==", + "title": "πŸ”—: Anti-scale: a response to AI in journalism", + "url": "https://www.tylerjfisher.com/blog/post/2024/02/01/anti-scale-a-response-to-ai-in-journalism", + "content_text": "πŸ”—: Anti-scale: a response to AI in journalism #Tech https://www.tylerjfisher.com/blog/post/2024/02/01/anti-scale-a-response-to-ai-in-journalism", + "date_published": "Mon, 19 Feb 2024 04:55:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111865560052012657" + ], + "lastTootTimestamp": 1706932984275 + }, + "https://app.thestorygraph.com/books/7c30a431-70e0-4efd-a585-56df0babfc7c": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvN2MzMGE0MzEtNzBlMC00ZWZkLWE1ODUtNTZkZjBiYWJmYzdj", + "title": "πŸ“–: The Silence of the Lambs", + "url": "https://app.thestorygraph.com/books/7c30a431-70e0-4efd-a585-56df0babfc7c", + "content_text": "πŸ“–: The Silence of the Lambs #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/7c30a431-70e0-4efd-a585-56df0babfc7c", + "date_published": "Fri, 02 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111869335983852389" + ], + "lastTootTimestamp": 1706990600431 + }, + "https://coryd.dev/posts/2024/browsing-the-mobile-web-sucks/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9icm93c2luZy10aGUtbW9iaWxlLXdlYi1zdWNrcy8=", + "title": "πŸ“: Browsing the mobile web sucks", + "url": "https://coryd.dev/posts/2024/browsing-the-mobile-web-sucks/", + "content_text": "πŸ“: Browsing the mobile web sucks #WebDev #JavaScript #Tech #Privacy https://coryd.dev/posts/2024/browsing-the-mobile-web-sucks/", + "date_published": "Sat, 03 Feb 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111870389957316446" + ], + "lastTootTimestamp": 1707006682800 + }, + "https://explodingcomma.com/2024/02/04/no-one-should.html": { + "id": "aHR0cHM6Ly9leHBsb2Rpbmdjb21tYS5jb20vMjAyNC8wMi8wNC9uby1vbmUtc2hvdWxkLmh0bWw=", + "title": "πŸ”—: No one should have to be selling themselves all the time. It’s a miserable way to live.", + "url": "https://explodingcomma.com/2024/02/04/no-one-should.html", + "content_text": "πŸ”—: No one should have to be selling themselves all the time. It’s a miserable way to live. #Tech #Tech https://explodingcomma.com/2024/02/04/no-one-should.html", + "date_published": "Sun, 04 Feb 2024 16:01:21 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111874525880128081" + ], + "lastTootTimestamp": 1707069791949 + }, + "https://trakt.tv/movies/10-cloverfield-lane-2016": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvMTAtY2xvdmVyZmllbGQtbGFuZS0yMDE2", + "title": "πŸŽ₯: 10 Cloverfield Lane", + "url": "https://trakt.tv/movies/10-cloverfield-lane-2016", + "content_text": "πŸŽ₯: 10 Cloverfield Lane #Movies #Watching #Trakt https://trakt.tv/movies/10-cloverfield-lane-2016", + "date_published": "Sun, 04 Feb 2024 18:10:40 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111875468324209711" + ], + "lastTootTimestamp": 1707084172484 + }, + "https://robhorning.substack.com/p/looking-away?ref=disconnect.blog": { + "id": "aHR0cHM6Ly9yb2Job3JuaW5nLnN1YnN0YWNrLmNvbS9wL2xvb2tpbmctYXdheT9yZWY9ZGlzY29ubmVjdC5ibG9n", + "title": "πŸ”—: Looking away", + "url": "https://robhorning.substack.com/p/looking-away?ref=disconnect.blog", + "content_text": "πŸ”—: Looking away #Tech https://robhorning.substack.com/p/looking-away?ref=disconnect.blog", + "date_published": "Mon, 05 Feb 2024 01:17:55 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111877358131331599" + ], + "lastTootTimestamp": 1707113008652 + }, + "https://trakt.tv/movies/apocalypse-now-1979": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYXBvY2FseXBzZS1ub3ctMTk3OQ==", + "title": "πŸŽ₯: Apocalypse Now", + "url": "https://trakt.tv/movies/apocalypse-now-1979", + "content_text": "πŸŽ₯: Apocalypse Now #Movies #Watching #Trakt https://trakt.tv/movies/apocalypse-now-1979", + "date_published": "Mon, 05 Feb 2024 00:58:37 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111876885559852653" + ], + "lastTootTimestamp": 1707105797792 + }, + "https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9jaGVjay1pZi1pbWFnZXMtYXJlLWF2YWlsYWJsZS1iZWZvcmUtb3B0aW1pemluZy1pbi1lbGV2ZW50eS8=", + "title": "πŸ“: Check if images are available before optimizing in Eleventy", + "url": "https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/", + "content_text": "πŸ“: Check if images are available before optimizing in Eleventy #WebDev #JavaScript #Eleventy https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/", + "date_published": "Mon, 05 Feb 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111881461547315080" + ], + "lastTootTimestamp": 1707175621846 + }, + "https://lmnt.me/blog/teenage-web.html": { + "id": "aHR0cHM6Ly9sbW50Lm1lL2Jsb2cvdGVlbmFnZS13ZWIuaHRtbA==", + "title": "πŸ”—: The Teenage Web", + "url": "https://lmnt.me/blog/teenage-web.html", + "content_text": "πŸ”—: The Teenage Web #Tech https://lmnt.me/blog/teenage-web.html", + "date_published": "Tue, 06 Feb 2024 00:42:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111882547434998673" + ], + "lastTootTimestamp": 1707192191140 + }, + "https://lmnt.me/blog/make-a-damn-website.html": { + "id": "aHR0cHM6Ly9sbW50Lm1lL2Jsb2cvbWFrZS1hLWRhbW4td2Vic2l0ZS5odG1s", + "title": "πŸ”—: Make a Damn Website", + "url": "https://lmnt.me/blog/make-a-damn-website.html", + "content_text": "πŸ”—: Make a Damn Website #Tech https://lmnt.me/blog/make-a-damn-website.html", + "date_published": "Tue, 06 Feb 2024 00:39:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111883495098842218" + ], + "lastTootTimestamp": 1707206651358 + }, + "https://lmnt.me/blog/craft-internet.html": { + "id": "aHR0cHM6Ly9sbW50Lm1lL2Jsb2cvY3JhZnQtaW50ZXJuZXQuaHRtbA==", + "title": "πŸ”—: Craft Internet", + "url": "https://lmnt.me/blog/craft-internet.html", + "content_text": "πŸ”—: Craft Internet #Tech https://lmnt.me/blog/craft-internet.html", + "date_published": "Tue, 06 Feb 2024 00:37:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111883020602532504" + ], + "lastTootTimestamp": 1707199411122 + }, + "https://app.thestorygraph.com/books/d02f9eec-ca74-419e-a28b-4f59d0e89e01": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZDAyZjllZWMtY2E3NC00MTllLWEyOGItNGY1OWQwZTg5ZTAx", + "title": "πŸ“–: How to Make a Killing: Blood, Death and Dollars in American Medicine", + "url": "https://app.thestorygraph.com/books/d02f9eec-ca74-419e-a28b-4f59d0e89e01", + "content_text": "πŸ“–: How to Make a Killing: Blood, Death and Dollars in American Medicine #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/d02f9eec-ca74-419e-a28b-4f59d0e89e01", + "date_published": "Sun, 04 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111883962374831428" + ], + "lastTootTimestamp": 1707213781445 + }, + "https://trakt.tv/movies/the-accountant-2016": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWFjY291bnRhbnQtMjAxNg==", + "title": "πŸŽ₯: The Accountant", + "url": "https://trakt.tv/movies/the-accountant-2016", + "content_text": "πŸŽ₯: The Accountant #Movies #Watching #Trakt https://trakt.tv/movies/the-accountant-2016", + "date_published": "Tue, 06 Feb 2024 14:41:22 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111885378591862470" + ], + "lastTootTimestamp": 1707235391159 + }, + "https://gomakethings.com/the-f-ck-bucket/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL3RoZS1mLWNrLWJ1Y2tldC8=", + "title": "πŸ”—: The fuck bucket", + "url": "https://gomakethings.com/the-f-ck-bucket/", + "content_text": "πŸ”—: The fuck bucket #Tech #Work https://gomakethings.com/the-f-ck-bucket/", + "date_published": "Tue, 06 Feb 2024 16:53:39 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111885850241561294" + ], + "lastTootTimestamp": 1707242587958 + }, + "https://mikegrindle.com/posts/personal-blogging": { + "id": "aHR0cHM6Ly9taWtlZ3JpbmRsZS5jb20vcG9zdHMvcGVyc29uYWwtYmxvZ2dpbmc=", + "title": "πŸ”—: Home > Why Personal Blogging Still Rules", + "url": "https://mikegrindle.com/posts/personal-blogging", + "content_text": "πŸ”—: Home > Why Personal Blogging Still Rules #Tech #Blogging #WebDev https://mikegrindle.com/posts/personal-blogging", + "date_published": "Tue, 06 Feb 2024 23:41:32 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111887753539932630" + ], + "lastTootTimestamp": 1707271630039 + }, + "https://garden.mattstein.com/notes/people-content-7-platforms": { + "id": "aHR0cHM6Ly9nYXJkZW4ubWF0dHN0ZWluLmNvbS9ub3Rlcy9wZW9wbGUtY29udGVudC03LXBsYXRmb3Jtcw==", + "title": "πŸ”—: People & Content #7: Platforms", + "url": "https://garden.mattstein.com/notes/people-content-7-platforms", + "content_text": "πŸ”—: People & Content #7: Platforms #Tech https://garden.mattstein.com/notes/people-content-7-platforms", + "date_published": "Wed, 07 Feb 2024 16:01:44 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111891512523482838" + ], + "lastTootTimestamp": 1707328987537 + }, + "https://notes.neatnik.net/2024/01/the-power-to-not": { + "id": "aHR0cHM6Ly9ub3Rlcy5uZWF0bmlrLm5ldC8yMDI0LzAxL3RoZS1wb3dlci10by1ub3Q=", + "title": "πŸ”—: The power to not", + "url": "https://notes.neatnik.net/2024/01/the-power-to-not", + "content_text": "πŸ”—: The power to not #Tech #Tech https://notes.neatnik.net/2024/01/the-power-to-not", + "date_published": "Wed, 07 Feb 2024 22:11:10 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111892342806278442" + ], + "lastTootTimestamp": 1707341656623 + }, + "https://coryd.dev/posts/2024/on-getting-tattooed/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9vbi1nZXR0aW5nLXRhdHRvb2VkLw==", + "title": "πŸ“: On getting tattooed", + "url": "https://coryd.dev/posts/2024/on-getting-tattooed/", + "content_text": "πŸ“: On getting tattooed #Tattoos #Music https://coryd.dev/posts/2024/on-getting-tattooed/", + "date_published": "Wed, 07 Feb 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111892395326602465" + ], + "lastTootTimestamp": 1707342458048 + }, + "https://frills.dev/blog/070224-this-website-is-personal-girls/": { + "id": "aHR0cHM6Ly9mcmlsbHMuZGV2L2Jsb2cvMDcwMjI0LXRoaXMtd2Vic2l0ZS1pcy1wZXJzb25hbC1naXJscy8=", + "title": "πŸ”—: This website is personal", + "url": "https://frills.dev/blog/070224-this-website-is-personal-girls/", + "content_text": "πŸ”—: This website is personal #Tech #Blogging https://frills.dev/blog/070224-this-website-is-personal-girls/", + "date_published": "Thu, 08 Feb 2024 00:04:51 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111893416725601331" + ], + "lastTootTimestamp": 1707358043362 + }, + "https://www.lrb.co.uk/the-paper/v46/n03/rebecca-solnit/in-the-shadow-of-silicon-valley": { + "id": "aHR0cHM6Ly93d3cubHJiLmNvLnVrL3RoZS1wYXBlci92NDYvbjAzL3JlYmVjY2Etc29sbml0L2luLXRoZS1zaGFkb3ctb2Ytc2lsaWNvbi12YWxsZXk=", + "title": "πŸ”—: In the Shadow of Silicon Valley", + "url": "https://www.lrb.co.uk/the-paper/v46/n03/rebecca-solnit/in-the-shadow-of-silicon-valley", + "content_text": "πŸ”—: In the Shadow of Silicon Valley #Tech #Privacy #Tech https://www.lrb.co.uk/the-paper/v46/n03/rebecca-solnit/in-the-shadow-of-silicon-valley", + "date_published": "Thu, 08 Feb 2024 01:53:13 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111893872402463187" + ], + "lastTootTimestamp": 1707364996443 + }, + "https://piccalil.li/blog/react-is-getting-a-bit-of-a-kicking-recently/": { + "id": "aHR0cHM6Ly9waWNjYWxpbC5saS9ibG9nL3JlYWN0LWlzLWdldHRpbmctYS1iaXQtb2YtYS1raWNraW5nLXJlY2VudGx5Lw==", + "title": "πŸ”—: It feels like React is getting a bit of a kicking recently", + "url": "https://piccalil.li/blog/react-is-getting-a-bit-of-a-kicking-recently/", + "content_text": "πŸ”—: It feels like React is getting a bit of a kicking recently #JavaScript #WebDev https://piccalil.li/blog/react-is-getting-a-bit-of-a-kicking-recently/", + "date_published": "Thu, 08 Feb 2024 00:36:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111894347793867138" + ], + "lastTootTimestamp": 1707372250386 + }, + "https://app.thestorygraph.com/books/f92ebcc5-c1ff-43b6-8c1e-6c4f5d2b1641": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZjkyZWJjYzUtYzFmZi00M2I2LThjMWUtNmM0ZjVkMmIxNjQx", + "title": "πŸ“–: Flying Blind: Boeing's MAX Tragedy and the Lost Soul of an American Icon", + "url": "https://app.thestorygraph.com/books/f92ebcc5-c1ff-43b6-8c1e-6c4f5d2b1641", + "content_text": "πŸ“–: Flying Blind: Boeing's MAX Tragedy and the Lost Soul of an American Icon #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/f92ebcc5-c1ff-43b6-8c1e-6c4f5d2b1641", + "date_published": "Wed, 07 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111899534758532868" + ], + "lastTootTimestamp": 1707451397127 + }, + "https://coryd.dev/now?ts=1707393600000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDczOTM2MDAwMDA=", + "title": "🎧: My top artists for the week: Portrayal of Guilt @ 52 plays, AFI @ 37 plays, Nucleus @ 34 plays, Hauntologist @ 32 plays, Defeated Sanity @ 30 plays, NoMeansNo @ 27 plays, Aesop Rock @ 26 plays, Galvanizer @ 24 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1707393600000", + "content_text": "🎧: My top artists for the week: Portrayal of Guilt @ 52 plays, AFI @ 37 plays, Nucleus @ 34 plays, Hauntologist @ 32 plays, Defeated Sanity @ 30 plays, NoMeansNo @ 27 plays, Aesop Rock @ 26 plays, Galvanizer @ 24 plays #Music #LastFM https://coryd.dev/now?ts=1707393600000", + "date_published": "Thu, 08 Feb 2024 12:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111901425058547121" + ], + "lastTootTimestamp": 1707480240852 + }, + "https://coryd.dev/posts/2024/renting-your-music-means-accepting-that-it-will-disappear/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9yZW50aW5nLXlvdXItbXVzaWMtbWVhbnMtYWNjZXB0aW5nLXRoYXQtaXQtd2lsbC1kaXNhcHBlYXIv", + "title": "πŸ“: Renting your music means accepting that it will disappear", + "url": "https://coryd.dev/posts/2024/renting-your-music-means-accepting-that-it-will-disappear/", + "content_text": "πŸ“: Renting your music means accepting that it will disappear #Music #Tech https://coryd.dev/posts/2024/renting-your-music-means-accepting-that-it-will-disappear/", + "date_published": "Fri, 09 Feb 2024 00:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111902794582995858" + ], + "lastTootTimestamp": 1707501138127 + }, + "https://gomakethings.com/html-as-the-baseline/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2h0bWwtYXMtdGhlLWJhc2VsaW5lLw==", + "title": "πŸ”—: HTML as the baseline", + "url": "https://gomakethings.com/html-as-the-baseline/", + "content_text": "πŸ”—: HTML as the baseline #WebDev https://gomakethings.com/html-as-the-baseline/", + "date_published": "Sat, 10 Feb 2024 01:44:19 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111904281411677034" + ], + "lastTootTimestamp": 1707523825309 + }, + "https://www.mayank.co/blog/safari-focus/": { + "id": "aHR0cHM6Ly93d3cubWF5YW5rLmNvL2Jsb2cvc2FmYXJpLWZvY3VzLw==", + "title": "πŸ”—: When will Apple focus on Safari?", + "url": "https://www.mayank.co/blog/safari-focus/", + "content_text": "πŸ”—: When will Apple focus on Safari? #WebDev https://www.mayank.co/blog/safari-focus/", + "date_published": "Fri, 09 Feb 2024 19:04:10 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111903781883898271" + ], + "lastTootTimestamp": 1707516203137 + }, + "https://iamfran.com/archives/design-is-not-my-passion": { + "id": "aHR0cHM6Ly9pYW1mcmFuLmNvbS9hcmNoaXZlcy9kZXNpZ24taXMtbm90LW15LXBhc3Npb24=", + "title": "πŸ”—: Design is NOT my passion", + "url": "https://iamfran.com/archives/design-is-not-my-passion", + "content_text": "πŸ”—: Design is NOT my passion https://iamfran.com/archives/design-is-not-my-passion", + "date_published": "Sat, 10 Feb 2024 17:50:09 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111904738380187540" + ], + "lastTootTimestamp": 1707530798114 + }, + "https://app.thestorygraph.com/books/39f4ba6d-70c8-4a37-b96a-cdc37f1f6a64": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMzlmNGJhNmQtNzBjOC00YTM3LWI5NmEtY2RjMzdmMWY2YTY0", + "title": "πŸ“–: Our Enemies Will Vanish: The Russian Invasion and Ukraine's War of Independence", + "url": "https://app.thestorygraph.com/books/39f4ba6d-70c8-4a37-b96a-cdc37f1f6a64", + "content_text": "πŸ“–: Our Enemies Will Vanish: The Russian Invasion and Ukraine's War of Independence #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/39f4ba6d-70c8-4a37-b96a-cdc37f1f6a64", + "date_published": "Fri, 09 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111908970436191693" + ], + "lastTootTimestamp": 1707595374151 + }, + "https://trakt.tv/movies/fantastic-fungi-2019": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFudGFzdGljLWZ1bmdpLTIwMTk=", + "title": "πŸŽ₯: Fantastic Fungi", + "url": "https://trakt.tv/movies/fantastic-fungi-2019", + "content_text": "πŸŽ₯: Fantastic Fungi #Movies #Watching #Trakt https://trakt.tv/movies/fantastic-fungi-2019", + "date_published": "Sat, 10 Feb 2024 05:15:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111909950255657255" + ], + "lastTootTimestamp": 1707610325382 + }, + "https://www.citationneeded.news/we-need-to-talk-about-digital-ownership/": { + "id": "aHR0cHM6Ly93d3cuY2l0YXRpb25uZWVkZWQubmV3cy93ZS1uZWVkLXRvLXRhbGstYWJvdXQtZGlnaXRhbC1vd25lcnNoaXAv", + "title": "πŸ”—: We need to talk about digital ownership", + "url": "https://www.citationneeded.news/we-need-to-talk-about-digital-ownership/", + "content_text": "πŸ”—: We need to talk about digital ownership #Tech https://www.citationneeded.news/we-need-to-talk-about-digital-ownership/", + "date_published": "Mon, 12 Feb 2024 01:12:54 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111916523056144636" + ], + "lastTootTimestamp": 1707710617985 + }, + "https://trakt.tv/movies/shaun-of-the-dead-2004": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc2hhdW4tb2YtdGhlLWRlYWQtMjAwNA==", + "title": "πŸŽ₯: Shaun of the Dead", + "url": "https://trakt.tv/movies/shaun-of-the-dead-2004", + "content_text": "πŸŽ₯: Shaun of the Dead #Movies #Watching #Trakt https://trakt.tv/movies/shaun-of-the-dead-2004", + "date_published": "Mon, 12 Feb 2024 03:39:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111916994244323098" + ], + "lastTootTimestamp": 1707717807734 + }, + "https://app.thestorygraph.com/books/457eae82-64b0-43a6-a268-9fbbb012744e": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNDU3ZWFlODItNjRiMC00M2E2LWEyNjgtOWZiYmIwMTI3NDRl", + "title": "πŸ“–: The Siege of Mecca: The Forgotten Uprising in Islam's Holiest Shrine and the Birth of Al Qaeda", + "url": "https://app.thestorygraph.com/books/457eae82-64b0-43a6-a268-9fbbb012744e", + "content_text": "πŸ“–: The Siege of Mecca: The Forgotten Uprising in Islam's Holiest Shrine and the Birth of Al Qaeda #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/457eae82-64b0-43a6-a268-9fbbb012744e", + "date_published": "Sat, 10 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111917467494524674" + ], + "lastTootTimestamp": 1707725028962 + }, + "https://garden.mattstein.com/notes/people-content-11-dynamic-work": { + "id": "aHR0cHM6Ly9nYXJkZW4ubWF0dHN0ZWluLmNvbS9ub3Rlcy9wZW9wbGUtY29udGVudC0xMS1keW5hbWljLXdvcms=", + "title": "πŸ”—: People & Content #11: Dynamic Work", + "url": "https://garden.mattstein.com/notes/people-content-11-dynamic-work", + "content_text": "πŸ”—: People & Content #11: Dynamic Work #Tech https://garden.mattstein.com/notes/people-content-11-dynamic-work", + "date_published": "Mon, 12 Feb 2024 16:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111920296691716603" + ], + "lastTootTimestamp": 1707768199108 + }, + "https://link.mail.beehiiv.com/ss/c/vgTTQeqUPSnIxDgmGWvLJ1oOIBdMmOD9zJcRDRUH9ovXwScgyQAJDilzzv3_5oipdOtW0WnoKk49mtwLnziXdVjOGuEdZ8cp8ycj07v3PjH4btZXGO6GdgKYZNsD0vQg1efw-cyz4Kd1NcST5FCa7m4rMyBCZfK2Z9bNVvh8N5ayOsopGBBtb5BdrkoUV_ME1e3e3Tki-clNRam-zk-0wD-Z0XWthamfNpaI4VEUaHhnKpwrWni8k2rwQqZmD3W7S899bZUYTzSfinG03JQ8QQAIevcocUlqKcjvbEhL9VQ/43s/ZvAJ3CZdR_OVJe-RYd0-2w/h38/n5xKN9vUJLAMn8ah1Mzx8FTPU138_viI2xmqpzhSv5w": { + "id": "aHR0cHM6Ly9saW5rLm1haWwuYmVlaGlpdi5jb20vc3MvYy92Z1RUUWVxVVBTbkl4RGdtR1d2TEoxb09JQmRNbU9EOXpKY1JEUlVIOW92WHdTY2d5UUFKRGlsenp2M181b2lwZE90VzBXbm9LazQ5bXR3TG56aVhkVmpPR3VFZFo4Y3A4eWNqMDd2M1BqSDRidFpYR082R2RnS1laTnNEMHZRZzFlZnctY3l6NEtkMU5jU1Q1RkNhN200ck15QkNaZksyWjliTlZ2aDhONWF5T3NvcEdCQnRiNUJkcmtvVVZfTUUxZTNlM1RraS1jbE5SYW0temstMHdELVowWFd0aGFtZk5wYUk0VkVVYUhobktwd3JXbmk4azJyd1FxWm1EM1c3Uzg5OWJaVVlUelNmaW5HMDNKUThRUUFJZXZjb2NVbHFLY2p2YkVoTDlWUS80M3MvWnZBSjNDWmRSX09WSmUtUllkMC0ydy9oMzgvbjV4S045dlVKTEFNbjhhaDFNeng4RlRQVTEzOF92aUkyeG1xcHpoU3Y1dw==", + "title": "πŸ”—: Who makes money when AI reads the internet for us?", + "url": "https://link.mail.beehiiv.com/ss/c/vgTTQeqUPSnIxDgmGWvLJ1oOIBdMmOD9zJcRDRUH9ovXwScgyQAJDilzzv3_5oipdOtW0WnoKk49mtwLnziXdVjOGuEdZ8cp8ycj07v3PjH4btZXGO6GdgKYZNsD0vQg1efw-cyz4Kd1NcST5FCa7m4rMyBCZfK2Z9bNVvh8N5ayOsopGBBtb5BdrkoUV_ME1e3e3Tki-clNRam-zk-0wD-Z0XWthamfNpaI4VEUaHhnKpwrWni8k2rwQqZmD3W7S899bZUYTzSfinG03JQ8QQAIevcocUlqKcjvbEhL9VQ/43s/ZvAJ3CZdR_OVJe-RYd0-2w/h38/n5xKN9vUJLAMn8ah1Mzx8FTPU138_viI2xmqpzhSv5w", + "content_text": "πŸ”—: Who makes money when AI reads the internet for us? #Tech https://link.mail.beehiiv.com/ss/c/vgTTQeqUPSnIxDgmGWvLJ1oOIBdMmOD9zJcRDRUH9ovXwScgyQAJDilzzv3_5oipdOtW0WnoKk49mtwLnziXdVjOGuEdZ8cp8ycj07v3PjH4btZXGO6GdgKYZNsD0vQg1efw-cyz4Kd1NcST5FCa7m4rMyBCZfK2Z9bNVvh8N5ayOsopGBBtb5BdrkoUV_ME1e3e3Tki-clNRam-zk-0wD-Z0XWthamfNpaI4VEUaHhnKpwrWni8k2rwQqZmD3W7S899bZUYTzSfinG03JQ8QQAIevcocUlqKcjvbEhL9VQ/43s/ZvAJ3CZdR_OVJe-RYd0-2w/h38/n5xKN9vUJLAMn8ah1Mzx8FTPU138_viI2xmqpzhSv5w", + "date_published": "Wed, 14 Feb 2024 01:46:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111927846591759391" + ], + "lastTootTimestamp": 1707883401437 + }, + "https://www.smashingmagazine.com/2024/02/web-development-getting-too-complex/": { + "id": "aHR0cHM6Ly93d3cuc21hc2hpbmdtYWdhemluZS5jb20vMjAyNC8wMi93ZWItZGV2ZWxvcG1lbnQtZ2V0dGluZy10b28tY29tcGxleC8=", + "title": "πŸ”—: Web Development Is Getting Too Complex, And It May Be Our Fault", + "url": "https://www.smashingmagazine.com/2024/02/web-development-getting-too-complex/", + "content_text": "πŸ”—: Web Development Is Getting Too Complex, And It May Be Our Fault https://www.smashingmagazine.com/2024/02/web-development-getting-too-complex/", + "date_published": "Wed, 14 Feb 2024 02:47:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111928321480759718" + ], + "lastTootTimestamp": 1707890647687 + }, + "https://coryd.dev/posts/2024/setting-up-image-transforms-in-eleventy/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9zZXR0aW5nLXVwLWltYWdlLXRyYW5zZm9ybXMtaW4tZWxldmVudHkv", + "title": "πŸ“: Setting up image transforms in Eleventy", + "url": "https://coryd.dev/posts/2024/setting-up-image-transforms-in-eleventy/", + "content_text": "πŸ“: Setting up image transforms in Eleventy #WebDev #Eleventy #JavaScript https://coryd.dev/posts/2024/setting-up-image-transforms-in-eleventy/", + "date_published": "Wed, 14 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111932228713088397" + ], + "lastTootTimestamp": 1707950267309 + }, + "https://app.thestorygraph.com/books/51c3c209-fca4-4cb3-afbc-ff5ed60e2e75": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTFjM2MyMDktZmNhNC00Y2IzLWFmYmMtZmY1ZWQ2MGUyZTc1", + "title": "πŸ“–: Technofeudalism: What Killed Capitalism", + "url": "https://app.thestorygraph.com/books/51c3c209-fca4-4cb3-afbc-ff5ed60e2e75", + "content_text": "πŸ“–: Technofeudalism: What Killed Capitalism #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/51c3c209-fca4-4cb3-afbc-ff5ed60e2e75", + "date_published": "Tue, 13 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111933057092620607" + ], + "lastTootTimestamp": 1707962907352 + }, + "https://joanwestenberg.com/blog/breaking-up-with-slack-and-discord-why-its-time-to-bring-back-forums": { + "id": "aHR0cHM6Ly9qb2Fud2VzdGVuYmVyZy5jb20vYmxvZy9icmVha2luZy11cC13aXRoLXNsYWNrLWFuZC1kaXNjb3JkLXdoeS1pdHMtdGltZS10by1icmluZy1iYWNrLWZvcnVtcw==", + "title": "πŸ”—: Breaking up with Slack and Discord: why it's time to bring back forums.", + "url": "https://joanwestenberg.com/blog/breaking-up-with-slack-and-discord-why-its-time-to-bring-back-forums", + "content_text": "πŸ”—: Breaking up with Slack and Discord: why it's time to bring back forums. #Tech https://joanwestenberg.com/blog/breaking-up-with-slack-and-discord-why-its-time-to-bring-back-forums", + "date_published": "Thu, 15 Feb 2024 17:41:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111937282540637169" + ], + "lastTootTimestamp": 1708027382581 + }, + "https://coryd.dev/now?ts=1707998400000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDc5OTg0MDAwMDA=", + "title": "🎧: My top artists for the week: Inculter @ 32 plays, Contaminated @ 28 plays, Deathspell Omega @ 28 plays, Augury @ 27 plays, Knuckle Puck @ 27 plays, MgΕ‚a @ 27 plays, Deafheaven @ 26 plays, blink-182 @ 25 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1707998400000", + "content_text": "🎧: My top artists for the week: Inculter @ 32 plays, Contaminated @ 28 plays, Deathspell Omega @ 28 plays, Augury @ 27 plays, Knuckle Puck @ 27 plays, MgΕ‚a @ 27 plays, Deafheaven @ 26 plays, blink-182 @ 25 plays #Music #LastFM https://coryd.dev/now?ts=1707998400000", + "date_published": "Thu, 15 Feb 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111940585953393881" + ], + "lastTootTimestamp": 1708077788642 + }, + "https://app.thestorygraph.com/books/ff4fcd64-fbf9-4199-9acc-497588845e62": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZmY0ZmNkNjQtZmJmOS00MTk5LTlhY2MtNDk3NTg4ODQ1ZTYy", + "title": "πŸ“–: The Coming Wave: Technology, Power, and the Twenty-first Century's Greatest Dilemma", + "url": "https://app.thestorygraph.com/books/ff4fcd64-fbf9-4199-9acc-497588845e62", + "content_text": "πŸ“–: The Coming Wave: Technology, Power, and the Twenty-first Century's Greatest Dilemma #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/ff4fcd64-fbf9-4199-9acc-497588845e62", + "date_published": "Thu, 15 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111942473968185913" + ], + "lastTootTimestamp": 1708106597470 + }, + "https://www.musicbusinessworldwide.com/ai-developers-must-get-authorization-to-use-copyrighted-materials-indias-government-declares/": { + "id": "aHR0cHM6Ly93d3cubXVzaWNidXNpbmVzc3dvcmxkd2lkZS5jb20vYWktZGV2ZWxvcGVycy1tdXN0LWdldC1hdXRob3JpemF0aW9uLXRvLXVzZS1jb3B5cmlnaHRlZC1tYXRlcmlhbHMtaW5kaWFzLWdvdmVybm1lbnQtZGVjbGFyZXMv", + "title": "πŸ”—: AI developers must get authorization to use copyrighted materials, India’s government declares", + "url": "https://www.musicbusinessworldwide.com/ai-developers-must-get-authorization-to-use-copyrighted-materials-indias-government-declares/", + "content_text": "πŸ”—: AI developers must get authorization to use copyrighted materials, India’s government declares #Tech #Music https://www.musicbusinessworldwide.com/ai-developers-must-get-authorization-to-use-copyrighted-materials-indias-government-declares/", + "date_published": "Mon, 19 Feb 2024 04:55:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111942945122663011" + ], + "lastTootTimestamp": 1708113786709 + }, + "https://garden.mattstein.com/notes/people-content-17-ephemerality": { + "id": "aHR0cHM6Ly9nYXJkZW4ubWF0dHN0ZWluLmNvbS9ub3Rlcy9wZW9wbGUtY29udGVudC0xNy1lcGhlbWVyYWxpdHk=", + "title": "πŸ”—: People & Content #17: Ephemerality", + "url": "https://garden.mattstein.com/notes/people-content-17-ephemerality", + "content_text": "πŸ”—: People & Content #17: Ephemerality #Tech https://garden.mattstein.com/notes/people-content-17-ephemerality", + "date_published": "Sat, 17 Feb 2024 18:25:25 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111949584295220679" + ], + "lastTootTimestamp": 1708215092442 + }, + "https://flamedfury.com/posts/making-websites-shoud-be-easy/": { + "id": "aHR0cHM6Ly9mbGFtZWRmdXJ5LmNvbS9wb3N0cy9tYWtpbmctd2Vic2l0ZXMtc2hvdWQtYmUtZWFzeS8=", + "title": "πŸ”—: Making Websites Shoud Be Easy", + "url": "https://flamedfury.com/posts/making-websites-shoud-be-easy/", + "content_text": "πŸ”—: Making Websites Shoud Be Easy #WebDev https://flamedfury.com/posts/making-websites-shoud-be-easy/", + "date_published": "Sat, 17 Feb 2024 16:07:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111948607810810711" + ], + "lastTootTimestamp": 1708200192512 + }, + "https://joshcollinsworth.com/blog/copilot": { + "id": "aHR0cHM6Ly9qb3NoY29sbGluc3dvcnRoLmNvbS9ibG9nL2NvcGlsb3Q=", + "title": "πŸ”—: I worry our Copilot is leaving some passengers behind", + "url": "https://joshcollinsworth.com/blog/copilot", + "content_text": "πŸ”—: I worry our Copilot is leaving some passengers behind #WebDev https://joshcollinsworth.com/blog/copilot", + "date_published": "Mon, 19 Feb 2024 04:55:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111948812084985626" + ], + "lastTootTimestamp": 1708203309455 + }, + "https://coryd.dev/posts/2024/adding-a-light-dark-theme-toggle/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hZGRpbmctYS1saWdodC1kYXJrLXRoZW1lLXRvZ2dsZS8=", + "title": "πŸ“: Adding a light-dark theme toggle", + "url": "https://coryd.dev/posts/2024/adding-a-light-dark-theme-toggle/", + "content_text": "πŸ“: Adding a light-dark theme toggle #CSS #JavaScript #Eleventy #WebDev https://coryd.dev/posts/2024/adding-a-light-dark-theme-toggle/", + "date_published": "Sat, 17 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111950048726630536" + ], + "lastTootTimestamp": 1708222179121 + }, + "https://app.thestorygraph.com/books/b584707a-5b71-464b-ac7e-e08573a0d332": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYjU4NDcwN2EtNWI3MS00NjRiLWFjN2UtZTA4NTczYTBkMzMy", + "title": "πŸ“–: No Country for Old Men", + "url": "https://app.thestorygraph.com/books/b584707a-5b71-464b-ac7e-e08573a0d332", + "content_text": "πŸ“–: No Country for Old Men #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/b584707a-5b71-464b-ac7e-e08573a0d332", + "date_published": "Fri, 16 Feb 2024 16:00:00 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111949078929536878" + ], + "lastTootTimestamp": 1708207381389 + }, + "https://collider.com/dune-why-no-computer-explained/": { + "id": "aHR0cHM6Ly9jb2xsaWRlci5jb20vZHVuZS13aHktbm8tY29tcHV0ZXItZXhwbGFpbmVkLw==", + "title": "πŸ”—: Why Is 'Dune' a Sci-Fi Film With No Computers? Let's Explain", + "url": "https://collider.com/dune-why-no-computer-explained/", + "content_text": "πŸ”—: Why Is 'Dune' a Sci-Fi Film With No Computers? Let's Explain #Tech https://collider.com/dune-why-no-computer-explained/", + "date_published": "Mon, 19 Feb 2024 05:26:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111951439393843770" + ], + "lastTootTimestamp": 1708243398994 + }, + "https://app.thestorygraph.com/books/fd98a8b6-75f8-4c93-80e4-9e5395ab565e": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZmQ5OGE4YjYtNzVmOC00YzkzLTgwZTQtOWU1Mzk1YWI1NjVl", + "title": "πŸ“–: Into Thin Air: A Personal Account Of The Everest Disaster", + "url": "https://app.thestorygraph.com/books/fd98a8b6-75f8-4c93-80e4-9e5395ab565e", + "content_text": "πŸ“–: Into Thin Air: A Personal Account Of The Everest Disaster #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/fd98a8b6-75f8-4c93-80e4-9e5395ab565e", + "date_published": "Fri, 16 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111950966868746554" + ], + "lastTootTimestamp": 1708236188862 + }, + "https://trakt.tv/movies/den-of-thieves-2018": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZGVuLW9mLXRoaWV2ZXMtMjAxOA==", + "title": "πŸŽ₯: Den of Thieves", + "url": "https://trakt.tv/movies/den-of-thieves-2018", + "content_text": "πŸŽ₯: Den of Thieves #Movies #Watching #Trakt https://trakt.tv/movies/den-of-thieves-2018", + "date_published": "Sun, 18 Feb 2024 23:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111955709698244553" + ], + "lastTootTimestamp": 1708308558675 + }, + "https://trakt.tv/movies/the-midnight-meat-train-2008": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLW1pZG5pZ2h0LW1lYXQtdHJhaW4tMjAwOA==", + "title": "πŸŽ₯: The Midnight Meat Train", + "url": "https://trakt.tv/movies/the-midnight-meat-train-2008", + "content_text": "πŸŽ₯: The Midnight Meat Train #Movies #Watching #Trakt https://trakt.tv/movies/the-midnight-meat-train-2008", + "date_published": "Mon, 19 Feb 2024 04:40:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111956630381064480" + ], + "lastTootTimestamp": 1708322607193 + }, + "https://coryd.dev/posts/2024/using-b2-as-a-json-data-store/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC91c2luZy1iMi1hcy1hLWpzb24tZGF0YS1zdG9yZS8=", + "title": "πŸ“: Using B2 as a JSON data store", + "url": "https://coryd.dev/posts/2024/using-b2-as-a-json-data-store/", + "content_text": "πŸ“: Using B2 as a JSON data store #Eleventy #WebDev #JavaScript https://coryd.dev/posts/2024/using-b2-as-a-json-data-store/", + "date_published": "Mon, 19 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111959363283405048" + ], + "lastTootTimestamp": 1708364307998 + }, + "https://trakt.tv/movies/the-edge-1997": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWVkZ2UtMTk5Nw==", + "title": "πŸŽ₯: The Edge", + "url": "https://trakt.tv/movies/the-edge-1997", + "content_text": "πŸŽ₯: The Edge #Movies #Watching #Trakt https://trakt.tv/movies/the-edge-1997", + "date_published": "Mon, 19 Feb 2024 20:02:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111960404343098810" + ], + "lastTootTimestamp": 1708380193270 + }, + "https://newrepublic.com/article/178675/garry-tan-tech-san-francisco?ref=disconnect.blog": { + "id": "aHR0cHM6Ly9uZXdyZXB1YmxpYy5jb20vYXJ0aWNsZS8xNzg2NzUvZ2FycnktdGFuLXRlY2gtc2FuLWZyYW5jaXNjbz9yZWY9ZGlzY29ubmVjdC5ibG9n", + "title": "πŸ”—: The Tech Plutocrats Dreaming of a Right-Wing San Francisco", + "url": "https://newrepublic.com/article/178675/garry-tan-tech-san-francisco?ref=disconnect.blog", + "content_text": "πŸ”—: The Tech Plutocrats Dreaming of a Right-Wing San Francisco #Tech https://newrepublic.com/article/178675/garry-tan-tech-san-francisco?ref=disconnect.blog", + "date_published": "Mon, 19 Feb 2024 19:51:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111961823812840085" + ], + "lastTootTimestamp": 1708401852654 + }, + "https://bastianallgeier.com/notes/tailwind": { + "id": "aHR0cHM6Ly9iYXN0aWFuYWxsZ2VpZXIuY29tL25vdGVzL3RhaWx3aW5k", + "title": "πŸ”—: A Tailwind Post", + "url": "https://bastianallgeier.com/notes/tailwind", + "content_text": "πŸ”—: A Tailwind Post #CSS #WebDev https://bastianallgeier.com/notes/tailwind", + "date_published": "Mon, 19 Feb 2024 19:44:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111960905375310096" + ], + "lastTootTimestamp": 1708387838434 + }, + "https://www.wheresyoured.at/sam-altman-fried/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L3NhbS1hbHRtYW4tZnJpZWQvP3JlZj1lZC16aXRyb25zLXdoZXJlcy15b3VyLWVkLWF0LW5ld3NsZXR0ZXI=", + "title": "πŸ”—: Subprime Intelligence", + "url": "https://www.wheresyoured.at/sam-altman-fried/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: Subprime Intelligence #Tech https://www.wheresyoured.at/sam-altman-fried/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Mon, 19 Feb 2024 19:38:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111962293970914144" + ], + "lastTootTimestamp": 1708409026701 + }, + "https://trakt.tv/movies/splice-2009": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3BsaWNlLTIwMDk=", + "title": "πŸŽ₯: Splice", + "url": "https://trakt.tv/movies/splice-2009", + "content_text": "πŸŽ₯: Splice #Movies #Watching #Trakt https://trakt.tv/movies/splice-2009", + "date_published": "Mon, 19 Feb 2024 22:09:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111961363971344829" + ], + "lastTootTimestamp": 1708394836043 + }, + "https://app.thestorygraph.com/books/61eaebcd-6559-4099-b6d2-a7a4e78b5047": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNjFlYWViY2QtNjU1OS00MDk5LWI2ZDItYTdhNGU3OGI1MDQ3", + "title": "πŸ“–: Extremely Hardcore: Inside Elon Musk's Twitter", + "url": "https://app.thestorygraph.com/books/61eaebcd-6559-4099-b6d2-a7a4e78b5047", + "content_text": "πŸ“–: Extremely Hardcore: Inside Elon Musk's Twitter #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/61eaebcd-6559-4099-b6d2-a7a4e78b5047", + "date_published": "Sun, 18 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111962763938108403" + ], + "lastTootTimestamp": 1708416197836 + }, + "https://trakt.tv/movies/the-iron-claw-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWlyb24tY2xhdy0yMDIz", + "title": "πŸŽ₯: The Iron Claw", + "url": "https://trakt.tv/movies/the-iron-claw-2023", + "content_text": "πŸŽ₯: The Iron Claw #Movies #Watching #Trakt https://trakt.tv/movies/the-iron-claw-2023", + "date_published": "Tue, 20 Feb 2024 15:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111965594846436937" + ], + "lastTootTimestamp": 1708459394501 + }, + "https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hdXRvbWF0aWMtbWFzdG9kb24tcG9zdC1lbWJlZHMv", + "title": "πŸ“: Automatic Mastodon post embeds", + "url": "https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/", + "content_text": "πŸ“: Automatic Mastodon post embeds #JavaScript #WebDev #Eleventy https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/", + "date_published": "Tue, 20 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111966582604528670" + ], + "lastTootTimestamp": 1708474466065 + }, + "https://storyfair.net/spotify-modifies-terms-for-audiobook-rightsholders/": { + "id": "aHR0cHM6Ly9zdG9yeWZhaXIubmV0L3Nwb3RpZnktbW9kaWZpZXMtdGVybXMtZm9yLWF1ZGlvYm9vay1yaWdodHNob2xkZXJzLw==", + "title": "πŸ”—: Spotify Modifies Terms for Audiobook Rightsholders, Changes May Put Authors in Legal Peril With Narrators", + "url": "https://storyfair.net/spotify-modifies-terms-for-audiobook-rightsholders/", + "content_text": "πŸ”—: Spotify Modifies Terms for Audiobook Rightsholders, Changes May Put Authors in Legal Peril With Narrators #Tech https://storyfair.net/spotify-modifies-terms-for-audiobook-rightsholders/", + "date_published": "Wed, 21 Feb 2024 02:40:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111967955141538880" + ], + "lastTootTimestamp": 1708495409330 + }, + "https://coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9idWlsZGluZy1hLWJlc3Bva2Utbm93LXBsYXlpbmctd2ViLWNvbXBvbmVudC8=", + "title": "πŸ“: Building a bespoke now-playing web component", + "url": "https://coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component/", + "content_text": "πŸ“: Building a bespoke now-playing web component #WebDev #JavaScript #Eleventy https://coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component/", + "date_published": "Wed, 21 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111971329194141636" + ], + "lastTootTimestamp": 1708546893297 + }, + "https://www.garbageday.email/p/ai-search-doomsday-cult": { + "id": "aHR0cHM6Ly93d3cuZ2FyYmFnZWRheS5lbWFpbC9wL2FpLXNlYXJjaC1kb29tc2RheS1jdWx0", + "title": "πŸ”—: AI search is a doomsday cult", + "url": "https://www.garbageday.email/p/ai-search-doomsday-cult", + "content_text": "πŸ”—: AI search is a doomsday cult #Tech https://www.garbageday.email/p/ai-search-doomsday-cult", + "date_published": "Wed, 21 Feb 2024 21:19:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111972229204910189" + ], + "lastTootTimestamp": 1708560626345 + }, + "https://whitep4nth3r.com/blog/ramblings-about-javascript-scope-weird-errors-frameworks/": { + "id": "aHR0cHM6Ly93aGl0ZXA0bnRoM3IuY29tL2Jsb2cvcmFtYmxpbmdzLWFib3V0LWphdmFzY3JpcHQtc2NvcGUtd2VpcmQtZXJyb3JzLWZyYW1ld29ya3Mv", + "title": "πŸ”—: Ramblings about JavaScript scope, weird errors and frameworks", + "url": "https://whitep4nth3r.com/blog/ramblings-about-javascript-scope-weird-errors-frameworks/", + "content_text": "πŸ”—: Ramblings about JavaScript scope, weird errors and frameworks #JavaScript #WebDev https://whitep4nth3r.com/blog/ramblings-about-javascript-scope-weird-errors-frameworks/", + "date_published": "Thu, 22 Feb 2024 01:51:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111973144378710022" + ], + "lastTootTimestamp": 1708574590820 + }, + "https://app.thestorygraph.com/books/f04cb253-a56f-4b40-844a-346074191efe": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZjA0Y2IyNTMtYTU2Zi00YjQwLTg0NGEtMzQ2MDc0MTkxZWZl", + "title": "πŸ“–: Between Two Fires: Truth, Ambition, and Compromise in Putin's Russia", + "url": "https://app.thestorygraph.com/books/f04cb253-a56f-4b40-844a-346074191efe", + "content_text": "πŸ“–: Between Two Fires: Truth, Ambition, and Compromise in Putin's Russia #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/f04cb253-a56f-4b40-844a-346074191efe", + "date_published": "Tue, 20 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111973617084362678" + ], + "lastTootTimestamp": 1708581803745 + }, + "https://doctorow.medium.com/google-reneged-on-the-monopolistic-bargain-f34ed76c52ef": { + "id": "aHR0cHM6Ly9kb2N0b3Jvdy5tZWRpdW0uY29tL2dvb2dsZS1yZW5lZ2VkLW9uLXRoZS1tb25vcG9saXN0aWMtYmFyZ2Fpbi1mMzRlZDc2YzUyZWY=", + "title": "πŸ”—: Google reneged on the monopolistic bargain", + "url": "https://doctorow.medium.com/google-reneged-on-the-monopolistic-bargain-f34ed76c52ef", + "content_text": "πŸ”—: Google reneged on the monopolistic bargain #Tech https://doctorow.medium.com/google-reneged-on-the-monopolistic-bargain-f34ed76c52ef", + "date_published": "Thu, 22 Feb 2024 03:15:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111974088950180200" + ], + "lastTootTimestamp": 1708589003808 + }, + "https://bix.blog/2023/06/15/normalize-being-whole-persons/": { + "id": "aHR0cHM6Ly9iaXguYmxvZy8yMDIzLzA2LzE1L25vcm1hbGl6ZS1iZWluZy13aG9sZS1wZXJzb25zLw==", + "title": "πŸ”—: β€˜Normalize Being Whole Persons’", + "url": "https://bix.blog/2023/06/15/normalize-being-whole-persons/", + "content_text": "πŸ”—: β€˜Normalize Being Whole Persons’ #Tech https://bix.blog/2023/06/15/normalize-being-whole-persons/", + "date_published": "Mon, 19 Feb 2024 05:45:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111976449578461001" + ], + "lastTootTimestamp": 1708625024170 + }, + "https://ohhelloana.blog/goodbye-spotify/": { + "id": "aHR0cHM6Ly9vaGhlbGxvYW5hLmJsb2cvZ29vZGJ5ZS1zcG90aWZ5Lw==", + "title": "πŸ”—: I too have deleted my Spotify account", + "url": "https://ohhelloana.blog/goodbye-spotify/", + "content_text": "πŸ”—: I too have deleted my Spotify account #Tech #Music https://ohhelloana.blog/goodbye-spotify/", + "date_published": "Thu, 22 Feb 2024 17:19:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111977162590977841" + ], + "lastTootTimestamp": 1708635903842 + }, + "https://lynnandtonic.com/thoughts/entries/a-decade-of-working-remotely/": { + "id": "aHR0cHM6Ly9seW5uYW5kdG9uaWMuY29tL3Rob3VnaHRzL2VudHJpZXMvYS1kZWNhZGUtb2Ytd29ya2luZy1yZW1vdGVseS8=", + "title": "πŸ”—: A decade of working remotely", + "url": "https://lynnandtonic.com/thoughts/entries/a-decade-of-working-remotely/", + "content_text": "πŸ”—: A decade of working remotely #Work #WebDev https://lynnandtonic.com/thoughts/entries/a-decade-of-working-remotely/", + "date_published": "Thu, 22 Feb 2024 17:14:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111976918720965747" + ], + "lastTootTimestamp": 1708632182689 + }, + "https://coryd.dev/posts/2024/weaving-music-in-and-out-of-my-personal-site/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC93ZWF2aW5nLW11c2ljLWluLWFuZC1vdXQtb2YtbXktcGVyc29uYWwtc2l0ZS8=", + "title": "πŸ“: Weaving music data in and out of my personal website", + "url": "https://coryd.dev/posts/2024/weaving-music-in-and-out-of-my-personal-site/", + "content_text": "πŸ“: Weaving music data in and out of my personal website #Eleventy #JavaScript #WebDev #Music https://coryd.dev/posts/2024/weaving-music-in-and-out-of-my-personal-site/", + "date_published": "Thu, 22 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111977205900197593" + ], + "lastTootTimestamp": 1708636566373 + }, + "https://tonsky.me/blog/js-bloat/": { + "id": "aHR0cHM6Ly90b25za3kubWUvYmxvZy9qcy1ibG9hdC8=", + "title": "πŸ”—: JavaScript Bloat in 2024", + "url": "https://tonsky.me/blog/js-bloat/", + "content_text": "πŸ”—: JavaScript Bloat in 2024 #JavaScript #WebDev https://tonsky.me/blog/js-bloat/", + "date_published": "Thu, 22 Feb 2024 21:24:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111977891634117296" + ], + "lastTootTimestamp": 1708647028161 + }, + "https://coryd.dev/now?ts=1708603200000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDg2MDMyMDAwMDA=", + "title": "🎧: My top artists for the week: Minutemen @ 43 plays, Godflesh @ 38 plays, Hooded Menace @ 36 plays, Tom Waits @ 35 plays, Sturgill Simpson @ 32 plays, Rotted @ 28 plays, AFI @ 27 plays, Narrow Head @ 26 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1708603200000", + "content_text": "🎧: My top artists for the week: Minutemen @ 43 plays, Godflesh @ 38 plays, Hooded Menace @ 36 plays, Tom Waits @ 35 plays, Sturgill Simpson @ 32 plays, Rotted @ 28 plays, AFI @ 27 plays, Narrow Head @ 26 plays #Music #LastFM https://coryd.dev/now?ts=1708603200000", + "date_published": "Thu, 22 Feb 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111980222406561157" + ], + "lastTootTimestamp": 1708682592929 + }, + "https://www.scientificamerican.com/article/dissecting-the-bloodthirsty-bliss-of-death-metal/": { + "id": "aHR0cHM6Ly93d3cuc2NpZW50aWZpY2FtZXJpY2FuLmNvbS9hcnRpY2xlL2Rpc3NlY3RpbmctdGhlLWJsb29kdGhpcnN0eS1ibGlzcy1vZi1kZWF0aC1tZXRhbC8=", + "title": "πŸ”—: Dissecting the Bloodthirsty Bliss of Death Metal", + "url": "https://www.scientificamerican.com/article/dissecting-the-bloodthirsty-bliss-of-death-metal/", + "content_text": "πŸ”—: Dissecting the Bloodthirsty Bliss of Death Metal #Music https://www.scientificamerican.com/article/dissecting-the-bloodthirsty-bliss-of-death-metal/", + "date_published": "Fri, 23 Feb 2024 22:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111984010053451599" + ], + "lastTootTimestamp": 1708740387832 + }, + "https://trakt.tv/movies/red-eye-2005": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcmVkLWV5ZS0yMDA1", + "title": "πŸŽ₯: Red Eye", + "url": "https://trakt.tv/movies/red-eye-2005", + "content_text": "πŸŽ₯: Red Eye #Movies #Watching #Trakt https://trakt.tv/movies/red-eye-2005", + "date_published": "Sat, 24 Feb 2024 20:46:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111989221028321012" + ], + "lastTootTimestamp": 1708819900992 + }, + "https://paulrobertlloyd.com/2024/056/a1/indieweb_dents/": { + "id": "aHR0cHM6Ly9wYXVscm9iZXJ0bGxveWQuY29tLzIwMjQvMDU2L2ExL2luZGlld2ViX2RlbnRzLw==", + "title": "πŸ”—: Small dents in the IndieWeb", + "url": "https://paulrobertlloyd.com/2024/056/a1/indieweb_dents/", + "content_text": "πŸ”—: Small dents in the IndieWeb #Tech https://paulrobertlloyd.com/2024/056/a1/indieweb_dents/", + "date_published": "Sun, 25 Feb 2024 17:37:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111994048990097240" + ], + "lastTootTimestamp": 1708893569833 + }, + "https://app.thestorygraph.com/books/ef459ac3-be87-4cd9-851a-d000b9bad1bf": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZWY0NTlhYzMtYmU4Ny00Y2Q5LTg1MWEtZDAwMGI5YmFkMWJm", + "title": "πŸ“–: Wealth Supremacy: How the Extractive Economy and the Biased Rules of Capitalism Drive Today's Crises", + "url": "https://app.thestorygraph.com/books/ef459ac3-be87-4cd9-851a-d000b9bad1bf", + "content_text": "πŸ“–: Wealth Supremacy: How the Extractive Economy and the Biased Rules of Capitalism Drive Today's Crises #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/ef459ac3-be87-4cd9-851a-d000b9bad1bf", + "date_published": "Sat, 24 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111993905468832010" + ], + "lastTootTimestamp": 1708891380010 + }, + "https://coryd.dev/posts/2024/i-need-ai/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pLW5lZWQtYWkv", + "title": "πŸ“: I need AI", + "url": "https://coryd.dev/posts/2024/i-need-ai/", + "content_text": "πŸ“: I need AI #AI #Tech https://coryd.dev/posts/2024/i-need-ai/", + "date_published": "Sun, 25 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111994063595167671" + ], + "lastTootTimestamp": 1708893792717 + }, + "https://trakt.tv/movies/unthinkable-2010": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdW50aGlua2FibGUtMjAxMA==", + "title": "πŸŽ₯: Unthinkable", + "url": "https://trakt.tv/movies/unthinkable-2010", + "content_text": "πŸŽ₯: Unthinkable #Movies #Watching #Trakt https://trakt.tv/movies/unthinkable-2010", + "date_published": "Sun, 25 Feb 2024 20:42:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111994377041748218" + ], + "lastTootTimestamp": 1708898575533 + }, + "https://www.stereogum.com/2252068/the-hotelier-home-like-noplace-is-there-turns-10/reviews/the-anniversary/": { + "id": "aHR0cHM6Ly93d3cuc3RlcmVvZ3VtLmNvbS8yMjUyMDY4L3RoZS1ob3RlbGllci1ob21lLWxpa2Utbm9wbGFjZS1pcy10aGVyZS10dXJucy0xMC9yZXZpZXdzL3RoZS1hbm5pdmVyc2FyeS8=", + "title": "πŸ”—: Home, Like Noplace Is There Turns 10", + "url": "https://www.stereogum.com/2252068/the-hotelier-home-like-noplace-is-there-turns-10/reviews/the-anniversary/", + "content_text": "πŸ”—: Home, Like Noplace Is There Turns 10 #Emo #Music https://www.stereogum.com/2252068/the-hotelier-home-like-noplace-is-there-turns-10/reviews/the-anniversary/", + "date_published": "Sun, 25 Feb 2024 23:27:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111995347762338434" + ], + "lastTootTimestamp": 1708913387578 + }, + "https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6": { + "id": "aHR0cHM6Ly9ibG9nLmNocmlzemFjaGFyaWFzLmNvbS9hLWNvbnNwaXJhY3ktdG8ta2lsbC1pZTY=", + "title": "πŸ”—: A Conspiracy To Kill IE6", + "url": "https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6", + "content_text": "πŸ”—: A Conspiracy To Kill IE6 #Tech #WebDev https://blog.chriszacharias.com/a-conspiracy-to-kill-ie6", + "date_published": "Mon, 26 Feb 2024 00:16:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111995794560746601" + ], + "lastTootTimestamp": 1708920205175 + }, + "https://coryd.dev/posts/2024/its-past-time-to-delete-your-reddit-account/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pdHMtcGFzdC10aW1lLXRvLWRlbGV0ZS15b3VyLXJlZGRpdC1hY2NvdW50Lw==", + "title": "πŸ“: It's past time to delete your Reddit account", + "url": "https://coryd.dev/posts/2024/its-past-time-to-delete-your-reddit-account/", + "content_text": "πŸ“: It's past time to delete your Reddit account #Tech #SocialMedia #SurveillanceCapitalism #AI https://coryd.dev/posts/2024/its-past-time-to-delete-your-reddit-account/", + "date_published": "Mon, 26 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111998756699098267" + ], + "lastTootTimestamp": 1708965403800 + }, + "https://app.thestorygraph.com/books/d4d56f8e-6afe-4c34-95ed-706978b9bbcf": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZDRkNTZmOGUtNmFmZS00YzM0LTk1ZWQtNzA2OTc4YjliYmNm", + "title": "πŸ“–: The Secret Gate: A True Story of Courage and Sacrifice During the Collapse of Afghanistan", + "url": "https://app.thestorygraph.com/books/d4d56f8e-6afe-4c34-95ed-706978b9bbcf", + "content_text": "πŸ“–: The Secret Gate: A True Story of Courage and Sacrifice During the Collapse of Afghanistan #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/d4d56f8e-6afe-4c34-95ed-706978b9bbcf", + "date_published": "Sun, 25 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111999096591838389" + ], + "lastTootTimestamp": 1708970590161 + }, + "https://blog.jim-nielsen.com/2024/the-subversive-hyperlink/": { + "id": "aHR0cHM6Ly9ibG9nLmppbS1uaWVsc2VuLmNvbS8yMDI0L3RoZS1zdWJ2ZXJzaXZlLWh5cGVybGluay8=", + "title": "πŸ”—: The Subversive Hyperlink", + "url": "https://blog.jim-nielsen.com/2024/the-subversive-hyperlink/", + "content_text": "πŸ”—: The Subversive Hyperlink #Tech #WebDev https://blog.jim-nielsen.com/2024/the-subversive-hyperlink/", + "date_published": "Sun, 10 Mar 2024 16:52:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/111999569390973273" + ], + "lastTootTimestamp": 1708977804720 + }, + "https://www.ramijames.com/thoughts/package-dependency-hell": { + "id": "aHR0cHM6Ly93d3cucmFtaWphbWVzLmNvbS90aG91Z2h0cy9wYWNrYWdlLWRlcGVuZGVuY3ktaGVsbA==", + "title": "πŸ”—: Package dependency hell", + "url": "https://www.ramijames.com/thoughts/package-dependency-hell", + "content_text": "πŸ”—: Package dependency hell #JavaScript #WebDev https://www.ramijames.com/thoughts/package-dependency-hell", + "date_published": "Mon, 26 Feb 2024 21:59:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112000322386721789" + ], + "lastTootTimestamp": 1708989294283 + }, + "https://coryd.dev/posts/2024/give-me-a-web-feed-or-an-api-for-everything/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9naXZlLW1lLWEtd2ViLWZlZWQtb3ItYW4tYXBpLWZvci1ldmVyeXRoaW5nLw==", + "title": "πŸ“: Give me a web feed or an API for everything", + "url": "https://coryd.dev/posts/2024/give-me-a-web-feed-or-an-api-for-everything/", + "content_text": "πŸ“: Give me a web feed or an API for everything #Tech #WebDev https://coryd.dev/posts/2024/give-me-a-web-feed-or-an-api-for-everything/", + "date_published": "Mon, 26 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112000371370689313" + ], + "lastTootTimestamp": 1708990041811 + }, + "https://infrequently.org/2024/02/home-screen-advantage/": { + "id": "aHR0cHM6Ly9pbmZyZXF1ZW50bHkub3JnLzIwMjQvMDIvaG9tZS1zY3JlZW4tYWR2YW50YWdlLw==", + "title": "πŸ”—: Home Screen Advantage", + "url": "https://infrequently.org/2024/02/home-screen-advantage/", + "content_text": "πŸ”—: Home Screen Advantage #Tech #Economics https://infrequently.org/2024/02/home-screen-advantage/", + "date_published": "Mon, 26 Feb 2024 23:11:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112000543209545365" + ], + "lastTootTimestamp": 1708992663789 + }, + "https://blog.jim-nielsen.com/2024/more-files-plz/": { + "id": "aHR0cHM6Ly9ibG9nLmppbS1uaWVsc2VuLmNvbS8yMDI0L21vcmUtZmlsZXMtcGx6Lw==", + "title": "πŸ”—: More Files Please", + "url": "https://blog.jim-nielsen.com/2024/more-files-plz/", + "content_text": "πŸ”—: More Files Please #Tech #WebDev https://blog.jim-nielsen.com/2024/more-files-plz/", + "date_published": "Tue, 27 Feb 2024 16:49:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112004760536303457" + ], + "lastTootTimestamp": 1709057015094 + }, + "https://coryd.dev/posts/2024/towards-a-quieter-friendlier-web/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC90b3dhcmRzLWEtcXVpZXRlci1mcmllbmRsaWVyLXdlYi8=", + "title": "πŸ“: Towards a quieter, friendlier web", + "url": "https://coryd.dev/posts/2024/towards-a-quieter-friendlier-web/", + "content_text": "πŸ“: Towards a quieter, friendlier web #Tech #SocialMedia #Privacy #AI https://coryd.dev/posts/2024/towards-a-quieter-friendlier-web/", + "date_published": "Tue, 27 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112004715391177673" + ], + "lastTootTimestamp": 1709056326286 + }, + "https://www.wheresyoured.at/the-anti-economy/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L3RoZS1hbnRpLWVjb25vbXkvP3JlZj1lZC16aXRyb25zLXdoZXJlcy15b3VyLWVkLWF0LW5ld3NsZXR0ZXI=", + "title": "πŸ”—: Software Has Eaten The Media", + "url": "https://www.wheresyoured.at/the-anti-economy/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: Software Has Eaten The Media #AI #Tech #Economics #Journalism https://www.wheresyoured.at/the-anti-economy/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Wed, 28 Feb 2024 01:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112007590809635395" + ], + "lastTootTimestamp": 1709100201622 + }, + "https://tante.cc/2024/02/27/the-automattic-ai-thing/": { + "id": "aHR0cHM6Ly90YW50ZS5jYy8yMDI0LzAyLzI3L3RoZS1hdXRvbWF0dGljLWFpLXRoaW5nLw==", + "title": "πŸ”—: The Automattic "AI" thing", + "url": "https://tante.cc/2024/02/27/the-automattic-ai-thing/", + "content_text": "πŸ”—: The Automattic "AI" thing #AI #Tech https://tante.cc/2024/02/27/the-automattic-ai-thing/", + "date_published": "Tue, 27 Feb 2024 23:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112008533394981290" + ], + "lastTootTimestamp": 1709114584353 + }, + "http://www.aaronsw.com/weblog/000404": { + "id": "aHR0cDovL3d3dy5hYXJvbnN3LmNvbS93ZWJsb2cvMDAwNDA0", + "title": "πŸ”—: Bake, Don’t Fry", + "url": "http://www.aaronsw.com/weblog/000404", + "content_text": "πŸ”—: Bake, Don’t Fry #Tech #WebDev http://www.aaronsw.com/weblog/000404", + "date_published": "Tue, 27 Feb 2024 23:07:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112008063002956347" + ], + "lastTootTimestamp": 1709107406723 + }, + "https://www.404media.co/tumblr-and-wordpress-to-sell-users-data-to-train-ai-tools/": { + "id": "aHR0cHM6Ly93d3cuNDA0bWVkaWEuY28vdHVtYmxyLWFuZC13b3JkcHJlc3MtdG8tc2VsbC11c2Vycy1kYXRhLXRvLXRyYWluLWFpLXRvb2xzLw==", + "title": "πŸ”—: Tumblr and Wordpress to Sell Users’ Data to Train AI Tools", + "url": "https://www.404media.co/tumblr-and-wordpress-to-sell-users-data-to-train-ai-tools/", + "content_text": "πŸ”—: Tumblr and Wordpress to Sell Users’ Data to Train AI Tools #Tech #Privacy https://www.404media.co/tumblr-and-wordpress-to-sell-users-data-to-train-ai-tools/", + "date_published": "Tue, 27 Feb 2024 22:47:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112007121852586620" + ], + "lastTootTimestamp": 1709093046187 + }, + "https://coryd.dev/posts/2024/building-a-theme-toggle-web-component/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9idWlsZGluZy1hLXRoZW1lLXRvZ2dsZS13ZWItY29tcG9uZW50Lw==", + "title": "πŸ“: Building a theme toggle web component", + "url": "https://coryd.dev/posts/2024/building-a-theme-toggle-web-component/", + "content_text": "πŸ“: Building a theme toggle web component #CSS #JavaScript #WebComponents #Eleventy https://coryd.dev/posts/2024/building-a-theme-toggle-web-component/", + "date_published": "Tue, 27 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112006666040162035" + ], + "lastTootTimestamp": 1709086090790 + }, + "https://connortumbleson.com/2024/02/26/the-disappointing-tea-xyz/": { + "id": "aHR0cHM6Ly9jb25ub3J0dW1ibGVzb24uY29tLzIwMjQvMDIvMjYvdGhlLWRpc2FwcG9pbnRpbmctdGVhLXh5ei8=", + "title": "πŸ”—: The disappointing tea.xyz", + "url": "https://connortumbleson.com/2024/02/26/the-disappointing-tea-xyz/", + "content_text": "πŸ”—: The disappointing tea.xyz #Tech https://connortumbleson.com/2024/02/26/the-disappointing-tea-xyz/", + "date_published": "Wed, 28 Feb 2024 01:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112009008467674410" + ], + "lastTootTimestamp": 1709121833401 + }, + "https://johan.hal.se/wrote/2024/02/28/care/": { + "id": "aHR0cHM6Ly9qb2hhbi5oYWwuc2Uvd3JvdGUvMjAyNC8wMi8yOC9jYXJlLw==", + "title": "πŸ”—: Care", + "url": "https://johan.hal.se/wrote/2024/02/28/care/", + "content_text": "πŸ”—: Care #Tech #WebDev https://johan.hal.se/wrote/2024/02/28/care/", + "date_published": "Wed, 28 Feb 2024 16:16:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112010421875450976" + ], + "lastTootTimestamp": 1709143400286 + }, + "https://kevquirk.com/guestbook-spam-is-fun": { + "id": "aHR0cHM6Ly9rZXZxdWlyay5jb20vZ3Vlc3Rib29rLXNwYW0taXMtZnVu", + "title": "πŸ”—: Guestbook Spam is Fun", + "url": "https://kevquirk.com/guestbook-spam-is-fun", + "content_text": "πŸ”—: Guestbook Spam is Fun #Tech #WebDev https://kevquirk.com/guestbook-spam-is-fun", + "date_published": "Wed, 28 Feb 2024 15:56:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112010893540646322" + ], + "lastTootTimestamp": 1709150597284 + }, + "https://chriscoyier.net/2024/02/28/where-im-at-on-the-whole-css-tricks-thing/": { + "id": "aHR0cHM6Ly9jaHJpc2NveWllci5uZXQvMjAyNC8wMi8yOC93aGVyZS1pbS1hdC1vbi10aGUtd2hvbGUtY3NzLXRyaWNrcy10aGluZy8=", + "title": "πŸ”—: Where I’m at on the whole CSS-Tricks thing", + "url": "https://chriscoyier.net/2024/02/28/where-im-at-on-the-whole-css-tricks-thing/", + "content_text": "πŸ”—: Where I’m at on the whole CSS-Tricks thing #CSS #Tech https://chriscoyier.net/2024/02/28/where-im-at-on-the-whole-css-tricks-thing/", + "date_published": "Wed, 28 Feb 2024 20:52:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112011340451192210" + ], + "lastTootTimestamp": 1709157416613 + }, + "https://coryd.dev/posts/2024/nows-the-time-to-own-and-host-your-own-content/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9ub3dzLXRoZS10aW1lLXRvLW93bi1hbmQtaG9zdC15b3VyLW93bi1jb250ZW50Lw==", + "title": "πŸ“: Now's the time to own and host your own content", + "url": "https://coryd.dev/posts/2024/nows-the-time-to-own-and-host-your-own-content/", + "content_text": "πŸ“: Now's the time to own and host your own content #WebDev #Tech #SocialMedia #AI https://coryd.dev/posts/2024/nows-the-time-to-own-and-host-your-own-content/", + "date_published": "Wed, 28 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112011351150724717" + ], + "lastTootTimestamp": 1709157579866 + }, + "https://nuejs.org/blog/tailwind-vs-semantic-css/": { + "id": "aHR0cHM6Ly9udWVqcy5vcmcvYmxvZy90YWlsd2luZC12cy1zZW1hbnRpYy1jc3Mv", + "title": "πŸ”—: Tailwind vs. Semantic CSS", + "url": "https://nuejs.org/blog/tailwind-vs-semantic-css/", + "content_text": "πŸ”—: Tailwind vs. Semantic CSS #CSS #WebDev https://nuejs.org/blog/tailwind-vs-semantic-css/", + "date_published": "Wed, 28 Feb 2024 22:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112011865485854473" + ], + "lastTootTimestamp": 1709165428082 + }, + "https://coryd.dev/posts/2024/everything-is-a-checklist/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9ldmVyeXRoaW5nLWlzLWEtY2hlY2tsaXN0Lw==", + "title": "πŸ“: Everything is a checklist", + "url": "https://coryd.dev/posts/2024/everything-is-a-checklist/", + "content_text": "πŸ“: Everything is a checklist #Health #Productivity https://coryd.dev/posts/2024/everything-is-a-checklist/", + "date_published": "Wed, 28 Feb 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112011980088921399" + ], + "lastTootTimestamp": 1709167176705 + }, + "https://zacharylipez.ghost.io/the-goop-hits-the-grinch-pitchfork-poptimism/": { + "id": "aHR0cHM6Ly96YWNoYXJ5bGlwZXouZ2hvc3QuaW8vdGhlLWdvb3AtaGl0cy10aGUtZ3JpbmNoLXBpdGNoZm9yay1wb3B0aW1pc20v", + "title": "πŸ”—: The Goop Hits The Grinch: Music Journalism May Have to Write Its Own Obituary For Free", + "url": "https://zacharylipez.ghost.io/the-goop-hits-the-grinch-pitchfork-poptimism/", + "content_text": "πŸ”—: The Goop Hits The Grinch: Music Journalism May Have to Write Its Own Obituary For Free #Music #Journalism https://zacharylipez.ghost.io/the-goop-hits-the-grinch-pitchfork-poptimism/", + "date_published": "Thu, 29 Feb 2024 01:03:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112012780963251054" + ], + "lastTootTimestamp": 1709179397078 + }, + "https://app.thestorygraph.com/books/83d1df22-087c-429c-bdf7-68bcd2b68300": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvODNkMWRmMjItMDg3Yy00MjljLWJkZjctNjhiY2QyYjY4MzAw", + "title": "πŸ“–: How to Destroy Surveillance Capitalism", + "url": "https://app.thestorygraph.com/books/83d1df22-087c-429c-bdf7-68bcd2b68300", + "content_text": "πŸ“–: How to Destroy Surveillance Capitalism #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/83d1df22-087c-429c-bdf7-68bcd2b68300", + "date_published": "Tue, 27 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112013725200452220" + ], + "lastTootTimestamp": 1709193805023 + }, + "https://app.thestorygraph.com/books/10d69ca8-5dd5-4dd0-b618-24e4b6060bd3": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMTBkNjljYTgtNWRkNS00ZGQwLWI2MTgtMjRlNGI2MDYwYmQz", + "title": "πŸ“–: Waiting to Be Arrested at Night: A Uyghur Poet's Memoir of China's Genocide", + "url": "https://app.thestorygraph.com/books/10d69ca8-5dd5-4dd0-b618-24e4b6060bd3", + "content_text": "πŸ“–: Waiting to Be Arrested at Night: A Uyghur Poet's Memoir of China's Genocide #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/10d69ca8-5dd5-4dd0-b618-24e4b6060bd3", + "date_published": "Tue, 27 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112013255251582363" + ], + "lastTootTimestamp": 1709186634156 + }, + "https://ethanmarcotte.com/wrote/generative/": { + "id": "aHR0cHM6Ly9ldGhhbm1hcmNvdHRlLmNvbS93cm90ZS9nZW5lcmF0aXZlLw==", + "title": "πŸ”—: Generative.", + "url": "https://ethanmarcotte.com/wrote/generative/", + "content_text": "πŸ”—: Generative. #AI #Tech https://ethanmarcotte.com/wrote/generative/", + "date_published": "Thu, 29 Feb 2024 16:22:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112016558348107813" + ], + "lastTootTimestamp": 1709237035389 + }, + "https://www.tbray.org/ongoing/When/202x/2024/02/25/Money-AI-Bubble": { + "id": "aHR0cHM6Ly93d3cudGJyYXkub3JnL29uZ29pbmcvV2hlbi8yMDJ4LzIwMjQvMDIvMjUvTW9uZXktQUktQnViYmxl", + "title": "πŸ”—: Money Bubble", + "url": "https://www.tbray.org/ongoing/When/202x/2024/02/25/Money-AI-Bubble", + "content_text": "πŸ”—: Money Bubble #AI #Tech #Economics https://www.tbray.org/ongoing/When/202x/2024/02/25/Money-AI-Bubble", + "date_published": "Fri, 01 Mar 2024 00:59:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112018446820159115" + ], + "lastTootTimestamp": 1709265851183 + }, + "https://alistapart.com/article/the-wax-and-the-wane-of-the-web/": { + "id": "aHR0cHM6Ly9hbGlzdGFwYXJ0LmNvbS9hcnRpY2xlL3RoZS13YXgtYW5kLXRoZS13YW5lLW9mLXRoZS13ZWIv", + "title": "πŸ”—: The Wax and the Wane of the Web", + "url": "https://alistapart.com/article/the-wax-and-the-wane-of-the-web/", + "content_text": "πŸ”—: The Wax and the Wane of the Web #Tech #WebDev https://alistapart.com/article/the-wax-and-the-wane-of-the-web/", + "date_published": "Fri, 01 Mar 2024 03:39:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112018915766180679" + ], + "lastTootTimestamp": 1709273006729 + }, + "https://coryd.dev/now?ts=1709208000000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDkyMDgwMDAwMDA=", + "title": "🎧: My top artists for the week: Death @ 51 plays, Vircolac @ 45 plays, Joyce Manor @ 39 plays, Tomb Mold @ 34 plays, Bolt Thrower @ 33 plays, Contaminated @ 30 plays, Dismember @ 29 plays, Prince Daddy and The Hyena @ 27 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1709208000000", + "content_text": "🎧: My top artists for the week: Death @ 51 plays, Vircolac @ 45 plays, Joyce Manor @ 39 plays, Tomb Mold @ 34 plays, Bolt Thrower @ 33 plays, Contaminated @ 30 plays, Dismember @ 29 plays, Prince Daddy and The Hyena @ 27 plays #Music #LastFM https://coryd.dev/now?ts=1709208000000", + "date_published": "Thu, 29 Feb 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112019858619638124" + ], + "lastTootTimestamp": 1709287393584 + }, + "https://app.thestorygraph.com/books/51c9c4e8-b1b8-42db-920c-60a49067f664": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTFjOWM0ZTgtYjFiOC00MmRiLTkyMGMtNjBhNDkwNjdmNjY0", + "title": "πŸ“–: The Colonel", + "url": "https://app.thestorygraph.com/books/51c9c4e8-b1b8-42db-920c-60a49067f664", + "content_text": "πŸ“–: The Colonel #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/51c9c4e8-b1b8-42db-920c-60a49067f664", + "date_published": "Thu, 29 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112024577470681439" + ], + "lastTootTimestamp": 1709359397508 + }, + "https://app.thestorygraph.com/books/4b2d7fae-0a0f-4263-a281-55eb54897d55": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNGIyZDdmYWUtMGEwZi00MjYzLWEyODEtNTVlYjU0ODk3ZDU1", + "title": "πŸ“–: Means of Control: How the Hidden Alliance of Tech and Government Is Creating a New American Surveillance State", + "url": "https://app.thestorygraph.com/books/4b2d7fae-0a0f-4263-a281-55eb54897d55", + "content_text": "πŸ“–: Means of Control: How the Hidden Alliance of Tech and Government Is Creating a New American Surveillance State #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/4b2d7fae-0a0f-4263-a281-55eb54897d55", + "date_published": "Thu, 29 Feb 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112025049000945948" + ], + "lastTootTimestamp": 1709366592467 + }, + "https://abookapart.com/blogs/press/a-new-chapter-for-a-book-apart": { + "id": "aHR0cHM6Ly9hYm9va2FwYXJ0LmNvbS9ibG9ncy9wcmVzcy9hLW5ldy1jaGFwdGVyLWZvci1hLWJvb2stYXBhcnQ=", + "title": "πŸ”—: A New Chapter for A Book Apart", + "url": "https://abookapart.com/blogs/press/a-new-chapter-for-a-book-apart", + "content_text": "πŸ”—: A New Chapter for A Book Apart #WebDev https://abookapart.com/blogs/press/a-new-chapter-for-a-book-apart", + "date_published": "Sat, 02 Mar 2024 16:34:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112027879143628415" + ], + "lastTootTimestamp": 1709409777051 + }, + "https://www.404media.co/wordpress-firehose-allows-ai-companies-to-buy-access-to-a-million-posts-a-day/": { + "id": "aHR0cHM6Ly93d3cuNDA0bWVkaWEuY28vd29yZHByZXNzLWZpcmVob3NlLWFsbG93cy1haS1jb21wYW5pZXMtdG8tYnV5LWFjY2Vzcy10by1hLW1pbGxpb24tcG9zdHMtYS1kYXkv", + "title": "πŸ”—: A WordPress β€˜Firehose’ Allows AI Companies to Buy Access to a Million Posts a Day", + "url": "https://www.404media.co/wordpress-firehose-allows-ai-companies-to-buy-access-to-a-million-posts-a-day/", + "content_text": "πŸ”—: A WordPress β€˜Firehose’ Allows AI Companies to Buy Access to a Million Posts a Day #AI #Tech https://www.404media.co/wordpress-firehose-allows-ai-companies-to-buy-access-to-a-million-posts-a-day/", + "date_published": "Sat, 02 Mar 2024 16:32:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112028350603345598" + ], + "lastTootTimestamp": 1709416971166 + }, + "https://coryd.dev/posts/2024/go-ahead-and-block-ai-web-crawlers/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9nby1haGVhZC1hbmQtYmxvY2stYWktd2ViLWNyYXdsZXJzLw==", + "title": "πŸ“: Go ahead and block AI web crawlers", + "url": "https://coryd.dev/posts/2024/go-ahead-and-block-ai-web-crawlers/", + "content_text": "πŸ“: Go ahead and block AI web crawlers #AI #Tech #WebDev https://coryd.dev/posts/2024/go-ahead-and-block-ai-web-crawlers/", + "date_published": "Sat, 02 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112027408367241420" + ], + "lastTootTimestamp": 1709402593546 + }, + "https://app.thestorygraph.com/books/c4624d75-786f-478c-ab08-46a44bbf725b": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYzQ2MjRkNzUtNzg2Zi00NzhjLWFiMDgtNDZhNDRiYmY3MjVi", + "title": "πŸ“–: Machine Vendetta", + "url": "https://app.thestorygraph.com/books/c4624d75-786f-478c-ab08-46a44bbf725b", + "content_text": "πŸ“–: Machine Vendetta #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/c4624d75-786f-478c-ab08-46a44bbf725b", + "date_published": "Fri, 01 Mar 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112029768218107468" + ], + "lastTootTimestamp": 1709438602020 + }, + "https://coryd.dev/posts/2024/im-going-to-keep-opting-out/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pbS1nb2luZy10by1rZWVwLW9wdGluZy1vdXQv", + "title": "πŸ“: I'm going to keep opting out", + "url": "https://coryd.dev/posts/2024/im-going-to-keep-opting-out/", + "content_text": "πŸ“: I'm going to keep opting out #Tech #Privacy https://coryd.dev/posts/2024/im-going-to-keep-opting-out/", + "date_published": "Sun, 03 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112033398519693962" + ], + "lastTootTimestamp": 1709493996046 + }, + "https://trakt.tv/movies/spotlight-2015": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvc3BvdGxpZ2h0LTIwMTU=", + "title": "πŸŽ₯: Spotlight", + "url": "https://trakt.tv/movies/spotlight-2015", + "content_text": "πŸŽ₯: Spotlight #Movies #Watching #Trakt https://trakt.tv/movies/spotlight-2015", + "date_published": "Sun, 03 Mar 2024 21:04:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112034517556266306" + ], + "lastTootTimestamp": 1709511071203 + }, + "https://app.thestorygraph.com/books/ff94854a-ad06-45c4-8de3-acc7050364ba": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZmY5NDg1NGEtYWQwNi00NWM0LThkZTMtYWNjNzA1MDM2NGJh", + "title": "πŸ“–: Under the Eye of Power: How Fear of Secret Societies Shapes American Democracy", + "url": "https://app.thestorygraph.com/books/ff94854a-ad06-45c4-8de3-acc7050364ba", + "content_text": "πŸ“–: Under the Eye of Power: How Fear of Secret Societies Shapes American Democracy #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/ff94854a-ad06-45c4-8de3-acc7050364ba", + "date_published": "Sat, 02 Mar 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112035029768947162" + ], + "lastTootTimestamp": 1709518886944 + }, + "https://gregmorris.co.uk/2024/01/29/visit-more-blogs": { + "id": "aHR0cHM6Ly9ncmVnbW9ycmlzLmNvLnVrLzIwMjQvMDEvMjkvdmlzaXQtbW9yZS1ibG9ncw==", + "title": "πŸ”—: Visit More Blogs", + "url": "https://gregmorris.co.uk/2024/01/29/visit-more-blogs", + "content_text": "πŸ”—: Visit More Blogs #Tech #Blogging https://gregmorris.co.uk/2024/01/29/visit-more-blogs", + "date_published": "Mon, 04 Mar 2024 01:24:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112035474647336910" + ], + "lastTootTimestamp": 1709525675246 + }, + "https://trakt.tv/movies/the-bone-collector-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWJvbmUtY29sbGVjdG9yLTE5OTk=", + "title": "πŸŽ₯: The Bone Collector", + "url": "https://trakt.tv/movies/the-bone-collector-1999", + "content_text": "πŸŽ₯: The Bone Collector #Movies #Watching #Trakt https://trakt.tv/movies/the-bone-collector-1999", + "date_published": "Mon, 04 Mar 2024 12:42:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112038264148732991" + ], + "lastTootTimestamp": 1709568239633 + }, + "https://www.esquire.com/entertainment/music/a46871755/james-kaplan-miles-davis-3-shades-of-blue-excerpt/": { + "id": "aHR0cHM6Ly93d3cuZXNxdWlyZS5jb20vZW50ZXJ0YWlubWVudC9tdXNpYy9hNDY4NzE3NTUvamFtZXMta2FwbGFuLW1pbGVzLWRhdmlzLTMtc2hhZGVzLW9mLWJsdWUtZXhjZXJwdC8=", + "title": "πŸ”—: Miles Davis and the Recording of a Jazz Masterpiece", + "url": "https://www.esquire.com/entertainment/music/a46871755/james-kaplan-miles-davis-3-shades-of-blue-excerpt/", + "content_text": "πŸ”—: Miles Davis and the Recording of a Jazz Masterpiece #Music https://www.esquire.com/entertainment/music/a46871755/james-kaplan-miles-davis-3-shades-of-blue-excerpt/", + "date_published": "Tue, 05 Mar 2024 00:56:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112041092019432798" + ], + "lastTootTimestamp": 1709611389496 + }, + "https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9zaWducy15b3V2ZS10YWtlbi1hLWJhZC1qb2Iv", + "title": "πŸ“: Signs you've taken a bad job", + "url": "https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/", + "content_text": "πŸ“: Signs you've taken a bad job #Tech #Work https://coryd.dev/posts/2024/signs-youve-taken-a-bad-job/", + "date_published": "Tue, 05 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112044867238335312" + ], + "lastTootTimestamp": 1709668996240 + }, + "https://gomakethings.com/boilerplates-vs.-frameworks/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2JvaWxlcnBsYXRlcy12cy4tZnJhbWV3b3Jrcy8=", + "title": "πŸ”—: Boilerplates vs. frameworks", + "url": "https://gomakethings.com/boilerplates-vs.-frameworks/", + "content_text": "πŸ”—: Boilerplates vs. frameworks #WebDev https://gomakethings.com/boilerplates-vs.-frameworks/", + "date_published": "Tue, 05 Mar 2024 23:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112046754860949628" + ], + "lastTootTimestamp": 1709697798893 + }, + "https://coryd.dev/posts/2024/a-music-workflow-for-2024/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hLW11c2ljLXdvcmtmbG93LWZvci0yMDI0Lw==", + "title": "πŸ“: A music workflow for 2024", + "url": "https://coryd.dev/posts/2024/a-music-workflow-for-2024/", + "content_text": "πŸ“: A music workflow for 2024 #Music #Tech https://coryd.dev/posts/2024/a-music-workflow-for-2024/", + "date_published": "Tue, 05 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112046301269510659" + ], + "lastTootTimestamp": 1709690877147 + }, + "https://notes.neatnik.net/2024/03/motive-as-a-filter": { + "id": "aHR0cHM6Ly9ub3Rlcy5uZWF0bmlrLm5ldC8yMDI0LzAzL21vdGl2ZS1hcy1hLWZpbHRlcg==", + "title": "πŸ”—: Motive as a filter", + "url": "https://notes.neatnik.net/2024/03/motive-as-a-filter", + "content_text": "πŸ”—: Motive as a filter #Tech https://notes.neatnik.net/2024/03/motive-as-a-filter", + "date_published": "Thu, 07 Mar 2024 00:18:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112051943683520153" + ], + "lastTootTimestamp": 1709776972775 + }, + "https://newrepublic.com/article/179538/environment-artificial-intelligence-water-energy": { + "id": "aHR0cHM6Ly9uZXdyZXB1YmxpYy5jb20vYXJ0aWNsZS8xNzk1MzgvZW52aXJvbm1lbnQtYXJ0aWZpY2lhbC1pbnRlbGxpZ2VuY2Utd2F0ZXItZW5lcmd5", + "title": "πŸ”—: The Staggering Environmental Toll of Artificial Intelligence", + "url": "https://newrepublic.com/article/179538/environment-artificial-intelligence-water-energy", + "content_text": "πŸ”—: The Staggering Environmental Toll of Artificial Intelligence #AI #Tech #Climate https://newrepublic.com/article/179538/environment-artificial-intelligence-water-energy", + "date_published": "Thu, 07 Mar 2024 01:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112052416519377899" + ], + "lastTootTimestamp": 1709784187654 + }, + "https://www.avclub.com/panopticon-s-kentucky-combined-folk-and-black-metal-to-1831155844": { + "id": "aHR0cHM6Ly93d3cuYXZjbHViLmNvbS9wYW5vcHRpY29uLXMta2VudHVja3ktY29tYmluZWQtZm9say1hbmQtYmxhY2stbWV0YWwtdG8tMTgzMTE1NTg0NA==", + "title": "πŸ”—: Panopticon’s Kentucky combined folk and black metal to take on the coal industry", + "url": "https://www.avclub.com/panopticon-s-kentucky-combined-folk-and-black-metal-to-1831155844", + "content_text": "πŸ”—: Panopticon’s Kentucky combined folk and black metal to take on the coal industry #Work #Music #BlackMetal https://www.avclub.com/panopticon-s-kentucky-combined-folk-and-black-metal-to-1831155844", + "date_published": "Thu, 07 Mar 2024 02:18:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112052892461123946" + ], + "lastTootTimestamp": 1709791449990 + }, + "https://anhvn.com/posts/2024/my-eleventy-site-setup/": { + "id": "aHR0cHM6Ly9hbmh2bi5jb20vcG9zdHMvMjAyNC9teS1lbGV2ZW50eS1zaXRlLXNldHVwLw==", + "title": "πŸ”—: My Eleventy site setup", + "url": "https://anhvn.com/posts/2024/my-eleventy-site-setup/", + "content_text": "πŸ”—: My Eleventy site setup #Eleventy #WebDev https://anhvn.com/posts/2024/my-eleventy-site-setup/", + "date_published": "Thu, 07 Mar 2024 02:14:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112053361230534338" + ], + "lastTootTimestamp": 1709798602817 + }, + "https://piccalil.li/blog/some-little-ways-im-using-css-has-in-the-real-world/": { + "id": "aHR0cHM6Ly9waWNjYWxpbC5saS9ibG9nL3NvbWUtbGl0dGxlLXdheXMtaW0tdXNpbmctY3NzLWhhcy1pbi10aGUtcmVhbC13b3JsZC8=", + "title": "πŸ”—: Some little ways I’m using CSS :has() in the real world", + "url": "https://piccalil.li/blog/some-little-ways-im-using-css-has-in-the-real-world/", + "content_text": "πŸ”—: Some little ways I’m using CSS :has() in the real world #WebDev https://piccalil.li/blog/some-little-ways-im-using-css-has-in-the-real-world/", + "date_published": "Thu, 07 Mar 2024 20:31:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112056662455072543" + ], + "lastTootTimestamp": 1709848975521 + }, + "https://app.thestorygraph.com/books/f1d98502-92dc-4cec-8a78-01be34ed7d07": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZjFkOTg1MDItOTJkYy00Y2VjLThhNzgtMDFiZTM0ZWQ3ZDA3", + "title": "πŸ“–: 3 Shades of Blue: Miles Davis, John Coltrane, Bill Evans, and the Lost Empire of Cool", + "url": "https://app.thestorygraph.com/books/f1d98502-92dc-4cec-8a78-01be34ed7d07", + "content_text": "πŸ“–: 3 Shades of Blue: Miles Davis, John Coltrane, Bill Evans, and the Lost Empire of Cool #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/f1d98502-92dc-4cec-8a78-01be34ed7d07", + "date_published": "Wed, 06 Mar 2024 16:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112057626057912195" + ], + "lastTootTimestamp": 1709863678914 + }, + "https://coryd.dev/now?ts=1709812800000": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MDk4MTI4MDAwMDA=", + "title": "🎧: My top artists for the week: Execration @ 44 plays, Carcass @ 43 plays, Bolt Thrower @ 38 plays, SlimeLord @ 35 plays, Hauntologist @ 32 plays, Rapture @ 29 plays, White Ward @ 27 plays, Dismember @ 25 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1709812800000", + "content_text": "🎧: My top artists for the week: Execration @ 44 plays, Carcass @ 43 plays, Bolt Thrower @ 38 plays, SlimeLord @ 35 plays, Hauntologist @ 32 plays, Rapture @ 29 plays, White Ward @ 27 plays, Dismember @ 25 plays #Music #LastFM https://coryd.dev/now?ts=1709812800000", + "date_published": "Thu, 07 Mar 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112059495020649010" + ], + "lastTootTimestamp": 1709892197032 + }, + "https://joshcollinsworth.com/blog/devaluing-frontend": { + "id": "aHR0cHM6Ly9qb3NoY29sbGluc3dvcnRoLmNvbS9ibG9nL2RldmFsdWluZy1mcm9udGVuZA==", + "title": "πŸ”—: The quiet, pervasive devaluation of frontend", + "url": "https://joshcollinsworth.com/blog/devaluing-frontend", + "content_text": "πŸ”—: The quiet, pervasive devaluation of frontend #WebDev https://joshcollinsworth.com/blog/devaluing-frontend", + "date_published": "Fri, 08 Mar 2024 15:13:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112061383399208127" + ], + "lastTootTimestamp": 1709921011389 + }, + "https://thathtml.blog/2024/03/superpowered-container-style-queries/": { + "id": "aHR0cHM6Ly90aGF0aHRtbC5ibG9nLzIwMjQvMDMvc3VwZXJwb3dlcmVkLWNvbnRhaW5lci1zdHlsZS1xdWVyaWVzLw==", + "title": "πŸ”—: Add Superpowers to Your CSS Variables with Style Queries", + "url": "https://thathtml.blog/2024/03/superpowered-container-style-queries/", + "content_text": "πŸ”—: Add Superpowers to Your CSS Variables with Style Queries #CSS #WebDev https://thathtml.blog/2024/03/superpowered-container-style-queries/", + "date_published": "Fri, 08 Mar 2024 17:32:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112061852994825311" + ], + "lastTootTimestamp": 1709928176861 + }, + "https://coryd.dev/posts/2024/surfacing-most-used-tags-in-eleventy/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9zdXJmYWNpbmctbW9zdC11c2VkLXRhZ3MtaW4tZWxldmVudHkv", + "title": "πŸ“: Surfacing most used tags in Eleventy", + "url": "https://coryd.dev/posts/2024/surfacing-most-used-tags-in-eleventy/", + "content_text": "πŸ“: Surfacing most used tags in Eleventy #Eleventy #WebDev #JavaScript https://coryd.dev/posts/2024/surfacing-most-used-tags-in-eleventy/", + "date_published": "Sat, 09 Mar 2024 00:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112067044278284531" + ], + "lastTootTimestamp": 1710007389579 + }, + "https://manuelmoreale.com/@/page/0Y79A26qOWBXdc2n": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UvMFk3OUEyNnFPV0JYZGMybg==", + "title": "πŸ”—: Digital walled gardens", + "url": "https://manuelmoreale.com/@/page/0Y79A26qOWBXdc2n", + "content_text": "πŸ”—: Digital walled gardens #Tech https://manuelmoreale.com/@/page/0Y79A26qOWBXdc2n", + "date_published": "Sat, 09 Mar 2024 16:24:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112067516044177268" + ], + "lastTootTimestamp": 1710014588118 + }, + "https://yatil.net/blog/access-by-a-thousand-curb-cuts": { + "id": "aHR0cHM6Ly95YXRpbC5uZXQvYmxvZy9hY2Nlc3MtYnktYS10aG91c2FuZC1jdXJiLWN1dHM=", + "title": "πŸ”—: Access by a thousand curb cuts", + "url": "https://yatil.net/blog/access-by-a-thousand-curb-cuts", + "content_text": "πŸ”—: Access by a thousand curb cuts #WebDev https://yatil.net/blog/access-by-a-thousand-curb-cuts", + "date_published": "Sat, 09 Mar 2024 19:25:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112068495456573494" + ], + "lastTootTimestamp": 1710029532776 + }, + "https://www.scientificamerican.com/article/ai-generated-data-can-poison-future-ai-models/": { + "id": "aHR0cHM6Ly93d3cuc2NpZW50aWZpY2FtZXJpY2FuLmNvbS9hcnRpY2xlL2FpLWdlbmVyYXRlZC1kYXRhLWNhbi1wb2lzb24tZnV0dXJlLWFpLW1vZGVscy8=", + "title": "πŸ”—: AI-Generated Data Can Poison Future AI Models", + "url": "https://www.scientificamerican.com/article/ai-generated-data-can-poison-future-ai-models/", + "content_text": "πŸ”—: AI-Generated Data Can Poison Future AI Models #AI #Tech https://www.scientificamerican.com/article/ai-generated-data-can-poison-future-ai-models/", + "date_published": "Sat, 09 Mar 2024 18:55:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112067990627109019" + ], + "lastTootTimestamp": 1710021829713 + }, + "https://trakt.tv/movies/the-killing-of-a-sacred-deer-2017": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWtpbGxpbmctb2YtYS1zYWNyZWQtZGVlci0yMDE3", + "title": "πŸŽ₯: The Killing of a Sacred Deer", + "url": "https://trakt.tv/movies/the-killing-of-a-sacred-deer-2017", + "content_text": "πŸŽ₯: The Killing of a Sacred Deer #Movies #Watching #Trakt https://trakt.tv/movies/the-killing-of-a-sacred-deer-2017", + "date_published": "Sun, 10 Mar 2024 03:51:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112069875097321195" + ], + "lastTootTimestamp": 1710050584449 + }, + "https://coryd.dev/posts/2024/using-an-eleventy-event-to-optimize-component-javascript/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC91c2luZy1hbi1lbGV2ZW50eS1ldmVudC10by1vcHRpbWl6ZS1jb21wb25lbnQtamF2YXNjcmlwdC8=", + "title": "πŸ“: Using an Eleventy event to optimize component JavaScript", + "url": "https://coryd.dev/posts/2024/using-an-eleventy-event-to-optimize-component-javascript/", + "content_text": "πŸ“: Using an Eleventy event to optimize component JavaScript #WebDev #JavaScript #Eleventy https://coryd.dev/posts/2024/using-an-eleventy-event-to-optimize-component-javascript/", + "date_published": "Sun, 10 Mar 2024 16:53:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112072234732398817" + ], + "lastTootTimestamp": 1710086589594 + }, + "https://coryd.dev/posts/2024/sharing-links-via-rss-sharing-links-via-apis/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9zaGFyaW5nLWxpbmtzLXZpYS1yc3Mtc2hhcmluZy1saW5rcy12aWEtYXBpcy8=", + "title": "πŸ“: Sharing links via RSS, sharing links via APIs", + "url": "https://coryd.dev/posts/2024/sharing-links-via-rss-sharing-links-via-apis/", + "content_text": "πŸ“: Sharing links via RSS, sharing links via APIs #WebDev #Eleventy #JavaScript #RSS #AI https://coryd.dev/posts/2024/sharing-links-via-rss-sharing-links-via-apis/", + "date_published": "Sun, 10 Mar 2024 18:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112072983660360094" + ], + "lastTootTimestamp": 1710098017344 + }, + "https://robinrendle.com/notes/be-kind-be-cool/": { + "id": "aHR0cHM6Ly9yb2JpbnJlbmRsZS5jb20vbm90ZXMvYmUta2luZC1iZS1jb29sLw==", + "title": "πŸ”—: Be kind, be cool", + "url": "https://robinrendle.com/notes/be-kind-be-cool/", + "content_text": "πŸ”—: Be kind, be cool #Tech https://robinrendle.com/notes/be-kind-be-cool/", + "date_published": "Sun, 10 Mar 2024 17:47:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112072705819990832" + ], + "lastTootTimestamp": 1710093777820 + }, + "https://werd.io/2024/gardens-and-power": { + "id": "aHR0cHM6Ly93ZXJkLmlvLzIwMjQvZ2FyZGVucy1hbmQtcG93ZXI=", + "title": "πŸ”—: Gardens and power", + "url": "https://werd.io/2024/gardens-and-power", + "content_text": "πŸ”—: Gardens and power #Tech https://werd.io/2024/gardens-and-power", + "date_published": "Sun, 10 Mar 2024 17:31:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112073178847427815" + ], + "lastTootTimestamp": 1710100995636 + }, + "https://coryd.dev/posts/2024/of-course-ai-is-extractive-everything-is-lately/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9vZi1jb3Vyc2UtYWktaXMtZXh0cmFjdGl2ZS1ldmVyeXRoaW5nLWlzLWxhdGVseS8=", + "title": "πŸ“: Of course AI is extractive, everything is lately", + "url": "https://coryd.dev/posts/2024/of-course-ai-is-extractive-everything-is-lately/", + "content_text": "πŸ“: Of course AI is extractive, everything is lately #Tech #AI https://coryd.dev/posts/2024/of-course-ai-is-extractive-everything-is-lately/", + "date_published": "Sun, 10 Mar 2024 23:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112073651058302605" + ], + "lastTootTimestamp": 1710108201006 + }, + "https://infrequently.org/2024/03/why-browsers-get-built/": { + "id": "aHR0cHM6Ly9pbmZyZXF1ZW50bHkub3JnLzIwMjQvMDMvd2h5LWJyb3dzZXJzLWdldC1idWlsdC8=", + "title": "πŸ”—: Why Browsers Get Built", + "url": "https://infrequently.org/2024/03/why-browsers-get-built/", + "content_text": "πŸ”—: Why Browsers Get Built #Tech #WebDev https://infrequently.org/2024/03/why-browsers-get-built/", + "date_published": "Mon, 11 Mar 2024 18:22:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112078840543238085" + ], + "lastTootTimestamp": 1710187386308 + }, + "https://gomakethings.com/ice-farming-and-web-development/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2ljZS1mYXJtaW5nLWFuZC13ZWItZGV2ZWxvcG1lbnQv", + "title": "πŸ”—: Ice farming and web development", + "url": "https://gomakethings.com/ice-farming-and-web-development/", + "content_text": "πŸ”—: Ice farming and web development #Tech #WebDev https://gomakethings.com/ice-farming-and-web-development/", + "date_published": "Mon, 11 Mar 2024 18:21:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112079813282800657" + ], + "lastTootTimestamp": 1710202229115 + }, + "https://www.alexhyett.com/newsletter/the-indie-web-is-the-new-and-the-old-web/": { + "id": "aHR0cHM6Ly93d3cuYWxleGh5ZXR0LmNvbS9uZXdzbGV0dGVyL3RoZS1pbmRpZS13ZWItaXMtdGhlLW5ldy1hbmQtdGhlLW9sZC13ZWIv", + "title": "πŸ”—: The IndieWeb is the new and the old web", + "url": "https://www.alexhyett.com/newsletter/the-indie-web-is-the-new-and-the-old-web/", + "content_text": "πŸ”—: The IndieWeb is the new and the old web #Tech #WebDev https://www.alexhyett.com/newsletter/the-indie-web-is-the-new-and-the-old-web/", + "date_published": "Mon, 11 Mar 2024 18:21:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112082143080391104" + ], + "lastTootTimestamp": 1710237779020 + }, + "https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/": { + "id": "aHR0cHM6Ly9ibG9nLmx1a2FzendvamNpay5uZXQvZWxldmVudHktY3VzdG9tLW1hcmt1cC1hbG9uZ3NpZGUtaXRlbS1jb250ZW50cy8=", + "title": "πŸ”—: Eleventy: custom markup alongside item contents", + "url": "https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/", + "content_text": "πŸ”—: Eleventy: custom markup alongside item contents #JavaScript #WebDev https://blog.lukaszwojcik.net/eleventy-custom-markup-alongside-item-contents/", + "date_published": "Mon, 11 Mar 2024 20:16:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112079312119057886" + ], + "lastTootTimestamp": 1710194581975 + }, + "https://www.zachleat.com/web/good-bad-web-components/": { + "id": "aHR0cHM6Ly93d3cuemFjaGxlYXQuY29tL3dlYi9nb29kLWJhZC13ZWItY29tcG9uZW50cy8=", + "title": "πŸ”—: The Good, The Bad, The Web Components", + "url": "https://www.zachleat.com/web/good-bad-web-components/", + "content_text": "πŸ”—: The Good, The Bad, The Web Components #WebDev https://www.zachleat.com/web/good-bad-web-components/", + "date_published": "Mon, 11 Mar 2024 20:15:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112083086797339636" + ], + "lastTootTimestamp": 1710252178953 + }, + "https://www.technologyreview.com/2024/03/11/1089683/llms-become-more-covertly-racist-with-human-intervention/": { + "id": "aHR0cHM6Ly93d3cudGVjaG5vbG9neXJldmlldy5jb20vMjAyNC8wMy8xMS8xMDg5NjgzL2xsbXMtYmVjb21lLW1vcmUtY292ZXJ0bHktcmFjaXN0LXdpdGgtaHVtYW4taW50ZXJ2ZW50aW9uLw==", + "title": "πŸ”—: LLMs become more covertly racist with human intervention", + "url": "https://www.technologyreview.com/2024/03/11/1089683/llms-become-more-covertly-racist-with-human-intervention/", + "content_text": "πŸ”—: LLMs become more covertly racist with human intervention #AI #Tech https://www.technologyreview.com/2024/03/11/1089683/llms-become-more-covertly-racist-with-human-intervention/", + "date_published": "Mon, 11 Mar 2024 20:13:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112080274315632331" + ], + "lastTootTimestamp": 1710209263926 + }, + "https://thenewstack.io/the-state-of-jamstack-developers-want-return-to-simplicity/": { + "id": "aHR0cHM6Ly90aGVuZXdzdGFjay5pby90aGUtc3RhdGUtb2YtamFtc3RhY2stZGV2ZWxvcGVycy13YW50LXJldHVybi10by1zaW1wbGljaXR5Lw==", + "title": "πŸ”—: The State of Jamstack: Developers Want Return to Simplicity", + "url": "https://thenewstack.io/the-state-of-jamstack-developers-want-return-to-simplicity/", + "content_text": "πŸ”—: The State of Jamstack: Developers Want Return to Simplicity #WebDev https://thenewstack.io/the-state-of-jamstack-developers-want-return-to-simplicity/", + "date_published": "Mon, 11 Mar 2024 20:59:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112080729394796759" + ], + "lastTootTimestamp": 1710216207852 + }, + "https://www.mayank.co/blog/declarative-shadow-dom-guide": { + "id": "aHR0cHM6Ly93d3cubWF5YW5rLmNvL2Jsb2cvZGVjbGFyYXRpdmUtc2hhZG93LWRvbS1ndWlkZQ==", + "title": "πŸ”—: A practical guide to using shadow DOM", + "url": "https://www.mayank.co/blog/declarative-shadow-dom-guide", + "content_text": "πŸ”—: A practical guide to using shadow DOM #JavaScript #WebDev https://www.mayank.co/blog/declarative-shadow-dom-guide", + "date_published": "Mon, 11 Mar 2024 20:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112081672524321037" + ], + "lastTootTimestamp": 1710230598872 + }, + "https://www.wheresyoured.at/are-we-watching-the-internet-die/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L2FyZS13ZS13YXRjaGluZy10aGUtaW50ZXJuZXQtZGllLz9yZWY9ZWQteml0cm9ucy13aGVyZXMteW91ci1lZC1hdC1uZXdzbGV0dGVy", + "title": "πŸ”—: Are We Watching The Internet Die?", + "url": "https://www.wheresyoured.at/are-we-watching-the-internet-die/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: Are We Watching The Internet Die? #Tech https://www.wheresyoured.at/are-we-watching-the-internet-die/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Tue, 12 Mar 2024 00:25:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112081201273012504" + ], + "lastTootTimestamp": 1710223408174 + }, + "https://lmnt.me/blog/web-independence.html": { + "id": "aHR0cHM6Ly9sbW50Lm1lL2Jsb2cvd2ViLWluZGVwZW5kZW5jZS5odG1s", + "title": "πŸ”—: Web Independence", + "url": "https://lmnt.me/blog/web-independence.html", + "content_text": "πŸ”—: Web Independence #Tech https://lmnt.me/blog/web-independence.html", + "date_published": "Tue, 12 Mar 2024 02:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112082619094636454" + ], + "lastTootTimestamp": 1710245042374 + }, + "https://coryd.dev/posts/2024/the-internet-isnt-dying-its-changing/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC90aGUtaW50ZXJuZXQtaXNudC1keWluZy1pdHMtY2hhbmdpbmcv", + "title": "πŸ“: The internet isn't dying, it's changing", + "url": "https://coryd.dev/posts/2024/the-internet-isnt-dying-its-changing/", + "content_text": "πŸ“: The internet isn't dying, it's changing #Tech #SocialMedia #Blogging #Mastodon https://coryd.dev/posts/2024/the-internet-isnt-dying-its-changing/", + "date_published": "Tue, 12 Mar 2024 22:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112084746052658834" + ], + "lastTootTimestamp": 1710277497223 + }, + "https://12daysofweb.dev/2023/css-scope/": { + "id": "aHR0cHM6Ly8xMmRheXNvZndlYi5kZXYvMjAyMy9jc3Mtc2NvcGUv", + "title": "πŸ”—: 12 Days of Web", + "url": "https://12daysofweb.dev/2023/css-scope/", + "content_text": "πŸ”—: 12 Days of Web #WebDev https://12daysofweb.dev/2023/css-scope/", + "date_published": "Tue, 12 Mar 2024 22:54:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112087806173984525" + ], + "lastTootTimestamp": 1710324190960 + }, + "https://www.htmhell.dev/adventcalendar/2023/13/": { + "id": "aHR0cHM6Ly93d3cuaHRtaGVsbC5kZXYvYWR2ZW50Y2FsZW5kYXIvMjAyMy8xMy8=", + "title": "πŸ”—: HTML: The Bad Parts", + "url": "https://www.htmhell.dev/adventcalendar/2023/13/", + "content_text": "πŸ”—: HTML: The Bad Parts #WebDev https://www.htmhell.dev/adventcalendar/2023/13/", + "date_published": "Tue, 12 Mar 2024 22:40:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112086390823192962" + ], + "lastTootTimestamp": 1710302594395 + }, + "https://frontside.com/blog/2023-12-11-await-event-horizon/": { + "id": "aHR0cHM6Ly9mcm9udHNpZGUuY29tL2Jsb2cvMjAyMy0xMi0xMS1hd2FpdC1ldmVudC1ob3Jpem9uLw==", + "title": "πŸ”—: The await event horizon in JavaScript", + "url": "https://frontside.com/blog/2023-12-11-await-event-horizon/", + "content_text": "πŸ”—: The await event horizon in JavaScript #WebDev https://frontside.com/blog/2023-12-11-await-event-horizon/", + "date_published": "Tue, 12 Mar 2024 22:35:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112087335628162987" + ], + "lastTootTimestamp": 1710317011016 + }, + "https://nuejs.org/blog/tailwind-misinformation-engine/": { + "id": "aHR0cHM6Ly9udWVqcy5vcmcvYmxvZy90YWlsd2luZC1taXNpbmZvcm1hdGlvbi1lbmdpbmUv", + "title": "πŸ”—: Tailwind marketing and misinformation engine", + "url": "https://nuejs.org/blog/tailwind-misinformation-engine/", + "content_text": "πŸ”—: Tailwind marketing and misinformation engine #CSS #WebDev https://nuejs.org/blog/tailwind-misinformation-engine/", + "date_published": "Thu, 14 Mar 2024 22:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112088284382915131" + ], + "lastTootTimestamp": 1710331487828 + }, + "https://mxstbr.com/thoughts/margin/": { + "id": "aHR0cHM6Ly9teHN0YnIuY29tL3Rob3VnaHRzL21hcmdpbi8=", + "title": "πŸ”—: Margin considered harmful", + "url": "https://mxstbr.com/thoughts/margin/", + "content_text": "πŸ”—: Margin considered harmful #CSS #WebDev https://mxstbr.com/thoughts/margin/", + "date_published": "Tue, 12 Mar 2024 22:12:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112085942762832163" + ], + "lastTootTimestamp": 1710295757543 + }, + "https://kyleshevlin.com/no-outer-margin/": { + "id": "aHR0cHM6Ly9reWxlc2hldmxpbi5jb20vbm8tb3V0ZXItbWFyZ2luLw==", + "title": "πŸ”—: Kyle Shevlin", + "url": "https://kyleshevlin.com/no-outer-margin/", + "content_text": "πŸ”—: Kyle Shevlin #CSS #WebDev https://kyleshevlin.com/no-outer-margin/", + "date_published": "Wed, 13 Mar 2024 18:25:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112086863199906497" + ], + "lastTootTimestamp": 1710309802334 + }, + "https://disconnect.blog/why-is-it-so-hard-to-buy-a-blu-ray/": { + "id": "aHR0cHM6Ly9kaXNjb25uZWN0LmJsb2cvd2h5LWlzLWl0LXNvLWhhcmQtdG8tYnV5LWEtYmx1LXJheS8=", + "title": "πŸ”—: Why is it so hard to buy a Blu-ray?", + "url": "https://disconnect.blog/why-is-it-so-hard-to-buy-a-blu-ray/", + "content_text": "πŸ”—: Why is it so hard to buy a Blu-ray? #Tech https://disconnect.blog/why-is-it-so-hard-to-buy-a-blu-ray/", + "date_published": "Thu, 14 Mar 2024 00:24:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112092052791324019" + ], + "lastTootTimestamp": 1710388989199 + }, + "https://coryd.dev/posts/2024/building-a-reactive-website/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9idWlsZGluZy1hLXJlYWN0aXZlLXdlYnNpdGUv", + "title": "πŸ“: Building a reactive website", + "url": "https://coryd.dev/posts/2024/building-a-reactive-website/", + "content_text": "πŸ“: Building a reactive website #WebDev #IndieWeb #Eleventy #RSS https://coryd.dev/posts/2024/building-a-reactive-website/", + "date_published": "Thu, 14 Mar 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112095035024149832" + ], + "lastTootTimestamp": 1710434494453 + }, + "https://matthiasott.com/notes/links-worth-sharing": { + "id": "aHR0cHM6Ly9tYXR0aGlhc290dC5jb20vbm90ZXMvbGlua3Mtd29ydGgtc2hhcmluZw==", + "title": "πŸ”—: Links Worth Sharing", + "url": "https://matthiasott.com/notes/links-worth-sharing", + "content_text": "πŸ”—: Links Worth Sharing #Tech #IndieWeb https://matthiasott.com/notes/links-worth-sharing", + "date_published": "Thu, 14 Mar 2024 16:36:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112095827607691562" + ], + "lastTootTimestamp": 1710446588323 + }, + "https://matthiasott.com/notes/welcome-to-the-indieweb": { + "id": "aHR0cHM6Ly9tYXR0aGlhc290dC5jb20vbm90ZXMvd2VsY29tZS10by10aGUtaW5kaWV3ZWI=", + "title": "πŸ”—: Welcome to the IndieWeb", + "url": "https://matthiasott.com/notes/welcome-to-the-indieweb", + "content_text": "πŸ”—: Welcome to the IndieWeb #Tech #IndieWeb https://matthiasott.com/notes/welcome-to-the-indieweb", + "date_published": "Thu, 14 Mar 2024 16:39:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112097265271157716" + ], + "lastTootTimestamp": 1710468525301 + }, + "https://rknight.me/blog/eleventy-post-dates/": { + "id": "aHR0cHM6Ly9ya25pZ2h0Lm1lL2Jsb2cvZWxldmVudHktcG9zdC1kYXRlcy8=", + "title": "πŸ”—: We Need to Talk About Your Eleventy Post Dates", + "url": "https://rknight.me/blog/eleventy-post-dates/", + "content_text": "πŸ”—: We Need to Talk About Your Eleventy Post Dates #Eleventy #WebDev https://rknight.me/blog/eleventy-post-dates/", + "date_published": "Thu, 14 Mar 2024 15:45:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112095356540763437" + ], + "lastTootTimestamp": 1710439400408 + }, + "https://nicolasgallagher.com/about-html-semantics-front-end-architecture/": { + "id": "aHR0cHM6Ly9uaWNvbGFzZ2FsbGFnaGVyLmNvbS9hYm91dC1odG1sLXNlbWFudGljcy1mcm9udC1lbmQtYXJjaGl0ZWN0dXJlLw==", + "title": "πŸ”—: About HTML semantics and front-end architecture", + "url": "https://nicolasgallagher.com/about-html-semantics-front-end-architecture/", + "content_text": "πŸ”—: About HTML semantics and front-end architecture #CSS #WebDev https://nicolasgallagher.com/about-html-semantics-front-end-architecture/", + "date_published": "Thu, 14 Mar 2024 22:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112096298409930084" + ], + "lastTootTimestamp": 1710453772212 + }, + "https://thathtml.blog/2024/03/more-fun-with-web-components-and-mutationobserver/": { + "id": "aHR0cHM6Ly90aGF0aHRtbC5ibG9nLzIwMjQvMDMvbW9yZS1mdW4td2l0aC13ZWItY29tcG9uZW50cy1hbmQtbXV0YXRpb25vYnNlcnZlci8=", + "title": "πŸ”—: More Fun with Web Components and MutationObserver", + "url": "https://thathtml.blog/2024/03/more-fun-with-web-components-and-mutationobserver/", + "content_text": "πŸ”—: More Fun with Web Components and MutationObserver #JavaScript #WebDev https://thathtml.blog/2024/03/more-fun-with-web-components-and-mutationobserver/", + "date_published": "Thu, 14 Mar 2024 18:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112096800722192961" + ], + "lastTootTimestamp": 1710461436912 + }, + "https://read.engineerscodex.com/p/how-apple-built-icloud-to-store-billions": { + "id": "aHR0cHM6Ly9yZWFkLmVuZ2luZWVyc2NvZGV4LmNvbS9wL2hvdy1hcHBsZS1idWlsdC1pY2xvdWQtdG8tc3RvcmUtYmlsbGlvbnM=", + "title": "πŸ”—: How Apple built iCloud to store billions of databases", + "url": "https://read.engineerscodex.com/p/how-apple-built-icloud-to-store-billions", + "content_text": "πŸ”—: How Apple built iCloud to store billions of databases #Tech #WebDev https://read.engineerscodex.com/p/how-apple-built-icloud-to-store-billions", + "date_published": "Fri, 15 Mar 2024 00:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112097718851504187" + ], + "lastTootTimestamp": 1710475446428 + }, + "https://coryd.dev/now#artists?ts=1710417600000#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93I2FydGlzdHM/dHM9MTcxMDQxNzYwMDAwMCNhcnRpc3Rz", + "title": "🎧: My top artists for the week: Carcass @ 59 plays, AFI @ 51 plays, NoMeansNo @ 46 plays, Convulsing @ 45 plays, Edge of Sanity @ 44 plays, Autopsy @ 42 plays, Propagandhi @ 39 plays, Tomb Mold @ 34 plays #Music #LastFM", + "url": "https://coryd.dev/now#artists?ts=1710417600000#artists", + "content_text": "🎧: My top artists for the week: Carcass @ 59 plays, AFI @ 51 plays, NoMeansNo @ 46 plays, Convulsing @ 45 plays, Edge of Sanity @ 44 plays, Autopsy @ 42 plays, Propagandhi @ 39 plays, Tomb Mold @ 34 plays #Music #LastFM https://coryd.dev/now#artists?ts=1710417600000#artists", + "date_published": "Thu, 14 Mar 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112099130091638105" + ], + "lastTootTimestamp": 1710496980211 + }, + "https://coryd.dev/now?ts=1710417600000#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MTA0MTc2MDAwMDAjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: Carcass @ 59 plays, AFI @ 51 plays, NoMeansNo @ 46 plays, Convulsing @ 45 plays, Edge of Sanity @ 44 plays, Autopsy @ 42 plays, Propagandhi @ 39 plays, Tomb Mold @ 34 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1710417600000#artists", + "content_text": "🎧: My top artists for the week: Carcass @ 59 plays, AFI @ 51 plays, NoMeansNo @ 46 plays, Convulsing @ 45 plays, Edge of Sanity @ 44 plays, Autopsy @ 42 plays, Propagandhi @ 39 plays, Tomb Mold @ 34 plays #Music #LastFM https://coryd.dev/now?ts=1710417600000#artists", + "date_published": "Thu, 14 Mar 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112100549802278745" + ], + "lastTootTimestamp": 1710518643276 + }, + "https://coryd.dev/posts/2024/look-for-longevity/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9sb29rLWZvci1sb25nZXZpdHkv", + "title": "πŸ“: Look for longevity", + "url": "https://coryd.dev/posts/2024/look-for-longevity/", + "content_text": "πŸ“: Look for longevity #Tech https://coryd.dev/posts/2024/look-for-longevity/", + "date_published": "Fri, 15 Mar 2024 22:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112101370940912660" + ], + "lastTootTimestamp": 1710531172848 + }, + "https://daught.me/blog/2024/indie-web/": { + "id": "aHR0cHM6Ly9kYXVnaHQubWUvYmxvZy8yMDI0L2luZGllLXdlYi8=", + "title": "πŸ”—: The 'IndieWeb' feels like coming home", + "url": "https://daught.me/blog/2024/indie-web/", + "content_text": "πŸ”—: The 'IndieWeb' feels like coming home #Tech #IndieWeb #WebDev https://daught.me/blog/2024/indie-web/", + "date_published": "Fri, 15 Mar 2024 04:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112101358457864897" + ], + "lastTootTimestamp": 1710530982388 + }, + "https://app.thestorygraph.com/books/feab914d-ceb9-4a03-a0d6-ec0d15df105b": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZmVhYjkxNGQtY2ViOS00YTAzLWEwZDYtZWMwZDE1ZGYxMDVi", + "title": "πŸ“–: When Crack Was King: A People's History of a Misunderstood Era", + "url": "https://app.thestorygraph.com/books/feab914d-ceb9-4a03-a0d6-ec0d15df105b", + "content_text": "πŸ“–: When Crack Was King: A People's History of a Misunderstood Era #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/feab914d-ceb9-4a03-a0d6-ec0d15df105b", + "date_published": "Thu, 14 Mar 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112102461845137083" + ], + "lastTootTimestamp": 1710547818772 + }, + "https://theinternet.review/2024/03/15/w3c-investigating-ethics-of-ai/": { + "id": "aHR0cHM6Ly90aGVpbnRlcm5ldC5yZXZpZXcvMjAyNC8wMy8xNS93M2MtaW52ZXN0aWdhdGluZy1ldGhpY3Mtb2YtYWkv", + "title": "πŸ”—: The W3C is Now Investigating the Ethics of Generative AI", + "url": "https://theinternet.review/2024/03/15/w3c-investigating-ethics-of-ai/", + "content_text": "πŸ”—: The W3C is Now Investigating the Ethics of Generative AI #AI #Tech https://theinternet.review/2024/03/15/w3c-investigating-ethics-of-ai/", + "date_published": "Fri, 15 Mar 2024 19:15:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112108131247554493" + ], + "lastTootTimestamp": 1710634327027 + }, + "https://hamatti.org/posts/on-content-creation-and-personal-web/": { + "id": "aHR0cHM6Ly9oYW1hdHRpLm9yZy9wb3N0cy9vbi1jb250ZW50LWNyZWF0aW9uLWFuZC1wZXJzb25hbC13ZWIv", + "title": "πŸ”—: On content creation and personal web", + "url": "https://hamatti.org/posts/on-content-creation-and-personal-web/", + "content_text": "πŸ”—: On content creation and personal web #IndieWeb #WebDev https://hamatti.org/posts/on-content-creation-and-personal-web/", + "date_published": "Sat, 16 Mar 2024 08:09:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112107151793557588" + ], + "lastTootTimestamp": 1710619381676 + }, + "https://zeldman.com/2024/03/16/heal-an-ailing-web/": { + "id": "aHR0cHM6Ly96ZWxkbWFuLmNvbS8yMDI0LzAzLzE2L2hlYWwtYW4tYWlsaW5nLXdlYi8=", + "title": "πŸ”—: Heal an ailing web", + "url": "https://zeldman.com/2024/03/16/heal-an-ailing-web/", + "content_text": "πŸ”—: Heal an ailing web #Tech #Economics https://zeldman.com/2024/03/16/heal-an-ailing-web/", + "date_published": "Sat, 16 Mar 2024 19:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112107622795388167" + ], + "lastTootTimestamp": 1710626568601 + }, + "https://trakt.tv/movies/you-hurt-my-feelings-2023": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMveW91LWh1cnQtbXktZmVlbGluZ3MtMjAyMw==", + "title": "πŸŽ₯: You Hurt My Feelings", + "url": "https://trakt.tv/movies/you-hurt-my-feelings-2023", + "content_text": "πŸŽ₯: You Hurt My Feelings #Movies #Watching #Trakt https://trakt.tv/movies/you-hurt-my-feelings-2023", + "date_published": "Sat, 16 Mar 2024 21:46:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112109039687415130" + ], + "lastTootTimestamp": 1710648188676 + }, + "https://www.fromjason.xyz/p/notebook/any-technology-indistinguishable-from-magic-is-hiding-something/": { + "id": "aHR0cHM6Ly93d3cuZnJvbWphc29uLnh5ei9wL25vdGVib29rL2FueS10ZWNobm9sb2d5LWluZGlzdGluZ3Vpc2hhYmxlLWZyb20tbWFnaWMtaXMtaGlkaW5nLXNvbWV0aGluZy8=", + "title": "πŸ”—: Any Technology Indistinguishable From Magic is Hiding SomethingοΏΌ", + "url": "https://www.fromjason.xyz/p/notebook/any-technology-indistinguishable-from-magic-is-hiding-something/", + "content_text": "πŸ”—: Any Technology Indistinguishable From Magic is Hiding SomethingοΏΌ #Tech https://www.fromjason.xyz/p/notebook/any-technology-indistinguishable-from-magic-is-hiding-something/", + "date_published": "Fri, 15 Mar 2024 20:33:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112109511087699787" + ], + "lastTootTimestamp": 1710655381637 + }, + "https://www.vice.com/en/article/gy7pbw/nothing-band-dance-on-the-blacktop-interview-profile-2018": { + "id": "aHR0cHM6Ly93d3cudmljZS5jb20vZW4vYXJ0aWNsZS9neTdwYncvbm90aGluZy1iYW5kLWRhbmNlLW9uLXRoZS1ibGFja3RvcC1pbnRlcnZpZXctcHJvZmlsZS0yMDE4", + "title": "πŸ”—: Nothing Will Save Us", + "url": "https://www.vice.com/en/article/gy7pbw/nothing-band-dance-on-the-blacktop-interview-profile-2018", + "content_text": "πŸ”—: Nothing Will Save Us #Music #Shoegaze https://www.vice.com/en/article/gy7pbw/nothing-band-dance-on-the-blacktop-interview-profile-2018", + "date_published": "Fri, 15 Mar 2024 22:24:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112108591965872893" + ], + "lastTootTimestamp": 1710641356980 + }, + "https://boehs.org/node/npm-everything": { + "id": "aHR0cHM6Ly9ib2Vocy5vcmcvbm9kZS9ucG0tZXZlcnl0aGluZw==", + "title": "πŸ”—: Npm Install Everything, and the Complete and Utter Chaos That Follows", + "url": "https://boehs.org/node/npm-everything", + "content_text": "πŸ”—: Npm Install Everything, and the Complete and Utter Chaos That Follows #Tech #JavaScript #WebDev https://boehs.org/node/npm-everything", + "date_published": "Fri, 15 Mar 2024 22:05:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112113285529578266" + ], + "lastTootTimestamp": 1710712975051 + }, + "https://kyleshevlin.com/two-types-of-composition/": { + "id": "aHR0cHM6Ly9reWxlc2hldmxpbi5jb20vdHdvLXR5cGVzLW9mLWNvbXBvc2l0aW9uLw==", + "title": "πŸ”—: Two Types of Composition", + "url": "https://kyleshevlin.com/two-types-of-composition/", + "content_text": "πŸ”—: Two Types of Composition #CSS #JavaScript #WebDev https://kyleshevlin.com/two-types-of-composition/", + "date_published": "Sun, 17 Mar 2024 20:45:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112113792090454808" + ], + "lastTootTimestamp": 1710720704595 + }, + "https://ploum.net/2024-03-18-lost-focus.html": { + "id": "aHR0cHM6Ly9wbG91bS5uZXQvMjAyNC0wMy0xOC1sb3N0LWZvY3VzLmh0bWw=", + "title": "πŸ”—: A Society That Lost Focus", + "url": "https://ploum.net/2024-03-18-lost-focus.html", + "content_text": "πŸ”—: A Society That Lost Focus #Tech #SocialMedia #SurveillanceCapitalism https://ploum.net/2024-03-18-lost-focus.html", + "date_published": "Mon, 18 Mar 2024 13:06:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112117533481235585" + ], + "lastTootTimestamp": 1710777793656 + }, + "https://coryd.dev/posts/2024/lightweight-search-in-eleventy/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9saWdodHdlaWdodC1zZWFyY2gtaW4tZWxldmVudHkv", + "title": "πŸ“: Lightweight search in Eleventy", + "url": "https://coryd.dev/posts/2024/lightweight-search-in-eleventy/", + "content_text": "πŸ“: Lightweight search in Eleventy #WebDev #Eleventy #JavaScript https://coryd.dev/posts/2024/lightweight-search-in-eleventy/", + "date_published": "Mon, 18 Mar 2024 23:30:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112119128763810570" + ], + "lastTootTimestamp": 1710802135750 + }, + "https://coryd.dev/posts/2024/its-not-ai-generated-music-its-ai-generated-noise/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pdHMtbm90LWFpLWdlbmVyYXRlZC1tdXNpYy1pdHMtYWktZ2VuZXJhdGVkLW5vaXNlLw==", + "title": "πŸ“: It's not AI generated music, it's AI generated noise", + "url": "https://coryd.dev/posts/2024/its-not-ai-generated-music-its-ai-generated-noise/", + "content_text": "πŸ“: It's not AI generated music, it's AI generated noise #AI #Music #Tech https://coryd.dev/posts/2024/its-not-ai-generated-music-its-ai-generated-noise/", + "date_published": "Tue, 19 Mar 2024 00:06:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112119228809754630" + ], + "lastTootTimestamp": 1710803662334 + }, + "https://www.wheresyoured.at/peakai/": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L3BlYWthaS8=", + "title": "πŸ”—: Have We Reached Peak AI?", + "url": "https://www.wheresyoured.at/peakai/", + "content_text": "πŸ”—: Have We Reached Peak AI? #AI #Tech https://www.wheresyoured.at/peakai/", + "date_published": "Mon, 18 Mar 2024 20:30:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112120365492461668" + ], + "lastTootTimestamp": 1710821006734 + }, + "https://thebaffler.com/latest/the-gigification-of-publishing-sinykin?utm_source%3Drss-feed%26utm_medium%3Drss%26utm_campaign%3Dfeed": { + "id": "aHR0cHM6Ly90aGViYWZmbGVyLmNvbS9sYXRlc3QvdGhlLWdpZ2lmaWNhdGlvbi1vZi1wdWJsaXNoaW5nLXNpbnlraW4/dXRtX3NvdXJjZSUzRHJzcy1mZWVkJTI2dXRtX21lZGl1bSUzRHJzcyUyNnV0bV9jYW1wYWlnbiUzRGZlZWQ=", + "title": "πŸ”—: The Gigification of Publishing", + "url": "https://thebaffler.com/latest/the-gigification-of-publishing-sinykin?utm_source%3Drss-feed%26utm_medium%3Drss%26utm_campaign%3Dfeed", + "content_text": "πŸ”—: The Gigification of Publishing #Tech #Economics https://thebaffler.com/latest/the-gigification-of-publishing-sinykin?utm_source%3Drss-feed%26utm_medium%3Drss%26utm_campaign%3Dfeed", + "date_published": "Mon, 18 Mar 2024 15:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112119913337870275" + ], + "lastTootTimestamp": 1710814107371 + }, + "https://adactio.com/journal/20996": { + "id": "aHR0cHM6Ly9hZGFjdGlvLmNvbS9qb3VybmFsLzIwOTk2", + "title": "πŸ”—: What the world needs", + "url": "https://adactio.com/journal/20996", + "content_text": "πŸ”—: What the world needs #Tech #Blogging https://adactio.com/journal/20996", + "date_published": "Tue, 19 Mar 2024 15:42:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112123667777690721" + ], + "lastTootTimestamp": 1710871395577 + }, + "https://gomakethings.com/the-problem-with-ai/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL3RoZS1wcm9ibGVtLXdpdGgtYWkv", + "title": "πŸ”—: The problem with AI", + "url": "https://gomakethings.com/the-problem-with-ai/", + "content_text": "πŸ”—: The problem with AI #AI #Tech #WebDev https://gomakethings.com/the-problem-with-ai/", + "date_published": "Tue, 19 Mar 2024 15:33:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112124610089518791" + ], + "lastTootTimestamp": 1710885774150 + }, + "https://www.schneier.com/blog/archives/2024/03/ai-and-the-evolution-of-social-media.html": { + "id": "aHR0cHM6Ly93d3cuc2NobmVpZXIuY29tL2Jsb2cvYXJjaGl2ZXMvMjAyNC8wMy9haS1hbmQtdGhlLWV2b2x1dGlvbi1vZi1zb2NpYWwtbWVkaWEuaHRtbA==", + "title": "πŸ”—: AI and the Evolution of Social Media", + "url": "https://www.schneier.com/blog/archives/2024/03/ai-and-the-evolution-of-social-media.html", + "content_text": "πŸ”—: AI and the Evolution of Social Media #AI #Tech #SocialMedia https://www.schneier.com/blog/archives/2024/03/ai-and-the-evolution-of-social-media.html", + "date_published": "Tue, 19 Mar 2024 11:07:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112124139560493104" + ], + "lastTootTimestamp": 1710878594445 + }, + "https://gittings.studio/blog/10-reasons-why-static-site-generators-are-perfect-for-modern-web-development/": { + "id": "aHR0cHM6Ly9naXR0aW5ncy5zdHVkaW8vYmxvZy8xMC1yZWFzb25zLXdoeS1zdGF0aWMtc2l0ZS1nZW5lcmF0b3JzLWFyZS1wZXJmZWN0LWZvci1tb2Rlcm4td2ViLWRldmVsb3BtZW50Lw==", + "title": "πŸ”—: 10 Reasons Why Static Site Generators Are Perfect for Modern Web Development", + "url": "https://gittings.studio/blog/10-reasons-why-static-site-generators-are-perfect-for-modern-web-development/", + "content_text": "πŸ”—: 10 Reasons Why Static Site Generators Are Perfect for Modern Web Development #JavaScript #WebDev https://gittings.studio/blog/10-reasons-why-static-site-generators-are-perfect-for-modern-web-development/", + "date_published": "Tue, 19 Mar 2024 17:47:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112125111525831270" + ], + "lastTootTimestamp": 1710893425493 + }, + "https://coryd.dev/posts/2024/an-indie-web-primer/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hbi1pbmRpZS13ZWItcHJpbWVyLw==", + "title": "πŸ“: An indie web primer", + "url": "https://coryd.dev/posts/2024/an-indie-web-primer/", + "content_text": "πŸ“: An indie web primer #Tech #WebDev #IndieWeb #SmallWeb https://coryd.dev/posts/2024/an-indie-web-primer/", + "date_published": "Wed, 20 Mar 2024 20:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112129713139546240" + ], + "lastTootTimestamp": 1710963640486 + }, + "https://app.thestorygraph.com/books/18dc1af7-9a7c-44b3-bb4c-b12d841cc7aa": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvMThkYzFhZjctOWE3Yy00NGIzLWJiNGMtYjEyZDg0MWNjN2Fh", + "title": "πŸ“–: Fire Weather: A True Story from a Hotter World", + "url": "https://app.thestorygraph.com/books/18dc1af7-9a7c-44b3-bb4c-b12d841cc7aa", + "content_text": "πŸ“–: Fire Weather: A True Story from a Hotter World #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/18dc1af7-9a7c-44b3-bb4c-b12d841cc7aa", + "date_published": "Wed, 20 Mar 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112134521369799287" + ], + "lastTootTimestamp": 1711037008277 + }, + "https://gomakethings.com/better-type-layouts-with-css/": { + "id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL2JldHRlci10eXBlLWxheW91dHMtd2l0aC1jc3Mv", + "title": "πŸ”—: Better type layouts with CSS", + "url": "https://gomakethings.com/better-type-layouts-with-css/", + "content_text": "πŸ”—: Better type layouts with CSS #CSS #WebDev https://gomakethings.com/better-type-layouts-with-css/", + "date_published": "Thu, 21 Mar 2024 16:03:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112134992476084559" + ], + "lastTootTimestamp": 1711044196775 + }, + "https://manuelmoreale.com/@/page/yZjUFyBIFce9NOxR": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UveVpqVUZ5QklGY2U5Tk94Ug==", + "title": "πŸ”—: Why I don’t write dev posts", + "url": "https://manuelmoreale.com/@/page/yZjUFyBIFce9NOxR", + "content_text": "πŸ”—: Why I don’t write dev posts #Blogging #WebDev https://manuelmoreale.com/@/page/yZjUFyBIFce9NOxR", + "date_published": "Thu, 21 Mar 2024 16:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112136437075618403" + ], + "lastTootTimestamp": 1711066239634 + }, + "https://www.baldurbjarnason.com/2024/the-one-about-the-web-developer-job-market/": { + "id": "aHR0cHM6Ly93d3cuYmFsZHVyYmphcm5hc29uLmNvbS8yMDI0L3RoZS1vbmUtYWJvdXQtdGhlLXdlYi1kZXZlbG9wZXItam9iLW1hcmtldC8=", + "title": "πŸ”—: The one about the web developer job market", + "url": "https://www.baldurbjarnason.com/2024/the-one-about-the-web-developer-job-market/", + "content_text": "πŸ”—: The one about the web developer job market #Work #WebDev https://www.baldurbjarnason.com/2024/the-one-about-the-web-developer-job-market/", + "date_published": "Thu, 21 Mar 2024 14:50:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112137351887239665" + ], + "lastTootTimestamp": 1711080198551 + }, + "https://coryd.dev/now?ts=1711022400000#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MTEwMjI0MDAwMDAjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: CIVEROUS @ 40 plays, Nothing @ 39 plays, Phrenelith @ 39 plays, Soft Kill @ 35 plays, blink-182 @ 34 plays, Webbed Wing @ 34 plays, Narrow Head @ 30 plays, Undergang @ 29 plays #Music #LastFM", + "url": "https://coryd.dev/now?ts=1711022400000#artists", + "content_text": "🎧: My top artists for the week: CIVEROUS @ 40 plays, Nothing @ 39 plays, Phrenelith @ 39 plays, Soft Kill @ 35 plays, blink-182 @ 34 plays, Webbed Wing @ 34 plays, Narrow Head @ 30 plays, Undergang @ 29 plays #Music #LastFM https://coryd.dev/now?ts=1711022400000#artists", + "date_published": "Thu, 21 Mar 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112138767361348173" + ], + "lastTootTimestamp": 1711101796983 + }, + "https://darthmall.net/weblog/2024/indieweb-is-for-devs/": { + "id": "aHR0cHM6Ly9kYXJ0aG1hbGwubmV0L3dlYmxvZy8yMDI0L2luZGlld2ViLWlzLWZvci1kZXZzLw==", + "title": "πŸ”—: The IndieWeb is for Developers", + "url": "https://darthmall.net/weblog/2024/indieweb-is-for-devs/", + "content_text": "πŸ”—: The IndieWeb is for Developers #Tech #IndieWeb #SmallWeb #WebDev https://darthmall.net/weblog/2024/indieweb-is-for-devs/", + "date_published": "Fri, 22 Mar 2024 04:11:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112143016370697009" + ], + "lastTootTimestamp": 1711166631700 + }, + "https://joanwestenberg.com/blog/the-creator-economy-trap-why-building-on-someone-elses-platform-is-a-dead-end": { + "id": "aHR0cHM6Ly9qb2Fud2VzdGVuYmVyZy5jb20vYmxvZy90aGUtY3JlYXRvci1lY29ub215LXRyYXAtd2h5LWJ1aWxkaW5nLW9uLXNvbWVvbmUtZWxzZXMtcGxhdGZvcm0taXMtYS1kZWFkLWVuZA==", + "title": "πŸ”—: The creator economy trap: why building on someone else's platform is a dead end", + "url": "https://joanwestenberg.com/blog/the-creator-economy-trap-why-building-on-someone-elses-platform-is-a-dead-end", + "content_text": "πŸ”—: The creator economy trap: why building on someone else's platform is a dead end #Tech https://joanwestenberg.com/blog/the-creator-economy-trap-why-building-on-someone-elses-platform-is-a-dead-end", + "date_published": "Thu, 21 Mar 2024 02:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112143957257143539" + ], + "lastTootTimestamp": 1711180988461 + }, + "https://hidde.blog/popover-accessibility/": { + "id": "aHR0cHM6Ly9oaWRkZS5ibG9nL3BvcG92ZXItYWNjZXNzaWJpbGl0eS8=", + "title": "πŸ”—: On popover accessibility: what the browser does and doesn’t do", + "url": "https://hidde.blog/popover-accessibility/", + "content_text": "πŸ”—: On popover accessibility: what the browser does and doesn’t do #WebDev https://hidde.blog/popover-accessibility/", + "date_published": "Thu, 21 Mar 2024 16:19:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112143492486224372" + ], + "lastTootTimestamp": 1711173896627 + }, + "https://trakt.tv/movies/the-grey-2012": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWdyZXktMjAxMg==", + "title": "πŸŽ₯: The Grey", + "url": "https://trakt.tv/movies/the-grey-2012", + "content_text": "πŸŽ₯: The Grey #Movies #Watching #Trakt https://trakt.tv/movies/the-grey-2012", + "date_published": "Sun, 24 Mar 2024 23:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112153892115098094" + ], + "lastTootTimestamp": 1711332582400 + }, + "https://darnell.day/three-ways-threads-will-bless-and-burden-the-fediverse": { + "id": "aHR0cHM6Ly9kYXJuZWxsLmRheS90aHJlZS13YXlzLXRocmVhZHMtd2lsbC1ibGVzcy1hbmQtYnVyZGVuLXRoZS1mZWRpdmVyc2U=", + "title": "πŸ”—: Three Ways Threads Will Bless & Burden The Fediverse", + "url": "https://darnell.day/three-ways-threads-will-bless-and-burden-the-fediverse", + "content_text": "πŸ”—: Three Ways Threads Will Bless & Burden The Fediverse #Tech #SocialMedia https://darnell.day/three-ways-threads-will-bless-and-burden-the-fediverse", + "date_published": "Sun, 24 Mar 2024 01:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112153997879379075" + ], + "lastTootTimestamp": 1711334196223 + }, + "https://chrisburnell.com/article/memoizing-asset-bundles/": { + "id": "aHR0cHM6Ly9jaHJpc2J1cm5lbGwuY29tL2FydGljbGUvbWVtb2l6aW5nLWFzc2V0LWJ1bmRsZXMv", + "title": "πŸ”—: How I shaved 1.5 minutes off my Eleventy build time", + "url": "https://chrisburnell.com/article/memoizing-asset-bundles/", + "content_text": "πŸ”—: How I shaved 1.5 minutes off my Eleventy build time #Eleventy #JavaScript #WebDev https://chrisburnell.com/article/memoizing-asset-bundles/", + "date_published": "Sun, 24 Mar 2024 15:30:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112154813078145282" + ], + "lastTootTimestamp": 1711346635179 + }, + "https://doctorow.medium.com/https-pluralistic-net-2024-03-23-evacuate-the-platforms-let-the-platforms-burn-1ebbb7b9c982?source=rss-eba9888d741b------2": { + "id": "aHR0cHM6Ly9kb2N0b3Jvdy5tZWRpdW0uY29tL2h0dHBzLXBsdXJhbGlzdGljLW5ldC0yMDI0LTAzLTIzLWV2YWN1YXRlLXRoZS1wbGF0Zm9ybXMtbGV0LXRoZS1wbGF0Zm9ybXMtYnVybi0xZWJiYjdiOWM5ODI/c291cmNlPXJzcy1lYmE5ODg4ZDc0MWItLS0tLS0y", + "title": "πŸ”—: Someday, we’ll all take comfort in the internet’s "dark corners"", + "url": "https://doctorow.medium.com/https-pluralistic-net-2024-03-23-evacuate-the-platforms-let-the-platforms-burn-1ebbb7b9c982?source=rss-eba9888d741b------2", + "content_text": "πŸ”—: Someday, we’ll all take comfort in the internet’s "dark corners" #Tech https://doctorow.medium.com/https-pluralistic-net-2024-03-23-evacuate-the-platforms-let-the-platforms-burn-1ebbb7b9c982?source=rss-eba9888d741b------2", + "date_published": "Sat, 23 Mar 2024 16:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112154338650472410" + ], + "lastTootTimestamp": 1711339395965 + }, + "https://trakt.tv/movies/inglourious-basterds-2009": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaW5nbG91cmlvdXMtYmFzdGVyZHMtMjAwOQ==", + "title": "πŸŽ₯: Inglourious Basterds", + "url": "https://trakt.tv/movies/inglourious-basterds-2009", + "content_text": "πŸŽ₯: Inglourious Basterds #Movies #Watching #Trakt https://trakt.tv/movies/inglourious-basterds-2009", + "date_published": "Mon, 25 Mar 2024 14:04:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112156696821659163" + ], + "lastTootTimestamp": 1711375378819 + }, + "https://www.nytimes.com/2024/03/18/opinion/private-equity-music-spotify.html": { + "id": "aHR0cHM6Ly93d3cubnl0aW1lcy5jb20vMjAyNC8wMy8xOC9vcGluaW9uL3ByaXZhdGUtZXF1aXR5LW11c2ljLXNwb3RpZnkuaHRtbA==", + "title": "πŸ”—: Same Old Song: Private Equity Is Destroying Our Music Ecosystem", + "url": "https://www.nytimes.com/2024/03/18/opinion/private-equity-music-spotify.html", + "content_text": "πŸ”—: Same Old Song: Private Equity Is Destroying Our Music Ecosystem https://www.nytimes.com/2024/03/18/opinion/private-equity-music-spotify.html", + "date_published": "Mon, 25 Mar 2024 15:04:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112157641329833825" + ], + "lastTootTimestamp": 1711389790834 + }, + "https://trakt.tv/movies/the-revenant-2015": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXJldmVuYW50LTIwMTU=", + "title": "πŸŽ₯: The Revenant", + "url": "https://trakt.tv/movies/the-revenant-2015", + "content_text": "πŸŽ₯: The Revenant #Movies #Watching #Trakt https://trakt.tv/movies/the-revenant-2015", + "date_published": "Tue, 26 Mar 2024 14:06:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112162359171649224" + ], + "lastTootTimestamp": 1711461779401 + }, + "https://coryd.dev/posts/2024/we-have-a-content-quality-problem-not-a-content-quantity-problem/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC93ZS1oYXZlLWEtY29udGVudC1xdWFsaXR5LXByb2JsZW0tbm90LWEtY29udGVudC1xdWFudGl0eS1wcm9ibGVtLw==", + "title": "πŸ“: We have a content quality problem, not a content quantity problem", + "url": "https://coryd.dev/posts/2024/we-have-a-content-quality-problem-not-a-content-quantity-problem/", + "content_text": "πŸ“: We have a content quality problem, not a content quantity problem #Tech #AI #Music https://coryd.dev/posts/2024/we-have-a-content-quality-problem-not-a-content-quantity-problem/", + "date_published": "Tue, 26 Mar 2024 17:15:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112163304021530663" + ], + "lastTootTimestamp": 1711476196675 + }, + "https://css-irl.info/has-has-landed-in-safari/": { + "id": "aHR0cHM6Ly9jc3MtaXJsLmluZm8vaGFzLWhhcy1sYW5kZWQtaW4tc2FmYXJpLw==", + "title": "πŸ”—: :has() Has Landed in Safari", + "url": "https://css-irl.info/has-has-landed-in-safari/", + "content_text": "πŸ”—: :has() Has Landed in Safari #CSS #WebDev https://css-irl.info/has-has-landed-in-safari/", + "date_published": "Tue, 26 Mar 2024 16:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112165662762741414" + ], + "lastTootTimestamp": 1711512188204 + }, + "https://ar.al/notes/how-web-2-0-killed-the-internet/": { + "id": "aHR0cHM6Ly9hci5hbC9ub3Rlcy9ob3ctd2ViLTItMC1raWxsZWQtdGhlLWludGVybmV0Lw==", + "title": "πŸ”—: How Web 2.0 killed the Internet", + "url": "https://ar.al/notes/how-web-2-0-killed-the-internet/", + "content_text": "πŸ”—: How Web 2.0 killed the Internet #Tech #WebDev https://ar.al/notes/how-web-2-0-killed-the-internet/", + "date_published": "Tue, 26 Mar 2024 15:34:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112166135728697721" + ], + "lastTootTimestamp": 1711519405094 + }, + "https://notes.neatnik.net/2024/03/a-fediverse-if-you-can-keep-it": { + "id": "aHR0cHM6Ly9ub3Rlcy5uZWF0bmlrLm5ldC8yMDI0LzAzL2EtZmVkaXZlcnNlLWlmLXlvdS1jYW4ta2VlcC1pdA==", + "title": "πŸ”—: A Fediverse, if you can keep it", + "url": "https://notes.neatnik.net/2024/03/a-fediverse-if-you-can-keep-it", + "content_text": "πŸ”—: A Fediverse, if you can keep it #Tech #SocialMedia https://notes.neatnik.net/2024/03/a-fediverse-if-you-can-keep-it", + "date_published": "Tue, 26 Mar 2024 13:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112164249356677715" + ], + "lastTootTimestamp": 1711490621346 + }, + "https://robinrendle.com/notes/has-roundup/": { + "id": "aHR0cHM6Ly9yb2JpbnJlbmRsZS5jb20vbm90ZXMvaGFzLXJvdW5kdXAv", + "title": "πŸ”—: :has roundup", + "url": "https://robinrendle.com/notes/has-roundup/", + "content_text": "πŸ”—: :has roundup #CSS #WebDev https://robinrendle.com/notes/has-roundup/", + "date_published": "Mon, 25 Mar 2024 01:48:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112164748170710447" + ], + "lastTootTimestamp": 1711498232666 + }, + "https://blog.jim-nielsen.com/2024/allure-of-sync-engines/": { + "id": "aHR0cHM6Ly9ibG9nLmppbS1uaWVsc2VuLmNvbS8yMDI0L2FsbHVyZS1vZi1zeW5jLWVuZ2luZXMv", + "title": "πŸ”—: The Allure of Local-First Sync Engines", + "url": "https://blog.jim-nielsen.com/2024/allure-of-sync-engines/", + "content_text": "πŸ”—: The Allure of Local-First Sync Engines #Tech #WebDev https://blog.jim-nielsen.com/2024/allure-of-sync-engines/", + "date_published": "Mon, 25 Mar 2024 05:28:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112165211660963891" + ], + "lastTootTimestamp": 1711505304954 + }, + "https://blog.jim-nielsen.com/2024/gratitude-for-dont-break-the-web/": { + "id": "aHR0cHM6Ly9ibG9nLmppbS1uaWVsc2VuLmNvbS8yMDI0L2dyYXRpdHVkZS1mb3ItZG9udC1icmVhay10aGUtd2ViLw==", + "title": "πŸ”—: Gratitude For a Web That Tries Not to Break", + "url": "https://blog.jim-nielsen.com/2024/gratitude-for-dont-break-the-web/", + "content_text": "πŸ”—: Gratitude For a Web That Tries Not to Break #CSS #WebDev https://blog.jim-nielsen.com/2024/gratitude-for-dont-break-the-web/", + "date_published": "Wed, 27 Mar 2024 14:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112168497452619912" + ], + "lastTootTimestamp": 1711555442141 + }, + "https://coryd.dev/posts/2024/thoughts-on-permanence/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC90aG91Z2h0cy1vbi1wZXJtYW5lbmNlLw==", + "title": "πŸ“: Thoughts on permanence", + "url": "https://coryd.dev/posts/2024/thoughts-on-permanence/", + "content_text": "πŸ“: Thoughts on permanence #Tech #Music #Tattoos https://coryd.dev/posts/2024/thoughts-on-permanence/", + "date_published": "Wed, 27 Mar 2024 20:16:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112169437876000074" + ], + "lastTootTimestamp": 1711569791871 + }, + "https://coryd.dev/posts/2024/i-like-safari-but-nobody-should-be-required-to-use-it/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9pLWxpa2Utc2FmYXJpLWJ1dC1ub2JvZHktc2hvdWxkLWJlLXJlcXVpcmVkLXRvLXVzZS1pdC8=", + "title": "πŸ“: I like Safari, but nobody should be required to use it", + "url": "https://coryd.dev/posts/2024/i-like-safari-but-nobody-should-be-required-to-use-it/", + "content_text": "πŸ“: I like Safari, but nobody should be required to use it #Tech #WebDev https://coryd.dev/posts/2024/i-like-safari-but-nobody-should-be-required-to-use-it/", + "date_published": "Thu, 28 Mar 2024 02:30:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112170772957624949" + ], + "lastTootTimestamp": 1711590163615 + }, + "https://theconversation.com/weve-been-here-before-ai-promised-humanlike-machines-in-1958-222700": { + "id": "aHR0cHM6Ly90aGVjb252ZXJzYXRpb24uY29tL3dldmUtYmVlbi1oZXJlLWJlZm9yZS1haS1wcm9taXNlZC1odW1hbmxpa2UtbWFjaGluZXMtaW4tMTk1OC0yMjI3MDA=", + "title": "πŸ”—: We’ve been here before: AI promised humanlike machines – in 1958", + "url": "https://theconversation.com/weve-been-here-before-ai-promised-humanlike-machines-in-1958-222700", + "content_text": "πŸ”—: We’ve been here before: AI promised humanlike machines – in 1958 #AI #Tech https://theconversation.com/weve-been-here-before-ai-promised-humanlike-machines-in-1958-222700", + "date_published": "Thu, 28 Mar 2024 04:39:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112174628474515995" + ], + "lastTootTimestamp": 1711648994114 + }, + "https://app.thestorygraph.com/books/a77dc6e1-8809-480f-b9ab-0a5ca707104d": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvYTc3ZGM2ZTEtODgwOS00ODBmLWI5YWItMGE1Y2E3MDcxMDRk", + "title": "πŸ“–: Finding Me", + "url": "https://app.thestorygraph.com/books/a77dc6e1-8809-480f-b9ab-0a5ca707104d", + "content_text": "πŸ“–: Finding Me #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/a77dc6e1-8809-480f-b9ab-0a5ca707104d", + "date_published": "Wed, 27 Mar 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112177460647263707" + ], + "lastTootTimestamp": 1711692209628 + }, + "https://manuelmoreale.com/@/page/7794dP074K6PLYpJ": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UvNzc5NGRQMDc0SzZQTFlwSg==", + "title": "πŸ”—: P&B: Adrianna Tan", + "url": "https://manuelmoreale.com/@/page/7794dP074K6PLYpJ", + "content_text": "πŸ”—: P&B: Adrianna Tan #Tech #Blogging #IndieWeb #SmallWeb https://manuelmoreale.com/@/page/7794dP074K6PLYpJ", + "date_published": "Fri, 29 Mar 2024 12:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112180290225203162" + ], + "lastTootTimestamp": 1711735385582 + }, + "https://trakt.tv/movies/into-the-forest-2016": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvaW50by10aGUtZm9yZXN0LTIwMTY=", + "title": "πŸŽ₯: Into the Forest", + "url": "https://trakt.tv/movies/into-the-forest-2016", + "content_text": "πŸŽ₯: Into the Forest #Movies #Watching #Trakt https://trakt.tv/movies/into-the-forest-2016", + "date_published": "Sat, 30 Mar 2024 23:50:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112187872712494790" + ], + "lastTootTimestamp": 1711851085175 + }, + "https://lasso-security.webflow.io/blog/ai-package-hallucinations": { + "id": "aHR0cHM6Ly9sYXNzby1zZWN1cml0eS53ZWJmbG93LmlvL2Jsb2cvYWktcGFja2FnZS1oYWxsdWNpbmF0aW9ucw==", + "title": "πŸ”—: Heads up: Hallucinated packages in the wild?", + "url": "https://lasso-security.webflow.io/blog/ai-package-hallucinations", + "content_text": "πŸ”—: Heads up: Hallucinated packages in the wild? #AI #Tech https://lasso-security.webflow.io/blog/ai-package-hallucinations", + "date_published": "Sat, 30 Mar 2024 21:41:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112189727353000791" + ], + "lastTootTimestamp": 1711879384717 + }, + "https://hamatti.org/posts/full-text-rss-feed-is-offline-friendly-act/": { + "id": "aHR0cHM6Ly9oYW1hdHRpLm9yZy9wb3N0cy9mdWxsLXRleHQtcnNzLWZlZWQtaXMtb2ZmbGluZS1mcmllbmRseS1hY3Qv", + "title": "πŸ”—: Full-text RSS feed is an offline-friendly act", + "url": "https://hamatti.org/posts/full-text-rss-feed-is-offline-friendly-act/", + "content_text": "πŸ”—: Full-text RSS feed is an offline-friendly act #Tech #WebDev https://hamatti.org/posts/full-text-rss-feed-is-offline-friendly-act/", + "date_published": "Sat, 30 Mar 2024 08:18:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112188315193375737" + ], + "lastTootTimestamp": 1711857836893 + }, + "https://www.independent.com/2024/03/29/santa-barbaras-collective-memory-sold-for-kindling/": { + "id": "aHR0cHM6Ly93d3cuaW5kZXBlbmRlbnQuY29tLzIwMjQvMDMvMjkvc2FudGEtYmFyYmFyYXMtY29sbGVjdGl2ZS1tZW1vcnktc29sZC1mb3Ita2luZGxpbmcv", + "title": "πŸ”—: Santa Barbara’s Collective Memory, Sold for Kindling", + "url": "https://www.independent.com/2024/03/29/santa-barbaras-collective-memory-sold-for-kindling/", + "content_text": "πŸ”—: Santa Barbara’s Collective Memory, Sold for Kindling #Tech #Journalism https://www.independent.com/2024/03/29/santa-barbaras-collective-memory-sold-for-kindling/", + "date_published": "Sat, 30 Mar 2024 01:42:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112188783779645663" + ], + "lastTootTimestamp": 1711864986922 + }, + "https://shellsharks.com/own-my-social": { + "id": "aHR0cHM6Ly9zaGVsbHNoYXJrcy5jb20vb3duLW15LXNvY2lhbA==", + "title": "πŸ”—: Owning My Own Social", + "url": "https://shellsharks.com/own-my-social", + "content_text": "πŸ”—: Owning My Own Social #Tech #IndieWeb #SmallWeb #SocialMedia https://shellsharks.com/own-my-social", + "date_published": "Fri, 29 Mar 2024 14:28:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112189256123404950" + ], + "lastTootTimestamp": 1711872194333 + }, + "https://www.ellyloel.com/blog/front-end-development-s-identity-crisis/": { + "id": "aHR0cHM6Ly93d3cuZWxseWxvZWwuY29tL2Jsb2cvZnJvbnQtZW5kLWRldmVsb3BtZW50LXMtaWRlbnRpdHktY3Jpc2lzLw==", + "title": "πŸ”—: Front-end development’s identity crisis", + "url": "https://www.ellyloel.com/blog/front-end-development-s-identity-crisis/", + "content_text": "πŸ”—: Front-end development’s identity crisis #WebDev https://www.ellyloel.com/blog/front-end-development-s-identity-crisis/", + "date_published": "Mon, 01 Apr 2024 13:34:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112197278091663239" + ], + "lastTootTimestamp": 1711994599839 + }, + "https://manuelmoreale.com/@/page/1sYvCjdE8qvE2Isu": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UvMXNZdkNqZEU4cXZFMklzdQ==", + "title": "πŸ”—: Pay per scroll", + "url": "https://manuelmoreale.com/@/page/1sYvCjdE8qvE2Isu", + "content_text": "πŸ”—: Pay per scroll #Tech https://manuelmoreale.com/@/page/1sYvCjdE8qvE2Isu", + "date_published": "Mon, 01 Apr 2024 06:42:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112198220861214524" + ], + "lastTootTimestamp": 1712008985351 + }, + "https://ishadeed.com/article/css-has-parent-selector/": { + "id": "aHR0cHM6Ly9pc2hhZGVlZC5jb20vYXJ0aWNsZS9jc3MtaGFzLXBhcmVudC1zZWxlY3Rvci8=", + "title": "πŸ”—: CSS Parent Selector", + "url": "https://ishadeed.com/article/css-has-parent-selector/", + "content_text": "πŸ”—: CSS Parent Selector #CSS #WebDev https://ishadeed.com/article/css-has-parent-selector/", + "date_published": "Tue, 26 Mar 2024 16:44:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112197748921487138" + ], + "lastTootTimestamp": 1712001784171 + }, + "https://www.thewrap.com/substack-follow-feature-problems-subscriptions-down/": { + "id": "aHR0cHM6Ly93d3cudGhld3JhcC5jb20vc3Vic3RhY2stZm9sbG93LWZlYXR1cmUtcHJvYmxlbXMtc3Vic2NyaXB0aW9ucy1kb3duLw==", + "title": "πŸ”—: Substack Writers Concerned as Subscriptions β€˜Plummet’ Due to Follow Feature", + "url": "https://www.thewrap.com/substack-follow-feature-problems-subscriptions-down/", + "content_text": "πŸ”—: Substack Writers Concerned as Subscriptions β€˜Plummet’ Due to Follow Feature #Tech https://www.thewrap.com/substack-follow-feature-problems-subscriptions-down/", + "date_published": "Mon, 01 Apr 2024 18:19:00 GMT", + "toots": [ + "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 + }, + "https://app.thestorygraph.com/books/dcf2196c-070c-4045-90ff-f547b497ffa0": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvZGNmMjE5NmMtMDcwYy00MDQ1LTkwZmYtZjU0N2I0OTdmZmEw", + "title": "πŸ“–: Sideways: The City Google Couldn't Buy", + "url": "https://app.thestorygraph.com/books/dcf2196c-070c-4045-90ff-f547b497ffa0", + "content_text": "πŸ“–: Sideways: The City Google Couldn't Buy #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/dcf2196c-070c-4045-90ff-f547b497ffa0", + "date_published": "Tue, 02 Apr 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112208130804878097" + ], + "lastTootTimestamp": 1712160199102 + }, + "https://www.wheresyoured.at/bubble-trouble/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L2J1YmJsZS10cm91YmxlLz9yZWY9ZWQteml0cm9ucy13aGVyZXMteW91ci1lZC1hdC1uZXdzbGV0dGVy", + "title": "πŸ”—: Bubble Trouble", + "url": "https://www.wheresyoured.at/bubble-trouble/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: Bubble Trouble #AI #Tech https://www.wheresyoured.at/bubble-trouble/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Thu, 04 Apr 2024 19:13:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112215256806134464" + ], + "lastTootTimestamp": 1712268933248 + }, + "https://coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hY2Nlc3MtdG8tZGF0YS1pc250LWEtZ3JhbnQtdG8tZXhwbG9pdC1pdC8=", + "title": "πŸ“: Access to data isn't a grant to exploit it", + "url": "https://coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it/", + "content_text": "πŸ“: Access to data isn't a grant to exploit it #AI #Tech https://coryd.dev/posts/2024/access-to-data-isnt-a-grant-to-exploit-it/", + "date_published": "Thu, 04 Apr 2024 23:00:00 GMT", + "toots": [ + "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 + }, + "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 + }, + "https://manuelmoreale.com/@/page/rC9gqrAr9ff2v2xk": { + "id": "aHR0cHM6Ly9tYW51ZWxtb3JlYWxlLmNvbS9AL3BhZ2UvckM5Z3FyQXI5ZmYydjJ4aw==", + "title": "πŸ”—: P&B: Matt Stein", + "url": "https://manuelmoreale.com/@/page/rC9gqrAr9ff2v2xk", + "content_text": "πŸ”—: P&B: Matt Stein #Tech #Blogging #WebDev https://manuelmoreale.com/@/page/rC9gqrAr9ff2v2xk", + "date_published": "Fri, 05 Apr 2024 10:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112226061832057528" + ], + "lastTootTimestamp": 1712433804869 + }, + "https://trakt.tv/movies/outbreak-1995": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvb3V0YnJlYWstMTk5NQ==", + "title": "πŸŽ₯: Outbreak", + "url": "https://trakt.tv/movies/outbreak-1995", + "content_text": "πŸŽ₯: Outbreak #Movies #Watching #Trakt https://trakt.tv/movies/outbreak-1995", + "date_published": "Sun, 07 Apr 2024 16:48:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112231722207668276" + ], + "lastTootTimestamp": 1712520175372 + }, + "https://joanwestenberg.com/blog/curation-is-the-last-best-hope-of-intelligent-discourse": { + "id": "aHR0cHM6Ly9qb2Fud2VzdGVuYmVyZy5jb20vYmxvZy9jdXJhdGlvbi1pcy10aGUtbGFzdC1iZXN0LWhvcGUtb2YtaW50ZWxsaWdlbnQtZGlzY291cnNl", + "title": "πŸ”—: Curation is the last best hope of intelligent discourse.", + "url": "https://joanwestenberg.com/blog/curation-is-the-last-best-hope-of-intelligent-discourse", + "content_text": "πŸ”—: Curation is the last best hope of intelligent discourse. #AI #Tech #IndieWeb #SmallWeb #SocialMedia https://joanwestenberg.com/blog/curation-is-the-last-best-hope-of-intelligent-discourse", + "date_published": "Mon, 08 Apr 2024 00:29:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112233610884767203" + ], + "lastTootTimestamp": 1712548994279 + }, + "https://tylersticka.com/journal/git-fresh/": { + "id": "aHR0cHM6Ly90eWxlcnN0aWNrYS5jb20vam91cm5hbC9naXQtZnJlc2gv", + "title": "πŸ”—: Git Fresh", + "url": "https://tylersticka.com/journal/git-fresh/", + "content_text": "πŸ”—: Git Fresh #WebDev https://tylersticka.com/journal/git-fresh/", + "date_published": "Sun, 07 Apr 2024 17:50:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112234085379158586" + ], + "lastTootTimestamp": 1712556234530 + }, + "https://alan.norbauer.com/articles/browser-debugging-tricks": { + "id": "aHR0cHM6Ly9hbGFuLm5vcmJhdWVyLmNvbS9hcnRpY2xlcy9icm93c2VyLWRlYnVnZ2luZy10cmlja3M=", + "title": "πŸ”—: 67 Weird Debugging Tricks Your Browser Doesn't Want You to Know", + "url": "https://alan.norbauer.com/articles/browser-debugging-tricks", + "content_text": "πŸ”—: 67 Weird Debugging Tricks Your Browser Doesn't Want You to Know #WebDev https://alan.norbauer.com/articles/browser-debugging-tricks", + "date_published": "Tue, 02 Apr 2024 14:10:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112238361899526793" + ], + "lastTootTimestamp": 1712621488990 + }, + "https://coryd.dev/now?ts=1712620170296#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MTI2MjAxNzAyOTYjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music", + "url": "https://coryd.dev/now?ts=1712620170296#artists", + "content_text": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music https://coryd.dev/now?ts=1712620170296#artists", + "date_published": "Mon, 01 Apr 2024 23:49:00 GMT", + "toots": [] + }, + "https://coryd.dev/now?ts=1712621606858#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MTI2MjE2MDY4NTgjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music", + "url": "https://coryd.dev/now?ts=1712621606858#artists", + "content_text": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music https://coryd.dev/now?ts=1712621606858#artists", + "date_published": "Tue, 02 Apr 2024 08:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112238824499043472" + ], + "lastTootTimestamp": 1712628547721 + }, + "https://hidde.blog/links/ai-uses-too-much-energy/": { + "id": "aHR0cHM6Ly9oaWRkZS5ibG9nL2xpbmtzL2FpLXVzZXMtdG9vLW11Y2gtZW5lcmd5Lw==", + "title": "πŸ”—: AI uses too much energy", + "url": "https://hidde.blog/links/ai-uses-too-much-energy/", + "content_text": "πŸ”—: AI uses too much energy #AI #Tech https://hidde.blog/links/ai-uses-too-much-energy/", + "date_published": "Tue, 09 Apr 2024 02:27:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112239745924452843" + ], + "lastTootTimestamp": 1712642607542 + }, + "https://hidde.blog/redundant-ai/": { + "id": "aHR0cHM6Ly9oaWRkZS5ibG9nL3JlZHVuZGFudC1haS8=", + "title": "πŸ”—: Clippy returned (as an unnecessary "AI")", + "url": "https://hidde.blog/redundant-ai/", + "content_text": "πŸ”—: Clippy returned (as an unnecessary "AI") #AI #Tech https://hidde.blog/redundant-ai/", + "date_published": "Tue, 09 Apr 2024 02:27:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112239276643405340" + ], + "lastTootTimestamp": 1712635446911 + }, + "https://coryd.dev/now?ts=1712667823779#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTE3MTI2Njc4MjM3NzkjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music", + "url": "https://coryd.dev/now?ts=1712667823779#artists", + "content_text": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music https://coryd.dev/now?ts=1712667823779#artists", + "date_published": "Tue, 02 Apr 2024 08:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112241631067242097" + ], + "lastTootTimestamp": 1712671372544 + }, + "https://coryd.dev/now?ts=2024-14#artists": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvbm93P3RzPTIwMjQtMTQjYXJ0aXN0cw==", + "title": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music", + "url": "https://coryd.dev/now?ts=2024-14#artists", + "content_text": "🎧: My top artists for the week: Witch Vomit @ 41 plays, Contaminated @ 38 plays, Knuckle Puck @ 31 plays, TouchΓ© AmorΓ© @ 29 plays, Cantique LΓ©preux @ 26 plays, Porcupine Tree @ 22 plays, Verberis @ 20 plays, PUP @ 16 plays #Music https://coryd.dev/now?ts=2024-14#artists", + "date_published": "Wed, 03 Apr 2024 08:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112241631067242097" + ], + "lastTootTimestamp": 1712671372544 + }, + "https://www.baldurbjarnason.com/2024/you-should-not-be-using-llms/": { + "id": "aHR0cHM6Ly93d3cuYmFsZHVyYmphcm5hc29uLmNvbS8yMDI0L3lvdS1zaG91bGQtbm90LWJlLXVzaW5nLWxsbXMv", + "title": "πŸ”—: Again, my position on LLMs is that you absolutely shouldn’t be using them with very, very few exceptions", + "url": "https://www.baldurbjarnason.com/2024/you-should-not-be-using-llms/", + "content_text": "πŸ”—: Again, my position on LLMs is that you absolutely shouldn’t be using them with very, very few exceptions #AI #Tech https://www.baldurbjarnason.com/2024/you-should-not-be-using-llms/", + "date_published": "Tue, 09 Apr 2024 15:09:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112243042995532954" + ], + "lastTootTimestamp": 1712692916869 + }, + "https://coryd.dev/posts/2024/data-collection-should-always-be-opt-in/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9kYXRhLWNvbGxlY3Rpb24tc2hvdWxkLWFsd2F5cy1iZS1vcHQtaW4v", + "title": "πŸ“: Data collection should always be opt in", + "url": "https://coryd.dev/posts/2024/data-collection-should-always-be-opt-in/", + "content_text": "πŸ“: Data collection should always be opt in #Tech #AI #Privacy https://coryd.dev/posts/2024/data-collection-should-always-be-opt-in/", + "date_published": "Tue, 09 Apr 2024 21:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112243198729493915" + ], + "lastTootTimestamp": 1712695293153 + }, + "https://bored.horse/post/opt-out-is-always-wrong/": { + "id": "aHR0cHM6Ly9ib3JlZC5ob3JzZS9wb3N0L29wdC1vdXQtaXMtYWx3YXlzLXdyb25nLw==", + "title": "πŸ”—: Opt-out is always wrong", + "url": "https://bored.horse/post/opt-out-is-always-wrong/", + "content_text": "πŸ”—: Opt-out is always wrong #AI #Tech https://bored.horse/post/opt-out-is-always-wrong/", + "date_published": "Tue, 09 Apr 2024 19:18:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112243088211427564" + ], + "lastTootTimestamp": 1712693606787 + }, + "https://coryd.dev/posts/2024/a-retrospective-on-a-year-without-streaming-music/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9hLXJldHJvc3BlY3RpdmUtb24tYS15ZWFyLXdpdGhvdXQtc3RyZWFtaW5nLW11c2ljLw==", + "title": "πŸ“: A retrospective on a year without streaming music", + "url": "https://coryd.dev/posts/2024/a-retrospective-on-a-year-without-streaming-music/", + "content_text": "πŸ“: A retrospective on a year without streaming music #Tech #Music https://coryd.dev/posts/2024/a-retrospective-on-a-year-without-streaming-music/", + "date_published": "Tue, 09 Apr 2024 23:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112243669714260016" + ], + "lastTootTimestamp": 1712702479827 + }, + "https://gkeenan.co/avgb/the-meat-grinder": { + "id": "aHR0cHM6Ly9na2VlbmFuLmNvL2F2Z2IvdGhlLW1lYXQtZ3JpbmRlcg==", + "title": "πŸ”—: The Meat Grinder", + "url": "https://gkeenan.co/avgb/the-meat-grinder", + "content_text": "πŸ”—: The Meat Grinder #Tech https://gkeenan.co/avgb/the-meat-grinder", + "date_published": "Tue, 09 Apr 2024 22:35:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112244934753963024" + ], + "lastTootTimestamp": 1712721782799 + }, + "https://theinternet.review/2024/03/13/ready-to-party-like-its-1999/": { + "id": "aHR0cHM6Ly90aGVpbnRlcm5ldC5yZXZpZXcvMjAyNC8wMy8xMy9yZWFkeS10by1wYXJ0eS1saWtlLWl0cy0xOTk5Lw==", + "title": "πŸ”—: Why I’m Ready to Party Like It’s 1999…Again", + "url": "https://theinternet.review/2024/03/13/ready-to-party-like-its-1999/", + "content_text": "πŸ”—: Why I’m Ready to Party Like It’s 1999…Again https://theinternet.review/2024/03/13/ready-to-party-like-its-1999/", + "date_published": "Wed, 10 Apr 2024 01:32:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112245409164176698" + ], + "lastTootTimestamp": 1712729021746 + }, + "https://theintercept.com/2024/04/10/microsoft-openai-dalle-ai-military-use/": { + "id": "aHR0cHM6Ly90aGVpbnRlcmNlcHQuY29tLzIwMjQvMDQvMTAvbWljcm9zb2Z0LW9wZW5haS1kYWxsZS1haS1taWxpdGFyeS11c2Uv", + "title": "πŸ”—: Microsoft Pitched OpenAI’s DALL-E as Battlefield Tool for U.S. Military", + "url": "https://theintercept.com/2024/04/10/microsoft-openai-dalle-ai-military-use/", + "content_text": "πŸ”—: Microsoft Pitched OpenAI’s DALL-E as Battlefield Tool for U.S. Military #AI #Tech https://theintercept.com/2024/04/10/microsoft-openai-dalle-ai-military-use/", + "date_published": "Wed, 10 Apr 2024 17:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112248414756050236" + ], + "lastTootTimestamp": 1712774883408 + }, + "https://coryd.dev/posts/2024/dont-be-afraid-to-admin-when-you-dont-know-something/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9kb250LWJlLWFmcmFpZC10by1hZG1pbi13aGVuLXlvdS1kb250LWtub3ctc29tZXRoaW5nLw==", + "title": "πŸ“: Don’t be afraid to admit when you don’t know something", + "url": "https://coryd.dev/posts/2024/dont-be-afraid-to-admin-when-you-dont-know-something/", + "content_text": "πŸ“: Don’t be afraid to admit when you don’t know something #Tech #WebDev https://coryd.dev/posts/2024/dont-be-afraid-to-admin-when-you-dont-know-something/", + "date_published": "Wed, 10 Apr 2024 19:40:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112248709657425809" + ], + "lastTootTimestamp": 1712779383285 + }, + "https://daverupert.com/2024/04/download-our-native-app/": { + "id": "aHR0cHM6Ly9kYXZlcnVwZXJ0LmNvbS8yMDI0LzA0L2Rvd25sb2FkLW91ci1uYXRpdmUtYXBwLw==", + "title": "πŸ”—: The native app install experience", + "url": "https://daverupert.com/2024/04/download-our-native-app/", + "content_text": "πŸ”—: The native app install experience #Tech https://daverupert.com/2024/04/download-our-native-app/", + "date_published": "Wed, 10 Apr 2024 21:59:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112251545477410319" + ], + "lastTootTimestamp": 1712822654424 + }, + "https://underlap.org/i-dont-understand": { + "id": "aHR0cHM6Ly91bmRlcmxhcC5vcmcvaS1kb250LXVuZGVyc3RhbmQ=", + "title": "πŸ”—: I don't understand", + "url": "https://underlap.org/i-dont-understand", + "content_text": "πŸ”—: I don't understand #Tech #WebDev https://underlap.org/i-dont-understand", + "date_published": "Wed, 10 Apr 2024 21:53:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112250153581448580" + ], + "lastTootTimestamp": 1712801415781 + }, + "https://app.thestorygraph.com/books/4fcbfa56-4cec-495f-a002-d3f4989bc7e8": { + "id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNGZjYmZhNTYtNGNlYy00OTVmLWEwMDItZDNmNDk4OWJjN2U4", + "title": "πŸ“–: Starkweather: The Untold Story of the Killing Spree that Changed America", + "url": "https://app.thestorygraph.com/books/4fcbfa56-4cec-495f-a002-d3f4989bc7e8", + "content_text": "πŸ“–: Starkweather: The Untold Story of the Killing Spree that Changed America #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/4fcbfa56-4cec-495f-a002-d3f4989bc7e8", + "date_published": "Tue, 09 Apr 2024 17:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112250597307747360" + ], + "lastTootTimestamp": 1712808186516 + }, + "https://softwarecrisis.dev/letters/llmentalist/": { + "id": "aHR0cHM6Ly9zb2Z0d2FyZWNyaXNpcy5kZXYvbGV0dGVycy9sbG1lbnRhbGlzdC8=", + "title": "πŸ”—: The LLMentalist Effect: how chat-based Large Language Models replicate the mechanisms of a psychic’s con", + "url": "https://softwarecrisis.dev/letters/llmentalist/", + "content_text": "πŸ”—: The LLMentalist Effect: how chat-based Large Language Models replicate the mechanisms of a psychic’s con #AI #Tech https://softwarecrisis.dev/letters/llmentalist/", + "date_published": "Wed, 10 Apr 2024 20:56:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112251071144957967" + ], + "lastTootTimestamp": 1712815416681 + }, + "https://robinrendle.com/notes/good-and-useful-writing-/": { + "id": "aHR0cHM6Ly9yb2JpbnJlbmRsZS5jb20vbm90ZXMvZ29vZC1hbmQtdXNlZnVsLXdyaXRpbmctLw==", + "title": "πŸ”—: Good and useful writing", + "url": "https://robinrendle.com/notes/good-and-useful-writing-/", + "content_text": "πŸ”—: Good and useful writing #Tech https://robinrendle.com/notes/good-and-useful-writing-/", + "date_published": "Thu, 11 Apr 2024 15:58:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112254303708780453" + ], + "lastTootTimestamp": 1712864741694 + }, + "https://coryd.dev/posts/2024/weve-stopped-making-things-anyone-wants/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC93ZXZlLXN0b3BwZWQtbWFraW5nLXRoaW5ncy1hbnlvbmUtd2FudHMv", + "title": "πŸ“: We've stopped making things anyone wants", + "url": "https://coryd.dev/posts/2024/weve-stopped-making-things-anyone-wants/", + "content_text": "πŸ“: We've stopped making things anyone wants #Tech #SocialMedia #AI https://coryd.dev/posts/2024/weve-stopped-making-things-anyone-wants/", + "date_published": "Thu, 11 Apr 2024 20:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112254372345103571" + ], + "lastTootTimestamp": 1712865789010 + }, + "https://www.hollywoodreporter.com/business/business-news/studios-antipiracy-bill-legislation-1235871278/": { + "id": "aHR0cHM6Ly93d3cuaG9sbHl3b29kcmVwb3J0ZXIuY29tL2J1c2luZXNzL2J1c2luZXNzLW5ld3Mvc3R1ZGlvcy1hbnRpcGlyYWN5LWJpbGwtbGVnaXNsYXRpb24tMTIzNTg3MTI3OC8=", + "title": "πŸ”—: Studios Are Going After Piracy Again, Potentially Reigniting Fight Over Free Speech", + "url": "https://www.hollywoodreporter.com/business/business-news/studios-antipiracy-bill-legislation-1235871278/", + "content_text": "πŸ”—: Studios Are Going After Piracy Again, Potentially Reigniting Fight Over Free Speech #Tech https://www.hollywoodreporter.com/business/business-news/studios-antipiracy-bill-legislation-1235871278/", + "date_published": "Fri, 12 Apr 2024 01:48:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112256259878163285" + ], + "lastTootTimestamp": 1712894590484 + }, + "https://ethanmarcotte.com/wrote/blockin-bots/": { + "id": "aHR0cHM6Ly9ldGhhbm1hcmNvdHRlLmNvbS93cm90ZS9ibG9ja2luLWJvdHMv", + "title": "πŸ”—: Blockin’ bots.", + "url": "https://ethanmarcotte.com/wrote/blockin-bots/", + "content_text": "πŸ”—: Blockin’ bots. #AI #Tech https://ethanmarcotte.com/wrote/blockin-bots/", + "date_published": "Fri, 12 Apr 2024 16:13:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112260036305468191" + ], + "lastTootTimestamp": 1712952214190 + }, + "https://www.aalto.fi/en/news/keeping-your-data-from-apple-is-harder-than-expected": { + "id": "aHR0cHM6Ly93d3cuYWFsdG8uZmkvZW4vbmV3cy9rZWVwaW5nLXlvdXItZGF0YS1mcm9tLWFwcGxlLWlzLWhhcmRlci10aGFuLWV4cGVjdGVk", + "title": "πŸ”—: Keeping your data from Apple is harder than expected", + "url": "https://www.aalto.fi/en/news/keeping-your-data-from-apple-is-harder-than-expected", + "content_text": "πŸ”—: Keeping your data from Apple is harder than expected #Tech #Privacy https://www.aalto.fi/en/news/keeping-your-data-from-apple-is-harder-than-expected", + "date_published": "Thu, 11 Apr 2024 22:21:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112259562368044686" + ], + "lastTootTimestamp": 1712944982473 + }, + "https://creativegood.com/blog/24/big-tech-corruption.html": { + "id": "aHR0cHM6Ly9jcmVhdGl2ZWdvb2QuY29tL2Jsb2cvMjQvYmlnLXRlY2gtY29ycnVwdGlvbi5odG1s", + "title": "πŸ”—: Big Tech’s corruption was 25 years in the making By Mark Hurst β€’ April 11, 2024", + "url": "https://creativegood.com/blog/24/big-tech-corruption.html", + "content_text": "πŸ”—: Big Tech’s corruption was 25 years in the making By Mark Hurst β€’ April 11, 2024 #Tech https://creativegood.com/blog/24/big-tech-corruption.html", + "date_published": "Sat, 13 Apr 2024 14:04:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112265226100107322" + ], + "lastTootTimestamp": 1713031404184 + }, + "https://trakt.tv/movies/fallen-1998": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFsbGVuLTE5OTg=", + "title": "πŸŽ₯: Fallen", + "url": "https://trakt.tv/movies/fallen-1998", + "content_text": "πŸŽ₯: Fallen #Movies #Watching #Trakt https://trakt.tv/movies/fallen-1998", + "date_published": "Sat, 13 Apr 2024 23:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112267248945790971" + ], + "lastTootTimestamp": 1713062270354 + }, + "https://boehs.org/node/llms-destroying-internet": { + "id": "aHR0cHM6Ly9ib2Vocy5vcmcvbm9kZS9sbG1zLWRlc3Ryb3lpbmctaW50ZXJuZXQ=", + "title": "πŸ”—: LLMs Are This Close To Destroying The Internet", + "url": "https://boehs.org/node/llms-destroying-internet", + "content_text": "πŸ”—: LLMs Are This Close To Destroying The Internet #AI #Tech https://boehs.org/node/llms-destroying-internet", + "date_published": "Sun, 14 Apr 2024 01:09:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112270943873698435" + ], + "lastTootTimestamp": 1713118650473 + }, + "https://scottwillsey.com/small-web/": { + "id": "aHR0cHM6Ly9zY290dHdpbGxzZXkuY29tL3NtYWxsLXdlYi8=", + "title": "πŸ”—: Small Web, Indie Web", + "url": "https://scottwillsey.com/small-web/", + "content_text": "πŸ”—: Small Web, Indie Web #Tech #Blogging #IndieWeb #SmallWeb https://scottwillsey.com/small-web/", + "date_published": "Sat, 13 Apr 2024 23:01:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112272570126956094" + ], + "lastTootTimestamp": 1713143465132 + }, + "https://trakt.tv/movies/road-house-2024": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvcm9hZC1ob3VzZS0yMDI0", + "title": "πŸŽ₯: Road House", + "url": "https://trakt.tv/movies/road-house-2024", + "content_text": "πŸŽ₯: Road House #Movies #Watching #Trakt https://trakt.tv/movies/road-house-2024", + "date_published": "Sun, 14 Apr 2024 17:06:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112271865248733450" + ], + "lastTootTimestamp": 1713132709556 + }, + "https://www.jeremiak.com/blog/block-bots-netlify-edge-functions/": { + "id": "aHR0cHM6Ly93d3cuamVyZW1pYWsuY29tL2Jsb2cvYmxvY2stYm90cy1uZXRsaWZ5LWVkZ2UtZnVuY3Rpb25zLw==", + "title": "πŸ”—: Blockin' bots on Netlify", + "url": "https://www.jeremiak.com/blog/block-bots-netlify-edge-functions/", + "content_text": "πŸ”—: Blockin' bots on Netlify #AI #WebDev https://www.jeremiak.com/blog/block-bots-netlify-edge-functions/", + "date_published": "Sun, 14 Apr 2024 13:43:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112272781911465016" + ], + "lastTootTimestamp": 1713146696697 + }, + "https://coryd.dev/posts/2024/you-can-choose-to-be-kind/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC95b3UtY2FuLWNob29zZS10by1iZS1raW5kLw==", + "title": "πŸ“: You can choose to be kind", + "url": "https://coryd.dev/posts/2024/you-can-choose-to-be-kind/", + "content_text": "πŸ“: You can choose to be kind #Health https://coryd.dev/posts/2024/you-can-choose-to-be-kind/", + "date_published": "Mon, 15 Apr 2024 02:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112272651482178343" + ], + "lastTootTimestamp": 1713144706499 + }, + "https://bjhess.com/posts/you-re-a-blogger-not-an-essayist": { + "id": "aHR0cHM6Ly9iamhlc3MuY29tL3Bvc3RzL3lvdS1yZS1hLWJsb2dnZXItbm90LWFuLWVzc2F5aXN0", + "title": "πŸ”—: You’re a Blogger, Not an Essayist", + "url": "https://bjhess.com/posts/you-re-a-blogger-not-an-essayist", + "content_text": "πŸ”—: You’re a Blogger, Not an Essayist #Tech #Blogging https://bjhess.com/posts/you-re-a-blogger-not-an-essayist", + "date_published": "Sun, 14 Apr 2024 14:56:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112272874544212620" + ], + "lastTootTimestamp": 1713148110182 + }, + "https://coryd.dev/posts/2024/model-behavior/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9tb2RlbC1iZWhhdmlvci8=", + "title": "πŸ“: Model behavior", + "url": "https://coryd.dev/posts/2024/model-behavior/", + "content_text": "πŸ“: Model behavior #Tech #AI https://coryd.dev/posts/2024/model-behavior/", + "date_published": "Mon, 15 Apr 2024 03:00:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112273304700300094" + ], + "lastTootTimestamp": 1713154673844 + }, + "https://www.wheresyoured.at/the-great-looting-of-the-internet/?ref=ed-zitrons-wheres-your-ed-at-newsletter": { + "id": "aHR0cHM6Ly93d3cud2hlcmVzeW91cmVkLmF0L3RoZS1ncmVhdC1sb290aW5nLW9mLXRoZS1pbnRlcm5ldC8/cmVmPWVkLXppdHJvbnMtd2hlcmVzLXlvdXItZWQtYXQtbmV3c2xldHRlcg==", + "title": "πŸ”—: They're Looting The Internet", + "url": "https://www.wheresyoured.at/the-great-looting-of-the-internet/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "content_text": "πŸ”—: They're Looting The Internet #AI #Tech https://www.wheresyoured.at/the-great-looting-of-the-internet/?ref=ed-zitrons-wheres-your-ed-at-newsletter", + "date_published": "Mon, 15 Apr 2024 19:23:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112277995868055896" + ], + "lastTootTimestamp": 1713226255362 + }, + "https://underlap.org/nginx-robot-access": { + "id": "aHR0cHM6Ly91bmRlcmxhcC5vcmcvbmdpbngtcm9ib3QtYWNjZXNz", + "title": "πŸ”—: NGINX robot access", + "url": "https://underlap.org/nginx-robot-access", + "content_text": "πŸ”—: NGINX robot access #AI #WebDev https://underlap.org/nginx-robot-access", + "date_published": "Tue, 16 Apr 2024 15:17:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112281744564429560" + ], + "lastTootTimestamp": 1713283455926 + }, + "https://blog.cassidoo.co/post/seattle-internet/": { + "id": "aHR0cHM6Ly9ibG9nLmNhc3NpZG9vLmNvL3Bvc3Qvc2VhdHRsZS1pbnRlcm5ldC8=", + "title": "πŸ”—: Seattle and the internet", + "url": "https://blog.cassidoo.co/post/seattle-internet/", + "content_text": "πŸ”—: Seattle and the internet #Tech https://blog.cassidoo.co/post/seattle-internet/", + "date_published": "Tue, 16 Apr 2024 03:33:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112282213047331601" + ], + "lastTootTimestamp": 1713290604404 + }, + "https://www.sandofsky.com/humane/": { + "id": "aHR0cHM6Ly93d3cuc2FuZG9mc2t5LmNvbS9odW1hbmUv", + "title": "πŸ”—: Oh the Humanity", + "url": "https://www.sandofsky.com/humane/", + "content_text": "πŸ”—: Oh the Humanity #AI #Tech https://www.sandofsky.com/humane/", + "date_published": "Tue, 16 Apr 2024 20:39:00 GMT", + "toots": [ + "https://social.lol/users/cory/statuses/112284128347721930" + ], + "lastTootTimestamp": 1713319829567 + } +} \ No newline at end of file diff --git a/config/collections/index.js b/config/collections/index.js index 4e8b12c3..119e86d7 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -1,5 +1,6 @@ import { DateTime } from 'luxon' import { makeYearStats, processPostFile } from './utils.js' +import tagAliases from '../data/tag-aliases.js' export const searchIndex = (collection) => { const searchIndex = [] @@ -44,6 +45,23 @@ export const tagList = (collection) => { return Array.from(tagsSet).sort() } +export const tagMap = (collection) => { + const tags = {} + const collectionData = collection.getAll()[0] + const posts = collectionData.data.collections.posts + const links = collectionData.data.links + if (posts) { + posts.forEach((post) => { + const url = post.url.includes('http') ? post.url : `https://coryd.dev${post.url}` + const tagString = [...new Set(post.data.tags.map((tag) => tagAliases[tag.toLowerCase()]))] + .join(' ') + .trim() + if (tagString) tags[url] = tagString.replace(/\s+/g,' ') + }) + } + return tags +} + export const tagsSortedByCount = (collection) => { const tagStats = {}; collection.getFilteredByGlob('src/posts/**/*.*').forEach((item) => { diff --git a/config/data/tag-aliases.js b/config/data/tag-aliases.js new file mode 100644 index 00000000..67f675c5 --- /dev/null +++ b/config/data/tag-aliases.js @@ -0,0 +1,42 @@ +export default { + '11ty': '#Eleventy', + accessibility: '#Accessibility', + ai: '#AI', + 'black metal': '#BlackMetal', + blogging: '#Blogging', + books: '#Books', + climate: '#Climate', + css: '#CSS', + 'death metal': '#DeathMetal', + development: '#WebDev', + economics: '#Economics', + eleventy: '#Eleventy', + email: '#Email', + emo: '#Emo', + fastmail: '#Email', + gmail: '#Email', + grindcore: '#Grindcore', + health: '#Health', + 'indie web': '#IndieWeb #SmallWeb', + ios: '#iOS #Apple', + javascript: '#JavaScript', + 'last.fm': '#Music', + journalism: '#Journalism', + labor: '#Work', + lastfm: '#Music', + macos: '#macOS #Apple', + mastodon: '#Mastodon', + music: '#Music', + privacy: '#Privacy', + productivity: '#Productivity', + react: '#JavaScript', + rss: '#RSS', + shoegaze: '#Shoegaze', + 'social media': '#SocialMedia', + spotify: '#Music', + 'surveillance capitalism': '#SurveillanceCapitalism', + 'tattoos': '#Tattoos', + tech: '#Tech', + technology: '#Tech', + 'web components': '#WebComponents' +} \ No newline at end of file diff --git a/config/filters/index.js b/config/filters/index.js index a24b1cd8..c714102e 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -60,6 +60,13 @@ export default { return visitors(b) - visitors(a) }) }, + + tagLookup: (url, tagMap) => { + if (!url) return + if (url.includes('openlibrary.org')) return '#Books #NowReading' + if (url.includes('trakt.tv')) return '#Movies #Watching #Trakt' + return tagMap[url] || '' + }, // authors authorLookup: (url) => { diff --git a/src/_data/follow.js b/src/_data/follow.js new file mode 100644 index 00000000..e3be7cdf --- /dev/null +++ b/src/_data/follow.js @@ -0,0 +1,23 @@ +export default async function () { + const { ActivityFeed } = await import('@11ty/eleventy-activity-feed') + const feed = new ActivityFeed() + feed.addSource('rss', 'πŸ“', 'https://coryd.dev/feeds/posts') + feed.addSource('rss', 'πŸŽ₯', 'https://coryd.dev/feeds/movies') + feed.addSource('rss', 'πŸ“–', 'https://coryd.dev/feeds/books') + feed.addSource('rss', 'πŸ”—', 'https://coryd.dev/feeds/links') + feed.addSource('rss', '🎧', 'https://coryd.dev/feeds/weekly-artist-chart') + const entries = feed.getEntries().catch() + const res = await entries + const activity = { posts: [] } + res.forEach((entry) => { + activity.posts.push({ + id: entry.url, + title: entry.title, + url: entry.url, + description: entry.content, + content_html: entry.content, + date_published: entry.published, + }) + }) + return activity +} \ No newline at end of file diff --git a/src/_data/linkPosts.js b/src/_data/linkPosts.js new file mode 100644 index 00000000..b1a31f0e --- /dev/null +++ b/src/_data/linkPosts.js @@ -0,0 +1,8 @@ +import { createRequire } from 'module' + +const require = createRequire(import.meta.url) +const mastodonCache = require('../../cache/jsonfeed-to-mastodon.json') + +export default async function () { + return mastodonCache +} \ No newline at end of file diff --git a/src/_includes/partials/mastodon-post.liquid b/src/_includes/partials/mastodon-post.liquid new file mode 100644 index 00000000..f6471227 --- /dev/null +++ b/src/_includes/partials/mastodon-post.liquid @@ -0,0 +1,24 @@ +{%- assign shareLink = postUrl | findPost: linkPosts -%} +{%- if shareLink %} + + + + + + Discuss on Mastodon + + + +{% endif -%} \ No newline at end of file diff --git a/src/_includes/partials/share-button.liquid b/src/_includes/partials/share-button.liquid index d67d8901..ba0e920b 100644 --- a/src/_includes/partials/share-button.liquid +++ b/src/_includes/partials/share-button.liquid @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/assets/styles/components/mastodon-post.css b/src/assets/styles/components/mastodon-post.css new file mode 100644 index 00000000..d8484c40 --- /dev/null +++ b/src/assets/styles/components/mastodon-post.css @@ -0,0 +1,18 @@ +.mastodon-post-wrapper { + border-bottom: 1px solid var(--gray-light); + margin-bottom: var(--sizing-base); + padding-bottom: var(--sizing-base); + + & dl { + display: flex; + flex-direction: row; + } + + & dd { + margin-left: var(--sizing-xs); + + &:not(:last-child) { + margin-right: var(--sizing-lg); + } + } +} \ No newline at end of file diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index b8a91121..dcf06c36 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -30,6 +30,7 @@ @import url('./components/buttons.css') layer(components); @import url('./components/forms.css') layer(components); @import url('./components/link-peek.css') layer(components); +@import url('./components/mastodon-post.css') layer(components); @import url('./components/media-grid.css') layer(components); @import url('./components/paginator.css') layer(components); @import url('./components/post-graph.css') layer(components); diff --git a/src/feeds/follow.json.liquid b/src/feeds/follow.json.liquid new file mode 100644 index 00000000..21107adf --- /dev/null +++ b/src/feeds/follow.json.liquid @@ -0,0 +1,12 @@ +--- +layout: null +eleventyExcludeFromCollections: true +permalink: /feeds/follow.json +--- +{% render "partials/feeds/json.liquid" + permalink:'/feeds/follow' + title:'Follow β€’ Cory Dransfeldt' + data:follow.posts + updated:follow.posts[0].date_published + site:site +%} \ No newline at end of file diff --git a/src/feeds/json.liquid b/src/feeds/json.liquid new file mode 100644 index 00000000..40067cce --- /dev/null +++ b/src/feeds/json.liquid @@ -0,0 +1,18 @@ +{%- assign entries = data | normalizeEntries -%} +{ + "version": "https://jsonfeed.org/version/1", + "title": "{{ title }}", + "icon": "https://coryd.dev/assets/img/avatar.png", + "home_page_url": "{{ meta.url }}", + "feed_url": "{{ permalink | absoluteUrl: meta.url }}", + "items": [{% for entry in entries limit: 20 -%} + { + "id": "{{ entry.url | btoa }}", + "title": "{{ entry.title | replaceQuotes }}", + "url": "{{ entry.url }}", + "content_text": "{{ entry.title | replaceQuotes }}{% if tagMap %} {{ entry.url | tagLookup: tagMap }}{% endif %} {{ entry.url }}", + "date_published": "{{ entry.date | stringToRFC822Date }}" + }{% if not forloop.last %},{% endif %} + {%- endfor %} + ] +} \ No newline at end of file diff --git a/src/feeds/share.follow.json.liquid b/src/feeds/share.follow.json.liquid new file mode 100644 index 00000000..92f0c1c9 --- /dev/null +++ b/src/feeds/share.follow.json.liquid @@ -0,0 +1,13 @@ +--- +layout: null +eleventyExcludeFromCollections: true +permalink: /feeds/share-follow.json +--- +{% render "partials/feeds/json.liquid" + permalink:'/feeds/share-follow.json' + title:'Follow β€’ Cory Dransfeldt' + data:follow.posts + updated:follow.posts[0].date_published + site:site + tagMap:collections.tagMap +%} \ No newline at end of file diff --git a/src/pages/uses.md b/src/pages/uses.md index 3cbe91f5..15697597 100644 --- a/src/pages/uses.md +++ b/src/pages/uses.md @@ -67,7 +67,6 @@ Software and services that I use for work and my own enjoyment. - [Netlify](https://netlify.com): I use their hosting, forms and webhooks. It's a reliable and feature-rich platform. - Clicky: not the *prettiest* analytics, but very feature rich. - Feedpress: they've been around for a while now and don't change much (nor do they need to), but look no further for reliable, helpful feed analytics. -- [EchoFeed](https://echofeed.app): [Robb Knight](https://rknight.me)'s beautifully designed and easy to use content syndication service β€” it makes the [POSSE](https://indieweb.org/POSSE) concept effortless to put into practice. - [Feedbin](https://feedbin.com): performant, open and super reliable RSS. - [Instapaper](https://instapaper.com): slow to change and often better for it β€” a reliable and steady read it later service. - [forwardemail.net](https://forwardemail.net): a simple and reliable service for forwarding and routing emails from a few of the domains I own.