<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#blogging posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/blogging/</link>
    <atom:link href="https://bencrowder.net/blog/tag/blogging/feed/" rel="self" />
    <description>Feed for blog posts tagged with #blogging.</description>
    <lastBuildDate>Mon, 13 Apr 2026 03:29:26 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>I’ve been reading through my journals from twenty years ago, remembering old friends and who I used...</title>
      <link>https://bencrowder.net/blog/2026/3.29/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2026/3.29/</guid>
      <pubDate>Sun, 29 Mar 2026 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>I’ve been reading through my journals from twenty years ago, remembering old friends and who I used to be and what I worried about when I was young and single. And goodness, I had forgotten just how much I used to blog back then. Perhaps to excess (and by “perhaps” I mean “without a doubt”), but it was fun and I made lots of friends and I find myself missing it. [He says on his blog, where he has posted twenty-three times this year so far.] [He wants to point out, though, that the booknotes and the link posts of late feel qualitatively different — at least on his end — from the everything-goes type of blogging he used to do, and perhaps that’s what he’s missing and what he now — in what smells like a midlife crisis but probably does not actually count as one, not like the time when he impulse-bought a Nintendo Switch for his kids while his wife was gone at girls’ camp — what he now may be trying to resurrect, with hopefully more success than the seven other times he’s tried to do this in recent years.]</p>
<p>Anyway, here we are, twenty years after. (Which, to digress yet again, I read as a kid and quite liked. Maybe it’s time to reread that series.) If you, dear reader, were reading this blog or one of its sundry predecessors (mostly Blank Slate and Top of the Mountains) twenty years ago and are somehow still here, I salute your fortitude and perseverance, and I think you should poke your hand out of the fog of darkness (commentless blogs being one-way glass) and tap out a short email saying hi. [The author would like to note that — mildly disturbing metaphors aside — this friendly suggestion also applies to anyone who started reading the blog later on, anyone starting now (hi!), and anyone who can’t take it any longer and stops reading after this paragraph mercifully concludes.]</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20I’ve been reading through my journals from twenty years ago, remembering old friends and who I used...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Enjoyed the blogging about blogging about blogging in Bix Frankonis’s post, and happy to add another...</title>
      <link>https://bencrowder.net/blog/2025/9.17/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2025/9.17/</guid>
      <pubDate>Wed, 17 Sep 2025 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Enjoyed the blogging about blogging about blogging in <a href="https://bix.blog/posts/2025-09-15-dont-trade-your-original-voice/">Bix Frankonis’s post</a>, and happy to add another (thin) layer. This part rang particularly true to me:</p>
<blockquote>
  <p>It’s just that, for me, the blogging that’s actually interesting is the blogging that very much is not a trade and very much an avocation or hobby.</p>
</blockquote>
<p>People instead of brands, basically. Along that line, the linked <a href="https://winnielim.org/notes/on-being-creatively-flexible-and-whole-in-a-vast-reality/">Winnie Lim post</a> about normalizing being a whole person also resonated with me:</p>
<blockquote>
  <p>Yes pls, normalise being true to your hobbies and interests and your whole self – also why I refuse to have dozens of different instagram accounts and websites for each of my interests. Everything I do is intertwined in some way and I can’t slice myself cold into separate slices.</p>
  <p>We have to write about anything and everything to widen each other’s narrow perspectives, to express the amazing amount of detail that reality has, to normalise being whole persons, that having a wide variety of interests can be a good thing, because everything will ultimately feed into who we are and what we create.</p>
</blockquote>
<p>Something good for me to remember.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Enjoyed the blogging about blogging about blogging in Bix Frankonis’s post, and happy to add another...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Moving to Cast</title>
      <link>https://bencrowder.net/blog/2025/moving-to-cast/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2025/moving-to-cast/</guid>
      <pubDate>Tue, 25 Feb 2025 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>As of today, this site is now built by <a href="https://bencrowder.net/blog/tag/cast/">Cast</a>, a new custom static site generator I’ve been writing. There shouldn’t be any visible changes on your end, but if you experience some weirdness (like all the recent RSS items showing up as new in your feed), that’s probably why.</p>
