Merge pull request #205 from ipfs/staging

Add content: Wolfram post, Chainlink tutorial, ResNetDev vid tutorials, Weekly 136, hackathon
This commit is contained in:
Jessica Schilling
2021-05-19 16:22:17 -06:00
committed by GitHub
31 changed files with 474 additions and 251 deletions
@@ -152,6 +152,7 @@ pages:
- src/_blog/announcing-js-ipfs-0.53.0.md
- src/_blog/audius-uses-ipfs-for-content-streaming-storage-to-empower-artists-creators-worldwide.md
- src/_blog/congrats-gitcoin-grants-round-9-winners.md
- src/_blog/decentralized-games-at-gamedev.js-jam-2021.md
- src/_blog/go-ipfs-0.8.0-and-remote-pinning-is-here.md
- src/_blog/hey-ethdenver-hack-on-ipfs-with-these-bounties.md
- src/_blog/how-we-put-ipfs-in-brave.md
@@ -187,3 +188,4 @@ pages:
- src/_blog/welcome-to-ipfs-weekly-133.md
- src/_blog/welcome-to-ipfs-weekly-134.md
- src/_blog/welcome-to-ipfs-weekly-135.md
- src/_blog/welcome-to-ipfs-weekly-136.md
@@ -0,0 +1,59 @@
---
title: Decentralized games at Gamedev.js JAM 2021
description: Earlier this spring, IPFS & Filecoin partnered with Gamedev.js for their
2021 hackathon focused on game dev!
author: PL Hackathon Team
date: 2021-05-20
permalink: "/2021-05-20-gamedevjs-recap/"
translationKey: 2021-05-20-gamedevjs-recap
header_image: "/2021-05-20-cardheader-gamedevjs-jam-2021.png"
tags:
- recap
- hackathon
---
Earlier this spring, we were happy to partner with the folks at [Gamedev.js](https://gamedevjs.com/jam/2021/) for their 2021 hackathon event focused exclusively on games! Gamedev.js Jam celebrates HTML5 games where participants build a web game within 13 days of the jam on a given theme; this years was Mirrors.
The IPFS and Filecoin projects put up $5000 in Filecoin into the prize pool for the Decentralization category. As it was the first time the event hosted this category, the community of game developers were seeing some of these technologies for the very first time. Popular tools used were [Fleek.co](http://fleek.co/) and Pinata for hosting of assets and data.
Decentralized technologies are a great fit for independent game developers: no commercial platform commitments or restrictions, your games can live on whether youre supporting them or not, no complex and costly back-end systems, and much of the infrastructure and bandwidth costs can be shifted to users and public networks like Ethereum or Layer 2 systems. Were excited to work with game devs to bring their experiences to web3!
## Decentralized track challenge winners 🏆
👯 First place: [My Other Self](https://lo3ba.itch.io/my-other-self)
![](../assets/myotherself.gif)
🎨 Second place: [OWNLY 1](https://microchipgnu.itch.io/ownly-1)
@[youtube](Q1a-i_r5fTw)
🪄 Third place: [Just Lasers and Reflections](https://svntax.itch.io/just-lasers-and-reflections)
![](../assets/just-lasers-and-reflections.png)
💧Fourth place: [Reflectica](https://timmay.itch.io/reflectica)
![](../assets/reflectica.gif)
👾 Fifth place: [Mirrors](https://johnonym.itch.io/mirrors)
![](../assets/mirrors.png)
💪 Sixth place: [Mirror Training Room](https://codyssia.itch.io/mirror-training)
![](../assets/mirror-training-room.png)
❓Seventh place: [DeFi-Battles](https://shreykeny.itch.io/defi-battles)
![](../assets/defi-battles.png)
🪞 Eighth place (Tie) [Mirror to Home](https://cdansantana.itch.io/mth)
🔮 Eighth place (Tie) [Rough Waters Decentralised Tarots](https://wetwilly.itch.io/rough-waters-decentralised-tarots)
Try out these awesome games and let us know what you think!
## Want to get involved in a future hackathon?
Follow us on Twitter at [@IPFS](https://twitter.com/ipfs) or [@Filecoin](https://twitter.com/filecoin). You can also subscribe to the [IPFS weekly newsletter](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230), or the [Filecoin monthly](https://filecoin.us16.list-manage.com/subscribe?u=a1dfb670c4f1fb042e82a1f1d&id=cf409026a0). Or, join us in chat in the [Filecoin Slack](http://filecoin.io/slack) or the [IPFS Discord](https://discord.com/invite/vZTcrFePpt). Well see you there! 👋
+11
View File
@@ -4,6 +4,17 @@ type: Event
sitemap:
exclude: true
data:
- title: 'DI2F: Decentralizing the Internet with IPFS and Filecoin'
date: 2021-06-21
publish_date:
path: https://networking.ifip.org/2021/workshops/di2f-decentralising-the-internet-with-ipfs-and-filecoin
card_image: "/di2f-event-06-21-21.png"
tags:
- DHT
- Kademlia
- research
- community
- conferences
- title: IPFS Community Meetup, May 2021
date: 2021-05-25
publish_date:
+7
View File
@@ -4,6 +4,13 @@ type: News coverage
sitemap:
exclude: true
data:
- title: Wolfram Blockchain Labs Expanding Storage Functionality with IPFS & Filecoin
date: 2021-05-12
publish_date:
path: https://filecoin.io/blog/posts/wolfram-blockchain-labs-expanding-storage-functionality-with-ipfs-filecoin-for-dapp-development/
card_image: "/2021-05-12-cardheader-fil-blog-wolfram.jpg"
tags:
- Filecoin
- title: Meet Metadata Guardians Trying to Make Your NFT Collection Available 100
Years from Now
date: 2021-05-17
+62
View File
@@ -4,6 +4,68 @@ type: Tutorial
sitemap:
exclude: true
data:
- title: Mutable Content in IPFS
date: 2021-04-06
publish_date:
path: https://research.protocol.ai/tutorials/resnetlab-on-tour/mutable-content/
card_image: "/resnetlab-mutable-content.png"
tags:
- pubsub
- tutorial
- research
- Gossipsub
- CRDTs
- content routing
- title: 'Content Exchange in IPFS '
date: 2021-04-06
publish_date:
path: https://research.protocol.ai/tutorials/resnetlab-on-tour/content-exchange/
card_image: "/resnetlab-content-exchange.png"
tags:
- research
- tutorial
- pubsub
- content routing
- DHT
- datastore
- community
- CID
- Bitswap
- blockstore
- title: 'Content Routing in IPFS '
date: 2021-04-06
publish_date:
path: https://research.protocol.ai/tutorials/resnetlab-on-tour/content-routing/
card_image: "/resnetlab-content-routing.png"
tags:
- tutorial
- research
- libp2p
- Kademlia
- DHT
- content routing
- community
- Bitswap
- title: Content Addressing in IPFS
date: 2021-04-06
publish_date:
path: https://research.protocol.ai/tutorials/resnetlab-on-tour/content-addressing/
card_image: "/resnetlab-content-addressing.png"
tags:
- tutorial
- research
- IPLD
- DAG
- community
- CID
- title: Fetch IPFS Data in Smart Contracts Using Chainlink
date: 2021-05-13
publish_date:
path: https://blog.chain.link/fetch-ipfs-api-data-token-distribution/
card_image: "/2021-05-13-cardheader-integrate-ipfs-data-with-smart-contracts-using-a-chainlink-external-adapter.png"
tags:
- NFTs
- Ethereum
- title: Fleek Makes Deploying and Maintaining an ENS+IPFS Website Easier than Ever
date: 2021-02-06
path: https://medium.com/the-ethereum-name-service/cloudflare-and-fleek-make-ens-ipfs-site-deployment-as-easy-as-ever-262c990a7514
+250 -251
View File
@@ -4,255 +4,254 @@ 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
---
+83
View File
@@ -0,0 +1,83 @@
---
title: Welcome to IPFS Weekly 136
description: Spring university hackathons roundup, an intro to Estuary, and what's
happening around the IPFS ecosystem!
author: Emily Vaughan
date: 2021-05-19
permalink: "/weekly-136/"
translationKey: ipfs-weekly-136
header_image: "/header-image-weekly-newsletter.png"
tags:
- weekly
---
Heres whats happening in the [**InterPlanetary File System**](https://ipfs.io/) galaxy!
## Spring University Hackathons Roundup
![](../assets/spring-university-hackathons.png)
Last month, the IPFS project partnered with two different universities to sponsor student-led and organized hackathons focused on introducing ground-breaking initiatives at both the global and local level.
[**Cal Hacks**](https://helloworld.calhacks.io/), a nonprofit organization composed of University of California, Berkeley students, held a global hackathon to unite the innovators, creators, and troublemakers of the world, called hello:world. The goal was to inspire students to build something out of this world in the following categories: sustainability, connectivity, education, or community and civic engagement.
Similarly, the Associated Students of the University of California (ASUC) also held [**CivHacks**](https://www.civhacks.com/), an annual hackathon focused on providing a welcoming, engaging and creative environment to support social good in tech culture, open to several categories including health, sustainability, student success, and civics. To learn more about the success of the event and the prize winners, [**check out our recent blog post**](https://blog.ipfs.io/2021-05-18-spring-hackathons/).
## Use Estuary Node to store and retrieve your data from the Filecoin Network
@[youtube](3hbtHcn0Piw)
Estuary is a network node that bridges IPFS ⇆ Filecoin. Unlike other nodes, Estuary ensures your storage and retrieval goals match your own storage heuristics. Estuary uses automation to make Filecoin storage deals, restore IPFS pins with Filecoin retrieval deals, and repairs deals against reliable miners. The outcome is that there is a higher guarantee of on chain data, and a higher guarantee your data won't disappear from the internet. [**Jimmy Lees DoraHack presentation**](https://youtu.be/3hbtHcn0Piw?t=2460) was an early preview of what led up to our learnings, and the API and documentation we plan on releasing to the community. To contribute to the community discussion, [**see here**](https://github.com/filecoin-project/community/discussions/105).
## Brand new on IPFS
* js-IPFS 0.55.0 greatly improves type definitions, [**read all about it**](https://blog.ipfs.io/2021-05-11-js-ipfs-0-55/).
* IPFS support is now available in Opera desktop browser! [**Try it!**](https://www.opera.com/computer)
* Devs can now use Chainlink to reference JSON files on IPFS to reduce gas costs for token distributions. [**Check out the tutorial**](https://blog.chain.link/fetch-ipfs-api-data-token-distribution/)!
* Creating an IPFS gateway with a custom domain just became incredibly easy to do with Pinata's new dedicated gateway feature. [**Read more**](https://www.coywolf.news/webmaster/dedicated-ipfs-gateway-custom-domain/).
## Around the ecosystem 🌏
ETHGlobals Web3 Weekend is May 28-30 and there are $25k+ in prizes up for grabs! [**Register to build here.**](https://web3.ethglobal.co/)
In a recent Clubhouse session, Rarible brought together Protocol Labs, Async.art, Fleek, and Arweave together for a constructive discussion about the future of NFT metadata, [**check out the recap.**](https://rarible.medium.com/meet-metadata-guardians-trying-to-make-your-nft-collection-available-100-years-from-now-60a18baeed6c)
Congrats to the Livepeer team for officially migrating [**to the Graph Protocol mainnet**](https://medium.com/livepeer-blog/livepeer-is-one-of-the-graph-protocols-first-ten-mainnet-migration-partners-90f1c5a23a24).
Wolfram Blockchain Labs launched a [**new integration**](https://filecoin.io/blog/posts/wolfram-blockchain-labs-expanding-storage-functionality-with-ipfs-filecoin-for-dapp-development/) with IPFS and Filecoin to allow developers to leverage storage, p2p networking and other protocols to complement their existing applications and build new, innovative dApps.
On June 21, IPFS will host a 1-day workshop with ifip on decentralizing the internet with sessions on VPNs, p2p networks, and more. [**Register to attend.**](https://networking.ifip.org/2021/registration)
Cryptovoxels [**announced**](https://twitter.com/cryptovoxels/status/1174521499002253312) they are moving to content addressable parcel URLs in their first steps toward decentralized storage.
Filecoin Plus Day gave a [**great program overview**](https://www.youtube.com/watch?v=wP4Bk8lBNUc) with project architects, Filecoin Plus users, cryptoecon experts, miners, and more last week.
Cloudflare is hosting a live webinar and fireside chat on scaling security and game performance. [**Register here**](https://t.co/CBkw2d8Vkp?amp=1).
## Upcoming: May IPFS Meetup
Welcome back to the IPFS Monthly meetups! Join us on Tuesday, May 25th at 1pm ET | 10am PST for a range of guests that we are happy to introduce to the IPFS community. We hope you join us for talks from:
* Muhammed Tanrıkulu of [**Almonit**](https://almonit.eth.link/#/), to present Alpress, a self-governing ENS+IPFS publication platform.
* Yiannis Psarras of [**ResNetLab**](https://research.protocol.ai/tutorials/resnetlab-on-tour/), to present “ResNetLab on Tour,” as well as provide an update on the upcoming DI2F Workshop.
* Wayne Chang of [**Spruce Systems**](https://www.spruceid.com/), to present how Spruce Systems is reimagining trusted interactions through the creation of new identity infrastructure.
[**Register to attend so you dont miss out!**](https://www.meetup.com/San-Francisco-IPFS/events/276123403/) If you have an idea for a lightning talk, now would be a great time to [**reach out**](https://protocollabs.typeform.com/to/hLGfKhxn) - we would love to hear about what you're building.
## Want to help build the new internet?
[**Senior Backend Engineer**](https://pinata.cloud/careers#2): Pinata is looking for a Backend Engineer knowledgeable in NodeJS to help build the future of our platform. As a dedicated Backend Engineer, you will work directly with our CTO and engineering team to build products and features that accelerate our traction. They need somebody thats experienced with building NodeJS based APIs and working with relational databases. Experience with file storing technologies is a big plus for this position. **Pinata**, Remote.
[**DevOps**](https://pinata.cloud/careers#1): Pinata is looking for somebody with a background in dev-ops to ensure everything runs smoothly as we scale into the future. As the first dedicated DevOps engineer, you will play a key role in helping Pinata design and build a world-class dev ops pipeline. They need somebody who knows how to create systems that monitor their infrastructure and help deploy new updates in an automated fashion. **Pinata**, Remote.
[**Backend/Platform Engineer:**](https://jobs.lever.co/3box) 3Box Labs is looking for a Backend Engineer who will build key infrastructure components and support reliable deployments for us and the community. **3Box Labs**, Remote.
[**Protocol Engineer:**](https://jobs.lever.co/3box) 3Box Labs is looking for a Protocol Engineer to extend the security, privacy, functionality, and performance of the Ceramic Protocol. **3Box Labs**, Remote.
[**Multiple Positions Open**](https://jobs.lever.co/protocol): Protocol Labs has updated their job board with openings across positions in Administration, Business Development, Business Operations, Communications, Community, Engineering, Finance, Legal, Talent, Product, Project Management, Research, & Security. **Protocol Labs, Filecoin, IPFS**. Remote.
[**Software Engineers**](https://jobs.lever.co/protocol): Seeking seasoned software engineers with specializations in cryptography and systems, distributed systems, and peer-to-peer networks to help shape the next generation of network protocols. **Filecoin, IPFS, lib2p2**, Remote.
[**Senior Full Stack Engineer**](https://boards.greenhouse.io/textileio/jobs/4017984004): This role is for someone with solid coding experience who likes to experiment, design, and learn new things. We are looking to fill this position soon. We are looking for someone who can rapidly scope and build new web applications and work with APIs and backend services. **Textile**, Remote.
Get the IPFS Weekly in your inbox, each Tuesday. [**Sign up now.**](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 KiB

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1008 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 754 KiB

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 42 KiB