<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>blogging &amp;mdash; Unattributed</title>
    <link>https://unattributed.cc/tag:blogging</link>
    <description></description>
    <pubDate>Sat, 25 Jul 2026 21:11:11 +0000</pubDate>
    <image>
      <url>https://i.snap.as/QICTextK.png</url>
      <title>blogging &amp;mdash; Unattributed</title>
      <link>https://unattributed.cc/tag:blogging</link>
    </image>
    <item>
      <title>How I Write Blog Posts with Obsidian</title>
      <link>https://unattributed.cc/how-i-write-blog-posts-with-obsidian?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[You&#39;ve probably run into some Obsidian evangelist espousing some convoluted system of organizing all their notes, and building some knowledge base. Heck, I was just involved in a conversation about Personal Knowledge Management. This isn&#39;t that article.&#xA;&#xA;My personal use of Obsidian tends to be simple. I build into it the tools that I need to get things done, to make things easier. There is a saying (which I can&#39;t locate, so I&#39;ll paraphrase) that a system should only be as complicated as needed, and nothing more. The idea is there is no reason to build a Rube Goldberg machine when all you really need is a wrench. That&#39;s the approach I take: use a wrench to bolt on a few tools, and tighten things up where necessary.&#xA;&#xA;So, this article will walk through how I work with things now. This system has evolved a bit over the last few weeks, and is likely to evolve further. But the primary idea is, and will remain: keep it simple, but make it useful.&#xA;&#xA;Planning&#xA;&#xA;When I switched from WordPress to `write.as`, the biggest thing I “lost” was having a way to plan the articles that I wanted to work on. Obsidian recently added a feature called Bases that made it simple to set up a table containing all the articles for all three of my sites:&#xA;&#xA;View of the main planning table. View of the main planning table. Unpublished articles blurred—no spoilers! ;)&#xA;&#xA;The simplicity here is that the table quickly lets me see which articles I have published, which are in the planning / drafting stage, and the scheduled date for the articles. But, looking at a table this big could be tricky to navigate. Fortunately, I have a couple of alternate views available:&#xA;&#xA;The Plan / Draft view lets me see just the articles I am working on. &#xA;&#xA;The Plan / Draft view lets me see just the articles I am working on.&#xA;&#xA;And the Published view lets me see what I&#39;ve already posted.&#xA;&#xA;And the Published view lets me see what I&#39;ve already posted.&#xA;&#xA;There are two “genius” parts to this system. First, all this information is part of the article, it&#39;s not some extra information that I need to keep track of. Second, I can update the “Published”, “Scheduled” and “Status” fields from this list without having to open the specific post. How is this done?&#xA;&#xA;New Post Drafts&#xA;&#xA;Every time I have a new idea, I create a new document in the website&#39;s folder, and insert a template:&#xA;&#xA;Image of the template pick list Blog Template is for website posts, CMP Template is for my archived podcast posts.&#xA;&#xA;Once the Blog Template is inserted, the document shows up in the Planning table. After the template is inserted the document looks like this:&#xA;&#xA;Template inserted in document, with Properties for the Planning table circled. Template inserted in document, with Properties for the Planning table circled.&#xA;&#xA;You might notice there is both an Untitled field, and a Title field. Untitled is Obsidian&#39;s filename for the document, whereas Title is the actual article title. Why both? Obsidian places some restrictions on the names of documents. For example, the character `:` isn&#39;t allowed in an Obsidian filename, but there are times when I need it in an article title.&#xA;&#xA;From here, writing is dead simple…&#xA;&#xA;Writing In Obsidian&#xA;&#xA;Image: the full writing environment. The full writing environment, with a few highlighted items.&#xA;&#xA;Now it&#39;s just time to write. The majority of the screen is dedicated to the editing window where I can work on an article. If I have images (like this article) they can be drag-n-dropped into place. To the left is the Navigation panel, with my folders on the top half, and the files in the selected folder on the bottom. To the left of the editing window is the version control panel for the current article (I&#39;ll explain my choice in the next section).&#xA;&#xA;When I am done with the article I export it to an output directory. The export process converts any Obsidian specific markup (such as using wiki style links) to standard Markdown formatting, and places all the attachments (images) in a folder with the article. This makes it dead simple to upload to `write.as`.&#xA;&#xA;Obsidian Plugins&#xA;&#xA;I have a selection of Obsidian community plugins that I use for working in Obsidian as can be seen in this image:&#xA;&#xA;Image: screenshot of installed community plugins Image: screenshot of installed community plugins.&#xA;&#xA;The most important of these are Harper and LanguageTool, both of applications these plugins call are installed locally on my system as I have a slow internet connection, and prefer to have my tools running locally. markdown export is the export tool I use for blog posts. Notebook Navigator enhances Obsidian&#39;s built-in navigation panel a ton, I&#39;ve barely scratched the surface of what it can do. Outliner provides better list handling, allowing drag-n-drop of items, folding, and more. Typewriter Mode is really only used for one feature: highlighting the current line I am editing. (I have been doing this for 40+ years as it helps with my unique form of dyslexia.)&#xA;&#xA;Remotely Save is the tool I use for syncing my vaults between systems. Version Control is a simple built-in version control system. The advantage to using it over git or another external version control system is that the versions of my documents are synced with Remotely Save. This removes the need to synchronize a git repository separately from the vault.&#xA;&#xA;Zotero Integration allows me to search and insert bibliographic references when I need them. Alas, `write.as` doesn&#39;t support reference links, so I have to do it inline, instead of in end-note style.&#xA;&#xA;Safi Site Audit is a tool that is unique to this vault for me. It&#39;s used to check the health of my sites, and catch any major issues, like broken links, missing alt text, and so on. I don&#39;t run it often, but it&#39;s good to be able to check and generate a report once in a while.&#xA;&#xA;Conclusion&#xA;&#xA;Obsidian, between it&#39;s recently added Base feature and a handful of plugins makes for a great writing environment for me. The ability to track the status of the posts I am working on, have version control over the documents, and have some additional tools that allow me to customize the environment to my liking.&#xA;&#xA;I know there are a lot of evangelists of Obsidian out there, and their enthusiasm and overly complicated setups can make Obsidian seem unapproachable. Personally, I&#39;ve found that it is excellent if you tailor it to your specific needs. And that is what is most important, and makes me most productive with a tool: doing what I require in the way that I need.&#xA;&#xA;This wasn&#39;t too detailed in terms how I actually tweak things (like key bindings for certain tools). Hopefully it gives you some insight into my workflow. And maybe it will give you some ideas about how you can refine your workflow.&#xA;&#xA;---&#xA;Categories: #HowTo&#xA;Tags: #obsidian, #tool, #writing, #blogging, #configuration, #workflow&#xA;License: Copyright Unattributed. Licensed under Creative Commons BY-NC-SA 4.0.&#xA;&#xA;| | FediRing | |&#xD;&#xA;|:---|:---:|---:|&#xD;&#xA;| ◀️ Prev | Home | Next ▶️ |&#xD;&#xA;div class=&#34;buttons-container&#34;&#xD;&#xA;diva href=&#34;https://unattributed.cc/feed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed RSS Feed&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;RSS Feed/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ennui-vagaries.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Ennui Vagaries&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Ennui Vagaries/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://cerebralmix.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;CerebralMix Archive&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;    &#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;CerebralMix/spanspan style=&#34;font-size:16px;font-weight:700;&#34;Archive/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://hub.vocalcat.com/unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed FediProfile&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;FediProfile/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://gotosocial.social/@Unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed GotoSocial&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;GotoSocial/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ko-fi.com/R6R7AKKUR&#39; &#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed Ko-Fi&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;letter-spacing:0.3px;&#34;Support Me/spanspan style=&#34;font-size:16px;font-weight:700;&#34; On Ko-Fi/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;/div&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>You&#39;ve probably run into some Obsidian evangelist espousing some convoluted system of organizing all their notes, and building some knowledge base. Heck, I was just involved in a conversation about <a href="https://unattributed.cc/note-taking-and-personal-knowledge-management" title="Personal Knowledge Management">Personal Knowledge Management</a>. This isn&#39;t that article.</p>

