this post was submitted on 22 Nov 2023
9 points (100.0% liked)

Programmer Humor

32373 readers
556 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
[โ€“] BlueMagma@sh.itjust.works 0 points 11 months ago (1 children)

You are forgetting the time it takes to copy the data to and from these cards. Data may be transported, but it is not usable until you copy it. Copying 20 TiB is probaply going to take some time

[โ€“] tryptaminev@feddit.de 0 points 11 months ago

you have the same problem with downloads though. In the end any download rate exceeding your disc write speed doesnt get you there faster.

ofc. you can write as you download, which makes things faster.