• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: August 16th, 2023

help-circle




  • Tomorrow passwords will be cracked in no time, because most algorithms are not quantum safe. Same with password length.

    I never said it is not an attack vector. There are dozens if not hundreds. The question is about the probability, which is always a dimension if you manage risks. There is no need to list all theoretical possible attack vectors, if the probability of actually happening only affects 2 people on this planet.

    Videos for educational purposes should not sensationalize unlikely attacks, as it only causes unnecessary fear. I’d rather have someone using torrent on VPN than not using anything at all because they are now afraid of the government.







  • So with Exit, you need to have been diagnosed by a psychiatrist. So it probably takes some time, and that time has to be obviously paid. After that, a second psychiatrist checks the diagnosis for any errors. And the third actor is going to be a regular doctor, double checking for errors. If all goes well, you get the death cocktail. As things can go wrong with that, you should be accompanied by someone experienced. Exit provides this assistance free of charge, as they use donations and membership fees to pay for that.

    I cannot tell you about what diseases are successful. Usually, psychological issues are not enough to get the diagnosis you need. You need to be heavily impacted by it and there has to be no cure.






  • As I have no idea what level of knowledge you have in IT, it might be hard to understand. I try to keep it ELI5. Years ago, if you wanted to run software, you had to buy a PC/server, which meant you had to buy all the hardware for it. As hardware development continued, things like CPU‘s suddenly got faster and were able to handle multiple tasks at once. So people had to come up with ways to share this power between different software components. For various reasons, you didn’t want to install everything on the same operating system, to avoid compatibility issues. The ideas of Virtual Machines and Containers was born. The key difference between those two concepts is, that in VM‘s, you have a full operating system running the software. In Containers, you share the operating system base, but the containers itself are isolated.

    So, docker is providing an easy way to manage containers. Since the container itself does not have that much overhead in terms of „blocked resources“, we can create one container per application we want to run. One for Sonarr, one for Radarr, etc.

    Since docker is running on Linux kernels, is there a way for you to have a Linux server? Or could you maybe install Linux in a VM?