• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2024

help-circle



  • How is this surprising? While there is no direct link between conservatism and child abuse, some institutional characteristics that often align with conservatism enable abuse but especially allow it to be hidden:

    • Strict hierarchical structures
    • Authoritarianism or lack of accountability
    • Taboos around sex and sexuality
    • Secrecy or resistance to external oversight

    We saw the same happening in the Catholic church for decades, because it is similarly set up.

















  • I did that first but that always required much more resources than doing it yourself because every docker starts it’s own database and it’s own nginx/apache server in addition to the software itself.

    Now I have just one Postgresql database instance running with many users and databases on it. Also just one Nginx which does all the virtual host stuff in one central place. And both the things which I install with apt and manually are set up similarly.

    I use one docker setup for firefox-sync but only because doing it manually is not documented and even the docker way I had to research for quite some time.