there’s many things which piss me off about modern web design practices but the worst one would be interfaces which show you a list or table of some small item and force you to look at this shit with pagination of like 50 items at a time
and then you try clicking previous and next to actually find whatever it is that you’re looking for and pray to all gods that this thing isn’t too dumb to remember where it was and is going to just return some random items from the middle
motherfuckers will pour megabytes worth of javascript down your pipe, but sending more than a few kilobytes worth of actual payload is too much bandwidth for them
anyway this rant brought to you by my attempt of looking at a PR review on github and being stuck trying to figure out how to load more than 40 comments at once
you know what is good at handling large amounts of text at a time? computers. you should try it sometime. it’s kinda amazing how much text you can fit in a few hundred megs of RAM.