• 0 Posts
  • 4 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle
  • I think there are (at least) two things wrong with the argument:

    1. it assumes that there can be no source of absolute morality aside from religion, ignoring centuries if not millennia of moral philosophy/ethics (which at least tries to answer the question seriously).
    2. even if nonreligious sources of morality don’t exist, the argument assumes that religion is a source of absolute morality. since conflicting religions exist, the religionness-property alone is not enough to validate religion as a source of absolute morality.



  • All my services run in podman containers managed by systemd (using quadlets). They usually point to the :latest tag and I’ve configured the units to pull on start when there is a new version in my repository. Since I’m using opensuse microos, my server (and thus all services) restart regularly.

    For the units that are configured differently, I update the versions in their respective ansible playbooks and redeploy (though I guess I could optimize this a bit, I’ve only scratched the surface of ansible).