]> xn--ix-yja.es Git - alex.git/commitdiff
Downgrade process nanny
authoralexpdp7 <alex@pdp7.net>
Wed, 15 May 2024 10:25:24 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 10:25:24 +0000 (12:25 +0200)
ttm works well enough for my purposes for now

IDEAS.org

index 2d9afa79c8e05cb935ee22dff526984db8ded1e0..4f2bd0261e9e621a54abd96e4f5ac7d506ee29c5 100644 (file)
--- a/IDEAS.org
+++ b/IDEAS.org
@@ -6,15 +6,7 @@
 - The mailing list UI can be completely customized to look like microblogging, blogs, comment systems, etc.
 - max n messages over m days feature. n=0, don't send me emails. n=1, send me a digest every m days. n>=2, stop at n-1, then wait until the m period is over to send me a digest.
 
-* Process nanny
-
-See [[https://github.com/open-telemetry/opentelemetry-specification/blob/main/experimental/trace/zpages.md]].
-
-- A program to manage long running processes
-- Acts as a bot in IRC, email, Slack, etc. posting when the job is done, providing updates, etc.
-- Starts an xterm.js to watch the output
-
-** Parallel execution framework
+* Parallel execution framework
 
 See https://github.com/alexpdp7/scripts-py-libs
 
@@ -29,6 +21,14 @@ See https://github.com/alexpdp7/scripts-py-libs
 Some parts could be implemented with OpenTelemetry.
 For example, piping command output as OpenTelemetry logs.
 
+** Process nanny
+
+See [[https://github.com/open-telemetry/opentelemetry-specification/blob/main/experimental/trace/zpages.md]], [[https://gitlab.com/etke.cc/tools/ttm/][ttm]] for Matrix.
+
+- A program to manage long running processes
+- Acts as a bot in IRC, email, Slack, etc. posting when the job is done, providing updates, etc.
+- Starts an xterm.js to watch the output
+
 * Browser cursor control
 
 - Adapt web pages so you can browse them using cursor keys.