• 0 Posts
  • 33 Comments
Joined 30 days ago
cake
Cake day: June 5th, 2025

help-circle
  • The problem here is that it sounds like you think torrenting traffic is using the self-hosted VPN, but that wouldn’t be true. Here is how it sounds like it is currently working: Torrent Client -> VPN interface -> Default interface -> Torrent Users You could probably confirm that with mtr/traceroutes and bmon.

    The reason your internet goes done when you run your iptable statements is because you’re preventing DNS resolution which uses UDP 53 from leaving the device. Even if you are running your own DNS server on that VPS, unless you have trackers’ statically mapped, DNS recursion has to be allowed for your VPS to determine host IPs.





  • These people aren’t involved though. They just signed a petition. That’s near zero effort. The majority of these people think that petition passes = new law. That’s not what the petition does. That’s a main issue I have with all of this (in addition to the other points). The EU committees have previously stated its on the member nations to legislate this, not the EU itself. After the committee on petitions looks at this, the most they can do is refer it to another committee for fact-finding. This is where it has always died for the reason just mentioned. The question I’d have for the people who sign this is: if the EU has stated it is not within their power to legislate this, why do you think after 3-4 asks that they suddenly would now have the power to legislate?


  • You could try something lightweight and easier like sqlite3. You don’t have to have a full blown postgres or mysql server running that way. Just have your .db file and open it with the sqlite3 command. You still would have to learn basic SQL but nothing over the top especially if its only a few columns you’re creating.

    One fun thing you can do technically is store files inside the DB structure as base64 encoded values. So, you might have something like a unique ID, the name of the torrent, then the torrent itself all in one location. If nothing else, something fun to play around with.






  • How is that petition even valid? For example, as a non-EU citizen, what’s to stop me from just selecting Finland and entering bogus info? Does that mean as a US citizen I get to decide EU laws?

    Additionally, from the “initiative seeks to…” part, none of that is listed on their website as goals. They don’t list any goals which is kind of problematic if you have an EU petition. Its a petition to do what specifically (show me a goal)?

    EDIT: I just read through the Past Actions & Results of their site. Of the completed Actions, all of the them have failed. I then realized this petition doesn’t require EU to pass anything, only that a committee look at it. I feel like this is a really well intentioned activity that ultimately will fail due to poor execution. Even if the petition succeeds, no action has to be taken by EU member nations and historically hasn’t.



  • I had an issue with an old Lenovo X260 laptop. The onboard bluetooth device was showing as not being present if the wireless device was loaded. I could have one or the other, but not both. BT/Wifi was being supplied by the same M.2 card, so as soon as a module loaded (the wireless loaded first I guess) it prevented it from being used by another module. I’m not sure if there was an actual fix to that, though. I had a spare USB bluetooth dongle so I just ran that instead.





  • This is the argument that bothers me:

    The court also identified a third argument, which the authors didn’t pursue in great detail; market dilution. Under this theory, AI models trained on copyrighted works can generate “countless works that compete with the originals, even if those works aren’t themselves infringing,” Judge Chhabria wrote.

    So, even if what you make isn’t infringing on their rights, its still competing with them which should be forbidden. That whole argument is a machine shouldn’t be allowed to compete with a human. So, if I am inspired by another’s work, that’s ok, but if a machine does that we need to ban it.



  • Yes and no.

    A lot of privacy threads focus on fantastical what-if scenarios that just never really come up. For the majority of Internet users, the biggest threat they would face comes from the adtech sector. Now most people aren’t going to understand what is collected in realtime as that’s usually company specific and usually encoded on the site/app, but standards are all open for anyone to read. Mostly this is going to come in the form of OpenRTB 2.6 (https://iabtechlab.com/wp-content/uploads/2022/04/OpenRTB-2-6_FINAL.pdf) or the Prebid library and its User ID Module (https://docs.prebid.org/dev-docs/modules/userId.html) with maybe some custom fields and VERY granular audience mapping.

    Specific to that standard, 3.2.20 Object: User and 3.2.27 Object: EID and 3.2.28 Object: UID are the important ones, but honestly all of the information can be used in conjunction with other pieces. Now if you look through that info, you’ll notice you don’t really see that much. You’re real name isn’t present. Your email isn’t present. Your physical address isn’t present (although its likely your geo location info is accurate from the device object). The thing is that so many little bread crumbs exists and so many actors are mapping those bread crumbs that once human psychology is overlaid on top of it crazy amounts of information that was not collected can be inferred. People think info like “His name is John Smith” is important when really “This is device ID EA7583CD-A667-48BC-B806-42ECB2B48606” and the numerous IDs built from that or a dozen other things is what matters.

    Just from that standard with enough data/time, its possible to determine your demographic/sociographic information. One could determine who you will vote for and political leanings, how much money you make, what your job is, your sexual orientation, etc. This is great if someone is trying to sell you Tide detergent, but its also really useful if you’re wanting to start a “grassroots” campaign to add/remove rights for specific citizens. It allows you to know where you can get a foothold for your legislation (Cambridge Analytica comes to mind). And these things are all easily verifiable from your browser. Without an adblocker, go browse the internet and keep track of how many 1x1 tracking pixels get dropped on you. Checkout what’s in your cookie store and what’s sitting in sessionStorage and localStorage.

    So, I think groups like r/privacy focus a lot on sci-fi inspired dystopia, when instead they could be focused on more real world dystopia.