I think that Blossom can be "the IPFS that works", but just in theory. I haven't seen its magical link-resurrection capabilities working in practice. Maybe a simple start would be an app where you can post a Nostr event reference and it would do the appropriate Blossom link-replacing there for you, in case you're on a client that doesn't do that automatically. nostr:nevent1qqsvwjkaj8j2cd77cvmjsnfxj4l0r4z7fwagd7s80hdrdzf8wcglj0cppemhxue69uhkummn9ekx7mp0qyfhwumn8ghj7mmxve3ksctfdch8qatz9uuq85vg
Can you link me to a good resource for digging into blossom?
It's this. It's allright, useful for prototyping, but wont compete with ipfs. https://github.com/hzrd149/blossom
The Blossom specs are not clear on its potential. This is better: https://www.youtube.com/watch?v=ksFndK4BZME
how about this pull https://github.com/nostr-protocol/nips/pull/1532
It's not bad but I think Blossom is superior because most of the time clients can just do the simple dumb thing and load an image from a URL (which they already do) instead of having to load a NIP-94 event.
From what I've looked into, I'd want to use Blossom on @DEG Mods for users to host their game mod files at, and fans of the game mod would also see a button to get a copy and share it with others upon request, where the idea is to help increase the censorship-resistant and archive chance of these files. I'd think that'd be a good use of Blossom, for downloading verifiable files, but I'm not sure about viewing media. Images, I think that'd work. Videos? I'm not sure on that.
Npub.pro stores theme assets on blossom servers and auto-switches if link isn't working.
Alex Gleasson did a great job with blossom uploader for nostrify(as a ditto can store media there), which script I am using to bot upload random media to blossoms(including my own), and the bot posts the link in notes on feed of whichever responds first. These links to media in note work even if the said blossom(from the domain in note link) is down as it finds the other blossoms upstream, same hash (which is how a blossom-server is configured to work) and still runs the media. That is working in clients as we speak, the only problem is with clients that need the media extention to display, link still works. The bud that you are looking for is 04 as option which is for mirroring of the blobs instead of reuploading everywhere.