this post was submitted on 05 Jun 2024
225 points (97.1% liked)

Showerthoughts

28927 readers
1132 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BigDanishGuy@sh.itjust.works 4 points 2 months ago (1 children)

There's a limit for file size on the Usenet

No, there is no limit on the file size on usenet. There's a limit on the individual article size, but larger files just require more articles.

The reason why files were split on usenet was completion and corruption, and probably also media size originally. Say you need to post a 700MB file to alt.binaries.erotica.grannies.diapers, then you could just split those 700MB into 477867 articles of 1.5kB each, but if a single article is then corrupted or dropped, then nobody can get the file. If you split the 700MB into 35 files of 20MB each, and each 20MB file into 13654 articles, then a dropped article only corrupts a single file. Add to that, that completion issues often occured (or is it occurs? it's been a long while since I got my Linux iso files from usenet) close to each other. So there might be a bunch of corruption in a single file, but everything else is fine. This is useful if your main provider was your ISPs complimentary usenet server, and you only got the rest from a pay by download service.

About the media comment earlier, I can't be sure. I wasn't around in the early days, but I know that the 700MB file size for movies came from the limitations of CDs. Splitting files can quite possibly stem from some similar restrictions on a removable media.

You can thank WinRar for powering the entire sharing scene for decades

And the saints behind winrar for only bugging you to pay. TBH first time installing 7z on a new windows install, instead of winrar, felt a bit sad.

[โ€“] Anticorp@lemmy.world 1 points 2 months ago

Yeah, meant article size. I said file size to simplify the point and not get too heavy into how the Usenet works, but you explained it perfectly.