mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-06 08:53:03 +02:00
fix: remove link type paths from sitemap (#98)
This commit is contained in:
+9
-14
@@ -175,6 +175,7 @@ module.exports = {
|
||||
sitemap: {
|
||||
hostname: CANONICAL_BASE,
|
||||
changefreq: 'weekly',
|
||||
exclude: ['/image-crop/', '/404.html'],
|
||||
},
|
||||
directories: [
|
||||
{
|
||||
@@ -207,20 +208,6 @@ module.exports = {
|
||||
lengthPerPage: Number.MAX_SAFE_INTEGER,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'image_crop',
|
||||
dirname: 'image_crop',
|
||||
path: '/image-crop/',
|
||||
itemPermalink: '/image-crop/:slug',
|
||||
layout: 'ImageCrop',
|
||||
frontmatter: {
|
||||
title: 'Image Crop',
|
||||
description: 'Crop the card image',
|
||||
},
|
||||
pagination: {
|
||||
lengthPerPage: Number.MAX_SAFE_INTEGER,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -293,4 +280,12 @@ module.exports = {
|
||||
.end()
|
||||
.end()
|
||||
},
|
||||
additionalPages: [
|
||||
{
|
||||
path: '/image-crop/',
|
||||
frontmatter: {
|
||||
layout: 'ImageCrop',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Academic Papers
|
||||
type: Academic paper
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- name: 'IPFS: Content Addressed, Versioned, P2P File System'
|
||||
title: 'IPFS: Content Addressed, Versioned, P2P File System'
|
||||
|
||||
+35
-34
@@ -1,39 +1,40 @@
|
||||
---
|
||||
title: Events
|
||||
type: Event
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- title: IPFS Community Meetup, March 2021
|
||||
date: 2021-03-23
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/276123396/
|
||||
card_image: "/2021-03-04-event-ipfs-community-meetup.jpg"
|
||||
tags:
|
||||
- official meetup
|
||||
- name: IPFS Community Meetup, February 2021
|
||||
title: IPFS Community Meetup, February 2021
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/276018298/
|
||||
card_image: "/2021-02-23-event-meetup.png"
|
||||
date: 2021-01-23
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Kick off the New Year with IPFS
|
||||
title: Kick off the New Year with IPFS
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/275755941/
|
||||
card_image: "/2021-01-22-event-meetup.png"
|
||||
date: 2021-01-22
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Wrap Up 2020 with IPFS and friends!
|
||||
title: Wrap Up 2020 with IPFS and friends!
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/274910985/
|
||||
date: 2020-12-11
|
||||
tags:
|
||||
- official meetup
|
||||
card_image: "/2020-12-11-event-meetup.png"
|
||||
- name: Portland Ctrl IPFS Meetup
|
||||
title: Portland Ctrl IPFS Meetup
|
||||
path: https://attending.io/events/ipfs-portland-meetup-the-permanent-distributed-web
|
||||
date: 2015-07-22
|
||||
tags:
|
||||
- conferences
|
||||
|
||||
- title: IPFS Community Meetup, March 2021
|
||||
date: 2021-03-23
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/276123396/
|
||||
card_image: '/2021-03-04-event-ipfs-community-meetup.jpg'
|
||||
tags:
|
||||
- official meetup
|
||||
- name: IPFS Community Meetup, February 2021
|
||||
title: IPFS Community Meetup, February 2021
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/276018298/
|
||||
card_image: '/2021-02-23-event-meetup.png'
|
||||
date: 2021-01-23
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Kick off the New Year with IPFS
|
||||
title: Kick off the New Year with IPFS
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/275755941/
|
||||
card_image: '/2021-01-22-event-meetup.png'
|
||||
date: 2021-01-22
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Wrap Up 2020 with IPFS and friends!
|
||||
title: Wrap Up 2020 with IPFS and friends!
|
||||
path: https://www.meetup.com/San-Francisco-IPFS/events/274910985/
|
||||
date: 2020-12-11
|
||||
tags:
|
||||
- official meetup
|
||||
card_image: '/2020-12-11-event-meetup.png'
|
||||
- name: Portland Ctrl IPFS Meetup
|
||||
title: Portland Ctrl IPFS Meetup
|
||||
path: https://attending.io/events/ipfs-portland-meetup-the-permanent-distributed-web
|
||||
date: 2015-07-22
|
||||
tags:
|
||||
- conferences
|
||||
---
|
||||
|
||||
+297
-290
@@ -1,295 +1,302 @@
|
||||
---
|
||||
title: News Coverage
|
||||
type: News coverage
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- title: IPFS at Fission Demo Day, March 2021
|
||||
date: 2021-03-18
|
||||
path: https://blog.fission.codes/fission-demo-day-march-2021/
|
||||
card_image: "/2021-03-23-cardheader-fission-demo-day.jpg"
|
||||
tags:
|
||||
- demo
|
||||
- title: Announcing IPFS for Creators
|
||||
date: 2021-03-06
|
||||
path: https://medium.com/mintgate/announcing-ipfs-for-creators-259a8f16e13
|
||||
card_image: "/2021-03-15-cardheader-ipfs-for-creators.png"
|
||||
tags:
|
||||
- tutorial
|
||||
- name: Cointelegraph Top 100 - Juan Benet [Cointelegraph]
|
||||
title: Cointelegraph Top 100 - Juan Benet (Cointelegraph)
|
||||
path: https://cointelegraph.com/top-people-in-crypto-and-blockchain/juan-benet
|
||||
card_image: "/2021-02-11-news-cointelegraph-juanbenet.png"
|
||||
date: 2021-02-11
|
||||
tags: []
|
||||
- name: Brave Becomes First Browser to Offer Native IPFS Integration (Coindesk)
|
||||
title: Brave Becomes First Browser to Offer Native IPFS Integration (Coindesk)
|
||||
path: https://www.coindesk.com/brave-browser-native-ipfs-integration-decentralized-web
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-19-news-brave-coindesk.png"
|
||||
- name: Brave browser now supports peer-to-peer IPFS protocol (Engadget)
|
||||
title: Brave browser now supports peer-to-peer IPFS protocol (Engadget)
|
||||
path: https://www.engadget.com/brave-ipfs-update-190545662.html
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-19-news-brave-engadget.png"
|
||||
- name: How to Use the Uncensorable Web on Privacy Browser Brave (Decrypt)
|
||||
title: How to Use the Uncensorable Web on Privacy Browser Brave (Decrypt)
|
||||
path: https://decrypt.co/54686/how-to-use-the-uncensorable-web-on-privacy-browser-brave
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-19-news-brave-decrypt.png"
|
||||
- name: Brave Becomes First Browser to Add Native IPFS Support (ZDNet)
|
||||
title: Brave Becomes First Browser to Add Native IPFS Support (ZDNet)
|
||||
path: https://www.zdnet.com/article/brave-becomes-first-browser-to-add-native-support-for-the-ipfs-protocol/
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-19-news-brave-zdnet.png"
|
||||
- name: Brave Integrates IPFS (Brave Blog)
|
||||
title: Brave Integrates IPFS (Brave Blog)
|
||||
path: https://brave.com/brave-integrates-ipfs/
|
||||
date: 2021-01-19
|
||||
card_image: "/2021-01-19-news-brave-braveblog.png"
|
||||
tags:
|
||||
- browsers
|
||||
- name: Brave Bets on the Decentralized Web (The Register)
|
||||
title: Brave Bets on the Decentralized Web (The Register)
|
||||
path: https://www.theregister.com/2021/01/19/brave_decentralized_browser/
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
- name: Brave Takes Step Towards Enabling a Decentralized Web (The Verge)
|
||||
title: Brave Takes Step Towards Enabling a Decentralized Web (The Verge)
|
||||
path: https://www.theverge.com/2021/1/19/22238334/brave-browser-ipfs-peer-to-peer-decentralized-transfer-protocol-http-nodes
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-19-news-brave-verge.png"
|
||||
- name: We Need Alternatives to Big Tech; These Decentralized Tools Might Be The Answer
|
||||
(New America)
|
||||
title: We Need Alternatives to Big Tech; These Decentralized Tools Might Be The
|
||||
Answer (New America)
|
||||
path: https://www.newamerica.org/oti/blog/decentralization-competition/
|
||||
date: 2021-01-12
|
||||
tags:
|
||||
- browsers
|
||||
card_image: "/2021-01-12-news-bigtech-newamerica.png"
|
||||
- name: Cloudflare Unveils Gateway to Distributed Web With ENS, IPFS Integration
|
||||
title: Cloudflare Unveils Gateway to Distributed Web With ENS, IPFS Integration
|
||||
path: https://www.coindesk.com/cloudflare-unveils-gateway-to-distributed-web-with-ens-ipfs-integration
|
||||
date: 2021-01-13
|
||||
tags:
|
||||
- community
|
||||
- static publishing
|
||||
card_image: "/2021-01-13-news-cloudflare-coindesk.png"
|
||||
- name: 'Juan Benet: From Idea to Action (CoinDesk)'
|
||||
title: 'Juan Benet: From Idea to Action (CoinDesk)'
|
||||
path: https://www.coindesk.com/juan-benet-most-influential-2020
|
||||
date: 2020-12-09T00:00:00.000+00:00
|
||||
tags:
|
||||
- interview
|
||||
card_image: "/2020-12-08-news-juanbenet-coindesk.png"
|
||||
- name: IPFS is paving the way for a new digital economy (Modern Consensus)
|
||||
title: IPFS is paving the way for a new digital economy (Modern Consensus)
|
||||
path: https://modernconsensus.com/commentary/opinion/ipfs-is-paving-the-way-for-a-new-digital-economy/
|
||||
date: 2020-10-08T06:00:00.000+00:00
|
||||
card_image: "/2020-10-08-digitaleconomy-modernconsensus.png"
|
||||
- name: The Decentralized Web Could Help Preserve The Internet’s Data For 1,000 Years.
|
||||
Here’s Why We Need IPFS To Build It (TechDirt)
|
||||
title: The Decentralized Web Could Help Preserve The Internet’s Data For 1,000 Years.
|
||||
Here’s Why We Need IPFS To Build It (TechDirt)
|
||||
path: https://www.techdirt.com/articles/20200504/16050844431/decentralized-web-could-help-preserve-internets-data-1000-years-heres-why-we-need-ipfs-to-build-it.shtml#
|
||||
date: 2020-05-05T06:00:00.000+00:00
|
||||
- name: Latest Version of Open Source IPFS Improves Performance (DevOps.com)
|
||||
title: Latest Version of Open Source IPFS Improves Performance (DevOps.com)
|
||||
path: https://devops.com/latest-version-of-open-source-ipfs-improves-performance/
|
||||
date: 2020-04-30T06:00:00.000+00:00
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: "/2020-04-30-news-latestipfs-devops.png"
|
||||
- name: Decentralized Web Protocol IPFS Has Its Biggest Update So Far (Cointelegraph)
|
||||
title: Decentralized Web Protocol IPFS Has Its Biggest Update So Far (Cointelegraph)
|
||||
path: https://cointelegraph.com/news/decentralized-web-protocol-ipfs-has-its-biggest-update-so-far
|
||||
date: 2020-04-28T06:00:00.000+00:00
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: "/2020-04-28-latestipfs-cointelegraph.png"
|
||||
- name: InterPlanetary File System Is Uncensorable During Coronavirus News Fog (Coindesk)
|
||||
title: InterPlanetary File System Is Uncensorable During Coronavirus News Fog (Coindesk)
|
||||
path: https://www.coindesk.com/interplanetary-file-system-is-uncensorable-during-coronavirus-news-fog
|
||||
date: 2020-03-18T06:00:00.000+00:00
|
||||
tags:
|
||||
- censorship
|
||||
card_image: "/2020-03-18-covid-coindesk.png"
|
||||
- name: IPFS Emerges as Tool to Distribute Container Images (Container Journal)
|
||||
title: IPFS Emerges as Tool to Distribute Container Images (Container Journal)
|
||||
path: https://containerjournal.com/topics/container-management/ipfs-emerges-as-tool-to-distribute-container-images/
|
||||
date: 2020-03-02
|
||||
tags:
|
||||
- Docker
|
||||
- containerization
|
||||
card_image: "/2020-03-02-news-images-containerjournal.png"
|
||||
- name: IPFS, libp2p and Filecoin with Juan Benet (Zero Knowledge)
|
||||
title: IPFS, libp2p and Filecoin with Juan Benet (Zero Knowledge)
|
||||
path: https://www.zeroknowledge.fm/106?t=0
|
||||
date: 2019-12-04
|
||||
tags:
|
||||
- interview
|
||||
card_image: "/2020-03-02-news-juanbenet-zeroknowledge.png"
|
||||
- name: Enterprise IPFS for True Supply Chain Provenance (RTrade)
|
||||
title: Enterprise IPFS for True Supply Chain Provenance (RTrade)
|
||||
path: https://medium.com/rtrade-technologies/enterprise-ipfs-for-true-supply-chain-provenance-part-1-89524337f27
|
||||
date: 2019-09-06
|
||||
tags:
|
||||
- community
|
||||
card_image: "/2019-09-06-news-supplychain-rtrade.png"
|
||||
- name: IFPS — Technology That's Out of This World (Sprint)
|
||||
title: IFPS — Technology That's Out of This World (Sprint)
|
||||
path: https://web.archive.org/web/20200221031918/https://business.sprint.com/blog/ipfs-technology/
|
||||
date: 2019-05-22T06:00:00.000+00:00
|
||||
- name: Cloudflare Goes InterPlanetary (Cloudflare Blog)
|
||||
title: Cloudflare Goes InterPlanetary (Cloudflare Blog)
|
||||
path: https://blog.cloudflare.com/distributed-web-gateway/
|
||||
date: 2018-09-17
|
||||
tags:
|
||||
- CDN
|
||||
- community
|
||||
card_image: "/2018-09-17-news-gateway-cloudflare.png"
|
||||
- name: Building Cooperation and Trust into the Web (Mozilla Hacks)
|
||||
title: Building Cooperation and Trust into the Web (Mozilla Hacks)
|
||||
path: https://hacks.mozilla.org/2018/08/dweb-building-cooperation-and-trust-into-the-web-with-ipfs/
|
||||
date: 2018-08-29
|
||||
tags:
|
||||
- community
|
||||
card_image: "/2018-08-29-news-supplychain-rtrade.png"
|
||||
- name: Deconstructing the Power Structures of Large-Scale Social Computing Networks
|
||||
title: Deconstructing the Power Structures of Large-Scale Social Computing Networks
|
||||
path: https://infocivics.com/
|
||||
date: 2018-08-06
|
||||
tags:
|
||||
- identity
|
||||
- name: Why is Decentralized and Distributed File Storage Critical for a Better Web?
|
||||
(Coin Center)
|
||||
title: Why is Decentralized and Distributed File Storage Critical for a Better Web?
|
||||
(Coin Center)
|
||||
path: https://coincenter.org/entry/why-is-decentralized-and-distributed-file-storage-critical-for-a-better-web
|
||||
date: 2017-06-20
|
||||
card_image: "/2017-06-20-news-distributedstorage-coincenter.png"
|
||||
- name: Protocol Labs (BlueYard Capital)
|
||||
title: Protocol Labs (BlueYard Capital)
|
||||
path: https://medium.com/@BlueYard/protocol-labs-35ceff61b031
|
||||
date: 2017-05-18
|
||||
card_image: "/2017-05-18-pl-blueyard.png"
|
||||
- name: Protocol Labs (Union Square Ventures)
|
||||
title: Protocol Labs (Union Square Ventures)
|
||||
path: https://www.usv.com/blog/protocol-labs
|
||||
date: 2017-05-18
|
||||
- name: Turkey Can’t Block This Copy of Wikipedia (Observer)
|
||||
title: Turkey Can’t Block This Copy of Wikipedia (Observer)
|
||||
path: http://observer.com/2017/05/turkey-wikipedia-ipfs/
|
||||
date: 2017-05-10
|
||||
tags:
|
||||
- censorship
|
||||
card_image: "/2017-05-10-news-wikipedia-observer.png"
|
||||
- name: Ethereum Meets Zcash? Why IPFS Plans a Multi-Blockchain Browser (CoinDesk)
|
||||
title: Ethereum Meets Zcash? Why IPFS Plans a Multi-Blockchain Browser (CoinDesk)
|
||||
path: https://www.coindesk.com/ethereum-meets-zcash-why-ipfs-plans-a-multi-blockchain-browser/
|
||||
date: 2017-04-29
|
||||
card_image: "/2017-04-29-news-multiblockchain-coindesk.png"
|
||||
- name: OpenBazaar Integrating IPFS to Help Keep Stores Open Longer (Nasdaq)
|
||||
title: OpenBazaar Integrating IPFS to Help Keep Stores Open Longer (Nasdaq)
|
||||
path: http://www.nasdaq.com/article/openbazaar-integrating-interplanetary-file-system-to-help-keep-stores-open-longer-cm606534
|
||||
date: 2016-04-14
|
||||
tags:
|
||||
- community
|
||||
card_image: "/2016-04-14-openbazaar-nasdaq.png"
|
||||
- name: A Protocol That Changes Everything (John Lilic)
|
||||
title: A Protocol That Changes Everything (John Lilic)
|
||||
path: https://www.linkedin.com/pulse/introduction-ipfs-interplanetary-file-system-brief-post-john-lilic
|
||||
date: 2015-10-19
|
||||
card_image: "/2015-10-18-news-changeseverything.png"
|
||||
- name: Epicenter Bitcoin Interviews Juan Benet
|
||||
title: Epicenter Bitcoin Interviews Juan Benet
|
||||
path: https://epicenter.tv/episode/100/
|
||||
date: 2015-10-12
|
||||
tags:
|
||||
- interview
|
||||
card_image: "/2015-10-12-news-juanbenet-epicenterbitcoin.png"
|
||||
- name: Decentralizing the Web with IPFS (Reseller Club)
|
||||
title: Decentralizing the Web with IPFS (Reseller Club)
|
||||
path: https://blog.resellerclub.com/decentralizing-the-web-with-ipfs/
|
||||
date: 2015-10-12
|
||||
card_image: "/2015-10-12-news-decentralizingweb-resellerclub.png"
|
||||
- name: FreeNAS Alpha Ships with IPFS as a Transport
|
||||
title: FreeNAS Alpha Ships with IPFS as a Transport
|
||||
path: https://web.archive.org/web/20151011192538/http://www.freenas.org/whats-new/2015/10/announcing-freenas-10-alpha.html
|
||||
date: 2015-10-09
|
||||
tags:
|
||||
- community
|
||||
- name: IPFS at AndYetConf 2015
|
||||
title: IPFS at AndYetConf 2015
|
||||
path: http://talks.benet.ai/2015-10-06-ipfs-013-andyetconf
|
||||
date: 2015-10-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: Why the Internet Needs IPFS Before It's Too Late (TechCrunch)
|
||||
title: Why the Internet Needs IPFS Before It's Too Late (TechCrunch)
|
||||
path: https://techcrunch.com/2015/10/04/why-the-internet-needs-ipfs-before-its-too-late/
|
||||
date: 2015-10-04
|
||||
card_image: "/2015-10-04-news-toolate-techcrunch.png"
|
||||
- name: A For-Life, Decentralized, Privacy-Respecting Web (Maxim Veksler)
|
||||
title: A For-Life, Decentralized, Privacy-Respecting Web (Maxim Veksler)
|
||||
path: https://medium.com/@mvxlr/ipfs-inter-planetary-file-system-65466e4129c6
|
||||
date: 2015-09-23
|
||||
- name: IPFS Wants to Create a Permanent Web (Motherboard)
|
||||
title: IPFS Wants to Create a Permanent Web (Motherboard)
|
||||
path: https://motherboard.vice.com/en_us/article/78xgaq/the-interplanetary-file-system-wants-to-create-a-permanent-web
|
||||
date: 2015-09-19
|
||||
card_image: "/2020-09-18-news-permanent-vice.png"
|
||||
- name: First Steps Toward Implementing Distributed Permanent Web (Hacked.com)
|
||||
title: First Steps Toward Implementing Distributed Permanent Web (Hacked.com)
|
||||
path: https://web.archive.org/web/20150919135028/https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/
|
||||
date: 2015-09-10
|
||||
- name: HTTP is Obsolete. It’s Time for the Distributed, Permanent Web (Neocities)
|
||||
title: HTTP is Obsolete. It’s Time for the Distributed, Permanent Web (Neocities)
|
||||
path: https://blog.neocities.org/its-time-for-the-permanent-web.html
|
||||
date: 2015-09-08
|
||||
card_image: "/2015-09-08-news-dweb-neocities.png"
|
||||
- name: Juan Benet Interview (Software Engineering Daily)
|
||||
title: Juan Benet Interview (Software Engineering Daily)
|
||||
path: https://softwareengineeringdaily.com/2015/08/25/interplanetary-file-system-ipfs-with-juan-benet/
|
||||
date: 2015-08-25
|
||||
tags:
|
||||
- interview
|
||||
card_image: "/2015-08-25-juanbenet-softwareengineeringdaily.png"
|
||||
- name: IPFS at Battlemesh 2015
|
||||
title: IPFS at Battlemesh 2015
|
||||
path: https://battlemesh.org/BattleMeshV8/Agenda
|
||||
date: 2015-08-03
|
||||
tags:
|
||||
- conferences
|
||||
- name: Holger Krekels EuroPython 2015 Keynote
|
||||
title: Holger Krekels EuroPython 2015 Keynote
|
||||
path: http://dietzel.me/2015/08/02/EuroPython-2015-Holger-Krekels-Keynote-about-the-interplanetary-filesystem-Wed-22nd-July-2015/
|
||||
date: 2015-05-22
|
||||
tags:
|
||||
- conferences
|
||||
card_image: "/2015-08-02-news-holgerkrekel-europython.png"
|
||||
- name: IPFS at Data Terra Nemo 2015
|
||||
title: IPFS at Data Terra Nemo 2015
|
||||
path: https://dtn.is/2015.html
|
||||
date: 2015-05-23
|
||||
tags:
|
||||
- conferences
|
||||
card_image: "/2015-05-23-news-dataterranemo.png"
|
||||
- name: Juan Benet at O'Reilly Fluent Conf
|
||||
title: Juan Benet at O'Reilly Fluent Conf
|
||||
path: https://www.oreilly.com/library/view/fluent-conference-2015/9781491927786/
|
||||
date: 2015-04-23
|
||||
tags:
|
||||
- conferences
|
||||
|
||||
- title: IPFS at Fission Demo Day, March 2021
|
||||
date: 2021-03-18
|
||||
path: https://blog.fission.codes/fission-demo-day-march-2021/
|
||||
card_image: '/2021-03-23-cardheader-fission-demo-day.jpg'
|
||||
tags:
|
||||
- demo
|
||||
- title: Announcing IPFS for Creators
|
||||
date: 2021-03-06
|
||||
path: https://medium.com/mintgate/announcing-ipfs-for-creators-259a8f16e13
|
||||
card_image: '/2021-03-15-cardheader-ipfs-for-creators.png'
|
||||
tags:
|
||||
- tutorial
|
||||
- name: Cointelegraph Top 100 - Juan Benet [Cointelegraph]
|
||||
title: Cointelegraph Top 100 - Juan Benet (Cointelegraph)
|
||||
path: https://cointelegraph.com/top-people-in-crypto-and-blockchain/juan-benet
|
||||
card_image: '/2021-02-11-news-cointelegraph-juanbenet.png'
|
||||
date: 2021-02-11
|
||||
tags: []
|
||||
- name: Brave Becomes First Browser to Offer Native IPFS Integration (Coindesk)
|
||||
title: Brave Becomes First Browser to Offer Native IPFS Integration (Coindesk)
|
||||
path: https://www.coindesk.com/brave-browser-native-ipfs-integration-decentralized-web
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-19-news-brave-coindesk.png'
|
||||
- name: Brave browser now supports peer-to-peer IPFS protocol (Engadget)
|
||||
title: Brave browser now supports peer-to-peer IPFS protocol (Engadget)
|
||||
path: https://www.engadget.com/brave-ipfs-update-190545662.html
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-19-news-brave-engadget.png'
|
||||
- name: How to Use the Uncensorable Web on Privacy Browser Brave (Decrypt)
|
||||
title: How to Use the Uncensorable Web on Privacy Browser Brave (Decrypt)
|
||||
path: https://decrypt.co/54686/how-to-use-the-uncensorable-web-on-privacy-browser-brave
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-19-news-brave-decrypt.png'
|
||||
- name: Brave Becomes First Browser to Add Native IPFS Support (ZDNet)
|
||||
title: Brave Becomes First Browser to Add Native IPFS Support (ZDNet)
|
||||
path: https://www.zdnet.com/article/brave-becomes-first-browser-to-add-native-support-for-the-ipfs-protocol/
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-19-news-brave-zdnet.png'
|
||||
- name: Brave Integrates IPFS (Brave Blog)
|
||||
title: Brave Integrates IPFS (Brave Blog)
|
||||
path: https://brave.com/brave-integrates-ipfs/
|
||||
date: 2021-01-19
|
||||
card_image: '/2021-01-19-news-brave-braveblog.png'
|
||||
tags:
|
||||
- browsers
|
||||
- name: Brave Bets on the Decentralized Web (The Register)
|
||||
title: Brave Bets on the Decentralized Web (The Register)
|
||||
path: https://www.theregister.com/2021/01/19/brave_decentralized_browser/
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
- name: Brave Takes Step Towards Enabling a Decentralized Web (The Verge)
|
||||
title: Brave Takes Step Towards Enabling a Decentralized Web (The Verge)
|
||||
path: https://www.theverge.com/2021/1/19/22238334/brave-browser-ipfs-peer-to-peer-decentralized-transfer-protocol-http-nodes
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-19-news-brave-verge.png'
|
||||
- name:
|
||||
We Need Alternatives to Big Tech; These Decentralized Tools Might Be The Answer
|
||||
(New America)
|
||||
title:
|
||||
We Need Alternatives to Big Tech; These Decentralized Tools Might Be The
|
||||
Answer (New America)
|
||||
path: https://www.newamerica.org/oti/blog/decentralization-competition/
|
||||
date: 2021-01-12
|
||||
tags:
|
||||
- browsers
|
||||
card_image: '/2021-01-12-news-bigtech-newamerica.png'
|
||||
- name: Cloudflare Unveils Gateway to Distributed Web With ENS, IPFS Integration
|
||||
title: Cloudflare Unveils Gateway to Distributed Web With ENS, IPFS Integration
|
||||
path: https://www.coindesk.com/cloudflare-unveils-gateway-to-distributed-web-with-ens-ipfs-integration
|
||||
date: 2021-01-13
|
||||
tags:
|
||||
- community
|
||||
- static publishing
|
||||
card_image: '/2021-01-13-news-cloudflare-coindesk.png'
|
||||
- name: 'Juan Benet: From Idea to Action (CoinDesk)'
|
||||
title: 'Juan Benet: From Idea to Action (CoinDesk)'
|
||||
path: https://www.coindesk.com/juan-benet-most-influential-2020
|
||||
date: 2020-12-09T00:00:00.000+00:00
|
||||
tags:
|
||||
- interview
|
||||
card_image: '/2020-12-08-news-juanbenet-coindesk.png'
|
||||
- name: IPFS is paving the way for a new digital economy (Modern Consensus)
|
||||
title: IPFS is paving the way for a new digital economy (Modern Consensus)
|
||||
path: https://modernconsensus.com/commentary/opinion/ipfs-is-paving-the-way-for-a-new-digital-economy/
|
||||
date: 2020-10-08T06:00:00.000+00:00
|
||||
card_image: '/2020-10-08-digitaleconomy-modernconsensus.png'
|
||||
- name:
|
||||
The Decentralized Web Could Help Preserve The Internet’s Data For 1,000 Years.
|
||||
Here’s Why We Need IPFS To Build It (TechDirt)
|
||||
title:
|
||||
The Decentralized Web Could Help Preserve The Internet’s Data For 1,000 Years.
|
||||
Here’s Why We Need IPFS To Build It (TechDirt)
|
||||
path: https://www.techdirt.com/articles/20200504/16050844431/decentralized-web-could-help-preserve-internets-data-1000-years-heres-why-we-need-ipfs-to-build-it.shtml#
|
||||
date: 2020-05-05T06:00:00.000+00:00
|
||||
- name: Latest Version of Open Source IPFS Improves Performance (DevOps.com)
|
||||
title: Latest Version of Open Source IPFS Improves Performance (DevOps.com)
|
||||
path: https://devops.com/latest-version-of-open-source-ipfs-improves-performance/
|
||||
date: 2020-04-30T06:00:00.000+00:00
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: '/2020-04-30-news-latestipfs-devops.png'
|
||||
- name: Decentralized Web Protocol IPFS Has Its Biggest Update So Far (Cointelegraph)
|
||||
title: Decentralized Web Protocol IPFS Has Its Biggest Update So Far (Cointelegraph)
|
||||
path: https://cointelegraph.com/news/decentralized-web-protocol-ipfs-has-its-biggest-update-so-far
|
||||
date: 2020-04-28T06:00:00.000+00:00
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: '/2020-04-28-latestipfs-cointelegraph.png'
|
||||
- name: InterPlanetary File System Is Uncensorable During Coronavirus News Fog (Coindesk)
|
||||
title: InterPlanetary File System Is Uncensorable During Coronavirus News Fog (Coindesk)
|
||||
path: https://www.coindesk.com/interplanetary-file-system-is-uncensorable-during-coronavirus-news-fog
|
||||
date: 2020-03-18T06:00:00.000+00:00
|
||||
tags:
|
||||
- censorship
|
||||
card_image: '/2020-03-18-covid-coindesk.png'
|
||||
- name: IPFS Emerges as Tool to Distribute Container Images (Container Journal)
|
||||
title: IPFS Emerges as Tool to Distribute Container Images (Container Journal)
|
||||
path: https://containerjournal.com/topics/container-management/ipfs-emerges-as-tool-to-distribute-container-images/
|
||||
date: 2020-03-02
|
||||
tags:
|
||||
- Docker
|
||||
- containerization
|
||||
card_image: '/2020-03-02-news-images-containerjournal.png'
|
||||
- name: IPFS, libp2p and Filecoin with Juan Benet (Zero Knowledge)
|
||||
title: IPFS, libp2p and Filecoin with Juan Benet (Zero Knowledge)
|
||||
path: https://www.zeroknowledge.fm/106?t=0
|
||||
date: 2019-12-04
|
||||
tags:
|
||||
- interview
|
||||
card_image: '/2020-03-02-news-juanbenet-zeroknowledge.png'
|
||||
- name: Enterprise IPFS for True Supply Chain Provenance (RTrade)
|
||||
title: Enterprise IPFS for True Supply Chain Provenance (RTrade)
|
||||
path: https://medium.com/rtrade-technologies/enterprise-ipfs-for-true-supply-chain-provenance-part-1-89524337f27
|
||||
date: 2019-09-06
|
||||
tags:
|
||||
- community
|
||||
card_image: '/2019-09-06-news-supplychain-rtrade.png'
|
||||
- name: IFPS — Technology That's Out of This World (Sprint)
|
||||
title: IFPS — Technology That's Out of This World (Sprint)
|
||||
path: https://web.archive.org/web/20200221031918/https://business.sprint.com/blog/ipfs-technology/
|
||||
date: 2019-05-22T06:00:00.000+00:00
|
||||
- name: Cloudflare Goes InterPlanetary (Cloudflare Blog)
|
||||
title: Cloudflare Goes InterPlanetary (Cloudflare Blog)
|
||||
path: https://blog.cloudflare.com/distributed-web-gateway/
|
||||
date: 2018-09-17
|
||||
tags:
|
||||
- CDN
|
||||
- community
|
||||
card_image: '/2018-09-17-news-gateway-cloudflare.png'
|
||||
- name: Building Cooperation and Trust into the Web (Mozilla Hacks)
|
||||
title: Building Cooperation and Trust into the Web (Mozilla Hacks)
|
||||
path: https://hacks.mozilla.org/2018/08/dweb-building-cooperation-and-trust-into-the-web-with-ipfs/
|
||||
date: 2018-08-29
|
||||
tags:
|
||||
- community
|
||||
card_image: '/2018-08-29-news-supplychain-rtrade.png'
|
||||
- name: Deconstructing the Power Structures of Large-Scale Social Computing Networks
|
||||
title: Deconstructing the Power Structures of Large-Scale Social Computing Networks
|
||||
path: https://infocivics.com/
|
||||
date: 2018-08-06
|
||||
tags:
|
||||
- identity
|
||||
- name:
|
||||
Why is Decentralized and Distributed File Storage Critical for a Better Web?
|
||||
(Coin Center)
|
||||
title:
|
||||
Why is Decentralized and Distributed File Storage Critical for a Better Web?
|
||||
(Coin Center)
|
||||
path: https://coincenter.org/entry/why-is-decentralized-and-distributed-file-storage-critical-for-a-better-web
|
||||
date: 2017-06-20
|
||||
card_image: '/2017-06-20-news-distributedstorage-coincenter.png'
|
||||
- name: Protocol Labs (BlueYard Capital)
|
||||
title: Protocol Labs (BlueYard Capital)
|
||||
path: https://medium.com/@BlueYard/protocol-labs-35ceff61b031
|
||||
date: 2017-05-18
|
||||
card_image: '/2017-05-18-pl-blueyard.png'
|
||||
- name: Protocol Labs (Union Square Ventures)
|
||||
title: Protocol Labs (Union Square Ventures)
|
||||
path: https://www.usv.com/blog/protocol-labs
|
||||
date: 2017-05-18
|
||||
- name: Turkey Can’t Block This Copy of Wikipedia (Observer)
|
||||
title: Turkey Can’t Block This Copy of Wikipedia (Observer)
|
||||
path: http://observer.com/2017/05/turkey-wikipedia-ipfs/
|
||||
date: 2017-05-10
|
||||
tags:
|
||||
- censorship
|
||||
card_image: '/2017-05-10-news-wikipedia-observer.png'
|
||||
- name: Ethereum Meets Zcash? Why IPFS Plans a Multi-Blockchain Browser (CoinDesk)
|
||||
title: Ethereum Meets Zcash? Why IPFS Plans a Multi-Blockchain Browser (CoinDesk)
|
||||
path: https://www.coindesk.com/ethereum-meets-zcash-why-ipfs-plans-a-multi-blockchain-browser/
|
||||
date: 2017-04-29
|
||||
card_image: '/2017-04-29-news-multiblockchain-coindesk.png'
|
||||
- name: OpenBazaar Integrating IPFS to Help Keep Stores Open Longer (Nasdaq)
|
||||
title: OpenBazaar Integrating IPFS to Help Keep Stores Open Longer (Nasdaq)
|
||||
path: http://www.nasdaq.com/article/openbazaar-integrating-interplanetary-file-system-to-help-keep-stores-open-longer-cm606534
|
||||
date: 2016-04-14
|
||||
tags:
|
||||
- community
|
||||
card_image: '/2016-04-14-openbazaar-nasdaq.png'
|
||||
- name: A Protocol That Changes Everything (John Lilic)
|
||||
title: A Protocol That Changes Everything (John Lilic)
|
||||
path: https://www.linkedin.com/pulse/introduction-ipfs-interplanetary-file-system-brief-post-john-lilic
|
||||
date: 2015-10-19
|
||||
card_image: '/2015-10-18-news-changeseverything.png'
|
||||
- name: Epicenter Bitcoin Interviews Juan Benet
|
||||
title: Epicenter Bitcoin Interviews Juan Benet
|
||||
path: https://epicenter.tv/episode/100/
|
||||
date: 2015-10-12
|
||||
tags:
|
||||
- interview
|
||||
card_image: '/2015-10-12-news-juanbenet-epicenterbitcoin.png'
|
||||
- name: Decentralizing the Web with IPFS (Reseller Club)
|
||||
title: Decentralizing the Web with IPFS (Reseller Club)
|
||||
path: https://blog.resellerclub.com/decentralizing-the-web-with-ipfs/
|
||||
date: 2015-10-12
|
||||
card_image: '/2015-10-12-news-decentralizingweb-resellerclub.png'
|
||||
- name: FreeNAS Alpha Ships with IPFS as a Transport
|
||||
title: FreeNAS Alpha Ships with IPFS as a Transport
|
||||
path: https://web.archive.org/web/20151011192538/http://www.freenas.org/whats-new/2015/10/announcing-freenas-10-alpha.html
|
||||
date: 2015-10-09
|
||||
tags:
|
||||
- community
|
||||
- name: IPFS at AndYetConf 2015
|
||||
title: IPFS at AndYetConf 2015
|
||||
path: http://talks.benet.ai/2015-10-06-ipfs-013-andyetconf
|
||||
date: 2015-10-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: Why the Internet Needs IPFS Before It's Too Late (TechCrunch)
|
||||
title: Why the Internet Needs IPFS Before It's Too Late (TechCrunch)
|
||||
path: https://techcrunch.com/2015/10/04/why-the-internet-needs-ipfs-before-its-too-late/
|
||||
date: 2015-10-04
|
||||
card_image: '/2015-10-04-news-toolate-techcrunch.png'
|
||||
- name: A For-Life, Decentralized, Privacy-Respecting Web (Maxim Veksler)
|
||||
title: A For-Life, Decentralized, Privacy-Respecting Web (Maxim Veksler)
|
||||
path: https://medium.com/@mvxlr/ipfs-inter-planetary-file-system-65466e4129c6
|
||||
date: 2015-09-23
|
||||
- name: IPFS Wants to Create a Permanent Web (Motherboard)
|
||||
title: IPFS Wants to Create a Permanent Web (Motherboard)
|
||||
path: https://motherboard.vice.com/en_us/article/78xgaq/the-interplanetary-file-system-wants-to-create-a-permanent-web
|
||||
date: 2015-09-19
|
||||
card_image: '/2020-09-18-news-permanent-vice.png'
|
||||
- name: First Steps Toward Implementing Distributed Permanent Web (Hacked.com)
|
||||
title: First Steps Toward Implementing Distributed Permanent Web (Hacked.com)
|
||||
path: https://web.archive.org/web/20150919135028/https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/
|
||||
date: 2015-09-10
|
||||
- name: HTTP is Obsolete. It’s Time for the Distributed, Permanent Web (Neocities)
|
||||
title: HTTP is Obsolete. It’s Time for the Distributed, Permanent Web (Neocities)
|
||||
path: https://blog.neocities.org/its-time-for-the-permanent-web.html
|
||||
date: 2015-09-08
|
||||
card_image: '/2015-09-08-news-dweb-neocities.png'
|
||||
- name: Juan Benet Interview (Software Engineering Daily)
|
||||
title: Juan Benet Interview (Software Engineering Daily)
|
||||
path: https://softwareengineeringdaily.com/2015/08/25/interplanetary-file-system-ipfs-with-juan-benet/
|
||||
date: 2015-08-25
|
||||
tags:
|
||||
- interview
|
||||
card_image: '/2015-08-25-juanbenet-softwareengineeringdaily.png'
|
||||
- name: IPFS at Battlemesh 2015
|
||||
title: IPFS at Battlemesh 2015
|
||||
path: https://battlemesh.org/BattleMeshV8/Agenda
|
||||
date: 2015-08-03
|
||||
tags:
|
||||
- conferences
|
||||
- name: Holger Krekels EuroPython 2015 Keynote
|
||||
title: Holger Krekels EuroPython 2015 Keynote
|
||||
path: http://dietzel.me/2015/08/02/EuroPython-2015-Holger-Krekels-Keynote-about-the-interplanetary-filesystem-Wed-22nd-July-2015/
|
||||
date: 2015-05-22
|
||||
tags:
|
||||
- conferences
|
||||
card_image: '/2015-08-02-news-holgerkrekel-europython.png'
|
||||
- name: IPFS at Data Terra Nemo 2015
|
||||
title: IPFS at Data Terra Nemo 2015
|
||||
path: https://dtn.is/2015.html
|
||||
date: 2015-05-23
|
||||
tags:
|
||||
- conferences
|
||||
card_image: '/2015-05-23-news-dataterranemo.png'
|
||||
- name: Juan Benet at O'Reilly Fluent Conf
|
||||
title: Juan Benet at O'Reilly Fluent Conf
|
||||
path: https://www.oreilly.com/library/view/fluent-conference-2015/9781491927786/
|
||||
date: 2015-04-23
|
||||
tags:
|
||||
- conferences
|
||||
---
|
||||
|
||||
+95
-94
@@ -1,99 +1,100 @@
|
||||
---
|
||||
title: Release Notes
|
||||
type: Release notes
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- title: IPFS Remote Pinning GitHub Action
|
||||
date: 2021-03-21
|
||||
path: https://github.com/marketplace/actions/ipfs-remote-pinning
|
||||
card_image: "/2021-03-23-cardheader-ipfs-remote-pinning.png"
|
||||
tags:
|
||||
- pinning
|
||||
- title: js-ipfs 0.54.3
|
||||
date: 2021-03-09
|
||||
path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.54.3
|
||||
tags:
|
||||
- js-ipfs
|
||||
- AEgir
|
||||
- title: IPFS Companion 2.17.3
|
||||
date: 2021-01-29
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.3
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- title: IPFS Companion 2.17.2
|
||||
date: 2021-01-20
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.2
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- title: IPFS Desktop 0.14.0
|
||||
date: 2021-02-23
|
||||
path: https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.14.0
|
||||
tags:
|
||||
- IPFS Desktop
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- title: go-ipfs 0.8.0
|
||||
date: 2021-02-18
|
||||
path: https://github.com/ipfs/go-ipfs/releases/tag/v0.8.0
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- title: IPFS Cluster 0.13.1
|
||||
date: 2021-01-14
|
||||
path: https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.1
|
||||
tags:
|
||||
- IPFS Cluster
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- name: IPFS Companion 2.17.0
|
||||
title: IPFS Companion 2.17.0
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.0
|
||||
date: 2021-01-11
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- name: go-libp2p 0.13.0
|
||||
title: go-libp2p 0.13.0
|
||||
path: https://github.com/libp2p/go-libp2p/releases/tag/v0.13.0
|
||||
date: 2020-12-19
|
||||
tags:
|
||||
- libp2p
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- name: js-libp2p 0.30.0
|
||||
title: js-libp2p 0.30.0
|
||||
path: https://github.com/libp2p/js-libp2p/releases/tag/v0.30.0
|
||||
date: 2020-12-16
|
||||
tags:
|
||||
- libp2p
|
||||
card_image: "/release-notes-placeholder.png"
|
||||
- name: js-ipfs 0.52.3
|
||||
title: js-ipfs 0.52.3
|
||||
path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.52.3
|
||||
date: 2020-12-16
|
||||
tags:
|
||||
- js-ipfs
|
||||
- name: IPFS Desktop 0.13.2
|
||||
title: IPFS Desktop 0.13.2
|
||||
path: https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.13.2
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Desktop
|
||||
- name: IPFS Web UI 2.11.4
|
||||
title: IPFS Web UI 2.11.4
|
||||
path: https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.11.4
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Web UI
|
||||
- name: go-ipfs 0.7.0
|
||||
title: go-ipfs 0.7.0
|
||||
path: https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- go-ipfs
|
||||
- name: IPFS Cluster 0.13.0
|
||||
title: IPFS Cluster 0.13.0
|
||||
path: https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.0
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Cluster
|
||||
|
||||
- title: IPFS Remote Pinning GitHub Action
|
||||
date: 2021-03-21
|
||||
path: https://github.com/marketplace/actions/ipfs-remote-pinning
|
||||
card_image: '/2021-03-23-cardheader-ipfs-remote-pinning.png'
|
||||
tags:
|
||||
- pinning
|
||||
- title: js-ipfs 0.54.3
|
||||
date: 2021-03-09
|
||||
path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.54.3
|
||||
tags:
|
||||
- js-ipfs
|
||||
- AEgir
|
||||
- title: IPFS Companion 2.17.3
|
||||
date: 2021-01-29
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.3
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- title: IPFS Companion 2.17.2
|
||||
date: 2021-01-20
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.2
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- title: IPFS Desktop 0.14.0
|
||||
date: 2021-02-23
|
||||
path: https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.14.0
|
||||
tags:
|
||||
- IPFS Desktop
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- title: go-ipfs 0.8.0
|
||||
date: 2021-02-18
|
||||
path: https://github.com/ipfs/go-ipfs/releases/tag/v0.8.0
|
||||
tags:
|
||||
- go-ipfs
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- title: IPFS Cluster 0.13.1
|
||||
date: 2021-01-14
|
||||
path: https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.1
|
||||
tags:
|
||||
- IPFS Cluster
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- name: IPFS Companion 2.17.0
|
||||
title: IPFS Companion 2.17.0
|
||||
path: https://github.com/ipfs-shipyard/ipfs-companion/releases/tag/v2.17.0
|
||||
date: 2021-01-11
|
||||
tags:
|
||||
- IPFS Companion
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- name: go-libp2p 0.13.0
|
||||
title: go-libp2p 0.13.0
|
||||
path: https://github.com/libp2p/go-libp2p/releases/tag/v0.13.0
|
||||
date: 2020-12-19
|
||||
tags:
|
||||
- libp2p
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- name: js-libp2p 0.30.0
|
||||
title: js-libp2p 0.30.0
|
||||
path: https://github.com/libp2p/js-libp2p/releases/tag/v0.30.0
|
||||
date: 2020-12-16
|
||||
tags:
|
||||
- libp2p
|
||||
card_image: '/release-notes-placeholder.png'
|
||||
- name: js-ipfs 0.52.3
|
||||
title: js-ipfs 0.52.3
|
||||
path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.52.3
|
||||
date: 2020-12-16
|
||||
tags:
|
||||
- js-ipfs
|
||||
- name: IPFS Desktop 0.13.2
|
||||
title: IPFS Desktop 0.13.2
|
||||
path: https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.13.2
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Desktop
|
||||
- name: IPFS Web UI 2.11.4
|
||||
title: IPFS Web UI 2.11.4
|
||||
path: https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.11.4
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Web UI
|
||||
- name: go-ipfs 0.7.0
|
||||
title: go-ipfs 0.7.0
|
||||
path: https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- go-ipfs
|
||||
- name: IPFS Cluster 0.13.0
|
||||
title: IPFS Cluster 0.13.0
|
||||
path: https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.0
|
||||
date: 2020-10-12
|
||||
tags:
|
||||
- IPFS Cluster
|
||||
---
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Tutorials
|
||||
type: Tutorial
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- name: 'ProtoSchool: Introduction to libp2p'
|
||||
title: 'ProtoSchool: Introduction to libp2p'
|
||||
|
||||
+253
-250
@@ -1,255 +1,258 @@
|
||||
---
|
||||
title: Videos
|
||||
type: Video
|
||||
sitemap:
|
||||
exclude: true
|
||||
data:
|
||||
- title: Free Lotus Deal Data Retrieval via IPFS
|
||||
date: 2021-03-01
|
||||
path: https://www.youtube.com/watch?v=oeCaKXbhPls
|
||||
tags:
|
||||
- Filecoin
|
||||
- title: 'Beeple Explains: What is an NFT?'
|
||||
date: 2021-03-21
|
||||
path: https://www.youtube.com/watch?v=13U573keZ3A
|
||||
tags:
|
||||
- NFTs
|
||||
- title: Minty Fresh NFTs with IPFS
|
||||
date: 2021-03-18
|
||||
path: https://www.youtube.com/watch?v=WNukgBtlWeU
|
||||
tags:
|
||||
- demo
|
||||
- NFTs
|
||||
- name: Introducing IPFS Support in the Brave Browser
|
||||
title: Introducing IPFS Support in the Brave Browser
|
||||
path: https://www.youtube.com/watch?v=jTDkTQiKzJA
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
- name: Mapping the InterPlanetary File System (Protocol Labs Research Series)
|
||||
title: Mapping the InterPlanetary File System (Protocol Labs Research Series)
|
||||
path: https://www.youtube.com/watch?v=jQI37Y25jwk
|
||||
date: 2021-01-15
|
||||
tags:
|
||||
- research
|
||||
- infrastructure
|
||||
- name: IPFS Camp 2019 Core Courses
|
||||
title: IPFS Camp 2019 Core Courses
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtSsHMhjeWpfOzr8tonPaePu&v=Y_-TWTmF_1I
|
||||
date: 2020-05-06
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- tutorial
|
||||
- name: JavaScript apps going InterPlanetary (Alessandro Segala)
|
||||
title: JavaScript apps going InterPlanetary (Alessandro Segala)
|
||||
path: https://www.youtube.com/watch?v=OY-YnkVHJcc
|
||||
date: 2020-01-20
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS Camp 2019 Keynotes
|
||||
title: IPFS Camp 2019 Keynotes
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtSkKM3Rzp4MQ0Z1nf5Kq0tl&v=gUE5vhZoavQ
|
||||
date: 2019-10-15
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- name: IPFS Camp 2019 Lightning Talks and Demos
|
||||
title: IPFS Camp 2019 Lightning Talks and Demos
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtQVNQcBaCKg5kKhfOBv45Jb&v=nvO1MMRxu1Q
|
||||
date: 2019-07-22
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- demo
|
||||
- name: IPFS and the Permanent Web (Stanford Seminar)
|
||||
title: IPFS and the Permanent Web (Stanford Seminar)
|
||||
path: https://www.youtube.com/watch?v=HUVmypx9HGI
|
||||
date: 2015-10-22
|
||||
tags:
|
||||
- demo
|
||||
- name: IPFS Alpha Demo
|
||||
title: IPFS Alpha Demo
|
||||
path: https://www.youtube.com/watch?v=8CMxDNuuAiQ
|
||||
date: 2015-02-20
|
||||
tags:
|
||||
- demo
|
||||
- name: A Technical Introduction to IPFS with Héctor Sanjuán (Our Networks 2019)
|
||||
title: A Technical Introduction to IPFS with Héctor Sanjuán (Our Networks 2019)
|
||||
path: https://www.youtube.com/watch?v=hnigvVuoaIA
|
||||
date: 2019-12-19
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on Building Web3 (Web3 Summit)
|
||||
title: Juan Benet on Building Web3 (Web3 Summit)
|
||||
path: https://www.youtube.com/watch?v=pJOG5Ql7ZD0
|
||||
date: 2019-10-17
|
||||
tags:
|
||||
- interview
|
||||
- name: IPFS Basics Night (ProtoSchool Denver)
|
||||
title: IPFS Basics Night (ProtoSchool Denver)
|
||||
path: https://www.youtube.com/watch?v=D3MjB45YZsM
|
||||
date: 2019-10-16
|
||||
- name: Vasco Santos on a Decentralized World (OPO.js)
|
||||
title: Vasco Santos on a Decentralized World (OPO.js)
|
||||
path: https://www.youtube.com/watch?v=5pHl67qomec
|
||||
date: 2019-08-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: Alex Potsides on NPM on IPFS (OPO.js)
|
||||
title: Alex Potsides on NPM on IPFS (OPO.js)
|
||||
path: https://www.youtube.com/watch?v=umNL2VkIHe8
|
||||
date: 2019-08-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS Explained (WWDC/AltConf)
|
||||
title: IPFS Explained (WWDC/AltConf)
|
||||
path: https://www.youtube.com/watch?v=a1qVSs-poLY
|
||||
date: 2019-06-08
|
||||
tags:
|
||||
- conferences
|
||||
- name: Visualizing the Decentralized Web (NodeFest Tokyo)
|
||||
title: Visualizing the Decentralized Web (NodeFest Tokyo)
|
||||
path: https://www.youtube.com/watch?v=3Y76XWFhoco
|
||||
date: 2019-06-01
|
||||
tags:
|
||||
- conferences
|
||||
- name: 'Juan Benet: What Exactly is Web3? (Web3 Summit)'
|
||||
title: 'Juan Benet: What Exactly is Web3? (Web3 Summit)'
|
||||
path: https://www.youtube.com/watch?v=l44z35vabvA
|
||||
date: 2018-10-26
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS London Meetup
|
||||
title: IPFS London Meetup
|
||||
path: https://www.youtube.com/playlist?list=PLuhRWgmPaHtRdiy0HKNy4UZ4dKVUVL_KG
|
||||
date: 2018-10-08
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Volker Mische on NOISE (IPFS Lisbon Meetup)
|
||||
title: Volker Mische on NOISE (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=wldudAZTM4E
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Pedro Teixeira on CRDTs (IPFS Lisbon Meetup)
|
||||
title: Pedro Teixeira on CRDTs (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=2VOF-Z-nLnQ
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: João Santos on Distributed Verifiable Claims (IPFS Lisbon Meetup)
|
||||
title: João Santos on Distributed Verifiable Claims (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=4oIvWldzT4o
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: 'Juan Benet: Decentralize Computing Before It''s Too Late (EtherealSF)'
|
||||
title: 'Juan Benet: Decentralize Computing Before It''s Too Late (EtherealSF)'
|
||||
path: https://www.youtube.com/watch?v=Uo4rOvh8mDM
|
||||
date: 2017-10-31
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS, CoinList, and the Filecoin ICO with Juan Benet and Dalton Caldwell (Y
|
||||
Combinator)
|
||||
title: IPFS, CoinList, and the Filecoin ICO with Juan Benet and Dalton Caldwell
|
||||
(Y Combinator)
|
||||
path: https://www.youtube.com/watch?v=iUVLuXjPAfg
|
||||
date: 2017-06-30
|
||||
tags:
|
||||
- interview
|
||||
- name: Juan Benet on the Next Internet Revolution (TEDxSanFrancisco)
|
||||
title: Juan Benet on the Next Internet Revolution (TEDxSanFrancisco)
|
||||
path: https://www.youtube.com/watch?v=2RCwZDRwk48&t=449s
|
||||
date: 2016-12-08
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on The Decentralized Web (Silicon Valley Ethereum Meetup)
|
||||
title: Juan Benet on The Decentralized Web (Silicon Valley Ethereum Meetup)
|
||||
path: https://www.youtube.com/watch?v=cU-n_m-snxQ&t=12s
|
||||
date: 2016-10-23
|
||||
- name: Juan Benet on Distributed Apps with IPFS (Full Stack Fest)
|
||||
title: Juan Benet on Distributed Apps with IPFS (Full Stack Fest)
|
||||
path: https://www.youtube.com/watch?v=jONZtXMu03w&t=76s
|
||||
date: 2016-09-14
|
||||
tags:
|
||||
- conferences
|
||||
- name: Berlin IPFS/Blockstack Meetup
|
||||
title: Berlin IPFS/Blockstack Meetup
|
||||
path: https://www.youtube.com/watch?v=CAfagNmIeOE
|
||||
date: 2016-06-02
|
||||
- name: Berlin IPFS Meetup
|
||||
title: Berlin IPFS Meetup
|
||||
path: https://www.youtube.com/watch?v=UOC_QqtEJtg
|
||||
date: 2016-04-02
|
||||
tags:
|
||||
- official meetup
|
||||
- name: IPFS Workshop with Juan Benet (Open Knowledge Ireland)
|
||||
title: IPFS Workshop with Juan Benet (Open Knowledge Ireland)
|
||||
path: https://www.youtube.com/watch?v=S65z5NHfUT0
|
||||
date: 2016-01-21
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on IFPS (DEVCON1)
|
||||
title: Juan Benet on IFPS (DEVCON1)
|
||||
path: https://www.youtube.com/watch?v=ewpIi1y_KDc
|
||||
date: 2016-01-15
|
||||
tags:
|
||||
- conferences
|
||||
- name: Redistributing the Web with IPFS (BattleMeshV8)
|
||||
title: Redistributing the Web with IPFS (BattleMeshV8)
|
||||
path: https://www.youtube.com/watch?v=KGIyneFfiRE
|
||||
date: 2015-10-26
|
||||
tags:
|
||||
- conferences
|
||||
- name: Interview with Juan Benet (DEVCON1)
|
||||
title: Interview with Juan Benet (DEVCON1)
|
||||
path: https://www.youtube.com/watch?v=t7VjUKCdfpg
|
||||
date: 2015-10-15
|
||||
tags:
|
||||
- interview
|
||||
- name: Ian Preston on IPFS (Redecentralize Conf)
|
||||
title: Ian Preston on IPFS (Redecentralize Conf)
|
||||
path: https://www.youtube.com/watch?v=TiCUIh7tNtU
|
||||
date: 2015-10-18
|
||||
tags:
|
||||
- conferences
|
||||
- name: Containers at Hyperspeed (Container Camp)
|
||||
title: Containers at Hyperspeed (Container Camp)
|
||||
path: https://www.youtube.com/watch?v=vaIWRyotz4g
|
||||
date: 2015-09-11
|
||||
tags:
|
||||
- conferences
|
||||
- containerization
|
||||
- name: Towards Universal Access to All Knowledge (Chaos Communication Camp)
|
||||
title: Towards Universal Access to All Knowledge (Chaos Communication Camp)
|
||||
path: https://www.youtube.com/watch?v=lKvoVxUQKD0
|
||||
date: 2015-08-13
|
||||
tags:
|
||||
- conferences
|
||||
- name: Seattle Surf Incubator IPFS Meetup
|
||||
title: Seattle Surf Incubator IPFS Meetup
|
||||
path: https://vimeo.com/137657331
|
||||
date: 2015-07-23
|
||||
- name: Berlin Ethereum/IPFS Meetup
|
||||
title: Berlin Ethereum/IPFS Meetup
|
||||
path: https://www.youtube.com/watch?v=QlsBU2moRK4
|
||||
date: 2015-05-22
|
||||
- name: BlockChain University Part 2
|
||||
title: BlockChain University Part 2
|
||||
path: https://www.youtube.com/watch?v=999q3_htKPU
|
||||
date: 2015-05-05
|
||||
tags:
|
||||
- conferences
|
||||
- name: BlockChain University Part 1
|
||||
title: BlockChain University Part 1
|
||||
path: https://www.youtube.com/watch?v=JhE_J1-BKJE
|
||||
date: 2015-05-05
|
||||
tags:
|
||||
- conferences
|
||||
- name: 'Juan Benet on IPFS: The Permanent Web (Talks at Sourcegraph 003)'
|
||||
title: 'Juan Benet on IPFS: The Permanent Web (Talks at Sourcegraph 003)'
|
||||
path: https://www.youtube.com/watch?v=Fa4pckodM9g
|
||||
date: 2014-07-22
|
||||
tags:
|
||||
- conferences
|
||||
|
||||
- title: Free Lotus Deal Data Retrieval via IPFS
|
||||
date: 2021-03-01
|
||||
path: https://www.youtube.com/watch?v=oeCaKXbhPls
|
||||
tags:
|
||||
- Filecoin
|
||||
- title: 'Beeple Explains: What is an NFT?'
|
||||
date: 2021-03-21
|
||||
path: https://www.youtube.com/watch?v=13U573keZ3A
|
||||
tags:
|
||||
- NFTs
|
||||
- title: Minty Fresh NFTs with IPFS
|
||||
date: 2021-03-18
|
||||
path: https://www.youtube.com/watch?v=WNukgBtlWeU
|
||||
tags:
|
||||
- demo
|
||||
- NFTs
|
||||
- name: Introducing IPFS Support in the Brave Browser
|
||||
title: Introducing IPFS Support in the Brave Browser
|
||||
path: https://www.youtube.com/watch?v=jTDkTQiKzJA
|
||||
date: 2021-01-19
|
||||
tags:
|
||||
- browsers
|
||||
- name: Mapping the InterPlanetary File System (Protocol Labs Research Series)
|
||||
title: Mapping the InterPlanetary File System (Protocol Labs Research Series)
|
||||
path: https://www.youtube.com/watch?v=jQI37Y25jwk
|
||||
date: 2021-01-15
|
||||
tags:
|
||||
- research
|
||||
- infrastructure
|
||||
- name: IPFS Camp 2019 Core Courses
|
||||
title: IPFS Camp 2019 Core Courses
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtSsHMhjeWpfOzr8tonPaePu&v=Y_-TWTmF_1I
|
||||
date: 2020-05-06
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- tutorial
|
||||
- name: JavaScript apps going InterPlanetary (Alessandro Segala)
|
||||
title: JavaScript apps going InterPlanetary (Alessandro Segala)
|
||||
path: https://www.youtube.com/watch?v=OY-YnkVHJcc
|
||||
date: 2020-01-20
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS Camp 2019 Keynotes
|
||||
title: IPFS Camp 2019 Keynotes
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtSkKM3Rzp4MQ0Z1nf5Kq0tl&v=gUE5vhZoavQ
|
||||
date: 2019-10-15
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- name: IPFS Camp 2019 Lightning Talks and Demos
|
||||
title: IPFS Camp 2019 Lightning Talks and Demos
|
||||
path: https://www.youtube.com/watch?list=PLuhRWgmPaHtQVNQcBaCKg5kKhfOBv45Jb&v=nvO1MMRxu1Q
|
||||
date: 2019-07-22
|
||||
tags:
|
||||
- IPFS Camp
|
||||
- conferences
|
||||
- demo
|
||||
- name: IPFS and the Permanent Web (Stanford Seminar)
|
||||
title: IPFS and the Permanent Web (Stanford Seminar)
|
||||
path: https://www.youtube.com/watch?v=HUVmypx9HGI
|
||||
date: 2015-10-22
|
||||
tags:
|
||||
- demo
|
||||
- name: IPFS Alpha Demo
|
||||
title: IPFS Alpha Demo
|
||||
path: https://www.youtube.com/watch?v=8CMxDNuuAiQ
|
||||
date: 2015-02-20
|
||||
tags:
|
||||
- demo
|
||||
- name: A Technical Introduction to IPFS with Héctor Sanjuán (Our Networks 2019)
|
||||
title: A Technical Introduction to IPFS with Héctor Sanjuán (Our Networks 2019)
|
||||
path: https://www.youtube.com/watch?v=hnigvVuoaIA
|
||||
date: 2019-12-19
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on Building Web3 (Web3 Summit)
|
||||
title: Juan Benet on Building Web3 (Web3 Summit)
|
||||
path: https://www.youtube.com/watch?v=pJOG5Ql7ZD0
|
||||
date: 2019-10-17
|
||||
tags:
|
||||
- interview
|
||||
- name: IPFS Basics Night (ProtoSchool Denver)
|
||||
title: IPFS Basics Night (ProtoSchool Denver)
|
||||
path: https://www.youtube.com/watch?v=D3MjB45YZsM
|
||||
date: 2019-10-16
|
||||
- name: Vasco Santos on a Decentralized World (OPO.js)
|
||||
title: Vasco Santos on a Decentralized World (OPO.js)
|
||||
path: https://www.youtube.com/watch?v=5pHl67qomec
|
||||
date: 2019-08-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: Alex Potsides on NPM on IPFS (OPO.js)
|
||||
title: Alex Potsides on NPM on IPFS (OPO.js)
|
||||
path: https://www.youtube.com/watch?v=umNL2VkIHe8
|
||||
date: 2019-08-06
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS Explained (WWDC/AltConf)
|
||||
title: IPFS Explained (WWDC/AltConf)
|
||||
path: https://www.youtube.com/watch?v=a1qVSs-poLY
|
||||
date: 2019-06-08
|
||||
tags:
|
||||
- conferences
|
||||
- name: Visualizing the Decentralized Web (NodeFest Tokyo)
|
||||
title: Visualizing the Decentralized Web (NodeFest Tokyo)
|
||||
path: https://www.youtube.com/watch?v=3Y76XWFhoco
|
||||
date: 2019-06-01
|
||||
tags:
|
||||
- conferences
|
||||
- name: 'Juan Benet: What Exactly is Web3? (Web3 Summit)'
|
||||
title: 'Juan Benet: What Exactly is Web3? (Web3 Summit)'
|
||||
path: https://www.youtube.com/watch?v=l44z35vabvA
|
||||
date: 2018-10-26
|
||||
tags:
|
||||
- conferences
|
||||
- name: IPFS London Meetup
|
||||
title: IPFS London Meetup
|
||||
path: https://www.youtube.com/playlist?list=PLuhRWgmPaHtRdiy0HKNy4UZ4dKVUVL_KG
|
||||
date: 2018-10-08
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Volker Mische on NOISE (IPFS Lisbon Meetup)
|
||||
title: Volker Mische on NOISE (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=wldudAZTM4E
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: Pedro Teixeira on CRDTs (IPFS Lisbon Meetup)
|
||||
title: Pedro Teixeira on CRDTs (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=2VOF-Z-nLnQ
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: João Santos on Distributed Verifiable Claims (IPFS Lisbon Meetup)
|
||||
title: João Santos on Distributed Verifiable Claims (IPFS Lisbon Meetup)
|
||||
path: https://www.youtube.com/watch?v=4oIvWldzT4o
|
||||
date: 2018-01-11
|
||||
tags:
|
||||
- official meetup
|
||||
- name: "Juan Benet: Decentralize Computing Before It's Too Late (EtherealSF)"
|
||||
title: "Juan Benet: Decentralize Computing Before It's Too Late (EtherealSF)"
|
||||
path: https://www.youtube.com/watch?v=Uo4rOvh8mDM
|
||||
date: 2017-10-31
|
||||
tags:
|
||||
- conferences
|
||||
- name:
|
||||
IPFS, CoinList, and the Filecoin ICO with Juan Benet and Dalton Caldwell (Y
|
||||
Combinator)
|
||||
title:
|
||||
IPFS, CoinList, and the Filecoin ICO with Juan Benet and Dalton Caldwell
|
||||
(Y Combinator)
|
||||
path: https://www.youtube.com/watch?v=iUVLuXjPAfg
|
||||
date: 2017-06-30
|
||||
tags:
|
||||
- interview
|
||||
- name: Juan Benet on the Next Internet Revolution (TEDxSanFrancisco)
|
||||
title: Juan Benet on the Next Internet Revolution (TEDxSanFrancisco)
|
||||
path: https://www.youtube.com/watch?v=2RCwZDRwk48&t=449s
|
||||
date: 2016-12-08
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on The Decentralized Web (Silicon Valley Ethereum Meetup)
|
||||
title: Juan Benet on The Decentralized Web (Silicon Valley Ethereum Meetup)
|
||||
path: https://www.youtube.com/watch?v=cU-n_m-snxQ&t=12s
|
||||
date: 2016-10-23
|
||||
- name: Juan Benet on Distributed Apps with IPFS (Full Stack Fest)
|
||||
title: Juan Benet on Distributed Apps with IPFS (Full Stack Fest)
|
||||
path: https://www.youtube.com/watch?v=jONZtXMu03w&t=76s
|
||||
date: 2016-09-14
|
||||
tags:
|
||||
- conferences
|
||||
- name: Berlin IPFS/Blockstack Meetup
|
||||
title: Berlin IPFS/Blockstack Meetup
|
||||
path: https://www.youtube.com/watch?v=CAfagNmIeOE
|
||||
date: 2016-06-02
|
||||
- name: Berlin IPFS Meetup
|
||||
title: Berlin IPFS Meetup
|
||||
path: https://www.youtube.com/watch?v=UOC_QqtEJtg
|
||||
date: 2016-04-02
|
||||
tags:
|
||||
- official meetup
|
||||
- name: IPFS Workshop with Juan Benet (Open Knowledge Ireland)
|
||||
title: IPFS Workshop with Juan Benet (Open Knowledge Ireland)
|
||||
path: https://www.youtube.com/watch?v=S65z5NHfUT0
|
||||
date: 2016-01-21
|
||||
tags:
|
||||
- conferences
|
||||
- name: Juan Benet on IFPS (DEVCON1)
|
||||
title: Juan Benet on IFPS (DEVCON1)
|
||||
path: https://www.youtube.com/watch?v=ewpIi1y_KDc
|
||||
date: 2016-01-15
|
||||
tags:
|
||||
- conferences
|
||||
- name: Redistributing the Web with IPFS (BattleMeshV8)
|
||||
title: Redistributing the Web with IPFS (BattleMeshV8)
|
||||
path: https://www.youtube.com/watch?v=KGIyneFfiRE
|
||||
date: 2015-10-26
|
||||
tags:
|
||||
- conferences
|
||||
- name: Interview with Juan Benet (DEVCON1)
|
||||
title: Interview with Juan Benet (DEVCON1)
|
||||
path: https://www.youtube.com/watch?v=t7VjUKCdfpg
|
||||
date: 2015-10-15
|
||||
tags:
|
||||
- interview
|
||||
- name: Ian Preston on IPFS (Redecentralize Conf)
|
||||
title: Ian Preston on IPFS (Redecentralize Conf)
|
||||
path: https://www.youtube.com/watch?v=TiCUIh7tNtU
|
||||
date: 2015-10-18
|
||||
tags:
|
||||
- conferences
|
||||
- name: Containers at Hyperspeed (Container Camp)
|
||||
title: Containers at Hyperspeed (Container Camp)
|
||||
path: https://www.youtube.com/watch?v=vaIWRyotz4g
|
||||
date: 2015-09-11
|
||||
tags:
|
||||
- conferences
|
||||
- containerization
|
||||
- name: Towards Universal Access to All Knowledge (Chaos Communication Camp)
|
||||
title: Towards Universal Access to All Knowledge (Chaos Communication Camp)
|
||||
path: https://www.youtube.com/watch?v=lKvoVxUQKD0
|
||||
date: 2015-08-13
|
||||
tags:
|
||||
- conferences
|
||||
- name: Seattle Surf Incubator IPFS Meetup
|
||||
title: Seattle Surf Incubator IPFS Meetup
|
||||
path: https://vimeo.com/137657331
|
||||
date: 2015-07-23
|
||||
- name: Berlin Ethereum/IPFS Meetup
|
||||
title: Berlin Ethereum/IPFS Meetup
|
||||
path: https://www.youtube.com/watch?v=QlsBU2moRK4
|
||||
date: 2015-05-22
|
||||
- name: BlockChain University Part 2
|
||||
title: BlockChain University Part 2
|
||||
path: https://www.youtube.com/watch?v=999q3_htKPU
|
||||
date: 2015-05-05
|
||||
tags:
|
||||
- conferences
|
||||
- name: BlockChain University Part 1
|
||||
title: BlockChain University Part 1
|
||||
path: https://www.youtube.com/watch?v=JhE_J1-BKJE
|
||||
date: 2015-05-05
|
||||
tags:
|
||||
- conferences
|
||||
- name: 'Juan Benet on IPFS: The Permanent Web (Talks at Sourcegraph 003)'
|
||||
title: 'Juan Benet on IPFS: The Permanent Web (Talks at Sourcegraph 003)'
|
||||
path: https://www.youtube.com/watch?v=Fa4pckodM9g
|
||||
date: 2014-07-22
|
||||
tags:
|
||||
- conferences
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user