>>/11276/
I have that FIM DVD ISO, just never posted about it in /pone/ before:
https://ipfs.hypha.coop/ipfs/bafybeidwqk544zxtw3ixnkotfnnd2rvfeehgsiq6spzyzvvqybcbrxm3ji/by_infohash/0c5fbbaf6235cdbb639c3fe5c177701ae567e0ba
Concerning thing about IPFS:
> $ ipfs cat QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
> mmm
> $ xxd .ipfs/blocks/KL/CIQJQXV6WCXW2E6WAU4XYUDEDYGIHQOWVME3OIC47H6VTELZTOP5KLA.data
> 00000000: 0a0a 0802 1204 6d6d 6d0a 1804 ......mmm...
> $ sed -i "s/mmm/flp/g" .ipfs/blocks/KL/CIQJQXV6WCXW2E6WAU4XYUDEDYGIHQOWVME3OIC47H6VTELZTOP5KLA.data
> $ xxd .ipfs/blocks/KL/CIQJQXV6WCXW2E6WAU4XYUDEDYGIHQOWVME3OIC47H6VTELZTOP5KLA.data
> 00000000: 0a0a 0802 1204 666c 700a 1804 ......flp...
> $ ipfs cat QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
> flp
> $ ipfs pin add QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
> pinned QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio recursively
> $ ipfs pin verify
> $ # all ran offline
That shows that bits were flipped in the .data files: simulated corruption. ipfs pin commands (incl. the verify one) didn't catch that, and neither did a gateway:
. correct: http://archive.today/2024.11.03-204105/https://ipfs.hypha.coop/ipfs/QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
. incorrect: https://archive.is/2024.11.03-204439/http://ponypalsh4y6olziyjlswfv674utokqhz3y6beym2erqtstcgadmacid.onion:8080/ipfs/QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
It's this (not flp->QmYb...SQio):
> $ echo mmm | ipfs add
> added QmYbSUMaromwPd9JRMgSqLHV57iz8Wj6VXYth4qa1NSQio
So for now, it seems like BitTorrent has better data verification.