<rss version="2.0">
  <channel>
    <title>Dev Notes on Leon Mika</title>
    <link>https://lmika.org/categories/dev/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Wed, 05 Aug 2026 21:17:36 +1000</lastBuildDate>
    
    <item>
      <title></title>
      <link>https://lmika.org/2026/08/05/im-not-sure-if-im.html</link>
      <pubDate>Wed, 05 Aug 2026 21:17:36 +1000</pubDate>
      
      <guid>http://lmika.micro.blog/2026/08/05/im-not-sure-if-im.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;m not sure if I&amp;rsquo;m the only one that experiences this but SSH on MacOS seems to have awful keep-alive out of the box. Connections constantly hang when I look away for more than a few minutes. So I can recommend this change in your SSH config:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# /etc/ssh/ssh_config
Host *
    ServerAliveInterval 30
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://lmika.org/2026/07/21/the-stripe-cli-doesnt-have.html</link>
      <pubDate>Tue, 21 Jul 2026 11:26:11 +1000</pubDate>
      
      <guid>http://lmika.micro.blog/2026/07/21/the-stripe-cli-doesnt-have.html</guid>
      <description>&lt;p&gt;The Stripe CLI doesn&amp;rsquo;t have a command for listing account tax IDs, but it&amp;rsquo;s still possible to list them using the &lt;code&gt;get&lt;/code&gt; subcommand. For anyone else that needs it, here&amp;rsquo;s how you can list them:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stripe get /v1/tax_ids
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And to get a single tax ID:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;stripe get /v1/tax_ids/txi_abc123
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    
    <item>
      <title></title>
      <link>https://lmika.org/2026/05/14/tial-that-sleep-is-actually.html</link>
      <pubDate>Thu, 14 May 2026 15:10:02 +1000</pubDate>
      
      <guid>http://lmika.micro.blog/2026/05/14/tial-that-sleep-is-actually.html</guid>
      <description>&lt;p&gt;TIAL that &lt;code&gt;sleep&lt;/code&gt; is actually not available on the Distroless Docker images, at least from what I can see from &lt;a href=&#34;https://stackoverflow.com/questions/66579990/how-can-run-sleep-command-to-distroless&#34;&gt;Stack Overflow&lt;/a&gt;. So if you&amp;rsquo;re going to use Pod Lifecycle events to wait for requests to finish up, you&amp;rsquo;ll need some other means of sleeping.&lt;/p&gt;

</description>
    </item>
    
  </channel>
</rss>