summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook/index.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-15 00:30:02 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-15 00:45:37 -0500
commitd3abd436bfba3343cc8baf20054a92cacc62aa07 (patch)
treeb5e4730a42c9e4c10dc89d336bac549f40535177 /2022/organizers-notebook/index.org
parent16c12dd65d2d7a269a649b63dbf643de3915ad59 (diff)
downloademacsconf-wiki-d3abd436bfba3343cc8baf20054a92cacc62aa07.tar.xz
emacsconf-wiki-d3abd436bfba3343cc8baf20054a92cacc62aa07.zip
Automated commit
Diffstat (limited to '2022/organizers-notebook/index.org')
-rw-r--r--2022/organizers-notebook/index.org85
1 files changed, 82 insertions, 3 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index c27d6a4d..e0c865d3 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -100,9 +100,9 @@ Previous priorities;
:END:
- next step is to review all the playbacks and publish them
+- [2022-12-12 Mon] Updated grail, updated backstage view
- [2022-12-11 Sun] Thank-you notes sent to all the speakers with Toobnix and YouTube URLs, BBB playback info
- [2022-12-10 Sat] small-model VTTs uploaded for easier review and chapter markers, still working on large-model transcripts
-
* Projects and other long-running tasks
:PROPERTIES:
:CUSTOM_ID: projects
@@ -115,7 +115,7 @@ Previous priorities;
:END:
*** Publish more Q&A recordings
**** TODO Check status
-#+begin_src emacs-lisp :results replace :eval no
+#+begin_src emacs-lisp :results replace :eval yes
(emacsconf-collect-prop :slug
(seq-remove
(lambda (o)
@@ -127,7 +127,7 @@ Previous priorities;
#+RESULTS:
:results:
-(journalism handwritten sqlite maint rolodex orgvm detached eshell dbus indieweb localizing fanfare)
+(sqlite maint rolodex orgvm detached)
:end:
**** DONE Write code to make it easy to do so
@@ -586,6 +586,45 @@ https://forum.audacityteam.org/viewtopic.php?t=121821
:CREATED: [2022-12-11 Sun 15:39]
:END:
+*** SOMEDAY [#C] Create harvesting etherpad if needed to track the status?
+:PROPERTIES:
+:CREATED: [2022-12-12 Mon 18:53]
+:END:
+
+*** DONE Update task status now that I have TO_REVIEW_QA, TO_INDEX_QA, TO_CAPTION_QA
+CLOSED: [2022-12-13 Tue 09:55]
+:LOGBOOK:
+- State "DONE" from "TODO" [2022-12-13 Tue 09:55]
+:END:
+
+#+begin_src emacs-lisp :eval no
+(with-current-buffer (find-file-noselect emacsconf-org-file)
+ (org-map-entries
+ (lambda ()
+ (if (file-exists-p (expand-file-name (concat (org-entry-get (point) "VIDEO_SLUG") "--answers.webm")
+ emacsconf-cache-dir))
+ (org-todo "TO_INDEX_QA")
+ (org-todo "TO_REVIEW_QA"))
+ (when (string-match "large" (or (org-entry-get (point) "QA_NOTE") ""))
+ (org-entry-put (point) "QA_MODEL" "large")))
+ "TODO=\"TO_ARCHIVE\"+SLUG={.}")
+ )
+
+(with-current-buffer (find-file-noselect emacsconf-org-file)
+ (org-map-entries
+ (lambda ()
+ (unless (file-exists-p (expand-file-name (concat (org-entry-get (point) "VIDEO_SLUG") "--bbb-webcams.webm")
+ emacsconf-cache-dir))
+ (org-todo "TO_ARCHIVE")))
+ "TODO=\"TO_REVIEW_QA\"+SLUG={.}")
+ )
+#+end_src
+
+*** TODO consider number-anonymizing the IRC chat
+:PROPERTIES:
+:CREATED: [2022-12-12 Mon 09:34]
+:END:
+
** TODO Send thanks
:PROPERTIES:
:CUSTOM_ID: thanks
@@ -2036,6 +2075,10 @@ CLOSED: [2022-11-19 Sat 11:12]
CLOSED: [2022-10-11 Tue 12:20]
*** DONE Set up Etherpad with MySQL
+*** TODO Make the upload ansible configuration controllable via a variable
+:PROPERTIES:
+:CREATED: [2022-12-13 Tue 09:43]
+:END:
** SOMEDAY [#C] Consider breakout rooms for lunch break
:PROPERTIES:
:CREATED: [2022-11-07 Mon 08:12]
@@ -2240,6 +2283,17 @@ https://git.emacsconf.org/emacsconf-el/tree/emacsconf-schedule.el .
[[https://emacs.ch/@sachac/109486006078029919]]
+*** SOMEDAY https://graz.social/@publicvoit/109496340869869181
+:PROPERTIES:
+:CREATED: [2022-12-11 Sun 13:04]
+:END:
+
+publicvoit@graz.social - Organizers of online #video #conferences: take a look at the amazing work the organizers of #EmacsConf are doing with the pre- and post-processing of a 9 minute demo #video: https://emacsconf.org/2022/talks/orgsuperlinks/
+
+Subtitles, transcript, (Q&A from the live discussion are following), chapter marks, discussion thread from the #Etherpad used, ...
+
+I only wrote the 'Description' section and contributed the raw video file. It's really impressive what @sachac and the other organizers + volunteers are doing here.  
+
* Ideas for next year :nextyear:
:PROPERTIES:
:CUSTOM_ID: maybe-projects
@@ -2567,11 +2621,22 @@ https://cloud.google.com/functions/docs/console-quickstart-1st-gen
:CREATED: [2022-12-12 Mon 17:14]
:END:
+*** SOMEDAY Using video transcoding on Amazon ECS - Amazon Elastic Container Service
+:PROPERTIES:
+:CREATED: [2022-12-11 Sun 20:52]
+:END:
+
+https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-vt1.html
+
** SOMEDAY Add timer for 5 minute and 2 minute warnings to go to emacsconf-org
:PROPERTIES:
:CREATED: [2022-12-11 Sun 16:36]
:END:
+** TODO make the Org agenda versions more visible
+:PROPERTIES:
+:CREATED: [2022-12-13 Tue 10:54]
+:END:
* Things to figure out / decisions to make
:PROPERTIES:
:CUSTOM_ID: decisions
@@ -6788,6 +6853,20 @@ https://blog.gdeltproject.org/a-deep-dive-exploration-applying-openais-whisper-a
https://github.com/openai/whisper/discussions/395
+*** SOMEDAY Pointers for running this on a GPU via a cloud service? · Discussion #398 · openai/whisper
+:PROPERTIES:
+:CREATED: [2022-12-12 Mon 21:44]
+:END:
+
+https://github.com/openai/whisper/discussions/398
+
+*** SOMEDAY How to chunk text into paragraphs using python | by N Polovinkin | Medium
+:PROPERTIES:
+:CREATED: [2022-12-12 Mon 21:35]
+:END:
+
+https://medium.com/@npolovinkin/how-to-chunk-text-into-paragraphs-using-python-8ae66be38ea6
+
** DONE Find a way to accommodate a specific return-speaker
CLOSED: [2022-11-19 Sat 11:17]
We’re not sure if we’re going to get a presentation or a prerec for them