• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle
  • I would find this all extremely concerning if China didn’t regulate US platforms so heavily. For example, Tiktok has safety limitations for children in China while they have nothing at all for children in the US. It’s being used as a social/mental health weapon.

    Just remember that daddy allows you access to the propaganda that encourages defending Tiktok.

    Finally, your speech has not been limited. You can take it to any of the competitors. There would be free speech concerns for Tiktok, but it’s a Chinese company, not protected by the US constitution, and checks notes China proactively limits speech.



  • excitingburp@lemmy.worldtoSelfhosted@lemmy.worldWhat's the deal with Docker?
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    4 months ago

    For your use case, consider it to be a packaging format (like AppImage, Flatpak, Deb, RPM, etc.) that includes all the dependencies (including services, not just libraries) for the app in question.

    Should I change this?

    If it’s not broken don’t fix it.

    Use Podman (my preferred - the SystemD approach is awesome), containerd, or Incus. Docker is a graveyard of half-finished pet projects that have no reason for existing. Podman has a Docker-compatible socket, so 100% of Docker tooling will work with it.












  • Don’t learn Docker, learn containers. Docker is merely one of the first runtimes, and a rather shit one at that (it’s a bunch of half-baked projects - container signing as one major example).

    Learn Kubernetes, k3s is probably a good place to start. Docker-compose is simply a proprietary and poorly designed version of it. If you know Kubernetes, you’ll quickly be able to pick up docker-compose if you ever need to.

    You can use buildah bud (part of the Podman ecosystem) to build containerfiles (exactly the same thing as dockerfiles without the trademark). Buildah can also be used without containerfiles (your containerfiles simply becomes a script in the language of your choice - e.g. bash), which is far more versatile. Speaking of Podman, if you want to keep things really simple you can manually create a bunch of containers in a pod and then ask Podman to create a set of systemd units for you. Podman supports nearly all of what docker does (with exception to docker’s bjorked signing) and has identical command line syntax. Podman can also host a docker-compatible socket if you need to use it with something that really wants docker.

    I’m personally a big fan of Podman, but I’m also a fan of anything that isn’t Docker: LXD is another popular runtime, and containerd is (IIRC) the runtime underpinning docker. There’s also firecracker or kubevirt, which go full circle and let you manage tiny VMs like containers.




  • why hasn’t anyone else said anything,

    This question has been asked a million times. It has been shown time and time again that whether more people come forward has no correlation to how common something is. This is mostly because it’s really hard to do so while being bullied (which is really just abuse).

    Even an outside investigator might have issues getting the real story, and is biased due to being on the same payroll as all the other employees. I have had personal experience with this: an outside investigator called in to resolve a conflict with a person whose bullying had previously caused multiple people to quit. It was resolved “amicably” (which is to say not at all). An employer only gives a damn so far as their bottom line goes, and that goes for Linus too. This investigator is going to come in and tip-toe around LMG’s and Linus’s involvement in this, mark my words.

    Again, to summarize, Linus saying the things didn’t happen is exactly why people don’t come forward: my word vs the boss.