Earlier quoted context omitted.
And I use a 55" 4K TV as my "monitor", because sub-$1,000 >>30" monitors with internal 3D LUT-based color calibration aren't a thing. And, while I don't use the speakers, the TV's S/PDIF output is nevertheless handy for routing the audio output of whichever of the four HDMI inputs is active to the single S/PDIF input on my audio interface. Finally, the TV has an RS-232 port that allows control of essentially all of t…
What is said TV response time? If it's bigger than 2 ms then that's a no go for me.
72% of smart TVs and 46% of game consoles hardcode DNS settings
611–620 of 673 posts
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#612Earlier quoted context omitted.
Is it? I’m still holding onto my TV from 2014 because it doesn’t have “smart” functionality. Every time I look at new ones I can’t find good dumb ones.
What are your thoughts on the Sceptre brand?
Unfortunately they no longer make them. The 43-inch Sceptres have a HUGE black space between the pixels, which you will totally notice if you try to use them as desktop monitors.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#613Earlier quoted context omitted.
Just don’t ever connect it to your network.
Sure, till they start adding cellphone-tower enabled connectivity. Your move, consumer.
Endgame is the FCC forces consumer-data-control on the industry because it's the only way they can get the 5G/GPS jammer problem back under control.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#614Earlier quoted context omitted.
And then they forget to update it or nvidia discontinues it and someone hacks in to it and your room mic gets posted on one of those open ip camera lists. This is not some tin foil hat idea. You can go on reddit and browse peoples personal spaces being broadcast for everyone to see.
… how does a mic that is embedded in a remote control turn into a camera?
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#615This isn't difficult: TVs should not be "smart". TVs should be incredibly dumb. They should be screens for displaying stuff. That's it. Nothing else. No network connection of any kind, no apps, no software beyond that necessary to do basic setup of how that screen works: brightness, input selection, etc.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#616Earlier quoted context omitted.
This is the main use case of 5g iirc. Enabling millions more devices to connect to the network. What an absolute nightmare we are about to enter. "Just don't connect it to the network" is no longer a valid answer.
I will start building 5G jammers. The FCC can eat a bag of dicks. Apparently even 5G-NR has an equivalent of the wifi "unauthenticated deauth" intended for emergency quench of uncooperative devices. The cellphone location data abuses revealed over the last three years have led to a remarkable increase in the number of GPS jammers out there. Gaussian-noise blurred, the good ones that can't be notch-filtered.
The technical battle is basically lost on IoT once they can embed modems.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#617Earlier quoted context omitted.
"This only works for the subset of devices which use the local DNS. If they use any of the well-known techniques to avoid that filtering it's completely ineffective." If you also block all port 53 after allowing your own resolver ... you may have some headaches with devices that refuse to use the DHCP provided resolvers but you know they aren't going to other resolvers. That kind of control is what DoH breaks and I'd…
There isn’t an effective solution for a device which ignores local network policy other than returning it so the manufacturer pays the cost of designing a bad system.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#618Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#619I’m responsible for a bunch of IoT hardware, and every firmware spec I write includes a note on not using the DNS servers provided via DHCP. While sure there are companies explicitly doing this to avoid filtering, at least in my case it’s because a significant proportion of DHCP servers are configured to send DNS to your ISP, and ISP provided DNS is almost universally terrible. They’ll ignore TTLs, rewrite NXDOMAIN r…
Certainly in Europe I’ve not seen anything even close to that.
I’d love to see a good country-by-country survey on ISP DNS to see just how common this manipulation is.
Re: 72% of smart TVs and 46% of game consoles hardcode DNS settings
#620Earlier quoted context omitted.
> and ISP provided DNS is almost universally terrible. They’ll ignore TTLs, rewrite NXDOMAIN responses into the IP address of their ad-laced web search, and occasionally just highjack every single query to send you to a page saying you’re approaching your bandwidth quota Universally? Perhaps in the US? But IoT devices are sold worldwide. While I do run my own recursive resolver I checked my ISP's and they're behaving…
It’s not just the U.S. A problem report once lead me to discover that the Spanish company Telefónica cached DNS results for years longer than the TTL. My error monitoring also picked up content injection (prior to HTTPS) and DNS hijacking around the world. Before going with the conspiratorial take note that Mozilla shipped DoH early and both Microsoft and Apple implemented it. Untrustworthy ISPs are a real problem ev…