aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.org
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.org')
-rw-r--r--IDEAS.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/IDEAS.org b/IDEAS.org
index 891ad592..764007e2 100644
--- a/IDEAS.org
+++ b/IDEAS.org
@@ -137,6 +137,13 @@ The mirror requests /foo to httpd, which returns the gemtext.
- Provides a UI to approve individual commits
- For validated *and* approved commits, it implements a merge queue that works on a per-commit basis.
+* Complexity explorer (Acomplejator)
+
+- Qualifies a set of files (by programming language, type of asset [lock file, documentation, etc.], etc.)
+- Interactive exploration by directory and type
+- Per-project configuration file with rules
+- Uses a fast compression algorithm to provide complexity metrics
+
* Typing database
- A database of keyboard layouts.
@@ -214,6 +221,11 @@ See https://github.com/alexpdp7/pandocsql https://github.com/alexpdp7/pandoc_dat
- Processes that poll external sources (calendars, org-mode, ticket trackers, etc.) and add elements to the list.
For processes that poll sources without stable ids, the daemon does similarity comparisons for identity
- UIs show the list by ordering, allow reordering, filtering by tag
+
+* Unix domain sockets proxies
+
+- Make it easier to run local daemons (for development, for example) listening on Unix domain sockets (that are named and do not have collisions like port numbers).
+
* SQL2
See https://github.com/EvgSkv/logica, [[https://prql-lang.org/]]