razzy has quit [Remote host closed the connection]
razzy has joined #picolisp
<
tankf33der>
razzy: no, only Regenaxer
xkapastel has joined #picolisp
razzy has quit [Remote host closed the connection]
<
Regenaxer>
tankf33der, will you check httpGate?
<
tankf33der>
start it
<
Regenaxer>
Done already this morning
<
Regenaxer>
I see connect
<
tankf33der>
the same as yesterday
razzy has joined #picolisp
<
tankf33der>
are you sure you are running httpgate with my patch ?
<
tankf33der>
i see tls 1.3 and i dont see full list ciphers from patch
<
tankf33der>
will run away in 40mins.
<
Regenaxer>
yes, new version from yesterday
<
tankf33der>
maybe i have to setup mine httpgate and try
<
tankf33der>
on selfsigned certs
<
tankf33der>
correct
<
tankf33der>
i dont see this family: EDH+AESGCM
<
tankf33der>
in list
<
tankf33der>
maybe ISP or web server in front of picolisp ?
<
tankf33der>
why apache dont modify cipherlist but httpgate has modified.
<
Regenaxer>
no idea
<
Regenaxer>
I think there is nothing else in front
<
Regenaxer>
would be a man in the middle
<
Regenaxer>
So you would say that httpGate did not change?
abordado has joined #picolisp
abordado has quit [Remote host closed the connection]
abordado has joined #picolisp
abordado has quit [Client Quit]
<
tankf33der>
7fach.info or de?
<
tankf33der>
on what site you updated?
<
Regenaxer>
Only on 7fach.info
<
Regenaxer>
Should I just go ahead and risk installing on 7fach.de (production server)?
<
tankf33der>
scanner just do connection 7fach.info (217.86.138.122) to port 443
<
tankf33der>
also i see significant different betweet .de and .info for 7fach
<
tankf33der>
looks like openssl lib behaves differently when compiling.
<
tankf33der>
the main problem, if you revert patch i will see the same report :)
<
Regenaxer>
reverted on 7fach.info
<
tankf33der>
scanning
<
Regenaxer>
I have cold fingers, hard to operate Penti
<
Regenaxer>
I'm walking the fields
<
Regenaxer>
sunshine, but wind at 3 C
<
Regenaxer>
Heading home now
<
tankf33der>
completely the same report.
<
tankf33der>
sounds like you didnt revert and i see the same report for these days
<
tankf33der>
7fach.info (217.86.138.122)
<
tankf33der>
on 7fach.de i see my patch (old one)
abordado has joined #picolisp
<
tankf33der>
and i seen you stopped httpgate on 7fach.info
<
tankf33der>
can you stop it now again ?
<
Regenaxer>
hmm, no
<
Regenaxer>
replicating
<
Regenaxer>
7fach.info is the replication server
<
Regenaxer>
Must waif for a moment when it is idle
abordado has joined #picolisp
<
Regenaxer>
now stopped
abordado has quit [Client Quit]
abordado has joined #picolisp
<
tankf33der>
yes, stopped.
<
Regenaxer>
I should restart it, to continue replication
<
Regenaxer>
Which version, old or new?
<
Regenaxer>
Wait!!!
<
Regenaxer>
I know my mistake!
<
Regenaxer>
I started httpGate from the wrong directory
<
Regenaxer>
Let me try new again
<
Regenaxer>
The old directory is replicated too, so it was indeed the one from 7fach.de
<
Regenaxer>
So this explains what you saw
<
Regenaxer>
done - restarted with (hopefully new) version
<
tankf33der>
checking
<
Regenaxer>
Sorry for the confusion!
orivej has joined #picolisp
<
tankf33der>
much better, seems tls 1.3 enabled by default.
<
Regenaxer>
Shall we release this version?
<
tankf33der>
i think yes.
<
Regenaxer>
I do it now
<
tankf33der>
beneroth should test and somebody from ML
<
tankf33der>
maybe "C K Kashyap" ?
<
Regenaxer>
But they probably have no old browsers as some customers might have
<
tankf33der>
scanner shows no problem, i dont expect problems at all.
<
Regenaxer>
So let's not worry
<
Regenaxer>
I install and watch in production, e.g whether replication works right
<
Regenaxer>
Restarted on 7fach.de too
orivej has quit [Ping timeout: 258 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
<
tankf33der>
7fach.de has different openssl library.
<
tankf33der>
looks ok.
<
tankf33der>
for exmaple tls 1.3 disabled.
<
tankf33der>
only tls 1.2 as should be.
v88m has quit [Ping timeout: 265 seconds]
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
<
Regenaxer>
Yes, 7fach.de is older Debian. I must upgrade
karswell has joined #picolisp
orivej has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
v88m has joined #picolisp
<
tankf33der>
Regenaxer: what you think about my implementation of removing from singly linked list?
<
tankf33der>
i feel strange when see code.
<
Regenaxer>
Yeah, it works, but traverses the list too often perhaps
<
Regenaxer>
index etc.
<
Regenaxer>
deldestr ?
<
Regenaxer>
index, nth and tail etc traverse quite often
<
Regenaxer>
Did you see my proposal yesterday?
<
Regenaxer>
It was this: (and (member X L) (con (prior @ L) (cdr @] -
*if* the item is not the first one
<
Regenaxer>
otherwise just CDR
<
Regenaxer>
The list is traversed twice here too, with 'member' and then with 'prior'
<
Regenaxer>
deldestr produces garbage with 'head' and 'tail'
<
Regenaxer>
ah, no, no 'head' :)
<
Regenaxer>
'index', 'nth' and 'tail'
<
Regenaxer>
So instead of index plus nth, member is shorter
<
Regenaxer>
In total not so much difference
andyjpb has joined #picolisp
<
tankf33der>
i didnt seen your proposal :(
<
tankf33der>
i will check.
<
Regenaxer>
How about this in total?
<
tankf33der>
yeah, much better than mine.
<
Regenaxer>
Your was ok too
<
Regenaxer>
but, right, index feels un-lispy
<
Regenaxer>
ah, can be simpler!
<
Regenaxer>
What do you think?
<
tankf33der>
i didnt know prior function exists :)
<
Regenaxer>
Sometimes very useful
<
Regenaxer>
Not so very old
<
Regenaxer>
well, 9 years or so ;)
<
Regenaxer>
picoLisp-3.0.5
<
Regenaxer>
Built-in 'del' function is analog to 'deldestr' but non-destructive
<
Regenaxer>
I'm struggling with coroutines for pil21
<
Regenaxer>
One of the hardest pieces in pil
<
Regenaxer>
I need to make sure it is possible in pil21 before I continue with other parts
Seteeri has joined #picolisp
orivej has joined #picolisp
v88m has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 265 seconds]
bitmapper has joined #picolisp
v88m has joined #picolisp
orivej has joined #picolisp
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
Seteeri has quit [Remote host closed the connection]
jibanes has quit [Ping timeout: 265 seconds]
andyjpb has quit [Quit: Leaving.]
jibanes has joined #picolisp
orivej has quit [Ping timeout: 258 seconds]
andyjpb has joined #picolisp
andyjpb has quit [Read error: Connection reset by peer]
andyjpb has joined #picolisp