Liv a little

Free software enthusiast, big on tea, fresh fruit and nuts.

Home sweet systemd-homed

What if there was a way to manage users with a self-contained, encrypted image that can only be accessed by the user? Enter systemd-home ...

February 13, 2024 · 5 min · Liv Dywan

Implementing a containerized Python action

One thing I wish was embraced more, and not just by users but also platforms such as GitLab is re-usable actions, or workflows if you will. As they help spend less time away from your primary project. Also, containers. ...

November 9, 2023 · 8 min · Liv Dywan

Why you want the EUPL (or not)

As someone was asking this morning what license to pick and many days never go buy until that same question comes up again I decided to answer why you want the EUPL (or not) ...

November 7, 2023 · 14 min · Liv Dywan

Working with virtualized distroboxes

Using distrobox containers for development makes it super easy to separate one or more development setups from the host system. I got used to setting up a container with a different image while still having my user and tools setup as I’m used to. It’s one thing to spin up a container to test out a difference between SUSE Linux Enterprise and Tumbleweed, or see how Ubuntu behaves in a certain case. Having your shell setup as you’re used to reduces disruption in a different environment, and you already have access to the repos you work with, too. ...

September 12, 2023 · 7 min · Liv Dywan

Modal VI-style editing with Helix

If you work with terminals a lot you probably also edit text in it. helix has become my default after years of vim, vi and neovim. Why? Because my config file got too big. ...

March 21, 2023 · 5 min · Liv Dywan

Multiplexing your terminal with Zellij

Terminals are crucial to my development workflow, locally and remotely. zellij has replaced tmux for my tiling and session management needs. ...

February 8, 2023 · 10 min · Liv Dywan

Developing in Distrobox containers

As an avid container user and occasional distro hopper Distrobox has my interest peaked. ...

February 1, 2023 · 6 min · Liv Dywan

Making music without the touch of a hand

For a while I was harboring a fascination for an instrument which produced music following your mere motions. Unfortunately theremins are prohibitively expensive. Or so I thought until I discovered the Open Theremin project. ...

January 10, 2023 · 6 min · Liv Dywan

Reading blog posts without saying a word

It’s nice sometimes being able to listen instead of reading, isn’t? If only there was a way to automagically be able to do that for all blog posts 🤔️ ...

November 26, 2022 · 3 min · Liv Dywan

Publishing re-usable actions

GitHub Actions provide one of the easiest ways to add CI to a git repository with minimal effort. Drop a YAML file in the right place and you’re good to go. How do you create one, though? It’s easier than you might think! ...

September 2, 2022 · 5 min · Liv Dywan