Cli

Alacritty's daemon mode

Occasionally I try to find alternatives for electron apps because I think that electron just uses too much RAM. This led me to a little Signal Desktop (an electron app) alternative called gurk, which uses significantly less RAM. On my machine Signal Desktop takes about 1GB RAM and gurk just 40MB. That’s an enormous reduction of memory usage, but not a completely fair comparison. Why? Because gurk requires a terminal to run in, which in my case is Alacritty.

read more

Git URL shorthands

Just the other day I found myself logging into my personal GitLab just to fetch a URL for git clone. I figured I could make a shell alias, but it seems that Git has something neat that works just as well. To clone a personal project, I just need to type: gcl my:<project>.

read more