When you connect a new device to a ‘smart’ tv, you must pay homage to the manufacturer with a ritualistic dance. Plugging and unplugging the device. Turning them on and off in the correct sequence like entering a konami code.

Every time you want to switch devices, the tv must scan for them. And god forbid you lose power, or unplug something. You are granted the delight experience of doing it all over again.

I have fond memories of the days of just plugging something in, and pressing the input button. Instant gratification. It was a simpler time.

What is some other tech that used to be better?

  • mesamune
    link
    English
    62 months ago

    Yeah developer tools have gotten easier and better. Never a better time to get into software. Even if its just to unlock your own devices. And repair things.

    • mozz
      link
      fedilink
      22 months ago

      Dude, it’s fuckin magic now

      I was used to emacs + gdb + valgrind. That’s actually pretty significantly powerful if you know how to use it, but I sort of bit the bullet really not that long ago and forced myself to learn VSCode, assuming that it would be a big over-feature-packed bunch of bullshit, and it’s gold. It can debug any language. I can edit and run and debug code that’s on the other side of an ssh connection in a git repo and all the different plugins and stuff just work (well, you know, for the most part, enough to be pretty massively useful).

      Plus I can have GPT spit out boilerplate for me and it does it all semi-instantly, and it can teach me libraries and idiomatic patterns in environments I’m unfamiliar with way faster than I could do it myself from the documentation.

      Fuckin magic man

      • mesamune
        link
        English
        12 months ago

        Yep and with docker/other containers it’s easier to set up on new machines. Terraform and other like services also make provisioning potentially easier (depends on your setup).