<rss version="2.0">
  <channel>
    <title>Micro.blog on The Art Of Not Asking Why</title>
    <link>https://taonaw.com/categories/micro.blog/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Sun, 19 Apr 2026 21:00:15 -0400</lastBuildDate>
    
    <item>
      <title>Testing Inkwell by Micro.blog</title>
      <link>https://taonaw.com/2026/04/19/testing-inkwell-by-microblog.html</link>
      <pubDate>Sun, 19 Apr 2026 21:00:15 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/19/testing-inkwell-by-microblog.html</guid>
      <description>&lt;p&gt;Inkwell&amp;rsquo;s development is going strong, and the beta app for Android was just released&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;. That&amp;rsquo;s what I was waiting on before trying it out - I usually read my RSS feeds on my Android, and I also wanted to see how it works as a central hub for syncing my RSS feeds across my two phones and my Mac.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s another smart addition to the Micro.blog suite of apps: it allows Micro.blog users to subscribe to the blogs they like and read them easily. To add to that point, Inkwell has a dedicated &amp;ldquo;Discover&amp;rdquo; section, which is &amp;ldquo;A curated list of personal and indie blogs from Blogroll.org&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; and Micro.blog.&amp;rdquo; This is a nice touch, as it provides a good place to subscribe to blogs if you don&amp;rsquo;t know where to find them, and not just on Micro.blog.&lt;/p&gt;
&lt;p&gt;My current setup for RSS feeds is with FreshRSS on Docker, which is probably overkill for most folks - especially the non-techie ones. I have FreshRSS synced with Elfeed, an Emacs RSS reader, but that means it&amp;rsquo;s desktop-only, while I do most of my reading on my phones.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m going to test Inkwell for a couple of days and see how I feel about it. I&amp;rsquo;m a heavy user of RSS feeds, and it&amp;rsquo;s good to see Micro.blog taking this direction as it&amp;rsquo;s one of the cornerstones of the indie web.&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&amp;rsquo;m not sure if Manton is ready for more users to jump in beyond those on Micro.blog at this point, so I don&amp;rsquo;t want to give out the link at this point.&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; : &lt;a href=&#34;https://blogroll.org&#34;&gt;blogroll.org&lt;/a&gt; is sponsored by Micro.blog.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Archive by month</title>
      <link>https://taonaw.com/2026/04/18/archive-by-month.html</link>
      <pubDate>Sat, 18 Apr 2026 17:48:12 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/18/archive-by-month.html</guid>
      <description>&lt;p&gt;So I guess I am on a roll?&lt;/p&gt;
&lt;p&gt;Added a small square as a decorative element (a little square) for the dates in the posts. That&amp;rsquo;s the small change.&lt;/p&gt;
&lt;p&gt;I also figured out why &lt;a href=&#34;https://github.com/microdotblog/plugin-archive-months&#34;&gt;Manton&amp;rsquo;s plugin, for archive by month&lt;/a&gt;, didn&amp;rsquo;t work for me. It clicked when I realized &lt;a href=&#34;https://taonaw.com/2026/04/07/so-i-fixed-my-blog.html&#34;&gt;what went wrong last time&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The plugin is meant to replace the default &lt;code&gt;layouts/list.archivehtml.html&lt;/code&gt;, not the one I have, which is slightly modified by TinyTheme. So what I just went and snatched the code from the above and pasted it inside &lt;code&gt;layouts/list.archivehtml.html&lt;/code&gt;, write after the condition to activate the microhook &lt;code&gt;partials/microhook-archive-lead.html&lt;/code&gt; in there. Now I have an archive page built around years and months. Good stuff.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>ISO dates are back</title>
      <link>https://taonaw.com/2026/04/18/iso-dates-are-back.html</link>
      <pubDate>Sat, 18 Apr 2026 07:45:28 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/18/iso-dates-are-back.html</guid>
      <description>&lt;p&gt;As if I didn&amp;rsquo;t have enough with &lt;a href=&#34;https://taonaw.com/2026/04/07/so-i-fixed-my-blog.html&#34;&gt;fixing and tweaking my blog recently&lt;/a&gt;… Maybe it just gave me an appetite. With a bit of help from Claude (mostly as a pointer) I added two &lt;a href=&#34;https://tiny.micro.blog/microhooks/&#34;&gt;microhooks&lt;/a&gt; to my blog:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;layouts/partials/microhook-post-list-byline.html&lt;/code&gt; and &lt;code&gt;layouts/partials/microhook-post-byline.html&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These change the date from the standard, nice American format to the ISO format, which I prefer (as was the case on my old blog). Computer folks should feel right at home, but for most of you, this may be a bit jarring, but not &lt;em&gt;too&lt;/em&gt; hard to get used to. I hope.&lt;/p&gt;
