Earlier quoted context omitted.
I agree. This is the biggest technological issue for zeronet imo. Every time there's a change to the db you need to download a whole new copy afaik. Ideally you'd use a log based store. To do this you need to fundamentally change your idea for how a website works. With a distributed log store chances are you won't have the same data as another person.
Just a minor correction: if you provide a stable API for querying the database, you can ignore the technological details on the caller side, the website.
ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
61–70 of 79 posts
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#62Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#63Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#64Is the content I would host visible to me? How could I avoid to host child pornography? I'm eligible for hosting such a content im not aware of? That's the questions I would like to get answered.
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#65Earlier quoted context omitted.
Just a minor correction: if you provide a stable API for querying the database, you can ignore the technological details on the caller side, the website.
WHat's stopping governments to just kill access to the api?
https://docs.datproject.org/faq - https://beakerbrowser.com/ - https://github.com/bunsenbrowser/bunsen
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#66Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
I agree. This is the biggest technological issue for zeronet imo. Every time there's a change to the db you need to download a whole new copy afaik. Ideally you'd use a log based store. To do this you need to fundamentally change your idea for how a website works. With a distributed log store chances are you won't have the same data as another person.
> The two systems also have a number of differences. Dat keeps a secure version log of changes to a dataset over time which allows Dat to act as a version control tool. The type of Merkle tree used by Dat lets peers compare which pieces of a specific version of a dataset they each have and efficiently exchange the deltas to complete a full sync. It is not possible to synchronize or version a dataset in this way in IPFS without implementing such functionality yourself, as IPFS provides a CDN and/or filesystem interface but not a synchronization mechanism.
Above quote is from "How is Dat different than IPFS?" https://docs.datproject.org/faq
The Dat web can be browsed on Desktop with Beaker Browser https://beakerbrowser.com or on Android with Bunsen Browser https://github.com/bunsenbrowser/bunsen.
* Disclaimer: I'm helping out with the development of Bunsen. You should too!
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#67Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
PouchDB is the correct solution here.
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#68Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
Do you mean a Blockchain like Ethereum? :)
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#69Is the content I would host visible to me? How could I avoid to host child pornography? I'm eligible for hosting such a content im not aware of? That's the questions I would like to get answered.
Yes, you host only the pieces that you've downloaded on a specific website and you can delete them if you want.
"You start serving sites as soon as you visit them"
I'm not comfortable with that at all. Distributing content has very different legal implications than just viewing it, especially when it comes to pirated content.
Re: ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
#70Does anyone else see it as an issue that the decentralized website solution to databases is to create a copy of a SQLite database on every user's machine?
I agree. This is the biggest technological issue for zeronet imo. Every time there's a change to the db you need to download a whole new copy afaik. Ideally you'd use a log based store. To do this you need to fundamentally change your idea for how a website works. With a distributed log store chances are you won't have the same data as another person.