<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Brainfart</title>
    <link>https://brainfart.fyi/post/</link>
    <description>Recent content in Posts on Brainfart</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>©️ C. Mader</copyright>
    <lastBuildDate>Mon, 30 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://brainfart.fyi/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SvelteKit and Cloudflare Compatibility Date after `2024-04-01`</title>
      <link>https://brainfart.fyi/post/20260321-sveltkit-and-cloudflare/</link>
      <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20260321-sveltkit-and-cloudflare/</guid>
      <description>&lt;p&gt;Today, I needed to increase my &lt;code&gt;compatibility_date&lt;/code&gt; for &lt;a href=&#34;https://cally.fyi&#34;&gt;my Svelte project&lt;/a&gt;.&#xA;I noticed, that when I ran the project locally with &lt;code&gt;npx wrangler dev&lt;/code&gt;, that no POST requests worked any longer.&#xA;There was a &lt;em&gt;405 Method Not Allowed&lt;/em&gt; HTTP error.&#xA;The same was true when I opened the branch preview deployment.&lt;/p&gt;&#xA;&lt;p&gt;tl;dr: I added the &lt;a href=&#34;https://developers.cloudflare.com/workers/configuration/compatibility-flags/#navigation-requests-prefer-asset-serving&#34;&gt;&lt;code&gt;assets_navigation_has_no_effect&lt;/code&gt;&lt;/a&gt; compatibility flag.&#xA;Now it works.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Delete Time Machine backups in macOS Sequoia</title>
      <link>https://brainfart.fyi/post/20250108-macos-sequoia-delete-time-machine-backup/</link>
      <pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20250108-macos-sequoia-delete-time-machine-backup/</guid>
      <description>&lt;p&gt;This short guide explains how to use the &lt;code&gt;tmutil&lt;/code&gt; to delete a single &lt;em&gt;Time Machine&lt;/em&gt; backup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use a specific SSH key for a certain git repo</title>
      <link>https://brainfart.fyi/post/20241030-use-a-specific-ssh-key-in-a-git-repo/</link>
      <pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20241030-use-a-specific-ssh-key-in-a-git-repo/</guid>
      <description>&lt;p&gt;Whenever I want to push code to my private GitLab repositories,&#xA;I want to use the SSH key of my private GitLab account.&#xA;At work, I use a separate account for GitLab.&#xA;It has its own SSH key.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quick and free OCR of PDFs using CLI</title>
      <link>https://brainfart.fyi/post/20211126-ocr-of-pdf-on-mac/</link>
      <pubDate>Fri, 26 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20211126-ocr-of-pdf-on-mac/</guid>
      <description>&lt;p&gt;This is a short guide to explain how you can quickly OCR a scanned PDF on the command line.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Zero to Jitsi Meet in 30 Minutes</title>
      <link>https://brainfart.fyi/post/20200323-jitsi/</link>
      <pubDate>Mon, 23 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20200323-jitsi/</guid>
      <description>&lt;p&gt;The following guide will show you how you deploy your own &lt;a href=&#34;https://jitsi.org/jitsi-meet/&#34;&gt;&lt;em&gt;Jitsi Meet&lt;/em&gt;&lt;/a&gt; server in no-time on your own virtual server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Write a Chromecast App In 3 Easy Steps</title>
      <link>https://brainfart.fyi/post/20191215-write-a-chromecast-app/</link>
      <pubDate>Sun, 15 Dec 2019 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20191215-write-a-chromecast-app/</guid>
      <description>&lt;p&gt;Today I would like to share how anyone can create a &lt;a href=&#34;https://developers.google.com/cast/docs/caf_receiver&#34;&gt;Chromecast app&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setup a Gitlab Runner with docker-in-docker Support</title>
      <link>https://brainfart.fyi/post/20191116-setup-gitlab-runner-with-docker-in-docker/</link>
      <pubDate>Sat, 16 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20191116-setup-gitlab-runner-with-docker-in-docker/</guid>
      <description>&lt;p&gt;Personally, I prefer to set up my own Gitlab Runners.&#xA;The reasons being that I don&amp;rsquo;t have to wait for a runner to become available and they&amp;rsquo;re usually faster then the Gitlab Shared Runners.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Host Your Own Blog with Gitlab and Netlify</title>
      <link>https://brainfart.fyi/post/20190518-host-your-own-blog-in-1-hour/</link>
      <pubDate>Sat, 18 May 2019 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20190518-host-your-own-blog-in-1-hour/</guid>
      <description>&lt;p&gt;This guide explains how to host a own blog / website for free with about 1 hour of effort.&#xA;&lt;del&gt;It&amp;rsquo;s how I host this blog.&lt;/del&gt; (Update: It&amp;rsquo;s now hosted on &lt;a href=&#34;https://pages.cloudflare.com&#34;&gt;Cloudflare Pages&lt;/a&gt;.)&lt;/p&gt;&#xA;&lt;p&gt;There are certainly other options, and I&amp;rsquo;ve used some in the past.&#xA;But this worked very well and with very little configuration effort.&lt;/p&gt;&#xA;&lt;p&gt;In this guide I use &lt;a href=&#34;https://gitlab.com&#34;&gt;Gitlab&lt;/a&gt; as code host and &lt;a href=&#34;https://netlify.com&#34;&gt;Netlify&lt;/a&gt; to publish the website.&#xA;I&amp;rsquo;m using the &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; build system to build a static page.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let&#39;s Encrypt on Turris Omnia</title>
      <link>https://brainfart.fyi/post/20190518-letsencrypt-on-turris-omnia/</link>
      <pubDate>Sat, 18 May 2019 00:00:00 +0000</pubDate>
      <guid>https://brainfart.fyi/post/20190518-letsencrypt-on-turris-omnia/</guid>
      <description>&lt;p&gt;This is a guide about how I use &lt;a href=&#34;https://letsencrypt.org/&#34;&gt;Let&amp;rsquo;s Encrypt&lt;/a&gt; certificates on my &lt;a href=&#34;https://www.turris.cz/en/turris-omnia/&#34;&gt;Turris Omnia&lt;/a&gt; router.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
