• 0 Posts
  • 14 Comments
Joined 2 months ago
cake
Cake day: December 13th, 2024

help-circle



  • A large portion of men are not doing mentally well at all. Increasing suicide rates and decreasing employment participation are just some of the indicators here.

    Because they feel weak, there is a tendency to gravitate towards strongmen and dreams of dominance which lead to aggressive antisocial behaviors.

    There does not appear to be anyone attempting to solve any of these problems main because those who could fix the problems are the ones who are able to utilize these fears for personal gain. Monetarily and or for political power. A subset of these people are amplifying these problems for the same purpose, personal gain.





  • The container should always be updated to march production. In a non-container environment every developer has to do this independently but with containers it only has to be done once and then the developers pull the update which is a git style diff.

    Best practice is to have the people who update the production servers be responsible for updating the containers, assuming they aren’t deploying the containers directly.

    It’s essentinally no different than updating multiple servers, except one of those servers is then committed to a local container respository.

    This also means there are snapshots of each update which can be useful in its own way.