diff options
| author | alexpdp7 <alex@pdp7.net> | 2024-05-15 12:25:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-15 12:25:24 +0200 |
| commit | 940387caf6214c5e0aae2537d640481399837ba5 (patch) | |
| tree | e60a59219778a908611927cc4de2d5b787dc383f | |
| parent | 9b67dafa4421d9abe5a1a4669ad487ad81366444 (diff) | |
Downgrade process nanny
ttm works well enough for my purposes for now
| -rw-r--r-- | IDEAS.org | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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. |
