summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--2024/info/project-nav.md1
-rw-r--r--2024/info/rust-after.md10
-rw-r--r--2024/info/rust-before.md12
-rw-r--r--2024/info/rust-nav.md6
-rw-r--r--2024/info/writing-before.md2
-rw-r--r--2024/schedule-details.md3
-rw-r--r--2024/talks/rust.md34
-rw-r--r--organizers-notebook.md14
-rw-r--r--organizers-notebook/index.org7
9 files changed, 78 insertions, 11 deletions
diff --git a/2024/info/project-nav.md b/2024/info/project-nav.md
index 472d4768..8a340e17 100644
--- a/2024/info/project-nav.md
+++ b/2024/info/project-nav.md
@@ -1,6 +1,7 @@
<div class="talk-nav">
Back to the [[talks]]
+Previous by track: <a href="/2024/talks/rust">An Experimental Emacs Core in Rust</a>
Next by track: <a href="/2024/talks/writing">Emacs Writing Studio</a>
Track: <span class="sched-track General">General</span>
</div>
diff --git a/2024/info/rust-after.md b/2024/info/rust-after.md
new file mode 100644
index 00000000..77ee042b
--- /dev/null
+++ b/2024/info/rust-after.md
@@ -0,0 +1,10 @@
+<!-- Automatically generated by emacsconf-publish-after-page -->
+
+
+Questions or comments? Please e-mail [troy@troyhinckley.com](mailto:troy@troyhinckley.com?subject=Comment%20for%20EmacsConf%202023%20rust%3A%20An%20Experimental%20Emacs%20Core%20in%20Rust)
+
+----
+Got an idea for an EmacsConf talk or session? We'd love to hear from you! Check out the [[Call for Participation|/2024/cfp]] for details.
+
+
+<!-- End of emacsconf-publish-after-page -->
diff --git a/2024/info/rust-before.md b/2024/info/rust-before.md
new file mode 100644
index 00000000..14c43a73
--- /dev/null
+++ b/2024/info/rust-before.md
@@ -0,0 +1,12 @@
+<!-- Automatically generated by emacsconf-publish-before-page -->
+[[!toc ]]
+Format: 20-min talk; Q&A: BigBlueButton conference room
+Status: TO_CONFIRM
+
+
+
+
+
+
+# Description
+<!-- End of emacsconf-publish-before-page --> \ No newline at end of file
diff --git a/2024/info/rust-nav.md b/2024/info/rust-nav.md
new file mode 100644
index 00000000..8182a92c
--- /dev/null
+++ b/2024/info/rust-nav.md
@@ -0,0 +1,6 @@
+
+<div class="talk-nav">
+Back to the [[talks]]
+Next by track: <a href="/2024/talks/project">Managing writing project metadata with org-mode</a>
+Track: <span class="sched-track General">General</span>
+</div>
diff --git a/2024/info/writing-before.md b/2024/info/writing-before.md
index 94695b71..4f4824ed 100644
--- a/2024/info/writing-before.md
+++ b/2024/info/writing-before.md
@@ -1,7 +1,7 @@
<!-- Automatically generated by emacsconf-publish-before-page -->
[[!toc ]]
Format: 10-min talk; Q&A: ask questions via Etherpad/IRC; we'll e-mail the speaker and post answers on this wiki page after the conference
-Status: TO_CONFIRM
+Status: Waiting for video from speaker
diff --git a/2024/schedule-details.md b/2024/schedule-details.md
index 3b393da3..c1c2f8fc 100644
--- a/2024/schedule-details.md
+++ b/2024/schedule-details.md
@@ -1,6 +1,7 @@
Jump to: <a href="#dev">Development</a>
-<h1 id="gen" class="sched-track General">General (7 talks)</h1>
+<h1 id="gen" class="sched-track General">General (8 talks)</h1>
+[[!template id=sched title="""An Experimental Emacs Core in Rust""" url="""/2024/talks/rust""" speakers="""Troy""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""rust""" note=""""""]]
[[!template id=sched title="""Managing writing project metadata with org-mode""" url="""/2024/talks/project""" speakers="""Blaine Mooers""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""project""" note=""""""]]
[[!template id=sched title="""Emacs Writing Studio""" url="""/2024/talks/writing""" speakers="""Peter Prevos""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""writing""" note=""""""]]
[[!template id=sched title="""p-search: a local search engine in Emacs""" url="""/2024/talks/p-search""" speakers="""Zac Romero""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""p-search""" note=""""""]]
diff --git a/2024/talks/rust.md b/2024/talks/rust.md
new file mode 100644
index 00000000..fbfe292c
--- /dev/null
+++ b/2024/talks/rust.md
@@ -0,0 +1,34 @@
+[[!meta title="An Experimental Emacs Core in Rust"]]
+[[!meta copyright="Copyright &copy; 2024 Troy Hinckley"]]
+[[!inline pages="internal(2024/info/rust-nav)" raw="yes"]]
+
+<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing -->
+<!-- You can manually edit this file to update the abstract, add links, etc. --->
+
+
+# An Experimental Emacs Core in Rust
+Troy Hinckley - https://coredumped.dev, <mailto:troy@troyhinckley.com>
+
+[[!inline pages="internal(2024/info/rust-before)" raw="yes"]]
+
+An overview and discussion and early prototype of a new Emacs core written in Rust. The talk covers some of the interesting design choices in the GNU Emacs C core, as well as some of the trade-offs made in the Rust core. <https://github.com/CeleritasCelery/rune>
+
+- What is the Emacs core?
+- How has the core evolved?
+- Design trade-offs
+ - multi-threading
+ - Precise GC
+- Being bug compatible with GNU Emacs
+- Comparison
+
+About the speaker:
+
+Hardware Engineer with interest in low-level programming and the hardware-software boundary.
+
+
+
+[[!inline pages="internal(2024/info/rust-after)" raw="yes"]]
+
+[[!inline pages="internal(2024/info/rust-nav)" raw="yes"]]
+
+
diff --git a/organizers-notebook.md b/organizers-notebook.md
index 13cfb034..2ffe467a 100644
--- a/organizers-notebook.md
+++ b/organizers-notebook.md
@@ -20,8 +20,8 @@ This document is the general organizers' notebook that can be used as a starting
- [Create the public organizers&rsquo; notebook in the wiki](#starting-up-the-conference-planning-process-create-the-public-organizers-notebook-in-the-wiki)
- [Phases and lessons learned](#phases-and-lessons-learned)
- [Draft CFP](#phases-and-lessons-learned-draft-cfp)
- - [Process proposals](#orgef6a44f)
- - [Accept proposals](#orgfef7f08)
+ - [Process proposals](#orgfb5cc4d)
+ - [Accept proposals](#orge3140be)
<a id="starting-up-the-conference-planning-process"></a>
@@ -121,7 +121,7 @@ Put inside double square brackets: `!template id=pagedraft`
European organizers and volunteers, though.
-<a id="orgef6a44f"></a>
+<a id="orgfb5cc4d"></a>
## Process proposals
@@ -150,7 +150,7 @@ When proposals come in:
PUBLIC\_EMAIL
-<a id="orgfef7f08"></a>
+<a id="orge3140be"></a>
## Accept proposals
@@ -161,6 +161,8 @@ Setup:
For each talk:
1. Set up &ldquo;Talk abstract&rdquo; and &ldquo;Talk details&rdquo; sections in the conf.org talk subtree.
-2. Create wiki page with `emacsconf-add-talk`.
-3. Use `emacsconf-publish-info-pages` and `emacsconf-publish-schedule` as needed.
+2. Change status to `TO_CONFIRM`.
+3. Create wiki page with `emacsconf-publish-add-talk`.
+4. Use `emacsconf-publish-info-pages` and `emacsconf-publish-schedule` as needed.
+5. Send acceptance e-mail with `emacsconf-mail-accept-talk`
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org
index bc8257c7..26cfefc0 100644
--- a/organizers-notebook/index.org
+++ b/organizers-notebook/index.org
@@ -155,6 +155,7 @@ Setup:
For each talk:
1. Set up "Talk abstract" and "Talk details" sections in the conf.org talk subtree.
-2. Create wiki page with ~emacsconf-add-talk~.
-3. Use ~emacsconf-publish-info-pages~ and ~emacsconf-publish-schedule~ as needed.
-4. Send acceptance e-mail with ~emacsconf-mail-accept-talk~
+2. Change status to ~TO_CONFIRM~.
+3. Create wiki page with ~emacsconf-publish-add-talk~.
+4. Use ~emacsconf-publish-info-pages~ and ~emacsconf-publish-schedule~ as needed.
+5. Send acceptance e-mail with ~emacsconf-mail-accept-talk~