-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPFS Weekly for January 25th Sprint #16
Conversation
174ab6a
to
219e589
Compare
Add the Lisbon meetup: ipfs/community#103 |
5413656
to
ce1d463
Compare
## Community | ||
|
||
* [**Lisbon**](//github.com/ipfs/community/issues/103): [@diasdavid](//github.com/diasdavid) hosted a Lisbon IPFS Sunday Hack Day this week. | ||
* [**Coffee Talks](https://www.youtube.com/watch?v=dL9siwm03H4): [@whyrusleeping](//github.com/whyrusleeping) has hosted another "Coffee Talk", this time on [gx](https://github.com/whyrusleeping/gx), the IPFS package manager. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo. Missing the closing ** after Coffee Talks
|
||
## Updates | ||
|
||
* [**js-ipfs**](//github.com/ipfs/js-ipfs): [@diasdavid](//github.com/diasdavid) created js-ipfs-merkle-dag and js-ipfs-blocks, which will help IPFS deal with MerkleDAGs and are extensible enough to allow others to build their own MerkleDAG structures. Also, js-ipfs is now able to import a file into the MerkleDAG, an important milestone. An architecture graph has been spec'ed out [here](https://github.com/ipfs/js-ipfs#ipfs-core-implementation-architecture) to help newcomers understand how js-ipfs works. Finally, lots of new issues and low-hanging fruit have been tagged for [contributors to tackle](//github.com/ipfs/js-ipfs/issues). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the repo names should be links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MerkleDAG could be either a link or have a footnote to the spec
5ca09ba
to
b245abf
Compare
7c4a7f7
to
8d235a5
Compare
This Looks good to me. |
You could add that i went through all of the go-ipfs pull requests and closed old ones, merges ones that were ready, and pinged the others for an update. |
one more to add:
|
@whyrusleeping there are several RFM PRs in the pipeline. |
searching twitter for Conferences:
- IPFS was presented at the last [Desert Blockchain](https://twitter.com/DesertBlockHack) miniconference: https://twitter.com/DesertBlockHack/status/693520940504784896
Tools:
- There was an unfortunate GitHub outage and many people started using IPFS to move around their repos, with @whyrusleeping's simple [git-ipfs-rehost](https://github.com/whyrusleeping/git-ipfs-rehost) [view on ipfs](fixme) and @cryptix's excellent [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) [view on ipfs](fixme).
- @pipermerriam created [ipfs-persistence-consortium](https://github.com/pipermerriam/ipfs-persistence-consortium) to create networks of IPFS nodes which persist each other's content. This is similar to @victorbjelkholm's [pincoop](https://github.com/victorbjelkholm/pincoop). Perhaps there can be some cooperation in these efforts? :sunglasses:
- The [FullNode](https://github.com/MrChrisJ/fullnode) Project -- which includes IPFS, Tor, Bitcoin, OpenVPN and more -- [is having a crowdfund](https://www.startjoin.com/protip2) -- go get one! Thanks for making it @MrChrisJ!
Other (not sure what to categorize these):
- It's [Ralph Merkle's](https://en.wikipedia.org/wiki/Ralph_Merkle) birthday today. Happy Birthday, Ralph! :cake: :birthday:
- Our friends at [Mine](http://mine.nyc) are using IPFS for the excellent [Mediachain metadata protocol](https://medium.com/mine-labs/introducing-mediachain-a696f8fd2035) ([protocol proposal here](https://medium.com/mine-labs/mediachain-483f49cbe37a#.h6wrzm3ze)), a protocol to track media creation, attribution, and more. They have published [several great articles](https://medium.com/mine-labs?source=logo-lo_8f8cb62ab817-6838e0c89092) about it. This week @denisnazarov wrote about [The GIF That Fell To Earth](https://medium.com/mine-labs/the-gif-that-fell-to-earth-eae706c72f1f#.s0c7x59he), and @parkan gave a [Developer Update](https://medium.com/mine-labs/mediachain-developer-update-i-911c9e7a4524#.zc984cqen) that discusses [pHash](http://www.phash.org/), [IPLD](https://github.com/ipfs/specs/blob/ipld-spec/merkledag/ipld.md), and more.
- @lexansoft created a new Ethereum name registrar called [EtherID](http://etherid.org) ([repo here](https://github.com/lexansoft/etherid.org)), which uses IPFS for storing users' content. Then [@btsfav](https://twitter.com/btsfav) wrote an article about [Personal Websites on EtherID with IPFS](http://favs.pw/time-for-some-interplanetary-etheral-magic/)
|
|
||
## Updates | ||
|
||
* [**js-ipfs**](//github.com/ipfs/js-ipfs): [@diasdavid](//github.com/diasdavid) created [js-ipfs-merkle-dag](//github.com/vijayee/js-ipfs-merkle-dag) and [js-ipfs-blocks](//github.com/ipfs/js-ipfs-blocks), which will help IPFS deal with [MerkleDAGs](https://github.com/ipfs/specs) and are extensible enough to allow others to build their own MerkleDAG structures. Also, js-ipfs is now able to import a file into the MerkleDAG, an important milestone. An architecture graph has been spec'ed out [here](https://github.com/ipfs/js-ipfs#ipfs-core-implementation-architecture) to help newcomers understand how js-ipfs works. Finally, lots of new issues and low-hanging fruit have been tagged for [contributors to tackle](//github.com/ipfs/js-ipfs/issues). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to tribute the merkle-dag also to https://github.com/vijayee, he is totally awesome :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted!
@jbenet Thanks for writing up those Twitter searches. Added! |
|
||
## Other | ||
|
||
- It was [Ralph Merkle's](https://en.wikipedia.org/wiki/Ralph_Merkle) birthday on February 2nd! Happy Birthday, Ralph! 🎂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add a bit more context/message on why we are celebrating his birthday 🎂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted!
I think this is RFM. @jbenet? |
yep, thanks @RichardLitt |
IPFS Weekly for January 25th Sprint
Hey there, thanks for doing this. Is there any reason to use gateway.ipfs.io instead of ipfs.io? |
When you are making CNAME? Yes, ipfs.io has SAO, MX, dnslink and some more records, gateway.ipfs.io is pure. So when you are using DNS CNAME to gateway.ipfs.io, for just making links use ipfs.io. |
Rough draft of IPFS Weekly #16
This is the draft for the Weekly for the January 25th sprint, which will be polished and published following the sync on February 1st.
If you've done anything great this week, please highlight it and add it in here!