<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~files/feed-premium.xsl"?>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedpress="https://feed.press/xmlns" xmlns:media="http://search.yahoo.com/mrss/" xmlns:podcast="https://podcastindex.org/namespace/1.0" version="2.0">
  <channel>
    <feedpress:locale>en</feedpress:locale>
    <atom:link rel="hub" href="http://feedpress.superfeedr.com/"/>
    <image>
      <link>https://coryd.dev/feeds</link>
      <title><![CDATA[Cory Dransfeldt]]></title>
      <url>https://static.feedpress.com/logo/coryd-64f62f40d1b04.jpg</url>
    </image>
    <subtitle>Posts from my site.</subtitle>
    <atom:link href="https://feedpress.me/coryd" rel="self" type="application/rss+xml"/>
    <title>Cory Dransfeldt</title>
    <description>Posts from my site.</description>
    <link>https://coryd.dev/feeds</link>
    <lastBuildDate>Thu, 22 Feb 2024 00:00:00 GMT</lastBuildDate>
    <item>
      <title>Weaving music data in and out of my personal website</title>
      <link>https://feedpress.me/link/23795/16589000/weaving-music-in-and-out-of-my-personal-site</link>
      <pubDate>Thu, 22 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/weaving-music-in-and-out-of-my-personal-site/</guid>
      <description><![CDATA[<p>I started integrating music data into my personal website when I added <a href="http://Last.fm">Last.fm</a> artist and album displays to my <a href="https://coryd.dev/now">now page</a>. Initially, I tried sourcing artist images from a few different services, knowing that <a href="http://Last.fm">Last.fm</a> had updated their API to stop serving them. After a fair bit of searching I found that most services that supplied artist images covered only a small fraction of my library and often supplied the wrong image when there were multiple artists sharing the same name.</p>
<img src="https://feedpress.me/link/23795/16589000.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Building a bespoke now-playing web component</title>
      <link>https://feedpress.me/link/23795/16587553/building-a-bespoke-now-playing-web-component</link>
      <pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component/</guid>
      <description><![CDATA[<p>I've long had a now playing element on the home page of my site that displays either what I've checked into on Trakt, the Lakers' record and who they're playing when a game is on or the last song I've listened to. After leveraging some new web components on my site, I decided to refactor the code powering this into a web component specific to my needs.</p>
<img src="https://feedpress.me/link/23795/16587553.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Automatic Mastodon post embeds</title>
      <link>https://feedpress.me/link/23795/16585049/automatic-mastodon-post-embeds</link>
      <pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/automatic-mastodon-post-embeds/</guid>
      <description><![CDATA[<p>I use <a href="https://nicolas-hoizey.com/">Nicolas Hoizey</a>'s <a href="https://github.com/nhoizey/github-action-feed-to-mastodon">GitHub action</a> to syndicate my web activity to Mastodon. Recently, I removed the display of webmentions from my posts after seeing <a href="https://chrismcleod.dev/blog/some-words-on-webmentions/">Chris</a> and <a href="https://rknight.me/blog/mastodon-webmentions-and-privacy/">Robb</a> discuss some privacy concerns around them. Upon seeing David Darnes' <code>mastodon-post</code> <a href="https://darn.es/mastodon-post-web-component/">web component</a>, I've gone ahead and added it, conditionally, to the end of each of my posts.</p>
<img src="https://feedpress.me/link/23795/16585049.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Using B2 as a JSON data store</title>
      <link>https://feedpress.me/link/23795/16582286/using-b2-as-a-json-data-store</link>
      <pubDate>Mon, 19 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/using-b2-as-a-json-data-store/</guid>
      <description><![CDATA[<p>My links page is powered by the <a href="https://readwise.io/reader_api">Readwise Reader</a> API but because there are, quite reasonably, rate limits in place, I've gone ahead and reduced the page count I fetch on each build and cached older link data from past builds in a B2 bucket.</p>
<img src="https://feedpress.me/link/23795/16582286.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Adding a light-dark theme toggle</title>
      <link>https://feedpress.me/link/23795/16580746/adding-a-light-dark-theme-toggle</link>
      <pubDate>Sat, 17 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/adding-a-light-dark-theme-toggle/</guid>
      <description><![CDATA[<p>I dropped a light/dark theme toggle into the navigation of my site, replacing the prior reliance on the visitor's preference set at the OS level (though it does still consider this preference).</p>
<img src="https://feedpress.me/link/23795/16580746.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Setting up image transforms in Eleventy</title>
      <link>https://feedpress.me/link/23795/16577775/setting-up-image-transforms-in-eleventy</link>
      <pubDate>Wed, 14 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/setting-up-image-transforms-in-eleventy/</guid>
      <description><![CDATA[<p>Eleventy added a transform option to process images in Eleventy <code>v3.0.0-alpha.5</code> and <code>Image v4.0.1</code> so, naturally, I had to set it up on my site. If you don't want to read this post, you can check out <a href="https://github.com/cdransf/coryd.dev/commit/7e1597b36a07e9bd18c015c2bddd193e70799d6b">the full diff for the changes</a>.</p>
<img src="https://feedpress.me/link/23795/16577775.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Renting your music means accepting that it will disappear</title>
      <link>https://feedpress.me/link/23795/16567090/renting-your-music-means-accepting-that-it-will-disappear</link>
      <pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/renting-your-music-means-accepting-that-it-will-disappear/</guid>
      <description><![CDATA[<p>When I was using Apple Music I had a smart playlist that would surface music that was no longer available on the service and having to do that sums up one of the many problems with music streaming services. It's not really your collection — you're renting it and your collection only exists on that service. If it disappears, your collection disappears.</p>
<img src="https://feedpress.me/link/23795/16567090.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>On getting tattooed</title>
      <link>https://feedpress.me/link/23795/16564357/on-getting-tattooed</link>
      <pubDate>Wed, 07 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/on-getting-tattooed/</guid>
      <description><![CDATA[<p>I got my first tattoo over ten years ago. It was a few lines from Tom Waits' <em><a href="https://www.youtube.com/watch?v=A-Tod1_tZdU">Coney Island Baby</a></em> set on the inside of my left bicep as a dedication to my then fiancé and now wife of ten years. I was told recently that that's a really painful spot but, I suppose, I didn't know what I was getting into outside of having an artist recommended by a dear friend that I trust implicitly.</p>
<img src="https://feedpress.me/link/23795/16564357.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Check if images are available before optimizing in Eleventy</title>
      <link>https://feedpress.me/link/23795/16560928/check-if-images-are-available-before-optimizing-in-eleventy</link>
      <pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/</guid>
      <description><![CDATA[<p>I updated my image shortcode recently to leverage <a href="https://www.lenesaile.com">Lene Saile</a>'s shortcode in the ever-useful <a href="https://github.com/madrilene/eleventy-excellent">eleventy-excellent</a> project. As part of making this change, I also wanted to address build issues I had been facing when attempting to fetch and display avatars in webmentions (in the interest of improving post page performance).</p>
<img src="https://feedpress.me/link/23795/16560928.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Browsing the mobile web sucks</title>
      <link>https://feedpress.me/link/23795/16558900/browsing-the-mobile-web-sucks</link>
      <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/browsing-the-mobile-web-sucks/</guid>
      <description><![CDATA[<p>The mobile web isn't all bad, but so much of the experience is. I've <em>absolutely loved</em> the recent trend back towards personal websites and blogs but, outside of all of those little homes and passion projects, it's rough.</p>
<img src="https://feedpress.me/link/23795/16558900.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>I don't want anything your AI generates</title>
      <link>https://feedpress.me/link/23795/16555214/i-dont-want-anything-your-ai-generates</link>
      <pubDate>Wed, 31 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/i-dont-want-anything-your-ai-generates/</guid>
      <description><![CDATA[<p>I really don't. AI output is fundamentally derivative and exploitative (of content, labor and the environment).</p>
<img src="https://feedpress.me/link/23795/16555214.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>You don't need a framework for that</title>
      <link>https://feedpress.me/link/23795/16549601/you-dont-need-a-framework-for-that</link>
      <pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/you-dont-need-a-framework-for-that/</guid>
      <description><![CDATA[<p>You don't need a framework for <em>any</em> website primarily focused on presenting information to users.</p>
<img src="https://feedpress.me/link/23795/16549601.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Mobile web development with Codespaces</title>
      <link>https://feedpress.me/link/23795/16549586/mobile-web-development-with-codespaces</link>
      <pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/mobile-web-development-with-codespaces/</guid>
      <description><![CDATA[<p>I was on vacation recently and, because I'm exactly that nerd, I ended up wanting to add an <code>npm</code> package and <code>postbuild</code> step to this site.</p>
<img src="https://feedpress.me/link/23795/16549586.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Your attention is precious</title>
      <link>https://feedpress.me/link/23795/16531427/your-attention-is-precious</link>
      <pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/your-attention-is-precious/</guid>
      <description><![CDATA[<p>It's finite, it's exhaustible and it ought to be held close and carefully guarded.</p>
<img src="https://feedpress.me/link/23795/16531427.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Link page improvements</title>
      <link>https://feedpress.me/link/23795/16531894/link-page-improvements</link>
      <pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/link-page-improvements/</guid>
      <description><![CDATA[<p>I made a few quick improvements to my <a href="https://coryd.dev/links">links page</a>.</p>
<img src="https://feedpress.me/link/23795/16531894.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Link blogging using Readwise Reader</title>
      <link>https://feedpress.me/link/23795/16526590/link-blogging-using-readwise</link>
      <pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/link-blogging-using-readwise/</guid>
      <description><![CDATA[<p>I use Readwise Reader's API to populate the links on <a href="https://coryd.dev/now">my now page</a>. These then get included in <a href="https://feedpress.me/coryd-follow">my follow feed</a> that's syndicated out to Mastodon using a <a href="https://github.com/nhoizey/github-action-feed-to-mastodon">GitHub action</a> authored by <a href="https://nicolas-hoizey.com">Nicolas Hoizey</a>.</p>
<img src="https://feedpress.me/link/23795/16526590.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>Your site, your home, your web</title>
      <link>https://feedpress.me/link/23795/16525090/your-site-your-home-your-web</link>
      <pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/your-site-your-home-your-web/</guid>
      <description><![CDATA[<p>A lot has been said about the recent fracturing of the social media landscape and there's little that still needs to be said but, for all that's bad about social media and it's increasing unsteadiness, it's presented an opportunity for folks that are invested in the internet which is — well — just about everyone to look for new outlets for expression.</p>
<img src="https://feedpress.me/link/23795/16525090.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>I found the music I love on the internet</title>
      <link>https://feedpress.me/link/23795/16524000/i-found-the-music-i-love-on-the-internet</link>
      <pubDate>Mon, 08 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2024/i-found-the-music-i-love-on-the-internet/</guid>
      <description><![CDATA[<p>I was born in the late 80s and grew up in the 90s. My musical journey started with tapes. First it was <em>The Traveling Wilbury's Vol. 1</em>, my parents playing that until the tape snapped. That tape lived in an old brown van we had, the interior covered in shag carpet, a bench seat in back. Next up was Nirvana's <em>Unplugged in New York</em> that made it from my dad's old Chevy Nova to the Honda Civic that replaced it.</p>
<img src="https://feedpress.me/link/23795/16524000.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>I removed Tailwind from my site</title>
      <link>https://feedpress.me/link/23795/16520841/i-removed-tailwind-from-my-site</link>
      <pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2023/i-removed-tailwind-from-my-site/</guid>
      <description><![CDATA[<p>I chose the starting template for this site in part <em>because</em> it used Tailwind and I'm not confident in my ability to design much of anything from scratch. As of last week (or so), that's all been removed.</p>
<img src="https://feedpress.me/link/23795/16520841.gif" height="1" width="1"/>]]></description>
    </item>
    <item>
      <title>2023 in review</title>
      <link>https://feedpress.me/link/23795/16512261/2023-in-review</link>
      <pubDate>Thu, 28 Dec 2023 00:00:00 GMT</pubDate>
      <guid>https://coryd.dev/posts/2023/2023-in-review/</guid>
      <description><![CDATA[<p>Here's my brief, altogether incomplete, review of 2023.</p><img src="https://feedpress.me/link/23795/16512261.gif" height="1" width="1"/>]]></description>
    </item>
  </channel>
</rss>
