this post was submitted on 25 Oct 2023
844 points (90.7% liked)

Programmer Humor

32480 readers
325 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
[–] TrickDacy@lemmy.world 19 points 1 year ago (1 children)

Fuck a bunch of 50000 pixel tall images

[–] cupcakezealot@lemmy.blahaj.zone 13 points 1 year ago (2 children)

back in my day that took 3 hours to download

[–] r00ty@kbin.life 8 points 1 year ago (1 children)

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

[–] dan@upvote.au 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.

[–] TrickDacy@lemmy.world 5 points 1 year ago

In my day it looks like shit