Urgent.News

What's breaking now, across thousands of outlets.

Tech

Yes, LG smart TVs know more about you than you think — but so do other TV brands

LG is far from the only brand that has serious questions to answer concerning smart TV privacy.

Yes, LG smart TVs know more about you than you think — but so do other TV brands

LG, renowned for producing high-quality televisions, finds itself under scrutiny amid an investigation unveiling potential privacy concerns with its smart TVs. The investigation suggests that LG is fully aware of its users being tracked, yet many remain unaware. Despite the extensive user agreements presented during setup, the extent of a TV's tracking capabilities and the subsequent data usage remains largely unclear.

While LG faces scrutiny, other major TV manufacturers also engage in data collection, adding to the overall surveillance landscape. Among these brands are Hisense, Samsung, Sony, and TCL, all accused of utilizing Automatic Content Recognition (ACR) to monitor on-screen activities and user habits. These companies, driven by profit motives, gather and sell user data, often without users' full knowledge or consent.

Even with the ability to disable microphones, the intricate software interconnections between smart devices complicate efforts to safeguard privacy. The growing integration of AI features in smart TVs, often marketed as beneficial but lacking tangible advantages, exacerbates the issue. While smart TVs have made streaming more affordable, the trade-off entails surrendering significant privacy.

Despite the lack of a straightforward solution, consumers can take steps to mitigate risks, such as reviewing manufacturer guidelines on disabling microphones and understanding data collection practices.

Written by urgent.news from Tom's Guide's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at tomsguide.com →

More in Tech

Should Your Thread Keep the JVM Alive?

Understanding daemon vs non-daemon threads Daemon vs non-daemon is one of those distinctions that seems trivial ("just a boolean flag") until you get bitten by it, and then you never forget it.

  • Non-daemon threads prevent JVM from exiting, ensuring critical tasks complete.
  • Daemon threads are ignored in JVM shutdown, suitable for background tasks.
  • Non-daemon threads are essential for user-initiated actions and data persistence.

How to catch the frozen tabs and jank your monitoring misses

One user's page froze, and every dashboard stayed green. It was a long-lived single-page app, the kind of tab someone keeps open for hours.

  • Frozen tabs go unnoticed by monitoring tools due to session sampling
  • Watchdog in Web Worker detects silent failures and sends reports
  • INP measures user-perceived performance beyond clicks and percentiles

More from Saturday 12 September →