&lt;p&gt;The Hugo code for that (including a link that opens the post in its dedicated file):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;layouts/partials/microhook-post-list-byline.html&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;    &amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;a&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;href&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ .Permalink }}&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;class&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;post-date u-url dt-published&amp;#34;&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;time&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;datetime&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ .Date.Format &amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;2006&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;01&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;02&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34; }}&amp;#34;&lt;/span&gt;&amp;gt;{{ .&lt;span style=&#34;color:#a6e22e&#34;&gt;Date&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;Format&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;2006-01-02&amp;#34;&lt;/span&gt; }}&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;time&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;a&lt;/span&gt;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;layouts/partials/microhook-post-byline.html&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;    &amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;a&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;href&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ .Permalink }}&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;class&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;post-date u-url dt-published&amp;#34;&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#a6e22e&#34;&gt;time&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;datetime&lt;/span&gt;=&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ .Date.Format &amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;2006&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;01&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;02&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34; }}&amp;#34;&lt;/span&gt;&amp;gt;{{ .&lt;span style=&#34;color:#a6e22e&#34;&gt;Date&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;Format&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;2006-01-02&amp;#34;&lt;/span&gt; }}&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;time&lt;/span&gt;&amp;gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;a&lt;/span&gt;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The key that I forgot is that the .Date.Format elements actually &lt;a href=&#34;https://nobilisdata.com/til/hugo-date-format-strings-have-more-meaning-than-obvious/&#34;&gt;need to use the year 2006&lt;/a&gt;. Why, well, I didn&amp;rsquo;t get it from the docs, but &lt;a href=&#34;https://stackoverflow.com/questions/42217308/go-time-format-how-to-understand-meaning-of-2006-01-02-layout&#34;&gt;this Stack Overflow post&lt;/a&gt; explains it in a way I can follow better: the different elements of the date have saved locations defined by number:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;    Mon Jan 2 15:04:05 -0700 MST 2006
    0   1   2  3  4  5              6
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;So 0 is for the day, which is Monday, Jan is for the month, which is 1… It kind of adds up, but still doesn&amp;rsquo;t. I need my coffee.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>So I fixed my blog again</title>
      <link>https://taonaw.com/2026/04/07/so-i-fixed-my-blog.html</link>
      <pubDate>Tue, 07 Apr 2026 09:06:07 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/04/07/so-i-fixed-my-blog.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve mentioned that some pages of my blog haven&amp;rsquo;t been working. I&amp;rsquo;ve since fixed those pages and reinforced two pre-existing notions of mine: first, AI (LLMs specifically) can be a &lt;em&gt;great&lt;/em&gt; tool if you use it to learn and enhance your existing skills; second, my blog writing is more important than I realized.&lt;/p&gt;
