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.
33 MiB
Languages
Emacs Lisp 80.2%
Shell 13.4%
Python 4.2%
HTML 1%
Go Template 0.7%
Other 0.5%