Remix.run Logo
dave78 2 hours ago

Jeff mentioned in his video that just loading the front page of CNN would take something like an hour and a half (20+ MB).

33.6Kbps is not practical for much on the modern Internet in 2026. As mentioned in a sibling comment, Starlink (even in standby mode) would be much better. lite.cnn.com would load in about 10 seconds which is pretty good, but there's not much else like it left anymore.

What's amazing is how great the Internet in the 1990s managed to be despite these limitations. Just like with RAM and disk space, developers back then had to be very mindful of bandwidth - today's devs (and agents) have the luxury of paying much less attention to that.

j45 an hour ago | parent [-]

There are services which will remove all but the text when browsing and make it greatly lighter.

20+ mb is the weight of all the javascript javascripting, ultimately to arrange and display an html page.

ssl-3 6 minutes ago | parent [-]

20+ mb is also the weight of rendering the HTML inside each client, instead of at the server. It is the weight of continuous disdain for users, and of 30 years of not giving a fuck about adding yet another abstraction layer and making it someone else's problem.