My idea is not the end of the world, but when the Internet becomes so censorious that you can no longer access these things, where it is completely erased aside from your archive.
I think this is a big possiblity. Get on the I2P bandwagon:
A friend of mine made torrents out of my MATI archive, including 2018-2023 missing only the lost life is strange episodes. Let me know if I missed anything.
He only seeds it over I2P for whatever reason and I can't reliably seed anything, sadly this is the best I can do.
Attached is the torrents in case you want!
Your friend is absolutely giga-based and I will be seeding these. IMO i2p is the endgame for torrenting because with no risk to seeding there is no reason to not seed everything you've downloaded indefinitely. Combine this with a DHT scraper and even if your tracker got fucked everything could still be found. The i2psnark devs need to add functionality to move already downloaded torrents already.
In that situation you may want
OnionShare, which will allow you to discreetly share said censored content.
Onionshare is also based as fuck because it's a direct transfer that just werks because all the routing is taken care of by TOR. I wish the tor project would put some resources into it (and onionchat) because it has the potential to be something that more convenient than alternatives. Need to quickly share a 250mb file with one person? Email won't do it, setting up sftp or something is a pain (and might be impossible if behind CGNAT), there's mega and shit but then they have a copy but onionshare? just fuckin' werks.
I'm curious, could yt-dlp somehow run sponsorblock on already downloaded videos based on the ID automatically appended to the filename?
The program is rediculously versatile so it doesn't seem too much of a pipe dream.
I'm pretty sure yt-dlp already has sponsorblock functionality. You can have it just mark the segments from sponsorblock or even auto-remove them from the ffmpeg job to merge the files. It should be in the docs.
I've recently begun pirating and formatting (transcoding, subbing and fixing the metadata) many shows and movies I'd like to preserve so I can talk a little bit about that.
Opus really is the endgame audio codec beating any other codec over a wide range of bitrates and having very low latency, however, I've chosen to use AAC instead since it's a lot older and enjoys more support, for example, Windows media player can't play MP4 files with opus audio.
View attachment 6149012
Regarding video codecs, I've chosen to use AV1 as it's FOSS, enjoys wide support and is the second most efficient video codec behind VVC/h266 which nobody seems to care about. HEVC/h265 requires a paid decoder to be played on Windows and
isn't well supported so no thank you.
I'm sorry but anyone intentionally using windows media player, buying a h265 codec from the windows media store (meaning you have an online MS account(!) and gave them your credit card(!!)) or worse making archival decisions
based on windows media player is an utter fucking retard. Ideally you wouldn't be re-encoding things with lossy compression but if you need to to save space you should go with the most efficent codec available. Support for older devices can easily be provided by live-transcoding to older codecs from your nas/plex/jellyfin/whatever.
For "on-grid" data backups, I currently have two direct attached storage devices, one QNAP TR-004 with 8 TB HDDs setup in a RAID 5 config. This gives me 24 TB of net storage.
The other is the Terramaster D8 Hybrid. I don't have all of the bays filled yet, but I'm running this as just individual drives. I'm not a huge fan of this one. If you want to use it for just individual drives / JBOD it's probably good to go, but it is definitely not meant for RAID config. It has 4 HDD bays, and 4 NVME slots. The NVME slots can't be run in RAID mode though and have slow read speeds, atleast based on my use.
Hot take: literally every "NAS appliance" is a scam. Just looking at
this is laughable. "Micro processor with hardware RAID" (aka some under powered arm garbage) ? "NAS storage (EXT4)External hard drive (EXT3, EXT4, NTFS, FAT32, HFS+, and exFAT) Note: To use exFAT QNAP NAS you must purchase an exFAT driver license from License Center." or in other words "no checksumming filesystem and we're going to make you pay extra for exFAT for some bizzare reason". What happens when that breaks? Do you have to buy another thing from qnap instead of just moving the drives to another PC? What if they don't sell them anymore?
Hardware raid on top of a filesystem without checksums? And this shit is 220$?
Get a used optiplex out of the trash and a 30$ case that you can fit 8 harddrives in. Put linux on it, setup a btrfs array, install samba.
- Wikipedia has a whole page on how to dowload wikipedia (Though I'm pretty sure most of wikipedia is completely useless)
- HTTrack can be used (with varying levels of success) to archive websites
- WikiTeam is a tool for archiving wikis. Can be used to download Wiki dumps (Wikipedia, Wikibooks, Wikinews, etc)
- Kiwix is another offline wiki tool. Has smaller file sizes than the dumps released by the wikimedia foundation, and includes WikiHow, iFixit, Khan Academy, Stack Overflow, Ted Talks, WikiMed, among a bunch of others. You can easily pick and choose which wikis to download through a ui. Can also be run as a server.
- You can also download text-only dumps of those xyz.fandom.com wikis. I guess if you just really need 40k lore in the apocalypse?
I had no idea I could get dumps of stack overflow! This is super helpful.