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/web.md') 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/web.md') 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/web.md') 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