<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>The Art Of Not Asking Why</title>
    <link>https://taonaw.com/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Thu, 14 May 2026 19:01:21 -0400</lastBuildDate>
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/14/some-color-goes-a-long.html</link>
      <pubDate>Thu, 14 May 2026 19:01:21 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/14/some-color-goes-a-long.html</guid>
      <description>&lt;p&gt;Some color goes a long way 📷&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/fcd3bb7273.jpg&#34; width=&#34;600&#34; height=&#34;454&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Some color goes a long way 📷

&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/fcd3bb7273.jpg&#34; width=&#34;600&#34; height=&#34;454&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/14/its-pie-day-for-me.html</link>
      <pubDate>Thu, 14 May 2026 18:28:00 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/14/its-pie-day-for-me.html</guid>
      <description>&lt;p&gt;It’s Pie day for me.&lt;/p&gt;
&lt;p&gt;Well, &lt;em&gt;the&lt;/em&gt; pie day was on March (3/14). But every month on the 14th, I decided to have a pizza. Otherwise, I don’t eat cheese. I stopped completely, besides unavoidable butter in some pastries and such.  📷 🍕&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/041a779ea6.jpg&#34; alt=&#34;Two slices of pizza with spinach and cheese are on a cardboard box next to a can of Diet Coke.&#34;&gt;
</description>
      <source:markdown>It’s Pie day for me. 

Well, *the* pie day was on March (3/14). But every month on the 14th, I decided to have a pizza. Otherwise, I don’t eat cheese. I stopped completely, besides unavoidable butter in some pastries and such.  📷 🍕

&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/041a779ea6.jpg&#34; alt=&#34;Two slices of pizza with spinach and cheese are on a cardboard box next to a can of Diet Coke.&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Technical debt, aka I keep forgetting about custom.css</title>
      <link>https://taonaw.com/2026/05/14/technical-debt-aka-i-keep.html</link>
      <pubDate>Thu, 14 May 2026 08:39:35 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/14/technical-debt-aka-i-keep.html</guid>
      <description>&lt;p&gt;A month ago, I decided to make a tiny innocent change to my blog: change the dates to ISO 8601 format, AKA just ISO dates, which has been my favorite way to write dates ever since I started journaling on a computer.&lt;/p&gt;
&lt;p&gt;That little change proved to be more involved than I thought, and &lt;a href=&#34;https://taonaw.com/2026/04/25/on-this-day-page-dates.html&#34;&gt;broke a few things&lt;/a&gt;. I have since then fixed them, but others are still hidden. At this point, I&amp;rsquo;m starting to lose track as to what I broke with that change and what has been, to one degree or another, broken for a while.&lt;/p&gt;
&lt;p&gt;Wait, how can something on a website be broken to one degree or another? Is it broken or not? Well, you see&amp;hellip; CSS.&lt;/p&gt;
&lt;p&gt;If you go to my actual website (RSS wouldn&amp;rsquo;t pick this up), you&amp;rsquo;d see that the dates for each blog post use the same red color as the heading and other elements in the theme. That red has been with me for a long time, since the days of the &lt;a href=&#34;https://master--taonaw-blog.netlify.app/&#34;&gt;old blog&lt;/a&gt; and before. If you inspect it in your browser, you will see that this color (#8b0000) is defined in &lt;code&gt;custom.css&lt;/code&gt;, but the font size is defined in &lt;code&gt;main.css&lt;/code&gt;. The element, &lt;code&gt;a.post-date&lt;/code&gt;, is defined in both of those CSS files.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s because when I changed to ISO dates, I forgot about my &lt;code&gt;custom.css&lt;/code&gt;. The size was off, I right-clicked, figured out where to make the change, and made it. But &lt;code&gt;custom.css&lt;/code&gt; is there for a reason. It&amp;rsquo;s a file meant to replace the default theme with, you guessed it, whatever &lt;em&gt;custom&lt;/em&gt; changes I want to apply.&lt;/p&gt;
&lt;p&gt;My memory is a funny place though, and it seems like I forget this file exists at times. The result is a bunch of messy definitions like the one you see above. Ideally, &lt;em&gt;all&lt;/em&gt; changes should be in &lt;code&gt;custom.css&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;And it&amp;rsquo;s not just good code hygiene. It&amp;rsquo;s a CSS file filled with comments and short memos to my future self, telling me what changes I&amp;rsquo;ve made and why, with helpful references.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;custom.css&lt;/code&gt; is so important in micro.blog that it has its own dedicated button, conveniently enough right &lt;em&gt;above&lt;/em&gt; the edit themes option, which I end up using to mess with the &lt;code&gt;main.css&lt;/code&gt;, which I shouldn&amp;rsquo;t. Is it obvious? Yes. Do I miss it anyway? Of course.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/its-right-there.png&#34; width=&#34;600&#34; height=&#34;389&#34; alt=&#34;Auto-generated description: A web interface allows editing of the custom CSS for a Tiny Theme on a blog using Hugo&#34;&gt;
&lt;p&gt;There are a lot of tweaks to my theme I should move over to &lt;code&gt;custom.css&lt;/code&gt; at this point.&lt;sup&gt;&lt;a id=&#34;fnr.1&#34; class=&#34;footref&#34; href=&#34;#fn.1&#34; role=&#34;doc-backlink&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Since I was already looking into it, I realized that the overall colors I&amp;rsquo;ve overwritten (like the red color I mentioned above) can probably be worked into the helpful &lt;code&gt;root{}&lt;/code&gt; section&lt;sup&gt;&lt;a id=&#34;fnr.2&#34; class=&#34;footref&#34; href=&#34;#fn.2&#34; role=&#34;doc-backlink&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; I have in there. It was the very first thing I did when I started messing with the theme, and it&amp;rsquo;s meant just for the sort of changes I usually do around my blog.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;m considering &lt;a href=&#34;https://en.wikipedia.org/wiki/Code_refactoring&#34;&gt;refactoring&lt;/a&gt; my CSS, which I think is a hobby or self-torture (or both; some of us are weird, OK?) for many bloggers and website owners out there.&lt;/p&gt;
&lt;p&gt;What can possibly go wrong?&lt;/p&gt;
&lt;h3 id=&#34;footnotes&#34;&gt;Footnotes&lt;/h3&gt;
&lt;p&gt;&lt;sup&gt;&lt;a id=&#34;fn.1&#34; href=&#34;#fnr.1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; : According to AI, what I&amp;rsquo;m describing here is called a &lt;a href=&#34;https://en.wikipedia.org/wiki/Technical_debt&#34;&gt;Technical debt&lt;/a&gt;: &amp;ldquo;While an expedited solution can accelerate development in the short term, the resulting low quality may increase future costs if left unresolved.&amp;rdquo; My frustrations have a Wikipedia entry! Thanks, AI.&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;&lt;a id=&#34;fn.2&#34; href=&#34;#fnr.2&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; : Turns out these are called &lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Cascading_variables/Using_custom_properties&#34;&gt;custom properties&lt;/a&gt; (I know, crazy right?)&lt;/p&gt;
</description>
      <source:markdown>A month ago, I decided to make a tiny innocent change to my blog: change the dates to ISO 8601 format, AKA just ISO dates, which has been my favorite way to write dates ever since I started journaling on a computer.

