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

New Newsletter! \o/ #52

Closed
wants to merge 12 commits into from
Closed

New Newsletter! \o/ #52

wants to merge 12 commits into from

Conversation

RichardLitt
Copy link
Member

@RichardLitt RichardLitt commented Aug 25, 2016

What I need:

  • Feedback on each section by the appropriate leads. Unassign yourself when done.
  • To fill out the contribute section (want to help, @eminence?)
  • To write up a quote about multiformats
  • To collect press for the last month

Then I think we should be good to go. This only covers since the IPFS Workshop in July.

@RichardLitt
Copy link
Member Author

@Kubuxu ping


### [go-ipfs](//github.com/)

We updated `go-ipfs` to 0.4.3-rc3 on August 8th. As we state in the [changelog](https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md), this release candidate fixes a panic that occurs when input from stdin was expected, but none was given. Check out [this issue](https://github.com/ipfs/go-ipfs/pull/3050) for details. If you missed the 0.4.3 roll-out, you can take a look at that changelog [here]().
Copy link
Member

Choose a reason for hiding this comment

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

bringing up a minor bugfix as the only mention of whats changed in this release kinda sells it short. Theres a bunch of really cool stuff in the changelog that @lgierth really nicely wrote up

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks @whyrusleeping. Didn't realize that this was not the only fix; will dig back through the changelog.

Copy link
Member Author

Choose a reason for hiding this comment

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

@whyrusleeping no, wait, I am confused. That minor fix is the only mentioned in the changlog for rc-3. Am I missing something? https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md#043-rc3---2016-08-09

Copy link
Member Author

Choose a reason for hiding this comment

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

cc @lgierth can you help me out here, too?

Copy link

Choose a reason for hiding this comment

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

How much we want to talk about v0.4.3 depends on the scope of the newsletter. The last release v0.4.2 is over three months old, so I'd say probably only the very recent developments of v0.4.3 are relevant (i.e. rc3).

Is the only change between rc2 and rc3 really just ipfs/kubo#3050?

If you missed the 0.4.3 roll-out, you can take a look at that changelog here.

Not sure what "rollout" means here -- we haven't released it yet. It's good to point to the rc1/2/3 binaries on dist.ipfs.io though :)

Copy link

Choose a reason for hiding this comment

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

Oh the entirety of v0.4.3 is probably worth mentioning a la "check the changelog, or wait for the release blog post"

@haadcode
Copy link
Member

LGTM

@haadcode haadcode removed their assignment Aug 26, 2016

