{
  "version": "https://jsonfeed.org/version/1",
  "title": "Dev Notes on Leon Mika",
  "icon": "https://avatars.micro.blog/avatars/2024/15/55331.jpg",
  "home_page_url": "https://lmika.org/",
  "feed_url": "https://lmika.org/feed.json",
  "items": [
      {
        "id": "http://lmika.micro.blog/2026/08/05/im-not-sure-if-im.html",
        
        "content_html": "<p>I&rsquo;m not sure if I&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:</p>\n<pre tabindex=\"0\"><code># /etc/ssh/ssh_config\nHost *\n    ServerAliveInterval 30\n</code></pre>",
        "date_published": "2026-08-05T21:17:36+10:00",
        "url": "https://lmika.org/2026/08/05/im-not-sure-if-im.html",
        "tags": ["TILs","Dev Notes"]
      },
      {
        "id": "http://lmika.micro.blog/2026/07/21/the-stripe-cli-doesnt-have.html",
        
        "content_html": "<p>The Stripe CLI doesn&rsquo;t have a command for listing account tax IDs, but it&rsquo;s still possible to list them using the <code>get</code> subcommand. For anyone else that needs it, here&rsquo;s how you can list them:</p>\n<div class=\"highlight\"><pre tabindex=\"0\" style=\"color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;\"><code class=\"language-sh\" data-lang=\"sh\"><span style=\"display:flex;\"><span>stripe get /v1/tax_ids\n</span></span></code></pre></div><p>And to get a single tax ID:</p>\n<div class=\"highlight\"><pre tabindex=\"0\" style=\"color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;\"><code class=\"language-sh\" data-lang=\"sh\"><span style=\"display:flex;\"><span>stripe get /v1/tax_ids/txi_abc123\n</span></span></code></pre></div>",
        "date_published": "2026-07-21T11:26:11+10:00",
        "url": "https://lmika.org/2026/07/21/the-stripe-cli-doesnt-have.html",
        "tags": ["TILs","Stripe","Dev Notes"]
      },
      {
        "id": "http://lmika.micro.blog/2026/05/14/tial-that-sleep-is-actually.html",
        
        "content_html": "<p>TIAL that <code>sleep</code> is actually not available on the Distroless Docker images, at least from what I can see from <a href=\"https://stackoverflow.com/questions/66579990/how-can-run-sleep-command-to-distroless\">Stack Overflow</a>. So if you&rsquo;re going to use Pod Lifecycle events to wait for requests to finish up, you&rsquo;ll need some other means of sleeping.</p>\n<figure class=\"marginalia hidden marginalia-custom \" data-imgsrc=\"https://assets.lmika.org/images/marginalia/custom/kubernetes-fail-whale.png\" data-title=\"\">\n</figure>\n",
        "date_published": "2026-05-14T15:10:02+10:00",
        "url": "https://lmika.org/2026/05/14/tial-that-sleep-is-actually.html",
        "tags": ["TILs","Dev Notes"]
      }
  ]
}
