• 1 Post
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • Ask people from your country, or look online to see if torrenting is prosecuted there. If people don’t get letters from the ISP, you can just enable encryption in your torrent software and forget about it.

    I’ve been torrenting without VPN for a decade (Spain), and never had any issues, not even traffic slowdowns.

    Edit: You’re probably gonna see a lot of advice to always use a VPN. Most of this advice is from US users, who are not used to torrenting without VPNs. The truth is, as with everything, it really depends. I’m not a fan of generalized answers to questions, and the same advice isn’t as good for every situation. VPNs are a barrier of entry, and they also come with a slowdown. If you’re starting to torrent and VPNs are not necessary in your country, don’t be afraid to torrent without one. But of course, if you’re from the US, you’ll have to use one!


  • I don’t know why you’re being downvoted. I’d say you’re wrong, because it’s 10/10 times these things don’t work. I’ve seen many similar projects get proposed, funded and abandoned (even some that really did sound more efficient than this to me). The truth is, standard trains are still the cheapest thing you can put on those rails. They’re simple, repairable, predictable, they don’t break easily, can be easily driven by anyone or automated with standard systems that have been around for decades. Even if a small govt can’t buy a new train, they can get second hand trains from other cities, which will still work perfectly for decades.






  • Minecraft, the game that sold the most copies in history, has a huge infrastructure of community-hosted servers, some with tens of thousands of players playing at the same time. The community has created different flavors of the server software, optimized it, added mod support and even reprogrammed parts of it.

    At this point, it’s hard for me to believe how someone could say a community can’t run game servers with a straight face.



  • black0ut@pawb.socialtomemes@lemmy.worldWho's in charge?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    1 month ago

    Linux apps follow simplicity principles. If you don’t have permission to delete a file, why assume you may know the password of the user who has permission?

    You can preface sudo to any command to execute it with root privileges, which would be similar to running as admin in windows.

    Graphical apps do tend to ask for authentication if it makes sense. No userland apps should need more permissions than the current user’s in order to run.