<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>erdelynet.com</title><link>https://erdelynet.com/</link><description>Michael Erdely's Personal Website</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>mike@erdelynet.com (Michael Erdely)</managingEditor><webMaster>mike@erdelynet.com (Michael Erdely)</webMaster><copyright>2026</copyright><lastBuildDate>Tue, 23 Jun 2026 22:28:45 -0400</lastBuildDate><atom:link href="https://erdelynet.com/index.xml" rel="self" type="application/rss+xml"/><item><title>Managing dotfiles Chezmoi</title><link>https://erdelynet.com/technical/managing-dotfiles-chezmoi/</link><pubDate>Tue, 23 Jun 2026 22:28:45 -0400</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/managing-dotfiles-chezmoi/</guid><description><![CDATA[<p>I had been trying to find a good way to manage my dotfiles for years. I tried
having my $HOME be a git working directory. That worked well, but not really
for keeping multiple systems in sync. I looked at
<a href="https://www.gnu.org/software/stow/" target="_blank" rel="noopener noreffer ">stow</a> but I didn&rsquo;t reall like the way it
worked. Then I found <a href="https://www.chezmoi.io/" target="_blank" rel="noopener noreffer ">chezmoi</a>.  And it&rsquo;s perfect!</p>
<h2 id="the-basics">The Basics</h2>
<p>Chezmoi, stores its configuration in the <em>source directory</em>. On Linux/BSD, the
default location is <code>~/.local/share/chezmoi</code>. To get started, you&rsquo;d run:</p>]]></description></item><item><title>Looking for a new job</title><link>https://erdelynet.com/personal/looking-for-a-new-job/</link><pubDate>Thu, 21 May 2026 14:44:11 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/personal/looking-for-a-new-job/</guid><description><![CDATA[<p>I find myself in the position to find a new job. I have been working as a
contractor at the FDA for the last 6 1/2 years. Working with the Cybersecurity
program as a Principal Splunk Engineer has been extremely rewarding and such
an incredible learning experience. I had fun toys to play with and an endless
amount of technology to learn about.</p>
<p>I would like to continue doing DevOps work employing the things I&rsquo;m really
good at:</p>]]></description></item><item><title>Niri Window Manager</title><link>https://erdelynet.com/technical/niri-window-manager/</link><pubDate>Fri, 19 Sep 2025 15:38:33 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/niri-window-manager/</guid><description><![CDATA[<p></p>
<p>There I was: happily using Hyprland and BAM! Brodie Robertson shared
<a href="https://www.youtube.com/watch?v=r0JUm77inIA" target="_blank" rel="noopener noreffer ">a video about Niri</a> &ndash; a
scrolling window manager. It looked weird but intriguing, so I installed it.
My plan was to see what it was like and go back to Hyprland. But we all know
that&rsquo;s not what happened.</p>
<h2 id="background">Background</h2>
<p>I&rsquo;ve been using tiling window managers for a long time now. Back in late late
2000s/early 2010s, I was introduced to dwm. I ran dwm on my OpenBSD laptop
for several years while also playing around with awesomewm, spectrwm, and cwm.
Then I used a Mac for a while. But when I switched to Linux, I started using
Ubuntu and its default environment, Gnome. But there were some things I didn&rsquo;t
like about Ubuntu, so I switched to Fedora, still using Gnome. But after a
while, I switched over to Fedora&rsquo;s KDE Spin.  Again, though, I wasn&rsquo;t too
happy with Fedora and I found out about <a href="/technical/arch-linux/" rel="">Arch Linux</a>.
Also, I really missed the keyboard-driven goodness that is a tiler.</p>]]></description></item><item><title>Using Yad for ssh-askpass</title><link>https://erdelynet.com/technical/using-yad-for-ssh-askpass/</link><pubDate>Fri, 19 Sep 2025 15:31:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/using-yad-for-ssh-askpass/</guid><description><![CDATA[
<p>ssh-askpass is an X11 application for passing a user&rsquo;s SSH Key passphrase
to ssh-add <a href="https://man.openbsd.org/ssh-add" target="_blank" rel="noopener noreffer ">ssh-add(1)</a>. But it only works
with X11. And I&rsquo;m on Wayland now.</p>
<h2 id="solution">Solution</h2>
<p>Yad.  <a href="https://github.com/v1cont/yad" target="_blank" rel="noopener noreffer ">Yad</a> is Yet Another Dialog ala Zenity
or Dialog.  It allows for taking in input and passing it to something else
in a similar way to the way ssh-askpass worked with X11.</p>
<h2 id="a-screenshot">A screenshot</h2>
<p>This is how my yad-askpass window looks:</p>]]></description></item><item><title>My dot Files</title><link>https://erdelynet.com/technical/my-dot-files/</link><pubDate>Sun, 31 Aug 2025 15:53:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/my-dot-files/</guid><description><![CDATA[<p>Originally published: 2021-11-27.</p>

