upvote
My TV thinks it's January 1st 1970.
reply
And so it thinks it is fairly new, then, and doesn't require any tubes replaced. Should that change, it will let you know.
reply
My TV isn't even connected to power
reply
Proper air gap, that.
reply
Every time anything asks for a DOB or anything like that, I enter the earliest date their system allows. Been doing it for decades.

I guess that might make me more trackable?

reply
At least you could get some interesting ads. Do you want to participate in a longevity study?
reply
Heh. Steam thinks I'm 126.
reply
I've said it before on HN a long time ago but I'll repeat myself, I have about a thousand times more confidence that Sony and/or Microsoft will keep their PS5 and Xbox operating systems secure and not crapped up with stuff like this, than I do that random TV manufacturers will not result in a cybersecurity or privacy disaster.

Yeah, the PS and Xbox OSes show you ads, and they have telemetry. But both companies also have an extremely important core functional need of keeping them secure, because possible fuckery with the OS could result in game piracy/DRM bypasses and a direct threat to their revenue models.

reply
The gaming consoles aren't subsidized via the data collection like smart TVs are via content recognition (selling everything on your screen to advertisers).

Consoles are sometimes sold at a loss, but the revenue model is different. Playstation plus/game pass, a cut of game sales and microtransactions, exclusives, and accessories.

No one should ever connect their TV to the internet. There just isn't any reason to, get access to your streaming apps another way.

reply
Hope you don't have any open WiFi networks nearby. IMO it's better to put it on one of your networks and isolate it from the internet and other devices.
reply
Yes. I bought a Samsung TV and there isn’t a way to set up Art Mode without the internet. So first you have to get a raspberry pi, install pi hole, then switch your router’s DNS.

What a wild experience 2026 is. But I do feel like a wizard.

reply
You don't need an actual physical raspberry pi to temporarily run pihole on your LAN, you can, for instance, install a barebones debian VM inside any common hypervisor on your laptop like virtualbox or qemu, then install pihole on that basic debian x86-64 system.
reply
deleted
reply
They might hardcode DNS. It's not certain that this will work.
reply
This is why I’m a bit conflicted about DoH and ODoH. Firefox and Chrome have defaulted to DoH for years if I’m not mistaken (although I’m in Europe so I believe my FF still uses regular DNS instead of DoH by default).

This also means that DoH effectively sends all your queries to CloudFlare on FF. Chrome is slightly smarter and tries to map your DNS provider to a DoH implementation if known.

reply
That's why I'm not a fan of DoH or certificate pinning. Those are tools of control.
reply
I have my router set with iptables rules to block/redirect all port 53 and you can also add known DoH to a blocklist to try and force LAN devices to use your router DNS.
reply
I have a separate lan for untrusted devices, I only use whitelisting. No public DNS for these devices.
reply
You can intercept normal DNS with iptables rules.

The best way to deal with a TV you don't trust is what no one wants to hear.

Open up the back and disconnect the wifi antenna. It is easy to open them up and everything is pretty simple and obvious once you do.

reply
> Open up the back and disconnect the wifi antenna.

Upvoted. This is precisely the kind of thing I expect to read on HN.

reply
It's not even some difficult technical task like people think. The back of a TV is kind of like a PC but much simpler.

There is the power board (AC to DC conversion for electronics and leds), video input board (where you plug in HDMI etc) and a t-con board, which takes a single video signal in from the input board and drives the LCD screen.

Then there are a few ancillary components like speakers, maybe a roku module etc. There are easy to find and everything is modular. You can take the speakers out and use them somewhere else if you want. You can just disconnect the wifi antennae on the smart tv board and be done with it. You can also find the IR led connection that the remote sends signals to.

reply
I block known DoH servers on my lan and forward all dns requests to my dns server.
reply
> So first you have to get a raspberry pi, install pi hole, then switch your router’s DNS.

This does not provide any meaningful protection against data exfiltration. The TV is very possibly using public DNS or outright phoning home through stable IPs.

reply
I haven't seen any open WiFi networks around me in years. I don't think it's a thing anymore; it's definitely not something a TV company can rely on.
reply
They're not unheard of in cities. Hotels and shopping malls have them. Some residential ISPs will also broadcast a public access point using a slice of each customer's bandwidth allocation...
reply
Another reason not to use ISP hardware. That's on top of a well-known backdoor (https://en.wikipedia.org/wiki/TR-069).
reply
When I had Comcast internet, I could get on those, but it required a network profile to actually connect to the internet. That said, I wouldn’t put it past TV makers and Comcast to collude on using this to allow backdoor network exfiltration.
reply
TV makers would have to collude with every ISP for that to be worth depending on.

Not to say it couldn't happen - but it wouldn't be a backdoor thing, it'd be very up front. All that's needed is for ISPs to create/join some SSO-like standard that lets you use ISP credentials as smart TV credentials (e.g. Your Xfinity account is automatically your Vizio account, sign on with your Xfinity account to get free streaming deals now).

I feel like if TVs start doing that, they'll display a network ID and signal bars at the top of the screen like cell phones do, so the TV maker doesn't get blamed for ISP problems.

reply
They all have captive portal for regulatory reasons though.
reply
Depends on the country.

The cafe I live above in Denmark just has an open network.

reply
If it connects to another network, it's somebody else's problem. Unless of course, it has a built in webcam or microphone.
reply
It does, at least for any media played through the device. Read up on automatic content recognition.

https://www.howtogeek.com/its-not-just-streaming-content-you...

reply
Its your problem if it updates itself to show ads (and of course exfiltrate whatever it can see / hear).
reply
I have an open guest network with a captive portal, and not once have I seen my LG TV try to connect to it.
reply
Pretty sure they can get internet through the HDMI cord from Roku or similar device
reply
Source? HDMI includes Ethernet in the spec, but I've never heard of any devices actually implementing it.
reply
That would require the Roku to specifically be set up to act as a router. You can't just connect to a random device that's not specifically a router/AP and use its internet connection.

Since Roku like other smart TV companies makes money off of user data captur, it's not incentivized to enable those conditions for a downstream device, especially if not specifically advertised as a feature.

reply
If this was a feature they wanted to provide, it would simplest to set the Roku up as a bridge. No dhcp, no nat, just a virtual switch. Roku devices run on Linux, if their HDMI chip supports Ethernet and that's plumbed to a Linux supported MAC (probably not), it might take an hour to build and test the feature. Longer if the wifi interface doesn't like being bridged (I've seen that on some openwrt devices).

There's esp-idf examples from espressif for doing bridging on an esp32 if you have one with a MAC and a PHY and/or spi mac+phy.

Or for wired ethernet, they could include a three port switch IC.

reply
This again? Yes, it’s in the spec. No, no one has been shown to have actually implemented it. No streaming box is going to allow random devices to use their connection.
reply
does a roku provide a dhcp server, issue a dhcp lease, do NAT and routing to things that are plugged into it over the 100M ethernet built into a current gen HDMI link?
reply
E-Arc uses the wires intended for Ethernet. Hook your Roku up to an earc port if you're seriously concerned about it.
reply
This is the best approach
reply