RSSAmplifier

Blog

Home | Blog

julianhofer.euRSS feed ↗4 posts

Latest posts

Scripting is More Fun With Nushell

In this blog post we will interactively build up a script with Nushell and have fun along the way

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. Most people use Git in combination with modern Git forges like GitHub and GitLab. Git doesn’t know anything about these…

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. After following multiple tutorials and using tools from sendmail to mailx , not a single email arrived. Since I wanted to send the mail from within a Python script anyway, I moved on to a Real Python…

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.