• Shuffle Your Cmus Library by Album

    CMUS Bash

    I initially turned to CMUS because every other music player struggled with my external hard drive. However, I stayed for its efficient and robust command-line interface. One feature I found myself missing, a nostalgic memory from my Rockbox days, was the ability to shuffle music by entire albums rather than individual tracks. Today, I’m excited to share a Bash script that fills this gap. It organizes your songs into albums, shuffles those albums, and seamlessly integrates this new playlist back into CMUS.

  • Why FedNow is going to change everything

    Banking in the US

    For many years, I’ve been heavily involved in the world of FinTech, leading teams to integrate global payment solutions. We’ve developed integrations for clients to seamlessly transfer funds across a massive number of platforms.

  • Firefox Memory Issues Resolved

    firefox ram

    For several weeks now, my laptop has been experiencing significant slowdowns. After several performance tests and checks I’ve discovered that it is largely due to Firefox’s heavy demand for memory. This is likely due to the fact that I have an average of 45 tabs per session.

  • A CSS-only website

    css only

    Having developed my very first website in 1996, I think it’s finally time for a change. For at least 23 years I have been using HTML, CSS, and JavaScript to build my websites, one of them has got to go. Of all 3, it feels like HTML is always stuck in the past. CSS and JavaScript have always been developing at a much faster pace. Perhaps it is time to let CSS take over HTML?

  • .gitconfig vs .ssh/config

    github multiple users

    Problem

    When you’re working with multiple GitHub accounts and repositories, managing different SSH keys can quickly become an impossible task. Perhaps you have a personal GitHub account and another one for work, and each one has different permissions and SSH keys. This can be especially tricky when trying to interact with remote repositories - cloning, pulling, and pushing - without getting tangled in authentication errors. As you switch between accounts, the question becomes: How do you efficiently manage multiple SSH keys for different GitHub accounts?