Expert developer, Buddhist

  • 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • Lung@lemmy.worldtoAntiwork@lemmy.worldCathy, do the math.
    link
    fedilink
    arrow-up
    11
    arrow-down
    32
    ·
    24 days ago

    It seems like there’s more to it since you generally also have to pay the union dues, is that factored into the math here?

    Unions are tricky. Police union that keeps cops from being punished? Idk maybe not great. Union that pays dock workers that don’t actually work to keep automation from ruining the job landscape? I’m not sure. Teachers negotiating for fair pay? Seems great!!

    Like all things in society, we need nuance, not “unions good” or “unions bad”









  • I manage like 200 servers in Google cloud k8s but I don’t think I’d do that for home use. The core purpose is to manage multiple servers and assign processes between them, auto scaling, cluster internal network - running docker containers for single instance apps for personal use doesn’t require this kind of complexity

    My NAS software has a docker thing just built into it. I can upload or specify a package and it just runs it on the local hardware. If you have a Linux shell, I guess all you really have to do is run dockerd to start the daemon, make sure your network config allows connections, and upload your docker containers to it for running