<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>TIL on Steve Xuereb</title>
    <link>https://steve.mt/tags/til/</link>
    <description>Recent content in TIL on Steve Xuereb</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 20 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://steve.mt/tags/til/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Downward API</title>
      <link>https://steve.mt/blog/2024-02-20-til-resourcefieldref/</link>
      <pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2024-02-20-til-resourcefieldref/</guid>
      <description>Demonstrates using the Kubernetes Downward API to inject resource-derived env vars like GOMAXPROCS without hitting the API server.</description>
    </item>
    
    <item>
      <title>journald RateLimitBurst</title>
      <link>https://steve.mt/blog/2024-01-22-til-journald-ratelimit/</link>
      <pubDate>Mon, 22 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2024-01-22-til-journald-ratelimit/</guid>
      <description>Introduces journald RateLimitBurst/Interval, why throttling noisy logs matters, and how to scope limits per unit.</description>
    </item>
    
    <item>
      <title>What is MTU</title>
      <link>https://steve.mt/blog/2021-09-13-til-mtu/</link>
      <pubDate>Mon, 13 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2021-09-13-til-mtu/</guid>
      <description>Defines MTU fundamentals, fragmentation rules for IPv4/IPv6, and how Path MTU Discovery finds the safe packet size.</description>
    </item>
    
    <item>
      <title>go tool dist list</title>
      <link>https://steve.mt/blog/2021-07-03-go-tool-dist-list/</link>
      <pubDate>Sat, 03 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2021-07-03-go-tool-dist-list/</guid>
      <description>Shows how go tool dist list reveals every GOOS/GOARCH combo so you can cross-compile with confidence.</description>
    </item>
    
    <item>
      <title>Deploy long-running tasks on Kubernetes</title>
      <link>https://steve.mt/blog/2020-08-16-k8s-deploy-long-running-tasks/</link>
      <pubDate>Sun, 16 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2020-08-16-k8s-deploy-long-running-tasks/</guid>
      <description>Recommends rainbow deployments so long-running pods (like GitLab Runner) stay observable while new versions roll out.</description>
    </item>
    
    <item>
      <title>Docker Export vs Docker Save</title>
      <link>https://steve.mt/blog/2020-08-01-docker-export-vs-save/</link>
      <pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2020-08-01-docker-export-vs-save/</guid>
      <description>Compares docker export’s flattened container snapshots to docker save image archives and clarifies when to choose each command.</description>
    </item>
    
    <item>
      <title>Go Trace Shortcut</title>
      <link>https://steve.mt/blog/2020-07-21-go-trace-shortcut/</link>
      <pubDate>Tue, 21 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2020-07-21-go-trace-shortcut/</guid>
      <description>Captures a Go execution trace and shows that pressing ? in the web UI reveals every navigation shortcut.</description>
    </item>
    
    <item>
      <title>Systemd Drop In</title>
      <link>https://steve.mt/blog/2020-07-14-systemd-drop-in/</link>
      <pubDate>Tue, 14 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2020-07-14-systemd-drop-in/</guid>
      <description>Explains how systemd drop-in units override service sections (GitLab Runner example) and how to inspect active overrides with systemctl.</description>
    </item>
    
  </channel>
</rss>
