• 1 Post
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • liliumstar@lemmy.dbzer0.comtoPrivacy@lemmy.mlCrypto
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 hours ago

    It’s increasingly harder to exchange for fiat anonymously, especially when you consider XMR or other privacy coins. Once the people in charge of money realized they were a bit subverted, you got the huge crackdown.

    I still use it for various things. Buy LTC from a legit licensed exchange. Move it around a bit. Change to XMR through an exchange that doesn’t care. Maybe move it around some more. It’s a giant pain, but I don’t know a better way. This method isn’t perfect, more of a balance of risk, but it’s better than just handing your entire entity over for a simple transaction.











  • I went through and built a license, then read through it.

    I don’t think most of the things contained would be legally enforceable. We barely even have traditional open licensing that works, much less one that tries to enforce an ethical framework. Instead of this, we should work toward wide-reaching law that protects people’s rights, something that has teeth. Asking people to please not enslave someone with your library will never work, they will do it anyway or just not use your library, as they already do with copyleft licenses.


  • Arch on desktop/laptop because I’m very comfortable with it, and I can set it up the way I like.

    Debian on servers because it’s stable and nearly everything has a package available, or at least instructions for building.

    Same as OP, but I’m not likely to change them out. I’ve tried a lot of distros over the years and this is what works best for me.


  • I run such games on Linux now, mostly with wine/proton. There is some risk, sure, but I’d largely say that system is still secure. If something comes by and wipes out the system, I have snapshots of anything important, including root and home. If those are gone, I have versioned backups offsite and maybe offline. I don’t expect to receive any malware targeting my somewhat esoteric software choices from windows games, so I feel okay logging into a secure sevice, for example, but I may have to adjust this in the future.

    With regards to smartphones, I think there are so many holes that it’s not much more secure, if any, than a paranoid desktop setup. From time to time I have installed random APKs and had extreme anxiety each time. I am massively more paranoid about my phone as I don’t have real control over what’s running on it. Hoping for more competitive open source solutions in the future.

    Generally speaking, opening non-executable files is fine. There are and have been specific exploits which allow arbitrary code execution, but it’s dependent on the application/library loading them. The bigger danger is files disguised as other things. This is especially bad on Windows as it likes to hide that information from users, or just execute random embedded vbscripts, or whatever. Also see the recent whatsapp mimetype bug/exploit. Certain things pose more of a risk than others. PDFs (thanks adobe) can embed arbitrary javascript which is meant to be executed. Same as web pages, of course, but browsers have a lot more attention to sandboxing.

    Edit: I don’t really run cracked software anymore, but I have VMs ready to go if need be. Would recommend others do the same.