Orbit, the decentralized chat app run on top of IPFS, has just integrated uPort identities. There's a writeup on what uPort is [on Medium](https://medium.com/@ConsenSys/uport-the-wallet-is-the-new-browser-b133a83fe73) - essentially, it is a web-based wallet and identity management system. This means that users will be able to use their uPort name and profile picture in Orbit, as well as provision a signing key that will sign Orbit messages. We've been working with [ConsenSys](https://consensys.net/) to make this happen. You can track this [here](https://github.com/haadcode/orbit/issues/37).

![textui](orbit-textui)
Copy link

Choose a reason for hiding this comment

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

this image is TODO

@RichardLitt
Copy link
Member Author

@lgierth @whyrusleeping Fixed. Thoughts?


We've updated `go-ipfs` to 0.4.3-rc3 on August 8th. 0.4.2 is still the stable version; however, if you're interested in trying out the release candidates, take a look at the binaries on [dist.ipfs.io](https://dist.ipfs.io/go-ipfs). The 0.4.3-rc comes with a couple of nice enhancements, and improves the performance of storage, bitswap, as well as content and peer routing. It also introduces a handful of new commands and options, and fixes a good bunch of bugs: you can take a look at the full changelog [here](https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md).

Moving to go1.7 is in the works, as it will give us performance improvements, `context` has been added into stdlib, and `net.Diallib` will allow our calls to vastly improve resource consumption and downtime. It also adds support for macOS Sierra. [Track that here](https://github.com/ipfs/go-ipfs/issues/3093).
Copy link

Choose a reason for hiding this comment

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

I think it's net.DialContext, not net.Diallib -- https://golang.org/doc/go1.7#net

Copy link

Choose a reason for hiding this comment

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

also maybe something like "and net.DialContext will allow us to improve resource consumption", without vastly, better be modest conservative with words and let numbers speak for themselves :) (TODO we needa automated benchmarks)

Copy link
Member

Choose a reason for hiding this comment

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

Oh yeah, i thought i mentioned that already? dont see my comment anywhere though...


The [js-ipfs-api](https://github.com/ipfs/js-ipfs-api) v7 has now been shipped; a full exposition of this and the thinking behind it can be found [here](https://github.com/ipfs/js-ipfs-api/pull/305). The short story is that it now has 30% more files interfacing, which means more interop with go-ipfs and more you can do with it. For future changes, [follow this issue](https://github.com/ipfs/interface-ipfs-core/issues/55), which will communicate interface changes on js-ipfs and js-ipfs-api.

Moving to pull-streams: The 🚲🏠 (bike-shedding) was strong in this one, but we've finally made a call on the Control Flow library to use in order to solve the hiccups we have had in the past with Node.js Streams. This discussion took a lot of input from several people familiar with the js-ipfs project and the contenders for the Control Flow Library. You can read the whole thread [here](https://github.com/ipfs/js-ipfs/issues/362).
Copy link
Member

@daviddias daviddias Sep 1, 2016

Choose a reason for hiding this comment

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

Probably no need to use the term bikeshedding in a Newsletter

@ghost
Copy link

ghost commented Sep 1, 2016

LGTM pending diasdavid's comments and the TODO at the bottom of the newsletter.

Sweet! 💯

@haadcode
Copy link
Member

haadcode commented Sep 1, 2016

Oops! Have some amendments! See the individual comments.


![textui](orbit-textui.gif)

Orbit also now has a [textui](https://github.com/haadcode/orbit-textui). This uses [blessed](https://github.com/chjj/blessed), a curses-like library with a high level terminal interface API for Node.js. This means you can chat to people using Orbit, straight from where you get your work done, in the terminal. Of course, other venues, [like Slack](https://github.com/haadcode/orbit/issues/71), are also in the pipeline.
Copy link
Member

Choose a reason for hiding this comment

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

Should change to "Orbit also now has a terminal client

Copy link
Member

Choose a reason for hiding this comment

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

I would remove "Of course, other venues, like Slack, are also in the pipeline.". The goals linked here is waaaaay into the future and I'm not even sure what will come out of that. I would leave it out.

@RichardLitt
Copy link
Member Author

I still need to get commits. I've fixed name-your-contributors (thanks so much for the help, @dignifiedquire ), and have the lists for this week. Thing is - the list is massive for IPFS. This is because any issue @whyrusleeping closed, no matter how old, brings along all of the names of the creators for those issues. So, we have people who haven't commented on IPFS in a while in this list. Should I try and remove them? I think this is OK, as their contributions were still valid until this final action - echo effects.

Full list:

IPLD

- [@diasdavid](//github.com/diasdavid) (David Dias)
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
- [@EliasGabrielsson](//github.com/EliasGabrielsson) (Elias Gabrielsson)
- [@Ericson2314](//github.com/Ericson2314) (John Ericson)
- [@harlantwood](//github.com/harlantwood) (Harlan T Wood)
- [@jakobvarmose](//github.com/jakobvarmose) (Jakob Varmose Bentzen)
- [@jbenet](//github.com/jbenet) (Juan Benet)
- [@nicola](//github.com/nicola) (Nicola Greco)
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
- [@Stebalien](//github.com/Stebalien) (Steven Allen)
- [@TimDaub](//github.com/TimDaub) (Tim Daubenschütz)
- [@tjgillies](//github.com/tjgillies) (Tyler Gillies)

Libp2p

- [@18dew](//github.com/18dew) (thedewer)
- [@csasarak](//github.com/csasarak) (Christopher Sasarak)
- [@david415](//github.com/david415) (David Stainton)
- [@diasdavid](//github.com/diasdavid) (David Dias)
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
- [@emschwartz](//github.com/emschwartz) (Evan Schwartz)
- [@gavinmcdermott](//github.com/gavinmcdermott) (Gavin McDermott)
- [@geoah](//github.com/geoah) (George Antoniadis)
- [@greenkeeperio-bot](//github.com/greenkeeperio-bot) (Greenkeeper)
- [@gritzko](//github.com/gritzko) (Victor Grishchenko)
- [@haadcode](//github.com/haadcode) (Haad)
- [@hermanjunge](//github.com/hermanjunge) (Herman Junge)
- [@jbenet](//github.com/jbenet) (Juan Benet)
- [@JustinDrake](//github.com/JustinDrake) (Justin)
- [@Kubuxu](//github.com/Kubuxu) (Jakub Sztandera)
- [@kyledrake](//github.com/kyledrake) (Kyle Drake)
- [@lgierth](//github.com/lgierth) (Lars Gierth)
- [@masylum](//github.com/masylum) (Pau Ramon Revilla)
- [@mikeal](//github.com/mikeal) (Mikeal Rogers)
- [@mitar](//github.com/mitar) (Mitar)
- [@mjgarton](//github.com/mjgarton)
- [@nginnever](//github.com/nginnever) (Nathan Ginnever)
- [@nicola](//github.com/nicola) (Nicola Greco)
- [@OnlyBird](//github.com/OnlyBird) (Alfie Barton)
- [@pfrankw](//github.com/pfrankw) (Francesco Pompò)
- [@ReadmeCritic](//github.com/ReadmeCritic)
- [@resilva87](//github.com/resilva87) (Renato Silva)
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
- [@shazow](//github.com/shazow) (Andrey Petrov)
- [@vyzo](//github.com/vyzo) (vyzo)
- [@wanderer](//github.com/wanderer)
- [@whyrusleeping](//github.com/whyrusleeping) (Jeromy Johnson)
- [@xicombd](//github.com/xicombd) (Francisco Baio Dias)
- [@zjiekai](//github.com/zjiekai)

Multiformats

- [@btrask](//github.com/btrask) (Ben Trask)
- [@candeira](//github.com/candeira) (Javier Candeira)
- [@chriscool](//github.com/chriscool) (Christian Couder)
- [@coveralls](//github.com/coveralls) (Coveralls)
- [@david415](//github.com/david415) (David Stainton)
- [@dcbishop](//github.com/dcbishop) (David C. Bishop)
- [@diasdavid](//github.com/diasdavid) (David Dias)
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
- [@Ericson2314](//github.com/Ericson2314) (John Ericson)
- [@eternaleye](//github.com/eternaleye)
- [@Fil](//github.com/Fil) (Fil)
- [@flyingzumwalt](//github.com/flyingzumwalt) (Matt Zumwalt)
- [@fredthomsen](//github.com/fredthomsen) (Fred Thomsen)
- [@greglook](//github.com/greglook) (Greg Look)
- [@harlantwood](//github.com/harlantwood) (Harlan T Wood)
- [@ianopolous](//github.com/ianopolous) (Ian Preston)
- [@jbenet](//github.com/jbenet) (Juan Benet)
- [@kevina](//github.com/kevina) (Kevin Atkinson)
- [@Kubuxu](//github.com/Kubuxu) (Jakub Sztandera)
- [@lgierth](//github.com/lgierth) (Lars Gierth)
- [@LukeHoersten](//github.com/LukeHoersten) (Luke Hoersten)
- [@Mithgol](//github.com/Mithgol)
- [@moreati](//github.com/moreati) (Alex Willmer)
- [@mseri](//github.com/mseri) (Marcello Seri)
- [@NeoTeo](//github.com/NeoTeo) (Teo Sartori)
- [@nicola](//github.com/nicola) (Nicola Greco)
- [@parkan](//github.com/parkan) (Arkadiy Kukarkin)
- [@pelle](//github.com/pelle) (Pelle Braendgaard)
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
- [@robcat](//github.com/robcat) (Roberto Catini)
- [@slang800](//github.com/slang800) (Sean Lang)
- [@subtly](//github.com/subtly)
- [@VictorBjelkholm](//github.com/VictorBjelkholm) (ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ)
- [@whyrusleeping](//github.com/whyrusleeping) (Jeromy Johnson)
- [@yusefnapora](//github.com/yusefnapora) (Yusef Napora)
- [@zabirauf](//github.com/zabirauf) (Zohaib Rauf)

IPFS

- [@AdamStone](//github.com/AdamStone) (Adam Stone)
- [@adrian-git-hub-user](//github.com/adrian-git-hub-user)
- [@aeschylus](//github.com/aeschylus)
- [@aistich](//github.com/aistich) (aistich)
- [@alexander255](//github.com/alexander255) (Alexander Schlarb)
- [@alikic](//github.com/alikic)
- [@amstocker](//github.com/amstocker) (Andrew Stocker)
- [@anarcat](//github.com/anarcat) (anarcat)
- [@apiarian](//github.com/apiarian) (Aleksandr Pasechnik)
- [@arithmetric](//github.com/arithmetric) (Joe Turgeon)
- [@ascribe0](//github.com/ascribe0)
- [@AtnNn](//github.com/AtnNn) (Etienne Laurin)
- [@atommixz](//github.com/atommixz)
- [@Balancer](//github.com/Balancer) (Balancer)
- [@benmoran56](//github.com/benmoran56) (Benjamin)
- [@border0464111](//github.com/border0464111)
- [@BrendanBenshoof](//github.com/BrendanBenshoof) (BrendanBenshoof)
- [@briantigerchow](//github.com/briantigerchow) (Brian Tiger Chow)
- [@btrask](//github.com/btrask) (Ben Trask)
- [@bytemaster](//github.com/bytemaster) (Daniel Larimer)
- [@cheershendtco](//github.com/cheershendtco)
- [@chpio](//github.com/chpio)
- [@chriscool](//github.com/chriscool) (Christian Couder)
- [@chrisgervang](//github.com/chrisgervang) (Chris Gervang)
- [@ChristianKniep](//github.com/ChristianKniep) (Christian Kniep)
- [@ChristopherA](//github.com/ChristopherA) (Christopher Allen)
- [@claudiobizzotto](//github.com/claudiobizzotto) (Claudio Bizzotto)
- [@cminnoy](//github.com/cminnoy)
- [@codeburd](//github.com/codeburd)
- [@ColeMorton](//github.com/ColeMorton) (Cole Morton)
- [@condiosluzverde](//github.com/condiosluzverde) (James McFarland)
- [@ConsciousCode](//github.com/ConsciousCode) (Conscious Code)
- [@corysimmons](//github.com/corysimmons) (Cory Simmons)
- [@coveralls](//github.com/coveralls) (Coveralls)
- [@cpacia](//github.com/cpacia) (Chris Pacia)
- [@cryptix](//github.com/cryptix) (Henry)
- [@csasarak](//github.com/csasarak) (Christopher Sasarak)
- [@csawyerYumaed](//github.com/csawyerYumaed)
- [@cyisfor](//github.com/cyisfor)
- [@dannyid](//github.com/dannyid) (Danny)
- [@davelab6](//github.com/davelab6) (Dave Crossland)
- [@david415](//github.com/david415) (David Stainton)
- [@davidak](//github.com/davidak)
- [@davidar](//github.com/davidar) (David A Roberts)
- [@derhuerst](//github.com/derhuerst) (Jannis Redmann)
- [@diasdavid](//github.com/diasdavid) (David Dias)
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
- [@djdv](//github.com/djdv) (Dominic Della Valle)
- [@dmzimmerman](//github.com/dmzimmerman) (Daniel M. Zimmerman)
- [@doesntgolf](//github.com/doesntgolf) (Nate Dobbins)
- [@dokterbob](//github.com/dokterbob) (Mathijs de Bruin)
- [@dominictarr](//github.com/dominictarr) (Dominic Tarr)
- [@duosearch](//github.com/duosearch) (Duo Search)
- [@dylanPowers](//github.com/dylanPowers) (Dylan Powers)
- [@edsilv](//github.com/edsilv) (Edward Silverton)
- [@Ekliptor](//github.com/Ekliptor)
- [@ekroon](//github.com/ekroon) (Erwin Kroon)
- [@eladve](//github.com/eladve)
- [@EliasGabrielsson](//github.com/EliasGabrielsson) (Elias Gabrielsson)
- [@em-ly](//github.com/em-ly) (em-ly)
- [@eminence](//github.com/eminence) (Andrew Chin)
- [@eperdeme](//github.com/eperdeme) (Nathan Flynn)
- [@Ericson2314](//github.com/Ericson2314) (John Ericson)
- [@EtherTyper](//github.com/EtherTyper) (ELI JOSEPH BRADLEY)
- [@Faleidel](//github.com/Faleidel)
- [@fazo96](//github.com/fazo96) (Enrico Fasoli)
- [@fdietze](//github.com/fdietze) (Felix Dietze)
- [@fiatjaf](//github.com/fiatjaf) (Giovanni T. Parra)
- [@Fil](//github.com/Fil) (Fil)
- [@firemound](//github.com/firemound) (Brendan Boyd)
- [@flyingzumwalt](//github.com/flyingzumwalt) (Matt Zumwalt)
- [@fredead](//github.com/fredead) (Simon Loader)
- [@fredthomsen](//github.com/fredthomsen) (Fred Thomsen)
- [@fsteff](//github.com/fsteff)
- [@Gaboose](//github.com/Gaboose)
- [@gbolo](//github.com/gbolo) (George Bolo)
- [@geoah](//github.com/geoah) (George Antoniadis)
- [@Ghoughpteighbteau](//github.com/Ghoughpteighbteau)
- [@GitCop](//github.com/GitCop)
- [@golovashkin](//github.com/golovashkin) (Dmitry Golovashkin)
- [@gousiosg](//github.com/gousiosg) (Georgios Gousios)
- [@greenkeeperio-bot](//github.com/greenkeeperio-bot) (Greenkeeper)
- [@gritzko](//github.com/gritzko) (Victor Grishchenko)
- [@haadcode](//github.com/haadcode) (Haad)
- [@haiheipijuan](//github.com/haiheipijuan)
- [@harlantwood](//github.com/harlantwood) (Harlan T Wood)
- [@hermanjunge](//github.com/hermanjunge) (Herman Junge)
- [@hoanghs13](//github.com/hoanghs13)
- [@hobofan](//github.com/hobofan) (Maximilian Goisser)
- [@howardwu](//github.com/howardwu) (Howard Wu)
- [@ianopolous](//github.com/ianopolous) (Ian Preston)
- [@iluwQaa](//github.com/iluwQaa) (iluwka)
- [@ingokeck](//github.com/ingokeck) (Ingo Keck)
- [@ion1](//github.com/ion1) (Johan Kiviniemi)
- [@jakobvarmose](//github.com/jakobvarmose) (Jakob Varmose Bentzen)
- [@jamescarlyle](//github.com/jamescarlyle) (James Carlyle)
- [@japzone1](//github.com/japzone1)
- [@jarmitage](//github.com/jarmitage) (Jack Armitage)
- [@jasonkgreen](//github.com/jasonkgreen)
- [@jbenet](//github.com/jbenet) (Juan Benet)
- [@jbshirk](//github.com/jbshirk) (Joe)
- [@jech](//github.com/jech) (Juliusz Chroboczek)
- [@jeffscottward](//github.com/jeffscottward) (Jeff Ward)
- [@jefft0](//github.com/jefft0) (Jeff Thompson)
- [@jerodsanto](//github.com/jerodsanto) (Jerod Santo)
- [@JesseWeinstein](//github.com/JesseWeinstein)
- [@JGAntunes](//github.com/JGAntunes) (João Antunes)
- [@jgraef](//github.com/jgraef) (Janosch Gräf)
- [@joeyh](//github.com/joeyh) (Joey Hess)
- [@johndpope](//github.com/johndpope) (John Pope)
- [@jonnor](//github.com/jonnor) (Jon Nordby)
- [@joshisa](//github.com/joshisa) (Sanjay Joshi)
- [@jscissr](//github.com/jscissr) (Jan Schär)
- [@jurgen-kluft](//github.com/jurgen-kluft) (Jurgen)
- [@JustinDrake](//github.com/JustinDrake) (Justin)
- [@karlek](//github.com/karlek)
- [@keorn](//github.com/keorn)
- [@kevina](//github.com/kevina) (Kevin Atkinson)
- [@kevinmartinmauro](//github.com/kevinmartinmauro)
- [@kevinsimper](//github.com/kevinsimper) (Kevin Simper)
- [@knupfer](//github.com/knupfer) (quxbar)
- [@kpcyrd](//github.com/kpcyrd)
- [@krl](//github.com/krl) (kristoffer)
- [@kseistrup](//github.com/kseistrup) (Klaus Alexander Seistrup)
- [@Kubuxu](//github.com/Kubuxu) (Jakub Sztandera)
- [@Kuurusch](//github.com/Kuurusch)
- [@kyledrake](//github.com/kyledrake) (Kyle Drake)
- [@kyrias](//github.com/kyrias) (Johannes Löthberg)
- [@larsks](//github.com/larsks) (Lars Kellogg-Stedman)
- [@lgarron](//github.com/lgarron) (Lucas Garron)
- [@lgierth](//github.com/lgierth) (Lars Gierth)
- [@lidel](//github.com/lidel) (Marcin Rataj)
- [@liliuhai](//github.com/liliuhai)
- [@louisbourque](//github.com/louisbourque) (Louis Bourque)
- [@lynnandtonic](//github.com/lynnandtonic) (Lynn Fisher)
- [@magik6k](//github.com/magik6k) (Łukasz Magiera)
- [@marionzualo](//github.com/marionzualo) (Mário Nzualo)
- [@MarkDerosier](//github.com/MarkDerosier) (MarkDerosier)
- [@markg85](//github.com/markg85)
- [@martinvahi](//github.com/martinvahi) (Martin Vahi)
- [@MasterJames](//github.com/MasterJames) (Master James)
- [@mateon1](//github.com/mateon1) (Mateusz Naściszewski)
- [@mattseh](//github.com/mattseh)
- [@mcl1234](//github.com/mcl1234) (mcl_)
- [@Mec-iS](//github.com/Mec-iS) (Lorenzo)
- [@metromoxie](//github.com/metromoxie) (Joel Weinberger)
- [@mhhf](//github.com/mhhf) (Denis Erfurt)
- [@MichaelMure](//github.com/MichaelMure) (Michael Muré)
- [@mikeal](//github.com/mikeal) (Mikeal Rogers)
- [@mikolalysenko](//github.com/mikolalysenko) (Mikola Lysenko)
- [@mildred](//github.com/mildred) (Mildred Ki'Lya)
- [@mitar](//github.com/mitar) (Mitar)
- [@Mithgol](//github.com/Mithgol)
- [@mkg20001](//github.com/mkg20001) (Maciej Krüger)
- [@MrSparc](//github.com/MrSparc) (Ariel Machado)
- [@mythmon](//github.com/mythmon) (Mike Cooper)
- [@n8fr8](//github.com/n8fr8) (Nathan Freitas)
- [@nathanmusoke](//github.com/nathanmusoke) (Nathan Musoke)
- [@NeoTeo](//github.com/NeoTeo) (Teo Sartori)
- [@nginnever](//github.com/nginnever) (Nathan Ginnever)
- [@nickkolok](//github.com/nickkolok)
- [@nicola](//github.com/nicola) (Nicola Greco)
- [@NightRa](//github.com/NightRa) (Ilan Godik)
- [@noffle](//github.com/noffle) (Stephen Whitmore)
- [@nonchip](//github.com/nonchip) (Kyra Zimmer)
- [@nycoliver](//github.com/nycoliver)
- [@ottuzzi](//github.com/ottuzzi) (Piero Ottuzzi)
- [@palkeo](//github.com/palkeo) (palkeo)
- [@parkan](//github.com/parkan) (Arkadiy Kukarkin)
- [@paulsnar](//github.com/paulsnar) (paulsnar)
- [@pchiusano](//github.com/pchiusano) (Paul Chiusano)
- [@pelle](//github.com/pelle) (Pelle Braendgaard)
- [@pfista](//github.com/pfista) (mikey)
- [@pfrazee](//github.com/pfrazee) (Paul Frazee)
- [@pierogitus](//github.com/pierogitus) (Alex Thompson)
- [@pietsch](//github.com/pietsch) (Christian Pietsch)
- [@pjz](//github.com/pjz) (Paul Jimenez)
- [@pranomostro](//github.com/pranomostro)
- [@prusnak](//github.com/prusnak) (Pavol Rusnak)
- [@qianlitayunhai](//github.com/qianlitayunhai) (Enhui Xin)
- [@r2jitu](//github.com/r2jitu) (Jitu Das)
- [@reit-c](//github.com/reit-c)
- [@remram44](//github.com/remram44) (Remi Rampin)
- [@rht](//github.com/rht)
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
- [@richardschneider](//github.com/richardschneider) (Richard Schneider)
- [@rjrotheryjr](//github.com/rjrotheryjr) (Richard Rothery)
- [@robcat](//github.com/robcat) (Roberto Catini)
- [@rubiojr](//github.com/rubiojr) (Sergio Rubio)
- [@sahib](//github.com/sahib) (Chris Pahl)
- [@sapk](//github.com/sapk) (Antoine GIRARD)
- [@SCBuergel](//github.com/SCBuergel) (Sebastian C. Bürgel)
- [@Scondo](//github.com/Scondo) (Pavel Zlatovratskii)
- [@scriptzteam](//github.com/scriptzteam) ([sCRiPTz-TEAM])
- [@sdockray](//github.com/sdockray)
- [@seanlynch](//github.com/seanlynch) (Sean Richard Lynch)
- [@seclorum](//github.com/seclorum) (seclorum)
- [@severak](//github.com/severak) (Mikoláš Štrajt)
- [@shaman](//github.com/shaman) (Eugene Lifescale)
- [@sic2](//github.com/sic2) (Simone Ivan Conte)
- [@SilverWingedSeraph](//github.com/SilverWingedSeraph) (Leo Tindall)
- [@sivachandran](//github.com/sivachandran) (Sivachandran)
- [@skaag](//github.com/skaag) (Skaag Argonius)
- [@slothbag](//github.com/slothbag)
- [@Snarkly](//github.com/Snarkly) (Jeffery Mullins)
- [@sohkai](//github.com/sohkai) (Brett Sun)
- [@somebody1234](//github.com/somebody1234)
- [@spikebike](//github.com/spikebike) (Bill Broadley)
- [@sroerick](//github.com/sroerick) (Roerick Sweeney)
- [@starrychloe](//github.com/starrychloe)
- [@Stebalien](//github.com/Stebalien) (Steven Allen)
- [@sunny-g](//github.com/sunny-g) (Sunny Gonnabathula)
- [@Tangent128](//github.com/Tangent128)
- [@taravancil](//github.com/taravancil) (Tara Vancil)
- [@tari](//github.com/tari) (Peter Marheine)
- [@the8472](//github.com/the8472)
- [@thelinuxkid](//github.com/thelinuxkid) (Andres Buritica)
- [@therealplato](//github.com/therealplato) (Isaac Rogers)
- [@thisconnect](//github.com/thisconnect) (tcme)
- [@thomas-gardner](//github.com/thomas-gardner)
- [@tidux](//github.com/tidux) (Todixu)
- [@TimDaub](//github.com/TimDaub) (Tim Daubenschütz)
- [@timup](//github.com/timup) (Tim Upchurch)
- [@toolmantim](//github.com/toolmantim) (Tim Lucas)
- [@torarnv](//github.com/torarnv) (Tor Arne Vestbø)
- [@toverux](//github.com/toverux) (Morgan Touverey-Quilling)
- [@traverseda](//github.com/traverseda) (Alex Davies)
- [@travisperson](//github.com/travisperson) (Travis Person)
- [@trentmc](//github.com/trentmc) (Trent McConaghy)
- [@troyronda](//github.com/troyronda) (Troy Ronda)
- [@tv42](//github.com/tv42) (Tv)
- [@tweirick](//github.com/tweirick) (tweirick)
- [@upfs](//github.com/upfs)
- [@VictorBjelkholm](//github.com/VictorBjelkholm) (ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ)
- [@vijayee](//github.com/vijayee) (Victor Morrow)
- [@vitzli](//github.com/vitzli)
- [@waffle-iron](//github.com/waffle-iron) (Making GitHub Delicious.)
- [@whereswaldon](//github.com/whereswaldon) (Christopher Waldon)
- [@whyrusleeping](//github.com/whyrusleeping) (Jeromy Johnson)
- [@willglynn](//github.com/willglynn) (Will Glynn)
- [@wking](//github.com/wking) (W. Trevor King)
- [@worraps](//github.com/worraps)
- [@x870eaddd](//github.com/x870eaddd) (Geraint Corneu)
- [@xeroc](//github.com/xeroc) (Fabian Schuh)
- [@xloem](//github.com/xloem)
- [@xtian](//github.com/xtian) (Christian Wesselhoeft)
- [@yangwao](//github.com/yangwao) (Matej Nemček)
- [@yoshuawuyts](//github.com/yoshuawuyts) (Yoshua Wuyts)
- [@ystyle](//github.com/ystyle) (YSTYLE-L.X.Y)
- [@yusefnapora](//github.com/yusefnapora) (Yusef Napora)
- [@yuvallanger](//github.com/yuvallanger) (Yuval Langer)
- [@zignig](//github.com/zignig) (Simon Kirkby)
- [@Zogg](//github.com/Zogg)
- [@zorun](//github.com/zorun)
- [@zramsay](//github.com/zramsay) (Zach)
- [@zyzhangyang](//github.com/zyzhangyang)

haadcode/orbit

- [@christianlundkvist](//github.com/christianlundkvist) (Christian Lundkvist)
- [@claus](//github.com/claus) (Claus Wahlers)
- [@diasdavid](//github.com/diasdavid) (David Dias)
- [@dignifiedquire](//github.com/dignifiedquire) (Friedel Ziegelmayer)
- [@greenkeeperio-bot](//github.com/greenkeeperio-bot) (Greenkeeper)
- [@haadcode](//github.com/haadcode) (Haad)
- [@jbenet](//github.com/jbenet) (Juan Benet)
- [@RichardLitt](//github.com/RichardLitt) (Richard Littauer)
- [@shamb0t](//github.com/shamb0t)

@RichardLitt
Copy link
Member Author

@diasdavid Edited! All good? Unassign yourself if so.

@ghost ghost removed their assignment Sep 2, 2016
@jbenet
Copy link
Member

jbenet commented Sep 2, 2016

@RichardLitt i think remove those contributors that didnt do something in that span of time

@jbenet
Copy link
Member

jbenet commented Sep 2, 2016

What are we doing about the gap of newsletters? it should probably be filled? there's a large period of time with important things that is not accounted for.

@jbenet
Copy link
Member

jbenet commented Sep 2, 2016

@richard my basic feedback on this newsletter (and others have mentioned it in conversation) is that the newsletter contains little compared to the number of things that happened in that period of time.

This is the recurring thing from before-- so i think either:

  • work with someone else to learn how to source all this info faster (and more enjoyably so, etc)
  • or offload it entirely to someone else. I dont know who would be a good fit.
  • a fair amount of this can be automated with social media news feeds, searches, and more.

@daviddias daviddias removed their assignment Sep 3, 2016
@RichardLitt RichardLitt assigned RichardLitt and unassigned jbenet Sep 6, 2016
@RichardLitt
Copy link
Member Author

To add:

    - Kuba hooked up metrics for go-ipfs using Prometheus, but the cool thing is that it lets you hook up metrics without using Prometheus for everything. Normally, you would import Prometheus - but using go-metrics-interface, we can do this itself. The system uses context, which passes the scope of the metric, and which allows you to nest the metrics into each other. The underlying library didn't change, but now we can just import Prometheus without doing this in every project. This also integrates with Grafana. Future plans include adding this to go-log and possibly GX. 

    - Planet Express is in the works; basically, this runs on Orbit, using uPort, that allows you to post to an individualized stream per user. You have your own feed, that only you can post to, and then others can follow that stream of items. In Orbit, the channels are the same as the feed, but anyone can post on those channels; here, each user has a channel. You can also reply to single comments, too.

    - js-secio is complete, the last milestone for js and go interop

To Do

  • Go through and fix name-your-contributors to exclude people whose issues have bee closed, but which may not involve recent involvement from openers

@haadcode
Copy link
Member

haadcode commented Sep 7, 2016

Don't add anything about Planet Express, it's too early.

@RichardLitt
Copy link
Member Author

Add:

 Hey everyone! we released the fourth release candidate for ipfs 0.4.3. This one is going to be the last one (unless like, the apocalypse comes and i have to patch ipfs to handle demons invading over tcp/ip). If you could all give it a try, test it out, stress it out. Have some fun with it!

@RichardLitt
Copy link
Member Author

Closing as won't fix. Too much time has passed, unfortunately. I am going to work on name-your-contributors to fix the bug that was present here, but for now I am stepping away from making the newsletter.

@MichaelMure
Copy link

Too bad, because it's really useful :(

jennwrites added a commit that referenced this pull request Jul 30, 2019
@jennwrites jennwrites deleted the feature/new-newsletter branch October 29, 2019 18:35
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.

7 participants