<p>My personal use of Obsidian tends to be simple. I build into it the tools that I need to get things done, to make things easier. There is a saying (which I can&#39;t locate, so I&#39;ll paraphrase) that a system should only be as complicated as needed, and nothing more. The idea is there is no reason to build a Rube Goldberg machine when all you really need is a wrench. That&#39;s the approach I take: use a wrench to bolt on a few tools, and tighten things up where necessary.</p>

<p>So, this article will walk through how I work with things now. This system has evolved a bit over the last few weeks, and is likely to evolve further. But the primary idea is, and will remain: keep it <em>simple</em>, but make it <em>useful.</em></p>

<h2 id="planning">Planning</h2>

<p>When I switched from WordPress to <code>write.as</code>, the biggest thing I “lost” was having a way to plan the articles that I wanted to work on. Obsidian recently added a feature called <strong>Bases</strong> that made it simple to set up a table containing all the articles for all three of my sites:</p>

<p><img src="https://i.snap.as/cetXhWXh.jpg" alt="View of the main planning table." title="View of the main planning table."/> View of the main planning table. Unpublished articles blurred—no spoilers! ;)</p>

<p>The simplicity here is that the table quickly lets me see which articles I have published, which are in the planning / drafting stage, and the scheduled date for the articles. But, looking at a table this big could be tricky to navigate. Fortunately, I have a couple of alternate views available:</p>

<p><img src="https://i.snap.as/95pR8Ajm.jpg" alt="The Plan / Draft view lets me see just the articles I am working on." title="The Plan / Draft view lets me see just the articles I am working on."/></p>

<p>The Plan / Draft view lets me see just the articles I am working on.</p>

<p><img src="https://i.snap.as/Vsx4RjkN.jpg" alt="And the Published view lets me see what I&#39;ve already posted." title="And the Published view lets me see what I&#39;ve already posted."/></p>

<p>And the Published view lets me see what I&#39;ve already posted.</p>

<p>There are two “genius” parts to this system. First, all this information is part of the article, it&#39;s not some extra information that I need to keep track of. Second, I can update the “Published”, “Scheduled” and “Status” fields from this list without having to open the specific post. How is this done?</p>

<h2 id="new-post-drafts">New Post Drafts</h2>

<p>Every time I have a new idea, I create a new document in the website&#39;s folder, and insert a template:</p>

<p><img src="https://i.snap.as/fn28U1bz.jpg" alt="Image of the template pick list" title="Image of the template pick list"/> <strong>Blog Template</strong> is for website posts, <strong>CMP Template</strong> is for my archived podcast posts.</p>

<p>Once the Blog Template is inserted, the document shows up in the <em>Planning</em> table. After the template is inserted the document looks like this:</p>

<p><img src="https://i.snap.as/EW7PegHJ.jpg" alt="Template inserted in document, with Properties for the *Planning* table circled." title="Image: Template inserted in document"/> Template inserted in document, with Properties for the <em>Planning</em> table circled.</p>

<p>You might notice there is both an <em>Untitled</em> field, and a <em>Title</em> field. <em>Untitled</em> is Obsidian&#39;s filename for the document, whereas <em>Title</em> is the actual article title. Why both? Obsidian places some restrictions on the names of documents. For example, the character <code>:</code> isn&#39;t allowed in an Obsidian filename, but there are times when I need it in an article title.</p>

