HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CoreLathe

no profile record

Submissions

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

github.com
7 points·by CoreLathe·8 maanden geleden·2 comments

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

github.com
3 points·by CoreLathe·9 maanden geleden·0 comments

comments

CoreLathe
·8 maanden geleden·discuss
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 maanden geleden·discuss
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.