• 10 Posts
  • 1.49K Comments
Joined 2 years ago
cake
Cake day: December 20th, 2023

help-circle

  • I think you should not be allowed to breed someone into existence when you have the date of their murder already in your calendar.

    Well, that’s how we differ. All emotionally charged language aside, I’d rather see animals see some life than no life at all.

    Besides, with the way you put it, this looks less and less like a genuine wish to unpack my views and more like an attempt to debate it.

    I believe that we can and should make farming practices better, making a better life for these animals. And I think that, even with the views you have, you will agree it would at least be better than what we currently see.


  • Sure!

    First off, it’s not that these animals would live otherwise. They can’t survive in the wild, the only reason they exist at all at this scale is because there is an economic incentive to keep them - namely, meat, eggs, milk etc. Would you rather have them live a short live or not even be born because their parents died in the wild?

    Second, perfect is the enemy of the good. Most people won’t stop eating meat no matter what you tell them, so, regardless of your stance, a push for more ethical farming is beneficial.







  • yt-dlp is amazing, but not everyone likes to use CLI tools (and, looking down the thread, not everyone prefers native packets as they may cause dependency issues and need extra tools for permissions control).

    Even in a geeky Linux space, many people just want to push a button in a nice interface and get what they want. This app provides just that.

    Abandon elitism, embrace variety. And use the tools you prefer - after all, plenty of Linux video/music downloaders have yt-dlp under the hood, and I use it on a regular.


  • I feel like this debate over whether it’s fascism or not misses a big point:

    It’s an oppressive nationalist state with practically unchecked presidential power. It is responsible for numerous war crimes. It instates hardline policies targeting everyday Americans. It puts people in detention camps. It is fueled by exceptionalism on all levels, from foreign policy to religion. And at the same time, it doesn’t provide for its people, cutting all forms of social support.

    It also erodes democratic institutions in an attempt to cement itself, so that other powers couldn’t change course.

    You can call it fascism. You can call it authoritarianism. What matters is that America is turned into an angry shithole hostile to both others and it’s own people. Isn’t that a reason good enough to stand strongly against it? Why do people wait for a “fascist” label, like it’s some sort of red cloth, and would it change much if tomorrow Trump would plead allegiance to Hitler?









  • No worries, answer anytime :)

    Since LXC works on top of the Linux kernel, anything that works with it can be easily used as an image. For example, you can just throw any distribution .iso into it, and it will handle it as a container image. Proxmox does all the interim magic.

    Say, you want to make a container with programs running on Debian. You take the regular Debian .iso, the one you use to install Debian on bare metal or VM, feed it to Proxmox and tell it to make an LXC container out of it. You specify various parameters (for example, RAM quotas) and boom, you got a Debian LXC container.

    Then you operate this container as a regular Debian installation: you can SSH/VNC into it and go from there. After you’ve done setting everything up, you can just use it, or export it and use somewhere else as well.