ASCII, oh ASCII! Wherefore art thou, ASCII?
ASCII, oh ASCII! Wherefore art thou, ASCII? The original line copied by an infamous English poet Puns aside, in the XXI century there are still need to stick to plain,…
A civil engineer with a longlife fondness for Software Libero
ASCII, oh ASCII! Wherefore art thou, ASCII? The original line copied by an infamous English poet Puns aside, in the XXI century there are still need to stick to plain,…
6 Popular PostgreSQL CLI Libraries pgcli – Postgres CLI with autocompletion and syntax highlighting pgsh – Branch your PostgreSQL Database like Git psql – The built-in PostgreSQL CLI client psql2csv…
This will delete everything in your .cache that was last accessed more than a year ago find ~/.cache/ -type f -atime +365 -delete Source: home directory – Is it okay…
I shall Eiffellize those, one day or another: 10 Powerful Python One-Liners. Python one-liners can be just as… | by Ishaan Gupta | Sep, 2022 | Python in Plain English
15 Weird Googling Tricks 99.9% of Developers Don’t Know About | JavaScript in Plain English Well, I know most of them.
You might see a missing public GPG key error (“NO_PUBKEY”) on Debian, Ubuntu or Linux Mint when running apt update / apt-get update. This can happen when you add a…
Copying this here in case the original goes offline Self-Hosted Streaming Server – NGINX + RTMP – YouTube + Facebook Live Published by Anthony on 14th April 2020 I’m writing…
Choosing a Postgres Primary Key
After 44 years, there’s finally a better way to find approximate solutions to the notoriously difficult traveling salesperson problem. Source: Computer Scientists Break Traveling Salesperson Record | Quanta Magazine
NTRU – Software According to Wikipedia NTRU is an open-source public-key cryptosystem that uses lattice-based cryptography to encrypt and decrypt data. … Unlike other popular public-key cryptosystems, it is resistant…