this post was submitted on 04 Jun 2025
347 points (96.8% liked)

Programmer Humor

25395 readers
2519 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Redkey@programming.dev 9 points 1 month ago (4 children)

For 2, one of the few pieces of Windows software that I haven't been able to replace in Linux is GetRight. Many HTTP servers support downloads starting at an offset from the beginning of the file, and GetRight uses that to allow download pausing and resumption.

It was a real life saver back when I had an extremely flaky Internet connection.

[–] RaccoonBall@lemm.ee 10 points 1 month ago (1 children)

Wow, getright! That's a throwback. I used that in the 90s.

On linux I use aria2c for similar tasks. It can resume http downloads, as well as split them up into multiple threads for faster downloading.

It's cli-based and powerful (therefore perhaps a bit confusing at first), but there are UIs for it as well for a more get-rightty experience.

I think jdownloader also has some application here, though it's mostly for getting things from those ad-filled file hosting sites frequently used by those on the high seas

[–] Appoxo@lemmy.dbzer0.com 0 points 1 month ago (1 children)

Why would you multithread it except for heaving mutiple paths of entry to your home connection or you are getting a throttle from the file hoster?

[–] RaccoonBall@lemm.ee 1 points 1 month ago

Basically that. I don't do it much anymore, but it used to be helpful.

[–] mmddmm@lemm.ee 10 points 1 month ago

Firefox does that out of the box.

[–] squaresinger@lemmy.world 3 points 1 month ago

Have you tried JDownloader?