-
Notifications
You must be signed in to change notification settings - Fork 124
README.md: Add details for Jitsi meeting #1368
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: John Eckersberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds details about the recurring Jitsi live meeting to the README file, including the link, time, and a note about daylight saving time.
@@ -44,6 +44,7 @@ start by looking at [ADOPTERS.md](ADOPTERS.md). | |||
|
|||
- [Github discussion forum](https://github.com/containers/bootc/discussions) for async discussion | |||
- [#bootc-dev on CNCF Slack](https://cloud-native.slack.com/archives/C08SKSQKG1L) for live chat | |||
- Recurring [Jitsi live meeting](https://meet.jit.si/YourOperatingSystemIsAContainer) each Friday at 11:30 EDT/ 15:30 UTC. (Currently ambiguous what happens during daylight saving time switch, if in doubt ask in Slack!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear if we want to bikeshed what happens when dst switches here. Also this currently references summer time.
Timezones are hard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I think what we maybe should do for this is randomly change the Jitsi instance name, and say we'll announce it in Slack beforehand. The problem is that I think if no one else is there the first person who joins can "own" the meeting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was the first to join (I think so at least?) on Friday and it told me I couldn't start the meeting because I had to wait for the owner to join or something like that. So I don't think just anyone can become the owner but we can test it at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest to use UTC and not change with DST switches. We've been doing that for FCOS for some time and it seems to work well.
Signed-off-by: John Eckersberg [email protected]