<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel><title>patrislav&#39;s blog</title><description>patrislav&#39;s blog</description><link>https://www.p-hu.de/</link><atom:link href="https://www.p-hu.de/feed_rss_created.xml" rel="self" type="application/rss+xml" /><managingEditor>Patrick Huesmann</managingEditor><language>en</language> <pubDate>Fri, 29 Mar 2024 17:58:29 -0000</pubDate> <lastBuildDate>Fri, 29 Mar 2024 17:58:29 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.12.1</generator> <item> <title>How to download Zoom recordings</title> <category>programming</category> <description>&lt;h1&gt;How to download Zoom recordings&lt;/h1&gt;&lt;p&gt;(or: the power of bookmarklets)&lt;/p&gt;</description><link>https://www.p-hu.de/2024/03/29/how-to-download-zoom-recordings/</link> <pubDate>Fri, 29 Mar 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/03/29/how-to-download-zoom-recordings/</guid> </item> <item> <title>Bunte Gemüsequiche</title> <category>cooking</category> <category>recipes</category> <description>&lt;h1&gt;Bunte Gemüsequiche&lt;/h1&gt;&lt;p&gt;Ich mache Quiche jedes Mal ein wenig anders; da sie heute besonders gut geworden ist, schreibe ich das Rezept hier auf.&lt;/p&gt;</description><link>https://www.p-hu.de/2024/02/25/bunte-gem%C3%BCsequiche/</link> <pubDate>Sun, 25 Feb 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/02/25/bunte-gem%C3%BCsequiche/</guid> </item> <item> <title>Ride of Silence for Natenom in Hamburg</title> <category>cycling</category> <category>politics</category> <description>&lt;h1&gt;Ride of Silence for Natenom in Hamburg&lt;/h1&gt;&lt;p&gt;Today the &lt;a href=&#34;https://hamburg.adfc.de/&#34;&gt;ADFC Hamburg&lt;/a&gt; organized a Ride of Silencefor Andreas Mandalka, nickname &lt;a href=&#34;https://de.wikipedia.org/wiki/Natenom&#34;&gt;Natenom&lt;/a&gt;,who was killed on the road on 30.01.2024.&lt;/p&gt;</description><link>https://www.p-hu.de/2024/02/11/ride-of-silence-for-natenom-in-hamburg/</link> <pubDate>Sun, 11 Feb 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/02/11/ride-of-silence-for-natenom-in-hamburg/</guid> </item> <item> <title>Double exposure with Olympus XA</title> <category>bern</category> <category>olympusxa</category> <category>photography</category> <category>solaris400</category> <description>&lt;h1&gt;Double exposure with Olympus XA&lt;/h1&gt;&lt;p&gt;Throwback to 12/2009. Shot with Olympus XA in Bern, CH.&lt;/p&gt;&lt;p&gt;Since the XA doesn&#39;t do double exposure, this was kind of a gamble. First shoot a batch of 36 random photos, then rewind the whole roll, then shoot the second batch of 36 photos.Ended up with 35 garbage photos and this one. 😂&lt;/p&gt;</description><link>https://www.p-hu.de/2024/02/05/double-exposure-with-olympus-xa/</link> <pubDate>Mon, 05 Feb 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/02/05/double-exposure-with-olympus-xa/</guid> </item> <item> <title>Why clang-format suddenly breaks under nvim</title> <category>linux</category> <category>programming</category> <description>&lt;h1&gt;Why clang-format suddenly breaks under nvim&lt;/h1&gt;&lt;p&gt;TL;DR: &lt;code&gt;clang-format&lt;/code&gt; became stricter with recent versions; &lt;code&gt;.clang-format&lt;/code&gt; files with duplicate keys used to work but now they silently fail.&lt;/p&gt;</description><link>https://www.p-hu.de/2024/02/01/why-clang-format-suddenly-breaks-under-nvim/</link> <pubDate>Thu, 01 Feb 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/02/01/why-clang-format-suddenly-breaks-under-nvim/</guid> </item> <item> <title>Linux User Antifa</title> <category>linux</category> <description>&lt;h1&gt;Linux User Antifa&lt;/h1&gt;&lt;p&gt;This is my contribution to the current &lt;a href=&#34;https://chaos.social/tags/AntifaSticker&#34;&gt;#AntifaSticker&lt;/a&gt; meme.Made with GIMP. Enjoy.&lt;/p&gt;</description><link>https://www.p-hu.de/2024/01/23/linux-user-antifa/</link> <pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2024/01/23/linux-user-antifa/</guid> </item> <item> <title>Why doesn&#39;t clangd LSP find my compiler&#39;s system headers?</title> <category>programming</category> <description>&lt;h1&gt;Why doesn&#39;t clangd LSP find my compiler&#39;s system headers?&lt;/h1&gt;&lt;p&gt;When using &lt;code&gt;clangd&lt;/code&gt; as LSP for C/C++ projects, e.g. in nvim, itenables all the nice convenience features we&#39;re used to fromheavyweight IDEs like VS Code, Eclipse etc.Jump to definition, jump to references, autocompletion etc.&lt;/p&gt;&lt;p&gt;But sometimes, when using more complex compiler setups like multiple differentcompilers installed in parallel, cross compilation etc., it can suddenly failto find standard includes like &lt;code&gt;&amp;lt;fstream&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;string&amp;gt;&lt;/code&gt; (aka &lt;em&gt;system headers&lt;/em&gt;),making it completely useless. What&#39;s happening there?&lt;/p&gt;</description><link>https://www.p-hu.de/2023/12/20/why-doesnt-clangd-lsp-find-my-compilers-system-headers/</link> <pubDate>Wed, 20 Dec 2023 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2023/12/20/why-doesnt-clangd-lsp-find-my-compilers-system-headers/</guid> </item> <item> <title>Stadtteilwalk 1/105: Hoheluft-Ost</title> <category>fp4+</category> <category>hamburg</category> <category>mamiya645</category> <category>photography</category> <category>stadtteilwalk</category> <description>&lt;h1&gt;Stadtteilwalk 1/105: Hoheluft-Ost&lt;/h1&gt;&lt;p&gt;Shots from exploring the district of Hoheluft-Ost.&lt;/p&gt;</description><link>https://www.p-hu.de/2023/05/07/stadtteilwalk-1105-hoheluft-ost/</link> <pubDate>Sun, 07 May 2023 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2023/05/07/stadtteilwalk-1105-hoheluft-ost/</guid> </item> <item> <title>Short trip to Frankfurt</title> <category>frankfurt</category> <category>noblex135</category> <category>photography</category> <category>trix</category> <description>&lt;h1&gt;Short trip to Frankfurt&lt;/h1&gt;&lt;p&gt;Shots from a short trip to Frankfurt FFM; the first one is an accidental double exposure(I have to be more careful when handling the Noblex ...)&lt;/p&gt;</description><link>https://www.p-hu.de/2023/04/01/short-trip-to-frankfurt/</link> <pubDate>Sat, 01 Apr 2023 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2023/04/01/short-trip-to-frankfurt/</guid> </item> <item> <title>Photowalk with Horizon 202</title> <category>fp4+</category> <category>hamburg</category> <category>horizon202</category> <category>photography</category> <description>&lt;h1&gt;Photowalk with Horizon 202&lt;/h1&gt;&lt;p&gt;Shots from a little photo walk in Hamburg; only two shots came out, both in a metro station.&lt;/p&gt;</description><link>https://www.p-hu.de/2023/03/10/photowalk-with-horizon-202/</link> <pubDate>Fri, 10 Mar 2023 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2023/03/10/photowalk-with-horizon-202/</guid> </item> <item> <title>Powerline font in framebuffer console</title> <category>linux</category> <description>&lt;h1&gt;Powerline font in framebuffer console&lt;/h1&gt;&lt;p&gt;When using a &#34;Powerline&#34;-based prompt such as &lt;a href=&#34;https://github.com/agnoster/agnoster-zsh-theme&#34;&gt;ZSH agnoster&lt;/a&gt;,the prompt looks good in a graphical terminal emulator, but will probably look garbage in the framebuffer or VGA console, due to the missing font glyphs.&lt;/p&gt;&lt;p&gt;There is a special &lt;a href=&#34;https://github.com/powerline/fonts/tree/master/Terminus/PSF&#34;&gt;bitmap-based powerline font&lt;/a&gt; suitable for the framebuffer console. On some systems the console setup tool &lt;code&gt;setupcon&lt;/code&gt; is buggy and has to be patched in order to enable loading a custom font.&lt;/p&gt;</description><link>https://www.p-hu.de/2020/07/29/powerline-font-in-framebuffer-console/</link> <pubDate>Wed, 29 Jul 2020 00:00:00 +0000</pubDate><source url="https://www.p-hu.de/feed_rss_created.xml">patrislav's blog</source><guid isPermaLink="true">https://www.p-hu.de/2020/07/29/powerline-font-in-framebuffer-console/</guid> </item> </channel></rss>