clojure-ohio

eraserhd 2026-02-13T00:33:48.697909Z

Today's chapter in "Building a DRO" - I learned: 1. In a CapacitorJS Android app console.log() never gets logged. 2. http://console.info() and higher get logged, but only on debug builds, or 3. if configured via an obscure option, 4. the Android logs on the device are all ring buffers 5. The default size of the ring buffer is 256Kb, 6. it takes less time to fill a 256Kb ring buffer than a walk from the garage to my desk, 7. http://Claude.ai can write a ClojureScript hex-dump function that works on the first try, 8. the DRO protocol actually zero terminates, not newline terminates, 9. the DRO hardware sends a device version string at random intervals.