Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
7e9fff6153
4 changed files with 18 additions and 4 deletions
|
@ -12,10 +12,10 @@ This is the code for my personal website and portfolio. Built using [11ty](https
|
|||
|
||||
## 📝 Recent posts
|
||||
<!-- BLOGPOSTS:START -->
|
||||
- [My default apps, 2023 edition](https://coryd.dev/posts/2023/default-apps-2023/)
|
||||
- [Onward, to The Storygraph](https://coryd.dev/posts/2023/onward-to-the-storygraph/)
|
||||
- [Migrating your Letterboxd data](https://coryd.dev/posts/2023/migrating-your-letterboxd-data/)
|
||||
- ['It Is Possible to Both Stream and Buy Music'](https://coryd.dev/posts/2023/it-is-possible-to-both-stream-and-buy-music/)
|
||||
- [Semi-automated hashtags for syndicated posts](https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/)
|
||||
- [On imposter syndrome](https://coryd.dev/posts/2023/on-imposter-syndrome/)
|
||||
<!-- BLOGPOSTS:END -->
|
||||
|
||||
|
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1699308184072
|
||||
"timestamp": 1699387381065
|
||||
}
|
16
cache/jsonfeed-to-mastodon.json
vendored
16
cache/jsonfeed-to-mastodon.json
vendored
|
@ -7052,6 +7052,20 @@
|
|||
"url": "https://coryd.dev/posts/2023/default-apps-2023/",
|
||||
"content_text": "📝: My default apps, 2023 edition #Tech https://coryd.dev/posts/2023/default-apps-2023/",
|
||||
"date_published": "Mon, 06 Nov 2023 00:00:00 +0000",
|
||||
"toots": []
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111366362915790930"
|
||||
],
|
||||
"lastTootTimestamp": 1699315840492
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
|
@ -79,11 +79,11 @@ Software and services that I use for work and my own enjoyment.
|
|||
- <a onclick="clicky.goal('Referral: Bunny.net')" href="https://bunny.net?ref=revw3mehej">Bunny.net</a>: a powerful and affordable CDN. I use it to serve assets on my personal site (most notable my now page — raw assets are fetched by Eleventy and then optimized to webp).
|
||||
- <a onclick="clicky.goal('Referral: Clicky')" href="https://clicky.com/101424044">Clicky</a>: powerful and easy to understand analytics (if, perhaps, not the prettiest to look at).
|
||||
- <a onclick="clicky.goal('Referral: Feedpress')" href="https://feedpress.com/?affid=34370">Feedpress</a>: 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.
|
||||
- [Pinboard](https://pinboard.in): an old, reliable and slow to change web service that does exactly what it sets out to — provide reliable bookmarking.
|
||||
- [SavvyCal](https://savvycal.com): the most pleasant scheduling solution I've found to date. It offers a number of scheduling niceties and allows visitors to overlay their own calendars for a seamless booking experience.
|
||||
- [IVPN](https://www.ivpn.net): my VPN of choice for browsing outside of my home network. Privacy-focused and trustworthy.
|
||||
- [Kagi](https://kagi.com): search that's actually helpful and ad-free. It's lenses feature and the ability to up/downvote and block results from different sites are indispensable.
|
||||
- [Feedbin](https://feedbin.com): the best available modern RSS service. I use its actions to filter noise out of my feed as well as to star and surface my must-read feeds and newsletters.
|
||||
- [Pinboard](https://pinboard.in): an old, reliable and slow to change web service that does exactly what it sets out to — provide reliable bookmarking.
|
||||
- [forwardemail.net](https://forwardemail.net): a simple and reliable service for forwarding and routing emails from a few of the domains I own.
|
||||
- [Trakt](https://trakt.tv): my preferred TV and movie tracking service — it has a strong community (and isn't owned by a private equity firm).
|
||||
- [The Storygraph](https://thestorygraph.com): an excellent, focused and community driven book tracking app. All it needs is RSS/Atom feeds and/or an API.
|
||||
|
|
Reference in a new issue