<p>Notes:</p>
<ul>
<li>Before now, this site was using a PHP CMS called Blackbullet that I wrote in 2013. I wanted to simplify by getting rid of the PHP dependency and serving up static HTML files instead.</li>
<li>I initially started the project as a Go app in 2021, abandoned it shortly thereafter, and then picked it up again this past December with some new ideas on how to implement it. Also switched to Node.</li>
<li>I wrote my own rather than using 11ty or Jekyll or another existing engine because, well, I wanted to.</li>
<li>Right now it rebuilds the site from scratch each time and takes 8–12 seconds. Compilation is fast enough that I’m probably going to leave it this way for now, rather than adding support for incremental builds.</li>
<li>No plan at this time to release Cast as open source.</li>
</ul><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Moving to Cast">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>After holding out for a few months, I’m finally on Mastodon at @bencrowder@mastodon.social. I’ve wan...</title>
      <link>https://bencrowder.net/blog/2023/1477/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/1477/</guid>
      <pubDate>Mon, 06 Mar 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>After holding out for <a href="https://bencrowder.net/blog/2022/1394/">a few months</a>, I’m finally on Mastodon at <a href="https://mastodon.social/@bencrowder">@bencrowder@mastodon.social</a>. I’ve wanted to provide a more lightweight way for readers to respond to posts (email can feel a little too formal sometimes) without adding comments to the site itself, and I think this is it.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20After holding out for a few months, I’m finally on Mastodon at @bencrowder@mastodon.social. I’ve wan...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Bring Back Blogging is putting together a directory of creators who blog. Recommended.</title>
      <link>https://bencrowder.net/blog/2023/1427/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/1427/</guid>
      <pubDate>Fri, 06 Jan 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p><a href="https://bringback.blog/">Bring Back Blogging</a> is putting together a directory of creators who blog. Recommended.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Bring Back Blogging is putting together a directory of creators who blog. Recommended.">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>My ill-timed return to Twitter has ended. I’ve thought about moving to Mastodon (supporting the fede...</title>
      <link>https://bencrowder.net/blog/2022/1394/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2022/1394/</guid>
      <pubDate>Mon, 14 Nov 2022 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>My ill-timed return to Twitter has ended. I’ve thought about moving to Mastodon (supporting the federated model and all), but honestly I’m content just blogging here, even if it means a smaller audience.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20My ill-timed return to Twitter has ended. I’ve thought about moving to Mastodon (supporting the fede...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>After nine months of issue blogging (posting issues of Prints), I’ve decided it’s time to return to...</title>
      <link>https://bencrowder.net/blog/2022/1352/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2022/1352/</guid>
      <pubDate>Tue, 04 Oct 2022 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>After nine months of issue blogging (posting issues of Prints), I’ve decided it’s time to return to stream blogging.</p>
<p>A quick retrospective: publishing issues was fine (the structure helped, for example), but for a personal blog I’m now less convinced that it’s the right fit. Looking forward to posting more freely and frequently.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20After nine months of issue blogging (posting issues of Prints), I’ve decided it’s time to return to...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Small milestone I almost forgot about: this website turned twenty this year. January 23, 2001. It’s...</title>
      <link>https://bencrowder.net/blog/2021/1262/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2021/1262/</guid>
      <pubDate>Mon, 22 Nov 2021 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Small milestone I almost forgot about: this website turned twenty this year.</p>
<p>January 23, 2001. It’s possible I started it before that day, but that’s the first reference to it I’ve found in my journals.</p>
<p>Tinkering on the site all these years has been a delight. Truly one of my favorite activities.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Small milestone I almost forgot about: this website turned twenty this year. January 23, 2001. It’s...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>A couple quick updates: Today was my last day at Cedar (formerly OODA Health before the acquisition)...</title>
      <link>https://bencrowder.net/blog/2021/1274/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2021/1274/</guid>
      <pubDate>Fri, 01 Oct 2021 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>A couple quick updates:</p>
<p>Today was my last day at Cedar (formerly OODA Health before the acquisition), and on Monday I start a new job at <a href="https://www.hologram.io/">Hologram</a>.</p>
<p>I’m finally getting around to writing Cast, the new backend engine for this site. The plan is to go full static and deploy via <a href="https://render.com">Render</a>. Also planning to move my personal apps over. While I’m still probably a couple months away from having everything migrated, I’m so, so looking forward to not maintaining a personal server anymore. (It’s fun, sure, and I’ve learned a lot, but it’s stressful — yesterday’s Let’s Encrypt root certificate expiration bit me thanks to an old OpenSSL version, for example — and it’s no longer something I want to spend time on for personal projects.)</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20A couple quick updates: Today was my last day at Cedar (formerly OODA Health before the acquisition)...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>For those subscribing via RSS or JSON Feed: I’ve added the post tags to the top of each post, mirror...</title>
      <link>https://bencrowder.net/blog/2021/1265/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2021/1265/</guid>
      <pubDate>Sat, 21 Aug 2021 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>For those subscribing via RSS or JSON Feed: I’ve added the post tags to the top of each post, mirroring what you see on my site.</p>
<p>(My reasoning for including the tags and putting them at the top, by the way, is to make it a little easier to see at a glance what a post is about and whether you want to skip it.)</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20For those subscribing via RSS or JSON Feed: I’ve added the post tags to the top of each post, mirror...">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
