Skip to content

Blog

Git Forges Made Simple: gh & glab

When I set the goal for myself to contribute to open source back in 2018, I mostly struggled with two technical challenges:

  • Python virtual environments, and
  • Git together with GitHub.

Solving the former is nowadays my job, so let me write up my current workflow for the latter.

How to send Emails via Python

I’ve assumed that sending emails via a CLI would be easy. That might even be the case, but sending them in a way that they actually show up in the receiver’s mailbox is quite a different story.

How to install Nix on Fedora Silverblue

There is a lot to like about Fedora Silverblue. The base of your operating system is immutable, so you cannot really break your system with updates. However, that also means that installing packages with dnf doesn’t work anymore. This post is about how to install Nix, which allows you to install CLI tools without modifying your base system.