Zoom screen sharing on ArchLinux
Zoom doesnāt support screen sharing on Linux unless youāre using GNOME or X11.
Also, Zoom only runs via XWayland (a compatibility layer for older applications). XWayland doesnāt really support desktop scaling, which is why it looks so blurry:

A few days later they fixed that.
What is git?
git
is one of the most important tools for a developer nowadays and this
applies pretty much regardless of what language you work on.
However, it seems that nobody explains what git is to new developers at any point. Iāve had to mentor many devs of different levels of experience, and Iāve consistently noticed that nobody had taught them what git is or how to use it.
Many courses seem to cover git, but only cover very advanced topics: branching, tags, git-flow, and alike. This is pretty much like teaching a medicine student how to do heart surgery on their first week ā sure, itās important, but itās definitely not the first topic you want to cover (nor will they be able to actually assimilate this skill during their first week anyway).
Spotify review
Since copying music to my iPhone is a bit of pain, I decided to stop being a dinosaur, and get into this new world of on-demand music streaming.
Regrettably, it seems that these services are really below alpha quality - and amazingly, manage to have millions of customers anyway (but hey, stuff is frequently made popular due to marketing and not due to good quality).
Using FreeOTP with Battle.net
Some battlet.net users have requested, over and over to use other apps as a battle.net 2FA. These include FreeOTP, Authy, and possible others (Google Authenticator, AFAIK, cannot be used since it lacks the ability to configure the amount of digits).
After some searching the web, I found out all the pieces of the puzzle are out there, but nobody built it entirely, so here goes!
Using letsencrypt with HKPK
HKPK (RFC7469) is a standard that tells browser to cache a certain TLS certificateās signature, and validate that future visits use that certificate (or a defined backup).
I intended on enabling this on my servers, but since letsencrypt renews your certificates every few months, it would mean updating this setting on my nginx configuration. It also means that if something catastrophic happens (like a disk failure), the certificate would be lost, but browsers would still expect to see that same one.
I'm giving up on IM
Iāve been using XMPP as my primary IM protocol for years now. Iāve used a few other things on the side, but Iāve always advertised it as my primary mean of communication. And itās really worked for a long time: lots of developers and people in FLOSS circles use XMPP, and Google Talk federated as XMPP too, so that worked for less tech-inclined users.
Start small, then grow
All of us developers who love what we do have started lots of side-projects.
And almost all of us have equally as many side-projects abandoned on some
workspace
or projects
directory, rotting, with no hope of every achieving
completion. New projects are dumped there periodically, into a pit of
abandonment and decay.
Introducing Todoman
Inspired on memo and khal, todoman is a simple todo manager, (or task manager), designed to take note and keep track of pending tasks, that runs as a cli application on almost any Unix-like system (this includes Linux, BSD and probably other OSs from the Unix family).
Open source your website
Unless your businessās value is actually on your website code itself, thereās little reason not to share your siteās code.
I understand why facebook or gmail wonāt release the code to their site (I understand, without condemning nor condoning), but if youāve got a blog, an institutional website, a three-page site that merely links to ādownload our appā, thereās little reason not to share the source with the public.
Opensmtpd and dovecot with a shared SQL database
This article will describes how to achieve a flexible and scalable email setup using opensmtpd and dovecot. For single-user or single-domain setups, this is an overkill, but feel free to read ahead, you may still find something useful.
Performing backups the right way
For years Iāve had a single task on my TO-DO list: backup photos. I had an awful solution years ago, and only recently did a permanent, proper solution.
Doing backups the right way means taking several items into consideration, and should not be done lightly. Trusting poor backup solutions will result in a false sense of security where you might loose everything suddenly, and not even realize it until itās too late!