diff options
| author | alexpdp7 <alex@pdp7.net> | 2026-04-14 09:26:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-14 09:26:13 +0200 |
| commit | 152c165b36c61c9f84f669439cec27487d912ccb (patch) | |
| tree | bddae05446d4e23fbedabc457d96e264c4b59275 | |
| parent | 676c8dd1e479d0acb2b614f9db81a825b59b3093 (diff) | |
Add Jerarco
| -rw-r--r-- | IDEAS.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -141,6 +141,12 @@ 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. +* Jerarco + +- Classifies items of a certain kind (e.g. links to projects) +- Each item can have multiple hierarchical tags (e.g. software/for/end-users, software/implemented-in/python, maths/graph-theory, etc.) +- Jerarco builds a "flat" categorization by taking the leaf tag with most items and printing all elements in that leaf tag, then removing the items from the list, and iterating until there are no more items. + * Complexity explorer (Acomplejator) - Qualifies a set of files (by programming language, type of asset [lock file, documentation, etc.], etc.) |
