May 26, 2026
Download drama, now with fax flashbacks
Show HN: Rapel – chunked resumable downloads in unstable networks
This download fixer sparked nostalgia, nitpicks, and one savage BitTorrent joke
TLDR: Rapel is a new app that saves interrupted downloads and resumes them later, aimed at people with unreliable internet. Commenters loved the practical idea and the old-school nostalgia, but also roasted the code, questioned edge cases, and joked it’s basically BitTorrent with commitment issues.
A new tool called Rapel promises something gloriously simple: if your internet flakes out mid-download, it can pick up where it left off instead of making you start all over again. It splits big files into pieces, keeps track of progress, and can even run little follow-up actions after each piece finishes. On paper, that sounds practical. In the comments, though, it turned into a full-blown mix of nostalgia, code review energy, and drive-by comedy.
The warmest reaction came from people who immediately saw real-world uses, especially the feature that lets you trigger an action after each chunk finishes. One commenter was already imagining cloud backups and custom workflows, but also tossed in the classic serious question: what happens if the file changes halfway through? That set the tone—people liked the idea, but they wanted proof it could survive real-life chaos.
Then came the emotional left turn. One user compared it to GetRight, the old-school download manager that rescued files during the dial-up era, complete with a vivid family-fax-interrupting-the-internet story. Suddenly this wasn’t just a utility; it was a throwback to the bad old days when one phone call could destroy your evening.
And because it’s the internet, the compliments were quickly balanced by sharp elbows. One commenter spotted confusing code and dead variables, basically delivering a mini audit in public. Another dropped the funniest insult of the thread, calling Rapel “a half implemented BitTorrent client.” Ouch. The vibe? Clever idea, useful for shaky connections, but the crowd is already stress-testing it with jokes, scrutiny, and a surprising amount of affection.
Key Points
- •Rapel is a chunked HTTP downloader that supports resuming interrupted downloads.
- •The tool stores chunk metadata in a single `.rapel-state.json` file and supports graceful shutdown with resumable progress.
- •Users can configure chunk size, retry behavior, proxy usage, concurrent downloads, and optional automatic merging.
- •Rapel supports post-part hooks that run custom commands after each chunk completes.
- •The software is described as cross-platform, supporting Linux, macOS, Windows, FreeBSD, and Raspberry Pi ARM builds.