this post was submitted on 28 May 2025
643 points (95.0% liked)
Technology
70528 readers
3685 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No, they straight up aren’t.
They aren't what, they aren't in USA? They do business in USA.
They aren't going to get away with it? Yes they are, they are a large corporation in USA.
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.
Do you have a source for this?
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.
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.
Literally any analytics module will do this. Basically every major website you go to will do something similar.