• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: January 26th, 2025

help-circle









  • Just an FYI to anyone looking, you can still actually buy mostly-dumb TVs.

    I was looking for a TV to buy for my parents last year and it seemed like the only options available were “smart TVs,” and I begrudgingly ended up buying a Philips ambilight unit. I was pleasantly surprised by how dumb the Titan OS on it was. Sure, it had WiFi, and the usual Netflix and other streaming apps, but I just didn’t connect it to the WiFi, and from then on it was just a souped up version of their 15 year old TV. It did ask to be connected to WiFi, but stopped after being told no a few times.

    I’m sure other manufacturers have similar “smart on paper, but dumb in reality” OSes, as it seems to mostly be a cost cutting exercise. The hardware in the TV would need to be more expensive to run an actual smart platform. So the manufacturers just make a low end thing that ticks the right boxes to be able to call it smart for marketing, thinking that’s what people want.



  • UnityDevice@lemmy.ziptoSelfhosted@lemmy.worldDocker is hard work
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    5 months ago

    My friend, a podman container file is a simple tiny ini text file. Behind the scenes it gets converted to a systemd service unit file, which is also an ini text file. The service file has a simple ExecStart command that just calls podman run. Meanwhile podman will just set up an environment and run the container with runc or crun. The whole thing is basically one step above a shell script. I could buildroot a system with this entire stack and it would fit on my wifi router.

    You’re the one overcomplicating things.