diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-22 20:41:26 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-22 20:41:26 -0500 |
commit | f4194e0e4264e40a0318b5216e071ba6c6ef45f2 (patch) | |
tree | 7cd11bd12f9ba73f2fc031810cbf1562780e60cf /2024/info/rust-before.md | |
parent | 49b7eb901ed7ad953d41d43358dec13ef3e1a9d2 (diff) | |
download | emacsconf-wiki-f4194e0e4264e40a0318b5216e071ba6c6ef45f2.tar.xz emacsconf-wiki-f4194e0e4264e40a0318b5216e071ba6c6ef45f2.zip |
add class
Diffstat (limited to '2024/info/rust-before.md')
-rw-r--r-- | 2024/info/rust-before.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2024/info/rust-before.md b/2024/info/rust-before.md index 2087fafd..6497743a 100644 --- a/2024/info/rust-before.md +++ b/2024/info/rust-before.md @@ -9,7 +9,7 @@ Status: TO_CAPTION_QA # Talk -<div class="vid"><video controls preload="none" id="mainVideo-rust"><source src="https://media.emacsconf.org/2024/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main.vtt" default />"""<track kind="chapters" label="Chapters" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="mainVideo-rust" data=""" +<div class="vid mainVideo"><video controls preload="none" id="mainVideo-rust"><source src="https://media.emacsconf.org/2024/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main.vtt" default />"""<track kind="chapters" label="Chapters" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--main--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="mainVideo-rust" data=""" 00:00.000 Rune 00:17.082 The Emacs core 00:57.168 Why create this? @@ -45,7 +45,7 @@ Status: TO_CAPTION_QA # Q&A -<div class="vid"><video controls preload="none" id="qanda-rust"><source src="https://media.emacsconf.org/2024/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers.vtt" default />"""<track kind="chapters" label="Chapters" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="qanda-rust" data=""" +<div class="vid qanda"><video controls preload="none" id="qanda-rust"><source src="https://media.emacsconf.org/2024/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers.webm" />captions="""<track label="English" kind="captions" srclang="en" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers.vtt" default />"""<track kind="chapters" label="Chapters" src="/2024/captions/emacsconf-2024-rust--an-experimental-emacs-core-in-rust--troy-hinckley--answers--chapters.vtt" /><p><em>Your browser does not support the video tag. Please download the video instead.</em></p></video>[[!template id="chapters" vidid="qanda-rust" data=""" 00:08.500 Q: Have you considered using CRDTs to share buffers between threads and merge any concurrent edits automatically? 01:05.874 Q: Why hosted on GitHub? GitHub is nonfree. Is it possible to report bugs/send patches without using GitHub? 01:22.960 Q: Do you think it's possible to achieve 100% compatibility with current Emacs code? |