Filecoin, StorJ and the problem with decentralized storage (2019)
111–120 of 123 posts
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#112If bonds solve the bad actor problem, then this use of capital would directly enable safe data storage. I guess it depends on your definition of “productive”, but that definitely feels like a good use of capital to me.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#113Earlier quoted context omitted.
It’s like the people who seriously touted Bitcoin as a cheaper payment mechanism in than credit cards 2013. Few of them explored how ~3% fees are a balance between customer rewards, regulatory priorities, and merchant convenience. In places like Australia regulators made other choices, largely eliminating rewards programs and capping interchange fees at around a tenth of what they are in the US. There are good argume…
Clearly the Bitcoin skeptics had the better of the debate ;) You must also think "scale" and "market pressures" keep down the price of Windows. Hint: AWS has wonderful margins because everything is tied together, and bandwidth charges to get data out are huge. S3 is a great solution for data used on AWS, but costs more than 30x Storj on bandwidth alone ($90/TB for outside access, plus the cost of doing cross-region r…
Yeah but if use AWS S3 for off site backups, those huge charges cost me exactly $0/TB.
I agree with others - Filecoin and Storj have no meaningful commercial use cases.
Who wants to understand how those things work, let alone use it for anything that involves commercial use cases?
AWS S3: put, get, delete, pay. Done.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#114Why is Sia overlooked every single time this topic is brought up? It is shocking to me that Filecoin, an example of an ICO darling with no working product, is always at the top of the list. I have used Sia and Skynet to build several useful decentralized media sharing applications with zero loss of data for over a year.
* not counting usd inflation, because they don't lock storage price to coin value (with crazy volatility), they fix it against usd and covert it to their coin when paying their nodes.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#115If you pay attention to the naysayers, you're gonna have fun staying poor.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#116Earlier quoted context omitted.
Depending on how long ago you checked it out (relative to the ~9 years since Glacier was first announced) it might be worth another look. It's still quite expensive if you ever need to retrieve data in a hurry, but it used to also have a complicated and unintuitive pricing model that made it extremely easy to accidentally spend orders of magnitude more money than you intended to. They redesigned the pricing structure…
>It's still quite expensive if you ever need to retrieve data in a hurry The real killer is the $0.09/GB egress fees. That dwarfs the $0.00099/GB/month storage fee and the $0.0025/GB bulk retrieval fee.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#117Earlier quoted context omitted.
Data retrieval is broken into blocks so it's a repeated game with incentives to cooperate. AFAIK Filecoin uses payment channels so you probably lock some money, retrieve data, then unlock the payment.
Incremental transfer seems like it should give an incentive to cooperate, but I don't think so? If I pay you upfront for the first block, what stops you from then saying: actually I still want more money to start transfering the first block?
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#118IPFS is mostly fine technology for storing data in a content-addressable way. FileCoin is, at best, an inefficient way to incentivize people to store your data in an imaginary trustless world. (At worst, it's an obvious scam.) You can imagine any hosting provider offering regular IPFS hosting. Sign up on our website, send us a list of data to store, pay us money, and we'll guarantee you can get it back or you can sue…
In fact the two technologies would complement each other really well. Imagine that you could pay someone to make content available on IPFS, basically a distributed pinning service. However this isn't trivial because IPFS generally assumes that people with files would like to share them, however a for-profit storage node would be incentivized to use as little bandwidth as possible.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#119IPFS is mostly fine technology for storing data in a content-addressable way. FileCoin is, at best, an inefficient way to incentivize people to store your data in an imaginary trustless world. (At worst, it's an obvious scam.) You can imagine any hosting provider offering regular IPFS hosting. Sign up on our website, send us a list of data to store, pay us money, and we'll guarantee you can get it back or you can sue…
IPFS is not a storage technology. IPFS is a retrieval technology. In fact the two technologies would complement each other really well. Imagine that you could pay someone to make content available on IPFS, basically a distributed pinning service. However this isn't trivial because IPFS generally assumes that people with files would like to share them, however a for-profit storage node would be incentivized to use as…
I outlined in my post a specific, trivial way to pay somebody to make data available on IPFS.
Re: Filecoin, StorJ and the problem with decentralized storage (2019)
#120Earlier quoted context omitted.
IPFS is not a storage technology. IPFS is a retrieval technology. In fact the two technologies would complement each other really well. Imagine that you could pay someone to make content available on IPFS, basically a distributed pinning service. However this isn't trivial because IPFS generally assumes that people with files would like to share them, however a for-profit storage node would be incentivized to use as…
IPFS includes both storage and retrieval. I outlined in my post a specific, trivial way to pay somebody to make data available on IPFS.
This is like saying HTTP provides storage because you can pay someone to host your files and allow you to access them over HTTP.