&lt;h3 id=&#34;what-went-wrong&#34;&gt;What went wrong&lt;/h3&gt;
&lt;p&gt;As you may know, if you visit my blog (though I realize most of you probably read this via RSS readers), I have several pages on my blog (which effectively make it a website, right? Are all blogs websites? 🤔). Some of those correspond to categories (such as my Emacs org-mode page or my movie reviews), while others are informative, like my about page and archive, which also include a search option for the site. You know, the basic blog-owner stuff.&lt;/p&gt;
&lt;p&gt;My website is hosted by Micro.blog, which utilizes &lt;a href=&#34;https://en.wikipedia.org/wiki/Hugo_(software)&#34;&gt;Hugo&lt;/a&gt; to build its sites. I switched to Tiny Theme, which is made especially for Micro.blog and comes with a few extra features, &lt;a href=&#34;https://taonaw.com/2024/02/15/when-matt-added.html&#34;&gt;two years ago&lt;/a&gt;. These features, called &lt;a href=&#34;https://tiny.micro.blog/microhooks/&#34;&gt;Microhooks&lt;/a&gt;, can further customize the theme if you&amp;rsquo;re willing to make a few technical adjustments.&lt;/p&gt;
&lt;p&gt;In my case, I use Microhooks on some of the pages. The archive page, which displays categories and all posts by day by default, was modified to include the search plugin and additional information I added before the default page starts. Then, for the Emacs org-mode category, there&amp;rsquo;s an introductory text with an image I created a while back, and then the rest of the post that fits into that category.&lt;/p&gt;
&lt;p&gt;About a week ago, those Microhooks stopped working. The pages I mentioned displayed the default theme, as if I never customized them with Microhooks.&lt;/p&gt;
&lt;h3 id=&#34;the-fix&#34;&gt;The fix&lt;/h3&gt;
&lt;p&gt;I struggled for a couple of days trying to figure out what went wrong. I thought a recent update to the theme and the plugins broke something, but I didn&amp;rsquo;t know what. I looked into the Microhooks instructions, but as far as I could tell, everything was set up correctly. I have a test blog, and when I ran the same code on it, the issue with the archive page repeated, while the Emacs Org-mode page was fixed. I went back and forth a couple of times, but I couldn&amp;rsquo;t see anything that would cause the problem.&lt;/p&gt;
&lt;p&gt;Over the weekend, I had more time, so I took a deeper look into the theme. I am far from a Hugo expert (in fact, I one of the main reasons &lt;a href=&#34;https://taonaw.com/2023/01/21/its-time-to.html&#34;&gt;I oppted for Micro.blog&lt;/a&gt; was to stop working with on my static blog directly) but I understand the general idea of how things are built: there&amp;rsquo;s one main page which calls other parts, and these parts call other parts in turn, each one is defined in a separate HTML file. I scanned the different HTML files of the theme and found where the Microhooks I used were activated.&lt;/p&gt;
&lt;p&gt;For the archive and search page, there is &lt;code&gt;layouts/_default/list.archivehtml.html&lt;/code&gt;, which includes the following lines:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4&#34;&gt;&lt;code class=&#34;language-go&#34; data-lang=&#34;go&#34;&gt;    {{ &lt;span style=&#34;color:#66d9ef&#34;&gt;if&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;templates&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;Exists&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;partials/microhook-archive-lead.html&amp;#34;&lt;/span&gt; }}
    {{ &lt;span style=&#34;color:#a6e22e&#34;&gt;partial&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;microhook-archive-lead.html&amp;#34;&lt;/span&gt; . }}
    {{ &lt;span style=&#34;color:#a6e22e&#34;&gt;end&lt;/span&gt; }
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;That partial (which is Hugo&amp;rsquo;s sort of &amp;ldquo;functions&amp;rdquo; or quick plug-ins for the theme), &lt;code&gt;microhook-archive-lead.html&lt;/code&gt;, is the microhook HTML I created to include the search plugin and the intro to the archive and search page. This looked OK to me at the time, until I saw that another page, &lt;code&gt;layouts/list.archivehtml.html&lt;/code&gt;, contained no reference to this Microhook. This looked odd to me: both pages have the same name (and thus the same function, I guessed). One is called default, and the &lt;em&gt;default&lt;/em&gt; one is the one that was modified with my changes? That didn&amp;rsquo;t make sense.&lt;/p&gt;
&lt;p&gt;This is where I fired up &lt;a href=&#34;https://en.wikipedia.org/wiki/Qwen&#34;&gt;Qwen3-Coder&lt;/a&gt; (through Kagi) to help me understand how these pages work in Hugo. I asked it which page Hugo uses first, and sure enough, it replied that &lt;code&gt;layouts/_default/list.archivehtml.html&lt;/code&gt; page is the default, sometimes used as a fallback option when &lt;code&gt;layouts/list.archivehtml.html&lt;/code&gt; is not present&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;. So, as it turned out, my files were flipped: the default file showed the changes, while the file meant for customizations showed the default. I copied the code condition above from the &lt;code&gt;layouts/_default/list.archivehtml.html&lt;/code&gt; to &lt;code&gt;layouts/list.archivehtml.html&lt;/code&gt;, and things started to work as they should.&lt;/p&gt;
&lt;p&gt;Why this happened, I have no idea. I made no changes to the pages. My only theory is that a recent update flipped the code in the files somehow for whatever reason.&lt;/p&gt;
&lt;p&gt;My other issue was a stupid user error, as most of these issues go. The Microhook &lt;code&gt;layouts/partials/microhook-category-header.html&lt;/code&gt; is the one responsible for pointing out which category page should have a special introduction. What the LLM told me that I didn&amp;rsquo;t know (or maybe forgot) is that it does that by utilizing the page&amp;rsquo;s &lt;code&gt;.title&lt;/code&gt; variable. This is where I made a mistake: I used the file&amp;rsquo;s name, using the URL, &lt;em&gt;not&lt;/em&gt; the title of the page, which happened to be different. Since this was a conditional statement looking for a specific page title that wasn&amp;rsquo;t found, it was ignored. Once I changed the value in the HTML to reflect that page&amp;rsquo;s proper title, it was fixed. Of course, it was a damn dash I omitted by mistake.&lt;/p&gt;
&lt;h3 id=&#34;the-fun-of-blogging&#34;&gt;The fun of blogging&lt;/h3&gt;
&lt;p&gt;While this was a technical issue, it affected my desire to blog. As long as my pages didn&amp;rsquo;t work correctly and I couldn&amp;rsquo;t fix them, I didn&amp;rsquo;t want to blog. It didn&amp;rsquo;t feel right, even though these issues were not critical, at least from the readers&#39; point of view, but they were important to me. I enjoy my blog. I had to fix it. Once I did, that feeling reversed completely, and my desire returned in force. The post you&amp;rsquo;re reading now was itching to be written, and it&amp;rsquo;s only now, half an hour before midnight, that I have the time and some reserve energy to draft it. It feels good.&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 can&amp;rsquo;t emphasize how useful AI has been in scanning Hugo (or other technical documentation in general) and explaining things to me in plain English. I could spend hours looking at Hugo&amp;rsquo;s documentation and indexes, rereading the same sentences over and over, and not understand what something does or how it works with something else. Even now, as I write this post and check for links, the AI links me to the relevant section in the documentation, which I would otherwise just glaze over. It&amp;rsquo;s like having a teacher holding a pencil to a word or a phrase in a huge textbook.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://taonaw.com/2026/02/14/thinking-about-why-i-stopped.html</link>
      <pubDate>Sat, 14 Feb 2026 12:54:23 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2026/02/14/thinking-about-why-i-stopped.html</guid>
      <description>&lt;p&gt;Thinking about why I stopped working on the micro.blog wiki again, it&amp;rsquo;s the &lt;a href=&#34;https://taonaw.com/2025/09/28/tiddlywiki-and-friction-compared-to.html&#34;&gt;same old problem&lt;/a&gt;. Maybe I need to &lt;em&gt;embrace&lt;/em&gt; the friction. Editing is a critical part of writing, especially when you write for an audience. Instead of trying to resolve the friction, understand it&amp;rsquo;s part of the process, and give it the space and time it needs. Still consideringm&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Recent updates to Micro.blog postings</title>
      <link>https://taonaw.com/2025/08/10/recent-updates-to-microblog-postings.html</link>
      <pubDate>Sun, 10 Aug 2025 09:24:02 -0400</pubDate>
      
      <guid>http://jtr.micro.blog/2025/08/10/recent-updates-to-microblog-postings.html</guid>
      <description>&lt;p&gt;On &lt;a href=&#34;https://s3.amazonaws.com/micro.blog/mac/Micro.blog_3.6.5.zip&#34;&gt;Micro.blog for macOS&lt;/a&gt;, the application can now display a preview of your post using your blog theme. To do this, check &lt;strong&gt;Use blog theme&lt;/strong&gt; in the preview window:&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2025/use-blog-theme.png&#34; width=&#34;564&#34; height=&#34;593&#34; alt=&#34;Auto-generated description: A software interface provides instructions on enabling a live blog preview within a macOS application.&#34;&gt;
&lt;p&gt;This is especially useful if you post code snippets in markdown and want to make sure you got the &lt;a href=&#34;img%20src=%22https://cdn.uploads.micro.blog/96826/2025/web-summary.png%22%20width=%22600%22%20height=%22477%22%20alt=%22Auto-generated%20description:%20A%20text%20editing%20interface%20for%20creating%20blog%20posts%20is%20shown%20with%20options%20for%20entering%20a%20title%20and%20summary,%20featuring%20buttons%20for%20generating%20text%20and%20publishing.%22&#34;&gt;right syntax&lt;/a&gt; highlighted.&lt;/p&gt;
&lt;p&gt;By the way, to see the latest changes to the macOS Micro.blog app, look under &lt;strong&gt;&lt;a href=&#34;https://help.micro.blog/t/micro-blog-for-mac/45&#34;&gt;Micro.blog for Mac&lt;/a&gt;&lt;/strong&gt; in the Micro.blog help forms.&lt;/p&gt;
&lt;p&gt;More on the macOS application:&lt;/p&gt;
&lt;p&gt;Under &lt;strong&gt;View&lt;/strong&gt;, you also have the option to turn on &lt;strong&gt;Summary&lt;/strong&gt;. The Summary can be written manually or generated by AI, if you have turned on AI assistance for your blog.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2025/macos-mb-summary.png&#34; width=&#34;600&#34; height=&#34;378&#34; alt=&#34;Auto-generated description: A screenshot shows a step-by-step guide on enabling the summary field in the Micro.blog app, with red arrows highlighting relevant menu options.&#34;&gt;
&lt;p&gt;On the web, the &lt;strong&gt;Summary&lt;/strong&gt; is under your post text. You need to select it to expand it and view the text field, with the &lt;strong&gt;Generate&lt;/strong&gt; option for AI underneath:&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/96826/2025/web-summary.png&#34; width=&#34;600&#34; height=&#34;477&#34; alt=&#34;Auto-generated description: A text editing interface for creating blog posts is shown with options for entering a title and summary, featuring buttons for generating text and publishing.&#34;&gt;
&lt;p&gt;The AI writes summaries in a factual third-person kind of way; I find that I prefer to use my own summaries. However, for long posts (especially if I write them in parts over a couple of days) I find that it&amp;rsquo;s helpful to use it just to remember what I was yapping about, and then rewrite it as a human.&lt;/p&gt;
&lt;p&gt;Summaries are important when you cross-post to Mastodon or Bluesky: these become the posts that will show there with a link to your full posts. No more posts that cut mid-sentence once you reach the character limit on these social networks.&lt;/p&gt;
&lt;p&gt;Speaking of AI assistance, selecting &lt;strong&gt;Copy HTML&lt;/strong&gt; on images, both on the web and the macOS versions, will now copy the HTML for the image &lt;em&gt;with&lt;/em&gt; the  AI-generated alt description for the image directly. You don&amp;rsquo;t need to go into the uploads section of your blog and find the image again with the embedded code. The AI-generated alt descriptions will start with &amp;ldquo;Auto-generated description&amp;rdquo; to ensure your readers know AI generated them.&lt;/p&gt;
&lt;p&gt;I find that the AI-generated descriptions are especially good for photos, and often don&amp;rsquo;t need retouching. This is great if you take quick posts and attach a single image with the image button, especially on your mobile device, as the description will be included in your post.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>