ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
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> yes
<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
<Regenaxer> hmm
<razzy> hi
<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
<Regenaxer> We have these changes: http://ix.io/26gm
<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.
<tankf33der> afk.
<Regenaxer> no idea
<Regenaxer> I think there is nothing else in front
<Regenaxer> would be a man in the middle
<tankf33der> ret
<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> yeap
<tankf33der> 7fach.info or de?
<tankf33der> on what site you updated?
<Regenaxer> Only on 7fach.info
<Regenaxer> Perhaps the problem is that just https://7fach.info is empty? Needs https://7fach.info/app I thin
<Regenaxer> k
<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> ok
<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)
<Regenaxer> hmm
abordado has joined #picolisp
<tankf33der> and i seen you stopped httpgate on 7fach.info
<tankf33der> can you stop it now again ?
<Regenaxer> ok
<Regenaxer> hmm, no
<Regenaxer> replicating
<Regenaxer> 7fach.info is the replication server
<Regenaxer> Must waif for a moment when it is idle
abordado has quit [Quit: ZNC 1.7.5 - https://znc.in]
abordado has joined #picolisp
<Regenaxer> ok
<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?
<tankf33der> old
<Regenaxer> ok
<Regenaxer> Wait!!!
<Regenaxer> I know my mistake!
<Regenaxer> I started httpGate from the wrong directory
<Regenaxer> sorry
<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> Cool
<Regenaxer> I do it now
<tankf33der> beneroth should test and somebody from ML
<Regenaxer> yes
<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> great
<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> http://ix.io/26e3 ?
<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?
<Regenaxer> http://ix.io/26iX
<tankf33der> yeah, much better than mine.
<Regenaxer> Your was ok too
<Regenaxer> but, right, index feels un-lispy
<Regenaxer> ah, can be simpler!
<Regenaxer> moment
<Regenaxer> hmm, not very much better, but a little: http://ix.io/26j0
<Regenaxer> What do you think?
<tankf33der> yeah.
<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
<tankf33der> T
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