Re: [tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-19 Thread Xavier Maysonnave
Hi Chuck, You need an Ens capable browser. Either install MetaMask on Firefox, Chrome or Chromium or use https://bluelightav.eth.link to reach the wiki. In my previous answer I provider an Ipfs link. Worth to try it too. Once you reach the wiki there is a full documentation. The readme on GitHub

[tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-19 Thread Chuck R.
When I try to reach bluelightav.eth I get an error "Could not find IP address". It might be blocked by my DNS server or something at work. My work seems to use a third party DNS blocker of some kind. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

Re: [tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-18 Thread Xavier Maysonnave
Hi Mark, No issue on my side. Did you try https://bluelightav.eth.link ? Here is the Ipfs permanent link : https://gateway.ipfs.io/ipfs/QmThBQeDdiu67FRo9wUYRJsLksfTY5CcX91ArvDHMtCTPi/ Thanks for your feedback. Warmly “Matter is Energy. Energy is Light. We are all Light Beings.” - Albert

[tw5] Re: Ipfs with TiddlyWiki v0.2.9 is available

2019-12-18 Thread 'Mark S.' via TiddlyWiki
On Wednesday, December 18, 2019 at 8:24:08 PM UTC-8, Xavier Maysonnave wrote: > > https://bluelightav.eth > > Always times out for me. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-12 Thread Xavier Maysonnave
Hi Hans, Thanks for your interest. Any contributing effort is always welcome. Warmly Le lundi 11 novembre 2019 20:55:04 UTC+5:30, HansWobbe a écrit : > > Xavier: > > You comments in this thread are very interesting to me. The concept of > "immutable" IPFS servers is one that I believe is

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-11 Thread HansWobbe
Xavier: You comments in this thread are very interesting to me. The concept of "immutable" IPFS servers is one that I believe is sufficiently interesting that I may be able to set one up early next year. In the mean time, I'll review some of the links you've provided and try to learn enough

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Hi Tony, The principles you described is called pining. By default everything you add is pined however behind the scene Ipfs implements several feature. As far as I remember pined resources are not garbage collected however I provide a feature call unpin who can unpin previous version when saved.

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Post script; And could we publish each tiddler independently, at least select ones. Regards Tony On Monday, 11 November 2019 17:43:58 UTC+11, TonyM wrote: > > Xavier > > Thanks, I am still a little out of my depth but I am very interested in > the futures in this. I have some background

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Xavier Thanks, I am still a little out of my depth but I am very interested in the futures in this. I have some background knowledge of blockchain. It means that everyone can save and get a new copy. Does that mean that the IPFS server will retain every saved version or are the old ones aged

Re: [tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Hi Tony, Right now this is the standard behavior as the File saver. It means that everyone can save and get a new copy. When you save your wiki, the whole content is stored on Ipfs. However you can store your attachments individually over Ipfs, encrypted or not. Ipfs files are immutable it

[tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread TonyM
Xaiver, Thanks for those references. When using IPFS; - Does it save the whole wiki as a single file, or as independent tiddlers? - Is there a way to control who can save and who can't? - Will we be able to save data such as current logged in user and deal with possible

[tw5] Re: Ipfs with TiddlyWiki

2019-11-10 Thread Xavier Maysonnave
Dear Friends, Following Tony's request here a few links about Ipfs. Ipfs stands for Interplanetary File System. Basically this a decentralized distributed file system. https://ipfs.io/ https://en.wikipedia.org/wiki/InterPlanetary_File_System https://blog.cloudflare.com/distributed-web-gateway/