<?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 Timo's Blog</title><link>https://tuxtimo.me/posts/</link><description>Recent content in Posts on Timo's Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 05 Nov 2021 09:00:12 +0100</lastBuildDate><atom:link href="https://tuxtimo.me/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Python Pass vs. Ellipsis</title><link>https://tuxtimo.me/posts/2021/11/05/python-pass-vs.-ellipsis/</link><pubDate>Fri, 05 Nov 2021 09:00:12 +0100</pubDate><guid>https://tuxtimo.me/posts/2021/11/05/python-pass-vs.-ellipsis/</guid><description>&lt;p>I&amp;rsquo;ve recently had a nerdy discussion with a colleague during a code review
about when to use
Pythons &lt;code>pass&lt;/code> statement&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup> vs. the ellipsis literal &lt;code>...&lt;/code>&lt;sup id="fnref:2">&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref">2&lt;/a>&lt;/sup>&lt;/p>
&lt;p>You&amp;rsquo;ve probably seen the &lt;code>pass&lt;/code> statement in Python code as a
means to indicate that a block is intentionally left empty
to avoid a &lt;code>SyntaxError&lt;/code>.
Like in the following &lt;code>except&lt;/code> block where we expect that
an exception might be raised but just want to ignore it:&lt;/p></description></item><item><title>Git Rebase vs. Merge</title><link>https://tuxtimo.me/posts/2021/11/04/git-rebase-vs.-merge/</link><pubDate>Thu, 04 Nov 2021 21:27:38 +0200</pubDate><guid>https://tuxtimo.me/posts/2021/11/04/git-rebase-vs.-merge/</guid><description>&lt;p>In every team I&amp;rsquo;ve been part of for the last few years we&amp;rsquo;ve always had a debate
sooner or later if we should use a &lt;code>git merge&lt;/code> or &lt;code>git rebase&lt;/code> to keep
a branch up-to-date with it&amp;rsquo;s source branch.&lt;/p>
&lt;p>This post sheds some light on the pros and cons of both and my opinion on what
you should use for your team.&lt;/p>
&lt;p>Before I go on, let&amp;rsquo;s get on the same page what a few terms mean throughout this article:&lt;/p></description></item><item><title>Oh, Hello!</title><link>https://tuxtimo.me/posts/2021/10/29/oh-hello/</link><pubDate>Fri, 29 Oct 2021 14:00:00 +0200</pubDate><guid>https://tuxtimo.me/posts/2021/10/29/oh-hello/</guid><description>&lt;p>It&amp;rsquo;s been a while since I discontinued my old blog with a staggering amount
of five posts. Let&amp;rsquo;s see how it goes this time &amp;hellip;&lt;/p>
&lt;p>This &lt;a href="https://tuxtimo.me">page&lt;/a> is a place I&amp;rsquo;ll write about things I learned,
things I want to teach, things I&amp;rsquo;m working on and random thoughts.
I won&amp;rsquo;t guarantee any cadance or consistency, but I&amp;rsquo;ll try my best to keep
it around a few posts a month. To keep yourself updated with the content here,
you can follow me on &lt;a href="https://twitter.com/timofurrer">Twitter&lt;/a> and add the
&lt;a href="https://tuxtimo.me/posts/index.xml">RSS&lt;/a> feed to your reader.&lt;/p></description></item></channel></rss>