Skip to content
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

Merged
merged 11 commits into from
Feb 5, 2016
Merged

IPFS Weekly for January 25th Sprint #16

merged 11 commits into from
Feb 5, 2016

Conversation

RichardLitt
Copy link
Member

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!

@RichardLitt
Copy link
Member Author

Add the Lisbon meetup: ipfs/community#103

## 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.
Copy link
Contributor

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).
Copy link
Member

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

Copy link
Member

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

@whyrusleeping
Copy link
Member

This Looks good to me.

@dignifiedquire dignifiedquire mentioned this pull request Feb 2, 2016
6 tasks
@RichardLitt
Copy link
Member Author

Seeing as how I sent the last weekly out on Monday morning, I am going to wait until Thursday to merge and post this. No need to get too hasty.

ent

@whyrusleeping
Copy link
Member

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.

@jbenet
Copy link
Member

jbenet commented Feb 3, 2016

one more to add:

@rht
Copy link

rht commented Feb 3, 2016

@whyrusleeping there are several RFM PRs in the pipeline.

@jbenet
Copy link
Member

jbenet commented Feb 3, 2016

searching twitter for #ipfs gave me this:

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).
Copy link
Member

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 :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted!

@RichardLitt
Copy link
Member Author

@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! 🎂
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double space

Copy link
Member

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 🎂

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted!

@RichardLitt
Copy link
Member Author

I think this is RFM. @jbenet?

@jbenet
Copy link
Member

jbenet commented Feb 5, 2016

yep, thanks @RichardLitt

jbenet added a commit that referenced this pull request Feb 5, 2016
IPFS Weekly for January 25th Sprint
@jbenet jbenet merged commit 91b98c1 into master Feb 5, 2016
@jbenet jbenet deleted the feature/jan-25 branch February 5, 2016 19:31
@krikmo
Copy link

krikmo commented Feb 7, 2016

Hey there, thanks for doing this. Is there any reason to use gateway.ipfs.io instead of ipfs.io?

@Kubuxu
Copy link
Member

Kubuxu commented Feb 7, 2016

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.

jennwrites added a commit that referenced this pull request Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants