Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
3a4f2b4488
4 changed files with 24 additions and 7 deletions
|
@ -12,10 +12,10 @@ This is the code for my personal website and portfolio. Built using [11ty](https
|
|||
|
||||
## My latest posts
|
||||
<!-- BLOGPOSTS:START -->
|
||||
- [I block ads](https://coryd.dev/posts/2023/i-block-ads/)
|
||||
- [Now page update: favorite articles from Matter](https://coryd.dev/posts/2023/now-page-update-matter-favorites/)
|
||||
- [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/)
|
||||
- [We lost the thread](https://coryd.dev/posts/2023/we-lost-the-thread/)
|
||||
- [Talk: Building a /now page with Eleventy](https://coryd.dev/posts/2023/talk-building-now-page-with-11ty/)
|
||||
- [I don't want streaming music, I just want to stream my music](https://coryd.dev/posts/2023/i-dont-want-streaming-music/)
|
||||
<!-- BLOGPOSTS:END -->
|
||||
|
||||
|
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1684864979780
|
||||
"timestamp": 1684944195609
|
||||
}
|
21
cache/jsonfeed-to-mastodon.json
vendored
21
cache/jsonfeed-to-mastodon.json
vendored
|
@ -3630,7 +3630,10 @@
|
|||
"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": []
|
||||
"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",
|
||||
|
@ -3638,6 +3641,20 @@
|
|||
"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": []
|
||||
"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
|
||||
}
|
||||
}
|
|
@ -5072,9 +5072,9 @@ socket.io-client@^4.4.1:
|
|||
socket.io-parser "~4.2.1"
|
||||
|
||||
socket.io-parser@~4.2.1:
|
||||
version "4.2.2"
|
||||
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.2.tgz#1dd384019e25b7a3d374877f492ab34f2ad0d206"
|
||||
integrity sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==
|
||||
version "4.2.3"
|
||||
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.3.tgz#926bcc6658e2ae0883dc9dee69acbdc76e4e3667"
|
||||
integrity sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ==
|
||||
dependencies:
|
||||
"@socket.io/component-emitter" "~3.1.0"
|
||||
debug "~4.3.1"
|
||||
|
|
Reference in a new issue