<p>From here, writing is dead simple…</p>

<h2 id="writing-in-obsidian">Writing In Obsidian</h2>

<p><img src="https://i.snap.as/FzrVCXLt.jpg" alt="Image: the full writing environment." title="Image: the full writing environment."/> The full writing environment, with a few highlighted items.</p>

<p>Now it&#39;s just time to write. The majority of the screen is dedicated to the editing window where I can work on an article. If I have images (like this article) they can be drag-n-dropped into place. To the left is the Navigation panel, with my folders on the top half, and the files in the selected folder on the bottom. To the left of the editing window is the version control panel for the current article (I&#39;ll explain my choice in the next section).</p>

<p>When I am done with the article I export it to an output directory. The export process converts any Obsidian specific markup (such as using wiki style links) to standard Markdown formatting, and places all the attachments (images) in a folder with the article. This makes it dead simple to upload to <code>write.as</code>.</p>

<h2 id="obsidian-plugins">Obsidian Plugins</h2>

<p>I have a selection of Obsidian community plugins that I use for working in Obsidian as can be seen in this image:</p>

<p><img src="https://i.snap.as/2sWI0Ice.jpg" alt="Image: screenshot of installed community plugins" title="Image: screenshot of installed community plugins"/> Image: screenshot of installed community plugins.</p>

<p>The most important of these are <strong>Harper</strong> and <strong>LanguageTool</strong>, both of applications these plugins call are installed locally on my system as I have a slow internet connection, and prefer to have my tools running locally. <strong>markdown export</strong> is the export tool I use for blog posts. <strong>Notebook Navigator</strong> enhances Obsidian&#39;s built-in navigation panel a ton, I&#39;ve barely scratched the surface of what it can do. <strong>Outliner</strong> provides better list handling, allowing drag-n-drop of items, folding, and more. <strong>Typewriter Mode</strong> is really only used for one feature: highlighting the current line I am editing. (I have been doing this for 40+ years as it helps with my unique form of dyslexia.)</p>

<p><strong>Remotely Save</strong> is the tool I use for syncing my vaults between systems. <strong>Version Control</strong> is a simple built-in version control system. The advantage to using it over git or another external version control system is that the versions of my documents are synced with <strong>Remotely Save</strong>. This removes the need to synchronize a git repository separately from the vault.</p>

<p><strong>Zotero Integration</strong> allows me to search and insert bibliographic references when I need them. Alas, <code>write.as</code> doesn&#39;t support reference links, so I have to do it inline, instead of in end-note style.</p>

<p><strong>Safi Site Audit</strong> is a tool that is unique to this vault for me. It&#39;s used to check the health of my sites, and catch any major issues, like broken links, missing alt text, and so on. I don&#39;t run it often, but it&#39;s good to be able to check and generate a report once in a while.</p>

<h2 id="conclusion">Conclusion</h2>

<p>Obsidian, between it&#39;s recently added Base feature and a handful of plugins makes for a great writing environment for me. The ability to track the status of the posts I am working on, have version control over the documents, and have some additional tools that allow me to customize the environment to my liking.</p>

<p>I know there are a lot of evangelists of Obsidian out there, and their enthusiasm and overly complicated setups can make Obsidian seem unapproachable. Personally, I&#39;ve found that it is excellent if you tailor it to your specific needs. And that is what is most important, and makes me most productive with a tool: doing what I require in the way that I need.</p>

<p>This wasn&#39;t too detailed in terms how I actually tweak things (like key bindings for certain tools). Hopefully it gives you some insight into my workflow. And maybe it will give you some ideas about how you can refine your workflow.</p>

<hr/>

<p>Categories: <a href="https://unattributed.cc/tag:HowTo" class="hashtag"><span>#</span><span class="p-category">HowTo</span></a>
Tags: <a href="https://unattributed.cc/tag:obsidian" class="hashtag"><span>#</span><span class="p-category">obsidian</span></a>, <a href="https://unattributed.cc/tag:tool" class="hashtag"><span>#</span><span class="p-category">tool</span></a>, <a href="https://unattributed.cc/tag:writing" class="hashtag"><span>#</span><span class="p-category">writing</span></a>, <a href="https://unattributed.cc/tag:blogging" class="hashtag"><span>#</span><span class="p-category">blogging</span></a>, <a href="https://unattributed.cc/tag:configuration" class="hashtag"><span>#</span><span class="p-category">configuration</span></a>, <a href="https://unattributed.cc/tag:workflow" class="hashtag"><span>#</span><span class="p-category">workflow</span></a>
License: Copyright Unattributed. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons BY-NC-SA 4.0</a>.</p>

<table>
<thead>
<tr>
<th align="left"></th>
<th align="center">FediRing</th>
<th align="right"></th>
</tr>
</thead>

<tbody>
<tr>
<td align="left"><a href="https://fediring.net/previous?host=unattributed.cc">◀️ Prev</a></td>
<td align="center"><a href="https://fediring.net/">Home</a></td>
<td align="right"><a href="https://fediring.net/next?host=unattributed.cc">Next ▶️</a></td>
</tr>
</tbody>
</table>

<div class="buttons-container">
<div><a href="https://unattributed.cc/feed" target="_blank" title="Unattributed RSS Feed">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">RSS Feed</span></span>
  </span>
</a></div>
<div><a href="https://ennui-vagaries.cc" target="_blank" title="Ennui Vagaries">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Ennui Vagaries</span></span>
  </span>
