>I remember using the Up/Down/Left/Right navigation (and full-screen re-renders) in Mapquest pre-google maps.
Web apps sucked then, and they still suck today. The only difference between then and now is the decades of development effort that has been wasted trying to make JavaScript fast enough to mimic old applications.
I used MS Streets & Trips[1] in the same era, and it was awesome. It worked offline (something Google maps only got recently, and it sucks pretty bad at it), the search for POIs along a route was wicked fast, and it supports the author's purported use-case of mapping out a whole trip.
This shit ran blisteringly fast on a Windows 2000 laptop w/ no internet connection & 256MB of RAM. Now I'm expected to have an always on connection & I need gigabytes of RAM just to accomplish the same thing inside a web browser. -- I've missed many a turn because "navigation apps" assume LTE coverage is perfect; which is just not the case for many parts of the midwest. So I'm resigned to using a dedicated GPS unit.
You'll click through results in these catalog apps and there's sometimes seconds of delay because they're doing completely unnecessary shit like querying inventory at peering libraries. It wastes cycles and network round trips trying to answer a question I didn't even ask. (Inventory levels of a given title.) -- Browsing a digital card catalog is literally the perfectly indexed dataset computers dream about, and somehow people have gone and managed to make that excruciatingly slow.
It's gotten so bad I usually just go talk to the librarian if they're not busy, since their interface to the library's inventory typically looks more like the one's referenced in the article.
Web apps sucked then, and they still suck today. The only difference between then and now is the decades of development effort that has been wasted trying to make JavaScript fast enough to mimic old applications.
I used MS Streets & Trips[1] in the same era, and it was awesome. It worked offline (something Google maps only got recently, and it sucks pretty bad at it), the search for POIs along a route was wicked fast, and it supports the author's purported use-case of mapping out a whole trip.
This shit ran blisteringly fast on a Windows 2000 laptop w/ no internet connection & 256MB of RAM. Now I'm expected to have an always on connection & I need gigabytes of RAM just to accomplish the same thing inside a web browser. -- I've missed many a turn because "navigation apps" assume LTE coverage is perfect; which is just not the case for many parts of the midwest. So I'm resigned to using a dedicated GPS unit.
[1]: https://www.youtube.com/watch?v=4YO_KGdsUm4
---
On the topic of library catalogs:
You'll click through results in these catalog apps and there's sometimes seconds of delay because they're doing completely unnecessary shit like querying inventory at peering libraries. It wastes cycles and network round trips trying to answer a question I didn't even ask. (Inventory levels of a given title.) -- Browsing a digital card catalog is literally the perfectly indexed dataset computers dream about, and somehow people have gone and managed to make that excruciatingly slow.
It's gotten so bad I usually just go talk to the librarian if they're not busy, since their interface to the library's inventory typically looks more like the one's referenced in the article.