<beneroth>
Regenaxer, my server should work again, but better test if before next call
<beneroth>
the update actually destroyed some configurations
<beneroth>
:-/
<Regenaxer>
Thanks!
<Regenaxer>
I had a 3-member conf yesterday. Rio and New York
<beneroth>
I will probably do a complete re-install before summer on a better fitted server. the one now is okay, but was not originally intended for this
<Regenaxer>
worked perfectly
<beneroth>
ah nice :)
<Regenaxer>
My max was 5 so far, 1 Holland and one India
<Regenaxer>
the rest Germany
<beneroth>
yeah let's do some more testing, and then maybe we can do pilcon with it. as a fallback we can use (audio-only) teamspeak
<Regenaxer>
Yeah
<beneroth>
in most cases, videostreaming is not required from all users
<Regenaxer>
Right
<beneroth>
I like the "hand up" feature of jitsi meet, that might be very useful with a bigger audience
<Regenaxer>
yes, indeed
<beneroth>
I made only sessions with up to 5 people so far (5 people whole evening, no problem)
<Regenaxer>
Good to know
<tankf33der>
Regenaxer: question
<tankf33der>
(de cache ("Var" X . Prg)
<tankf33der>
(let K (cons (char (hash X)) X)
<tankf33der>
first two lines of cache function. Why I need (cons (char (hash X)) X) and not (cons (hash X) X) ?
<tankf33der>
in general they are the same. maybe tree node searching requires equality or what ?
f8l has quit [Remote host closed the connection]
f8l has joined #picolisp
<Regenaxer>
Hi tankf33der, sorry, was cycling
<Regenaxer>
The 'char' is needed when you want to store a value
<Regenaxer>
Can't do that into a number
<tankf33der>
afk.
<Regenaxer>
ok
<Regenaxer>
So tree *searching* is about the same
<Regenaxer>
I must shower
<Regenaxer>
bbl
<Regenaxer>
Nice discussion in the mail. I'm fully with beneroth
<beneroth>
:)
<Regenaxer>
What a horrible idea, switching to Python syntax
<Regenaxer>
I looses so many advantages
<beneroth>
well it is an obvious idea when people don't think in AST
<beneroth>
(= text code) -> NIL
<Regenaxer>
T
orivej has quit [Ping timeout: 264 seconds]
<Nistur>
Regenaxer: yep, with @lib/native.l, although I actually took a copy, so I could add "-I" (pwd) to it, it made it easier to have c code in a separate file, I couldn't be bothered to figure out how to get emacs to switch modes mid buffer, so I just #include "cfile.c"
<Nistur>
huh, I guess I was tired again when I was testing it, because it works now :D
<Regenaxer>
Ha, cool! :)
<Nistur>
I think the ACTUAL problem was that the input format from the example in crc.l confused me
<Regenaxer>
ok
<Nistur>
I should not code when tired, clearly :P
<Regenaxer>
Me too, dangerous such late
<Nistur>
hmmm, using gcc fro native.l, is there currently a way to link in libraries? because obviously for this to work I need libssl.so :P
<Nistur>
just putting "-lssl" in the compile flags works for now, I guess I should pass it through. Will do that later
<Nistur>
ok :) I didn't look, as the documentation pointed me towards crc.l
<Nistur>
I'll poke around in that too :)
<Regenaxer>
ok :)
<Nistur>
ok, so, the good news is I have now got a 5 line C file to do the encryption using openssl rsa, called from pil, and built with native.l gcc. It compiles, links and work
<Nistur>
s
<Nistur>
well
<Nistur>
that last bit is debateable
<Nistur>
it's segfaulting just like it did when I tried it with native
<Nistur>
yup. Again, looks like it might be a stupidity caused by tiredness thing for me :P It expects the key in PEM format, and me in my infinite wisdom, decided to strip the header and footer off it, so I just had the key