<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Gavin Wiggins</title>
    <link>https://gavinw.me/notes.html</link>
    <description>Notes on various programming and technology-related topics.</description>
    <atom:link href="https://gavinw.me/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Commands</title>
      <link>https://gavinw.me/notes/git-commands.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/git-commands.html</guid>
      <description>Some helpful commands for using Git in the terminal.</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LazyVim Configuration</title>
      <link>https://gavinw.me/notes/lazyvim-config.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/lazyvim-config.html</guid>
      <description>My configuration settings for the LazyVim terminal editor.</description>
      <pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Ghostty Configuration</title>
      <link>https://gavinw.me/notes/ghostty-config.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/ghostty-config.html</guid>
      <description>My configuration settings for the awesome Ghostty terminal.</description>
      <pubDate>Wed, 21 Jan 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Tmux Commands</title>
      <link>https://gavinw.me/notes/tmux-commands.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/tmux-commands.html</guid>
      <description>Some useful commands for using the tmux terminal multiplexer.</description>
      <pubDate>Thu, 30 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Reverse Proxy and Basic Auth with Caddy</title>
      <link>https://gavinw.me/notes/caddy-proxy.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/caddy-proxy.html</guid>
      <description>Setup reverse proxy and basic HTTP authentication with Caddy.</description>
      <pubDate>Sun, 26 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Initialize a Server with cloud-init</title>
      <link>https://gavinw.me/notes/server-cloud-init.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/server-cloud-init.html</guid>
      <description>Initialize server networking and other settings with cloud-init.</description>
      <pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>macOS Terminal Commands</title>
      <link>https://gavinw.me/notes/macos-terminal-commands.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/macos-terminal-commands.html</guid>
      <description>Useful commands in the macOS terminal.</description>
      <pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Suppress Print Output in Swift</title>
      <link>https://gavinw.me/notes/swift-suppress-print.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/swift-suppress-print.html</guid>
      <description>Suppressing print output in Swift is useful for functions that accept a block of code as input.</description>
      <pubDate>Tue, 29 Apr 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Two-Dimensional Array in C++</title>
      <link>https://gavinw.me/notes/cpp-2d-array.html</link>
      <guid isPermaLink="true">https://gavinw.me/notes/cpp-2d-array.html</guid>
      <description>A two-dimensional array in C++ using C-style array and standard array container.</description>
      <pubDate>Sun, 13 Aug 2023 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
