Oddbean new post about | logout
 I'm looking for the best way to store PDFs, for now I'm testing IPFS. The next step is to integrate into nostr and find an optimized way to classify papers through notes to facilitate the search.

Another point is the author's lightning address, I think it's important to facilitate possible donations directly to the authors. For now I just added the field, I need to think about implementing this.

As always, I'm open to suggestions!

#grownostr #nostr
https://video.nostr.build/3a283ee69162376a3be52fb90f8280b37404fcd5de98e460efc79d2bc3ae63da.mp4 
 Sounds interesting 🤔 
 If you have any suggestions please write to me! 
 This looks great!! 
 Why bother with IPFS? There's blossom / nip 96 
 This is the next step, I did it with IPFS because it was easier at this time of testing. 

Do you have experience working with NIP96? I wanted to clear up some doubts. 
 @verita84

@The Fishcake🐶🐾

can help. Blossom is fairly easy to host 
 
 Thank you very much!! 
 Blossom is cool. The only bad thing is that it has a limitation on how long files can exist since they were last accessed before they are deleted. Nothing can be forever. 

Do you need help running blossom or do you want to use my blossom server at https://blossom.poster.place/drive ? 
 Thank you very much, I am only concerned about the issue of the files' lifetime. Some studies may never be accessed, but I still need to maintain them. Is there any way to prevent the file from expiring? 
 @hzrd149 blossom candidate 👆 
 @leo added you to the whitelist of my blossom server if you want to test it out https://cdn.hzrd149.com/
Feel free to upload any files to test. my server will only delete files if they have not be accessed in 10 years

If you want to use it in your app you can use this helper library https://www.npmjs.com/package/blossom-client-sdk or check out the example here https://github.com/hzrd149/blossom-server/blob/master/public/upload-form.js
You can also use the `k:10063` event to check which servers the user uses https://github.com/hzrd149/blossom/blob/user-server-list/buds/03.md

If you want to setup your own server, there are a few implementations here https://github.com/hzrd149/awesome-blossom 
 Thank you very much, this will help me a lot. I'll try to test it this week. I'll take a deeper look at the implementations!!! 🙂

I'll let you know the progress here 
 white list me too