Your prudery and moralism bores the hell out of me https://randomrantdispenser.neocities.org/rant04-2024-07-18

I moved to https://lemmy.dbzer0.com/u/PiraHxCx

  • 21 Posts
  • 97 Comments
Joined 3 months ago
cake
Cake day: October 3rd, 2025

help-circle












  • Short, concise and precise, pretty much gold standard for a title… everyone accusing of clickbait, what?

    • yes, he is going to prison for building a privacy tool, I’m sorry that you have read actual clickbait titles before, but he was not charged with money laundering, he wasn’t even charged of being involved with any money laundering scheme, the sole reason he was arrested was for building a tool that can be used for illegal activity. Let’s hope they don’t go after the Tor Project and Tails OS with such claims too.
    • yes, OP could have made a short description in the post like saying who, what tool, what charge, etc.

  • Why the massive downvotes here? I think bitcoin is bullshit as much as the next lemming, but the whole situation you may cheer now because it’s a cryptobro getting fucked is what is going to happen to you tomorrow.

    Summary: Guy basically made a Tor for crypto so transactions can’t be directly linked between users, and the government charged him with a bunch of bullshit claims and completely ignored the law to destroy it. Yeah, there is some PR stunt going on now with a presidential pardon, but that doesn’t mean the service is going back up.

    In countries like mine, subjected to USA imperialism, USA puppets are already equating drug dealers to terrorists, and they also equate immigrants and refugees to drug dealers, so guess what?

    If you visit the Tails website you are already put on a list of extremists, probably if you use Tor as well, it won’t be hard for any of the privacy tools you like to make you be called a terrorist too, Graphene is for criminals, isn’t it? We are just on whim away from a powerful asshole to decided that, because even if you believe you are “playing by the rules”, laws don’t matter. If it didn’t matter even for rich cryptobros trying to secure privacy for their users, imagine for you and your wishes of privacy?









  • In the last few months I saw so many new services being added to Win11, connecting to so many new domains… WindowsSpyBlocker, that a lot of people use with the DNS, is awfully outdated, and unless stuff like Sophia Script, Win-Debloat-Tools, winutil, O&O Shutup were updated recently (like 1 or 2 months tops) it’s also outdated.

    Microsoft is also constantly changing how stuff works, intertwining stuff so you can’t fully remove without breaking functionality. You used to get media expansion packs (stuff like av1, avif and webp support) through updates or you could download them from their site or use a Powershell command to install them, now you are forced to do it through the MS Store, and guess what happens if you uninstall the MS Store? (at least, a few months ago when I got a new Win11 install, removing MS Store removed the packages). Probably a lot of Edge removing tools are broken by now too, if you watch your network you gonna see Microsoft Edge WebView 2 calling tons of domains all the time, and if you remove it you kill your internet connection entirely (you can, however, block it on the firewall. It used to be just one service, but with some recent update it’s four different services you have to block now).

    What I’d recommend is manually uninstalling all the bloat you can, then running Get-AppxPackage on Powershell to find whatever crap is still lurking and removing it with Get-AppxPackage -Name “PackageName” | Remove-AppxPackage (don’t remove what you are not sure what it is for, search or ask AI when in doubt, and some stuff you won’t be able to remove anyway), then execute msconfig to disable other crap you may also find there (again, be careful with that) and lastly get a program like simplewall or Portmaster to block Windows communication at firewall level (Portmaster has a very friendly UI) - the problem is, each update Microsoft includes new services, and you should let stuff like Wuauserv, Do Svc, Crypt Svc and BITS open because they handle updates, but always check what the domains they are connecting to are for… still, even though they may not be for telemetry, they could totally be sending telemetry data through them, so there is no way to use Windows safely.

    simplewall/Portmaster can completely cut the communication of Adobe, Nvidia and whatever other program you use, so you’d technically look like you are offline to them - if you need to use their online features, or they need online authentication to even run (evil as fuck), I don’t think you will be able to escape data collection.