Live data from Hacker News

IPFS 0.5

blog.ipfs.io

141–145 of 145 posts

Re: IPFS 0.5

#141
post #85

Earlier quoted context omitted.

Especially in prototyping you can mostly .clone() everything, and stop worrying about any lifetime problems.

Lots of deferred pain for when you productionize.

Yes, but this was on the topic of "is Rust suited for prototyping?", and I would say that cloning makes it much more suited, as it sidesteps a lot of the lifetime pains. You will have similar deferred pain if you e.g. prototype something in JS and then when it's time to move to production gradually move it to Typescript.

From personal experience of Rust projects in production, you can get by with cloning for a long time, and optimizing later is not too big of a pain in most cases. Performance problems due to excessive cloning are also very obvious in code and easy to profile for.

Re: IPFS 0.5

#142

Good progress. I looked at IPFS a few months ago from the point of view of fitting a decentralized file store. The decentralized requirement came primarily from the point of view wanting to fit this in a broader product that is all about decentralized for various reasons. Key problems in this space: - decentralized is something techies obsess about but that has as of yet no business value whatsoever. Customers don't…

> decentralized is something techies obsess about but that has as of yet no business value whatsoever.

Resilio (originally part of BitTorrent) specializes in decentralized storage synchronization for business.

Though we can't see if they are profitable their business use cases seem compelling especially if you're reluctant to otherwise use the cloud.

https://www.crunchbase.com/organization/resilio#section-over...

https://www.resilio.com/connect/

Re: IPFS 0.5

#143
post #74

Earlier quoted context omitted.

a citation is most definitely not needed. it's obviously a fucking opinion. and they are under absolutely no obligation to meet your standard of proof to demonstrate anything to you. clearly citations are not a necessary condition to posting-- this comment has no citations, but yet... hey look-- it's been posted! the horror! classic HN obnoxious "citation needed" commentary strikes again. i swear i'm just gonna keep…

Jeez, calm down. "Citation needed" generates no more obligation than the original unsupported opinion did. Would you blow up the same way about "I disagree"? The fact is, most opinions about what language somebody else ought to write their next library in are worth about what they cost to post. Another is that, trendiness notwithstanding, Rust right now is best suited for a library few people will need. That may chan…

Citation needed.

Re: IPFS 0.5

#144

Earlier quoted context omitted.

If you're not going to answer a question, don't bother replying.

> Regular websites can be designed to handle high traffic IPFS lets them not have to. > Regular websites can make backups Backups don't help when the company shuts down and takes the site down. > What new thing does ipfs make possible that would make users install the software to use it? "Think of all the Geocities sites (and all versions of them) just existing for ever, regardless if Geocities decided to shut down."…

Again. If you're not going to bother to answer the specific question I asked, do not bother replying.

END OF CONVERSATION

Re: IPFS 0.5

#145

Earlier quoted context omitted.

> Regular websites can be designed to handle high traffic IPFS lets them not have to. > Regular websites can make backups Backups don't help when the company shuts down and takes the site down. > What new thing does ipfs make possible that would make users install the software to use it? "Think of all the Geocities sites (and all versions of them) just existing for ever, regardless if Geocities decided to shut down."…

Again. If you're not going to bother to answer the specific question I asked, do not bother replying. END OF CONVERSATION

It looks like you aren't even reading my replies. I feel lonely.

OVER.

Post reply on HN