<p>So that I can share how I&rsquo;ve configured several of my applications and systems
on my laptop, I&rsquo;ve created a new Git project for
<a href="https://git.erdelynet.com/mike/dotfiles" target="_blank" rel="noopener noreffer ">my dotfiles</a>.</p>
<p>Hope you can use them to find a different way to accomplish your goals or, even
better, you find a bug or have a
<a href="mailto:mike@erdelynet.com" rel="">suggestion for me</a>.</p>
<h1 id="what-are-dotfiles">What are dotfiles?</h1>
<p>&ldquo;dotfiles&rdquo; are generally files that being with a period in the filename. By
starting a filename with a period character, they are hidden by default from
many graphical file managers and the
<a href="https://man.archlinux.org/man/ls.1" target="_blank" rel="noopener noreffer ">ls(1)</a> command. With ls specifically, you
can list &ldquo;dotfiles&rdquo; by running <code>ls -a</code> or <code>ls -al</code>.</p>]]></description></item><item><title>My Move to Hugo</title><link>https://erdelynet.com/technical/my-move-to-hugo/</link><pubDate>Sun, 31 Aug 2025 13:55:33 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/my-move-to-hugo/</guid><description><![CDATA[
<p>Long gone are my days of hosting my website using a dynamic web content
management system like Wordpress or some custom PHP thing. My needs are simple
and a static site generator is perfect. A couple years ago, I was trying to
decide which one to choose and started with <a href="https://getpelican.com" target="_blank" rel="noopener noreffer ">Pelican</a>
and it worked fine but I wanted something that felt a little more modern.
Enter <a href="https://gohugo.com" target="_blank" rel="noopener noreffer ">Hugo</a>.</p>]]></description></item><item><title>Privacy Journey</title><link>https://erdelynet.com/technical/privacy-journey/</link><pubDate>Mon, 03 Mar 2025 17:10:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/privacy-journey/</guid><description><![CDATA[
<p>It&rsquo;s 2025 and the need for privacy is more important the ever. Over the next
few weeks, I plan to document the things I&rsquo;ve done to add privacy to my life.</p>
<p>I&rsquo;ve made changes to my mobile phone, smart speakers around the house, services
I use, and more.</p>
<p>This is my first <a href="/tags/privacy" rel="">Privacy</a> post, but I plan to expand on my
journey as I go.</p>]]></description></item><item><title>My Favorite Smart Home Automations</title><link>https://erdelynet.com/technical/my-favorite-smart-home-automations/</link><pubDate>Thu, 22 Dec 2022 13:35:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/my-favorite-smart-home-automations/</guid><description><![CDATA[
<p>As I wrote in <a href="/technical/my-story" rel="">my Home Automation Story post</a>,
I use Home Assistant to automate my Smart Home.</p>
<p>I&rsquo;ve done the usual things like installing smart light switches and outlets and
have certain lights come on and go off at set times. The easy stuff.</p>
<p>But I have a few automations that I&rsquo;m really happy with and proud of.</p>
<p>Better still, it has a high AF (Approval Factor) from my wife.</p>]]></description></item><item><title>Why I Chose Home Assistant OS</title><link>https://erdelynet.com/technical/why-i-chose-home-assistant-os/</link><pubDate>Fri, 26 Nov 2021 17:52:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/why-i-chose-home-assistant-os/</guid><description><![CDATA[
<p>For setting up <a href="/technical/my-story" rel="">Home Assistant</a>, there
are <a href="https://www.home-assistant.io/installation/" target="_blank" rel="noopener noreffer ">several choices</a>:
Home Assistant OS, Home Assistant Container, Home Assistant Supervised, and
Home Assistant Core.</p>
<p>I chose Home Assistant OS for a few reasons.</p>
<h1 id="first-choice">First Choice</h1>
<h2 id="home-assistant-container">Home Assistant Container</h2>
<p>For those that know me, you&rsquo;d probably be surprised that I went with Home
Assistant OS. I&rsquo;m a tinkerer and like to have full control over my systems.</p>]]></description></item><item><title>Password Management with Bitwarden</title><link>https://erdelynet.com/technical/password-management-with-bitwarden/</link><pubDate>Fri, 26 Nov 2021 17:28:00 +0000</pubDate><author>mike@erdelynet.com (Michael Erdely)</author><guid>https://erdelynet.com/technical/password-management-with-bitwarden/</guid><description><![CDATA[
<p>In a past life, I managed both Lastpass and 1Password. Neither of them were
something I wanted to use personally, so I was looking for something better.</p>
<p>In the mean time, I was using <a href="https://keepassxc.org" target="_blank" rel="noopener noreffer ">KeePassXC</a> stored in
Google Drive. And Holly and I also had a shared Keepass file stored in a shared
directory so we could share passwords between us.</p>
<p>But then I learned about <a href="https://www.bitwarden.com" target="_blank" rel="noopener noreffer ">Bitwarden</a>.</p>]]></description></item></channel></rss>