Please explain to me like I'm an autistic faggot why do these things suck:

I'm confused

How is it better, exactly?

kernel.org/doc/html/v4.15/process/coding-style.html

My bad. Thanks.
Also wtf...

For fuck's sake, I just searched "i3wm rice" in duckduckgo

The key-handler and image-info handler are very powerful because they're sh scripts. Example:
#!/bin/shSAVEDIR=${SAVEDIR:-~/Pictures}BROWSER=${BROWSER:-jailed-firefox.sh}while read filedo base=$(basename -- "$file") dir=$(dirname -- "$file") case "$1" in # Delete "d") rm -- "$file" ;; # Rename "r") mv -- "$file" "$dir/$(ls -- "$dir" | dmenu -i -p "Rename $base")" ;; # Move to $DESTDIR "m") [ ! "${DESTDIR:-}" ] && exit 1 mv -- "$file" "$DESTDIR" ;; # Save to $SAVEDIR "s") cp -- "$file" "$SAVEDIR" ;; # Open gatherer.wizards.com page "G") base=${base%.*} # Only get the first part of split cards base=${base%_*} base=${base% \[*} $BROWSER gatherer.wizards.com/Pages/Card/Details.aspx?name=$(urlencode "$base") & ;; # Open www.cardmarket.com page "K") base=${base%.*} # Split card name correction base=$(printf '%s' "$base" | sed 's#_# // #; s#\[\([0-9]\)\]#(Version \1)#') $BROWSER cardmarket.com/en/Magic/Products/Singles/$(urlencode "${dir##*/}")/$(urlencode "$base") & ;; esacdone

By using 4 instead of 8, you can think about using meaningful names for identifiers and not "i, j, v1, v2" à la POSIX bc.

Not really. It only "sucks" when comparing to other minimalistic alternatives like dwm and only if you prefer minimalism over functionality.

Meson is better than CMake in every way. Many Free Software communities already started porting their projects to Meson from CMake/autotools.

Because people like BSD because of minimalism and keeping with UNIX-like tradition. FreeBSD is neither. You are better off with Linux at this point if you can't into OpenBSD. FreeBSD developers are hipster special snowflake macfag cucks sucking corporate dick. They let themselves get infiltrated by SJW who crave power, it is their own fault.