Skip to content

Latest commit

 

History

History
 
 

DEEP_DIVES

🐋 Deep Technical Design Sessions

Videos

The recordings will be uploaded Soon™

Overview

  • Objective: Deep knowledge transfer that only happens in synchronous interactions.
  • Activity: In a group of max 4 people, dive deep on a complex technical design topic.
  • Outcome: The output of each of these session would be a RFC like document (can be very raw) that describes the proposed solution (even if with known shortcomings), or it could be a map of all the important concepts, obstacles, and related topics you covered in the session.

Format

  • Duration: 2 hours (take breaks as needed)
  • Who Should Attend: People who want to engage in deep technical design work
  • Who has to be there in order for it to work: Session leaders who have the necessary design knowledge for the chosen topic

Motivation

One of the things that we did a lot in the first couple of years of IPFS was to really dive deep and paint the bike shed in order to come up with things such as IPLD, PubSub and other advancements to the original IPFS protocol. These design sessions were intense and they were not about explaining how things work, they were focused on finding the solution with the knowledge and resources we had available.

These deep technical design sessions will attempt to revive that and allow others experience it. We have a bunch of open problems (e.g. Private DHT, scale up the DHT, reduce the information leakage on a libp2p dial, GraphSync, etc).

You can learn more about the design of this session format on its original proposal and discussion of the format ipfs/conf#43.

Proposed Deep Dive Sessions

If you want to propose a deep dive session, add it here (via a Pull Request). Optionally use the template to provide a fuller description of the session.

Topic Proposed by Description
Private DHT @diasdavid
Scaling up the DHT @diasdavid Scaling the DHT to millions of nodes
Reducing the information leakage on a libp2p dial @diasdavid TBD
GraphSync @diasdavid full description
Locking the IPFS repo for concurrent access @alanshaw How do we manage concurrent access to an IPFS repo when we have multiple tabs on the same domain or web workers or service workers? How do we avoid being too restrictive (i.e. locking everything) whilst guarding against race conditions and concurrency problems?
Proposing and Discussing Open Research Questions @miyazono Increase awareness of the RFP program and research discussion repo, and source open problem ideas
Get the RFC Process (RFC #1) ready to ratify @flyingzumwalt Review RFC #1 -- the RFC process. Submit a PR with final changes. Start FCP (Final Comment Period)
Setting the Working Group Lifecycle (RFC #2) @flyingzumwalt Review RFC #2 -- governance, org structure, WG lifecycle. Submit a PR with final changes. Start FCP (Final Comment Period)
Designing for better Coordination and Planning across the Ecosystem @flyingzumwalt full description
base32 @kevina full description
DApps SDK @waynewyong full description
Identity for DApps @diasdavid ipfs-inactive/dynamic-data-and-capabilities#7
Live Streaming Capabilities through IPFS to X thousand @diasdavid
Sharing IPLD Graphs (Implementation + API) @diasdavid
Integration Testing for the IPFS + libp2p @diasdavid ipfs/notes#294
Sustainable Modules and Open Source Software @diasdavid ipfs/notes#273
Sound Cryptographic ACLs (aka Capabilities) @diasdavid
Upgrading the HTTP-API to a RPC API (stop the nonsense) @diasdavid We desperately need a new remote API https://github.com/ipfs/http-api-spec/issues/116
CRDTs ACL and Authorship @diasdavid ipfs-inactive/dynamic-data-and-capabilities#25
Design Service Worker Lib for Web Development @lidel full description
Designing HTTP API Docs that Work @Mr0grog full description