aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.org
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.org')
-rw-r--r--IDEAS.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/IDEAS.org b/IDEAS.org
index f2bdb258..bd48b07f 100644
--- a/IDEAS.org
+++ b/IDEAS.org
@@ -7,6 +7,10 @@ If you have interest on any of those ideas and you want to influence my prioriti
If you send me a number between -1 and 1 for any ideas in these lists [or ideas outside the list!], I will add all numbers I receive and use that to estimate external interest.
If you send me a list of ideas you are interested in, I will consider those votes with the value 1.)
+* Meta
+
+- https://lobste.rs/s/gns27z/what_are_your_programming_hunches_you
+
* PiKVM Screenreader
- Modern KVM products use HDMI USB capture cards and Linux gadget support to capture a display and send mouse/keyboard events to a headless machine.
@@ -137,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.)
@@ -221,6 +231,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/]]