Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add intro sessions and block limit talks to the data-agony track #67

Merged
merged 1 commit into from
Jul 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions events/d_2_data_agony.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@ This track will cover pain points stemming from the way data is structured withi
# - use 15m breaks, one in the morning, one or two in the afternoon
[[timeslots]]
startTime="09:00"
speakers=["@speaker_name", "@other_speaker_name"]
speakers=["@aschmahmann"]
title="Welcome standup discussion"
description=""
description="What's your vision for working with data in IPFS, and what about how it works today causes you the most agony?"

[[timeslots]]
startTime="09:30"
speakers=["@yourname"]
speakers=["@aschmahmann"]
title="Track Intro"
description=""
description="Why are we here and what do we want to get out of today?"
Comment on lines 79 to +83
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBD whether we'll want to squash this into the standup discussion, but I'd like by the start of the meaty sessions for us to have a better understanding of each other's frames of mind going into the discussions.


[[timeslots]]
startTime="10:00"
speakers=[]
title="Open Slot"
description=""
speakers=["TBD"]
title="Dealing with block limits"
Comment on lines +87 to +88
Copy link
Collaborator Author

@aschmahmann aschmahmann Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left this as TBD for now. If @dignifiedquire is willing to lead this or one of the other sessions he's got thoughts about I'd definitely be happy to participate.

I also have a proposal for a solution here (basically protocol/beyond-bitswap#29) that I'd like to get feedback on and see if people are reasonably happy with as a solution to this obnoxious problem.

description="The 2MiB block limit is a major source of interoperability pain, why does it exist and how can we deal with it?"

[[timeslots]]
startTime="10:45"
Expand Down