Earlier quoted context omitted.
They aren't getting much back from selling the data. Maybe $20 off.
And that is based on what data? BigCorps tend to not continue doing something if it's not going to bring them much return.
Samsung Blu-ray players bricked because of an XML config file
111–120 of 181 posts
Re: Samsung Blu-ray players bricked because of an XML config file
#112One thing you have to understand is that these internet-connected Blu-ray players in question are programmed to log their activities and send copies of this information to Samsung. In some ways, this is even more disturbing than the bricking. Only corporate greed can create a media player that watches you and needs constant firmware updates. I have a VCR and DVD player which still work, and things like this are the r…
It's worse than you think - it's not just your DVD player that's spying on you, but your TV is too -- many TV's use Automated Content Recognition to detect what you're watching regardless of source (DVD, over the air, streaming app, etc). They even detect commercials, and which language you're listening to. https://www.adexchanger.com/ad-exchange-news/the-marketers-g...
Re: Samsung Blu-ray players bricked because of an XML config file
#113Earlier quoted context omitted.
Don't buy a TV then, buy a monitor. https://www.dell.com/en-uk/work/shop/dell-55-4k-conference-r...
Is there any difference in display quality between a monitor and a TV with roughly the same specs?
You're not going to find IPS or OLED panels on those large form factor monitors for a sensible price, so do consider that.
Also keep an eye open for NEC digital signage displays on eBay, they're quite common coming from liquidated businesses. I bought a few of them for the office on the cheap and they're solid as long as you avoid the really old plasma models.
Re: Samsung Blu-ray players bricked because of an XML config file
#114Earlier quoted context omitted.
And that is based on what data? BigCorps tend to not continue doing something if it's not going to bring them much return.
Somewhat tangential, but Facebook’s average revenue per user was less than $9 in 2019. I can’t imagine TV manufacturers can eek out nearly that much revenue from the data they collect. Especially considering that almost everyone is streaming or using cable and all of that data is going to Hulu/Netflix/Cable providers and then passed on to advertisers anyway.
TV Manufactures may not sell 1B units (maybe they do), but it's still a large enough number that it will not be unnoticed in a balance sheet
Re: Samsung Blu-ray players bricked because of an XML config file
#115Earlier quoted context omitted.
Don't buy a TV then, buy a monitor. https://www.dell.com/en-uk/work/shop/dell-55-4k-conference-r...
Is there any difference in display quality between a monitor and a TV with roughly the same specs?
With LCD monitors being available in sizes as large as TVs and with the same resolutions, I suspect there won't be much difference but perhaps panels intended for TVs may still have more allowable defects.
Re: Samsung Blu-ray players bricked because of an XML config file
#116One thing you have to understand is that these internet-connected Blu-ray players in question are programmed to log their activities and send copies of this information to Samsung. In some ways, this is even more disturbing than the bricking. Only corporate greed can create a media player that watches you and needs constant firmware updates. I have a VCR and DVD player which still work, and things like this are the r…
I'm with you, and I prefer "dumb" devices, but you can still buy these blu-ray players and not connect them to the internet. The internet connectivity is sold as an additional feature so that you can use your blu-ray player to watch Netflix. I agree that I don't want logging on a device like this, but if I was going to connect one of these to the internet, I would at least want regular security updates.
Unfortunately this is only a temporary solution IMO. Within the next decade I think you'll see these smart devices shipping with built in connectivity that's difficult or impossible to disable, especially if Starlink or other satellite based services really take off.
Re: Samsung Blu-ray players bricked because of an XML config file
#117Earlier quoted context omitted.
It's worse than you think - it's not just your DVD player that's spying on you, but your TV is too -- many TV's use Automated Content Recognition to detect what you're watching regardless of source (DVD, over the air, streaming app, etc). They even detect commercials, and which language you're listening to. https://www.adexchanger.com/ad-exchange-news/the-marketers-g...
Unfortunately piracy is often a good answer to this type of issue. If your smart TV is not connected to the internet, or you're not browsing on a licensed platform riddled with DRM and tracking agents, there's no chance of that data leaving your house.
Re: Samsung Blu-ray players bricked because of an XML config file
#118Yet another reason for the warning don't connect your 'smart' TV, DVD player, or any other entertainment device to your wifi router. If you need Netflix, use a standalone device such as a Roku and connect it to the TV with HDMI.
Re: Samsung Blu-ray players bricked because of an XML config file
#119Earlier quoted context omitted.
But that is the point I was trying to make. No language can save you from logic errors, but a lot of languages let you recover from errors in functions. The simplest way is exception handling in Java like try { parse(xmlFile) } catch ( ... ) {.... } There is no reason the device should get in an undefined state if parsing that file fails or even completely crash.
But not having a `try...catch` for such events is a kind of logic error. The choice of programming language only gets you so far - it's up to the developers to actually handle errors in a meaningful way.
Re: Samsung Blu-ray players bricked because of an XML config file
#120Earlier quoted context omitted.
> needs constant firmware updates Firmware updates are good. They can patch security issues and they can improve different aspects of the device. The security being the best plus obviously. Wholeheartedly agree that there is no reason for a company like Samsung to track your every move despite you paying them hundreds for said devive. I'd be very surprised if they don't make a hefty profit from such devices. So why t…
Firmware updates are good. They can patch security issues and they can improve different aspects of the device. The security being the best plus obviously. The point is that there are no "security issues" in a dumb media player like the DVD player I have. Suppose an "attacker" (and that is stretching the definition a lot...) can create a disc that can overflow a buffer somewhere and crash the player or cause it to do…