<rss version="2.0">
        <channel>
          <title>Mat Dombrock</title>
          <description>MatDombrock.com</description>
          <link>/</link>
          <item>
        <title>ADSR Envelopes</title>
        <link>https://matdombrock.com/posts/adsr-env.html</link>
        <description>An exploration of ADSR envelopes for DSP.</description>
        <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>HC-SR04 Ultrasonic Distance Sensor With Arduino</title>
        <link>https://matdombrock.com/posts/arduino-ultrasonic-distance.html</link>
        <description>How ultrasonic distance works</description>
        <pubDate>Mon, 01 Mar 2021 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>An argument for statically typed languages</title>
        <link>https://matdombrock.com/posts/argument-for-static-langs.html</link>
        <description>Why I think data types matter.</description>
        <pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Backing Up & Restoring a MySQL Database from the Command Line</title>
        <link>https://matdombrock.com/posts/backup-restore-mysql-db-cli.html</link>
        <description>A quick guide on using the MySQL CLI to manage your database backups.</description>
        <pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Beginner Radio Guide</title>
        <link>https://matdombrock.com/posts/beginner-radio-guide.html</link>
        <description>A beginner radio guide, specifically for the Baofeng UV-5R.</description>
        <pubDate>Sun, 01 Mar 2020 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Breaking Out of Parent Element with CSS</title>
        <link>https://matdombrock.com/posts/breakout-of-parent-css.html</link>
        <description>How to get out of a parent element with CSS.</description>
        <pubDate>Mon, 01 Jul 2019 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Can chatGPT Write Software?</title>
        <link>https://matdombrock.com/posts/can-chatgpt-write-software.html</link>
        <description>An exploration of chatGPT's software writing ability.</description>
        <pubDate>Mon, 01 May 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Detecting A Key Press In JavaScript</title>
        <link>https://matdombrock.com/posts/detect-keypress-js.html</link>
        <description>Detecting and accepting keyboard input on your web app.</description>
        <pubDate>Sat, 01 Sep 2018 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Diagrams as Code</title>
        <link>https://matdombrock.com/posts/diagrams-as-code.html</link>
        <description>Exploring Mermaid.js.</description>
        <pubDate>Sat, 01 Apr 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Downloading Files with NodeJS</title>
        <link>https://matdombrock.com/posts/download-files-nodejs.html</link>
        <description>NodeJs gives us native access to the local drives. Learn how to download files.</description>
        <pubDate>Sun, 01 Dec 2019 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Emoji Math</title>
        <link>https://matdombrock.com/posts/emoji-math.html</link>
        <description>Basic Algebra with Emojis.</description>
        <pubDate>Mon, 01 May 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Frequency & Wavelength</title>
        <link>https://matdombrock.com/posts/frequency-and-wavelength.html</link>
        <description>A short guide on dealing with frequency and wavelength.</description>
        <pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Using Git from the Command Line Interface</title>
        <link>https://matdombrock.com/posts/git-cli.html</link>
        <description>Git is a powerful tool that is used to track software versions and help teams collaborate on large projects. Learn how to use it.</description>
        <pubDate>Thu, 01 Sep 2022 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Github 3D Files</title>
        <link>https://matdombrock.com/posts/github-3d.html</link>
        <description>Tracking and rendering 3D files on Github.</description>
        <pubDate>Fri, 01 Jul 2022 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Should Your IDE Have Spellcheck?</title>
        <link>https://matdombrock.com/posts/ide-spellcheck.html</link>
        <description>My thoughts on spellcheck in your IDE.</description>
        <pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Listing The Largest Files On A Linux System</title>
        <link>https://matdombrock.com/posts/linux-largest-file.html</link>
        <description>How to deal with full drives on linux.</description>
        <pubDate>Wed, 01 Nov 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Moving With A Matrix</title>
        <link>https://matdombrock.com/posts/moving-within-a-matrix.html</link>
        <description>This guide will attempt to explain how we can move (translate) an object (set or shape) in a two dimensional matrix which is a key concept of graphics programming</description>
        <pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Negative Features</title>
        <link>https://matdombrock.com/posts/negative-features.html</link>
        <description>Features have a specification cost, a design cost, and a development cost.</description>
        <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Neural Web</title>
        <link>https://matdombrock.com/posts/neural-web.html</link>
        <description>Exploring Neural Nets In The Browser</description>
        <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>NodeJS read CLI input asynchronously.</title>
        <link>https://matdombrock.com/posts/node-async-readline.html</link>
        <description>Read CLI input without callback hell.</description>
        <pubDate>Sat, 01 Aug 2020 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Comparison of Popular SDRs</title>
        <link>https://matdombrock.com/posts/popular-sdrs.html</link>
        <description>Getting started with software defined radio.</description>
        <pubDate>Mon, 01 Jun 2020 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Using An RG351 As A cSound Synth</title>
        <link>https://matdombrock.com/posts/rg351-synth.html</link>
        <description>These things can run linux, so naturally I made one into a cSound synth.</description>
        <pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>SDR Tools</title>
        <link>https://matdombrock.com/posts/sdr-tools.html</link>
        <description>The rule and regulations of good user experience.</description>
        <pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Traverse A Filesystem With Node</title>
        <link>https://matdombrock.com/posts/traverse-fs-nodejs.html</link>
        <description>How to traverse through a local file system with NodeJS.</description>
        <pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Using Dipole Antennas</title>
        <link>https://matdombrock.com/posts/using-dipole-antennas.html</link>
        <description>A guide by RTL-SDR.</description>
        <pubDate>Tue, 01 Jun 2021 00:00:00 GMT</pubDate>
      </item>
    

      <item>
        <title>Gnome + Wayland Touchpad Scroll Fix</title>
        <link>https://matdombrock.com/posts/wayland-touchpad-fix.html</link>
        <description>Fix the touchpad scrolling speed on Gnome + Wayland</description>
        <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      </item>
        </channel>
      </rss>