• 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • If you look at it very very loosely, many major religions are reaching toward the same general concepts and have enough similarities to suggest a consensus that there’s a “something” up there.

    We probably all have an imperfect idea of what that “something” is, but there are enough similarities (or echos of the same ideas) across many religions to suggest they’re looking at the same indivisible thing and interpreting it differently.


  • I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I’ll manually check in every few weeks whenever I feel like it.

    My services in docker are version locked to a specific major version (when there’s a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.

    I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.

    4 major versions in 12mo is…a lot. Especially if those include breaking changes for you. Yikes