this post was submitted on 25 Oct 2023
884 points (90.8% liked)

Programmer Humor

32356 readers
1021 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] 8 points 1 year ago (1 children)

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

[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year 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.