add audiobook post
This commit is contained in:
@@ -5,11 +5,27 @@
|
||||
<subtitle>The long-running and erratically updated blog of Kathleen Fitzpatrick.</subtitle>
|
||||
<link href="https://kfitz.info/feed/feed.xml" rel="self" />
|
||||
<link href="https://kfitz.info/" />
|
||||
<updated>2025-02-17T21:45:22Z</updated>
|
||||
<updated>2025-02-18T13:39:29Z</updated>
|
||||
<id>https://kfitz.info/</id>
|
||||
<author>
|
||||
<name>Kathleen Fitzpatrick</name>
|
||||
</author>
|
||||
<entry>
|
||||
<title>Leading Generously, the Audiobook!</title>
|
||||
<link href="https://kfitz.info/leading-generously-audiobook/" />
|
||||
<updated>2025-02-18T13:39:29Z</updated>
|
||||
<id>https://kfitz.info/leading-generously-audiobook/</id>
|
||||
<content type="html"><p>I am delighted this morning to share the news that <em>Leading Generously</em> is now available as an <a href="https://www.audible.com/pd/Leading-Generously-Audiobook/B0DW9LHBL8?source_code=AUDFPWS0223189MWU-BK-ACX0-434650&amp;ref=acx_bty_BK_ACX0_434650_pd_us">audiobook</a>, in addition to its <a href="https://www.press.jhu.edu/books/title/12787/leading-generously">print and e-book formats</a>! The audiobook is narrated by the amazing <a href="https://www.linkedin.com/in/kristin-aikin-salada-386a32">Kristin Aikin Salada</a>, who has posted a more enticing excerpt on her <a href="https://www.linkedin.com/posts/%F0%9F%8E%A4kristin-aikin-salada-386a32_we-put-people-first-say-so-many-employers-activity-7297457727751012352-B7vG?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAA8vjagBut77QdZiq1_BYQEcHrmB129syng">LinkedIn announcement</a> than the opening pages that Audible shares.<sup class="footnote-ref"><a href="https://kfitz.info/leading-generously-audiobook/#fn1" id="fnref1">[1]</a></sup></p>
|
||||
<p>If you listen to the audiobook, I'd love to hear your thoughts. I'm thinking hard about the form that I might want my next project to take, and I'm wondering how thinking about that project as audio-first (whether audiobook or podcast) might affect my approach.</p>
|
||||
<hr class="footnotes-sep">
|
||||
<section class="footnotes">
|
||||
<ol class="footnotes-list">
|
||||
<li id="fn1" class="footnote-item"><p>My friends at <a href="https://www.rawsignal.ca/">Raw Signal Group</a> might find the opening lines of her excerpt a bit familiar! Which raises an interesting question about citations in audiobooks. I know how that would be handled in an audio-first project, but the translation from print to audio isn't quite as conducive to sharing your sources. <a href="https://kfitz.info/leading-generously-audiobook/#fnref1" class="footnote-backref">↩︎</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
</content>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>Equality and Justice</title>
|
||||
<link href="https://kfitz.info/equality-justice/" />
|
||||
@@ -122,26 +138,6 @@
|
||||
<p>I'm a big fan of the <a href="https://indieweb.org/POSSE">IndieWeb POSSE</a> mode of publishing here at <a href="http://kfitz.info">kfitz.info</a> (thereby owning my content) and syndicating that content elsewhere. Mastofeed helped me do that, but it's of course Mastodon-specific. After a little searching around I ran across <a href="https://www.raymondcamden.com/2024/11/05/automatically-posting-to-bluesky-on-new-rss-items">this blog post by Raymond Camden</a>, detailing how he used <a href="https://pipedream.com">Pipedream</a> to push new blog posts to Bluesky. The post includes a link to <a href="https://www.raymondcamden.com/2022/12/06/automatically-posting-to-mastodon-and-twitter-on-new-rss-items">his prior use of Pipedream to do the same for Mastodon and Twitter</a>, so I decided to see if I could build a single workflow that (1) listens to <a href="https://kfitz.info/feed/feed.xml">my RSS feed</a> for new posts, (2) extracts the key stuff (in this case, the post title and link) from it, and (3) passes it to both Mastodon and Bluesky.</p>
|
||||
<p>Pipedream is nowhere near as no-/low-code as the long-lamented Yahoo Pipes, but it's pretty amazing nonetheless, and provides great <a href="https://pipedream.com/docs">documentation</a> for the many, many things you can build with it. There was a pre-built step for Mastodon posting, so that was easy peasy, but Bluesky required a bit of coding to connect with its API (which is also <a href="https://docs.bsky.app/docs/get-started">pretty well documented</a>). After a few <a href="https://bsky.app/profile/kfitz.info/post/3lc4crk4laj25">minorly amusing missteps</a>, I've now got a workflow up and running that should allow me to publish this post and have notifications about it go out to both hcommons.social and Bluesky within a few minutes.</p>
|
||||
<p>Now to go about the having-thoughts-worth-sharing part of the endeavor.</p>
|
||||
</content>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>Rebuilding</title>
|
||||
<link href="https://kfitz.info/rebuilding/" />
|
||||
<updated>2024-11-29T16:35:27Z</updated>
|
||||
<id>https://kfitz.info/rebuilding/</id>
|
||||
<content type="html"><p>At some point a month or so ago (probably more &quot;or so&quot; given my recent <a href="https://kfitz.info/time-is-weird">what is time even</a> challenges), I upgraded the innards of this site from Eleventy 2.0 to Eleventy 3.0. This turned out to require a moderate amount of tinkering in order to get things shifted from <a href="https://www.11ty.dev/docs/cjs-esm/">the older version's use of CommonJS to the newer one's use of ESM</a>. I managed to get it about 95% sorted fairly quickly, however. The one real holdout was my webmentions functionality, which I was having a hard time getting to work in the new iteration.<sup class="footnote-ref"><a href="https://kfitz.info/rebuilding/#fn1" id="fnref1">[1]</a></sup> As my current gig does not afford me a lot of tinkering time, I had to put that aside, figuring that the site was at least doing the basics, and that would do for now.</p>
|
||||
<p>I turned back to trying to fix webmentions yesterday, and finally managed to get the data retrieved and cached and munged and filtered in all the ways, such that it landed on the right pages. But it looked <em>terrible</em>. And so there were many more hours of frustration while I tried to figure out why the new <a href="https://www.11ty.dev/docs/plugins/image/">eleventy-image</a> and its fancy transform were causing such trouble in the rendering of webmention avatars.</p>
|
||||
<p>Except they weren't. It turned out that it was a basic CSS problem -- as in the css file that styles webmentions was somehow not getting included in the build process. And now it is.</p>
|
||||
<p>So: a post to celebrate a successful rebuild! And perhaps even to inspire a bit more writing in the weeks ahead.</p>
|
||||
<hr class="footnotes-sep">
|
||||
<section class="footnotes">
|
||||
<ol class="footnotes-list">
|
||||
<li id="fn1" class="footnote-item"><p>Actually, there's one more thing: a footnote rendering issue. So that's next up for this afternoon's exploration.<sup class="footnote-ref"><a href="https://kfitz.info/rebuilding/#fn2" id="fnref2">[2]</a></sup> <a href="https://kfitz.info/rebuilding/#fnref1" class="footnote-backref">↩︎</a></p>
|
||||
</li>
|
||||
<li id="fn2" class="footnote-item"><p>And I think that's now fixed as well. <a href="https://kfitz.info/rebuilding/#fnref2" class="footnote-backref">↩︎</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
</content>
|
||||
</entry>
|
||||
</feed>
|
||||
@@ -545,13 +545,21 @@ pre[class*="language-diff-"] {
|
||||
<subtitle>The long-running and erratically updated blog of Kathleen Fitzpatrick.</subtitle>
|
||||
<link href="https://kfitz.info/feed/masto.xml" rel="self"/>
|
||||
<link href="https://kfitz.info/"/>
|
||||
<updated>2025-02-17T21:45:22Z</updated>
|
||||
<updated>2025-02-18T13:39:29Z</updated>
|
||||
<id>https://kfitz.info/</id>
|
||||
<author>
|
||||
<name>Kathleen Fitzpatrick</name>
|
||||
<email>kfitz@kfitz.info</email>
|
||||
</author>
|
||||
|
||||
<entry>
|
||||
<title>Leading Generously, the Audiobook!</title>
|
||||
<link href="https://kfitz.info/leading-generously-audiobook/"/>
|
||||
<updated>2025-02-18T13:39:29Z</updated>
|
||||
<id>https://kfitz.info/leading-generously-audiobook/</id>
|
||||
<content type="html">I am delighted this morning to share the news that Leading Generously is now available as an</content>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<title>Equality and Justice</title>
|
||||
<link href="https://kfitz.info/equality-justice/"/>
|
||||
@@ -15898,7 +15906,7 @@ For keeping...</content>
|
||||
<p><em>Built with <a href="https://www.11ty.dev/">Eleventy v3.0.0</a>. All content <a href="https://creativecommons.org/licenses/by/4.0/deed.en">CC BY 4.0</a> if you're human.</em></p></p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/feed/masto.xml` was built on 2025-02-18T13:19:09.534Z -->
|
||||
<!-- This page `/feed/masto.xml` was built on 2025-02-18T14:28:01.845Z -->
|
||||
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user