</a></div>
<div><a href="https://cerebralmix.cc" target="_blank" title="CerebralMix Archive">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;">
        <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">CerebralMix</span><span style="font-size:16px;font-weight:700;">Archive</span></span>
  </span>
</a></div>
<div><a href="https://hub.vocalcat.com/unattributed" target="_blank" title="Unattributed FediProfile">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">FediProfile</span></span>
  </span>
</a></div>
<div><a href="https://gotosocial.social/@Unattributed" target="_blank" title="Unattributed GotoSocial">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">GotoSocial</span></span>
  </span>
</a></div>
<div><a href="https://ko-fi.com/R6R7AKKUR&#39;" target="_blank" title="Unattributed Ko-Fi">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;letter-spacing:0.3px;">Support Me</span><span style="font-size:16px;font-weight:700;"> On Ko-Fi</span></span>
  </span>
</a></div>
</div>
]]></content:encoded>
      <guid>https://unattributed.cc/how-i-write-blog-posts-with-obsidian</guid>
      <pubDate>Tue, 21 Jul 2026 12:58:52 +0000</pubDate>
    </item>
    <item>
      <title>Clickbait Lists Are Not Good</title>
      <link>https://unattributed.cc/clickbait-lists-are-not-good?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Image of a checklist with circle with a slash over the top. Image of a checklist with circle with a slash over the top.&#xA;&#xA;I feel fairly certain in saying the author of the post 5 Albums meant no harm. Even the prompt: Introduce yourself with five albums that have shaped you seemed quite innocuous. And I thought: “Cool. I can write a response to this with one hand tied behind my back, and three of my fingers broken”. Part way in, I decided to throw a curveball: I was going to list ten albums. Actually more than ten because my list had multi-volume sets in it. I reject your rules and substitute my own! Take that! &#xA;&#xA;As I worked on my masterpiece, I inserted a couple of snarky little comments between the first and second half that were intended to be humorous about me breaking the rules. Those comments used words like “reductive” and “de minimis”. That&#39;s when I realized I was falling into a trap: the clickbait trap. Then I had a further realization: this wasn&#39;t just a list, it wasn&#39;t just clickbait, it was worse.&#xA;&#xA;So now, after defending writing and blogging metas, I run the risk of being labeled a hypocrite in order to explain why these types of articles are not the silly puff pieces they appear to be. But rather, they are precisely the kind of thing that should be avoided. And, I even have a some potential fixes for what I see as the biggest (but not only) issue.&#xA;&#xA;The Problems&#xA;&#xA;Personally, I see three problems with these kinds of posts:&#xA;&#xA;First: they don&#39;t say anything about the author. At least they don&#39;t say anything useful, other than being a list of objects. But there is no context to those objects. The author hasn&#39;t given the reader any insight into why those objects have meaning. You might think they are objects the author likes or loves, but is that necessarily the case? Aren&#39;t you just as “shaped” by the things that you don&#39;t like, the things that repulse you, or you are indifferent to? &#xA;&#xA;Second: The author of such a post is opening themselves up to be judged, and conversely putting their audience in the position of being judgmental. What does this accomplish? Nothing useful as far as I can tell. A larger portion of the social issues we have today are based around people being judgmental without having any real knowledge of the people they are judging.&#xA;&#xA;I&#39;ve read or heard numerous accounts from people that have found their way out of cults or hate groups that are surprised when they realize that whatever they hated was just not worth it. They often don&#39;t realize or understand the people or things they hate because they judged them solely on the few things they thought they knew. Things that were regularly misrepresented, or twisted to cause them judge people hatefully.&#xA;&#xA;I&#39;m not saying that judging someone based on a silly list of five albums is on the same level as someone in a cult or hate group. But they do share a small similarity in that they invite judgment based on what is, at best, superficiality, or at worst a potential misunderstanding.&#xA;&#xA;Third: These lists play to some of the trickiest and most difficult aspects of our personalities to navigate. They play to our ego, pride, superiority, or inferiority. This was what happened to me, I realized, when I was writing my snarky comments. I take pride in the fact that I have a wildly varied taste in music, and my ego wouldn&#39;t let me just produce a list of five pop/rock albums when there is so much more music out there. That&#39;s why I expanded my list (and, in reality, ten entries still weren&#39;t enough to encapsulate my listening, and all the recordings that have shaped me.)&#xA;&#xA;The Fixes&#xA;&#xA;So, having talked about the problems, what are the fixes?&#xA;&#xA;First: don&#39;t make it a call to action. “Introduce yourself…” is a call for responses. This puts the reader automatically in the role of judging the list and the person that wrote it. If there isn&#39;t a call to action, it removes some pressure to judge. There is still some likelihood the reader will judge the list. But it&#39;s less likely they will have to navigate their ego or pride while reading it.&#xA;&#xA;Second: The more obvious option: provide context. Tells us a bit more about yourself by telling your reader why these particular items are significant to you. Was it a recording you bought with your first paycheck? Was it playing when you proposed to your spouse?  By doing this you invite your readers to relate to you on some level. Their responses can focus more on similarities or differences. This, in turn, may evolve into a sort of blogging based dialog between you and your readers.&#xA;&#xA;Third: Don&#39;t write a list. Okay, this sounds like I&#39;m being pedantic. But, really, I have a better idea: take your list and turn it into a series of essays. Write 300–600 words about each of the list entries. Recall stories about them. Explain where they fit into your life. Talk about the things that you like about the item, and even the things that you would change about it if you could.&#xA;&#xA;This is the kind of exercise that can be beneficial in so many ways. You may find new ways of expressing yourself. It can allow you to explore your relationship with the subject. Your readers may see the item in a new light. As with the second entry, responses to your post might be about the similarities or differences between you and your audience. Or, your audience might write about things that hold a similar place in their lives.&#xA;&#xA;Conclusion&#xA;&#xA;When I started writing my response list for the 5 Albums post, I thought it was just a little silly toss off article. But then I quickly threw out the original rules, and having done that, discovered there were bigger issues with this kind of post. The issues are they don&#39;t provide any context, and therefore no real insight into the author. The second is that they are a call to judgment. The author is judged, while the audience is being judgmental. Finally, they play to some complicated aspects of our personality (such as ego and pride). Indulging in these complex aspects of our personalities isn&#39;t always healthy.&#xA;&#xA;So, I set about suggesting some fixes. The first is to not have a call to action. That will somewhat minimize the judgment aspect. The second is to provide context. Let your audience in on your relationship with these items. Third suggestion would be to write a series of articles instead. Explore more of your writing skills, and let your audience focus more on what&#39;s important t to you, instead of the object.&#xA;&#xA;So am I a hypocrite?  Maybe partially. But, I am calling this out because I think we can do better. I think understanding when something is a bad idea, and why it is a bad idea can lead to us finding better ways to accomplish the same objective. I have little doubt that the original author of the post intended to make a positive contribution. &#xA;&#xA;We see these kinds of articles all the time. I&#39;ve even participated in one myself (see: The Shellsharks Music Quiz Challenge). But, I can say at the time I was just trying to get myself writing again. And, this was actually a quiz that was more extensive and open-ended than the “5 Albums” post. Looking back on it, if I were to take it again, a lot of my answers would change.&#xA;&#xA;In the end, this is all just my opinion. Hopefully it has been food for thought, and it may do some good.&#xA;&#xA;Now, if you&#39;ll please excuse me, I have a series of articles to start writing… ;)&#xA;&#xA;---&#xA;Categories: #Writing &#xA;Tags: #blogging, #lists, #context, #judgment, #clickbait, #meta, #metas &#xA;License: Copyright Unattributed. Licensed under Creative Commons BY-NC-SA 4.0.&#xA;&#xA;| | FediRing | |&#xD;&#xA;|:---|:---:|---:|&#xD;&#xA;| ◀️ Prev | Home | Next ▶️ |&#xD;&#xA;div class=&#34;buttons-container&#34;&#xD;&#xA;diva href=&#34;https://unattributed.cc/feed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed RSS Feed&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;RSS Feed/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ennui-vagaries.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Ennui Vagaries&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Ennui Vagaries/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://cerebralmix.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;CerebralMix Archive&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;    &#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;CerebralMix/spanspan style=&#34;font-size:16px;font-weight:700;&#34;Archive/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://hub.vocalcat.com/unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed FediProfile&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;FediProfile/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://gotosocial.social/@Unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed GotoSocial&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;GotoSocial/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ko-fi.com/R6R7AKKUR&#39; &#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed Ko-Fi&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;letter-spacing:0.3px;&#34;Support Me/spanspan style=&#34;font-size:16px;font-weight:700;&#34; On Ko-Fi/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;/div&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/m56afy6w.jpg" alt="Image of a checklist with circle with a slash over the top." title="Image of a checklist with circle with a slash over the top."/> Image of a checklist with circle with a slash over the top.</p>

