Anon 07/08/2024 (Mon) 06:03 No.10634 del
>>10586
YouTube channel Velvet_Skies_UCylDdgi0Ao2ulmKUXbtlQqg is in here (dl+share=done,redundant=todo):
https://gateway.pinata.cloud/ipfs/bafybeibazt5rxtnbtvxi7z4243p6y43po32zwf5w7t2mt7mqa3hiuigare

(In early 2024-07-07, I noticed that https://ipfs.io/ipfs/[cid]?format=car redirects to https://trustless-gateway.link/ipfs/[cid]?format=car ; in the past there was no redirect when asking ipfs.io for a CAR file.)

>>10623
>rentry.org/4ehu6fm3
Text file got messed up because that pastebin thing adds CR bytes to it (LF->CRLF).
>code markup
Unintentional: due to markup from that rentry paste.

>>10599
>oom'd
Could've probably pulled more tiny files out of a repo if I'd ran this in offline mode instead of what I did (also online->oom'd):
$ ipfs repo ls | head -n8123456 | xargs -d "\n" sh -c \
'for args do size=$(ipfs files stat /ipfs/$args | grep \
CumulativeSize | sed "s/.* //g"); if [ $size -lt 150000 ]; \
then echo $args; fi; done' _ >> repo_ls_8123456.txt