That little change proved to be more involved than I thought, and [broke a few things](https://taonaw.com/2026/04/25/on-this-day-page-dates.html). I have since then fixed them, but others are still hidden. At this point, I&#39;m starting to lose track as to what I broke with that change and what has been, to one degree or another, broken for a while.

Wait, how can something on a website be broken to one degree or another? Is it broken or not? Well, you see... CSS.

If you go to my actual website (RSS wouldn&#39;t pick this up), you&#39;d see that the dates for each blog post use the same red color as the heading and other elements in the theme. That red has been with me for a long time, since the days of the [old blog](https://master--taonaw-blog.netlify.app/) and before. If you inspect it in your browser, you will see that this color (#8b0000) is defined in `custom.css`, but the font size is defined in `main.css`. The element, `a.post-date`, is defined in both of those CSS files.

That&#39;s because when I changed to ISO dates, I forgot about my `custom.css`. The size was off, I right-clicked, figured out where to make the change, and made it. But `custom.css` is there for a reason. It&#39;s a file meant to replace the default theme with, you guessed it, whatever *custom* changes I want to apply.

My memory is a funny place though, and it seems like I forget this file exists at times. The result is a bunch of messy definitions like the one you see above. Ideally, *all* changes should be in `custom.css`.

And it&#39;s not just good code hygiene. It&#39;s a CSS file filled with comments and short memos to my future self, telling me what changes I&#39;ve made and why, with helpful references.

`custom.css` is so important in micro.blog that it has its own dedicated button, conveniently enough right *above* the edit themes option, which I end up using to mess with the `main.css`, which I shouldn&#39;t. Is it obvious? Yes. Do I miss it anyway? Of course.

&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/its-right-there.png&#34; width=&#34;600&#34; height=&#34;389&#34; alt=&#34;Auto-generated description: A web interface allows editing of the custom CSS for a Tiny Theme on a blog using Hugo&#34;&gt;

There are a lot of tweaks to my theme I should move over to `custom.css` at this point.&lt;sup&gt;&lt;a id=&#34;fnr.1&#34; class=&#34;footref&#34; href=&#34;#fn.1&#34; role=&#34;doc-backlink&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;

Since I was already looking into it, I realized that the overall colors I&#39;ve overwritten (like the red color I mentioned above) can probably be worked into the helpful `root{}` section&lt;sup&gt;&lt;a id=&#34;fnr.2&#34; class=&#34;footref&#34; href=&#34;#fn.2&#34; role=&#34;doc-backlink&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; I have in there. It was the very first thing I did when I started messing with the theme, and it&#39;s meant just for the sort of changes I usually do around my blog.

So I&#39;m considering [refactoring](https://en.wikipedia.org/wiki/Code_refactoring) my CSS, which I think is a hobby or self-torture (or both; some of us are weird, OK?) for many bloggers and website owners out there.

What can possibly go wrong?


### Footnotes

&lt;sup&gt;&lt;a id=&#34;fn.1&#34; href=&#34;#fnr.1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; : According to AI, what I&#39;m describing here is called a [Technical debt](https://en.wikipedia.org/wiki/Technical_debt): &#34;While an expedited solution can accelerate development in the short term, the resulting low quality may increase future costs if left unresolved.&#34; My frustrations have a Wikipedia entry! Thanks, AI.

&lt;sup&gt;&lt;a id=&#34;fn.2&#34; href=&#34;#fnr.2&#34;&gt;2&lt;/a&gt;&lt;/sup&gt; : Turns out these are called [custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Cascading_variables/Using_custom_properties) (I know, crazy right?)
</source:markdown>
    </item>
    
    <item>
      <title>Re: Who Knows That You Blog?</title>
      <link>https://taonaw.com/2026/05/13/re-who-knows-that-you.html</link>
      <pubDate>Wed, 13 May 2026 22:52:56 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/13/re-who-knows-that-you.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://forkingmad.blog/blog/&#34;&gt;David at Forking Mad +&lt;/a&gt; asked: &amp;ldquo;&lt;a href=&#34;https://forkingmad.blog/who-knows-that-you-blog/?ref=bubbles.town&#34;&gt;Do you tell people you blog?&lt;/a&gt;&amp;rdquo; which also &lt;a href=&#34;https://kaigulliksen.com/re-who-knows-that-you-blog/&#34;&gt;made its way to Kai&lt;/a&gt;. I saved both posts in my Bookmarks (which is Micro.blog&amp;rsquo;s take on &amp;lsquo;Read it Later&amp;rsquo;/Pocket) and planned to answer at some point, but then David emailed me the other day and reminded me of this question.&lt;/p&gt;
&lt;p&gt;David&amp;rsquo;s take is that if it shouldn&amp;rsquo;t be public, it wouldn&amp;rsquo;t end up on his blog. Kai is more or less of a similar opinion. For me though, I think the answer is a bit more nuanced.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t use my real name on my blog like Kai or &lt;a href=&#34;https://kevquirk.com/who-knows-that-you-blog&#34;&gt;Kev&lt;/a&gt;. JTR is totally made up. It wasn&amp;rsquo;t always JTR: it evolved over the last 15 years or so, give or take, and it stuck.&lt;/p&gt;
&lt;p&gt;Back when I started writing, my posts used to be more R-rated, and the places I worked at weren&amp;rsquo;t the kind of organizations that wanted to associate with R-rated material. It wasn&amp;rsquo;t anything offensive (I don&amp;rsquo;t think), just&amp;hellip; uncouth.&lt;/p&gt;
&lt;p&gt;With time, both my workplace(s) and my posts changed to meet in the middle of that spectrum. I work for a big medical center in NYC, and most of my more mature-oriented posts are philosophical, not the dramatic angsty kind. Some of them can still raise eyebrows probably, but I imagine most people would just shrug and move on if they&amp;rsquo;re uncomfortable. There&amp;rsquo;s a lot of stuff on this blog, and these kinds of posts are just another dash of flavor to the overall theme, so I feel it&amp;rsquo;s not such a big deal.&lt;/p&gt;
&lt;p&gt;At the same time, I don&amp;rsquo;t usually tell people I blog. My partners know, my sister knows (I send her a few links here and there for my thoughts), and while my parents know about my blog, both language barrier and lack of interest (I ramble about tech most of the time) mean that they don&amp;rsquo;t really read it. And if they do and find something, well, my lifestyle is already unorthodox enough for them to just sigh and shake their head and move on with their lives.&lt;/p&gt;
&lt;p&gt;So yes, nuanced is a good way to put it. My relationships with different people and the topics I write about mean that some people know I blog, but most don&amp;rsquo;t. I don&amp;rsquo;t keep this blog a secret. If someone really wanted to find out my real name, they could find it easily enough. At the same time, it does require some work; it&amp;rsquo;s not exactly the kind of information you&amp;rsquo;d get straight out of Google (at least I don&amp;rsquo;t think so), but then again, if it happens, not the end of the world.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s the other thing I started realizing not too long ago: I stand behind who I am today in a way I haven&amp;rsquo;t in the past (and couldn&amp;rsquo;t). My about page says I&amp;rsquo;m non-monogamous for example, and I mention in a few places I see myself as a queer person simply because I don&amp;rsquo;t identify as a &amp;ldquo;straight&amp;rdquo; man (but I don&amp;rsquo;t see myself as gay, bi, or all the other fancy labels which I don&amp;rsquo;t care much for).&lt;/p&gt;
&lt;p&gt;While this &lt;em&gt;might&lt;/em&gt; sound like too much information for a simple question like &amp;ldquo;who knows that you blog,&amp;rdquo; I don&amp;rsquo;t think so - at least not in my case. That&amp;rsquo;s because I write about these things, which means I should at least be open to a conversation about them. Maybe not with every person (it &lt;em&gt;is&lt;/em&gt; personal after all), but in general, it&amp;rsquo;s not a blocked off category. By the way, I don&amp;rsquo;t think this means every person who writes about personal things should be open to a conversation about them. It&amp;rsquo;s a choice.&lt;/p&gt;
&lt;p&gt;While I am generally open about my life (at least what I write about here), it doesn&amp;rsquo;t mean the people I write &lt;em&gt;about&lt;/em&gt; are. When I mention my partners, I have their permission to do so. I can be a bit absurd about how explicit I make it sometimes, because I want and need to be sure they&amp;rsquo;re OK to be mentioned.&lt;/p&gt;
&lt;p&gt;And a final note, in line with my &lt;a href=&#34;https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html&#34;&gt;recent&lt;/a&gt; &lt;a href=&#34;https://taonaw.com/2026/04/29/my-post-about-writing-emails.html&#34;&gt;posts&lt;/a&gt; about emails to other bloggers: I&amp;rsquo;d like to think of myself as a &amp;lsquo;safe person&amp;rsquo; to talk to about these things. If someone is reading this post somewhere and feels a bit alone and/or against the world being somewhat different, be it LGBTQ+, neurodivergent, non-binary, or whatever, and feels like they want to reach out, please do. You&amp;rsquo;re my people, people. Feel free.&lt;/p&gt;
&lt;p&gt;Well, I think that was a rather long and complicated way to answer a simple question, but I do tend to do that. Be good, and have a good night!&lt;/p&gt;
</description>
      <source:markdown>[David at Forking Mad +](https://forkingmad.blog/blog/) asked: &#34;[Do you tell people you blog?](https://forkingmad.blog/who-knows-that-you-blog/?ref=bubbles.town)&#34; which also [made its way to Kai](https://kaigulliksen.com/re-who-knows-that-you-blog/). I saved both posts in my Bookmarks (which is Micro.blog&#39;s take on &#39;Read it Later&#39;/Pocket) and planned to answer at some point, but then David emailed me the other day and reminded me of this question.

David&#39;s take is that if it shouldn&#39;t be public, it wouldn&#39;t end up on his blog. Kai is more or less of a similar opinion. For me though, I think the answer is a bit more nuanced.

I don&#39;t use my real name on my blog like Kai or [Kev](https://kevquirk.com/who-knows-that-you-blog). JTR is totally made up. It wasn&#39;t always JTR: it evolved over the last 15 years or so, give or take, and it stuck. 

Back when I started writing, my posts used to be more R-rated, and the places I worked at weren&#39;t the kind of organizations that wanted to associate with R-rated material. It wasn&#39;t anything offensive (I don&#39;t think), just... uncouth.

With time, both my workplace(s) and my posts changed to meet in the middle of that spectrum. I work for a big medical center in NYC, and most of my more mature-oriented posts are philosophical, not the dramatic angsty kind. Some of them can still raise eyebrows probably, but I imagine most people would just shrug and move on if they&#39;re uncomfortable. There&#39;s a lot of stuff on this blog, and these kinds of posts are just another dash of flavor to the overall theme, so I feel it&#39;s not such a big deal.

At the same time, I don&#39;t usually tell people I blog. My partners know, my sister knows (I send her a few links here and there for my thoughts), and while my parents know about my blog, both language barrier and lack of interest (I ramble about tech most of the time) mean that they don&#39;t really read it. And if they do and find something, well, my lifestyle is already unorthodox enough for them to just sigh and shake their head and move on with their lives.

So yes, nuanced is a good way to put it. My relationships with different people and the topics I write about mean that some people know I blog, but most don&#39;t. I don&#39;t keep this blog a secret. If someone really wanted to find out my real name, they could find it easily enough. At the same time, it does require some work; it&#39;s not exactly the kind of information you&#39;d get straight out of Google (at least I don&#39;t think so), but then again, if it happens, not the end of the world.

That&#39;s the other thing I started realizing not too long ago: I stand behind who I am today in a way I haven&#39;t in the past (and couldn&#39;t). My about page says I&#39;m non-monogamous for example, and I mention in a few places I see myself as a queer person simply because I don&#39;t identify as a &#34;straight&#34; man (but I don&#39;t see myself as gay, bi, or all the other fancy labels which I don&#39;t care much for).

While this *might* sound like too much information for a simple question like &#34;who knows that you blog,&#34; I don&#39;t think so - at least not in my case. That&#39;s because I write about these things, which means I should at least be open to a conversation about them. Maybe not with every person (it *is* personal after all), but in general, it&#39;s not a blocked off category. By the way, I don&#39;t think this means every person who writes about personal things should be open to a conversation about them. It&#39;s a choice.

While I am generally open about my life (at least what I write about here), it doesn&#39;t mean the people I write *about* are. When I mention my partners, I have their permission to do so. I can be a bit absurd about how explicit I make it sometimes, because I want and need to be sure they&#39;re OK to be mentioned.

And a final note, in line with my [recent](https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html) [posts](https://taonaw.com/2026/04/29/my-post-about-writing-emails.html) about emails to other bloggers: I&#39;d like to think of myself as a &#39;safe person&#39; to talk to about these things. If someone is reading this post somewhere and feels a bit alone and/or against the world being somewhat different, be it LGBTQ+, neurodivergent, non-binary, or whatever, and feels like they want to reach out, please do. You&#39;re my people, people. Feel free.

Well, I think that was a rather long and complicated way to answer a simple question, but I do tend to do that. Be good, and have a good night!

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/11/manton-reece-i-didnt-know.html</link>
      <pubDate>Mon, 11 May 2026 16:46:42 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/11/manton-reece-i-didnt-know.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.manton.org/2026/05/11/added-a-new-backup-feature.html&#34;&gt;Manton Reece&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t know that extra info about.bar files! Pretty awesome you came up with it.&lt;/p&gt;
&lt;p&gt;I will explore the backup option for the blog, I just wrote a post wondering about a contingency plan for mb. Is there anything like it?&lt;/p&gt;
</description>
      <source:markdown>[Manton Reece](https://www.manton.org/2026/05/11/added-a-new-backup-feature.html)

I didn&#39;t know that extra info about.bar files! Pretty awesome you came up with it. 

I will explore the backup option for the blog, I just wrote a post wondering about a contingency plan for mb. Is there anything like it? 
</source:markdown>
    </item>
    
    <item>
      <title>Paying for the good internet (with an escape plan)</title>
      <link>https://taonaw.com/2026/05/10/paying-for-the-good-internet.html</link>
      <pubDate>Sun, 10 May 2026 18:15:43 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/10/paying-for-the-good-internet.html</guid>
      <description>&lt;p&gt;Sal &lt;del&gt;&lt;a href=&#34;https://sals.place/blog/moving-to-11ty-and-cloudflare/&#34;&gt;is moving&lt;/a&gt;&lt;/del&gt; (&lt;a href=&#34;https://sals.place/blog/blog-move-successful/&#34;&gt;has moved&lt;/a&gt;) his blog off of Bear to an independent repository on CloudFlare, and that caused recurring concerns with Micro.blog.&lt;/p&gt;
&lt;p&gt;As Sal said about Bear, I have nothing but good things to say about Micro.blog. Really. I love it here, and I recommend Micro.blog to anyone who seems to be slightly passionate about starting a blog. I think it&amp;rsquo;s unique in terms of what it provides and in terms of a positive community, and it comes with a suite of complementary apps that enhance blogging as an experience. But.&lt;/p&gt;
&lt;p&gt;As the saying goes, it&amp;rsquo;s not a matter of if but a matter of when. And, as far as I know, Micro. blog doesn&amp;rsquo;t have a contingency plan (is that what you call it?).&lt;/p&gt;
&lt;p&gt;Personally, as long as Micro.blog offers an option to export data (which I do regularly, as well as backing up my blog) I think I&amp;rsquo;ll be OK - and I don&amp;rsquo;t believe it will ever be turned off. There are other options if something happens, and I could self-host my own site again if I have to, but as Sal mentioned in his post: &amp;ldquo;I&amp;rsquo;d wager that most bloggers would rather not bother and would much prefer a platform like Bear to take care of all the nuts and bolts.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Yep. Been there, done that. There&amp;rsquo;s more than enough tech related stuff I do around my website (if you&amp;rsquo;ve been around for more than a month you&amp;rsquo;ve probably encountered one or two) as is. Besides, I also like the &lt;em&gt;idea&lt;/em&gt; of Micro.blog, not just what it does. Paying for it as a service feels good. It&amp;rsquo;s part of the &amp;ldquo;good internet&amp;rdquo; the way I see it.&lt;/p&gt;
&lt;p&gt;Oh well, the good news is that maybe I&amp;rsquo;ll get to read more posts from Sal, now that he can use his work laptop 😁&lt;/p&gt;
</description>
      <source:markdown>Sal &lt;del&gt;[is moving](https://sals.place/blog/moving-to-11ty-and-cloudflare/)&lt;/del&gt; ([has moved](https://sals.place/blog/blog-move-successful/)) his blog off of Bear to an independent repository on CloudFlare, and that caused recurring concerns with Micro.blog.

As Sal said about Bear, I have nothing but good things to say about Micro.blog. Really. I love it here, and I recommend Micro.blog to anyone who seems to be slightly passionate about starting a blog. I think it&#39;s unique in terms of what it provides and in terms of a positive community, and it comes with a suite of complementary apps that enhance blogging as an experience. But.

As the saying goes, it&#39;s not a matter of if but a matter of when. And, as far as I know, Micro. blog doesn&#39;t have a contingency plan (is that what you call it?).

Personally, as long as Micro.blog offers an option to export data (which I do regularly, as well as backing up my blog) I think I&#39;ll be OK - and I don&#39;t believe it will ever be turned off. There are other options if something happens, and I could self-host my own site again if I have to, but as Sal mentioned in his post: &#34;I&#39;d wager that most bloggers would rather not bother and would much prefer a platform like Bear to take care of all the nuts and bolts.&#34;

Yep. Been there, done that. There&#39;s more than enough tech related stuff I do around my website (if you&#39;ve been around for more than a month you&#39;ve probably encountered one or two) as is. Besides, I also like the *idea* of Micro.blog, not just what it does. Paying for it as a service feels good. It&#39;s part of the &#34;good internet&#34; the way I see it.

Oh well, the good news is that maybe I&#39;ll get to read more posts from Sal, now that he can use his work laptop 😁

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/09/on-the-way-back-home.html</link>
      <pubDate>Sat, 09 May 2026 13:12:02 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/09/on-the-way-back-home.html</guid>
      <description>&lt;p&gt;On the way back home, I saw a group of kids, accompanied by adults, picking up trash and dog poop from a street that badly needed it. Turns out they belong to a local church. I&amp;rsquo;m usually a grumpy dude, but seeing this gave me hope. Just a &amp;ldquo;maybe it will be OK after all&amp;rdquo; kind of feeling.&lt;/p&gt;
</description>
      <source:markdown>On the way back home, I saw a group of kids, accompanied by adults, picking up trash and dog poop from a street that badly needed it. Turns out they belong to a local church. I&#39;m usually a grumpy dude, but seeing this gave me hope. Just a &#34;maybe it will be OK after all&#34; kind of feeling.
</source:markdown>
    </item>
    
    <item>
      <title>Her, 2013 - ★★★★</title>
      <link>https://taonaw.com/2026/05/09/her.html</link>
      <pubDate>Sat, 09 May 2026 08:30:49 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/09/her.html</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/a915e528b6.jpg&#34;/&gt;&lt;/p&gt; &lt;p&gt;This movie, which was made in 2013, may happen to be more accurate and relevant today than it was in 2013.&lt;/p&gt;&lt;p&gt;This is a romantic sci-fi with too much fairy dust, if you ask me. It asks good questions, but also answers them like a good, tamed, made-for-the-masses film. It stops short of throwing any real punches. It&#39;s holding back.&lt;/p&gt;&lt;p&gt;It made me &lt;a href=&#34;https://taonaw.com/2026/05/09/watching-her-in-your-next.html&#34; rel=&#34;nofollow&#34;&gt;think an entire essay&lt;/a&gt;, but I don&#39;t want to give it the credit for that. These thoughts were in my head (and I suspect there&#39;s a good chance it&#39;s in your head too in this day and age). It gets some serious slack though, because it was made more than 10 years ago, before AI was really a thing, and back then, this was visionary.&lt;/p&gt;&lt;p&gt;What I like and don&#39;t like about the movie in terms of 2013 is that the concept of monogamy is the default. Samantha, the &#34;AI&#34; in this movie, is developing beyond the traditional monogamous relationship, while Theodore stays with the traditional concept. I like this idea, and on a personal level as a non-monogamous person, I agree with it - but the film is a little cruel in the delivery, showing us that &#34;smart&#34; people (fine, entities) &#34;advance&#34; and don&#39;t get stuck with monogamy. A: Not true. B: Relationships are one aspect of life that someone can stay traditional in. Whether it&#39;s by choice, ignorance, or lack of available options, is not for me to decide. I do me, you do you.&lt;/p&gt;&lt;p&gt;About the idea of an Operating System (OS) as being the AI in the future: Yes. This will happen. And it will be yet another privacy nightmare, and I dare say, the end of privacy as we know it. But also, privacy as a concept needs to develop and move forward. Hmm. I sense another essay coming.&lt;/p&gt;&lt;p&gt;You know what? I don&#39;t know. The movie is not original, not exactly, but it points at things that make my brain in a way I like. I&#39;ll give it 4 stars.&lt;/p&gt;
</description>
      <source:markdown>&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/a915e528b6.jpg&#34;/&gt;&lt;/p&gt; &lt;p&gt;This movie, which was made in 2013, may happen to be more accurate and relevant today than it was in 2013.&lt;/p&gt;&lt;p&gt;This is a romantic sci-fi with too much fairy dust, if you ask me. It asks good questions, but also answers them like a good, tamed, made-for-the-masses film. It stops short of throwing any real punches. It&#39;s holding back.&lt;/p&gt;&lt;p&gt;It made me &lt;a href=&#34;https://taonaw.com/2026/05/09/watching-her-in-your-next.html&#34; rel=&#34;nofollow&#34;&gt;think an entire essay&lt;/a&gt;, but I don&#39;t want to give it the credit for that. These thoughts were in my head (and I suspect there&#39;s a good chance it&#39;s in your head too in this day and age). It gets some serious slack though, because it was made more than 10 years ago, before AI was really a thing, and back then, this was visionary.&lt;/p&gt;&lt;p&gt;What I like and don&#39;t like about the movie in terms of 2013 is that the concept of monogamy is the default. Samantha, the &#34;AI&#34; in this movie, is developing beyond the traditional monogamous relationship, while Theodore stays with the traditional concept. I like this idea, and on a personal level as a non-monogamous person, I agree with it - but the film is a little cruel in the delivery, showing us that &#34;smart&#34; people (fine, entities) &#34;advance&#34; and don&#39;t get stuck with monogamy. A: Not true. B: Relationships are one aspect of life that someone can stay traditional in. Whether it&#39;s by choice, ignorance, or lack of available options, is not for me to decide. I do me, you do you.&lt;/p&gt;&lt;p&gt;About the idea of an Operating System (OS) as being the AI in the future: Yes. This will happen. And it will be yet another privacy nightmare, and I dare say, the end of privacy as we know it. But also, privacy as a concept needs to develop and move forward. Hmm. I sense another essay coming.&lt;/p&gt;&lt;p&gt;You know what? I don&#39;t know. The movie is not original, not exactly, but it points at things that make my brain in a way I like. I&#39;ll give it 4 stars.&lt;/p&gt;
</source:markdown>
    </item>
    
    <item>
      <title>Watching &#39;Her&#39; in 2026: Your Next Relationship Could be With Computer Code</title>
      <link>https://taonaw.com/2026/05/09/watching-her-in-your-next.html</link>
      <pubDate>Sat, 09 May 2026 08:08:23 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/09/watching-her-in-your-next.html</guid>
      <description>&lt;p&gt;Today we can say Her is a movie of our time, but when it came out (2013), AI as we know it today did not exist. The movie made my mind work overtime, but not because it was an amazing piece of film (it was decent at best), it is more the way it drags in the elephant in the room: can AI replace a relationship with a human being? Well, at the state &amp;ldquo;AI&amp;rdquo; is presented in the movie, it&amp;rsquo;s a given. The concept of &amp;ldquo;dating an AI&amp;rdquo; and having an AI as a girlfriend or boyfriend is, for better or worse, a rather popular social phenomenon.&lt;/p&gt;
&lt;p&gt;OK, so what about AI at its current state? Well, I guess it depends on who you&amp;rsquo;re asking. And since you&amp;rsquo;re asking me, you&amp;rsquo;d better strap in. I&amp;rsquo;m going to start with a few strong opinions, and If you want a movie review or a recap, this is not it. If you&amp;rsquo;re here for the opinions, you might want to watch the movie first, but you don&amp;rsquo;t have to.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m of the opinion that sex is an impulse, maybe even an instinct. It&amp;rsquo;s a biological need that we have as primates. We&amp;rsquo;re influenced by sex everywhere, all the time, even if it&amp;rsquo;s nuanced and unconscious. It acts as a social magnet: both as attraction and rejection, shaping much of what we do, how we act, and how we perceive each other. Sex is also mostly physical. It&amp;rsquo;s what we see, smell, touch, hear, but not much beyond that. And, importantly, as a need, it has quantity - it can be satisfied. In that aspect, sex is like having a meal: after we have had our fill we feel full, and we don&amp;rsquo;t usually need more.&lt;/p&gt;
&lt;p&gt;Love, on the other hand, is complicated. And I mean it literally: love is a complication revolving around something. When we love someone or something, we are not talking about the immediate existing reality, but also, if not mostly, what we make up ourselves. As such, love is built and based on our memories: some real, some stretched, some completely made up. You know how you love someone for long enough and there&amp;rsquo;s a moment you ask yourself &lt;em&gt;why&lt;/em&gt; you love that person? You realize it&amp;rsquo;s those little things they do, the same quirks that can drive someone else up a wall. But to you, for some reason, they&amp;rsquo;re endearing. That&amp;rsquo;s because you&amp;rsquo;ve built a meaning around their behavioral patterns (the &amp;ldquo;quirks&amp;rdquo;). The patterns exist in reality, but their meaning and interpretation - that&amp;rsquo;s all you. This is why you can also love each person differently, for different reasons. But, take away this interpretation, the &lt;em&gt;meaning&lt;/em&gt;, and you take away the person stops being special: they are just a person. A stranger. This is why I believe Alzheimer&amp;rsquo;s is so devastating: when someone you love forgets who you are to them, they essentially lose the ability to love you. You alone carry the weight of those memories and, thus, the love for that person. However, you don&amp;rsquo;t stop loving them because you remember your memories and the meaning of that person is still there.&lt;/p&gt;
&lt;p&gt;Indeed, this &amp;ldquo;finding little things charming complex&amp;rdquo; doesn&amp;rsquo;t need to be reciprocated for you to love someone. &lt;a href=&#34;https://en.wikipedia.org/wiki/Parasocial_interaction&#34;&gt;People have &amp;ldquo;fallen in love&amp;rdquo; with celebrities&lt;/a&gt; who in turn had no idea the person loving them (the fan) even exists (see for example &lt;a href=&#34;https://www.participations.org/03-01-04-horton.pdf&#34;&gt;Mass Communication and Para-Social Interaction&lt;/a&gt;, a study on attraction toward celebrities, and the interesting case of the &amp;ldquo;&lt;a href=&#34;https://archive.org/details/LonesomeGal&#34;&gt;Lonesome Girl&lt;/a&gt;&amp;rdquo; in the 1950s). This phenomenon has only grown stronger with video games (guilty) and sites like OnlyFans during COVID (I don&amp;rsquo;t have a solid and free study to link to here, but do look it up; these studies exist). The bottom line: you don&amp;rsquo;t need a reciprocating human being to love said human being. Or for that matter - and here&amp;rsquo;s where I&amp;rsquo;m finally getting to it - some &lt;em&gt;thing&lt;/em&gt;. It can be anything. If you want to explore this in movie format, Tom Hanks plays it nicely in &lt;a href=&#34;https://letterboxd.com/film/cast-away/&#34;&gt;Cast Away&lt;/a&gt; with Wilson. This, in itself, leads to some &lt;a href=&#34;https://www.researchgate.net/publication/403260709_More_than_a_Volleyball_Wilson_and_the_Psychology_of_Object_Attachment_in_Survival_Cinema&#34;&gt;interesting studies&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So can people be in love with AI for that matter? Absolutely. Is this the kind of relationship you can have with a reciprocating human partner? Of course not. But here we encounter two important limitations in the movie.&lt;/p&gt;
&lt;p&gt;For one, the movie has an interesting (and for me, welcoming) take on monogamy and love. Spike Jonze (director and writer of Her) took monogamy as the default for most people when they think about love, and I agree that this is the default for most. As for me, I&amp;rsquo;m on Samantha&amp;rsquo;s side - she is capable of loving 641 people at once, and she explains how it&amp;rsquo;s possible nicely. Remember when I said you love each person differently? I believe that&amp;rsquo;s part of it. Sure, love comes with the same &amp;ldquo;butterfly effect&amp;rdquo; across different people (and objects), but details matter. You can love someone to bits, and it doesn&amp;rsquo;t change the fact that you can love another for different reasons.&lt;/p&gt;
&lt;p&gt;You can disagree, but as a non-monogamous person, that was a &amp;ldquo;fuck yeah!&amp;rdquo; moment for me in the movie. I am gratefully experiencing loving connections with several different reciprocating humans (and only humans for now, though my espresso machine does come close sometimes) every day. The notion that love = one and only one person has been false for me for almost two decades, and I&amp;rsquo;m far from being the only one.&lt;/p&gt;
&lt;p&gt;Still, as far as the movie goes, monogamy seems to be a requirement for the kind of love Theodor needs: love in the &amp;ldquo;traditional&amp;rdquo; sense, the love that doesn&amp;rsquo;t develop and move forward the way Samantha&amp;rsquo;s love does. Love is dynamic. It&amp;rsquo;s an experience, or rather, a collection of those (memories, remember?) which is similar to what Samantha feels, or I&amp;rsquo;d say, what Samantha &lt;em&gt;evolved&lt;/em&gt; to understand she feels. And yes, since I feel this is going to be the next question, you can love someone and let them go at the same time. It happens all the time. Sometimes it&amp;rsquo;s even a requirement to keep loving someone, as odd as it may sound. I don&amp;rsquo;t have kids myself, but I think parents might experience this sort of struggle every day as their kids grow up (feel free to let me know).&lt;/p&gt;
&lt;p&gt;Sex is the other limitation in Her. According to the movie, it seems that sex is a requirement for love, and Theodore and Samantha do have sex. Well, first: not true (you can argue it&amp;rsquo;s a requirement for a &amp;ldquo;romantic&amp;rdquo; kind of love, and I&amp;rsquo;d argue with you there too, but this is becoming an essay I already ran out of coffee for); and second&amp;hellip; let&amp;rsquo;s talk about this for a minute. Adult hats on, please.&lt;/p&gt;
&lt;p&gt;I said earlier that sex is mostly a physical need (answered by an orgasm), much like being hungry (answered by food), or tired (answered by sleep), and so on. Sex is a bit unique, since you could satisfy the need for it on your own (masturbation), but I think we can agree that for the most part it&amp;rsquo;s better with a reciprocating partner. We can probably also agree that a character in an erotic novel or a video game, while not reciprocating, is more rewarding than nothing. So, if we agree here, can we also agree on a spectrum, with masturbation on one end and &amp;ldquo;a fully reciprocating human being&amp;rdquo; on the other? And further, can we agree that on that spectrum, sexting is somewhere between masturbation and a reciprocating partner? Alright, so, sex with an AI can probably fit on it somewhere too, probably a bit beyond (&amp;ldquo;more satisfying&amp;rdquo; than) masturbation.&lt;/p&gt;
&lt;p&gt;Now let&amp;rsquo;s take this further.&lt;/p&gt;
&lt;p&gt;Imagine we have human androids, with silicon skin, soft tissues, and something resembling sexual organs to a sufficient degree to be, essentially, advanced sex toys. If we couple them with AI, which should be better at sexting than half of the humans (an over-simplified statistics: AI is built on samples of human text, including erotica, and it will choose what&amp;rsquo;s popular and use preferred vocabulary etc, making it a decent (but not great) basic writer), is it so hard to believe someone can be in love with such an Android based on what we said so far? An Android that can make them feel like their feelings and desires are reciprocated? I mean, if we&amp;rsquo;ve already agreed humans can love volleyballs and can have sex with their own hands, is this so far-fetched? Isn&amp;rsquo;t this possible?&lt;/p&gt;
&lt;p&gt;OK JTR, calm down. Could doesn&amp;rsquo;t mean should, you say?&lt;/p&gt;
&lt;p&gt;Really?&lt;/p&gt;
&lt;p&gt;If you had sex androids, the kind that can provide even basic sexual services (glorified and expensive sex toys), which can satisfy the need for sex at least to a degree, isn&amp;rsquo;t that a good thing, like satisfying other needs? Think, for a moment, about the negativity that happens around the need - the hunger - for sex when it&amp;rsquo;s satisfied. Think of the suffering. The violence. This destructiveness is based on the fact that sex necessitates, at least to a degree, another human being - a human being who, too often, does not have the same need and wants nothing to do with it. So. Is it so bad to at least have this as an &lt;em&gt;option&lt;/em&gt;? Is a sexual android so bad morally, next to, say, a vibrator? or a fleshlight? an erotic novel? a porn film? &amp;hellip;Why?&lt;/p&gt;
&lt;p&gt;And such sex androids would have additional benefits. No health concerns, for one. They could be used for training (kinks? BDSM?) and for guidance (sex education for adults). You could use them to alleviate depression and rejection issues. You could perhaps reduce human trafficking. Think of it. It could be a good tool, just like AI today could (and often is) a good tool. And like any tool, especially AI today, it can be abused, but that&amp;rsquo;s beyond the point I&amp;rsquo;m trying to make here.&lt;/p&gt;
&lt;p&gt;The movie Her did not put these thoughts in my head. But it did give me a good reason to talk about these things, and a good medium to do so. You will probably not get the same experience from this movie, but hey, maybe you will. And if you want to talk about it, feel free to email me.&lt;/p&gt;
</description>
      <source:markdown>Today we can say Her is a movie of our time, but when it came out (2013), AI as we know it today did not exist. The movie made my mind work overtime, but not because it was an amazing piece of film (it was decent at best), it is more the way it drags in the elephant in the room: can AI replace a relationship with a human being? Well, at the state &#34;AI&#34; is presented in the movie, it&#39;s a given. The concept of &#34;dating an AI&#34; and having an AI as a girlfriend or boyfriend is, for better or worse, a rather popular social phenomenon.

OK, so what about AI at its current state? Well, I guess it depends on who you&#39;re asking. And since you&#39;re asking me, you&#39;d better strap in. I&#39;m going to start with a few strong opinions, and If you want a movie review or a recap, this is not it. If you&#39;re here for the opinions, you might want to watch the movie first, but you don&#39;t have to.

I&#39;m of the opinion that sex is an impulse, maybe even an instinct. It&#39;s a biological need that we have as primates. We&#39;re influenced by sex everywhere, all the time, even if it&#39;s nuanced and unconscious. It acts as a social magnet: both as attraction and rejection, shaping much of what we do, how we act, and how we perceive each other. Sex is also mostly physical. It&#39;s what we see, smell, touch, hear, but not much beyond that. And, importantly, as a need, it has quantity - it can be satisfied. In that aspect, sex is like having a meal: after we have had our fill we feel full, and we don&#39;t usually need more.

Love, on the other hand, is complicated. And I mean it literally: love is a complication revolving around something. When we love someone or something, we are not talking about the immediate existing reality, but also, if not mostly, what we make up ourselves. As such, love is built and based on our memories: some real, some stretched, some completely made up. You know how you love someone for long enough and there&#39;s a moment you ask yourself *why* you love that person? You realize it&#39;s those little things they do, the same quirks that can drive someone else up a wall. But to you, for some reason, they&#39;re endearing. That&#39;s because you&#39;ve built a meaning around their behavioral patterns (the &#34;quirks&#34;). The patterns exist in reality, but their meaning and interpretation - that&#39;s all you. This is why you can also love each person differently, for different reasons. But, take away this interpretation, the _meaning_, and you take away the person stops being special: they are just a person. A stranger. This is why I believe Alzheimer&#39;s is so devastating: when someone you love forgets who you are to them, they essentially lose the ability to love you. You alone carry the weight of those memories and, thus, the love for that person. However, you don&#39;t stop loving them because you remember your memories and the meaning of that person is still there.

Indeed, this &#34;finding little things charming complex&#34; doesn&#39;t need to be reciprocated for you to love someone. [People have &#34;fallen in love&#34; with celebrities](https://en.wikipedia.org/wiki/Parasocial_interaction) who in turn had no idea the person loving them (the fan) even exists (see for example [Mass Communication and Para-Social Interaction](https://www.participations.org/03-01-04-horton.pdf), a study on attraction toward celebrities, and the interesting case of the &#34;[Lonesome Girl](https://archive.org/details/LonesomeGal)&#34; in the 1950s). This phenomenon has only grown stronger with video games (guilty) and sites like OnlyFans during COVID (I don&#39;t have a solid and free study to link to here, but do look it up; these studies exist). The bottom line: you don&#39;t need a reciprocating human being to love said human being. Or for that matter - and here&#39;s where I&#39;m finally getting to it - some *thing*. It can be anything. If you want to explore this in movie format, Tom Hanks plays it nicely in [Cast Away](https://letterboxd.com/film/cast-away/) with Wilson. This, in itself, leads to some [interesting studies](https://www.researchgate.net/publication/403260709_More_than_a_Volleyball_Wilson_and_the_Psychology_of_Object_Attachment_in_Survival_Cinema).

So can people be in love with AI for that matter? Absolutely. Is this the kind of relationship you can have with a reciprocating human partner? Of course not. But here we encounter two important limitations in the movie.

For one, the movie has an interesting (and for me, welcoming) take on monogamy and love. Spike Jonze (director and writer of Her) took monogamy as the default for most people when they think about love, and I agree that this is the default for most. As for me, I&#39;m on Samantha&#39;s side - she is capable of loving 641 people at once, and she explains how it&#39;s possible nicely. Remember when I said you love each person differently? I believe that&#39;s part of it. Sure, love comes with the same &#34;butterfly effect&#34; across different people (and objects), but details matter. You can love someone to bits, and it doesn&#39;t change the fact that you can love another for different reasons.

You can disagree, but as a non-monogamous person, that was a &#34;fuck yeah!&#34; moment for me in the movie. I am gratefully experiencing loving connections with several different reciprocating humans (and only humans for now, though my espresso machine does come close sometimes) every day. The notion that love = one and only one person has been false for me for almost two decades, and I&#39;m far from being the only one.

Still, as far as the movie goes, monogamy seems to be a requirement for the kind of love Theodor needs: love in the &#34;traditional&#34; sense, the love that doesn&#39;t develop and move forward the way Samantha&#39;s love does. Love is dynamic. It&#39;s an experience, or rather, a collection of those (memories, remember?) which is similar to what Samantha feels, or I&#39;d say, what Samantha _evolved_ to understand she feels. And yes, since I feel this is going to be the next question, you can love someone and let them go at the same time. It happens all the time. Sometimes it&#39;s even a requirement to keep loving someone, as odd as it may sound. I don&#39;t have kids myself, but I think parents might experience this sort of struggle every day as their kids grow up (feel free to let me know).

Sex is the other limitation in Her. According to the movie, it seems that sex is a requirement for love, and Theodore and Samantha do have sex. Well, first: not true (you can argue it&#39;s a requirement for a &#34;romantic&#34; kind of love, and I&#39;d argue with you there too, but this is becoming an essay I already ran out of coffee for); and second... let&#39;s talk about this for a minute. Adult hats on, please.

I said earlier that sex is mostly a physical need (answered by an orgasm), much like being hungry (answered by food), or tired (answered by sleep), and so on. Sex is a bit unique, since you could satisfy the need for it on your own (masturbation), but I think we can agree that for the most part it&#39;s better with a reciprocating partner. We can probably also agree that a character in an erotic novel or a video game, while not reciprocating, is more rewarding than nothing. So, if we agree here, can we also agree on a spectrum, with masturbation on one end and &#34;a fully reciprocating human being&#34; on the other? And further, can we agree that on that spectrum, sexting is somewhere between masturbation and a reciprocating partner? Alright, so, sex with an AI can probably fit on it somewhere too, probably a bit beyond (&#34;more satisfying&#34; than) masturbation.

Now let&#39;s take this further.

Imagine we have human androids, with silicon skin, soft tissues, and something resembling sexual organs to a sufficient degree to be, essentially, advanced sex toys. If we couple them with AI, which should be better at sexting than half of the humans (an over-simplified statistics: AI is built on samples of human text, including erotica, and it will choose what&#39;s popular and use preferred vocabulary etc, making it a decent (but not great) basic writer), is it so hard to believe someone can be in love with such an Android based on what we said so far? An Android that can make them feel like their feelings and desires are reciprocated? I mean, if we&#39;ve already agreed humans can love volleyballs and can have sex with their own hands, is this so far-fetched? Isn&#39;t this possible?

OK JTR, calm down. Could doesn&#39;t mean should, you say?

Really?

If you had sex androids, the kind that can provide even basic sexual services (glorified and expensive sex toys), which can satisfy the need for sex at least to a degree, isn&#39;t that a good thing, like satisfying other needs? Think, for a moment, about the negativity that happens around the need - the hunger - for sex when it&#39;s satisfied. Think of the suffering. The violence. This destructiveness is based on the fact that sex necessitates, at least to a degree, another human being - a human being who, too often, does not have the same need and wants nothing to do with it. So. Is it so bad to at least have this as an *option*? Is a sexual android so bad morally, next to, say, a vibrator? or a fleshlight? an erotic novel? a porn film? ...Why?

And such sex androids would have additional benefits. No health concerns, for one. They could be used for training (kinks? BDSM?) and for guidance (sex education for adults). You could use them to alleviate depression and rejection issues. You could perhaps reduce human trafficking. Think of it. It could be a good tool, just like AI today could (and often is) a good tool. And like any tool, especially AI today, it can be abused, but that&#39;s beyond the point I&#39;m trying to make here.

The movie Her did not put these thoughts in my head. But it did give me a good reason to talk about these things, and a good medium to do so. You will probably not get the same experience from this movie, but hey, maybe you will. And if you want to talk about it, feel free to email me.

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/07/inkwells-recap-feature-is-not.html</link>
      <pubDate>Thu, 07 May 2026 18:52:06 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/07/inkwells-recap-feature-is-not.html</guid>
      <description>&lt;p&gt;Inkwell&amp;rsquo;s recap feature is not exactly 100% accurate, but I think I like what it suggests!&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/a0eef5728b.png&#34; width=&#34;331&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
      <source:markdown>Inkwell&#39;s recap feature is not exactly 100% accurate, but I think I like what it suggests! 

&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/a0eef5728b.png&#34; width=&#34;331&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/06/its-late-but-i-think.html</link>
      <pubDate>Wed, 06 May 2026 23:21:43 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/06/its-late-but-i-think.html</guid>
      <description>&lt;p&gt;It&amp;rsquo;s late&amp;hellip; but I think I finally got my blog lists recommendations working on my &lt;a href=&#34;https://taonaw.com/blogroll/&#34;&gt;Blogrolls page&lt;/a&gt;&amp;hellip; whew.&lt;/p&gt;
</description>
      <source:markdown>It&#39;s late... but I think I finally got my blog lists recommendations working on my [Blogrolls page](https://taonaw.com/blogroll/)... whew.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/06/finished-watching-better-call-saul.html</link>
      <pubDate>Wed, 06 May 2026 19:13:07 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/06/finished-watching-better-call-saul.html</guid>
      <description>&lt;p&gt;Finished watching: &lt;a href=&#34;https://www.themoviedb.org/tv/60059/season/6/episode/10&#34;&gt;Better Call Saul S6E10, Nippy&lt;/a&gt; 📺&lt;/p&gt;
&lt;p&gt;Good to go back to this show. I&amp;rsquo;m almost done. Seems like they are summing up&amp;hellip; once Saul Goodman, always Saul Goodman.&lt;/p&gt;
</description>
      <source:markdown>Finished watching: [Better Call Saul S6E10, Nippy](https://www.themoviedb.org/tv/60059/season/6/episode/10) 📺

Good to go back to this show. I&#39;m almost done. Seems like they are summing up... once Saul Goodman, always Saul Goodman.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/06/yesterday-at-some-point-at.html</link>
      <pubDate>Wed, 06 May 2026 08:20:02 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/06/yesterday-at-some-point-at.html</guid>
      <description>&lt;p&gt;Yesterday at some point at work I just reached my limit. I got up, left the office, took a nap at home, and reconsidered how to start scheduling myself &lt;em&gt;out&lt;/em&gt; of meetings and stop replying to most emails. I&amp;rsquo;m worried about pushback but I need to face this worry.&lt;/p&gt;
</description>
      <source:markdown>Yesterday at some point at work I just reached my limit. I got up, left the office, took a nap at home, and reconsidered how to start scheduling myself *out* of meetings and stop replying to most emails. I&#39;m worried about pushback but I need to face this worry. 
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/05/because-i-keep-finding-web.html</link>
      <pubDate>Tue, 05 May 2026 07:27:14 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/05/because-i-keep-finding-web.html</guid>
      <description>&lt;p&gt;Because I keep finding web pages listing other web pages (different blog lists that list independent blogs), I decided to add a category on my blogroll just for those. It also features my first pixel-art &amp;ldquo;masterpiece&amp;rdquo; and two quotes: one from a song I like and another from a movie I like.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m still working out the kinks (it required fixes for my CSS specifically for that image, and a new blogroll means a new shortcode in Hugo), but it should be fully operational shortly.&lt;/p&gt;
</description>
      <source:markdown>Because I keep finding web pages listing other web pages (different blog lists that list independent blogs), I decided to add a category on my blogroll just for those. It also features my first pixel-art &#34;masterpiece&#34; and two quotes: one from a song I like and another from a movie I like.

I&#39;m still working out the kinks (it required fixes for my CSS specifically for that image, and a new blogroll means a new shortcode in Hugo), but it should be fully operational shortly.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/03/all-the-good-indie-web.html</link>
      <pubDate>Sun, 03 May 2026 18:49:55 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/03/all-the-good-indie-web.html</guid>
      <description>&lt;p&gt;All the good indie web stuff I&amp;rsquo;ve posted and I didn&amp;rsquo;t talk about the shows I want to watch, the good movies I did watch, and I also want to keep trying for the video game stuff&amp;hellip; I need a productive staycation.&lt;/p&gt;
</description>
      <source:markdown>All the good indie web stuff I&#39;ve posted and I didn&#39;t talk about the shows I want to watch, the good movies I did watch, and I also want to keep trying for the video game stuff... I need a productive staycation. 
</source:markdown>
    </item>
    
    <item>
      <title>Bubbles, Scrolls, and made by a human seal of approval</title>
      <link>https://taonaw.com/2026/05/03/bubbles-scrolls-and-made-by.html</link>
      <pubDate>Sun, 03 May 2026 08:01:04 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/03/bubbles-scrolls-and-made-by.html</guid>
      <description>&lt;p&gt;Yesterday, I mentioned I stumbled upon &lt;a href=&#34;https://bubbles.town/&#34;&gt;Bubbles&lt;/a&gt;, a &lt;a href=&#34;https://en.wikipedia.org/wiki/Hacker_News&#34;&gt;Hacker News&lt;/a&gt; (if you&amp;rsquo;re familiar) like site aimed specifically at blogs, with an attempt to capture less-techy content. I&amp;rsquo;ve been enjoying exploring its different pages.&lt;/p&gt;
&lt;p&gt;Bubbles&#39; main page is a &amp;ldquo;top list&amp;rdquo; of blog posts, ranked by the number of upvotes, much like Hacker News. The other tabs, &amp;ldquo;new&amp;rdquo; and &amp;ldquo;hot&amp;rdquo;, let you discover the newest content and the most discussed content (most comments), in that order. Then there&amp;rsquo;s the &amp;ldquo;my&amp;rdquo; tab, which looks like a place to store your own RSS feeds from the lists on Bubbles and possibly elsewhere, but I haven&amp;rsquo;t used it yet.&lt;/p&gt;
&lt;p&gt;Bubbles also has a newsletter-like page for daily and weekly content by topic (you can also choose and filter which topics you want to see throughout the site). All of these sections are available with RSS feeds, so you can get the content from Bubbles directly to your RSS reader (it supports Atom feeds, which proved to be an issue with &lt;a href=&#34;https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html&#34;&gt;Inkwell&lt;/a&gt;, but there seems to be a way around that).&lt;/p&gt;
&lt;p&gt;Then, through Mastodon, I found out about &lt;a href=&#34;https://shellsharks.com/scrolls/scroll/2026-05-01&#34;&gt;Scrolls&lt;/a&gt;. Scrolls is a human-made newsletter by &lt;a href=&#34;https://shellsharks.com/&#34;&gt;Mike Sass&lt;/a&gt;, which features more tech-related news than Bubbles, with a specific focus on the Indieweb, Fediverse, and Cybersecurity, which is more or less my order of interest in these topics. It&amp;rsquo;s another good place to discover content from other bloggers, and I noticed there&amp;rsquo;s an overlap between Bubbles and Scrolls - which is not a bad thing.&lt;/p&gt;
&lt;p&gt;Then, through one of those tools (or through one of the blogs I added to my list last week? I&amp;rsquo;m losing track in the best way!) I found out about &lt;a href=&#34;https://codeberg.org/robida/human.json&#34;&gt;human.json&lt;/a&gt;. This is a novel and interesting project that aims to authenticate human blogs, which reminds me of &amp;ldquo;&lt;a href=&#34;https://en.wikipedia.org/wiki/Web_of_trust&#34;&gt;the web of trust&lt;/a&gt; concept: one human vouches for another human they know, and that human in turn vouches for another, and so on. The idea is for human-made content to be authenticated and recognized, rather than the constant AI Slop.&lt;/p&gt;
&lt;p&gt;Honestly, I was a bit unsure of the idea at the start. The web is flooded with people who lift pitchforks for anything related to AI, and while I can understand why, I don&amp;rsquo;t think one extreme warrants another. Besides, as I&amp;rsquo;ve indicated a couple of times, I &lt;a href=&#34;https://taonaw.com/2026/03/22/using-ai-to-edit-and.html&#34;&gt;use AI on my blog&lt;/a&gt;. Fortunately, this sort of usage is not a problem according to &lt;a href=&#34;https://robida.net/entries&#34;&gt;Beto&lt;/a&gt;, the creator of this project:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s fine to use AI tools that assist you with spellchecking, grammar, formatting, etc. Just make sure to be clear and transparent about how AI is used, and consider publishing an /ai slashpage with your policy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And you know what&amp;hellip;? I think that&amp;rsquo;s a great idea. I&amp;rsquo;ll get on top of that. I need to organize my about and the info in my archive page a bit better anyway, so this may be a good opportunity.&lt;/p&gt;
&lt;p&gt;All of this Blogorama stuff had me revamp my blogroll, and I have a few more changes in mind&amp;hellip; hopefully you&amp;rsquo;ll see those live soon.&lt;/p&gt;
</description>
      <source:markdown>Yesterday, I mentioned I stumbled upon [Bubbles](https://bubbles.town/), a [Hacker News](https://en.wikipedia.org/wiki/Hacker_News) (if you&#39;re familiar) like site aimed specifically at blogs, with an attempt to capture less-techy content. I&#39;ve been enjoying exploring its different pages.

Bubbles&#39; main page is a &#34;top list&#34; of blog posts, ranked by the number of upvotes, much like Hacker News. The other tabs, &#34;new&#34; and &#34;hot&#34;, let you discover the newest content and the most discussed content (most comments), in that order. Then there&#39;s the &#34;my&#34; tab, which looks like a place to store your own RSS feeds from the lists on Bubbles and possibly elsewhere, but I haven&#39;t used it yet.

Bubbles also has a newsletter-like page for daily and weekly content by topic (you can also choose and filter which topics you want to see throughout the site). All of these sections are available with RSS feeds, so you can get the content from Bubbles directly to your RSS reader (it supports Atom feeds, which proved to be an issue with [Inkwell](https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html), but there seems to be a way around that).

Then, through Mastodon, I found out about [Scrolls](https://shellsharks.com/scrolls/scroll/2026-05-01). Scrolls is a human-made newsletter by [Mike Sass](https://shellsharks.com/), which features more tech-related news than Bubbles, with a specific focus on the Indieweb, Fediverse, and Cybersecurity, which is more or less my order of interest in these topics. It&#39;s another good place to discover content from other bloggers, and I noticed there&#39;s an overlap between Bubbles and Scrolls - which is not a bad thing.

Then, through one of those tools (or through one of the blogs I added to my list last week? I&#39;m losing track in the best way!) I found out about [human.json](https://codeberg.org/robida/human.json). This is a novel and interesting project that aims to authenticate human blogs, which reminds me of &#34;[the web of trust](https://en.wikipedia.org/wiki/Web_of_trust) concept: one human vouches for another human they know, and that human in turn vouches for another, and so on. The idea is for human-made content to be authenticated and recognized, rather than the constant AI Slop.

Honestly, I was a bit unsure of the idea at the start. The web is flooded with people who lift pitchforks for anything related to AI, and while I can understand why, I don&#39;t think one extreme warrants another. Besides, as I&#39;ve indicated a couple of times, I [use AI on my blog](https://taonaw.com/2026/03/22/using-ai-to-edit-and.html). Fortunately, this sort of usage is not a problem according to [Beto](https://robida.net/entries), the creator of this project:

&gt; It&#39;s fine to use AI tools that assist you with spellchecking, grammar, formatting, etc. Just make sure to be clear and transparent about how AI is used, and consider publishing an /ai slashpage with your policy.

And you know what...? I think that&#39;s a great idea. I&#39;ll get on top of that. I need to organize my about and the info in my archive page a bit better anyway, so this may be a good opportunity.

All of this Blogorama stuff had me revamp my blogroll, and I have a few more changes in mind... hopefully you&#39;ll see those live soon.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/05/01/i-havent-heard-about-bubbles.html</link>
      <pubDate>Fri, 01 May 2026 07:00:35 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/05/01/i-havent-heard-about-bubbles.html</guid>
      <description>&lt;p&gt;I haven&amp;rsquo;t heard about &lt;a href=&#34;https://bubbles.town&#34;&gt;Bubbles&lt;/a&gt; before, but one of the folks I&amp;rsquo;ve added recently to my feeds introduced me, indirectly. Seems very promising for us bloggers! I signed up (basically, all you need is a Mastodon account).&lt;/p&gt;
</description>
      <source:markdown>I haven&#39;t heard about [Bubbles](https://bubbles.town) before, but one of the folks I&#39;ve added recently to my feeds introduced me, indirectly. Seems very promising for us bloggers! I signed up (basically, all you need is a Mastodon account). 
</source:markdown>
    </item>
    
    <item>
      <title>My post about writing emails gets people to... write me emails. Good stuff.</title>
      <link>https://taonaw.com/2026/04/29/my-post-about-writing-emails.html</link>
      <pubDate>Wed, 29 Apr 2026 17:20:03 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/29/my-post-about-writing-emails.html</guid>
      <description>&lt;p&gt;Something more wonderful has been happening for the last couple of days: the number of people who reached me by email reached (or is about to reach) double digits for the first time since&amp;hellip; well, since I started having a blog, I think. Oh, and I say &amp;ldquo;more wonderful&amp;rdquo; because getting the communication I&amp;rsquo;m already getting is wonderful.&lt;/p&gt;
&lt;p&gt;I always had folks reaching out, though usually through Mastodon or Micro.blog (which is kind of Mastodon also, in a way) and when I wrote about &lt;a href=&#34;https://en.wikipedia.org/wiki/Emacs&#34;&gt;Emacs&lt;/a&gt; or org-mode. This time it&amp;rsquo;s just other bloggers and readers saying hello.&lt;/p&gt;
&lt;p&gt;It seems most of them were motivated by my post about, well, &lt;a href=&#34;https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html&#34;&gt;writing other bloggers emails&lt;/a&gt;&amp;hellip; can&amp;rsquo;t get more to the point than that!&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m going through the careful process of reading each email fast (to get a feel for it), then seeing if the person who sent it has a website (most of the time, they do), then researching this website to see if I&amp;rsquo;m adding them to my RSS feed (Inkwell is handling a lot of testing recently), then reading the email again more thoroughly before I answer, which I always do.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a pleasure to read each email. It really is.&lt;/p&gt;
&lt;p&gt;Of course, it gives an immediate ego boost when someone takes some time of their day to actually write an email to me (I guess my online ramblings are not &lt;em&gt;that&lt;/em&gt; bad after all, says the voice in my head). But besides that, it&amp;rsquo;s always like opening a box of chocolates: you never know what you&amp;rsquo;re going to get (cue up the Forrest Gump theme). Each person is unique; each email brings in another whole &lt;em&gt;brain&lt;/em&gt; to follow up on, read about, learn from, and talk to. I love it.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re one of these folks who reached out, thank you! I&amp;rsquo;ll get back to you as soon as my above process allows (and work. And life after work. And after I get some groceries that are aching to be in my fridge. And OK, I also need to exercise. But I&amp;rsquo;ll get there).&lt;/p&gt;
&lt;p&gt;It also makes me want to write more. Not just to new folks I keep finding and adding, but also to those I follow already - either because something they wrote makes me think or because I&amp;rsquo;m just wondering what&amp;rsquo;s going on.&lt;/p&gt;
&lt;p&gt;Well alrightie then! Let&amp;rsquo;s start writing some emails.&lt;/p&gt;
</description>
      <source:markdown>Something more wonderful has been happening for the last couple of days: the number of people who reached me by email reached (or is about to reach) double digits for the first time since... well, since I started having a blog, I think. Oh, and I say &#34;more wonderful&#34; because getting the communication I&#39;m already getting is wonderful.

I always had folks reaching out, though usually through Mastodon or Micro.blog (which is kind of Mastodon also, in a way) and when I wrote about [Emacs](https://en.wikipedia.org/wiki/Emacs) or org-mode. This time it&#39;s just other bloggers and readers saying hello.

It seems most of them were motivated by my post about, well, [writing other bloggers emails](https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html)... can&#39;t get more to the point than that!

I&#39;m going through the careful process of reading each email fast (to get a feel for it), then seeing if the person who sent it has a website (most of the time, they do), then researching this website to see if I&#39;m adding them to my RSS feed (Inkwell is handling a lot of testing recently), then reading the email again more thoroughly before I answer, which I always do.

It&#39;s a pleasure to read each email. It really is.

Of course, it gives an immediate ego boost when someone takes some time of their day to actually write an email to me (I guess my online ramblings are not *that* bad after all, says the voice in my head). But besides that, it&#39;s always like opening a box of chocolates: you never know what you&#39;re going to get (cue up the Forrest Gump theme). Each person is unique; each email brings in another whole *brain* to follow up on, read about, learn from, and talk to. I love it.

If you&#39;re one of these folks who reached out, thank you! I&#39;ll get back to you as soon as my above process allows (and work. And life after work. And after I get some groceries that are aching to be in my fridge. And OK, I also need to exercise. But I&#39;ll get there).

It also makes me want to write more. Not just to new folks I keep finding and adding, but also to those I follow already - either because something they wrote makes me think or because I&#39;m just wondering what&#39;s going on.

Well alrightie then! Let&#39;s start writing some emails.

</source:markdown>
    </item>
    
    <item>
      <title>Claude fixed my page, and now it&#39;s teaching me how</title>
      <link>https://taonaw.com/2026/04/29/claude-fixed-my-page-and.html</link>
      <pubDate>Wed, 29 Apr 2026 08:20:49 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/29/claude-fixed-my-page-and.html</guid>
      <description>&lt;p&gt;I used &lt;a href=&#34;https://en.wikipedia.org/wiki/Anthropic&#34;&gt;Claude&lt;/a&gt; successfully for two days to &lt;a href=&#34;https://taonaw.com/2026/04/25/on-this-day-page-dates-are-broken.html&#34;&gt;fix the date issue I had&lt;/a&gt; on my &lt;a href=&#34;https://taonaw.com/on-this-day/&#34;&gt;On This Day&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;It was a long process that involved forking my own script, working with the code in Python (highly tailored to my case, because I had some elements I added in my Hugo theme), hosting my own instance on &lt;a href=&#34;https://render.com/&#34;&gt;Render&lt;/a&gt; so it can run, and then going back and forth (which took the most time) to look for bugs with Safari&amp;rsquo;s Inspector, which in turn meant I also needed to fix some of the JS to get it working.&lt;/p&gt;
&lt;p&gt;I am now retracing my steps: I am going back over my notes and asking Claude why it did what it did and where. As I&amp;rsquo;m doing that, I&amp;rsquo;m improving it a bit more and getting a better grasp of how Python works, and the overall idea of what was needed here. Claude&amp;rsquo;s taking me to school, basically, and I&amp;rsquo;m enjoying it. When I have the notes done, I hope to have a more thorough post about this.&lt;/p&gt;
</description>
      <source:markdown>I used [Claude](https://en.wikipedia.org/wiki/Anthropic) successfully for two days to [fix the date issue I had](https://taonaw.com/2026/04/25/on-this-day-page-dates-are-broken.html) on my [On This Day](https://taonaw.com/on-this-day/) page. 

It was a long process that involved forking my own script, working with the code in Python (highly tailored to my case, because I had some elements I added in my Hugo theme), hosting my own instance on [Render](https://render.com/) so it can run, and then going back and forth (which took the most time) to look for bugs with Safari&#39;s Inspector, which in turn meant I also needed to fix some of the JS to get it working.

I am now retracing my steps: I am going back over my notes and asking Claude why it did what it did and where. As I&#39;m doing that, I&#39;m improving it a bit more and getting a better grasp of how Python works, and the overall idea of what was needed here. Claude&#39;s taking me to school, basically, and I&#39;m enjoying it. When I have the notes done, I hope to have a more thorough post about this.

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/04/28/manton-about-ai-usage-in.html</link>
      <pubDate>Tue, 28 Apr 2026 09:10:02 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/28/manton-about-ai-usage-in.html</guid>
      <description>&lt;p&gt;Manton about AI usage in Micro.blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://www.manton.org/2026/01/31/ai-strategy-for.html&#34;&gt;Earlier this year I blogged&lt;/a&gt; a strategy for how I want to use AI thoughtfully in Micro.blog. It has been a good guide for me, like user-centered guardrails. There is still so much we can build that fits within that strategy, hopefully avoiding the worst &amp;ldquo;put AI in everything&amp;rdquo; fixation from bigger companies that users are rejecting.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Micro.blog has a master switch for AI. If the user turns it off, there&amp;rsquo;s no AI usage. Period. None of the AI features would work:&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/mb-ai.png&#34; width=&#34;600&#34; height=&#34;138&#34; alt=&#34;Auto-generated description: A notice explains that Micro.blog uses artificial intelligence and OpenAI for various features but ensures data privacy and non-use for training.&#34;&gt;
&lt;p&gt;While it&amp;rsquo;s true that users of Micro.blog would lose some of the benefits of the service if they turn it off (and they&amp;rsquo;re paying for the service just the same), it is right to let the users choose if they want to use AI, without forcing it everywhere possible, like Microsoft has done with Copilot.&lt;/p&gt;
&lt;p&gt;I find that Micro.blog has followed this mentality, especially looking into what is being done around &lt;a href=&#34;https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html&#34;&gt;Inkwell&lt;/a&gt; (Inkwell has a feature where AI can summarize several RSS feeds in a helpful &amp;ldquo;here&amp;rsquo;s what happened on JTR&amp;rsquo;s blog in the last week&amp;rdquo; sort of way).&lt;/p&gt;
&lt;p&gt;This post from Manton didn&amp;rsquo;t come out of nowhere; he was listening to &lt;a href=&#34;https://www.theverge.com/podcast/917029/software-brain-ai-backlash-databases-automation&#34;&gt;Nilay Patel&amp;rsquo;s opinion&lt;/a&gt; piece about &amp;ldquo;Software Brain,&amp;rdquo; which is worth listening to. It&amp;rsquo;s one of the reasons I enjoy following Manton&amp;rsquo;s feed - it&amp;rsquo;s not just Micro.blog, but there are also interesting opinions about AI and using it.&lt;/p&gt;
</description>
      <source:markdown>Manton about AI usage in Micro.blog:

&gt; [Earlier this year I blogged](https://www.manton.org/2026/01/31/ai-strategy-for.html) a strategy for how I want to use AI thoughtfully in Micro.blog. It has been a good guide for me, like user-centered guardrails. There is still so much we can build that fits within that strategy, hopefully avoiding the worst &#34;put AI in everything&#34; fixation from bigger companies that users are rejecting.

Micro.blog has a master switch for AI. If the user turns it off, there&#39;s no AI usage. Period. None of the AI features would work:

&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2026/mb-ai.png&#34; width=&#34;600&#34; height=&#34;138&#34; alt=&#34;Auto-generated description: A notice explains that Micro.blog uses artificial intelligence and OpenAI for various features but ensures data privacy and non-use for training.&#34;&gt;

While it&#39;s true that users of Micro.blog would lose some of the benefits of the service if they turn it off (and they&#39;re paying for the service just the same), it is right to let the users choose if they want to use AI, without forcing it everywhere possible, like Microsoft has done with Copilot.

I find that Micro.blog has followed this mentality, especially looking into what is being done around [Inkwell](https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html) (Inkwell has a feature where AI can summarize several RSS feeds in a helpful &#34;here&#39;s what happened on JTR&#39;s blog in the last week&#34; sort of way).

This post from Manton didn&#39;t come out of nowhere; he was listening to [Nilay Patel&#39;s opinion](https://www.theverge.com/podcast/917029/software-brain-ai-backlash-databases-automation) piece about &#34;Software Brain,&#34; which is worth listening to. It&#39;s one of the reasons I enjoy following Manton&#39;s feed - it&#39;s not just Micro.blog, but there are also interesting opinions about AI and using it.

</source:markdown>
    </item>
    
    <item>
      <title>On This Day page dates are broken</title>
      <link>https://taonaw.com/2026/04/25/on-this-day-page-dates.html</link>
      <pubDate>Sat, 25 Apr 2026 08:32:40 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/25/on-this-day-page-dates.html</guid>
      <description>&lt;p&gt;My &lt;a href=&#34;https://taonaw.com/on-this-day/&#34;&gt;On This Day&lt;/a&gt; page is a little broken.&lt;/p&gt;
&lt;p&gt;Turns out that when I made the change to &lt;a href=&#34;https://taonaw.com/2026/04/18/iso-dates-are-back.html&#34;&gt;ISO dates&lt;/a&gt;, I broke the dates on this page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://taonaw.com/2024/08/10/on-this-day.html&#34;&gt;I implemented this page&lt;/a&gt; about a year and a half ago. It uses an external JS code, over at &lt;a href=&#34;https://github.com/cleverdevil/micromemories&#34;&gt;https://github.com/cleverdevil/micromemories&lt;/a&gt;, and my guess is that the American date format is built into the code, and there&amp;rsquo;s some sort of conflict between the way my dates are displayed now and how this code sees dates.&lt;/p&gt;
&lt;p&gt;I have an idea of how to fix this (there&amp;rsquo;s a Hugo code that should work in the help forum) but I&amp;rsquo;m not sure how to implement it (I&amp;rsquo;m guessing some sort of partial HTML file) and more importantly, where. If I try to place the code directly in the page, it shows as plain text.&lt;/p&gt;
&lt;p&gt;For now I&amp;rsquo;m leaving the old code up, as the page itself is still functional, and the dates of the posts on it are obvious enough (it&amp;rsquo;s called &amp;ldquo;on this day&amp;rdquo; after all), it&amp;rsquo;s just the year that is unknown - until you click on the post and it opens in its own page.&lt;/p&gt;
</description>
      <source:markdown>My [On This Day](https://taonaw.com/on-this-day/) page is a little broken.

Turns out that when I made the change to [ISO dates](https://taonaw.com/2026/04/18/iso-dates-are-back.html), I broke the dates on this page.

[I implemented this page](https://taonaw.com/2024/08/10/on-this-day.html) about a year and a half ago. It uses an external JS code, over at &lt;https://github.com/cleverdevil/micromemories&gt;, and my guess is that the American date format is built into the code, and there&#39;s some sort of conflict between the way my dates are displayed now and how this code sees dates.

I have an idea of how to fix this (there&#39;s a Hugo code that should work in the help forum) but I&#39;m not sure how to implement it (I&#39;m guessing some sort of partial HTML file) and more importantly, where. If I try to place the code directly in the page, it shows as plain text.

For now I&#39;m leaving the old code up, as the page itself is still functional, and the dates of the posts on it are obvious enough (it&#39;s called &#34;on this day&#34; after all), it&#39;s just the year that is unknown - until you click on the post and it opens in its own page.

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/04/25/doctorow-reflects-on-how-in.html</link>
      <pubDate>Sat, 25 Apr 2026 08:10:00 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/25/doctorow-reflects-on-how-in.html</guid>
      <description>&lt;p&gt;Doctorow reflects on how, in a way, his life&amp;rsquo;s work can be summed with one angry poop emojy:&lt;/p&gt;
&lt;blockquote class=&#34;quoteback&#34; data-author=&#34;pluralistic.net&#34; data-avatar=&#34;https://micro.blog/pluralistic.net/avatar.jpg&#34; cite=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34;&gt;&lt;p&gt;Pluralistic: A free, open visual identity for enshittification (24 Apr 2026) &lt;a href=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34;&gt;pluralistic.net&lt;/a&gt;&lt;/p&gt;&lt;footer&gt;pluralistic.net &lt;cite&gt;&lt;a href=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34; class=&#34;u-in-reply-to&#34;&gt;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&lt;/a&gt;&lt;/cite&gt;&lt;/footer&gt;&lt;/blockquote&gt;&lt;script src=&#34;https://cdn.micro.blog/quoteback.js&#34;&gt;&lt;/script&gt;
&lt;p&gt;Needless to say, I got myself the sticker.&lt;/p&gt;
</description>
      <source:markdown>Doctorow reflects on how, in a way, his life&#39;s work can be summed with one angry poop emojy:

&lt;blockquote class=&#34;quoteback&#34; data-author=&#34;pluralistic.net&#34; data-avatar=&#34;https://micro.blog/pluralistic.net/avatar.jpg&#34; cite=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34;&gt;&lt;p&gt;Pluralistic: A free, open visual identity for enshittification (24 Apr 2026) &lt;a href=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34;&gt;pluralistic.net&lt;/a&gt;&lt;/p&gt;&lt;footer&gt;pluralistic.net &lt;cite&gt;&lt;a href=&#34;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&#34; class=&#34;u-in-reply-to&#34;&gt;https://pluralistic.net/2026/04/24/poop-emoji-plus-plus/#devin-washburn&lt;/a&gt;&lt;/cite&gt;&lt;/footer&gt;&lt;/blockquote&gt;&lt;script src=&#34;https://cdn.micro.blog/quoteback.js&#34;&gt;&lt;/script&gt;

Needless to say, I got myself the sticker.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/04/23/so-far-im-enjoying-inkwell.html</link>
      <pubDate>Thu, 23 Apr 2026 15:47:51 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/23/so-far-im-enjoying-inkwell.html</guid>
      <description>&lt;p&gt;So far, I&amp;rsquo;m enjoying &lt;a href=&#34;https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html&#34;&gt;Inkwell&lt;/a&gt;. The main advantages over my FreshRSS setup is mainly the speed and the cleaner UI.&lt;/p&gt;
&lt;p&gt;Since I discover most of my RSS feed via blogs and reading posts online, I already have the browser open, and adding a new feed to Inkwell is faster then doing so on FreshRSS because my Synology needs to wake up if it&amp;rsquo;s hibernating, then it needs to log me in - and sometimes the container FreshRSS is on is not available for some reason and I need to restart it or wait patiently. Not an issue with Inkwell.&lt;/p&gt;
&lt;p&gt;There are a few issues that need to be polished out, especially on the web and the Mac version, but I&amp;rsquo;m already leaning into the philosophy behind the app: read what&amp;rsquo;s new today, and don&amp;rsquo;t worry about what I missed. It&amp;rsquo;s easy enough to visit the Inkwell blog and read past posts if needed.&lt;/p&gt;
</description>
      <source:markdown>So far, I&#39;m enjoying [Inkwell](https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html). The main advantages over my FreshRSS setup is mainly the speed and the cleaner UI.

Since I discover most of my RSS feed via blogs and reading posts online, I already have the browser open, and adding a new feed to Inkwell is faster then doing so on FreshRSS because my Synology needs to wake up if it&#39;s hibernating, then it needs to log me in - and sometimes the container FreshRSS is on is not available for some reason and I need to restart it or wait patiently. Not an issue with Inkwell.

There are a few issues that need to be polished out, especially on the web and the Mac version, but I&#39;m already leaning into the philosophy behind the app: read what&#39;s new today, and don&#39;t worry about what I missed. It&#39;s easy enough to visit the Inkwell blog and read past posts if needed.
</source:markdown>
    </item>
    
    <item>
      <title>Things I want to do with my website (part 1)</title>
      <link>https://taonaw.com/2026/04/23/things-i-want-to-do.html</link>
      <pubDate>Thu, 23 Apr 2026 10:56:11 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/23/things-i-want-to-do.html</guid>
      <description>&lt;p&gt;I was inspired to write this post by &lt;a href=&#34;https://conniesue.me/heres-the-thing-about-my-blog/&#34;&gt;Connie Sue&lt;/a&gt;, who in turn was inspired by &lt;a href=&#34;https://francescrossley.com/things-i-want-to-do-with-my-website/&#34;&gt;Frances&lt;/a&gt;, who in turn was prompted to write something by &lt;a href=&#34;https://jamesg.blog/2026/03/23/the-artist-was-here&#34;&gt;James&lt;/a&gt;. Apparently, the indie web is an inspiring place!&lt;sup&gt;&lt;a id=&#34;fnr.1&#34; class=&#34;footref&#34; href=&#34;#fn.1&#34; role=&#34;doc-backlink&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;This morning I woke up thinking about the Tinker Station in &lt;a href=&#34;https://en.wikipedia.org/wiki/Pacific_Drive_(video_game)&#34;&gt;Pacific Drive&lt;/a&gt;. This is a rather specific feature in a specific video game, so let me backtrack for a moment. Don&amp;rsquo;t worry, I will climb back out of this tangent and return to the topic at hand after three paragraphs.&lt;/p&gt;
&lt;p&gt;In Pacific Drive, you spend time customizing, upgrading, and fixing your car, which you use throughout the game. This takes place in the in-game garage, which you park at the end of a drive (a &amp;ldquo;level&amp;rdquo; in the game, basically). The garage has various tools and stations, including the Tinker Station.&lt;/p&gt;
&lt;p&gt;The Tinker Station, in a nutshell that would make sense in today&amp;rsquo;s lingo, is an AI that helps you fix various weird quirks with your car. For example, say the car&amp;rsquo;s lights dim when you swerve your steering wheel hard to the right, or the engine hood pops open when you put your car in reverse. At the end of the drive with that weird quirk (or a couple), you go to that Tinker Station and outline your problem inside the Tinker Station with an If/Then logic: &amp;ldquo;hood &amp;gt; opens / car &amp;gt; in reverse&amp;rdquo;. If you guessed the problem and the cause correctly, the Tinker Station congratulates you in glowing rainbow neon colors and tells you what tools you need to fix the issue.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s a lot more going on with the game, which I think is one of the best games I picked up in the last 2 years, and the Tinker Station is only one detail, and a small one at that. And this is what I&amp;rsquo;m getting at, by taking the long route and smelling the roses.&lt;/p&gt;
&lt;p&gt;my website has a &lt;a href=&#34;https://taonaw.com/categories/games/&#34;&gt;games section&lt;/a&gt;, which doesn&amp;rsquo;t see much action. Or, rather, it doesn&amp;rsquo;t see much action compared to how much time I spend playing video games. I usually clock at least 2 hours of video gaming a day. I have a &lt;a href=&#34;https://taonaw.com/2025/01/11/system-thelio-mira-first-impressions.html&#34;&gt;gaming desktop&lt;/a&gt;. I &lt;a href=&#34;https://taonaw.com/2025/02/26/linux-for-games-mac-for.html&#34;&gt;play only in Linux&lt;/a&gt; these days, and I usually play games that are not your usual popular alien shooters (ok, I &lt;a href=&#34;https://taonaw.com/2023/11/17/091626.html&#34;&gt;do have&lt;/a&gt; a &lt;a href=&#34;https://taonaw.com/2024/02/25/helldivers.html&#34;&gt;couple&lt;/a&gt;, I need mindless games to let my brain cool off at the end of a workday). The point I&amp;rsquo;m failing to make here yet again is that: a. I spend a lot of time playing games and b. I am somewhat of a niche player with somewhat of a niche gaming choice, and I have a lot to say about said games.&lt;/p&gt;
&lt;p&gt;So why does my gaming section get updated once every three months or so? In short: there&amp;rsquo;s too much to say.&lt;/p&gt;
&lt;p&gt;Take for example my explanation above. The Tinker Station is only one aspect of the game that I want to write about. I also want to talk about how the game is scary without being purely a horror game; this is because of a good story and great voice acting, exploration, dreary background music, and letting the player&amp;rsquo;s mind fill in the blanks when reading lab reports and notes found throughout the game. The &lt;em&gt;good&lt;/em&gt; kind of scary. The scary I like, without cheap jump scares. Another great thing about this game is how you play it driving a car, but also on foot, which fortuitously makes this game great to play with a friend: one on a controller and one on a keyboard - making this a delightful experience as the two of you work together.&lt;/p&gt;
&lt;p&gt;Each one of the three elements I highlighted above can be a separate post, and these are just the ones that popped into my head thinking about this one game. I already have other points like these listed in my notes for two other games I&amp;rsquo;m playing that I want to discuss as well. See how long &lt;em&gt;this&lt;/em&gt; post is? And I&amp;rsquo;m only using Pacific Drive as an example to explain what I want to do with my Games section - and I didn&amp;rsquo;t even get to the point yet! (and as you can see from the footnote below, it&amp;rsquo;s not even all I&amp;rsquo;m trying to say!)&lt;/p&gt;
&lt;p&gt;When there&amp;rsquo;s so much to say that writing isn&amp;rsquo;t enough, I usually turn to recording videos. I do this when I want to write in my journal, but I just need to vent. I want to borrow the same consept for video games.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not new to recording and publishing videos. TAONAW still has a YouTube channel, which is mostly deserted, and there used to be a &lt;a href=&#34;https://joinpeertube.org/&#34;&gt;PeerTube&lt;/a&gt; channel on an instance that has since shut down. &lt;a href=&#34;https://www.manton.org/2025/11/06/video-plan-preview-launching-monday.html&#34;&gt;Micro.blog&amp;rsquo;s new-ish take on video uploads&lt;/a&gt; (which has been available for a few months now) is a tempting opportunity just for that. But every time I tried to stick with video content, I failed. Video editing takes a lot of time and effort, and it&amp;rsquo;s a process I need to unlearn and relearn to find my natural flow. Still, for games, I feel this is the best way to explain and show what I want to say about video games in a way that people would understand and hopefully enjoy.&lt;/p&gt;
&lt;p&gt;So I&amp;rsquo;m going to give it another try soon, hopefully.&lt;/p&gt;
&lt;h3 id=&#34;footnotes&#34;&gt;Footnotes&lt;/h3&gt;
&lt;p&gt;&lt;sup&gt;&lt;a id=&#34;fn.1&#34; href=&#34;#fnr.1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;: I wanted to write about what I do next for my website, but I ended up writing about only one of those things - and as you can see, it&amp;rsquo;s more than enough to be a post on its own. Hence, part 1.&lt;/p&gt;
</description>
      <source:markdown>I was inspired to write this post by [Connie Sue](https://conniesue.me/heres-the-thing-about-my-blog/), who in turn was inspired by [Frances](https://francescrossley.com/things-i-want-to-do-with-my-website/), who in turn was prompted to write something by [James](https://jamesg.blog/2026/03/23/the-artist-was-here). Apparently, the indie web is an inspiring place!&lt;sup&gt;&lt;a id=&#34;fnr.1&#34; class=&#34;footref&#34; href=&#34;#fn.1&#34; role=&#34;doc-backlink&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;

This morning I woke up thinking about the Tinker Station in [Pacific Drive](https://en.wikipedia.org/wiki/Pacific_Drive_(video_game)). This is a rather specific feature in a specific video game, so let me backtrack for a moment. Don&#39;t worry, I will climb back out of this tangent and return to the topic at hand after three paragraphs.

In Pacific Drive, you spend time customizing, upgrading, and fixing your car, which you use throughout the game. This takes place in the in-game garage, which you park at the end of a drive (a &#34;level&#34; in the game, basically). The garage has various tools and stations, including the Tinker Station.

The Tinker Station, in a nutshell that would make sense in today&#39;s lingo, is an AI that helps you fix various weird quirks with your car. For example, say the car&#39;s lights dim when you swerve your steering wheel hard to the right, or the engine hood pops open when you put your car in reverse. At the end of the drive with that weird quirk (or a couple), you go to that Tinker Station and outline your problem inside the Tinker Station with an If/Then logic: &#34;hood &gt; opens / car &gt; in reverse&#34;. If you guessed the problem and the cause correctly, the Tinker Station congratulates you in glowing rainbow neon colors and tells you what tools you need to fix the issue.

There&#39;s a lot more going on with the game, which I think is one of the best games I picked up in the last 2 years, and the Tinker Station is only one detail, and a small one at that. And this is what I&#39;m getting at, by taking the long route and smelling the roses.

my website has a [games section](https://taonaw.com/categories/games/), which doesn&#39;t see much action. Or, rather, it doesn&#39;t see much action compared to how much time I spend playing video games. I usually clock at least 2 hours of video gaming a day. I have a [gaming desktop](https://taonaw.com/2025/01/11/system-thelio-mira-first-impressions.html). I [play only in Linux](https://taonaw.com/2025/02/26/linux-for-games-mac-for.html) these days, and I usually play games that are not your usual popular alien shooters (ok, I [do have](https://taonaw.com/2023/11/17/091626.html) a [couple](https://taonaw.com/2024/02/25/helldivers.html), I need mindless games to let my brain cool off at the end of a workday). The point I&#39;m failing to make here yet again is that: a. I spend a lot of time playing games and b. I am somewhat of a niche player with somewhat of a niche gaming choice, and I have a lot to say about said games.

So why does my gaming section get updated once every three months or so? In short: there&#39;s too much to say.

Take for example my explanation above. The Tinker Station is only one aspect of the game that I want to write about. I also want to talk about how the game is scary without being purely a horror game; this is because of a good story and great voice acting, exploration, dreary background music, and letting the player&#39;s mind fill in the blanks when reading lab reports and notes found throughout the game. The _good_ kind of scary. The scary I like, without cheap jump scares. Another great thing about this game is how you play it driving a car, but also on foot, which fortuitously makes this game great to play with a friend: one on a controller and one on a keyboard - making this a delightful experience as the two of you work together.

Each one of the three elements I highlighted above can be a separate post, and these are just the ones that popped into my head thinking about this one game. I already have other points like these listed in my notes for two other games I&#39;m playing that I want to discuss as well. See how long *this* post is? And I&#39;m only using Pacific Drive as an example to explain what I want to do with my Games section - and I didn&#39;t even get to the point yet! (and as you can see from the footnote below, it&#39;s not even all I&#39;m trying to say!)

When there&#39;s so much to say that writing isn&#39;t enough, I usually turn to recording videos. I do this when I want to write in my journal, but I just need to vent. I want to borrow the same consept for video games.

I&#39;m not new to recording and publishing videos. TAONAW still has a YouTube channel, which is mostly deserted, and there used to be a [PeerTube](https://joinpeertube.org/) channel on an instance that has since shut down. [Micro.blog&#39;s new-ish take on video uploads](https://www.manton.org/2025/11/06/video-plan-preview-launching-monday.html) (which has been available for a few months now) is a tempting opportunity just for that. But every time I tried to stick with video content, I failed. Video editing takes a lot of time and effort, and it&#39;s a process I need to unlearn and relearn to find my natural flow. Still, for games, I feel this is the best way to explain and show what I want to say about video games in a way that people would understand and hopefully enjoy.

So I&#39;m going to give it another try soon, hopefully.


### Footnotes

&lt;sup&gt;&lt;a id=&#34;fn.1&#34; href=&#34;#fnr.1&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;: I wanted to write about what I do next for my website, but I ended up writing about only one of those things - and as you can see, it&#39;s more than enough to be a post on its own. Hence, part 1.
</source:markdown>
    </item>
    
    <item>
      <title>About writing other bloggers Email</title>
      <link>https://taonaw.com/2026/04/22/about-writing-other-bloggers-email.html</link>
      <pubDate>Wed, 22 Apr 2026 17:21:49 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/22/about-writing-other-bloggers-email.html</guid>
      <description>&lt;p&gt;I discovered another person to follow this week, and as I reached out via email, I realized this had become somewhat of a habit for me: writing emails to other bloggers. I&amp;rsquo;m not sure when I started doing this more, but I&amp;rsquo;ve been doing it more in the last year or so.&lt;/p&gt;
&lt;p&gt;Other folks who blog, especially those who open up a bit more and talk about their personal lives, is something I appreciate. I know it&amp;rsquo;s not an easy thing to do, especially if there are some contradictions between personal and professional life. For a while, that was my situation as well. Not to say I&amp;rsquo;m completely open about my personal life on my blog, but in general I feel I can be more authentic there, and I&amp;rsquo;d like to think readers can sense that as well. &lt;a href=&#34;https://taonaw.com/2024/06/23/blogging-about-blogging.html&#34;&gt;I said before that blogging about blogging is writing about yourself&lt;/a&gt;; well, this applies here too.&lt;/p&gt;
&lt;p&gt;Reaching out by email is something more intimate and personal than a comment. That&amp;rsquo;s because it&amp;rsquo;s a 1:1 conversation and tends to be a longer, more thoughtful exchange. I think every email I sent received a response. That in itself is a reason to write. People open up, tell me more, and exchange information. I enjoy getting ot know them, as a loose level of friendship online.&lt;/p&gt;
&lt;p&gt;It feels like a privilege, though it shouldn&amp;rsquo;t. I think everyone should be able to write and express themselves online, but most folks don&amp;rsquo;t know how or don&amp;rsquo;t have the means. &lt;a href=&#34;https://indieweb.org/&#34;&gt;Owning a blog, a website that you have control over&lt;/a&gt;, is hard. It shouldn&amp;rsquo;t be.&lt;/p&gt;
</description>
      <source:markdown>I discovered another person to follow this week, and as I reached out via email, I realized this had become somewhat of a habit for me: writing emails to other bloggers. I&#39;m not sure when I started doing this more, but I&#39;ve been doing it more in the last year or so.

Other folks who blog, especially those who open up a bit more and talk about their personal lives, is something I appreciate. I know it&#39;s not an easy thing to do, especially if there are some contradictions between personal and professional life. For a while, that was my situation as well. Not to say I&#39;m completely open about my personal life on my blog, but in general I feel I can be more authentic there, and I&#39;d like to think readers can sense that as well. [I said before that blogging about blogging is writing about yourself](https://taonaw.com/2024/06/23/blogging-about-blogging.html); well, this applies here too.

Reaching out by email is something more intimate and personal than a comment. That&#39;s because it&#39;s a 1:1 conversation and tends to be a longer, more thoughtful exchange. I think every email I sent received a response. That in itself is a reason to write. People open up, tell me more, and exchange information. I enjoy getting ot know them, as a loose level of friendship online. 

It feels like a privilege, though it shouldn&#39;t. I think everyone should be able to write and express themselves online, but most folks don&#39;t know how or don&#39;t have the means. [Owning a blog, a website that you have control over](https://indieweb.org/), is hard. It shouldn&#39;t be.

</source:markdown>
    </item>
    
  </channel>
</rss>
