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.

  • 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.