Viewing profile — Regenaxer
Regenaxer
HN member- Joined
- Mon, Mar 13, 2017, 6:38 AM UTC
- HN karma
- 14
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Regenaxer
No profile information was provided.
Recent public activity
- story
-
comment
Comment #44244337
If your relative also needs something on Android, you might look at https://software-lab.de/StenoBoard/README I wrote it when I developed a Dupuytren Contracture on my hand last ye…
-
comment
Comment #43385518
No floats, yes, but it has fixnums with infinite precision
-
comment
Comment #24132706
https://twitter.com/delta_chat/status/1293456217248079872?s=...
-
comment
Comment #17564264
The easiest way seems to be to download it with a browser, and then immediately click on "open" in the little dialog which pops up in the browser after it downloaded the zip. It is…
-
comment
Comment #17564246
The 64-bit version of PicoLisp is written in a generic assembler which is then built for target CPUs like x86-64, arm64, ppc64 or "emu". In "emu" the target "CPU" is plain-C, and t…
-
comment
Comment #17560748
Perhaps also the video snippets in this article are helpful: https://picolisp.com/wiki/?TermuxPentiPicoLisp
-
comment
Comment #17560705
I should explain more clearly how to generate an arpeggio in PentiKeyboard: The rules are: 1. The last key must be pressed AT LEAST 80 ms later than the second. 2. The last key mus…
-
comment
Comment #15285510
oops, replied in wrong place
-
comment
Comment #15285495
I don't know how Clojure does it, but PicoLisp is native code so it surely differs. It is described in the article https://picolisp.com/wiki/?PilBox
-
comment
Comment #13855725
Note that in PilBox you can also directly call the standard Android API, and use the REPL of course. Taking a picture, for example, needs only (android~takePicture (tmp "img") '((I…