I have a question for the IPFS people. I am a non-techy who really likes the IPFS idea and wants to see it succeed. However, whenever this topic comes up here at HN, we get a bunch of people who say they tried to use it but it was basically unworkable, like too much RAM usage and various sorts of failures. And rarely does anyone respond by saying that it is working just fine for them. So my question to the IPFS peopl…
IPFS Project Roadmap
141–150 of 154 posts
Re: IPFS Project Roadmap
#142"2019 Goal: The most used code and binary Package Managers are powered by IPFS." That's kind of stupid-ambitious for 2019 when another 2019 goal is "a production-ready implementation" and IPFS has been around for 3 years already. This isn't a roadmap, it's a wishlist. And I'm someone who wants to see IPFS succeed.
The IPFS client is such an untunable memory hog that I turn it off whenever I'm not using it (which, of course, defeats the entire purpose). I would be ecstatic if we had something like the old uTorrent, but for IPFS. A nice UI, easy configuration, an ultralight implementation. It would be a dream come true.
Re: IPFS Project Roadmap
#143Earlier quoted context omitted.
The IPFS client is such an untunable memory hog that I turn it off whenever I'm not using it (which, of course, defeats the entire purpose). I would be ecstatic if we had something like the old uTorrent, but for IPFS. A nice UI, easy configuration, an ultralight implementation. It would be a dream come true.
What about Transmission? It seems much less bloated in comparison to uTorrent.
Re: IPFS Project Roadmap
#144Earlier quoted context omitted.
The IPFS client is such an untunable memory hog that I turn it off whenever I'm not using it (which, of course, defeats the entire purpose). I would be ecstatic if we had something like the old uTorrent, but for IPFS. A nice UI, easy configuration, an ultralight implementation. It would be a dream come true.
Exactly this: such an ultralight, accessible implementation would make it better suitable to run on embedded devices and mobile phones. And since we still live in as fairly disconnected world this is probably an area where IPFS can accelerate.
May not be ultralight (running a DHT node isn't, but it does remove a lot of crust).
Re: IPFS Project Roadmap
#145Earlier quoted context omitted.
any links, please?
(Forgive janky thesis-ness) https://bit.ly/2P7w6cq
Re: IPFS Project Roadmap
#146Earlier quoted context omitted.
this is an implementation detail of the DHT client. if you have enough cooperating bit torrent clients set up to seed a sparse swarm like IPFS does, you could do the same thing. which begs the question, why fork the DHT in the first place? there are BEP drafts that cover all of the features that IPFS (and DAT for that matter) bring to the table. my guess: there isn't a lot of money in making yet another bit torrent c…
Yeah but you can't add an episode to the torrent later and have all existing peers seed the old episodes in the new torrent automatically.
Re: IPFS Project Roadmap
#147Earlier quoted context omitted.
That’s just a dogmatic statement, you need to motivate it.
It's unreasonable to expect to be able to delete data that's been released publicly. Any attempt to delete arbitrary data will either fail or involve extreme authoritarian measures. Once you accept that, you can focus on reducing the output of compromising information, rather than trying to erase it after the fact. Prevention over cure. This will inevitably lead to a society where people do more of what society wants…
Re: IPFS Project Roadmap
#148If you want to do package managers, your #1 priority should be Nix. Don't do something more popular where you help less, go with the thing that you can really provide the killer missing feature. Nix + IPFS has been tried before, but what was missing is the Nix-side hierarchical content addressing of large data (not just plans). With the "intensional store" proposal, this should finally happen. Please push it along. D…
there's been some effort https://github.com/NixOS/nix/issues/859
Re: IPFS Project Roadmap
#149Earlier quoted context omitted.
I would love to try that, can you share a quick and easy breakdown of how I would do publish that?
ipfs add -r mydir/ (Add a file to mydir/) ipfs add -r mydir/ That's it, two different hashes, different contents, but intelligently deduplicated so you only need to download the diff if you already have the files in the former.
What is the benefit here?
Re: IPFS Project Roadmap
#150Earlier quoted context omitted.
ipfs add -r mydir/ (Add a file to mydir/) ipfs add -r mydir/ That's it, two different hashes, different contents, but intelligently deduplicated so you only need to download the diff if you already have the files in the former.
That's not much different than changing my files, making a new torrent file with a small blocksize and having users use that. What is the benefit here?