diff --git a/README.md b/README.md index 9733623..bf5ca96 100644 --- a/README.md +++ b/README.md @@ -93,9 +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-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