From 0f9405c338b667ace4e0bb0716f6690b68bdf57b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 27 Nov 2022 13:08:26 -0500 Subject: after dry run --- 2022/decisions/index.org | 70 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 8 deletions(-) (limited to '2022/decisions/index.org') diff --git a/2022/decisions/index.org b/2022/decisions/index.org index ff7788a2..75f617ec 100644 --- a/2022/decisions/index.org +++ b/2022/decisions/index.org @@ -43,6 +43,58 @@ wherever the private conf org file is. - Discussed with bandali and zaeph on #emacsconf-org - Decided on Option A with B, C, or F as fallbacks depending on volunteer roster - Better for the viewers and the volunteers +** Option J: One track interleaved + +#+begin_src emacs-lisp :exports results :var filename="schedule-option-back-to-one-interleaved.svg" :eval never-export +(emacsconf-schedule-test + filename + (emacsconf-time-constraints + '(("LUNCH" "11:30" "13:30") + ("saturday closing remarks" "16:30" "18:00") + ("sunday closing remarks" "16:30" "18:00"))) + (arranged + (emacsconf-schedule-inflate-sexp + '(("Saturday, December 3" :start "2022-12-03 09:00") + sat-open +journalism school treesitter handwritten lspbridge science asmblox buddy wayland +lunch +meetups sqlite buttons mail realestate maint health eev python haskell sat-close + ("Sunday, December 4" :start "2022-12-04 09:00") + sun-open +survey orgyear rolodex rde orgsuperlinks justl orgvm rms +lunch +detached hyperorg eshell workflows async grail +jupyter dbus indieweb devel localizing +fanfare +sun-close))) + (emacsconf-schedule-break-time 0) + (emacsconf-schedule-lunch-time 30) + (emacsconf-schedule-default-buffer-minutes 5) + (emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) + (emacsconf-schedule-default-buffer-minutes-for-live-q-and-a 5) + (emacsconf-schedule-strategies '((lambda (info) (mapcar (lambda (o) (plist-put o :track "General")) info)) + emacsconf-schedule-override-breaks + emacsconf-schedule-allocate-video-time + emacsconf-schedule-round-start-to-five + emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +) +#+end_src + +#+RESULTS: +:results: +- [[file:schedule-option-back-to-one-interleaved.svg]] +:end: + +Some options: +- back to one track; Q&A on alternate stream + - main orgas on main stream? + - schedule thrashing, limited time between talks + - lots of live talks +- two tracks, sachac runs around behind the scenes +- *two tracks, sachac starts off doing the streaming with other people shadowing* + - someone else needs to do checkin and my other shifts + + ** Option I: Drop back down to one track :PROPERTIES: :CUSTOM_ID: back-to-one @@ -64,19 +116,19 @@ wherever the private conf org file is. sat-open journalism handwritten rolodex science -break buddy meetups buttons workflows lunch devel health realestate indieweb orgvm orgsuperlinks +break buddy meetups buttons devel workflows lunch health realestate indieweb orgvm orgsuperlinks break - school jupyter community hyperorg localizing fanfare + school jupyter community hyperorg localizing fanfare asmblox sat-close ("Sunday, December 4" :start "2022-12-04 09:00") sun-open survey orgyear rde lspbridge break treesitter - eshell detached justl - asmblox lunch - sqlite - async eev python mail break maint dbus wayland grail haskell + eshell justl + rms lunch + sqlite detached + async eev python mail break maint dbus wayland haskell grail sun-close))) - (emacsconf-schedule-break-time 5) + (emacsconf-schedule-break-time 0) (emacsconf-schedule-lunch-time 45) (emacsconf-schedule-default-buffer-minutes 5) (emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) @@ -91,8 +143,10 @@ break #+RESULTS: :results: +- localizing: Starts at 15:58 before 16:00 +- haskell: Starts at 15:59 before 16:00 - [[file:schedule-option-back-to-one.svg]] -:end: +:end:p ** Option H: Gen starts with high-level use cases, second day has Hyperbole :PROPERTIES: -- cgit v1.2.3