<p>I feel fairly certain in saying the author of the post <a href="https://martinschuhmann.com/5-albums">5 Albums</a> meant no harm. Even the prompt: <em>Introduce yourself with five albums that have shaped you</em> seemed quite innocuous. And I thought: “Cool. I can write a response to this with one hand tied behind my back, and three of my fingers broken”. Part way in, I decided to throw a curveball: I was going to list ten albums. Actually more than ten because my list had multi-volume sets in it. I reject your rules and substitute my own! Take that!</p>

<p>As I worked on my masterpiece, I inserted a couple of snarky little comments between the first and second half that were intended to be humorous about me breaking the rules. Those comments used words like “reductive” and “de minimis”. That&#39;s when I realized I was falling into a trap: the clickbait trap. Then I had a further realization: this wasn&#39;t just a list, it wasn&#39;t just clickbait, it was worse.</p>

<p>So now, after defending writing and blogging metas, I run the risk of being labeled a hypocrite in order to explain why these types of articles are not the silly puff pieces they appear to be. But rather, they are precisely the kind of thing that should be avoided. And, I even have a some potential fixes for what I see as the biggest (but not only) issue.</p>

<h2 id="the-problems">The Problems</h2>

<p>Personally, I see three problems with these kinds of posts:</p>

<p>First: they don&#39;t say anything about the author. At least they don&#39;t say anything useful, other than being a list of objects. But there is no context to those objects. The author hasn&#39;t given the reader any insight into why those objects have meaning. You might think they are objects the author likes or loves, but is that necessarily the case? Aren&#39;t you just as “shaped” by the things that you don&#39;t like, the things that repulse you, or you are indifferent to?</p>

<p>Second: The author of such a post is opening themselves up to be judged, and conversely putting their audience in the position of being judgmental. What does this accomplish? Nothing useful as far as I can tell. A larger portion of the social issues we have today are based around people being judgmental without having any real knowledge of the people they are judging.</p>

<p>I&#39;ve read or heard numerous accounts from people that have found their way out of cults or hate groups that are surprised when they realize that whatever they hated was just not worth it. They often don&#39;t realize or understand the people or things they hate because they judged them solely on the few things they thought they knew. Things that were regularly misrepresented, or twisted to cause them judge people hatefully.</p>

<p>I&#39;m not saying that judging someone based on a silly list of five albums is on the same level as someone in a cult or hate group. But they do share a small similarity in that they invite judgment based on what is, at best, superficiality, or at worst a potential misunderstanding.</p>

