Skip to content

Commit

Permalink
Removed old drafts, added new one
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jan 6, 2016
1 parent 40a4b3f commit 8f3ae9a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 52 deletions.
83 changes: 83 additions & 0 deletions drafts/2016-01-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
Welcome to the first edition of IPFS Weekly! [IPFS](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we will try to highlight some of development that happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [github](https://github.com/ipfs) or join us on [IRC](http://webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).

## December 21

Here are some of the highlights for the [December 21](https://github.com/ipfs/pm/issues/76) Sprint:

Not too much happened during this sprint, because it was the holidays. [@jbenet](//github.com/jbenet) was off visiting Middle Earth (New Zealand), and [@whyrusleeping](//github.com/whyrusleeping), [@diasdavid](//github.com/diasdavid), [@lgierth](//github.com/lgierth), and more of the team were over at 32c3 in Hamburg.

### Updates

* [**(go-ipfs)**](https://github.com/ipfs/go-ipfs) [@whyrusleeping](//github.com/whyrusleeping) and [@diasdavid](//github.com/diasdavid) did amazing work closing around 200 issues as part of the "Great go-ipfs Issue Party of 2015".
* [**(registry-mirror)**](https://github.com/ipfs/registry-mirror) npm on IPFS was furthered by [@diasdavid](//github.com/diasdavid) by making it work with 0.4.0. Currently, there are 130,000 modules and it's going strong.
* [**(go-ipfs)**](https://github.com/ipfs/go-ipfs) [@lgierth](//github.com/lgierth) set up namaka and hiiaka (NUC nodes at our table at 32c3). This is pretty cool. CF. [ipfs/infrastructure#142](//github.com/ipfs/infrastructure#142).
* [**(readme-standard)**](https://github.com/RichardLitt/readme-standard) [@RichardLitt](//github.com/RichardLitt) had his own great issue party. He's most proud of breaking ground on the future [readme standard](https://github.com/RichardLitt/readme-standard/issues/1) for IPFS.

For more updates, see the sprint issue.

This comment has been minimized.

Copy link
@eminence

eminence Jan 6, 2016

Contributor

Can we make "sprint issue" a hyperlink?


## December 14

Here are some of the highlights for the [December 14](https://github.com/ipfs/pm/issues/74) Sprint:

### Releases
* [@whyrusleeping](//github.com/whyrusleeping) shipped [fs-repo-migrations](https://github.com/ipfs/fs-repo-migrations)! These are migrations for the filesystem repository of ipfs clients. This tool is written in Go, and developed alongside go-ipfs, but it should work with any repo conforming to the fs-repo specs.
* [@Dignifiedquire](//github.com/Dignifiedquire) did some great work with [rust-multiaddr](https://github.com/Dignifiedquire/rust-multiaddr), which is a Rust implementation of [@jbenet](//github.com/jbenet)'s [multiaddr](https://github.com/jbenet/multiaddr).

### Updates
* [**(registry-mirror)**](https://github.com/ipfs/registry-mirror) [@diasdavid](//github.com/diasdavid) worked on the npm on IPFS project. This involved some new features, moving the mirror to a different server, and making it work better with larger dirs and with 0.4.0. While doing all of this, he still found time to do some major updates for [js-ipfs](https://github.com/ipfs/js-ipfs-repo), too.

Not much else to report this week; a lot of people are off to enjoy CCC, and the holidays.

## December 7th

Here are some highlights of what happened during the [December 7 Sprint](https://github.com/ipfs/pm/issues/67) :

### Releases
* [@whyrusleeping](//github.com/whyrusleeping) shipped IPFS version 0.3.10! It contains [74 new commits](https://github.com/ipfs/go-ipfs/compare/v0.3.9...v0.3.10) since the previous version and you can [get it here](https://ipfs.io/docs/install/).
* npm on IPFS! `registry-mirror` is a new tool that enables distributed discovery of npm modules by fetching and caching the latest state of npm through IPNS. For more info, see this [blog post](http://blog.daviddias.me/2015/12/08/stellar-module-management) by [@diasdavid](//github.com/diasdavid) .
* [@jbenet](//github.com/jbenet) released a new tool/library called [dnslink](https://github.com/jbenet/go-dnslink) that makes it easy to resolve dns links (special TXT records in a domain name that can point to paths, like an IPFS path)

### Updates
* [**(infrastructure)**](https://github.com/ipfs/infrastructure) On the infrastructure side of things, [@lgierth](//github.com/lgierth) has [bootstrapped](https://github.com/ipfs/infrastructure/pull/135) two new storage, each with 17 TB of disk space!
* [**(api)**](https://github.com/ipfs/api) [@RichardLitt](//github.com/RichardLitt) has [reached a draft 1]((https://github.com/ipfs/api/pull/13) of the much needed API documentation.
* [@harlantwood](//github.com/harlantwood) wrote a bit of [nodejs code](https://github.com/ipfs/project-repos/pull/11) that spins up a fresh IPFS node, sets it to a known ID, and publishes to IPNS using that node
* [**(specs)**](https://github.com/ipfs/specs) The new IPFS Linked Data (IPLD) spec is actively being iterated on in the specs repository. Join the discussion [here!](https://github.com/ipfs/specs/pull/37)

### Active stuff
* [@robcat](//github.com/robcat) and [@fazo](//github.com/fazo)96 have done great work integrating IPFS with pacman (the package manager for Arch Linux). They can now install arch packages straight from IPFS! For more details, see [this active discussion](https://github.com/ipfs/notes/issues/84).
* [@Dignifiedquire](//github.com/Dignifiedquire) has been working on an attractive new distribution page for IPFS, which will be the new landing page to download all things IPFS. You can see the [latest screenshots here](https://github.com/ipfs/distributions/issues/11).

## Contributors

Across the entire IPFS github organization, the following people have comitted code since December 7th. (We're autogenerating this list using [this tool](https://github.com/ipfs/weekly/pull/5), so please let us know if your name isn't here.) In the future, we will also include people who comment, as they are also super important; bear with us while we develop that technology.


* Adam Gashlin
* Alex Mingoia
* Christian Couder
* David Dias
* Dominic Della Valle
* Enrico Fasoli
* Friedel Ziegelmayer
* Harlan T Wood
* Ian Preston
* Ivan Vilata-i-Balaguer
* Jakub (Kubuxu) Sztandera
* Jeromy Johnson
* Jonathan Dahan
* Juan Benet
* Kyle Drake
* Lars Gierth
* Lars-Magnus Skog
* RainerWasserfuhr
* ReadmeCritic
* Richard Littauer
* Simon Kirkby
* Teo Sartori
* Travis Person
* digital dreamer
* dignifiedquire
* greenkeeperio-bot
* rht

Thanks, and see you next week!
10 changes: 0 additions & 10 deletions drafts/dec-14.md

This file was deleted.

42 changes: 0 additions & 42 deletions drafts/roundup_2015_12_07.md

This file was deleted.

0 comments on commit 8f3ae9a

Please sign in to comment.