Hello Internet
I keep telling myself to write down all the stuff that I do so I can remember it. I'm getting older so I need it now more than ever!
Recent Posts
Managing virtual environments with Bash
I guess there are two methodologies out there to managing your virtual environments for Python. The first is to add it in the .venv directory in the root of your project. That way when you manuver...
read articleAnsible Jinja2 Template Layouts
Problem At work we have circled the wagons on Ansible for network automation. When it comes to automation the team that I am on is relatively inexperienced. Having a system that generates relatively...
read articlePythons dict.setdefault method
I was this days old when I learned about the setdefault method in the dict data type. This method keeps you from overwriting values in a dictionary if they have already been set. I can see instant...
read articleAutostarting applications in Xorg
I recently had an issue figuring out how to get picom start while booting into Awesomewm. After doing much research I found that I should be able to handle this with the initialization files for Xorg....
read article