From e3080885868d7c83e8dbed4a3d280d9a71cb1c5b Mon Sep 17 00:00:00 2001 From: Mark Pors Date: Wed, 8 Aug 2018 19:47:57 +0300 Subject: [PATCH 1/2] Adding articles "Understanding the IPFS White Paper part 1&2" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 872cf8e..ac61f19 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el ## Articles - 2018-07-11: [On future-proof cryptographic hashes](https://pascalprecht.github.io/posts/future-proofed-hashes-with-multihash/) +- 2017-08-21: [Understanding the IPFS White Paper part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html) +- 2017-08-10: [Understanding the IPFS White Paper part 1](https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html) - 2017-06-13: [Decentralized & Distributed Edge Computing Comes to Computes.io](https://blog.computes.io/decentralized-distributed-edge-computing-comes-to-computes-io-396aa062bc85) - 2017-05-05: [Decentralized indexes for public genomic data](https://github.com/luizirber/2017-recomb) - [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) From d5ea1ea8ee46d5497fa35fc1159b0246ac97f7c2 Mon Sep 17 00:00:00 2001 From: Mark Pors Date: Wed, 8 Aug 2018 20:13:46 +0300 Subject: [PATCH 2/2] add two links --- README.md | 6 +++--- data/articles.yaml | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac61f19..d96bd50 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,11 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el ## Articles - 2018-07-11: [On future-proof cryptographic hashes](https://pascalprecht.github.io/posts/future-proofed-hashes-with-multihash/) -- 2017-08-21: [Understanding the IPFS White Paper part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html) -- 2017-08-10: [Understanding the IPFS White Paper part 1](https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html) +- 2017-08-21: [Understanding the IPFS White Paper part 2](https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html) +- 2017-08-10: [Understanding the IPFS White Paper part 1](https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html) - 2017-06-13: [Decentralized & Distributed Edge Computing Comes to Computes.io](https://blog.computes.io/decentralized-distributed-edge-computing-comes-to-computes-io-396aa062bc85) -- 2017-05-05: [Decentralized indexes for public genomic data](https://github.com/luizirber/2017-recomb) - [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) +- 2017-05-05: [Decentralized indexes for public genomic data](https://github.com/luizirber/2017-recomb) - 2017-03-31: [Using IPFS for IoT Communications](https://medium.com/@chrismatthieu/using-ipfs-for-iot-communications-b49c2139783a) - 2016-09-12: [IPFS: The Internet Democratised](https://medium.com/@tonywillenberg/web-3-0-a-truly-democratised-internet-f4b06cb4077b) - 2016-05-20: [Changelog Podcast](https://changelog.com/204/) diff --git a/data/articles.yaml b/data/articles.yaml index aa7ba78..fdf0a28 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -38,3 +38,9 @@ content: - title: Decentralized indexes for public genomic data date: '2017-05-05' website: https://github.com/luizirber/2017-recomb + - title: Understanding the IPFS White Paper part 1 + date: '2017-08-10' + website: https://decentralized.blog/understanding-the-ipfs-white-paper-part-1.html + - title: Understanding the IPFS White Paper part 2 + date: '2017-08-21' + website: https://decentralized.blog/understanding-the-ipfs-white-paper-part-2.html