I would rephrase it to “quit ad-based social media”. The incentives are perverse, there is an inherent conflict of interest in the business model and there is an intermediary between the user and information/community they want to participate in. This leads to most problems we see in legacy, ad-based, social media. Most successful social circles are ones where there is a barrier to entry. In life we do not let everyo…
.bash_aliases:
alias blocksocials='(echo ""; echo "127.0.0.1 reddit.com"; echo "127.0.0.1 www.reddit.com") | sudo tee -a /etc/hosts > /dev/null'
alias unblocksocials='sudo sed -i "/reddit.com/d" /etc/hosts'