Kubo is absolutly amazing, is there a group of people interested in keeping kubo alive? If so I'd love to join that conversation
IPFS Maintainers Winding Down
221–226 of 226 posts
Re: IPFS Maintainers Winding Down
#222I publish all of my music in ways that are pirate-friendly, which for the moment just means Bit Torrent and IPFS. See: https://pickipedia.xyz/wiki/Cryptograss:Delivery-kid If IPFS is starting to wane, does anyone else have a suggestion of a replacement about which I might start to educate my fans?
Re: IPFS Maintainers Winding Down
#223Earlier quoted context omitted.
That's not what we were talking about here. But as long as we're on this tangent I hardly think using a VPN constitutes a high bar to clear. There are still plenty of jurisdictions remaining in the world that in practice don't care to enforce copyright law against individuals (or sometimes at all).
Most western governments are currently in the process of making anonymous VPNs illegal.
Re: IPFS Maintainers Winding Down
#224Earlier quoted context omitted.
In the case of the bay area yacht club you would have owned the right to be a member of the yacht club
So they have a cool club for yachting but ruin it with geeky digital tokens
Re: IPFS Maintainers Winding Down
#225Earlier quoted context omitted.
Hmm I thought the asset is the block chain entry because that's what you have the key to, that you can re-sell to someone else. It's like crypto, no?
The asset is more akin to a deed or a claim. Most NFTs are images hosted on S3 or IPFS. The blockchain entry is metadata with a pointer to the hosted asset.
Re: IPFS Maintainers Winding Down
#226Earlier quoted context omitted.
I love Iroh but it doesn't quite work the same as IPFS if I understand correctly.
If you want to compare iroh with something out of the IPFS world, iroh is basically "what if you build libp2p on multipath QUIC". If you want full ipfs functionality, we have a number of protocols you can combine: blobs https://github.com/n0-computer/iroh-blobs and gossip https://github.com/n0-computer/iroh-gossip . There is one thing we do not have yet - global content discovery. The reason for this is that so far w…