add writing
This commit is contained in:
@@ -5,11 +5,26 @@
|
||||
<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-18T13:39:29Z</updated>
|
||||
<updated>2025-03-18T00:00:00Z</updated>
|
||||
<id>https://kfitz.info/</id>
|
||||
<author>
|
||||
<name>Kathleen Fitzpatrick</name>
|
||||
</author>
|
||||
<entry>
|
||||
<title>Writing Again</title>
|
||||
<link href="https://kfitz.info/writing-again/" />
|
||||
<updated>2025-03-18T00:00:00Z</updated>
|
||||
<id>https://kfitz.info/writing-again/</id>
|
||||
<content type="html"><p>It happened this weekend.</p>
|
||||
<p>In the aftermath of turning in the final manuscript for <a href="https://www.press.jhu.edu/books/title/12787/leading-generously"><em>Leading Generously</em></a>, I <a href="https://kfitz.info/recalibrating-again/">promised myself</a> that I would not start working on a new writing project until I had some idea that absolutely would not leave me alone, that I'd instead spend at least a year reading as omnivorously as I could through the ideas of others and see whether anything worth saying surfaced. <a href="https://kfitz.info/reading/">Almost exactly a year later</a>, I was still delighting in the reading, but feeling the first glimmerings of an urge to write, if not with the focus of a project.</p>
|
||||
<p>Right after the second blog post linked above, though, I ended up in my <a href="https://kfitz.info/new-jobs">new position</a> and my program of intensive reading and diffuse writing got utterly derailed. I figured it would be at least another year before things started to coalesce into a project.</p>
|
||||
<p>But it happened this weekend. I'm not at all sure that the way I'm framing the idea is right, whether the idea itself will have legs, but I'm starting to do some noodling in a more purposeful fashion.</p>
|
||||
<p>And I'm excited about the possibilities, for the first time in quite a while. The whole thing may yet fizzle, of course, but in a conversation yesterday I jokingly said something about quitting my day job and there was this immediate thought bubble that popped up saying &quot;and then you would have time to work on That New Project!&quot; And I felt a rush of excitement in the wake.</p>
|
||||
<p>On the one hand, I take this as an encouraging sign: I really do want to work on this thing!</p>
|
||||
<p>On the other, I recognize the temptations posed by the alluring project you don't have time for, and the ways that turning that project into your primary point of focus can take a lot of the shine off.</p>
|
||||
<p>But right here, right now, I long for a writing project to really wrestle with. And so I'm looking forward to carving out the moments here and there to work on it, even if I don't quit my day job to do it.</p>
|
||||
</content>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>Leading Generously, the Audiobook!</title>
|
||||
<link href="https://kfitz.info/leading-generously-audiobook/" />
|
||||
@@ -129,17 +144,6 @@
|
||||
<p>Productivity is a trap. Becoming more efficient just makes you more rushed, and trying to clear the decks simply makes them fill up again faster. Nobody in the history of humanity has ever achieved &quot;work-life balance,&quot; whatever that might be, and you certainly won’t get there by copying the &quot;six things successful people do before 7:00 a.m.&quot; The day will never arrive when you finally have everything under control—when the flood of emails has been contained; when your to-do lists have stopped getting longer; when you’re meeting all your obligations at work and in your home life; when nobody’s angry with you for missing a deadline or dropping the ball; and when the fully optimized person you’ve become can turn, at long last, to the things life is really supposed to be about. Let’s start by admitting defeat: none of this is ever going to happen.</p>
|
||||
<p>But you know what? That's <em>excellent</em> news. (16)</p>
|
||||
</blockquote>
|
||||
</content>
|
||||
</entry>
|
||||
<entry>
|
||||
<title>In Pursuit of the POSSE Pipedream</title>
|
||||
<link href="https://kfitz.info/posse-pipedream/" />
|
||||
<updated>2024-11-29T19:55:21Z</updated>
|
||||
<id>https://kfitz.info/posse-pipedream/</id>
|
||||
<content type="html"><p>Some months back, I set up the ability to push new blog posts (or at least summaries thereof) to <a href="https://hcommons.social/@kfitz">my hcommons.social account</a>, using a service called <a href="https://mastofeed.org">Mastofeed</a>. Now that I find myself using <a href="https://bsky.app/profile/kfitz.info">Bluesky</a> at least a bit, I wanted to think about how it might fit into my workflows.</p>
|
||||
<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>
|
||||
</feed>
|
||||
Reference in New Issue
Block a user