diff options
| author | Michael Herstine <sp1ff@pobox.com> | 2022-11-25 09:12:06 -0800 | 
|---|---|---|
| committer | Michael Herstine <sp1ff@pobox.com> | 2022-11-25 09:12:06 -0800 | 
| commit | e7c41e62795740e701af41e6f88f0998054e5129 (patch) | |
| tree | 9c54c06b68b3ef45693c183c812fffdfadc0aa43 | |
| parent | dcf4d10213ffa11e984c897cbf57b15a6051f7dc (diff) | |
| download | emacsconf-wiki-e7c41e62795740e701af41e6f88f0998054e5129.tar.xz emacsconf-wiki-e7c41e62795740e701af41e6f88f0998054e5129.zip  | |
Added author bio & contact blurp to async & indieweb talks.
Diffstat (limited to '')
| -rw-r--r-- | 2022/talks/async.md | 19 | ||||
| -rw-r--r-- | 2022/talks/indieweb.md | 9 | 
2 files changed, 17 insertions, 11 deletions
diff --git a/2022/talks/async.md b/2022/talks/async.md index 46c1ddf6..8e0f144a 100644 --- a/2022/talks/async.md +++ b/2022/talks/async.md @@ -37,17 +37,14 @@ specifically the Low-Level Network Access API, with illustrations as  to how it can be used to build an asynchronous queue. It will also  introduce Lisp macros and how powerful they can be. -Outline: - --   introduce myself & the problem --   overview of the solution: -    -   sketch out the Emacs API available to me -    -   sketch out the purpose-built async runtime I came up with in Emacs Lisp --   coda: this worked but led to ugly code on the part of callers -    -   insight: in Lisp, the code is just data! --   demo - - +Michael is a developer and long-time Emacs user from the San Francisco +Bay area. He hacks in C++, Lisp & Rust and thinks a lot about writing +provably correct code. You can find him at: + +  - his [home page](https://www.unwoundstack.com) +  - on IRC: sp1ff on Libera.Chat +  - through [e-mail](mailto:sp1ff@pobox.com) +  - or on [Github](https://github.com/sp1ff)  [[!inline pages="internal(2022/info/async-after)" raw="yes"]] diff --git a/2022/talks/indieweb.md b/2022/talks/indieweb.md index 112f5420..4be9b0f5 100644 --- a/2022/talks/indieweb.md +++ b/2022/talks/indieweb.md @@ -34,6 +34,15 @@ will be on how Emacs, Org Mode, and a few Unix tools suffice to get  your static Org Mode site onto the Indieweb. +Michael is a developer and long-time Emacs user from the San Francisco +Bay area. He hacks in C++, Lisp & Rust and thinks a lot about writing +provably correct code. You can find him at: + +  - his [home page](https://www.unwoundstack.com) +  - on IRC: sp1ff on Libera.Chat +  - through [e-mail](mailto:sp1ff@pobox.com) +  - or on [Github](https://github.com/sp1ff) +  [[!inline pages="internal(2022/info/indieweb-after)" raw="yes"]]  | 
