00:05
<
user3456 >
Where could I find Steno(Board)? Googling it directly gives too many results and I can't find anything on the picolisp wiki
00:05
<
user3456 >
I've tried Penti but my fingers are too long to fit comfortably on a phone screen
00:19
<
beneroth >
hi user3456
00:20
<
beneroth >
I guess it's not officially publicly available yet
00:20
<
beneroth >
it's in a sense similar to Penti, but only using one finger with tap and slide gestures, afaik
01:27
f8l has quit [Ping timeout: 255 seconds]
01:44
skyjuice has quit [Quit: Client closed]
03:42
user__ has quit [Remote host closed the connection]
04:56
<
abu[7] >
Hi user3456, StenoBoard is public, but not in PlayStore
04:57
<
abu[7] >
It is only mentioned on the Penti pages so far
05:02
<
abu[7] >
It can be used on much smaller phone screens, I believe even on a smart watch
06:18
<
abu[7] >
Steno is a little slower than Penti, but more relaxing to use. It needs only one finger, and can be used while the phone lies flat on any surface, while Penti works best if you hold it in the other hand.
06:24
<
abu[7] >
And: Steno is easier to learn, I believe, because most strokes and key assignments are more mnemonical (this can be seen in the README above)
06:30
rob_w has joined #picolisp
08:55
f8l has joined #picolisp
11:08
rob_w has quit [Remote host closed the connection]
11:47
rob_w has joined #picolisp
14:02
user__ has joined #picolisp
17:44
skyjuice has joined #picolisp
17:44
<
skyjuice >
Hello all
17:45
<
abu[7] >
Hi skyjuice
17:53
<
skyjuice >
I have a small movie app I'm working on to learn picodb and
17:53
<
skyjuice >
the new `search` function.
17:53
<
skyjuice >
The `*DB` has movie objects in it, however the `search-all` function
17:53
<
skyjuice >
does not render and returns `NIL` when called from the repl.
17:59
<
abu[7] >
It searcher over 'nm', but only 'dat' has an index
17:59
<
abu[7] >
eg. (rel nm (+IdxFold +String))
18:01
<
abu[7] >
or perhaps (+Key +String) if the names are unique
18:02
<
abu[7] >
'date (stamp) is not correct
18:02
<
abu[7] >
(stamp) is a string, not a date
18:03
<
abu[7] >
better 'date (date)
18:11
<
skyjuice >
I've got `(class +Movie +Entity)
18:11
<
skyjuice >
(rel nm (+Key +String))
18:11
<
skyjuice >
(rel info (+String))
18:11
<
skyjuice >
(rel date (+Ref +Date))
18:12
<
skyjuice >
but the search-all component still doesn't render, tried restarting the server too
18:13
<
skyjuice >
*replaced stamp with date also
18:13
<
abu[7] >
Did you delete and create the DB?
18:13
<
abu[7] >
The new index must he bui4t
18:19
<
skyjuice >
Database recreated and all is working perfectly, 🥳
18:29
lagash has joined #picolisp
18:40
diogenes has joined #picolisp
18:41
<
diogenes >
So I tried to build picolisp from source and I am running into strange issues. For some reason it is looking in the nix/store for stuff.
18:42
<
diogenes >
is an an example
18:42
<
abu[7] >
Is it on Debian or a derivate of Debian?
18:45
<
diogenes >
it is on deb
18:45
<
diogenes >
well a deb derivative called popos
18:46
<
abu[7] >
OK, then the description in INSTALL should quite match
18:46
<
diogenes >
outside of emacs i get linker errors to the nix store but in emacs i get the stuff i posted
18:49
<
abu[7] >
What error do you get?
18:49
<
diogenes >
even weirder i get different errors in emacs and outside emacs
18:49
diogenes has quit [Excess Flood]
18:56
geri has joined #picolisp
18:58
skyjuice has quit [Quit: Client closed]
18:59
<
geri >
hoya, joining a bit to try to debug the linker issue
19:00
<
geri >
no idea if diogenes is still here though
19:01
<
bjorkint0sh >
geri: if the username does not complete, the user is problem afk.
19:01
<
bjorkint0sh >
*autocomplete
19:01
<
geri >
"the user is problem"
19:01
<
abu[7] >
T, he quit
19:02
<
bjorkint0sh >
hahaha
19:02
<
bjorkint0sh >
I meant to say. 'the user is probably afk'
19:02
<
geri >
okay, i have another channel just thought hed still be here
19:03
<
geri >
looks like a nix issue to me
19:03
<
geri >
(more esotheric issues yay)
19:05
<
geri >
autocomplete succs, id rather make my own mistakes bjorkint0sh
19:08
<
geri >
there are like complete compilations of people getting into hilarious misunderstandings because of it
19:09
<
bjorkint0sh >
well, gahr
19:09
<
bjorkint0sh >
I mean. geri.
19:10
<
geri >
that actually looked like you had a stroke there
19:11
<
geri >
although this particular autocomplete messup is very relatable
19:13
<
geri >
okay, messed around a bit, time to sleep :D
19:18
geri has quit [Read error: Connection reset by peer]
20:20
rob_w has quit [Read error: Connection reset by peer]
21:03
DKordic has quit [Ping timeout: 272 seconds]