Interested in Linux, FOSS, data storage systems, unfucking our society and a bit of gaming.

I help maintain Nixpkgs.

https://github.com/Atemu
https://reddit.com/u/Atemu12 (Probably won’t be active much anymore.)

  • 8 Posts
  • 85 Comments
Joined 4 years ago
cake
Cake day: June 25th, 2020

help-circle


  • The GDRP explicitly only applies to “personal data”

    1. This Regulation lays down rules relating to the protection of natural persons with regard to the processing of personal data and rules relating to the free movement of personal data.

    which it defines as follows:

    ‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person

    Please provide a quote where the GDPR says that it applies to anything but “personal data”.




  • Infiltrate a movie studio I guess?

    On a more serious note: There are some theoretical use-cases for this in a home lab setting if you “enhance” your video in some way server-side and want to send it to a client without loss.

    What I had actually intended with the original question is to figure out what OP was actually doing.







  • Note that this isn’t really a DNS leak. DoH is also going through the VPN proxy, so no data is leaked anywhere here.

    What the “DNS leak test” does is to check whether you’re using Mullvad’s DNS servers. That’s it. It doesn’t and cannot actually check whether or not your DNS requests happen through the proxy or not.



  • You have three options:

    1. Take a close look at the stack trace, it should contain the dependant’s definition file somewhere. They’re hard to read, it’s a known issue that isn’t easy to fix.
    2. Roll back your Nixpkgs and figure out which package’s runtime closure depends on the package that is broken in the newer Nixpkgs using why-depends
    3. Trace through the source code yourself (i.e. grep for the broken dep’s name in your explicitly declared deps)





  • Atemu@lemmy.mltoSelfhosted@lemmy.worldStarting from zero
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    I have never used it but https://selfprivacy.org/ looks pretty interesting. The way it supposedly works is that their app sets up a VPS for you in a guided manner. They set up the services you want (i.e. Nextcloud and Bitwarden) and configure things like backups and HTTPS for you.

    The technical foundations are sound (NixOS) and they’re funded in part by NLnet.

    They Might be worth trying out if you want control over your data but don’t want the responsibility of setting up and maintaining your services while still ultimately being in control of everything.