Spyke

Replies

dach

Comment on

Ernährung: Deutsche Fleischproduktion steigt erstmals seit 2016

Ich finde diese Entwicklung sehr schade. Die Zahlen sind so absurd hoch und unvorstellbar...

laut Statistischem Bundesamt in deutschen Schlachthöfen 48,7 Millionen Schweine, Rinder, Schafe, Ziegen und Pferde sowie 693,3 Millionen Hühner, Puten und Enten geschlachtet.

Diese zwei Kommentare unter dem Artikel fassen meine Meinung dazu eigentlich gut zusammen.

Comment on

Podman or rootless docker?

I'm running podman and podman-compose with no problem. And I'm happy. At first I was confused by the uid and gid mapping the containers have, but you'll get used to it.

This are some notes I took, please don't take all of it for the right choice.

Podman-Stuff

https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md

storage.conf

To use the fuse-overlay driver, the storage must be configured:

.config/containers/storage.conf

[storage]
  driver = "overlay"
  runroot = "/run/user/1000"
  graphroot = "/home/<user>/.local/share/containers/storage"
  [storage.options]
    mount_program = "/usr/bin/fuse-overlayfs"

Lingering (running services without login / after logout)

https://github.com/containers/podman/issues/12001

https://unix.stackexchange.com/questions/462845/how-to-apply-lingering-immedeately#462867

sudo loginctl enable-linger <user>
dach

Comment on

EU-Studie: Rassismus gegen Schwarze vor allem in Deutschland

Reply in thread

Mein Gefühl ist auch, dass alle sofort Schnapatmung bekommen wenn es so scheint als wären deutsche überwiegend rassistisch.

Dabei ist es einfach in meiner eigenen Wahrnehmung wahr.

Was ich bei mir im Pausenraum (fast) täglich höre ist schon eher rassistisch. Auch in meinem Freundeskreis höre ich ab und zu wilde Sachen...

Klar das ist noch unwissenschaftlicher, aber das ist meine Erfahrung mit dem Thema.