From 5e7642643a5a74c4737c947e4b2e66ced59b2e59 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 31 Oct 2023 09:37:34 -0400 Subject: Add doc talk --- 2023/talks/doc.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 2023/talks/doc.md (limited to '2023/talks') diff --git a/2023/talks/doc.md b/2023/talks/doc.md new file mode 100644 index 00000000..0f7edf2c --- /dev/null +++ b/2023/talks/doc.md @@ -0,0 +1,26 @@ +[[!meta title="Literate Documentation with Emacs and Org Mode"]] +[[!meta copyright="Copyright © 2023 Mike Hamrick"]] +[[!inline pages="internal(2023/info/doc-nav)" raw="yes"]] + + + + + +# Literate Documentation with Emacs and Org Mode +Mike Hamrick + +[[!inline pages="internal(2023/info/doc-before)" raw="yes"]] + +When writing about programming or other technical subjects, you’re often weaving blocks of source code, program output, and raw data in with your prose. These supplementary materials are usually copied and pasted into your document from other sources, which can be difficult and tedious to keep up-to-date as things change. Inconsistencies and errors can easily creep in when you “hard-code” dynamic information like program output into your writing. + +Wouldn’t it be great if the tool you used for writing knew how to run code in a variety of programming languages, collect and format output, and let you refer symbolically to all this dynamically generated content in your prose? In this talk I’ll demonstrate how to use GNU Emacs’ Org mode to create technical documents that do just that. We’ll explore the features of Babel, Org mode’s literate programming add-on, that makes it convenient to edit, evaluate, and manage embedded code, output, and data all from inside GNU Emacs. + +We'll also show how these literate documents can be exported to LaTeX and ultimately PDF format to create professional looking output that looks stunning when printed or viewed. + +Also shared at SeaGL 2023 + +[[!inline pages="internal(2023/info/doc-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/doc-nav)" raw="yes"]] + + -- cgit v1.2.3 From 9693eaa8d29706a7730925d4c4420c3cdbb59e7d Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 7 Nov 2023 08:49:14 -0500 Subject: update title for web talk --- 2023/talks/web.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/web.md b/2023/talks/web.md index 0d6e3d75..611a11a7 100644 --- a/2023/talks/web.md +++ b/2023/talks/web.md @@ -6,7 +6,7 @@ -# Emacs saves the Web +# Emacs saves the Web (maybe) Yuchen Pei (he/him, pronounced: "eww-churn pay"), IRC: dragestil, , , mastodon: dragestil@hostux.social [[!inline pages="internal(2023/info/web-before)" raw="yes"]] @@ -16,20 +16,15 @@ customisability and the ability to effortlessly convert users to hackers. On the other hand, today many of the sticky issues with proprietary software proliferation stems from the web, including the Javascript trap[1] on the client side and the SaaSS trap[2] on the -server side. So enters the topic of this talk. I will briefly talk -about these issues and existing solutions, followed by ideas and -demonstrations on how Emacs can fix user freedom on the web, including -(from realistic to dreamy): emacs clients for specific websites and -services i.e. replacing read-only javascript forced on your browser -with hackable free elisp packages, emacs-based browsers aka universal -frontends and elisp version of users-cripts / greasemonkey / haketilo, -write-once-run-everywhere elisp programs (e.g. the emacs web server -and (nonexistent?) emacs mobile app UI framework), and remote emacs -servers that can be shared by a group of hackers running server -programs written in elisp, thus eliminating the SaaSS trap. - -- [1] -- [2] +server side. So enters the topic of this talk. I will briefly talk about +these issues and existing non-emacs solutions, followed by ideas and +demonstrations on how Emacs can fix user freedom on the web, including: +emacs clients for specific websites and services, emacs-based browsers +aka universal frontends, transformer of emacs packages to web apps and +firefox browser extensions, and more. + +- [1] https://www.gnu.org/philosophy/javascript-trap.html +- [2] https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html About the speaker: -- cgit v1.2.3 From d08a4534f1954663536bd65dacbff1cbadd304d5 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 7 Nov 2023 08:49:53 -0500 Subject: change title for web --- 2023/talks/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2023/talks') diff --git a/2023/talks/web.md b/2023/talks/web.md index 611a11a7..e1c8e3d4 100644 --- a/2023/talks/web.md +++ b/2023/talks/web.md @@ -1,4 +1,4 @@ -[[!meta title="Emacs saves the Web"]] +[[!meta title="Emacs saves the Web (maybe)"]] [[!meta copyright="Copyright © 2023 Yuchen Pei"]] [[!inline pages="internal(2023/info/web-nav)" raw="yes"]] -- cgit v1.2.3 From 8ddea11b3eca08b483ae3301c8b048522972c5c5 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 7 Nov 2023 08:50:15 -0500 Subject: linkify the links --- 2023/talks/web.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/web.md b/2023/talks/web.md index e1c8e3d4..1d75fdf5 100644 --- a/2023/talks/web.md +++ b/2023/talks/web.md @@ -23,8 +23,8 @@ emacs clients for specific websites and services, emacs-based browsers aka universal frontends, transformer of emacs packages to web apps and firefox browser extensions, and more. -- [1] https://www.gnu.org/philosophy/javascript-trap.html -- [2] https://www.gnu.org/philosophy/who-does-that-server-really-serve.en.html +- [1] +- [2] About the speaker: @@ -35,7 +35,7 @@ claim to be the only free software advocate in Australia, in the hope that someone will correct him and point him to fellow comrades fighting for user freedom in Oz. -- [3] https://g.ypei.me +- [3] [[!inline pages="internal(2023/info/web-after)" raw="yes"]] -- cgit v1.2.3 From 609480e01569035f0eb06f3bd9fac3446a1d91f6 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 8 Nov 2023 11:35:35 -0500 Subject: add resources --- 2023/talks/emacsconf.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/emacsconf.md b/2023/talks/emacsconf.md index c08bbe01..e31539e5 100644 --- a/2023/talks/emacsconf.md +++ b/2023/talks/emacsconf.md @@ -18,6 +18,12 @@ Mode navigation, image and video manipulation, captioning, publishing, and remote command execution, and then check out the notes to find out more. +Resources: + +- [RevealJS presentation with clickable links, etc.](https://sachachua.com/proj/emacsconf-2023-emacsconf/) +- [As one long webpage](https://sachachua.com/proj/emacsconf-2023-emacsconf/exported.html) +- [Presentation org file](https://sachachua.com/proj/emacsconf-2023-emacsconf/index.org) + [[!inline pages="internal(2023/info/emacsconf-after)" raw="yes"]] [[!inline pages="internal(2023/info/emacsconf-nav)" raw="yes"]] -- cgit v1.2.3 From 41b087a1585e941f8fe89929cc2fb110b965e60d Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 10 Nov 2023 10:02:09 -0500 Subject: update status, add prot to hyperdrive talk --- 2023/talks/hyperdrive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/hyperdrive.md b/2023/talks/hyperdrive.md index 4aee6509..4c4dfdbf 100644 --- a/2023/talks/hyperdrive.md +++ b/2023/talks/hyperdrive.md @@ -1,5 +1,5 @@ [[!meta title="hyperdrive.el: Peer-to-peer filesystem in Emacs"]] -[[!meta copyright="Copyright © 2023 ${speakers}"]] +[[!meta copyright="Copyright © 2023 Joseph Turner and Protesilaos Stavrou"]] [[!inline pages="internal(2023/info/hyperdrive-nav)" raw="yes"]] @@ -7,7 +7,7 @@ # hyperdrive.el: Peer-to-peer filesystem in Emacs -Joseph Turner, xmpp:discuss@conference.ushin.org (XMPP MUC for USHIN discussion), +Joseph Turner and Protesilaos Stavrou, xmpp:discuss@conference.ushin.org (XMPP MUC for USHIN discussion), [[!inline pages="internal(2023/info/hyperdrive-before)" raw="yes"]] -- cgit v1.2.3 From deac20dda3389e3b42460da52de8f51dfd2ed81b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 11 Nov 2023 08:29:47 -0500 Subject: update parallel title --- 2023/talks/parallel.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/parallel.md b/2023/talks/parallel.md index ea966383..d0ba3325 100644 --- a/2023/talks/parallel.md +++ b/2023/talks/parallel.md @@ -1,13 +1,13 @@ -[[!meta title="Parallel Text Replacement: Does P = NP?"]] -[[!meta copyright="Copyright © 2023 Lovro"]] +[[!meta title="Parallel Text Replacement"]] +[[!meta copyright="Copyright © 2023 Lovro, Valentino Picotti"]] [[!inline pages="internal(2023/info/parallel-nav)" raw="yes"]] -# Parallel Text Replacement: Does P = NP? -Lovro - IRC: hokomo, +# Parallel Text Replacement +Lovro, Valentino Picotti - IRC: hokomo, [[!inline pages="internal(2023/info/parallel-before)" raw="yes"]] -- cgit v1.2.3 From 910fa889bd4b69c67ba9c5b66ad95cc40a59d367 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 14 Nov 2023 08:48:38 -0500 Subject: update steno title --- 2023/talks/steno.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/steno.md b/2023/talks/steno.md index a3fb115b..0780417d 100644 --- a/2023/talks/steno.md +++ b/2023/talks/steno.md @@ -1,4 +1,4 @@ -[[!meta title="Programming at 200 wpm"]] +[[!meta title="Programming with steno]] [[!meta copyright="Copyright © 2023 Daniel Alejandro Tapia"]] [[!inline pages="internal(2023/info/steno-nav)" raw="yes"]] @@ -6,7 +6,8 @@ -# Programming at 200 wpm +# Programming with steno + Daniel Alejandro Tapia (I like "thou" for the second person and "ou" for the third) - I'm also on emacs.ch @SequentialDesign, [[!inline pages="internal(2023/info/steno-before)" raw="yes"]] -- cgit v1.2.3 From df859a78b3d62acf31ccb6c27ce43f9314380a45 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 16 Nov 2023 08:26:22 -0500 Subject: add attributions --- 2023/talks/steno.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/steno.md b/2023/talks/steno.md index 0780417d..6b2dae45 100644 --- a/2023/talks/steno.md +++ b/2023/talks/steno.md @@ -18,6 +18,11 @@ and how I overcame them. Also talk about the advantages of using stenotypy in Emacs and in general. +This talk uses two pieces of media under a Creative Commons license: + +- - (a short video) Nederlands Instituut voor Beeld en Geluid, Creative Commons Attribution-Share Alike 3.0 +- (a pic from this) - +Nathan Olivares, Creative Commons Attribution [[!inline pages="internal(2023/info/steno-after)" raw="yes"]] -- cgit v1.2.3 From b57e1362b01ee2d3eedf66f3728550f304edaf5b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 17 Nov 2023 09:57:02 -0500 Subject: add ares and arei links --- 2023/talks/scheme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/scheme.md b/2023/talks/scheme.md index 3842ce1d..017796f0 100644 --- a/2023/talks/scheme.md +++ b/2023/talks/scheme.md @@ -25,6 +25,11 @@ My talk covers the following: - Interactive development and its benefits. - Emacs setup for Scheme development. +Links: + +- +- + About the speaker: Talk about Lisp development workflows, REPLs, and modern Scheme tooling for Emacs. -- cgit v1.2.3 From 09bf8824a49eb90d13585ada6d55ca6977058d75 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 29 Nov 2023 17:31:13 -0500 Subject: update title and abstract of voice --- 2023/talks/voice.md | 107 +++++++++++++++++++++++----------------------------- 1 file changed, 47 insertions(+), 60 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/voice.md b/2023/talks/voice.md index 337674e9..37bb11a3 100644 --- a/2023/talks/voice.md +++ b/2023/talks/voice.md @@ -1,76 +1,63 @@ -[[!meta title="Improving access to AI-assisted literate programming with voice control"]] +[[!meta title="Enhancing productivity with voice computing"]] [[!meta copyright="Copyright © 2023 Blaine Mooers"]] [[!inline pages="internal(2023/info/voice-nav)" raw="yes"]] - -# Improving access to AI-assisted literate programming with voice control +# Enhancing productivity with voice computing Blaine Mooers (he/him/his) - Pronunciation: pronounced like "moors", blaine-mooers(at)ouhsc.edu, , , , , mastodon(at)bhmooers [[!inline pages="internal(2023/info/voice-before)" raw="yes"]] -The audience will learn how to use voice control to create literate -programming documents in Emacs. After reviewing the benefits of -literate programming, I will review the prior work done with the voice -control in Emacs. I will present the reasons why you'd want to use -voice control; they go beyond the obvious benefit of avoiding or -working around repetitive stress injuries and include the benefits of -using voice control while standing to break up long periods of -sitting, which are detrimental to one's health. There are many options -for voice control in and out of the Emacs. I will review a list of -several and then drill in on two: one that is easy but of limited -extensibility (Voice In Plus () and -one that is harder to learn but more extensible (Talon Voice -()). The latter has a welcoming community of users -and developers in the Talon Slack channel. - -The Voice In Plus is a plugin for the Google Chrome browser that -allows you to dictate in the text areas on web pages. The dictated -text can be sent as soon as it appears in the browser to Emacs via -GhostText and the Atomic-Chrome package. You can insert custom code -snippets by voice control in the text area using Voice In Plus's -support for custom snippets. Or, you can insert yasnippet snippets by -voice control in the corresponding buffer in Emacs. I will demonstrate -how to set up this workflow and how to use it to create an org mode -file. This workflow is very effective for the creation of lots of -prose, but not code. - -The second approach uses the open-source software called Talon -(), which is good for both prose and code. This -package enables precise voice control in a wide variety of -applications including Emacs. This package is also highly configurable -using Python script and an accompanying Talonscript file, which has a -simple YAML file format. The general users of Talon who know nothing -about Python can easily configure their setup using Talonscript files. -Advanced users can use Python to add modules to the Talon package to -extend its functionality. I will demonstrate how to write an org mode -file with executable code blocks with Talon running in Emacs. I will -edit and run the code blocks by voice control with and without the -help of generative AI in the form of Copilot. - -I also demonstrate an interactive quiz in Python and Elisp that I -developed to the support the mastery of the voice control commands. By -running the quiz with voice control, you can accelerate mastery of the -commands. I learned the Talon alphabet in one day by taking the quiz -at spaced intervals. The quiz only took 60 seconds to complete when I -was proficient. - -I will conclude with a discussion of lessons learned and opportunities -for using voice control in Emacs for AI-assisted literate programming. +Voice computing uses speech recognition software to convert speech into text, commands, or code. +While there is a venerated program called EmacSpeaks for converting text into speech, a +"EmacsListens" for converting speech into text is not available yet. +The Emacs Wiki describes the underdeveloped situation for speech-to-text in Emacs. +I will explain how two external software packages convert my speech into text and computer +commands that can be used with Emacs. + +First, I present some motivations for using voice computing. +These can be divided into two categories: productivity improvement and health-related issues. +In this second category, there is the under-appreciated cure for ``standing desk envy''; +the cure is achievable with a large dose of voice computing while standing. + +I found one software package (Voice In) to be quite accurate for speech-to-text or dictation +(Voice In Plus, ), but less versatile for speech-to-commands. +I have used this package daily and I found a three-fold increase in my daily word count almost +immediately. +Of course, there are limits here; you can talk for only so many hours per day. + +Second, I found another software package that has a less accurate language model (Talon Voice, +)) but that supports custom commands that can be executed anywhere you can +place the cursor, including in virtual machines and on remote servers. +Talon Voice will appeal to those who like to tinker with configuration files, yet it is easy to +use. + +I will explain how I have integrated these two packages into my workflow. +I have developed a library of commands that expand 94 English contractions when spoken. +This library eliminates tedious downstream editing of formal prose where I do not use +contractions. +The library is available on GitHub for both Voice In Plus +() and Talon Voice +(). + +I also supply the interactive quizzes for mastering the basic Voice In commands +() and the Talon Voice phonetic alphabet +() +I learned the Talon alphabet in one day by taking the quiz at spaced intervals. +The quiz took only 60 seconds to complete when I was proficient. About the speaker: -I am an associate professor of biochemistry at the University of -Oklahoma Health Sciences Center. I use X-ray crystallography to study -the structures of RNA, proteins, and protein-drug complexes. I have -been using Python and LaTeX for a dozen years and Jupyter Notebooks -since 2013. I have been using Emacs every day for 2.5 years. I -discovered voice control this summer when my chronic repetitive stress -injury flared up while entering data in a spreadsheet. I found that -voice control is a great way to create prose and write literate -programming documents while maintaining one's health. +I am an Associate Professor of Biochemistry at the University of Oklahoma Health Sciences Center. +I use X-ray crystallography to study the structures of RNA, proteins, and protein-drug complexes. +I have been using Python and LaTeX for a dozen years, and Jupyter Notebooks since 2013. +I have been using Emacs every day for 2.5 years. +I discovered voice control this summer when my chronic repetitive stress injury flared up while +entering data in a spreadsheet. +I found that voice control is a great way to create prose and write literate programming +documents while maintaining one's health. [[!inline pages="internal(2023/info/voice-after)" raw="yes"]] -- cgit v1.2.3 From 1975b316c091539ea20a3fbf2756f51f1bac7dd6 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 29 Nov 2023 19:29:29 -0500 Subject: update bio --- 2023/talks/voice.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '2023/talks') diff --git a/2023/talks/voice.md b/2023/talks/voice.md index 37bb11a3..eeac32d0 100644 --- a/2023/talks/voice.md +++ b/2023/talks/voice.md @@ -50,15 +50,15 @@ The quiz took only 60 seconds to complete when I was proficient. About the speaker: -I am an Associate Professor of Biochemistry at the University of Oklahoma Health Sciences Center. -I use X-ray crystallography to study the structures of RNA, proteins, and protein-drug complexes. -I have been using Python and LaTeX for a dozen years, and Jupyter Notebooks since 2013. -I have been using Emacs every day for 2.5 years. -I discovered voice control this summer when my chronic repetitive stress injury flared up while -entering data in a spreadsheet. -I found that voice control is a great way to create prose and write literate programming -documents while maintaining one's health. - +I am an Associate Professor of Biochemistry at the University of +Oklahoma Health Sciences Center. I use X-ray crystallography to study +the structures of RNA, proteins, and protein-drug complexes. I have +been using Python and LaTeX for a dozen years, and Jupyter Notebooks +since 2013. I have been using Emacs every day for 2.5 years. I +discovered voice computing this summer when my chronic repetitive +stress injury flared up while entering data in a spreadsheet. I +tripled my daily word count by using the speech-to-text, and I get a +kick out of running remote computers by speech-to-command. [[!inline pages="internal(2023/info/voice-after)" raw="yes"]] -- cgit v1.2.3 From 5d688b790bc51181b47331e5cc81552842a80c9f Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Thu, 30 Nov 2023 01:05:42 -0800 Subject: add protesilaos bio to hyperdrive.el --- 2023/talks/hyperdrive.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/hyperdrive.md b/2023/talks/hyperdrive.md index 4c4dfdbf..d84889d5 100644 --- a/2023/talks/hyperdrive.md +++ b/2023/talks/hyperdrive.md @@ -73,6 +73,12 @@ information for everybody. This year, we're focusing on the hyperdrive.el project, with the goal of bringing Emacs and peer-to-peer together. +I am Protesilaos. Friends call me "Prot" and you are welcome to do the +same. I have been an Emacs user for ~4 years. I use Emacs full-time for +practically every aspect of my computing. I am the author and maintainer +of several packages for Emacs and am enthusiastic about its potential +for user freedom. + [[!inline pages="internal(2023/info/hyperdrive-after)" raw="yes"]] -- cgit v1.2.3 From 2e1978ebdeb14d333a5113f062f5bea402ec5ab2 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 1 Dec 2023 08:23:43 -0500 Subject: cancel taming --- 2023/talks/taming.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/taming.md b/2023/talks/taming.md index 04246b62..769242eb 100644 --- a/2023/talks/taming.md +++ b/2023/talks/taming.md @@ -11,6 +11,8 @@ Gergely Nagy (algernon) (he/him) - Pronunciation: "algernon" (all small letters, [[!inline pages="internal(2023/info/taming-before)" raw="yes"]] +**This talk has been cancelled. Sorry!** + I'd like to present my solution of taming a NixOS configuration **and** a Doom Emacs configuration with Org Mode. Taming, as in highlighting the pain points I had with them, why I found them to be a pain point, and -- cgit v1.2.3 From 78830c6929223012fc1490d3ddfb23c7d6d655f3 Mon Sep 17 00:00:00 2001 From: hokomo Date: Sat, 11 Nov 2023 12:58:54 +0100 Subject: parallel: Change email --- 2023/talks/parallel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2023/talks') diff --git a/2023/talks/parallel.md b/2023/talks/parallel.md index d0ba3325..5464192c 100644 --- a/2023/talks/parallel.md +++ b/2023/talks/parallel.md @@ -7,7 +7,7 @@ # Parallel Text Replacement -Lovro, Valentino Picotti - IRC: hokomo, +Lovro, Valentino Picotti - IRC: hokomo, [[!inline pages="internal(2023/info/parallel-before)" raw="yes"]] -- cgit v1.2.3 From 7c81bc6dc064161245e53bc710bcd4fcd6049141 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 1 Dec 2023 12:52:43 -0500 Subject: add resources --- 2023/talks/gc.md | 2 ++ 1 file changed, 2 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/gc.md b/2023/talks/gc.md index 1c9f07e5..b0c54532 100644 --- a/2023/talks/gc.md +++ b/2023/talks/gc.md @@ -11,6 +11,8 @@ Ihor Radchenko (he) - Mastodon: , . + Is Emacs responsiveness really affected by slow garbage collector? Should \`gc-cons-threshold' be increased during startup? Or maybe during the whole Emacs session? -- cgit v1.2.3 From 03fe3b085cd4734c277d12c32cdbd60a6bd9f6e4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 1 Dec 2023 13:22:07 -0500 Subject: add links to solo --- 2023/talks/solo.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '2023/talks') diff --git a/2023/talks/solo.md b/2023/talks/solo.md index c7df3d9a..5410352f 100644 --- a/2023/talks/solo.md +++ b/2023/talks/solo.md @@ -11,6 +11,11 @@ Howard Abrams - Website: - Mastodon: @howard@emacs.c [[!inline pages="internal(2023/info/solo-before)" raw="yes"]] + +- Ironsworn Emacs project code: +- Note that this code depends on my earlier project: +- The alpha version of a RPG Toolkit code: + As an eternal Dungeon Master, I have a long history of collecting my notes in Emacs. When my son was very young, I would export my Org files to an HTML page that would include some magic JavaScript, so that when -- cgit v1.2.3