<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/vendor/feed/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
                        <id>https://www.bhoffpauir.com/feed</id>
                                <link href="https://www.bhoffpauir.com/feed" rel="self"></link>
                                <title><![CDATA[Recent articles on the bhoffpauir.com website]]></title>
                                <logo>img/icon.jpg</logo>
                                <subtitle>A list of my twenty most-recent articles.</subtitle>
                                                    <updated>2026-01-07T02:08:47+00:00</updated>
                        <entry>
            <title><![CDATA[XInput Tutorial]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/xinput-tutorial-zCQOf2" />
            <id>https://www.bhoffpauir.com/1</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article is a simple guide to using the XInput API v1.4 to work with Xbox controllers on Windows.]]>
            </summary>
                                    <updated>2024-12-28T03:55:42+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Emacs Spell Checking on Windows]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/emacs-spell-checking-on-windows-GdrRJC" />
            <id>https://www.bhoffpauir.com/2</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article is a quick guide to configuring spell-checking with Emacs on Windows.]]>
            </summary>
                                    <updated>2025-04-13T20:21:51+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Emacs Server on Linux and Windows]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/emacs-server-on-linux-and-windows-VdzDfW" />
            <id>https://www.bhoffpauir.com/3</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article is a guide for configuring the Emacs server on Linux and Windows.]]>
            </summary>
                                    <updated>2025-06-06T22:35:29+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Using Ansible to Manage Dotfiles]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/using-ansible-to-manage-dotfiles-sWPGKq" />
            <id>https://www.bhoffpauir.com/4</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article is a guide to using the Ansible configuration management system to manage UNIX-like system user dotfiles.]]>
            </summary>
                                    <updated>2025-07-20T04:44:39+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Python Advent of Code Template Generator]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/python-advent-of-code-template-generator-9Xx5ma" />
            <id>https://www.bhoffpauir.com/5</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[A tool for setting up your Advent of Code projects early, with language-specific scaffolding and C++ project templating.]]>
            </summary>
                                    <updated>2025-07-27T21:09:21+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Entry-Level IT Certification Guide]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/entry-level-it-certification-guide-UobYfL" />
            <id>https://www.bhoffpauir.com/6</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article serves as a guide for the entry-level IT certifications I've earned (AWS CCP, CCST Networking, & PCEP) and how I went about studying for them with learning the material I used.]]>
            </summary>
                                    <updated>2025-08-08T00:53:13+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[RHCSA Lab Environment Setup]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/rhcsa-lab-environment-setup-Cts47w" />
            <id>https://www.bhoffpauir.com/7</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article gives instructions for setting up a lab environment suitable for RHCSA (Red Hat Certified System Administrator) studies.]]>
            </summary>
                                    <updated>2025-08-19T03:08:01+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Intro to Doxygen with C++]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/intro-to-doxygen-with-c-N6evsp" />
            <id>https://www.bhoffpauir.com/8</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[This article presents a short guide to setting up Doxygen for use in your C++ projects.]]>
            </summary>
                                    <updated>2025-09-15T20:56:09+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Advent of Code 2025 Day 1]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/advent-of-code-2025-day-1-GgU6YA" />
            <id>https://www.bhoffpauir.com/9</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Take a look at my solution an explaination for this year's Advent of Code 2025 Day 1 problem.]]>
            </summary>
                                    <updated>2025-12-01T05:58:35+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Advent of Code 2025 Day 2]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/advent-of-code-2025-day-2-LAXloF" />
            <id>https://www.bhoffpauir.com/10</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Take a look at my solution and explaination for this year's Advent of Code 2025 Day 2 problem.]]>
            </summary>
                                    <updated>2025-12-03T20:39:37+00:00</updated>
        </entry>
            <entry>
            <title><![CDATA[Advent of Code 2025 Day 3]]></title>
            <link rel="alternate" href="https://www.bhoffpauir.com/blog/article/advent-of-code-2025-day-3-ioNZDb" />
            <id>https://www.bhoffpauir.com/11</id>
            <author>
                <name><![CDATA[Brian Hoffpauir]]></name>
                <email><![CDATA[bhoffpauirmail@gmail.com]]></email>

            </author>
            <summary type="html">
                <![CDATA[Take a look at my solution and explaination for this year's Advent of Code 2025 Day 3 problem.]]>
            </summary>
                                    <updated>2026-01-07T02:08:47+00:00</updated>
        </entry>
    </feed>
