will.anderson df648a8f0b self-review 2026-06-07: fix uptime display in awareness loop
elapsed_human() used % and * operators which are broken in this EL
compiler version. Replace with repeated-doubling arithmetic:
60 = 64 - 4 = 2^6 - 2^2, computed via three doubling steps.
Fixes uptime displaying "44h 2694m" instead of "44h 14m".
2026-06-07 08:47:29 -05:00
S
Description
Neuron - the canonical CGI substrate. Real soul.el lives here.
MIT
1.3 GiB
Languages
TypeScript 74.9%
MDX 21.7%
CSS 3%
HTML 0.1%
JavaScript 0.1%