Paolo Redaelli personal blog

Category: Software

TOTP on Windows

Recently I had to suggest a 2 factor authentication applicative for Windows. Of course I searched on alternativeto.net for a free-as-in-freedom program running on Windows founding this: 2fast (acronym for two factor authenticator supporting TOTP) is a free, open source, two factor authenticator for Windows and other platforms. 2fast has the ability to store the…

SpaceFM

Many years ago I tried PCManFM the grand-father of SpaceFM. I think I will try it. sudo apt install spacefm and sudo apt -t testing install spacefm and sudo apt -t unstable install spacefm keep telling me that Also installing from source would break many other things as the dependency libffmpegthumbnailer-dev that seems to be…

Password Card Generator – Raphael

Password Card Generator. This website allows you to generate customized password cards in the spirit of Qwertycards.com. If you like the concept, please buy a card from their website. Generate a new card. Pick the characters you want to use. numbers lower case upper case symbols space other.

Clone it!

Recently, I’ve been interested in the DuckDB project (like a SQLite geared towards data applications). And one of the amazing features is that it has many data importers included without requiring extra dependencies. This means it can natively read and parse JSON as a database table, among many other formats.

I work extensively with JSON day to day, and I often reach for jq when exploring documents. I love jq, but I find it hard to use. The syntax is super powerful, but I have to study the docs anytime I want to do anything beyond just selecting fields.

Once I learned DuckDB could read JSON files directly into memory, I realized that I could use it for many of the things where I’m currently using jq. In contrast to the complicated and custom jq syntax, I’m very familiar with SQL and use it almost daily.

Source: DuckDB as the New jq

Loselesscut or Video trimmer?

Recently I needed to cut several videos for a little presentation I gave in a school about earthquakes and buildings. So I started using LosslessCut, a free and open-source video trimming and cutting tool (that you can easily install from https://flathub.org/apps/no.mifi.losslesscut). Then I moved on my laptop and accomplice to my fallacious hamster memory I…

Still no ligatures

Black Box is a GTK4 Terminal App With a Unique Look – OMG! Ubuntu Black Box is a GTK4 terminal emulator for Linux desktops. It boasts innovative UI features, 12 terminal themes, and is easy to install from Flathub. Nice, but still, font ligatures support is missing as it requires quite a lot of work…