There is a related problem where many browser-based productivity tools follow design principles from websites that are trying to get clicks. For example, I commonly run into DB interfaces at work that will return, say, 10 (or 25, or other small number) results per page. Now, it’s good design to not let a query that returns, say, a million results, crash the browser. But, if a few hundred, or even a few thousand, results will display within milliseconds, why make me page dozens (or hundreds) of times? (I’m looking at you, GitHub commit history!)
Another example would be Microsoft Office’s long history of making design choices that optimize increasing “engagement with the tool” rather than making the tool unobtrusively facilitate the task. They got rid of Clippy, but now they’re into obnoxious pop-ups that are designed to call attention to some new gadget or feature.
The “click” economy has had pervasive effects on the software industry.
There is a related problem where many browser-based productivity tools follow design principles from websites that are trying to get clicks. For example, I commonly run into DB interfaces at work that will return, say, 10 (or 25, or other small number) results per page. Now, it’s good design to not let a query that returns, say, a million results, crash the browser. But, if a few hundred, or even a few thousand, results will display within milliseconds, why make me page dozens (or hundreds) of times? (I’m looking at you, GitHub commit history!)
Another example would be Microsoft Office’s long history of making design choices that optimize increasing “engagement with the tool” rather than making the tool unobtrusively facilitate the task. They got rid of Clippy, but now they’re into obnoxious pop-ups that are designed to call attention to some new gadget or feature.
The “click” economy has had pervasive effects on the software industry.
You don’t think the GitHub thing is about reducing server load? That would be my guess.
No that should be one of the fastest and most cachable queries