thumbnail of 3070A733-219B-46F2-A0A0-837F614A8D05.png
thumbnail of 3070A733-219B-46F2-A0A0-837F614A8D05.png
3070A733-219B-46F2-A0... png
(145.81 KB, 1071x602)
 >>/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