<p>Third: These lists play to some of the trickiest and most difficult aspects of our personalities to navigate. They play to our ego, pride, superiority, or inferiority. This was what happened to me, I realized, when I was writing my snarky comments. I take pride in the fact that I have a wildly varied taste in music, and my ego wouldn&#39;t let me just produce a list of five pop/rock albums when there is so much more music out there. That&#39;s why I expanded my list (and, in reality, ten entries still weren&#39;t enough to encapsulate my listening, and all the recordings that have shaped me.)</p>

<h2 id="the-fixes">The Fixes</h2>

<p>So, having talked about the problems, what are the fixes?</p>

<p>First: don&#39;t make it a call to action. “Introduce yourself…” is a call for responses. This puts the reader automatically in the role of judging the list and the person that wrote it. If there isn&#39;t a call to action, it removes some pressure to judge. There is still some likelihood the reader will judge the list. But it&#39;s less likely they will have to navigate their ego or pride while reading it.</p>

<p>Second: The more obvious option: provide context. Tells us a bit more about yourself by telling your reader why these particular items are significant to you. Was it a recording you bought with your first paycheck? Was it playing when you proposed to your spouse?  By doing this you invite your readers to relate to you on some level. Their responses can focus more on similarities or differences. This, in turn, may evolve into a sort of blogging based dialog between you and your readers.</p>

<p>Third: Don&#39;t write a list. Okay, this sounds like I&#39;m being pedantic. But, really, I have a better idea: take your list and turn it into a series of essays. Write 300–600 words about each of the list entries. Recall stories about them. Explain where they fit into your life. Talk about the things that you like about the item, and even the things that you would change about it if you could.</p>

<p>This is the kind of exercise that can be beneficial in so many ways. You may find new ways of expressing yourself. It can allow you to explore your relationship with the subject. Your readers may see the item in a new light. As with the second entry, responses to your post might be about the similarities or differences between you and your audience. Or, your audience might write about things that hold a similar place in their lives.</p>

<h2 id="conclusion">Conclusion</h2>

<p>When I started writing my response list for the 5 Albums post, I thought it was just a little silly toss off article. But then I quickly threw out the original rules, and having done that, discovered there were bigger issues with this kind of post. The issues are they don&#39;t provide any context, and therefore no real insight into the author. The second is that they are a call to judgment. The author is judged, while the audience is being judgmental. Finally, they play to some complicated aspects of our personality (such as ego and pride). Indulging in these complex aspects of our personalities isn&#39;t always healthy.</p>

<p>So, I set about suggesting some fixes. The first is to not have a call to action. That will somewhat minimize the judgment aspect. The second is to provide context. Let your audience in on your relationship with these items. Third suggestion would be to write a series of articles instead. Explore more of your writing skills, and let your audience focus more on what&#39;s important t to you, instead of the object.</p>

<p>So am I a hypocrite?  Maybe partially. But, I am calling this out because I think we can do better. I think understanding when something is a bad idea, and why it is a bad idea can lead to us finding better ways to accomplish the same objective. I have little doubt that the original author of the post intended to make a positive contribution.</p>

<p>We see these kinds of articles all the time. I&#39;ve even participated in one myself (see: <a href="https://unattributed.cc/the-shellsharks-music-quiz-challenge">The Shellsharks Music Quiz Challenge</a>). But, I can say at the time I was just trying to get myself writing again. And, this was actually a quiz that was more extensive and open-ended than the “5 Albums” post. Looking back on it, if I were to take it again, a lot of my answers would change.</p>

<p>In the end, this is all just my opinion. Hopefully it has been food for thought, and it may do some good.</p>

<p>Now, if you&#39;ll please excuse me, I have a series of articles to start writing… ;)</p>

<hr/>

<p>Categories: <a href="https://unattributed.cc/tag:Writing" class="hashtag"><span>#</span><span class="p-category">Writing</span></a>
Tags: <a href="https://unattributed.cc/tag:blogging" class="hashtag"><span>#</span><span class="p-category">blogging</span></a>, <a href="https://unattributed.cc/tag:lists" class="hashtag"><span>#</span><span class="p-category">lists</span></a>, <a href="https://unattributed.cc/tag:context" class="hashtag"><span>#</span><span class="p-category">context</span></a>, <a href="https://unattributed.cc/tag:judgment" class="hashtag"><span>#</span><span class="p-category">judgment</span></a>, <a href="https://unattributed.cc/tag:clickbait" class="hashtag"><span>#</span><span class="p-category">clickbait</span></a>, <a href="https://unattributed.cc/tag:meta" class="hashtag"><span>#</span><span class="p-category">meta</span></a>, <a href="https://unattributed.cc/tag:metas" class="hashtag"><span>#</span><span class="p-category">metas</span></a>
License: Copyright Unattributed. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons BY-NC-SA 4.0</a>.</p>

<table>
<thead>
<tr>
<th align="left"></th>
<th align="center">FediRing</th>
<th align="right"></th>
</tr>
</thead>

<tbody>
<tr>
<td align="left"><a href="https://fediring.net/previous?host=unattributed.cc">◀️ Prev</a></td>
<td align="center"><a href="https://fediring.net/">Home</a></td>
<td align="right"><a href="https://fediring.net/next?host=unattributed.cc">Next ▶️</a></td>
</tr>
</tbody>
</table>

<div class="buttons-container">
<div><a href="https://unattributed.cc/feed" target="_blank" title="Unattributed RSS Feed">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">RSS Feed</span></span>
  </span>
</a></div>
<div><a href="https://ennui-vagaries.cc" target="_blank" title="Ennui Vagaries">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Ennui Vagaries</span></span>
  </span>
