From 7060faa58c38f1f0092fa0046f7837e734c5fb83 Mon Sep 17 00:00:00 2001 From: goodboy Date: Mon, 30 Mar 2026 12:17:34 -0400 Subject: [PATCH] Reword/extend the charting bullet --- ai/claude-code/plans/nlnet_commons_fund_proposal.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ai/claude-code/plans/nlnet_commons_fund_proposal.md b/ai/claude-code/plans/nlnet_commons_fund_proposal.md index 0afbddcc..86728783 100644 --- a/ai/claude-code/plans/nlnet_commons_fund_proposal.md +++ b/ai/claude-code/plans/nlnet_commons_fund_proposal.md @@ -48,10 +48,11 @@ the market venue itself. a unified API for market data, order submission, and position tracking regardless of venue. -- A hyper performant real-time charting UI built on PyQt6 and our own - extensions to the `PyQtGraph` graphic lib, all driven by - in-shared-memory data (like OHLCV) buffers that multiple processes - read without serialization overhead. +- A hyper performant real-time charting UI built on `PyQt6` and our + own extensions to the `PyQtGraph` graphic lib, all driven by + real-time, in-shared-memory-buffer backed, data flows (i.e. OHLCV, + market tick events, traffic profile metrics) that multiple + processes (actors) operate on without serialization overhead. - a keyboard-driven, modal UI/X targeting tiling window manager users on linux.