[-] Schmoo@slrpnk.net 4 points 34 minutes ago

Dr. Strangelove or How I Learned to Stop Worrying and Love the Bomb

[-] Schmoo@slrpnk.net 11 points 20 hours ago

Wow, I know some of those words.

[-] Schmoo@slrpnk.net 1 points 23 hours ago

I'm the one blind to reality? You actually think Bernie had any sway over any one of the moderates who dropped out to give Biden the win? They were loyal to the Democratic Party, not Bernie, and certainly not to their principles, if truly they had any.

[-] Schmoo@slrpnk.net 7 points 1 day ago

She's a young woman with strong opinions. That's enough to make conservatives pop a blood vessel.

[-] Schmoo@slrpnk.net 5 points 1 day ago

This is just bait for grant and investment cash. Sounds genius to venture capitalists divorced from reality.

[-] Schmoo@slrpnk.net 1 points 1 day ago

It seems like you're going down the Silicon Valley Techno-Libertarian rabbit hole, so I highly recommend looking into some Anarchist critiques of Libertarianism and reflecting a bit. This is a trap you're stumbling into.

[-] Schmoo@slrpnk.net 7 points 1 day ago

That's literally just politics.

This gives the same energy as saying "it's just business" after doing some heinous shit.

[-] Schmoo@slrpnk.net 4 points 1 day ago

Name a more iconic duo than Marxists and Anarchist-erasure.

[-] Schmoo@slrpnk.net 10 points 1 day ago

You seem to think that Anarchism is just the extreme/pure form of Libertarianism, and that it's just about more/less government, which couldn't be further from the truth.

I'll acknowledge my bias upfront, I consider myself an Anarchist, so keep that in mind as you read my comment.

American Libertarianism presents itself as being about "small government," which makes it sound appealing to people who are skeptical of authority but have a very shallow understanding of politics. In truth, it's an ideology that holds individual property rights as superior to all others. To an American Libertarian, any infringement on their property rights is the most egregious possible violation of their freedom.

Anarchism means "without rulers." Anarchists oppose all forms of exploitation and oppression, which is described as any arrangement in which one person or group exerts authority over another person or group, usually by force. They favor organizing society via "voluntary free association," which is when people make decisions together on the basis of general consent. To an Anarchist, private property (as opposed to personal property, there is a distinction) is just another way for someone to exploit another, such as when a landlord collects rent.

This text explains what anarchism is pretty well.

[-] Schmoo@slrpnk.net 2 points 3 days ago

But it separates them into the south and northeast.

[-] Schmoo@slrpnk.net 9 points 3 days ago

The fact that these are supposed to be cultural categories and it doesn't distinguish Appalachia is enough for me to discount this as total nonsense.

[-] Schmoo@slrpnk.net 11 points 4 days ago

I see lots of liberals online insisting that the US pulling out of the Paris accord will make everyone else, including China, abandon their climate initiatives.

If any nation does so then - just like the US - they weren't truly committed in the first place, and they would have quietly rolled back their climate goals like the US has been doing already anyway.

36
submitted 3 weeks ago* (last edited 3 weeks ago) by Schmoo@slrpnk.net to c/opensource@lemmy.ml

I'm looking for software for making small-scale maps / designs. Say for example I wanted to map out a small-ish plot of land with various markers indicating features of the site. Another requirement is that is must have the capability to depict elevation. Others have recommended map-making software for dungeons and dragons, but of the ones I can find they are either paid / subscription models or they strictly adhere to a grid system that makes it impossible to use for my purposes.

Does anyone have some good recommendations?

Edit: It doesn't have to be a single piece of software necessarily. If anyone has recommendations for a particular workflow (like for example if you know some good open source drawing software I could use to draw over the top of a topographic map) I'm interested in that as well.

24
submitted 1 month ago by Schmoo@slrpnk.net to c/mycology@mander.xyz

More pictures available if needed. I broke a few open that were in rougher shape and they are solid white and spongy all the way through. Found in open woods in West Kentucky.

Thinking about frying these up and seeing how they taste but want a bit more assurance that I'm not taking a huge risk doing so. I couldn't find these in my National Audubon Society Field Guide so I'm a bit reluctant to take the chance.

65
submitted 3 months ago by Schmoo@slrpnk.net to c/mycology@mander.xyz

Top

Bruising

The underside instantly darkens when scratched.

34
submitted 1 year ago* (last edited 1 year 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 1 year ago* (last edited 1 year 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.

13
submitted 1 year ago* (last edited 1 year ago) by Schmoo@slrpnk.net to c/selfhosting@slrpnk.net

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