sorted by: new top controversial old
[-] Schmoo@slrpnk.net 0 points 1 week ago

Decentralized infrastructure can be physical as well, such as microgrids that enable peer-to-peer solar energy sharing.

And sidenote: software engineers are exploited workers like the rest of us, and it's a respectable profession. The "tech bros" you have to worry about are the wealthy CEOs masquerading as inventors and engineers like Elon Musk.

[-] Schmoo@slrpnk.net 0 points 1 week ago

You're using an example right now.

[-] Schmoo@slrpnk.net 0 points 1 week ago

I don't need to present a perfect alternative for my critique of Western Democracy to be valid. Critique is the means by which we can improve upon what already exists. Some short-term solutions could be to overturn citizens united and end legalized corporate lobbying, introduce voting reforms such as abolishing the electoral college and switching from first past the post to ranked choice or star voting, or expanding direct democratic programs like ballot initiatives. All of these have the effect of minimizing the influence of capital and maximizing the influence of people on the political process.

Longer term solutions involve bottom-up organization of things like mutual aid, unions of various types, decentralized infrastructure, community-run libraries (and not just for books), community gardens, etc. These kinds of dual-power structures always start small but have outsized positive effects on the communities they form in. If they were allowed to grow unhindered they would eventually grow together and easily supercede the top-down power structures that pervade our lives today, which is why they end up being suppressed or co-opted by the same.

A good example of how this occurs is how despite the internet providing a way to collect and distribute all the knowledge on earth for free to everyone on earth (the greatest library in all of human history), powerful corporations - with the help of governments around the world - unnecessarily spend vast amounts of wealth and resources to restrict the free exchange of ideas along socioeconomic lines.

[-] Schmoo@slrpnk.net 0 points 1 week ago

I believe there are a lot of government orgs that could be forces for good if they weren't completely at the mercy of powerful corporations.

[-] Schmoo@slrpnk.net 0 points 1 week ago

It points out the contradiction of being in a supposedly free Western Democracy but still being totally at the mercy of others. It isn't necessarily that Western Democracy is the cause, but that it fails to address these problems.

[-] Schmoo@slrpnk.net 0 points 1 week ago

My paychecks from the CCP must be getting lost in the mail.

[-] Schmoo@slrpnk.net 0 points 1 week ago

That's some pretty wild conspiratorial thinking, do you actually have proof or just some anecdotes about people disagreeing with you?

[-] Schmoo@slrpnk.net 0 points 1 week ago

I wish for once I could just have a civil conversation about my views without people immediately jumping down my throat and accusing me of being a CCP or Russian shill, or a dirty liberal, or a filthy communist. This is what I'm talking about when I say I just end up getting shit on from all sides. Every unsavory label in the book gets stuck to me before I even get a chance to clarify my views.

[-] Schmoo@slrpnk.net 0 points 1 week ago

The problem I see here is that you perceive this as being anti-democracy when it really isn't. Criticism of western democracy isn't equivalent to a total rejection of democracy in general. Capitalism renders democracies ineffectual, which is what I perceived this meme to be pointing out.

[-] Schmoo@slrpnk.net 0 points 1 week ago

Care to elaborate on that?

[-] Schmoo@slrpnk.net 6 points 1 week ago

I don't reject relationships with other people, but I think they should be between independent individuals who associate with each other only because they both want to. (Violating this principle is sometimes necessary but always undesirable.) You appear to think otherwise, and I suppose that's a fundamental value difference that can't be resolved through debate

I also believe in autonomy, but everyone has relationships with people they did not choose to associate with due entirely to unavoidable circumstance. This doesn't just apply to family, but to everyone on earth to varying degrees. You are just as dependent on community as you are dependent on nature, a complex web of relationships of which you are a small part. Refusing to acknowledge that these relationships exist because you did not choose to enter them is childish, and it enables you to behave selfishly because you do not take responsibility for your externalities. This is the same pitfall that capitalists dive into to justify pollution and all manner of horrible things.

35
submitted 11 months ago* (last edited 11 months ago) by Schmoo@slrpnk.net to c/piracy@lemmy.dbzer0.com

Edit: For those who stumble across this with the same issue, I eventually got it working by adding “default-runtime”: “nvidia”, to /etc/docker/daemon.json then restarting the docker service and Jellyfin container.

I am in the process of setting up a new media server on an old PC using Ubuntu Server and CasaOS and have run into my first major roadblock.

To give some background, I formerly had my media server running on my main gaming PC on Windows using Plex and the *arr suite. I’m now trying to do things the right way and set everything back up from scratch on some spare hardware with Jellyfin and all the rest in dockerized containers. I chose CasaOS because I’m not overly familiar with Linux and thought that would be a good way to ease into things.

Everything was going well until I tried to get hardware acceleration enabled in Jellyfin. For the life of me I cannot seem to get the Nvidia drivers properly installed, much less give Jellyfin access to the device. I’m using a GTX 960.

I’m not sure exactly what additional info I need to give here, but here’s something I hope helps:

*****@home-server:/$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
*****@home-server:/$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
*****@home-server:/$ ls /usr/src | grep nvidia
nvidia-srv-535.104.12
*****@home-server:/$ sudo dkms install -m nvidia -v srv-535.104.12
Error! Could not locate dkms.conf file.
File: /usr/src/nvidia-srv-535.104.12/dkms.conf does not exist.

If there’s anything important I’m leaving out - and I probably am - let me know. Also if there’s anywhere else you recommend I post this let me know that as well.

13
submitted 11 months ago* (last edited 11 months ago) by Schmoo@slrpnk.net to c/opensource@lemmy.ml

Edit: For those who stumble across this with the same issue, I eventually got it working by adding “default-runtime”: “nvidia”, to /etc/docker/daemon.json then restarting the docker service and Jellyfin container.

I am in the process of setting up a new media server on an old PC using Ubuntu Server and CasaOS and have run into my first major roadblock.

To give some background, I formerly had my media server running on my main gaming PC on Windows using Plex and the *arr suite. I’m now trying to do things the right way and set everything back up from scratch on some spare hardware with Jellyfin and all the rest in dockerized containers. I chose CasaOS because I’m not overly familiar with Linux and thought that would be a good way to ease into things.

Everything was going well until I tried to get hardware acceleration enabled in Jellyfin. For the life of me I cannot seem to get the Nvidia drivers properly installed, much less give Jellyfin access to the device. I’m using a GTX 960.

I’m not sure exactly what additional info I need to give here, but here’s something I hope helps:

*****@home-server:/$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
*****@home-server:/$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Thu_Nov_18_09:45:30_PST_2021
Cuda compilation tools, release 11.5, V11.5.119
Build cuda_11.5.r11.5/compiler.30672275_0
*****@home-server:/$ ls /usr/src | grep nvidia
nvidia-srv-535.104.12
*****@home-server:/$ sudo dkms install -m nvidia -v srv-535.104.12
Error! Could not locate dkms.conf file.
File: /usr/src/nvidia-srv-535.104.12/dkms.conf does not exist.

If there’s anything important I’m leaving out - and I probably am - let me know. Also if there’s anywhere else you recommend I post this let me know that as well.

view more: next ›

Schmoo

joined 1 year ago