Matt Zumwalt
Matt Zumwalt
Once you create info on an IPFS node, you usually need/want to get it pinned onto some other node that's always live. You might be running this pinning service yourself,...
## Background **Piece: awesome-ipfs** We have also had the awesome-ipfs repo for years, where people can submit their own projects (read the contribution instructions at https://github.com/ipfs/awesome-ipfs#contribute-to-this-list), but that repo is...
Let's start a regular Philadelphia meetup. We could do it as a more presentation-based meetup or an IPFS study group covering some of the info discussed [here](https://github.com/ipfs/community/issues/186#issuecomment-254314223) cc @gsf @bibliotechy...
@mhucka has been exploring ways to facilitate visually drilling down into the coverage data (aka. public record of all the data held by participating orgs). Discussion of dataviz options here:...
Re-format the info in most of these examples as tutorials structured similar to the [Railsbridge Curriculum](http://docs.railsbridge.org/intro-to-rails/), so that they can be used for self-directed online learning _AND_ for in-person trainings/workshops.
Bitswap hasn’t really been tested yet. It gets stuck in some cases. Need better metrics, test cases, etc. ref #102 Examples: * add & cat between multiple nodes @lgierth &...
Given I have an OS with multiple packs on it, I want to run a single IPFS node and serve the content from all the packs through the that node....
Given I have an IPFS pack, which contains an IPFS repository, I want to serve that content directly to the network. Then I use [`ipfs-pack serve`](https://github.com/ipfs/ipfs-pack/blob/master/spec.md#ipfs-pack-serve-starts-an-ipfs-node-serving-the-packs-contents-to-ipfs-andor-http) to start an IPFS...
Review this discussion: https://github.com/ipfs/notes/issues/214 Consider options, especially how they do/don't apply to the [data.gov sprint](https://github.com/ipfs/archives/issues/87)
Based on the tests in #137 the rabin chunker isn't actually providing any real deduplication benefits. It's also really slow. - [ ] Identify why the rabin chunker is not...