this post was submitted on 25 Oct 2023
865 points (90.6% liked)

Programmer Humor

36460 readers
149 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 2 years ago (2 children)

back in my day that took 3 hours to download

[–] [email protected] 8 points 2 years ago (1 children)

And someone would pick up the phone 30seconds from the end, and there was no resume!

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

there was no resume!

IMO the HTTP Range header (the thing that lets you resume downloads) was one of the best innovations back then. It let the client tell the server where to start the download from, and how much of the file to download. This means it also let you speed up downloads by downloading multiple pieces in parallel. I used to use a program called GetRight and loved it.

We still split up downloads like this today. These days, internet connections are often fast enough that you can't reach full speed with a single connection, so speed tests and things like Steam will open multiple concurrent connections for their downloads to maximize download speed.

[–] [email protected] 7 points 2 years ago

In my day it looks like shit