Last Notes
I already found the problem, there was an update on the https connections in which the IPFS gateways are now blocked because they do not meet the requirements of something called Cross-Origin Resource Policy (CORP).
I mean, now ipfs links are treated like bad links and the only way to make those files visible again is to set that up by hand
99% of the Europeans who settled north America had no slaves. Sub-Saharan Africans have been less than 8% of the population on this continent until after welfare was expanded. Asian immigrants were an even smaller minority. Less than 2% before the 1950s. The natives were sparse in number and are barely a footnote to the history of this civilization. Prehistoric hunter-gatherer tribes who had no civilization, had not invented writing or even stone work. The progressive revisionist history that claims America was many people all along is absurd. This civilization was settled and built by white men.
una de varias razones por las que no siento ninguna razon de querer enviar mis juegos a ninguna consola.
#nevent1q…w2cf
your project of running an ipfs node as a bloossom server still has a problem that in order for NOSTR clients to recover the files, they still need the gateway to work.
the only option I see to solve the problem is for NOSTR clients to also have the option to run an IPFS node and extract the CID from the link to retrieve it from that network if the gateways fail or close them.
Didn't I solve it ? Already
as soon as their existence was announced and a number of AI companies have already monopolized them all, so no one will be able to buy one XDXDXDXDXDXD asjajajsjajsjsajasahsasjasjasjajajasjas
#ipfs #chromium #nostr
llevo dias viendo como resolver un problema para poder hacer que los archivos que subi a ipfs otra vez los clientes puedan recuperarlos, y con viendo opciones de como hacerlos recuperables.
ahora siento como una sensacion de frustracion de ver que los navegadores limitan mucho que conexiones se pueden hacer, porque obtener archivos con un nodo separado es mas eficiente que tener que hacerlo en el navegador, probe helia y kubo para ver si se podia hacer que un cliente NOSTR pudiera recuperar archivos de la red IPFS usando solo su CID, pero el navegador parece bloquear y ralentizar que conexiones se pueden hacer.
en cambio hacerlo en un entorno separado en una aplicacion de escritorio parece que los recupera los archivos con mas facilidad
I have also been seeing how IPFS could be integrated into our clients and what you did is close to what I thought, that each client had its own IPFS node.
the reason is that lately I have noticed that the gateways that one uses to recover ipfs files may fail or close.
what I saw is that the links that one gives to recover those files already give the necessary CID to recover the file in p2p form without gateways, so the idea I was doing is to do the same thing that NOSTR clients do. With bloossom servers, if one gateway doesn't work, use another one that does work and if not, none there then extract the CID from the link and obtain the network file fragments using the node integrated into the client