Database-less torrent website
11–20 of 72 posts
Re: Database-less torrent website
#12related: https://torrent-paradise.ml/ Also based on IPFS with this HTTP gateway. I find a lot of torrents in there.
Re: Database-less torrent website
#13I'm curious about why didn't they compress the SQLite file using gzip. Even in level 1, for superfast compression/decompression halved the file size.
Re: Database-less torrent website
#14Enhance it with the fact you can lazy load sqlite query using HTTP Range as demonstrated in: https://news.ycombinator.com/item?id=27016630
Re: Database-less torrent website
#15IPFS requires "pinning" content for it to exist, meaning you host it, whoever pins content becomes liable for its distribution, if no one pins it, it disappears. That's why you can't freely host things like child porn on IPFS.
Re: Database-less torrent website
#16How do immutable systems like IPFS manage the problem of updates to a blog?
Re: Database-less torrent website
#17IPFS requires "pinning" content for it to exist, meaning you host it, whoever pins content becomes liable for its distribution, if no one pins it, it disappears. That's why you can't freely host things like child porn on IPFS.
This is true even for a torrent btw. And (un?)fortunately you can distribute anything on IPFS as long as it's encrypted.
Re: Database-less torrent website
#18Re: Database-less torrent website
#19How do immutable systems like IPFS manage the problem of updates to a blog?
They have another system called IPNS but unless it’s improved since I checked, it wasn’t very practical.