ipfs / newsletter

Prepare and store the IPFS Newsletter
MIT License
44 stars 18 forks source link

Collection for IPFS Weekly 8: March 14th - March 21st #29

Closed RichardLitt closed 8 years ago

RichardLitt commented 8 years ago

Throw stuff in here!

hackergrrl commented 8 years ago

Nothing /done/, but a couple of exciting things in the oven heating up:

RichardLitt commented 8 years ago

How about:

I'm not sure that ipfs init is worthy, yet! Close though. Can you give me a two sentence description of pubsub?

haadcode commented 8 years ago

I'd like to add ipfs-log to the weekly:

https://github.com/haadcode/ipfs-log

ipfs-log is a partially ordered linked list of IPFS hashes where each entry in the log points to all known heads (a head is a node that is not referenced by other nodes in the log). It can be used as a building block for applications that need to track "dynamic content", eg. track a version of a file, create a feed of IPFS hashes, messaging or as a transport for CRDTs.

RichardLitt commented 8 years ago

Thanks! Cool.

hackergrrl commented 8 years ago

Can you give me a two sentence description of pubsub?

What you have works. :+1:

lidel commented 8 years ago

There were some changes in ipfs-firefox-addon since it was mentioned in Weekly No.3 (v1.4.2).

I guess a quick update could look like this:

The Firefox addon that provides transparent access to IPFS resources via local HTTP2IPFS gateway has been fully reviewed by Mozilla and updated to v1.5.6. On average it has over 350 daily users.

The 1.5.x series brings various UX improvements such as Realtime Status and Diagnostics, along with experimental features that can be enabled on the Preferences screen. Check full list at Github. Feature requests and bug reports are welcome!

RichardLitt commented 8 years ago

@lidel Thanks! That's perfect.