• 1 Post
  • 40 Comments
Joined 3 years ago
cake
Cake day: October 17th, 2023

help-circle






  • Zannsolo@lemmy.worldtoMemes@lemmy.mlThe rise of the fake leftists!
    link
    fedilink
    arrow-up
    3
    arrow-down
    22
    ·
    20 days ago

    I mean the best countries are democratic socialists countries operating under regulated capitalism.

    Properly regulated capitalism is a solid economic system.

    A Government should provide:

    1. Food, health and housing security.
    2. Regulation of private industries to prevent abuse of people, finance, ecosystems.
    3. A reasonable amount of military strength that is adequate to protect the nation.
    4. Taxation that allows for points 1,2, and 3 and prevents insane wealth accumulation at the top.










  • Prod deployments should come from a build server though and if you’re deploying multiple times a day you should have a well built CI pipeline to handle it.

    Remoting into a management server would still have people using an account on the management server and their personal db login credentials.

    We also don’t give devs write access to production and all scripts run in production are run by our DBA after they have been approved by the lead Dev, operations and the DBA.

    This might be overkill for some systems, but we won’t ever accidentally delete our prod data. Our system requires this level of scrutiny due to the nature of our systems.