Why so many people use ~/bin/? What’s wrong with ~/.local/bin?
~/bin/ preceeds the XDG Base Directory Specification.
~/.local was only invented around 2003 and gained widespread usage maybe 15 years or so ago...
People used ~/bin already in the 90s ;-)
Nothing. I also use `~/.local/bin/`
Random things are installed in ~/.local/bin. In ~/bin I have only what I put there.