</a></div>
<div><a href="https://cerebralmix.cc" target="_blank" title="CerebralMix Archive">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;">
        <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">CerebralMix</span><span style="font-size:16px;font-weight:700;">Archive</span></span>
  </span>
</a></div>
<div><a href="https://hub.vocalcat.com/unattributed" target="_blank" title="Unattributed FediProfile">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">FediProfile</span></span>
  </span>
</a></div>
<div><a href="https://gotosocial.social/@Unattributed" target="_blank" title="Unattributed GotoSocial">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">GotoSocial</span></span>
  </span>
</a></div>
<div><a href="https://ko-fi.com/R6R7AKKUR&#39;" target="_blank" title="Unattributed Ko-Fi">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;letter-spacing:0.3px;">Support Me</span><span style="font-size:16px;font-weight:700;"> On Ko-Fi</span></span>
  </span>
</a></div>
</div>
]]></content:encoded>
      <guid>https://unattributed.cc/clickbait-lists-are-not-good</guid>
      <pubDate>Wed, 08 Jul 2026 12:56:43 +0000</pubDate>
    </item>
    <item>
      <title>On the Blogging and Writing Metas</title>
      <link>https://unattributed.cc/on-the-blogging-and-writing-metas?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Lake Michigan from Michigan City East Lighthouse, 2026-07-03The view from Lake Michigan from Michigan City East Lighthouse, 2026-07-03. &#xA;&#xA;Fri, July 3rd, 2026: All of these articles were in the Top 12 on Bubbles this morning: You Don&#39;t Have to Blog Like Me, Stop Writing for Bubbles, Re: Your Metablogging is Lame, Your Metablogging is Lame as Hell. If you went further there are a lot of similar articles, especially articles talking about blogging platforms. Yeah, so there is a writing obsession running through the Bubbles community. Well alright! Time for me to get on this train to fun and profit!!&#xA;&#xA;Okay, okay, I&#39;m joking. Mostly. Kinda. Definitely.&#xA;&#xA;I agree with the sentiment that writing about writing, and writing about blogging platforms is (potentially) weak content. And that writing targeted simply to get clicks / become popular is lame. Do you know what is even weaker than those styles of content? Yup, you guessed it: complaining about those styles of content.&#xA;&#xA;Metas in the world of writing have existed for just about forever. Longer than any of us have been around. And, guess what? There will continue to be metas in writing long after all of us have joined the ranks of a million monkeys banging on keyboards in another world.&#xA;&#xA;Metas are something that come and go in communities, they are like the waves: sometimes larger and sometimes smaller but if the tides stopped completely we&#39;d be in an even worse situation. Want to achieve low meta-tides? The best solution is to ignore them.&#xA;&#xA;In my experience the thing that matters the most is having your own reason and purpose for writing, and not deviating from it. It&#39;s too easy to get distracted by the meta high tides. It can make you want to jump aboard that wave and ride it as far as you can. But in the end you are just left standing on the shore looking for the next big wave to ride.&#xA;&#xA;I&#39;m in the middle of migrating all of my old websites to this platform. Why? The platform I had been using has become a completely unusable mess over the last decade. It is, in my opinion, a top example of the enshittification of platforms. I mentioned it already on this blog as part of a conversation. But, I&#39;m not turning it into content. Why? Covering the enshittification of that platform is a little too on-the-nose for me. Instead, I can stick to my guns and write about the things that I want to write about without the distraction (although, enshittification is well within the range of topics I&#39;m interested in exploring).&#xA;&#xA;The writing in communities like this is at its best when the authors have a sense of why they are writing. They find a core set of values and range of topics and ideas that they want to explore through those values. That makes for more diverse writing: everyone brings something different to the table even when covering the same topic. That makes for more natural and interesting interactions. Much more than everyone riding the next big meta wave.&#xA;&#xA;---&#xA;Categories: #Opinion&#xA;Tags: #meta, #metas, #enshittification, #blogging, #communities, #community, #waves, #writing &#xA;License: Copyright Unattributed. Licensed under Creative Commons BY-NC-SA 4.0.&#xA;&#xA;| | FediRing | |&#xD;&#xA;|:---|:---:|---:|&#xD;&#xA;| ◀️ Prev | Home | Next ▶️ |&#xD;&#xA;div class=&#34;buttons-container&#34;&#xD;&#xA;diva href=&#34;https://unattributed.cc/feed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed RSS Feed&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;RSS Feed/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ennui-vagaries.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Ennui Vagaries&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Ennui Vagaries/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://cerebralmix.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;CerebralMix Archive&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;    &#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;CerebralMix/spanspan style=&#34;font-size:16px;font-weight:700;&#34;Archive/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://hub.vocalcat.com/unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed FediProfile&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;FediProfile/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://gotosocial.social/@Unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed GotoSocial&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;GotoSocial/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ko-fi.com/R6R7AKKUR&#39; &#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed Ko-Fi&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;letter-spacing:0.3px;&#34;Support Me/spanspan style=&#34;font-size:16px;font-weight:700;&#34; On Ko-Fi/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;/div&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/y9ppeMEK.jpeg" alt="Lake Michigan from Michigan City East Lighthouse, 2026-07-03" title="Lake Michigan from Michigan City East Lighthouse, 2026-07-03"/>The view from <a href="glerl.noaa.gov/metdata/mcy/">Lake Michigan from Michigan City East Lighthouse, 2026-07-03</a>.</p>

