From 050c335f487674491ed1c4386014d2cb2ac7e733 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Tue, 8 Oct 2024 14:11:15 +0100 Subject: [PATCH 1/2] Add notes from Sept 2024 collab cafe --- docs/meetings/collab-cafe/2024.md | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/docs/meetings/collab-cafe/2024.md b/docs/meetings/collab-cafe/2024.md index d13cdbd..7b50339 100644 --- a/docs/meetings/collab-cafe/2024.md +++ b/docs/meetings/collab-cafe/2024.md @@ -1,5 +1,58 @@ # 2024 Collaboration Cafe Notes Archive +## 2024-09-17 + +### Check-in + +- Min / @minrk / Simula +- Samuel Gaist / @sgaist / Idiap Research Institute (might be 5 min late) +- Sarah Gibson / @sgibson91 / 2i2c +- Erik Sundell / @consideratio / 2i2c +- Arnim Bleier /@arnim / GESIS +- Dan Sholler / @dsholler / Organizational Mycology +- shane knapp / @shaneknapp / UC Berkeley +- Kirstie Whitaker / @KirstieJane / Alan Turing Institute +- Raniere Silva / @rgaiacs / GESIS + +### Celebrations and Shout-Outs :tada: + +- Erik (@consideRatio) doing lots of maintenance and update on ldapauthenticator and others. Thank you! +- notebook 7 now on mybinder.org + +## Agenda :clock2: + +- **Min (10m)**: spreading meeting facilitation responsibilities: + - Maybe bring it up on the forum + - wider advertisement of meetings, e.g. forum. Most things are only on Issues right now + - relying on volunteers leads ot bias in who participates + - Sarah offers mentorship for facilitators + - Broader question: Standing agenda item on community engagement/activity, who is coming or not, etc. + - Nominate a person to make a list of where to share things (write here: + - Jupyter forum + - Twitter? / Mastodon? Do we have those accounts anymore? + - Gitter? +- **Dan Sholler (5 minutes)**: Voices of Jupyter Research Project with The Turing Way + - SoW here: + - Track progress and contribute here: + - Past report as a sample: +- **Arnim c/o Min (10m)**: discuss GESIS in mybinder.org + - + - + - nebulous "issues" launching repos that don't have local images + - local image cache limited to 2TB, if it needs to be pulled from docker hub lots of traffic and sometimes very slow + - If pull fails due to timeout, this triggers a new build + - short-term: Lower GESIS role in federation to avoid timeouts + - "passthrough" registry docker configuration to reduce push/pull roundtrip all the way to docker hub +- **Shane (no idea how much time)**: Configurable HTTP proxy running out of ephemeral ports + - happens when ~300+ users are logged and working simultaneously + - massive user impact + - + - + - `The default ephemeral port range contains more than 28,000 ports (60999+1-32768=28232). Does that mean we can have at most 28,000 outgoing connections? That’s the core question of this blog post!` + - do we limit # of users per hub (will be 'difficult' for some course-specific hubs w/1200 users)? + - somehow load-balance the chp (a bit meta lol) + - Proposal to try switching to traefik again: + ## 2024-08-20 ### Check-in From 51c9b871a0c33649ebfd91eb27cf69a8d84d1245 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:44:58 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Simon Li --- docs/meetings/collab-cafe/2024.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/meetings/collab-cafe/2024.md b/docs/meetings/collab-cafe/2024.md index 7b50339..e264fcd 100644 --- a/docs/meetings/collab-cafe/2024.md +++ b/docs/meetings/collab-cafe/2024.md @@ -24,15 +24,15 @@ - **Min (10m)**: spreading meeting facilitation responsibilities: - Maybe bring it up on the forum - wider advertisement of meetings, e.g. forum. Most things are only on Issues right now - - relying on volunteers leads ot bias in who participates + - relying on volunteers leads to bias in who participates - Sarah offers mentorship for facilitators - Broader question: Standing agenda item on community engagement/activity, who is coming or not, etc. - - Nominate a person to make a list of where to share things (write here: + - Nominate a person to make a list of where to share things (write here): - Jupyter forum - Twitter? / Mastodon? Do we have those accounts anymore? - Gitter? - **Dan Sholler (5 minutes)**: Voices of Jupyter Research Project with The Turing Way - - SoW here: + - Scope of Work here: - Track progress and contribute here: - Past report as a sample: - **Arnim c/o Min (10m)**: discuss GESIS in mybinder.org @@ -49,7 +49,7 @@ - - - `The default ephemeral port range contains more than 28,000 ports (60999+1-32768=28232). Does that mean we can have at most 28,000 outgoing connections? That’s the core question of this blog post!` - - do we limit # of users per hub (will be 'difficult' for some course-specific hubs w/1200 users)? + - do we limit number of users per hub (will be 'difficult' for some course-specific hubs with 1200 users)? - somehow load-balance the chp (a bit meta lol) - Proposal to try switching to traefik again: