diff options
| author | alexpdp7 <alex@pdp7.net> | 2026-03-08 12:15:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 12:15:08 +0100 |
| commit | d26b5be22139d990ed453c3fda970cd81790acc6 (patch) | |
| tree | a521a96d37b370b5e9106b038de028421651d2de | |
| parent | b42239f681a2cb5129e54da7e49c23a61636eae8 (diff) | |
Add Unix domain sockets proxiesmaster
| -rw-r--r-- | IDEAS.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -221,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/]] |
