<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Privacy on Cat in a Shell</title>
		<link>https://catinashell.de/tags/privacy/</link>
		<description>Recent content in Privacy on Cat in a Shell</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sat, 11 Jul 2026 16:37:23 +0200</lastBuildDate>
		
			<atom:link href="https://catinashell.de/tags/privacy/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Hugo Server Side Mermaid Rendering</title>
				<link>https://catinashell.de/posts/hugo-server-side-mermaid-rendering/</link>
				<pubDate>Sat, 11 Jul 2026 14:03:00 +0200</pubDate>
				<guid>https://catinashell.de/posts/hugo-server-side-mermaid-rendering/</guid>
				<description>&lt;p&gt;This diagram is rendered during hugo build and served as a static svg.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;mermaid-diagram&#34;&gt;&#xA;  &#xA;    &#xA;    &#xA;    &lt;img class=&#34;mermaid-light&#34; src=&#34;https://catinashell.de/svg_14587722597978374570.svg&#34; alt=&#34;Diagram&#34;&gt;&#xA;  &#xA;  &#xA;    &#xA;    &#xA;    &lt;img class=&#34;mermaid-dark&#34; src=&#34;https://catinashell.de/svg_10056839910447859318.svg&#34; alt=&#34;Diagram&#34;&gt;&#xA;  &#xA;&lt;/div&gt;&lt;p&gt;Most websites just use the mermiad js library and let each user render the diagrams client-side. But this is a imo pretty trashy solution, since it requires each visitor to run javascript (which no one should do &amp;hellip;; read more in my &lt;a href=&#34;https://catinashell.de/about#nojs&#34;&gt;about section&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;style&gt;&#xA;.heading {&#xA;    text-decoration: none;&#xA;}&#xA;.heading:hover {&#xA;    color: rgba(200,200,255,0.7);&#xA;}&#xA;.heading-anchor {&#xA;    margin-left: -1em;&#xA;    position: absolute;&#xA;    opacity: 0;&#xA;    text-decoration: none;&#xA;    transition: opacity 0.15s;&#xA;}&#xA;h1:hover .heading-anchor,&#xA;h2:hover .heading-anchor,&#xA;h3:hover .heading-anchor,&#xA;h4:hover .heading-anchor,&#xA;h5:hover .heading-anchor,&#xA;h6:hover .heading-anchor {&#xA;    opacity: 1;&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;a href=&#34;#how-to-make-hugo-render-mermaid-diagrams-during-build&#34; class=&#34;heading&#34;&gt;&#xA;&lt;h2 id=&#34;how-to-make-hugo-render-mermaid-diagrams-during-build&#34;&gt;&#xA;    &lt;div class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;&#xA;        #&#xA;    &lt;/div&gt;&#xA;    How to make Hugo render Mermaid Diagrams during Build&#xA;&#xA;&lt;/h2&gt;&#xA;&lt;/a&gt;&#xA;&lt;p&gt;In the end you can just write in your markdown files:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Redirector</title>
				<link>https://catinashell.de/projects/redirector/</link>
				<pubDate>Wed, 08 Jul 2026 18:45:34 +0200</pubDate>
				<guid>https://catinashell.de/projects/redirector/</guid>
				<description>&lt;p&gt;A browser extension I once wrote that allows redirecting from one site to another one, following user specified rules. This can be used to e.g. auto jump from yt to the matching invidious video etc.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Stalwart Mail Alias Creation Script</title>
				<link>https://catinashell.de/posts/stalwart-mail-alias-creation-script/</link>
				<pubDate>Fri, 03 Jul 2026 22:18:38 +0200</pubDate>
				<guid>https://catinashell.de/posts/stalwart-mail-alias-creation-script/</guid>
				<description>&lt;p&gt;I just run: &lt;code&gt;al &amp;lt;name for the alias&amp;gt;&lt;/code&gt; and get a new mail redirecting all mails to my main inbox.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;preview.webp&#34; alt=&#34;how it looks later&#34;&gt;&lt;/p&gt;&#xA;&lt;style&gt;&#xA;.heading {&#xA;    text-decoration: none;&#xA;}&#xA;.heading:hover {&#xA;    color: rgba(200,200,255,0.7);&#xA;}&#xA;.heading-anchor {&#xA;    margin-left: -1em;&#xA;    position: absolute;&#xA;    opacity: 0;&#xA;    text-decoration: none;&#xA;    transition: opacity 0.15s;&#xA;}&#xA;h1:hover .heading-anchor,&#xA;h2:hover .heading-anchor,&#xA;h3:hover .heading-anchor,&#xA;h4:hover .heading-anchor,&#xA;h5:hover .heading-anchor,&#xA;h6:hover .heading-anchor {&#xA;    opacity: 1;&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;a href=&#34;#why&#34; class=&#34;heading&#34;&gt;&#xA;&lt;h3 id=&#34;why&#34;&gt;&#xA;    &lt;div class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;&#xA;        #&#xA;    &lt;/div&gt;&#xA;    Why?&#xA;&#xA;&lt;/h3&gt;&#xA;&lt;/a&gt;&#xA;&lt;p&gt;You might want to hide your mail from websites where you register, as they might sell your mail address (which is then used to profile or spam you), they might get hacked and you get tons of spam, or they just spam you right away. An alias mail can be easily disabled and tada, finished, no more wories, no more mails from that address (and the site you gave it to) without having to change your whole mailbox &amp;hellip;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Setting Up My Own Mailserver (Stalwart)</title>
				<link>https://catinashell.de/posts/setting-up-my-own-mailserver/</link>
				<pubDate>Thu, 02 Jul 2026 15:19:27 +0200</pubDate>
				<guid>https://catinashell.de/posts/setting-up-my-own-mailserver/</guid>
				<description>&lt;p&gt;&lt;em&gt;TLDR; Me renting about mail, you can skip to &lt;a href=&#34;#options&#34;&gt;Options&lt;/a&gt;, if you don&amp;rsquo;t wanna read it, because you already know&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Mail usually totally sucks, you register somewhere for free, like gmail or whatever, and need to provide tons of personal data + have them scan your mails (not sure if they openly admit it tbh, but I believe they do even if claimed otherwise&amp;hellip;). Mails are horrible for privacy &amp;hellip; They are often unencrypted (except if you set up PGP and your communication partner also uses it, but almost no one except in the privacy corner does so &amp;hellip;). There are some providers who don&amp;rsquo;t ask you for as much, like Proton. Still it sucks, you can&amp;rsquo;t easily move provider etc. Lets say they decide to charge everyone one day &amp;hellip; Or change their privacy policy, or make some controversal tweets &amp;hellip; and you want to distance yourself from them.&lt;/p&gt;</description>
			</item>
			<item>
				<title>RSS is Awesome!</title>
				<link>https://catinashell.de/posts/rss-is-awesome/</link>
				<pubDate>Mon, 29 Jun 2026 10:17:52 +0200</pubDate>
				<guid>https://catinashell.de/posts/rss-is-awesome/</guid>
				<description>&lt;style&gt;&#xA;.heading {&#xA;    text-decoration: none;&#xA;}&#xA;.heading:hover {&#xA;    color: rgba(200,200,255,0.7);&#xA;}&#xA;.heading-anchor {&#xA;    margin-left: -1em;&#xA;    position: absolute;&#xA;    opacity: 0;&#xA;    text-decoration: none;&#xA;    transition: opacity 0.15s;&#xA;}&#xA;h1:hover .heading-anchor,&#xA;h2:hover .heading-anchor,&#xA;h3:hover .heading-anchor,&#xA;h4:hover .heading-anchor,&#xA;h5:hover .heading-anchor,&#xA;h6:hover .heading-anchor {&#xA;    opacity: 1;&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;a href=&#34;#what-is-rss&#34; class=&#34;heading&#34;&gt;&#xA;&lt;h3 id=&#34;what-is-rss&#34;&gt;&#xA;    &lt;div class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;&#xA;        #&#xA;    &lt;/div&gt;&#xA;    What is RSS?&#xA;&#xA;&lt;/h3&gt;&#xA;&lt;/a&gt;&#xA;&lt;p&gt;Its a format for website feed, basically like a social media timeline for only the stuff the website wants to post there (one site can also have multiple feeds, like one per category etc.).&#xA;So lets say you subscribe to &lt;a href=&#34;https://nixos.org/blog/announcements-rss.xml&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;NixOS Announcement Feed&lt;/a&gt;, whenever they write a new announcement post they also (automatically probably) create an entry in their rss feed.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
