Reposting this from here from 2023, after I stumbled across it tonight and it hits hard.
The text in the image:
I love my smart TV. I love the way it takes a long time to boot up because it’s trying to refresh the advertisements on the home screen. I delight in the way it randomly restarts because it’s downloaded an update without asking me, each of which makes the TV slower and slower with every subsequent install. I adore the way it buries the apps that I want to use, and that I use without fail every single time, below the apps that it’s being paid to promote and which I have never touched in my life and would never use without the cold metal of a glock pressed hard against my sweating temple. I am infinitely thrilled by the way the interface lags constantly, due to the need to have one thousand unnecessary animations rendered on hardware ripped wholesale from a ten year old phone. I feel myself borne aloft on wings of pure joy when I am notified that my data will be collected and analysed to determine my usage patterns. Even now I am writing this from a field of beautiful flowers and soft luscious grass as I lie and look up happily at the bright blue sky, smiling happily to know that this is the future of technology
For me the icing on the cake on that image is the “Translate” link which makes me wonder how you might translate this into say Klingon or CEO talk or ELI 5.
Other than that, it’s a sad state of affairs that we’ve allowed this to happen unchecked and wholesale across the planet.
I honestly wonder how hard it would be to do a full lobotomy on a smart TV and if there would be a big enough market for that kind of service.
best thing is to never hook 'em up to the internet. provided the manufacturers don’t all start requiring internet to ‘set up’ a tv.
next best thing would be a revert of firmware or a full ‘reset’ of settings; if possible. to return it to an ‘out of box’ state–then above, never connect it to the internet.
replacing a cheap streaming device is a hell of a lot cheaper than replacing the tv once the software gets obsoleted for whatever reason.
my coworker (and boss, technically) just casually mentioned that her inlaws ‘updated’ their tvs when they were visting over the holidays. i cringed so fucking hard because i have the same model, just smaller–so i know what happens.
they had just recently hooked-up wireline internet and could actually stream stuff now… so i had just given them a new streaming stick to use instead of connecting their now 3 year old tv to the wifi.
I have mine disconnected from the network, but a certain non-techie member of my household (who doesn’t understand this stuff) keeps re-connecting it when they want Netflix to work, even though I’ve shown them how to do this without connecting the TV to the network.
I connected it once, then set it in the router as „enable child protection -> disable internet access“, gave it a static IP address and also blacklisted that address on my pi hole so that DNS won’t work for it. Then I immediately disconnected it. The router recognizes the TV with its MAC address when it gets reconnected and immediately bans internet access when it gets reconnected.
99.9% of all these “problems” can be solved by using an ablocker DNS and a couple of adb commands (on Android).
Last I looked, we could still buy commercial displays. They’re dumb TVs. They cost more, of course.
Can you give a recommendation? I too looked for big displays and found commercial ones to be used as digital billboards but the specs weren’t all that good (no oled, no hdr).
We have a Samsung “smart” TV, hooked up to an AppleTV box. The TV’s original remote is in a drawer somewhere, forever unused.
I have the apps that I need, the tiny Siri Remote turns on the TV and handles volume, and, apart from the aggressively, insanely, mind-blowingly horrible on-screen “keyboard” / text input (we don’t have Apple phones we can use to mitigate this, sadly. Also, what the fucking fuck, Apple?!) we’re happy. For now. I trust Apple to make the experience incrementally worse as a fact of life.
Not perfect, but leagues better than dealing with Samsung’s interface.
I remember the ancient times when you could buy something, turn it on, then have it do what you want it to do. Setting the clock was the difficult part. Other than that, it just worked.
Learning ESPHome has been the most liberating thing. Take back control of your home. Local first. Privacy respecting.
I spy a research rabbit hole in my near future … 🐰
Edit: ESPHome is a system to control your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems.
Maybe give https://nowsci.com/only-sensor a shot? I built the guides/schematics/models for ESPHome devices as a learning experience for myself.
@SkyNTP@lemmy.ml I felt the same way. Now I just keep making new things for it, currently on garage door opener, blinds opener, and may even automate turning on my DIY solder fume extractor.
Esphome is limiting though. Want to have a sensor that spawns a camera stream only on PIR detection, and then sleeps? Forget about it, those two will run in parallel, and the debug messages are terrible.
I find it more liberating to write in C, and then setup my own mqtt protocols when I want for HA to interact with
I agree. A few years ago I wanted to activate a fan based on temperature in a server cabinet, and offer a REST and MQTT APIs (for HA). It was impossible with ESP Home for some reason, if you added the Bosch 280 sensor you couldn’t use MQTT. Very arbitrary limitations.
It took me less than 2 hours to build it with an ESP32 + Arduino. It’s all libraries that you just need to put together at this point, barely any logic at all.