PSA you can run nbb on your Android phone/tablet via termux (can't remember if I've posted this before, sorry if I have!).
nice :)
how long does it take to run time nbb -e nil?
I think bb might also work via the linux-aarch64 binary
to cut out npx startup time, try time ./node_modules/.bin/nbb -e nil
getting a strange error i can't quite make sense of
will take me a minute to get this from my phone
never mind i was running the time command from inside an nbb repl i started earlier facepalm
no worries
just wanted to know if this is slower or faster than on my machine ;)
probably slower, but still curious
0.769s
on my m1 it takes about 100ms
gotcha
let me get a screenshot
this is a fairly old samsung phone (s10e)
what is cool about this is you can set up scripts to run at boot with termux, and also widgets that trigger scripts when you tap on their icon on the homescreen. you can do stuff like check sms, send sms, take a photo, etc. if you have the package termux-api installed. very nice to be able to script this stuff using nbb.
nice :)
i might set up a little phone termux "server" that i can send sms'es to. a fun one is termux-tts-speak which i was showing my son earlier to much hilarity. 😁
yeah, you can run the nrepl server maybe ;)
oh cool yes i'll try that tomorrow