In order to protect your privacy even more efficiently, you need to do something very simple whenever using an online service or a software. Something that most people fail to do is reading the terms of service, also known as a TOS, from companies or developers’ software. This usually will tell you straight up whether they’re spying on you, selling your data, or using it to sell ads. This will solve a lot of problems with people not realizing that some software is actually the opposite of privacy, but they keep using it thinking it enhances their privacy.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 day ago

    If like me you are both lazy and not a lawyer, check ToS;DR https://tosdr.org/ but honestly it’s like labels on food products.

    You don’t need the damn label to know that Coca Cola is not good but water is… so yes, don’t use Facebook, great. You knew that already if you care just a bit about privacy.

    Still, if you want to go there, please do check https://tosdr.org/ and if you can contribute back.

    What I personally find more useful is F-Droid because if an app is not present on it, it’s rarely because technically it can’t, it’s often because of anti-patterns. The app tries to go on F-Droid only to realize it’s not “just” another store but they have rules, good rules IMHO, like no Google Analytics and whatever backends to track user behavior.

    Also Android app analysis like https://exodus-privacy.eu.org/ is quite good, same idea, finding anti-patterns but not in code (which isn’t a good start if it’s not FOSS anyway) but rather in how the app actually behaves.

    TL;DR: yes, do read the ToS if you can, but if you can’t don’t just press “yes” or avoid and move on, rely on the work of others like ToS;DR, F-Droid or exodus-privacy!

    • Axolotl_cpp@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      20 hours ago

      I don’t really agree that if an app is not on f-droid then it’s always bad, maybe a developer don’t want to stay behind more stores

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        7 hours ago

        I did not say it was always bad :

        if an app is not present on it, it’s rarely because technically it can’t, it’s often because of anti-patterns.

        So we agree. What sparked this reasoning though was https://github.com/Mentra-Community/MentraOS/issues/1168 which as you can see squarely fits in that pattern, namely :

        • interesting open-source project targeting Android
        • not focusing on distributing via F-Droid
        • upon checking how to do so, discover that beside their available bandwidth, their current choices is not compatible with F-Droid.

        I think it’s a great example because it shows that developers themselves might not be aware of the consequence of their choices on privacy. This very project is about augmented reality and the value they try to demonstrate is that, unlike Meta for example, they do care about privacy. Yet, in practice, they do rely on Google components that do share data back.

        So sure, I didn’t say nor do I think ALL projects missing from F-Droid are because they have anti patterns… but more often than not they do.

        PS: also noticed WireGuard is like that too. They force upgrades via their own distribution system and AFAICT F-Droid insists that it’s up to the user to upgrade if they want to. It’s a hard stance and it has consequences, e.g. maybe some people on F-Droid do not get WireGuard official app, maybe they get a less secure one, maybe they get it out of F-Droid and side-step the anti-pattern … but it’s also understandable.