From e83f377aba7079eca2ab774e7f27f2704f669f43 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 20 Dec 2022 13:05:54 -0500 Subject: add answer captions, add rest of IRC comments --- 2022/talks/asmblox.md | 7 ++++++- 2022/talks/dbus.md | 10 ++++++++-- 2022/talks/eev.md | 14 ++++++++++++++ 2022/talks/eshell.md | 21 +++++++++++++++++++++ 2022/talks/justl.md | 7 +++++++ 2022/talks/localizing.md | 3 +-- 2022/talks/lspbridge.md | 29 ++++++++++++++++++++++++++++- 2022/talks/rde.md | 4 ++++ 2022/talks/rms.md | 8 ++++++++ 2022/talks/sqlite.md | 6 ++++++ 2022/talks/wayland.md | 12 ++++++++---- 11 files changed, 111 insertions(+), 10 deletions(-) (limited to '2022/talks') diff --git a/2022/talks/asmblox.md b/2022/talks/asmblox.md index b779c622..b97f7169 100644 --- a/2022/talks/asmblox.md +++ b/2022/talks/asmblox.md @@ -72,7 +72,7 @@ The source code can be found at regexs: - Q: Are there tools to add more puzzles? - A: So the game code itself has a asm-blox-puzzles.el file which - defines each puzlze. It's pretty easy to add new puzzles but it + defines each puzzle. It's pretty easy to add new puzzles but it involves digging into the code. - QLike a binding to graphviz? (assume this is a continuation of the "what kind of tool" question) @@ -82,6 +82,11 @@ The source code can be found at            the diagon tool: +Other feedback from IRC: + +- Great presentation. Game actually looks quite fun +- Thanks again for your answers. Du bist das Beste + [[!inline pages="internal(2022/info/asmblox-after)" raw="yes"]] [[!inline pages="internal(2022/info/asmblox-nav)" raw="yes"]] diff --git a/2022/talks/dbus.md b/2022/talks/dbus.md index 78500f10..773b2a41 100644 --- a/2022/talks/dbus.md +++ b/2022/talks/dbus.md @@ -162,10 +162,16 @@ Emacs Operating System. interface that lets you open a URL, but nothing else.  I'm not sure about other browsers, since LibreWolf is what I use.  If you use d-feet to examine the session bus, you can see! -- Q: - - A: +- Q: Nice, thanks! I had been looking for a udisks tool. Is it available? + - A: Yes, https://codeberg.org/emacs-weirdware/discomfort It's alpha, but way nicer than using udisksctl. +Other discussions from IRC: +- Very interesting talk Ian! +- Pretty interesting... I am already scratching my head thinking on applications! +- Thanks, fascinating ieure, now onto refactoring everything not yet into Emacs to be managed in Emacs via d-bus... +- One usage example I've recently stumbled over is the scad-dbus package which can control the openscad gui from Emacs, move around the camera etc. +- @ieure : Thanks for the great talk, love these expositions of yours, especially of things that have gone under-appreciated - and the packaging into timeless tunes obviously! [[!inline pages="internal(2022/info/dbus-after)" raw="yes"]] diff --git a/2022/talks/eev.md b/2022/talks/eev.md index ef922e9d..c8d40a9b 100644 --- a/2022/talks/eev.md +++ b/2022/talks/eev.md @@ -49,6 +49,20 @@ notes on a language $LANGUAGE and programs written in that language. For more info see [this page](http://angg.twu.net/emacsconf2022-kla.html). +# Discussion + +- Q: Can you say why you like all your links to be elisp expressions rather than something more textual? Is it just so you can always evaluate the expressions? + - A: rswgnu5: it is quicker to create hyperlinks that don't have titles, and many years ago I had some problems when I gave titles that were not very good, and I ended up with links that didn't do what I expected, so I sort of stopped trusting links whose actions are hidden and only their titles are shown. also, I am trying to write code in which all parts are easy to understand. +- Q: I am fond of and inspired by your idea of Lisp Markup & Interfaces. Have you thought of other Lisp Markup uses than Links? How do you think of incorporating tree-sitter? If that makes sense to you or at all. + - A: can you explain your idea? I haven't had time to play with tree-sitter yet, but my holidays will start in a few weeks... I sometimes get stuck trying to understand the inner details of things whose inner details shouldn't be relevant... I had this problem with both Org and Hyperbole several times, and I guess that I will have it with tree-sitter too... + - edrx: I don't have a concrete idea. I just have been thinking of the intersection of Markup, minimalist Textinterfaces and little Languages | language oriented programming for a while. Eg Lisp is a nice List/ tree data syntax. You use it for links. Do you have other markup like uses for? And speaking of tree data, tree-sitter is a tool to incrementally & robust build a tree from a flat text buffer. + - do you know this? https://github.com/mmontone/emacs-inspector +- Bi-directional links is a good idea. +- I look forward to trying it out and seeing how it feels. It certainly looked cool! +- awesome! btw edrx i'd really enjoyed the last eev workshop, would be totally down to attend another one later too +- An interesting link type to add would be org id for org roam or denote id link types. +- I've been trying to use eev to explore parts of Emacs that I don't understand... a basic example is M-x list-packages +- Something to love about org mode, hyperbole, and eev is how they push the idea of links further [[!inline pages="internal(2022/info/eev-after)" raw="yes"]] diff --git a/2022/talks/eshell.md b/2022/talks/eshell.md index b1ffac32..011b1a31 100644 --- a/2022/talks/eshell.md +++ b/2022/talks/eshell.md @@ -134,6 +134,27 @@ Want _all_ the code? See my literate dotfiles for #emacs at - Q: Does acm mode work on terminal or it only works on GUI? @@ -108,6 +109,32 @@ Related design, please check +Some comments from IRC: + +- wasamasa : I admire the commitment and integrity. I'm just taking a step back and thinking if this should be expected, or a more pragmatic but still uncompromising approach would be warranted in the bigger scheme. +- emacs has so many great features and packages just in the latest years and my feeling is that they are very much inspired/cloned/reworked from the features that came out of sublime text/atom/vs code/other current popular editor + - That's what happens when you have the freedom to shape the tool as you want. Different people like different features and sometimes (pretty often actually) it just happens that they end up implementing features they liked in other tools they used before. +- it's important to state non-goals like fullblown webbrowser, javascript etc. because they are not obvious to newcomers and would add a lot of bloat + Some comments from YouTube: - One thing I learned for sure after watching this great talk is that @@ -417,6 +424,7 @@ Reactions: - - [Why do we hack?](http://curious.galthub.com/blog/2022-12-04/) - [RMS On What He Wants and Doesn’t Want in Emacs](https://irreal.org/blog/?p=11013) +- [[!inline pages="internal(2022/info/rms-after)" raw="yes"]] diff --git a/2022/talks/sqlite.md b/2022/talks/sqlite.md index 5d262430..8982e91b 100644 --- a/2022/talks/sqlite.md +++ b/2022/talks/sqlite.md @@ -167,6 +167,12 @@ For more information and the packages discussed here, see the how it went, what could be better, etc.  Then you can later see the recipe and notes on it at once, which helps you further refine the recipe. +- Q: beyond note taking what kind of packages do you think would benefit from triples library + +Other discussions from IRC: + +- I like the font he's using in his org doc. +- In some way, triples (turtle, RDF and similar things) describe a directed graph, where echa edge is like: Subject--Predicate-->Object. A datalog can describe this too (for example: with predicates like triple(S,P,O)). [[!inline pages="internal(2022/info/sqlite-after)" raw="yes"]] diff --git a/2022/talks/wayland.md b/2022/talks/wayland.md index 786cd443..9f633c8a 100644 --- a/2022/talks/wayland.md +++ b/2022/talks/wayland.md @@ -93,8 +93,7 @@ Discussions: - Q: there have a demo to show this emacs-wayland-compositor, even it buggy now? Just curious. ;) - A: - - Q: So the current limitation is that buffer mirroring doesn't - respect different widths/heights? +- Q: So the current limitation is that buffer mirroring doesn't respect different widths/heights? - A:(answered - transcript tbd) - Q:Could you use some of this package with other walyand compositers "probably not all of it" , sway, kde, river, gnome. @@ -107,8 +106,13 @@ Discussions: - A:(answered - transcript tbd) - Q: Did you know EAF ?  -- Do you have the code available somewhere (git repo)? - - perma-curious.eu +- Q: Do you have the code available somewhere (git repo)? + - +- Q: So the current limitation is that buffer mirroring doesn't respect different widths/heights? + +Other discussions from IRC: + +- If I understand correctly, this project is more like philosophy of EXWM, but it not based on X11, instead based on Wayland. [[!inline pages="internal(2022/info/wayland-after)" raw="yes"]] -- cgit v1.2.3