Oh the irony.
Show HN: I built a peer-to-peer publishing platform
31–40 of 58 posts
Re: Show HN: I built a peer-to-peer publishing platform
#32Page stalls at "Loading from peers......." Oh the irony.
Re: Show HN: I built a peer-to-peer publishing platform
#33This is pretty nifty! Out of curiosity, why did you choose WebTorrent over, say, IPFS? I considered doing something similar using their JavaScript client[0]. [0]: https://github.com/ipfs/js-ipfs
> DHT (automatic content discovery) and Circuit Relay (pierce through NATs and dial between any node in the network) are two fundamental pieces that are not finalized yet.
Another reason was that I had to still run an IPFS node if articles should be made available for more than 8 hours. I didn't want to do anything with storing articles.
Re: Show HN: I built a peer-to-peer publishing platform
#34Good idea. If there were some way to store that data in a more permanent form, that would have been awesome. Either way, a small nit. > Peerdium would not have been possible with WebTorrent, QuillJs and Vue.js I think you meant "Peerdium would not have been possible WITHOUT WebTorrent, QuillJs and Vue.js"
Re: Show HN: I built a peer-to-peer publishing platform
#35Re: Show HN: I built a peer-to-peer publishing platform
#36"This means to open and read a post in Peerdium at-least 1 other person should have the tab opened of the post" Are you running a server hosting 1 instance of each document so that there is always at least 1 other person hosting the page?
Re: Show HN: I built a peer-to-peer publishing platform
#37ehh... what a naming. For russian speaking people it strongly co-sounds with "fart". ;) Please consider to rename it if platform targets worldwide.
If there is demand for the service I will try renaming the project :)
Re: Show HN: I built a peer-to-peer publishing platform
#38Doesn't seem to load on ios + safari
Re: Show HN: I built a peer-to-peer publishing platform
#39ehh... what a naming. For russian speaking people it strongly co-sounds with "fart". ;) Please consider to rename it if platform targets worldwide.
Thanks for letting know. There is already an issue open for this in the repo https://github.com/hackerkid/peerdium/issues/2 :) If there is demand for the service I will try renaming the project :)
Re: Show HN: I built a peer-to-peer publishing platform
#40Good idea. If there were some way to store that data in a more permanent form, that would have been awesome. Either way, a small nit. > Peerdium would not have been possible with WebTorrent, QuillJs and Vue.js I think you meant "Peerdium would not have been possible WITHOUT WebTorrent, QuillJs and Vue.js"
Interestingly, I suppose the Peerdium model means it can't be updated now? A new, corrected page could be published, but it would have a different identifier and would have to be re-seeded.