> Modern TVs are very poorly suited for kids. They require using complicated remotes or mobile phones, and navigating apps that continually try to lure you into watching something else than you intended to. I'd argue that's not too different for grown-ups. ;)
Kids grow up with it and know everything way before the grown ups. They can't even stand up but already know how to unlock an iPhone (back in the days when there was slide to unlock)
Floppy disks turn out to be the greatest TV remote for kids
371–380 of 422 posts
Re: Floppy disks turn out to be the greatest TV remote for kids
#372Earlier quoted context omitted.
It's not just the TV, it's the weird take that tuners are bad, apparently. I helped my mother-in-laws friend, a lady in her 60s, getting her TV working after a move. The local cable providers don't care to offer their coax solution anymore, you need their box. To be fair, the box is nice enough, but it's way more complicated than simply hooking up the tuner. Modern Samsung TV are also awful, there's no longer a sourc…
> you need their box. This is because every channel on the cable is encrypted now, lest someone try to pirate service, and given that the cable companies all but killed "CableCard" that box is required because it is the "decryptor" of the streams.
Re: Floppy disks turn out to be the greatest TV remote for kids
#373Earlier quoted context omitted.
That is a rather generous comment. As a former JavaScript developer I can tell you the qualities of concern are not the business concerns of delivery. Delivery will increase just as dramatically by reducing the tech debt imposed from unnecessary code. All that really matters is solving for developer anxiety.
> All that really matters is solving for developer anxiety. This is a new and interesting insight to me. Can you please elaborate it a bit further, if you wish?
Re: Floppy disks turn out to be the greatest TV remote for kids
#374Earlier quoted context omitted.
It seems strange now how often the power goes out. I remember back in the '90s I could leave my PlayStation running for two weeks because I didn't have a memory card to save my progress in Syphon Filter or NASCAR Thunder '98. Nowadays I have to set up autosave on everything and make checkpoint safeguards or scheduled backups because the power flickers off and back on at least once a week. This, with much more power e…
This can vary greatly across locations, even within the same city and the same power distribution organization. Different neighbors, being on different circuits, being on a line that's more likely to have storm damages, can make a lot of difference in quality of power delivery. I've lived in places where the power practically never went out, never experienced undervolt situations, etc. I've then lived less than a mil…
Re: Floppy disks turn out to be the greatest TV remote for kids
#375Earlier quoted context omitted.
Turn on TV: 3 seconds Roku boots: 10 seconds Meanwhile turn on soundbar: 3 seconds Press Roku remote button: 3 seconds until it wakes up and repairs (remote still eats batteries) Open streaming app: 5-10 seconds Select profile: 3 seconds Scroll about looking for show: 5-20 seconds, or a minute to type it in Select the right episode: 3-10 seconds depending on if it's currently on the right season (somehow not always)…
Everybody complains about performance. Slow software feels like poison. Except, anything written with a large JavaScript framework is allowed to be slow. In fact slow as syrup is strongly encouraged. To prove it just ask the developers. Mention it could be 8-50x faster just by not using their favorite framework and note the response. Even better, show them a proof of concept and take note of their unemotional objecti…
Constructive reply: What would be an approach to writing a large web frontend (large as in, many pages and controls) without using a large framework?
I'm asking this because I know how to do it in React but also how to do it "the old jQuery way" (or equivalently, using today's standardized builtins). Productivity is easily 100x larger with React.
edit: Ideally, together with a link to an example open-source application that does it that way, to understand how it works and feels at (code) scale.
Re: Floppy disks turn out to be the greatest TV remote for kids
#376Earlier quoted context omitted.
My biggest gripe is how terribly slow it is to navigate UI on a TV. The latency between user input and the UI responding can be upwards of 10-20 seconds. Just incredibly user hostile.
I had a 75-inch TV I inherited, it was on the higher end and the TV UI was supper snappy. Then, I broke it accidentally and got only 1/4 of the money from insurance. Because I barely watch TV, I thought I would just buy a TV of the same size, but on the lower end... both TVs were Samsung anyway. What a huge difference. The image quality is a little worse, barely noticeable after you get used to it. But the UI is agon…
Re: Floppy disks turn out to be the greatest TV remote for kids
#377Earlier quoted context omitted.
Turn on TV: 3 seconds Roku boots: 10 seconds Meanwhile turn on soundbar: 3 seconds Press Roku remote button: 3 seconds until it wakes up and repairs (remote still eats batteries) Open streaming app: 5-10 seconds Select profile: 3 seconds Scroll about looking for show: 5-20 seconds, or a minute to type it in Select the right episode: 3-10 seconds depending on if it's currently on the right season (somehow not always)…
Everybody complains about performance. Slow software feels like poison. Except, anything written with a large JavaScript framework is allowed to be slow. In fact slow as syrup is strongly encouraged. To prove it just ask the developers. Mention it could be 8-50x faster just by not using their favorite framework and note the response. Even better, show them a proof of concept and take note of their unemotional objecti…
Re: Floppy disks turn out to be the greatest TV remote for kids
#378Earlier quoted context omitted.
I clearly remember my grandfather telling me how much it physically hurt to learn a few years before his death. He was highly motivated and figured out a lot on his Android tablet but could only really try to learn for a few minutes every few hours.
I'm 40 and sometimes I feel the same. Should I be worried...
Re: Floppy disks turn out to be the greatest TV remote for kids
#379Earlier quoted context omitted.
They do not know any better, I suppose. Reading these threads just makes me wonder: if you guys have so many problems, why do you not torrent?
Torrenting is easy, but what are you goung to do with the torrented files then? Without additional external hardware you probably won't be able to play your downloaded files on your large TV, and most people prefer a laggy simple route over having to do more work. I do torrent from time to time, but the hassle associated with the whole process really highlights why streaming apps took over.
Re: Floppy disks turn out to be the greatest TV remote for kids
#380Earlier quoted context omitted.
Everybody complains about performance. Slow software feels like poison. Except, anything written with a large JavaScript framework is allowed to be slow. In fact slow as syrup is strongly encouraged. To prove it just ask the developers. Mention it could be 8-50x faster just by not using their favorite framework and note the response. Even better, show them a proof of concept and take note of their unemotional objecti…
Non-constructive reply: Developers have been burned too many times by snake oil vendors and "solutions" that only work for toy examples. Also, I've never seen being slow to be encouraged anywhere. Most consider it an acceptable tradeoff though. Constructive reply: What would be an approach to writing a large web frontend (large as in, many pages and controls) without using a large framework? I'm asking this because I…
My experience is with this: https://github.com/Dolibarr/dolibarr (what I currently work on is quite similar, but it's not open source).
It works fine. Clients don't complain about the interface. The project has been going on for 20 years or so now, and doesn't need big refactors every time a dependency gets updated because it avoids dependencies.