Anon 04/10/2024 (Wed) 16:06 No.10154 del
Have you been to maremaremaremaremaremare.com? I saw a WARC of that here -- https://gateway.pinata.cloud/ipfs/bafybeie56zxniyjqrcrd4dvcxkomxlnccwus6ljsdqy4vnvinzktdpc7qq -- when pinning web3.storage folders in HPC. Due to changes in 2024 (such as >>9711), web3.storage remote pins have become degraded or have disappeared. I repinned more than 400 of those folders of mine from online and local backups. It was a pain to do because I maybe wasn't using the right HDD, but probably less of a pain compared to trying to restore data from some traditional cloud storage website that poofed out of existence or deleted all of your files due to inactivity. This is the settings that web3.storage used for files and probably also folders:
>$ h=https://bafkreig2tpcfpvngfzusjgj24olnzu6gbenu6uow5ilxzjgtpzijtyu2xa.ipfs.w3s.link/?filename=DzVGLMVXcAU9i4Z.jpg
>$ curl -kL "$h" | ipfs add -wr --cid-version=1 --raw-leaves --chunker=size-1048576 --stdin-name=DzVGLMVXcAU9i4Z.jpg # IIRC, didn't use -H
>[...]
>added bafkreig2tpcfpvngfzusjgj24olnzu6gbenu6uow5ilxzjgtpzijtyu2xa DzVGLMVXcAU9i4Z.jpg
>added bafybeihrcmxewkwartarqllntwrkflbz4gqnz2landj3vykv4hbylknhbu
>[...]$ # --cid-version=1 implies --raw-leaves (docs: "Passing version 1 will cause the raw-leaves option to default to true.")

Other criticism of web3.storage: wasn't nice to Tor users. E.g., not allowing access:
>$ TZ=UTC torsocks wget --spider "https://bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link/ipfs/bafybeicvwkcqjdxydhqgkyvdkbq554vtc3cm4tgajtjqdbcmhk5es47ys4?filename=PP%20RAP%20V1%20MLP%20422.mp3"
>Spider mode enabled. Check if remote file exists.
>--2024-04-10 15:53:58-- https://bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link/ipfs/bafybeicvwkcqjdxydhqgkyvdkbq554vtc3cm4tgajtjqdbcmhk5es47ys4?filename=PP%20RAP%20V1%20MLP%20422.mp3
>Resolving bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link (bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link)... 104.18.41.169
>Connecting to bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link (bafybeigaglxnpuxw2izzr3dw54hwzoojgteqqivlf7ylepnmurxjhq2fq4.ipfs.w3s.link)|104.18.41.169|:443... connected.
>HTTP request sent, awaiting response... 403 Forbidden
>Remote file does not exist -- broken link!!!
>\$ # Sometimes, it looked like files would only show up in an HTTP gateway (no Tor) and not in IPFS. I had ~hundreds of folders remotely pinned to web3.storage, where the oldest are ~early 2023.

Message too long. Click here to view full text.