diff options
| author | alexpdp7 <alex@pdp7.net> | 2024-07-25 12:00:48 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-07-25 12:01:23 +0200 |
| commit | 8d1e5567abdbb62d38af1b9e0ddf58e41f2de097 (patch) | |
| tree | 465730404a4e8377f0085d7d9496756811d44707 | |
| parent | 7ef4a1f9c6795b027b3e0a90f646e86c03b3d5d9 (diff) | |
Add proxy, Gemini stuff, epistle
| -rw-r--r-- | IDEAS.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -36,6 +36,16 @@ See [[https://github.com/open-telemetry/opentelemetry-specification/blob/main/ex Vivaldi's "spatial navigation" supposedly does this, but chokes on D+. +* Simple web proxy + +- Proxy + web frontend that does ~chromium --headless --dump-dom $URL --virtual-time-budget=10000 | w3m -T text/html -dump~ +- Perhaps pluggable DOM manipulation + +* "Cloudy" Gemini client + +- Multidevice bookmarks, certificates, etc. +- Perhaps "personal" web frontend + * Terminal mail client - Easy set up of common mail accounts (perhaps using mbsync, notmuch, mu, etc.) @@ -43,6 +53,8 @@ Vivaldi's "spatial navigation" supposedly does this, but chokes on D+. - Markdown email (write email as Markdown, send as plain text + HTML) - Probably https://jmap.io/ can make implementing this easier +WIP: https://github.com/alexpdp7/epistle + * Userland WASM Linux distro - Bootstrap a Linux distro to run on WASM |
