Skip to content

Commit a20dbf3

Browse files
committed
Init
1 parent b84cdc7 commit a20dbf3

File tree

1 file changed

+82
-6
lines changed

1 file changed

+82
-6
lines changed

published/008-2016-March-21.md

Lines changed: 82 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,100 @@ Here are some of the highlights for the [March 14](//github.com/ipfs/pm/issues/9
88

99
## Updates
1010

11-
* [**__Repo__**](//github.com/)
11+
### PubSub
1212

13-
## Work in Progress
13+
There are some active discussions on PubSub, following a good video chat last week during the hangouts. PubSub is the name we're using to talk about a simple protocol which will help facilitate easy publishing and subscribing on top of IPFS. Our requirements are that it must be easy to implement, well-layered, and mesh well with the rest of the IPFS abstractions. To join the conversation about the PubSub API, check out this [issue](https://github.com/ipfs/notes/issues/118). For more discussions, check out all of the [PubSub issues in the notes repo](https://github.com/ipfs/notes/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+pubsub).
1414

15+
### [ipfs-log](https://github.com/haadcode/ipfs-log)
16+
17+
[@haadcode](//github.com/haadcode) has been working on and released [ipfs-log](https://github.com/haadcode/ipfs-log), a partially ordered linked list of IPFS hashes. Each entry in the log points to all known heads or leaf nodes. 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. THis was originally created for, and is currently used in, [orbit-db](https://github.com/haadcode/orbit-db), a KV-store and Event Log on IPFS.
18+
19+
### ipfs init
20+
21+
`ipfs init` for js-ipfs [is almost complete](https://github.com/ipfs/js-ipfs/pull/91), thanks to [@noffle](//github.com/noffle). This will have go-ipfs compatibility, but run using only JavaScript. If you like building tests and sharpening your semicolons, there's plenty of [opportunities to contribute](https://github.com/ipfs/js-ipfs#contribute) in js-ipfs land.
1522

1623
## Community
1724

25+
### Lisbon
1826

19-
## Contributors
27+
[@diasdavid](//github.com/diasdavid) organized a research and development meeting for IPFS in Lisbon. If you're in the area, join [this meetup group](http://www.meetup.com/ipfs-lisbon-meetup/events/229530492/).
2028

21-
Across the entire IPFS GitHub organization, the following people have committed code, created issues, or made a comment on GitHub between __Date__ (noon, GMT) and __Date__. We're autogenerating this list using [this tool](//github.com/ipfs/weekly/blob/master/tools/get_commits.py) and [this other tool](//github.com/richardlitt/name-your-contributors), so please let us know if your name isn't here.
29+
## Press
30+
31+
Bitcoin Magazine had a guest post by [Zach Ramsay](https://twitter.com/cerebralbosons), from Eris Industries, about [How Blockchains Can Further Public Science](http://www.nasdaq.com/article/how-blockchains-can-further-public-science-cm592775). Zach also published part two on the Eris blog: [Public Science: A Slightly More Practical Guide](https://db.erisindustries.com/science/2016/03/15/chains-and-science-how-to/). Both are well worth the read, especially if you're in academia.
32+
33+
## Contributors
2234

23-
- __Contributors__
35+
Across the entire IPFS GitHub organization, the following people have committed code, created issues, or made a comment on GitHub between March 14th (noon, GMT) and March 21st. We're autogenerating this list using [this tool](//github.com/ipfs/weekly/blob/master/tools/get_commits.py) and [this other tool](//github.com/richardlitt/name-your-contributors), so please let us know if your name isn't here.
36+
37+
- [@amstocker](//github.com/amstocker) (Andrew Stocker)
38+
- [@anarcat](//github.com/anarcat) (anarcat)
39+
- [@ansuz](//github.com/ansuz) (ansuz)
40+
- [@basile-henry](//github.com/basile-henry) (Basile Henry)
41+
- [@bdunlay](//github.com/bdunlay) (Brian Dunlay)
42+
- [@brainframe-me](//github.com/brainframe-me) (Cox Davy)
43+
- [@candeira](//github.com/candeira) (Javier Candeira)
44+
- [@chpio](//github.com/chpio)
45+
- [@chriscool](//github.com/chriscool) (Christian Couder)
46+
- [@christianlundkvist](//github.com/christianlundkvist) (Christian Lundkvist)
47+
- [@Cleric-K](//github.com/Cleric-K)
48+
- [@clkao](//github.com/clkao) (Chia-liang Kao)
49+
- [@davidar](//github.com/davidar) (David A Roberts)
50+
- [@diasdavid](//github.com/diasdavid) (David Dias)
51+
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
52+
- [@doesntgolf](//github.com/doesntgolf) (Nate Dobbins)
53+
- [@ehd](//github.com/ehd) (Stephan Seidt)
54+
- [@fazo96](//github.com/fazo96) (Enrico Fasoli)
55+
- [@GoogilyBoogily](//github.com/GoogilyBoogily) (Derek Mayer)
56+
- [@greenkeeperio-bot](//github.com/greenkeeperio-bot) (Greenkeeper)
57+
- [@haadcode](//github.com/haadcode) (Haad)
58+
- [@harlantwood](//github.com/harlantwood) (Harlan T Wood)
59+
- [@ianopolous](//github.com/ianopolous) (Ian Preston)
60+
- [@ingokeck](//github.com/ingokeck) (Ingo Keck)
61+
- [@jbenet](//github.com/jbenet) (Juan Benet)
62+
- [@jwsher](//github.com/jwsher) (Justin Sher)
63+
- [@kalmi](//github.com/kalmi) (Tarnay Kálmán)
64+
- [@kevina](//github.com/kevina) (Kevin Atkinson)
65+
- [@klartext](//github.com/klartext)
66+
- [@kseistrup](//github.com/kseistrup) (Klaus Alexander Seistrup)
67+
- [@Kubuxu](//github.com/Kubuxu) (Jakub Sztandera)
68+
- [@lgierth](//github.com/lgierth) (Lars Gierth)
69+
- [@lhenocque](//github.com/lhenocque)
70+
- [@lidel](//github.com/lidel) (Marcin Rataj)
71+
- [@luigiplr](//github.com/luigiplr) (Luigi Poole)
72+
- [@matshenricson](//github.com/matshenricson) (Mats Henricson)
73+
- [@MaxEntropyy](//github.com/MaxEntropyy)
74+
- [@Mec-iS](//github.com/Mec-iS) (Lorenzo)
75+
- [@mildred](//github.com/mildred) (Mildred Ki'Lya)
76+
- [@Mithgol](//github.com/Mithgol)
77+
- [@mlbk0](//github.com/mlbk0)
78+
- [@mnp](//github.com/mnp) (Mitchell Perilstein)
79+
- [@montagsoup](//github.com/montagsoup)
80+
- [@nginnever](//github.com/nginnever) (Nathan Ginnever)
81+
- [@nicola](//github.com/nicola) (Nicola Greco)
82+
- [@noffle](//github.com/noffle) (Stephen Whitmore)
83+
- [@palkeo](//github.com/palkeo) (palkeo)
84+
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
85+
- [@rinpoo](//github.com/rinpoo)
86+
- [@sahib](//github.com/sahib) (Chris Pahl)
87+
- [@se3000](//github.com/se3000) (Steve Ellis)
88+
- [@sexybiggetje](//github.com/sexybiggetje) (Martijn de Boer)
89+
- [@sivachandran](//github.com/sivachandran) (Sivachandran)
90+
- [@slothbag](//github.com/slothbag)
91+
- [@Stebalien](//github.com/Stebalien) (Steven Allen)
92+
- [@thelinuxkid](//github.com/thelinuxkid) (Andres Buritica)
93+
- [@thomas-gardner](//github.com/thomas-gardner)
94+
- [@wanderer](//github.com/wanderer)
95+
- [@wasserfuhr](//github.com/wasserfuhr) (RainerWasserfuhr)
96+
- [@whyrusleeping](//github.com/whyrusleeping) (Jeromy Johnson)
97+
- [@willglynn](//github.com/willglynn) (Will Glynn)
98+
- [@wking](//github.com/wking) (W. Trevor King)
99+
- [@xicombd](//github.com/xicombd) (Francisco Baio Dias)
24100

25101
This newsletter is also a community effort. If you have cool things to share for the next weekly, drop a comment about it in the [next weekly sprint issue](__TODO__)! The more people mention items they want to see in the weekly there, the easier it is to make this and send it out.
26102

27103
Thanks, and see you next week!
28104

29105
- Richard Littauer
30106

31-
_Submit feedback about this issue [here](__TODO__), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
107+
_Submit feedback about this issue [here](//github.com/ipfs/weekly/issues/29), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._

0 commit comments

Comments
 (0)