(no title)
jordz
|
3 years ago
Also agree. However, I do yearn to relive the days where one can load up a web page and start reading content, without being jarred by pop-ups and ads that inadvertently move the content post load (which of course happens 3 seconds later..).
marginalia_nu|3 years ago
You select the search bar, the keyboard takes a second to appear. You start typing, nothing happens because they've reimplemented the text box in javascript, and the script hasn't fully loaded yet. The script loads and the second half of the letters you typed appears in a letter by letter fashion. The page freezes and a suggestion box appears, every second or so the suggestions change to reflect the letters you typed earlier. You erase what you've typed. With every letter that changes, the page freezes a second as a new suggestion loads. When it freezes, it stops accepting letters, so there's a lot of erasing and re-typing. Alright, you're almost done typing... then the page freezes and the page turns grey, and a pop over loads. They want you to load fill out a satisfaction survey. You try to close it to continue, but the script handling the close button hasn't loaded yet so it doesn't work for a good 20 seconds.
If you want a picture of the future, imagine a javascript stomping on a human face -- for ever.
iamevn|3 years ago
ryandrake|3 years ago
1: https://news.ycombinator.com/item?id=30851371
todd3834|3 years ago