This commit is contained in:
Kathleen Fitzpatrick
2024-12-08 12:43:58 -06:00
commit 9e24ee085d
5315 changed files with 1371475 additions and 0 deletions

150
feed/feed.xml Normal file
View File

@@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>kfitz</title>
<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>2024-11-30T21:44:40Z</updated>
<id>https://kfitz.info/</id>
<author>
<name>Kathleen Fitzpatrick</name>
</author>
<entry>
<title>Start by Admitting Defeat</title>
<link href="https://kfitz.info/admitting-defeat/" />
<updated>2024-11-30T21:44:40Z</updated>
<id>https://kfitz.info/admitting-defeat/</id>
<content type="html">&lt;p&gt;From Oliver Burkeman&#39;s &lt;em&gt;Four Thousand Weeks: Time Management for Mortals&lt;/em&gt;, which I am reading for reasons:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;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 &amp;quot;work-life balance,&amp;quot; whatever that might be, and you certainly wont get there by copying the &amp;quot;six things successful people do before 7:00 a.m.&amp;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 youre meeting all your obligations at work and in your home life; when nobodys angry with you for missing a deadline or dropping the ball; and when the fully optimized person youve become can turn, at long last, to the things life is really supposed to be about. Lets start by admitting defeat: none of this is ever going to happen.&lt;/p&gt;
&lt;p&gt;But you know what? That&#39;s &lt;em&gt;excellent&lt;/em&gt; news. (16)&lt;/p&gt;
&lt;/blockquote&gt;
</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">&lt;p&gt;Some months back, I set up the ability to push new blog posts (or at least summaries thereof) to &lt;a href=&quot;https://hcommons.social/@kfitz&quot;&gt;my hcommons.social account&lt;/a&gt;, using a service called &lt;a href=&quot;https://mastofeed.org&quot;&gt;Mastofeed&lt;/a&gt;. Now that I find myself using &lt;a href=&quot;https://bsky.app/profile/kfitz.info&quot;&gt;Bluesky&lt;/a&gt; at least a bit, I wanted to think about how it might fit into my workflows.&lt;/p&gt;
&lt;p&gt;I&#39;m a big fan of the &lt;a href=&quot;https://indieweb.org/POSSE&quot;&gt;IndieWeb POSSE&lt;/a&gt; mode of publishing here at &lt;a href=&quot;http://kfitz.info&quot;&gt;kfitz.info&lt;/a&gt; (thereby owning my content) and syndicating that content elsewhere. Mastofeed helped me do that, but it&#39;s of course Mastodon-specific. After a little searching around I ran across &lt;a href=&quot;https://www.raymondcamden.com/2024/11/05/automatically-posting-to-bluesky-on-new-rss-items&quot;&gt;this blog post by Raymond Camden&lt;/a&gt;, detailing how he used &lt;a href=&quot;https://pipedream.com&quot;&gt;Pipedream&lt;/a&gt; to push new blog posts to Bluesky. The post includes a link to &lt;a href=&quot;https://www.raymondcamden.com/2022/12/06/automatically-posting-to-mastodon-and-twitter-on-new-rss-items&quot;&gt;his prior use of Pipedream to do the same for Mastodon and Twitter&lt;/a&gt;, so I decided to see if I could build a single workflow that (1) listens to &lt;a href=&quot;https://kfitz.info/feed/feed.xml&quot;&gt;my RSS feed&lt;/a&gt; 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.&lt;/p&gt;
&lt;p&gt;Pipedream is nowhere near as no-/low-code as the long-lamented Yahoo Pipes, but it&#39;s pretty amazing nonetheless, and provides great &lt;a href=&quot;https://pipedream.com/docs&quot;&gt;documentation&lt;/a&gt; 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 &lt;a href=&quot;https://docs.bsky.app/docs/get-started&quot;&gt;pretty well documented&lt;/a&gt;). After a few &lt;a href=&quot;https://bsky.app/profile/kfitz.info/post/3lc4crk4laj25&quot;&gt;minorly amusing missteps&lt;/a&gt;, I&#39;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.&lt;/p&gt;
&lt;p&gt;Now to go about the having-thoughts-worth-sharing part of the endeavor.&lt;/p&gt;
</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">&lt;p&gt;At some point a month or so ago (probably more &amp;quot;or so&amp;quot; given my recent &lt;a href=&quot;https://kfitz.info/time-is-weird&quot;&gt;what is time even&lt;/a&gt; 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 &lt;a href=&quot;https://www.11ty.dev/docs/cjs-esm/&quot;&gt;the older version&#39;s use of CommonJS to the newer one&#39;s use of ESM&lt;/a&gt;. 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.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://kfitz.info/rebuilding/#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt; 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.&lt;/p&gt;
&lt;p&gt;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 &lt;em&gt;terrible&lt;/em&gt;. And so there were many more hours of frustration while I tried to figure out why the new &lt;a href=&quot;https://www.11ty.dev/docs/plugins/image/&quot;&gt;eleventy-image&lt;/a&gt; and its fancy transform were causing such trouble in the rendering of webmention avatars.&lt;/p&gt;
&lt;p&gt;Except they weren&#39;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.&lt;/p&gt;
&lt;p&gt;So: a post to celebrate a successful rebuild! And perhaps even to inspire a bit more writing in the weeks ahead.&lt;/p&gt;
&lt;hr class=&quot;footnotes-sep&quot;&gt;
&lt;section class=&quot;footnotes&quot;&gt;
&lt;ol class=&quot;footnotes-list&quot;&gt;
&lt;li id=&quot;fn1&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;Actually, there&#39;s one more thing: a footnote rendering issue. So that&#39;s next up for this afternoon&#39;s exploration.&lt;sup class=&quot;footnote-ref&quot;&gt;&lt;a href=&quot;https://kfitz.info/rebuilding/#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;https://kfitz.info/rebuilding/#fnref1&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot; class=&quot;footnote-item&quot;&gt;&lt;p&gt;And I think that&#39;s now fixed as well. &lt;a href=&quot;https://kfitz.info/rebuilding/#fnref2&quot; class=&quot;footnote-backref&quot;&gt;↩︎&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</content>
</entry>
<entry>
<title>Passivity vs. Accountability</title>
<link href="https://kfitz.info/passivity/" />
<updated>2024-10-01T12:01:31Z</updated>
<id>https://kfitz.info/passivity/</id>
<content type="html">&lt;p&gt;I have a book coming out this month (&lt;a href=&quot;https://www.press.jhu.edu/books/title/12787/leading-generously&quot;&gt;preorder here&lt;/a&gt;) exploring the tools through which people caught in the middle of bureaucratic systems can work together to transform their institutions. These tools can also be used by folks in leadership positions to ensure that theyre using the reach that their perch on the org chart provides in order to do good.&lt;/p&gt;
&lt;p&gt;I am realizing this morning, however (for reasons), that though I talk a lot about communication, about honesty, about vulnerability, and about trust, one thing I never flat out say in the book is AVOID THE PASSIVE VOICE, especially in messages in which you are having to reckon with something bad. This is not just a principle of good writing: its a demonstration of willingness to take responsibility for the power that you hold.&lt;/p&gt;
&lt;p&gt;You are, inevitably, going to make decisions that turn out to be bad ones. When you do, you have to own your role in those decisions and be accountable for the harm those decisions cause. Mistakes do not just get magically made without a mistake-maker.&lt;/p&gt;
&lt;p&gt;And even when you feel -- perhaps correctly -- that the decision you made was the only one that could be made, that circumstances left you with only one option, you still need to own it. You might be able to explain, but you have to be cautious with explanations, to avoid making it appear as though you are deflecting your own responsibility. As painful as it is to be publicly accountable, you &lt;em&gt;must&lt;/em&gt; take that accountability to your community seriously. Hand-wavy gestures that shift blame are visible to everyone, and are a significant factor in destroying trust.&lt;/p&gt;
&lt;p&gt;You cannot lead in the passive voice. You cannot build good relationships in the passive voice. And you cannot undo damage in the passive voice. You can only deepen it.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Time Is Weird</title>
<link href="https://kfitz.info/time-is-weird/" />
<updated>2024-09-08T22:21:58Z</updated>
<id>https://kfitz.info/time-is-weird/</id>
<content type="html">&lt;p&gt;There&#39;s this moment that happened a lot of years ago: I was walking through the living room of the apartment I was living in and the television was on playing god knows what, and something made me think, &lt;em&gt;you know, the next time I&#39;m 25 --&lt;/em&gt;, followed quickly by &lt;em&gt;you big dope, that&#39;s not going to happen...&lt;/em&gt;, at which point I stopped dead and thought &lt;em&gt;you do realize that standing right here, right now, is the youngest you will ever be again... right?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;All of that happened in a split second, but I stood there for a solid minute taking it in, my head more silent than it had ever been. I just kind of froze, simultaneously shocked by the obviousness of the thought and by the fact that even though I&#39;d obviously &lt;em&gt;known&lt;/em&gt; that all along, that time only moves in one direction, that we only ever get older, I hadn&#39;t really internalized it until that moment.&lt;/p&gt;
&lt;p&gt;I was 34 then, which seems like it was yesterday. Except it was the fall of 2001, and I was on my pre-tenure sabbatical, trying like crazy to finish the manuscript of my first book. It was not long after 9/11, and I was still having a hard time getting my brain to wrap itself around any number of things -- what was happening in the world around us, what I was trying to argue in my book, what time even was.&lt;/p&gt;
&lt;p&gt;I had cause to remember this moment earlier today. I&#39;m 57 now, and there&#39;s some core part of me that is genuinely unsure how that happened. I can sit down and do the math and it all adds up, and yet it doesn&#39;t make sense to me at all -- &lt;em&gt;sense&lt;/em&gt; in the same internal way as that moment of realizing that I was only ever going to get older.&lt;/p&gt;
&lt;p&gt;I have all kinds of physical evidence of the passage of time, in my creaky knees, my worsening eyesight, my ever-slowing metabolism, but there&#39;s something in me that just doesn&#39;t want to believe that it&#39;s all a one-way trip, that I can&#39;t recover parts of who I was or some of the paths I didn&#39;t take.&lt;/p&gt;
&lt;p&gt;Don&#39;t get me wrong: even if I could go back, I wouldn&#39;t -- I have enjoyed my life and my work more and more as time has gone on, and I&#39;m happier than I&#39;ve ever been. And that retirement thing -- not too many years into the future -- looks pretty sweet.&lt;/p&gt;
&lt;p&gt;It&#39;s just funny how even after all these years, I can still get tripped up by the sadness of time, the stuff that gets left behind, the things that never quite manifest. Time may only move in one direction, but I still find myself needing to learn the same things over and over again.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Like Riding a Bike</title>
<link href="https://kfitz.info/like-riding-a-bike/" />
<updated>2024-08-03T21:45:58Z</updated>
<id>https://kfitz.info/like-riding-a-bike/</id>
<content type="html">&lt;p&gt;The cliché, it turns out, is &lt;em&gt;mostly&lt;/em&gt; true. But only mostly.&lt;/p&gt;
&lt;p&gt;Since I moved to East Lansing -- seriously, for seven years now -- I have had the itch to get a bicycle. Nothing fancy, nothing fast, just a commuter bike that I can tool around town on and maybe hit a well-paved trail or two with.&lt;/p&gt;
&lt;p&gt;But I haven&#39;t scratched that itch, largely because I wasn&#39;t sure it was real. I mean, it&#39;s been at least *&lt;em&gt;coughcoughcough&lt;/em&gt;* years since I&#39;ve been on a non-stationary bike. (The number you missed is big enough that even I&#39;m shocked by it.) So I wasn&#39;t entirely convinced that if I had a bicycle I&#39;d really ride it. And as that number of years got larger and larger (not to mention the number of years old I am, which just seems to keep increasing) I got more and more convinced that riding a bike again was out of the question.&lt;/p&gt;
&lt;p&gt;I had a series of bikes as a kid, as you do, and loved to ride. In high school my bus stop was about a mile from my house, so I rode my bike there most mornings and left the bike locked to a pole, and then rode it home again. One day, though, when I was maybe 14, I hit a patch of wet gravel on my ride home and lost control of the bike. I slid one way and then overcompensated the other, and wound up with a pretty nice road rash. That healed quickly, but the fear produced by that fall didn&#39;t. I got my driver&#39;s license soon after that (this was Louisiana in the &#39;80s, a time and place where I am horrified to remember that we let kids get full-on licenses at 15) and got a crappy car and just put the bike away.&lt;/p&gt;
&lt;p&gt;Some years later -- I think I was in my masters program -- I wanted to ride again, and so I bought a pretty cool bike and rode back and forth to campus a bit, and around the campus lakes a bit. It was nice, but not as great as I wanted it to be. I think I hadn&#39;t really shaken the fear. In any case, after my masters I moved to a series of non-bikeable places, and that was that.&lt;/p&gt;
&lt;p&gt;So when I moved here and discovered how many of my colleagues cycle -- some quite seriously, others for basic getting-around-town -- I started thinking about it again. Thinking about how fun it would be to have a bike to run errands and ride the river trail on. But I did nothing.&lt;/p&gt;
&lt;p&gt;Until today. One of the people I follow on Mastodon (hello, &lt;a href=&quot;https://alaskan.social/@seachanger&quot;&gt;malena&lt;/a&gt;!) has been posting a bit lately about the feeling of freedom that riding can generate, and it&#39;s had me looking around online to see if there was something that would call to me. And today it did.&lt;/p&gt;
&lt;p&gt;Before I could let myself overthink it, I drove out to the bike shop that had the model I&#39;d fallen in love with, got into a great conversation with the guy who worked there, and took the bicycle out for a test ride in the parking lot. Getting started was a little awkward, but once I was going... it was exactly right. It felt great.&lt;/p&gt;
&lt;p&gt;So I bought it -- spending WAY more than I wanted to, but boy do I love this thing -- and brought it home, and went out for a several-times-around-the-block ride to start the process of relearning how to ride.&lt;/p&gt;
&lt;p&gt;That cliché, again, is mostly true. Parts of riding feel absolutely natural. But there are several things that I&#39;m going to have to work on. My balance is not what it was, and feeling a little wobbly, especially when I&#39;m going slowly, produces a flicker of that old fear. So I need to work on balance, both for confidence and to get to the point where I can comfortably lift a hand off the handlebars to signal turns, which I&#39;ll definitely need to be able to do before I can venture any further.&lt;/p&gt;
&lt;p&gt;I so look forward to venturing further.&lt;/p&gt;
</content>
</entry>
<entry>
<title>New Jobs</title>
<link href="https://kfitz.info/new-jobs/" />
<updated>2024-07-20T16:08:20Z</updated>
<id>https://kfitz.info/new-jobs/</id>
<content type="html">&lt;p&gt;I&#39;ve announced a few places (though apparently not here) that I started a new job a little while back.&lt;/p&gt;
&lt;iframe src=&quot;https://hcommons.social/@kfitz/112565349109431529/embed&quot; class=&quot;mastodon-embed&quot; style=&quot;max-width: 100%; border: 0; text-align: center&quot; width=&quot;600&quot; height=&quot;250&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;script src=&quot;https://hcommons.social/embed.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
&lt;p&gt;It&#39;s been an intense experience over this last month-plus, not least because of the weird timing of starting this new role. During my first week on the job, I was in Austria serving on a grant panel Monday and Tuesday, traveled home on Wednesday, and then was in the office Thursday and Friday. This was, in fact, the third job in a row that I&#39;ve started elsewhere: my first days at the MLA were spent at a Scholarly Communication Institute gathering at the University of Virginia, and my first day as Director of Digital Humanities at MSU was spent driving from Brooklyn to Michigan. Some day I will actually start a new job in the intended fashion.&lt;/p&gt;
&lt;p&gt;Not this time, however. During my second week in the role, I was in Montreal at the annual INKE gathering Monday and Tuesday, traveled home on Wednesday, and then was in the office Thursday and Friday.&lt;/p&gt;
&lt;p&gt;During my third week, I was actually in the office Monday through Thursday! And then went on a pre-planned vacation on Friday, which stretched through the following Thursday, which was July 4. Which means that during my first four weeks, I spent nine days on site.&lt;/p&gt;
&lt;p&gt;Other than that vacation, though, I was working, even though I felt a bit at a loss as to what it was I was actually supposed to be doing, much less how to do it. I&#39;ve learned a lot in the meantime -- not least how much I have yet to learn.&lt;/p&gt;
&lt;p&gt;I&#39;ve been having these flashbacks to getting started at the MLA, however, and how exhausted and overwhelmed I felt for months on end. As our executive director, Rosemary Feal, told me back then, the exhaustion is real: learning that much every moment of the day will wear you right out. The challenges inherent in any profession built around ideas of knowledge, mastery, expertise, and so on, coupled with the million daily moments of not-knowing, both large and small, that come with any kind of new job (how do we handle this kind of request? who worked on this process last year? do I have the authority to sign this document? where do we keep the sticky notes?) add up to spending a good bit of time getting really intimate with one&#39;s own sense of feeling stupid.&lt;/p&gt;
&lt;p&gt;I just keep reminding myself that it&#39;s the nature of new jobs: you haven&#39;t done these things before, so of course you don&#39;t know how to do them. I&#39;m learning more every day. And it&#39;s an enormous privilege to get to spend this time learning, and to have the chance to work with amazing people in support of a college whose purpose and vision I really believe in.&lt;/p&gt;
&lt;p&gt;That doesn&#39;t fully mitigate the feeling-stupid parts, or the general exhaustion and overwhelm, but it does help me remember that I have been in a position like this before, and that I can learn what I need to know to succeed.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Links</title>
<link href="https://kfitz.info/links/" />
<updated>2024-07-19T20:52:40Z</updated>
<id>https://kfitz.info/links/</id>
<content type="html">&lt;p&gt;A thing that I have only just realized that I &lt;em&gt;loathe&lt;/em&gt; about newsletters: when links in the newsletters have self-referential preview URLs. So when I hover over all the many clever links in “Your Newsletter,” they show up as taking me to yournewsletter.com followed by a hash that only on the server resolves into the actual URL, leaving me with no sense whatsoever about what Im going to get myself into if I click. In the year of the internet 2024, this is some bad privacy and security practice, man.&lt;/p&gt;
&lt;p&gt;For the love of all thats holy, get a blog. I have an RSS reader and Im not afraid to use it.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Expedient</title>
<link href="https://kfitz.info/expedient/" />
<updated>2024-07-01T20:18:21Z</updated>
<id>https://kfitz.info/expedient/</id>
<content type="html">&lt;p&gt;I mentioned yesterday that I&#39;m doing a bunch of fun reading on this mini-vacation, but failed to note (unless you happen to follow my &lt;a href=&quot;https://bookwyrm.social/user/kfitz/comment/4786660#anchor-4786660&quot;&gt;Bookwyrm self&lt;/a&gt;) that a key chunk of the reading I&#39;m doing is catching up on the parts of Robin Sloan&#39;s universe that I&#39;ve previously missed, in preparation for reading his latest, &lt;a href=&quot;https://bookwyrm.social/book/1626446/s/moonbound&quot;&gt;&lt;em&gt;Moonbound&lt;/em&gt;&lt;/a&gt;. I got my pre-ordered copy the other day and can&#39;t wait to dive in.&lt;/p&gt;
&lt;p&gt;Now, however, it&#39;s &lt;a href=&quot;https://bookwyrm.social/book/44354/s/sourdough-or-lois-and-her-adventures-in-the-underground-market&quot;&gt;&lt;em&gt;Sourdough&lt;/em&gt;&lt;/a&gt;. Which I&#39;m thoroughly enjoying, and which has me longing to start a culture (or clone someone else&#39;s) and get started baking, even though we really don&#39;t eat a lot of bread at home.&lt;/p&gt;
&lt;p&gt;As I was reading yesterday, though, I was taken by his use of the term &amp;quot;expedient,&amp;quot; which comes up one time after another across the story of life in the tech-dominated Bay Area. Our heroine purchases stuff at &amp;quot;an expedient internet retailer&amp;quot; and &amp;quot;the expedient big-box home-supply store.&amp;quot; She gets a ride from &amp;quot;the expedient internet car service&amp;quot; and gets information from &amp;quot;the expedient search engine.&amp;quot; And more besides.&lt;/p&gt;
&lt;p&gt;I was fairly sure I got what was meant here, but reading on the iPad as I am, I finally paused to check, and was gifted with the following definition from the New Oxford American Dictionary:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(of an action) convenient and practical although possibly improper or immoral.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Convenient, I had totally expected, with a little bit of &amp;quot;perhaps not the best choice, but what are you going to do&amp;quot; behind it. But that edge of &amp;quot;possibly improper or immoral&amp;quot; casts a whole new light not just on the term but on my own utterly unthinking uses of those services, a light I too often find it pretty inconvenient and impractical to consider.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Reading</title>
<link href="https://kfitz.info/reading/" />
<updated>2024-06-30T14:04:03Z</updated>
<id>https://kfitz.info/reading/</id>
<content type="html">&lt;p&gt;I am taking a very brief vacation, not far from home, and not doing much. But reading. For fun. I finished a novel yesterday and read a quick novella this morning, and am now a chapter into another novel. And already Im feeling re-energized in the way that immersion in other peoples awesome writing does for me: I want to write.&lt;/p&gt;
&lt;p&gt;I don&#39;t have a writing project in front of me right now, purposefully so. I promised myself &lt;a href=&quot;https://kfitz.info/recalibrating-again/&quot;&gt;almost exactly a year ago&lt;/a&gt;, after finishing the revisions on &lt;em&gt;Leading Generously&lt;/em&gt; (out in October and &lt;a href=&quot;https://www.press.jhu.edu/books/title/12787/leading-generously&quot;&gt;now available for preorder&lt;/a&gt;!), that I would take at least a year and just &lt;em&gt;read&lt;/em&gt;, holding off on thinking about a new project until I was really certain I had something worth saying that was burning to said.&lt;/p&gt;
&lt;p&gt;I&#39;m still not there -- I&#39;ve got a lot of little thoughts tumbling around but without real connection or direction as yet -- so the reading is going to continue. But I&#39;m hoping that the writing might begin to coalesce as well, that the energy I&#39;m feeling generated by the reading I&#39;m doing might manifest itself in the making of sentences and paragraphs if not full arguments.&lt;/p&gt;
</content>
</entry>
</feed>

15844
feed/masto.xml Normal file

File diff suppressed because it is too large Load Diff

89
feed/pretty-atom-feed.xsl Normal file

File diff suppressed because one or more lines are too long