Same thing with whatshisface that runs Microsoft.
There was an article recently about how he "enjoys podcasts"... by feeding the transcript of the podcast into the AI, letting it summarise it, and having a conversation with the AI about the podcast on his commute to work.
Comically missing the point that a podcast is a performative medium; the presenter(s) telling you the story is a part of the artform, which you've just lost. Turn off tech-bro brain, just for a minute, and actually engage in the product as it was intended.
It just boggles the mind, do they really think they've stumbled on some sort of secret the rest of us have been sleeping on?
Just this past Friday I had a pile of boxes I had to scan barcodes on. Two barcodes per box.
The issue was the form did nothing when you pressed enter, and required tab to get from the first field to the second (a 2nd tab would start a new row, so it was at least equipped for multiple entries).
Most barcode scanners, if you're unfamiliar, insert a linefeed character (ASCII 0x0A) after each successful scan.
It took me an unbearably long time to read through the 250 page user guide / programming manual for our barcode scanner to figure out how to change this to tab (0x09). It required no fewer than SIX barcodes to be scanned; enter programming mode / modify suffix / 0 / 9 / validate / save, which were spread across three pages of the manual (fortunately it had links, because also >100 pages apart).
It was worth it in the end, but it would have taken 5 minutes for them to code it to allow enter to switch between fields. This workflow is the only thing this site does, it's unreasonable to expect people wouldn't be using a barcode scanner.