<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Stefano on littleFedi</title>
  <subtitle>It&#39;s me, Stefano, the BSD and illumos Cafe Barista. I&#39;m testing something cool - littleFedi! This instance is efficiently running on a Raspberry PI Zero W, powered by NetBSD. Let&#39;s go!</subtitle>
  <id>https://rpi0w.stefanomarinelli.it/@stefano/blog/</id>
  <updated>2026-07-25T07:36:54Z</updated>
  <link href="https://rpi0w.stefanomarinelli.it/@stefano/blog/feed.xml" rel="self" type="application/atom+xml"></link>
  <link href="https://rpi0w.stefanomarinelli.it/@stefano/blog/" rel="alternate" type="text/html"></link>
  <entry>
    <title>The Blog Option in littleFedi</title>
    <id>https://rpi0w.stefanomarinelli.it/@stefano/blog/691cb62e-e7a1-434b-ba65-d059ee58ac41/</id>
    <link href="https://rpi0w.stefanomarinelli.it/@stefano/blog/691cb62e-e7a1-434b-ba65-d059ee58ac41/" rel="alternate" type="text/html"></link>
    <updated>2026-07-25T07:36:54Z</updated>
    <published>2026-07-25T07:36:54Z</published>
    <content type="html"><![CDATA[<p>littleFedi, like many social platforms, had both a strength and a limit. Posts, by their nature, are ephemeral. They get published, federated (unless local-only, which littleFedi handles) and then, over time, lost. Partly through self-deletion, partly through their normal blending in with the thousands of other posts that pile up over time. Sometimes, though, we want something to stay. And not just stay as a social post, but as an actual blog. A bit like with BSSG, I had thought it would be convenient to have a minimal system. Not to compete with WordPress or other solutions, but to have a small blog, integrated into littleFedi, that would produce and serve a blog updated every now and then, whenever the person writing felt like doing it.</p>
<p>And that&#39;s why the blog option was born.</p>
<p>The idea is simple: when you write a post, from the web UI or from the CLI, there&#39;s a checkbox, &#34;blog post&#34;. If you check it, that post stops being just a status that will scroll past and disappear. littleFedi renders it into a real static site. No JavaScript, just HTML and CSS, an Atom feed, tag pages, a chronological archive. Nothing exotic, nothing that needs maintenance five years from now.</p>
<p>The blog isn&#39;t a parallel system you have to feed separately. It&#39;s not an export, not an import, not a bridge to some other CMS. The post you wrote is the blog post. Same database, same act of writing, still boostable, still repliable, still part of the conversation on the fediverse side. The blog is just a second representation of the same content, generated automatically. Every time you create, edit, or delete a blog post, the whole static site for your account gets rebuilt from scratch, and the new version replaces the old one atomically, so nobody ever lands on a half-built page. If the build fails, the previous version stays in place. Simple, but it has to work reliably, or the whole idea is pointless.</p>
<p>That&#39;s the core of it: two representations of the same post. As a status, it lives in the fediverse, interactive, part of the conversation, subject to replies and boosts like anything else. As a static page, it lives on the web, durable, indexable, with a permalink, something an RSS reader can hold onto. You don&#39;t have to decide in advance which posts deserve to last. You write normally, and if something turns out to be worth keeping, you flag it, and it gets its own page.</p>
<p>One detail I cared about while thinking this through: the generated site has to be self-contained. When littleFedi builds it, media gets copied or hard-linked into the generated directory - images, audio, video. If it&#39;s stored on S3, it keeps its public URL directly. Either way, the point is that the site on disk doesn&#39;t depend on the instance staying up. If the server goes down tomorrow, the blog files are still a complete, working website. That wasn&#39;t an afterthought, it was one of the requirements from the start.</p>
<p>Not every account gets a blog, and that&#39;s intentional. The instance admin has to enable the feature globally (<code>[blog] enabled = true</code>), and then grant it per account. It&#39;s not meant to be a CMS, and I didn&#39;t want it to become one. Blog posts can&#39;t be replies, can&#39;t be boosts, have to be public and top-level. These are constraints, not missing features: the blog is for your own writing, not for threads or reshared content.</p>
<p>There&#39;s no JavaScript anywhere in the generated site. That was deliberate too. It loads fast, it works offline if you cache it, and it will still render correctly in ten years without anyone having to update a dependency.</p>
<p>In the end, the blog option doesn&#39;t ask you to choose between writing socially and writing something permanent. You keep writing the way you always do, on littleFedi, and if a post is worth keeping, you check a box. No separate platform, no migration, no vendor lock-in. Just your own posts, some of them rendered into a small static site you can host anywhere, built out of something that already existed on the open web.</p>
<p>Remember: all this is being currently served by a Raspberry PI Zero W powered by NetBSD</p>
<p>Here&#39;s the result: <a href="https://rpi0w.stefanomarinelli.it/@stefano/blog/691cb62e-e7a1-434b-ba65-d059ee58ac41/" rel="nofollow noreferrer">https://rpi0w.stefanomarinelli.it/@stefano/blog/691cb62e-e7a1-434b-ba65-d059ee58ac41/</a></p>
<p><a href="/@stefano/blog/tags/t-bGl0dGxlZmVkaQ/" class="mention hashtag" rel="tag">#<span>littleFedi</span></a> <a href="/@stefano/blog/tags/t-c3Nn/" class="mention hashtag" rel="tag">#<span>SSG</span></a> <a href="/@stefano/blog/tags/t-YnNzZw/" class="mention hashtag" rel="tag">#<span>BSSG</span></a> <a href="/@stefano/blog/tags/t-b3dueW91cmRhdGE/" class="mention hashtag" rel="tag">#<span>OwnYourData</span></a> <a href="/@stefano/blog/tags/t-YmxvZ2dpbmc/" class="mention hashtag" rel="tag">#<span>Blogging</span></a> <a href="/@stefano/blog/tags/t-ZmVkaXZlcnNl/" class="mention hashtag" rel="tag">#<span>Fediverse</span></a> <a href="/@stefano/blog/tags/t-bmV0YnNk/" class="mention hashtag" rel="tag">#<span>NetBSD</span></a></p>
]]></content>
  </entry>
</feed>