• ayyy@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 days ago

    They aren’t recording the screen everywhere all the time like the shitty article implies. Literally every website and app you use does the same thing as this T-Mobile app.

    • ipkpjersi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      2 days ago

      Literally every website and app you use does the same thing as this T-Mobile app.

      Do you have a source for this?

      • douglasg14b@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        2 days ago

        I build software and can confirm this.

        This is pretty run-of-the-mill analytics and user session recording. There’s nothing surprising here.

        Usually it’s not actual screen recording but rather user action diff recording (Which effectively acts like recording the application except that it only records things that changed so that the recording is much cheaper to store)

        This is extremely effective for tracking down bugs, solving user support issues with software, or watching session recordings to figure out if users are using the software in unexpected ways.

        • ipkpjersi@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          2 days ago

          Usually it’s not actual screen recording but rather user action diff recording

          Oh it’s essentially just a heatmap (or maybe event sourcing might be a more accurate way of describing it)? That’s fine then. Nobody called it that so I didn’t know that’s what was actually being talked about.

          I thought we were talking about actually recording the screen itself.

      • Lv_InSaNe_vL@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        do you have a source for this

        Literally any analytics module will do this. Basically every major website you go to will do something similar.