This is literally just the r/nyt subreddit about The New York Times.

Given he apparently takes inspiration from Elon Musk, it’s only a matter of time until u/spez starts adding post view limits unless you pay extra.

  • kn0wmad1c@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    If you install the duckduckgo browser and turn on app tracking protection, you’ll see just how much data is harvested from mobile apps, which is genuinely scary.

    This is why these sites are pushing the mobile app. It’s much harder to prevent trackers through an app than it is through a web browser.

    • Tot@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      I just installed this and am trying the app tracking protection (it’s in beta, for those reading who haven’t used it). Shockingly, Candy Crush Soda doesn’t come up with a list of junk being tracked. whew or something

      Here’s a screenshot from Discord:

      • Vahtos@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 years ago

        Some of that seems unnecessary (device boot time). But it’s not all scary spooky tracking. Some permissions/information is required for certain features.

        For example, you can’t rotate your app UI if you’re not allowed to know screen orientation. Or maybe they do a low power mode if device battery is low, or a warning that the app might not function well if the OS or device is old.

        Not saying you’re wrong or that Discord is right. Just pointing out that a long list of permissions isn’t on its own a bad thing, if those permissions are required for specific features, and not just for the sake of data harvesting.

        • Metallibus@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          A lot of these are just standard things that things like crash reporters pull. In other words, Discord probably included a crash reporter in their app, and it pulls things like memory usage, device state, os version, what orientation the device is in, etc so that when a crash happen, it can tag those to the developers. Those are all useful variables to the developers to understand what is causing the crash.

          Tons of apps use crash reporters to keep their app stable. I’m sure most apps will pull the vast majority of this information. That doesn’t mean that they’re using it to track you.