HackerTrans
トップ新着トレンドコメント過去質問紹介求人

CoreLathe

no profile record

投稿

Show HN: Micro-RLE ≤264-byte compression for UART/MCU logs, zero RAM growth

github.com
7 ポイント·投稿者 CoreLathe·8 か月前·2 コメント

Show HN: 106-byte JSON field extractor for embedded (8× smaller than JSMN)

github.com
3 ポイント·投稿者 CoreLathe·9 か月前·0 コメント

コメント

CoreLathe
·8 か月前·議論
The 33-60 % figure is for repetitive firmware logs (periodic status lines, hex dumps, etc.) where the XOR-delta between successive bytes is zero most of the time.

The headline should read “compresses repetitive logs”; sorry for the noise.
CoreLathe
·9 か月前·議論
This two-way sync is slick—saves us from the usual “designer broke prod” dance. One edge case: if a non-tech user renames a sub-agent in the visual builder while a dev still references the old ID in TypeScript, do you:

automatically rewrite the TS file on the next pull, or surface a merge conflict and let the dev hand-fix? Curious how deep the refactor detection goes.