From b209350c67965382aae1ca6b2b7426b124bc6186 Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 08:42:19 +0100 Subject: Update description and added links --- 2021/talks/design.md | 50 ++++++++++++++++---------------------------------- 1 file changed, 16 insertions(+), 34 deletions(-) (limited to '2021') diff --git a/2021/talks/design.md b/2021/talks/design.md index e251a704..c60461a2 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -17,42 +17,24 @@ habits, reproducing what they are used to. Durint this talk, I will characterize these implicit choices and illustrate what are some alternatives using GNU Emacs. - - # Outline - -- 10 minutes alternative - -Mostly a live demo of my environment with pointers to the different -packages - - +1. Review of a "modern" code editor (5mn) +2. Introduction of an alternative using Emacs (5mn) + +# Links from the slides: + +- **Elegant Emacs**: https://github.com/rougier/elegant-emacs +- **On the Design of Text Editors**: https://arxiv.org/abs/2008.06030 +- **N Λ N O Emacs**: https://github.com/rougier/nano-emacs +- **svg-lib** (ELPA): https://elpa.gnu.org/packages/svg-lib.html +- **nano-theme** (ELPA): https://elpa.gnu.org/packages/nano-theme.html +- **nano-modeline** (ELPA): https://elpa.gnu.org/packages/nano-modeline.html +- **nano-agenda** (ELPA): https://elpa.gnu.org/packages/nano-agenda.html + +- Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) +- Follow my work at [github.com/rougier](https://github.com/rougier) +- Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From 3bc4fbe0f1af270d0ad8a56fd6961f973c6e45ec Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 08:54:45 +0100 Subject: Updated links --- 2021/talks/design.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to '2021') diff --git a/2021/talks/design.md b/2021/talks/design.md index c60461a2..2d137f92 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -22,19 +22,21 @@ alternatives using GNU Emacs. 1. Review of a "modern" code editor (5mn) 2. Introduction of an alternative using Emacs (5mn) -# Links from the slides: - -- **Elegant Emacs**: https://github.com/rougier/elegant-emacs -- **On the Design of Text Editors**: https://arxiv.org/abs/2008.06030 -- **N Λ N O Emacs**: https://github.com/rougier/nano-emacs -- **svg-lib** (ELPA): https://elpa.gnu.org/packages/svg-lib.html -- **nano-theme** (ELPA): https://elpa.gnu.org/packages/nano-theme.html -- **nano-modeline** (ELPA): https://elpa.gnu.org/packages/nano-modeline.html -- **nano-agenda** (ELPA): https://elpa.gnu.org/packages/nano-agenda.html - -- Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) -- Follow my work at [github.com/rougier](https://github.com/rougier) -- Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) +## Links from the slides: + +* [Elegant Emacs](https://github.com/rougier/elegant-emacs) (https://github.com/rougier/elegant-emacs) +* [On the Design of Text Editors](https://arxiv.org/abs/2008.06030) (https://arxiv.org/abs/2008.06030) +* [N Λ N O Emacs](https://github.com/rougier/nano-emacs) (https://github.com/rougier/nano-emacs) +* [svg-lib (ELPA)](https://elpa.gnu.org/packages/svg-lib.html) (https://elpa.gnu.org/packages/svg-lib.html) +* [nano-theme (ELPA)](https://elpa.gnu.org/packages/nano-theme.html) (https://elpa.gnu.org/packages/nano-theme.html) +* [nano-modeline (ELPA)](https://elpa.gnu.org/packages/nano-modeline.html) (https://elpa.gnu.org/packages/nano-modeline.html) +* [nano-agenda (ELPA)](https://elpa.gnu.org/packages/nano-agenda.html) (https://elpa.gnu.org/packages/nano-agenda.html) + +## Contact information +* Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) +* Follow my work at [github.com/rougier](https://github.com/rougier) +* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) + [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From 65933b7fe3f9e9508a5867adb9e6c9a777913ee9 Mon Sep 17 00:00:00 2001 From: "Nicolas P. Rougier" Date: Sun, 7 Nov 2021 09:14:11 +0100 Subject: Added liberapay link --- 2021/talks/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021') diff --git a/2021/talks/design.md b/2021/talks/design.md index 2d137f92..41c08c4c 100644 --- a/2021/talks/design.md +++ b/2021/talks/design.md @@ -35,7 +35,7 @@ alternatives using GNU Emacs. ## Contact information * Contact [nicolas.rougier@inria.fr](mailto:nicolas.rougier@inria.fr) * Follow my work at [github.com/rougier](https://github.com/rougier) -* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) +* Support my work at [github.com/sponsors/rougier](https://github.com/sponsors/rougier) or [en.liberapay.com/rougier/](https://en.liberapay.com/rougier/) [[!inline pages="internal(2021/info/design-schedule)" raw="yes"]] -- cgit v1.2.3 From d8b4189aac370da42018d4c6c2cc419a58495753 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Sun, 7 Nov 2021 14:09:59 +0100 Subject: Add info for tech-checks --- 2021/prepare.md | 136 ++++++++++++++++++++++++++------------------------------ 1 file changed, 62 insertions(+), 74 deletions(-) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index 3d78a407..85505c6d 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -191,80 +191,68 @@ Please email . We'd love to hear from you. Thanks for contributing to EmacsConf 2021! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +## Tech-checks for video calls + +We ask that speakers who plan to participate in live Q&A sessions schedule +a short tech-check in the weeks leading to the conference; this is to ensure +that you can perform all the common tasks you'd need such as sharing your +screen or toggling your microphone. + +We use BigBlueButton for our video-conferencing needs, and a quick way to +familiarize yourself with it is to run it in a test-room: +https://test.bigbluebutton.org/ + +If you encounter any problems with your equipment or with the platform, please +get in touch with us and we'll sort them out together! In those cases, since +we'll probably need to schedule a one-on-one tech-check with you, we ask that +you email the closest volunteer to your timezone (or zaeph otherwise). You +can also visit us on [#emacsconf-org on +Libera](irc://libera.chat/#emacsconf-org). + +We will likely schedule those one-on-one tech-checks with you on Saturdays or +Sundays, but we would be happy to try and work out another time if that +doesn't work for you. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VolunteerEmailIRC NickTimezone
Leo Vivier<zaeph@zaeph.net>zaephCET (UTC+1)
Wanna help out? You can add your name and contact-info here!<your@email>
Corwin Brust<corwin@bru.st>mplsCorwinUS/Central (UTC-6)
Amin Bandali<bandali@gnu.org>bandaliUS/Eastern (UTC-5)
+ +If you'd like to help out with the tech-checks, feel free to add your name and +email to the above list and email <zaeph@zaeph.net> to plan the logistics. -- cgit v1.2.3 From db037fd1eaecd6e7e6f7a84aa521307d0947ce50 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Sun, 7 Nov 2021 14:14:56 +0100 Subject: Reorganise --- 2021/prepare.md | 127 +++++++++++++++++++++++++++----------------------------- 1 file changed, 61 insertions(+), 66 deletions(-) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index 85505c6d..3bb82778 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -115,11 +115,68 @@ passes. During the first pass, the frame count will increase, but the speed will be 0. After the first pass, it will display proper progress information. -# Tech check +# Tech-check -If you're planning to do live Q&A, you can check your system setup at -https://test.bigbluebutton.org/ . We'll set up a tech-check call with -you, too. We'll post details here closer to that time. +We ask that speakers who plan to participate in live Q&A sessions schedule +a short tech-check in the weeks leading to the conference; this is to ensure +that you can perform all the common tasks you'd need such as sharing your +screen or toggling your microphone. + +We use BigBlueButton for our video-conferencing needs, and a quick way to +familiarize yourself with it is to run it in a test-room: +https://test.bigbluebutton.org/ + +If this is your first time at EmacsConf or if you run into any problems, +please get in touch with us and we'll sort things out together! In those +cases, since we'll need to schedule a 1-on-1 tech-check with you, we ask that +you email the closest volunteer to your timezone in the list below (or zaeph +if none of the timezones is a good fit). You can also visit us at +[#emacsconf-org on Libera](irc://libera.chat/#emacsconf-org). + +We will likely schedule those 1-on-1 tech-checks with you on Saturdays or +Sundays, but we would be happy to try and work out another time if that +doesn't work for you. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VolunteerEmailIRC NickTimezone
Leo Vivier<zaeph@zaeph.net>zaephCET (UTC+1)
Wanna help out? You can add your name and contact-info here!<your@email>
Corwin Brust<corwin@bru.st>corwinUS/Central (UTC-6)
Amin Bandali<bandali@gnu.org>bandaliUS/Eastern (UTC-5)
+ +If you'd like to help out with the tech-checks, feel free to add your name and +email to the above list and email <zaeph@zaeph.net> to plan the logistics. Thank you so much for helping with EmacsConf 2021! @@ -193,68 +250,6 @@ Thanks for contributing to EmacsConf 2021! ## Tech-checks for video calls -We ask that speakers who plan to participate in live Q&A sessions schedule -a short tech-check in the weeks leading to the conference; this is to ensure -that you can perform all the common tasks you'd need such as sharing your -screen or toggling your microphone. - -We use BigBlueButton for our video-conferencing needs, and a quick way to -familiarize yourself with it is to run it in a test-room: -https://test.bigbluebutton.org/ - -If you encounter any problems with your equipment or with the platform, please -get in touch with us and we'll sort them out together! In those cases, since -we'll probably need to schedule a one-on-one tech-check with you, we ask that -you email the closest volunteer to your timezone (or zaeph otherwise). You -can also visit us on [#emacsconf-org on -Libera](irc://libera.chat/#emacsconf-org). - -We will likely schedule those one-on-one tech-checks with you on Saturdays or -Sundays, but we would be happy to try and work out another time if that -doesn't work for you. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
VolunteerEmailIRC NickTimezone
Leo Vivier<zaeph@zaeph.net>zaephCET (UTC+1)
Wanna help out? You can add your name and contact-info here!<your@email>
Corwin Brust<corwin@bru.st>mplsCorwinUS/Central (UTC-6)
Amin Bandali<bandali@gnu.org>bandaliUS/Eastern (UTC-5)
- -If you'd like to help out with the tech-checks, feel free to add your name and -email to the above list and email <zaeph@zaeph.net> to plan the logistics. - - -- cgit v1.2.3 From 9e7dec2a8daaf3d205f9a789e64fccd700b48bd1 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Sun, 7 Nov 2021 14:15:13 +0100 Subject: Remove trailing title --- 2021/prepare.md | 3 --- 1 file changed, 3 deletions(-) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index 3bb82778..a2c20fca 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -247,9 +247,6 @@ Please email . We'd love to hear from you. Thanks for contributing to EmacsConf 2021! - -## Tech-checks for video calls - -- cgit v1.2.3 From 4be8c155348e43ca7521e04c6f54c8678c844433 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Sun, 7 Nov 2021 14:26:17 +0100 Subject: Crosslink with prepare.md --- 2021/contribute.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '2021') diff --git a/2021/contribute.md b/2021/contribute.md index 8c351cd8..9a11abce 100644 --- a/2021/contribute.md +++ b/2021/contribute.md @@ -27,12 +27,12 @@ Many sessions will have live question and answer sessions via BigBlueButton ready to go: their audio works, their screen can be shared properly, and so on. You can help by testing their setup beforehand. -You can test your own connection at -. If that works for you, you can be a tech-check volunteer. Let us -know what your availability is and we can match you up with speakers -who want to doublecheck their setup before the conference. All you'd -need to do is to go through a checklist with them and send us a quick -email afterwards. +You can test your own connection at . If that +works for you, you can be a tech-check volunteer! You can add yourself to the +table on our [Prepare](https://emacsconf.org/2021/prepare/) page and let us +know what your availability is so that we may match you up with speakers who +want to doublecheck their setup before the conference. All you'd need to do is +to go through a checklist with them. Here are some notes on the process: -- cgit v1.2.3 From 2f2ef6a1157fc967da02f96a1e00e7b643fcabea Mon Sep 17 00:00:00 2001 From: Aniket Meshram Date: Sun, 7 Nov 2021 20:19:45 +0530 Subject: Added IST time equivalent for the Emacsconf event schedule --- 2021/schedule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021') diff --git a/2021/schedule.md b/2021/schedule.md index 8fd6e2c1..93d6a7f6 100644 --- a/2021/schedule.md +++ b/2021/schedule.md @@ -1,7 +1,7 @@ [[!meta title="Schedule"]] [[!meta copyright="Copyright © 2021 Amin Bandali and Sacha Chua"]] -EmacsConf 2021 will be on November 27 (Sat) and November 28 (Sun), 2021 from 9am-5pm Toronto/EST time; equivalently, 6am-2pm PST, 2pm-10pm UTC, 3pm-11pm Zurich/CET. +EmacsConf 2021 will be on November 27 (Sat) and November 28 (Sun), 2021 from 9am-5pm Toronto/EST time; equivalently, 6am-2pm PST, 2pm-10pm UTC, 3pm-11pm Zurich/CET, 7pm-4am(next-day) India/IST. *Please note that the program is still being worked on and this list may change. We're still figuring out how things will go! =)* -- cgit v1.2.3 From 750ada3dfbf86a987754ce7096695abe3bc9ce49 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 8 Nov 2021 10:46:27 +1100 Subject: Added yuchen to tech-check table --- 2021/prepare.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index a2c20fca..d4968dc0 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -171,6 +171,12 @@ doesn't work for you. bandali US/Eastern (UTC-5) + +Yuchen Pei +<hi@ypei.me> + +Australia/Eastern (UTC+11) + -- cgit v1.2.3 From 7de11a82463450e52ef90f403a1d84f7cb90271e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 7 Nov 2021 21:32:35 -0500 Subject: Add #tech-check anchor to 2021 prepare page --- 2021/prepare.md | 1 + 1 file changed, 1 insertion(+) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index d4968dc0..e2938042 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -115,6 +115,7 @@ passes. During the first pass, the frame count will increase, but the speed will be 0. After the first pass, it will display proper progress information. + # Tech-check We ask that speakers who plan to participate in live Q&A sessions schedule -- cgit v1.2.3 From dae65cd15df89eb280e60a1a4be6e0377efde4ba Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 7 Nov 2021 22:11:43 -0500 Subject: Add #ftp-upload anchor to 2021 prepare page --- 2021/prepare.md | 1 + 1 file changed, 1 insertion(+) (limited to '2021') diff --git a/2021/prepare.md b/2021/prepare.md index e2938042..47f7e143 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -38,6 +38,7 @@ your name, please start your video with something along the lines of: "Hi! I'm ${NAME} and I'll be talking about ${TOPIC}." + Please **upload your prerecording(s) (and script/notes if any) via FTP** to the FTP server we have set up with the following details: - host: ftp-upload.emacsconf.org -- cgit v1.2.3 From 636d3635e527842f5ee7d3c068b9f004b5a17a96 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:11:15 +0900 Subject: personal information --- 2021/talks/omegat.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '2021') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index b48a2bfe..c74f21b0 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -52,6 +52,13 @@ I will *not* show: People who are interested in knowing more about OmegaT are invited to check the [online user manual](https://omegat.sourceforge.io/manual-latest/en/). +# Personal information +Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) +Pronouns: he +Homepage: https://mac4translators.blogspot.com +Preferred contact info: jean.christophe.helary@traduction-libre.org +Links for sponsoring/supporting (if any): https://doublet.jp + [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3 From 660dc08a7bcbaf63af18968418352325c26ab00a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:14:53 +0900 Subject: typos --- 2021/talks/omegat.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '2021') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index c74f21b0..87b63fe3 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -53,11 +53,11 @@ I will *not* show: People who are interested in knowing more about OmegaT are invited to check the [online user manual](https://omegat.sourceforge.io/manual-latest/en/). # Personal information -Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) -Pronouns: he -Homepage: https://mac4translators.blogspot.com -Preferred contact info: jean.christophe.helary@traduction-libre.org -Links for sponsoring/supporting (if any): https://doublet.jp +- Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) +- Pronouns: he +- Homepage: https://mac4translators.blogspot.com +- Preferred contact info: [jean.christophe.helary@traduction-libre.org](jean.christophe.helary@traduction-libre.org) +- Links for sponsoring/supporting (multilingual translations): https://doublet.jp [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3 From c0d94806ec1a0a3f98df7a259b4ab206bb3ed60f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Mon, 8 Nov 2021 19:16:05 +0900 Subject: links --- 2021/talks/omegat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2021') diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md index 87b63fe3..8fe9ec58 100644 --- a/2021/talks/omegat.md +++ b/2021/talks/omegat.md @@ -55,9 +55,9 @@ People who are interested in knowing more about OmegaT are invited to check the # Personal information - Name pronunciation: [ʒɑ̃kRstɔf elaRi](https://doublet.jp/wp-content/uploads/2021/11/jch.ogg) - Pronouns: he -- Homepage: https://mac4translators.blogspot.com +- Homepage: [https://mac4translators.blogspot.com](https://mac4translators.blogspot.com) - Preferred contact info: [jean.christophe.helary@traduction-libre.org](jean.christophe.helary@traduction-libre.org) -- Links for sponsoring/supporting (multilingual translations): https://doublet.jp +- Links for sponsoring/supporting (multilingual translations): [https://doublet.jp](https://doublet.jp) [[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]] -- cgit v1.2.3