<p><strong>Fri, July 3rd, 2026</strong>: All of these articles were in the Top 12 on Bubbles this morning: <a href="https://danq.me/2026/07/02/you-dont-have-to-blog-like-me/">You Don&#39;t Have to Blog Like Me</a>, <a href="https://www.gordonmclean.co.uk/2026/07/02/stop-writing-for-bubbles/">Stop Writing for Bubbles</a>, <a href="https://blog.curiousquail.com/re-your-metablogging-is-lame/">Re: Your Metablogging is Lame</a>, <a href="https://blog.absurdpirate.com/your-metablogging-is-lame-as-hell/">Your Metablogging is Lame as Hell</a>. If you went further there are a lot of similar articles, especially articles talking about blogging platforms. Yeah, so there is a writing obsession running through the Bubbles community. Well alright! Time for me to get on this train to fun and profit!!</p>

<p>Okay, okay, I&#39;m joking. Mostly. Kinda. Definitely.</p>

<p>I agree with the sentiment that writing about writing, and writing about blogging platforms is (potentially) weak content. And that writing targeted simply to get clicks / become popular is lame. Do you know what is even weaker than those styles of content? Yup, you guessed it: complaining about those styles of content.</p>

<p>Metas in the world of writing have existed for just about forever. Longer than any of us have been around. And, guess what? There will continue to be metas in writing long after all of us have joined the ranks of a million monkeys banging on keyboards in another world.</p>

<p>Metas are something that come and go in communities, they are like the waves: sometimes larger and sometimes smaller but if the <a href="https://www.answers.com/natural-sciences/What_would_happen_if_we_didn%27t_have_tides">tides stopped completely</a> we&#39;d be in an even worse situation. Want to achieve low meta-tides? The best solution is to ignore them.</p>

<p>In my experience the thing that matters the most is having your own reason and purpose for writing, and not deviating from it. It&#39;s too easy to get distracted by the meta high tides. It can make you want to jump aboard that wave and ride it as far as you can. But in the end you are just left standing on the shore looking for the next big wave to ride.</p>

<p>I&#39;m in the middle of migrating all of my old websites to this platform. Why? The platform I had been using has become a completely unusable mess over the last decade. It is, in my opinion, a top example of the enshittification of platforms. I mentioned it already on this blog as part of a conversation. But, I&#39;m not turning it into content. Why? Covering the enshittification of that platform is a little too on-the-nose for me. Instead, I can stick to my guns and write about the things that I want to write about without the distraction (although, enshittification is well within the range of topics I&#39;m interested in exploring).</p>

<p>The writing in communities like this is at its best when the authors have a sense of why they are writing. They find a core set of values and range of topics and ideas that they want to explore through those values. That makes for more diverse writing: everyone brings something different to the table even when covering the same topic. That makes for more natural and interesting interactions. Much more than everyone riding the next big meta wave.</p>

<hr/>

<p>Categories: <a href="https://unattributed.cc/tag:Opinion" class="hashtag"><span>#</span><span class="p-category">Opinion</span></a>
Tags: <a href="https://unattributed.cc/tag:meta" class="hashtag"><span>#</span><span class="p-category">meta</span></a>, <a href="https://unattributed.cc/tag:metas" class="hashtag"><span>#</span><span class="p-category">metas</span></a>, <a href="https://unattributed.cc/tag:enshittification" class="hashtag"><span>#</span><span class="p-category">enshittification</span></a>, <a href="https://unattributed.cc/tag:blogging" class="hashtag"><span>#</span><span class="p-category">blogging</span></a>, <a href="https://unattributed.cc/tag:communities" class="hashtag"><span>#</span><span class="p-category">communities</span></a>, <a href="https://unattributed.cc/tag:community" class="hashtag"><span>#</span><span class="p-category">community</span></a>, <a href="https://unattributed.cc/tag:waves" class="hashtag"><span>#</span><span class="p-category">waves</span></a>, <a href="https://unattributed.cc/tag:writing" class="hashtag"><span>#</span><span class="p-category">writing</span></a>
License: Copyright Unattributed. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons BY-NC-SA 4.0</a>.</p>

<table>
<thead>
<tr>
<th align="left"></th>
<th align="center">FediRing</th>
<th align="right"></th>
</tr>
</thead>

<tbody>
<tr>
<td align="left"><a href="https://fediring.net/previous?host=unattributed.cc">◀️ Prev</a></td>
<td align="center"><a href="https://fediring.net/">Home</a></td>
<td align="right"><a href="https://fediring.net/next?host=unattributed.cc">Next ▶️</a></td>
</tr>
</tbody>
</table>

<div class="buttons-container">
<div><a href="https://unattributed.cc/feed" target="_blank" title="Unattributed RSS Feed">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">RSS Feed</span></span>
  </span>
</a></div>
<div><a href="https://ennui-vagaries.cc" target="_blank" title="Ennui Vagaries">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Ennui Vagaries</span></span>
  </span>
</a></div>
<div><a href="https://cerebralmix.cc" target="_blank" title="CerebralMix Archive">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;">
        <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">CerebralMix</span><span style="font-size:16px;font-weight:700;">Archive</span></span>
  </span>
</a></div>
<div><a href="https://hub.vocalcat.com/unattributed" target="_blank" title="Unattributed FediProfile">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">FediProfile</span></span>
  </span>
</a></div>
<div><a href="https://gotosocial.social/@Unattributed" target="_blank" title="Unattributed GotoSocial">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">GotoSocial</span></span>
  </span>
</a></div>
<div><a href="https://ko-fi.com/R6R7AKKUR&#39;" target="_blank" title="Unattributed Ko-Fi">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;letter-spacing:0.3px;">Support Me</span><span style="font-size:16px;font-weight:700;"> On Ko-Fi</span></span>
  </span>
</a></div>
</div>
]]></content:encoded>
      <guid>https://unattributed.cc/on-the-blogging-and-writing-metas</guid>
      <pubDate>Sun, 05 Jul 2026 12:53:10 +0000</pubDate>
    </item>
  </channel>
</rss>