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
aw- has quit [Ping timeout: 256 seconds]
aw- has joined #picolisp
aw- has quit [Ping timeout: 256 seconds]
aw- has joined #picolisp
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
aw- has quit [Ping timeout: 260 seconds]
aw- has joined #picolisp
rob_w has joined #picolisp
mtsd has joined #picolisp
freemint has quit [Ping timeout: 260 seconds]
freemint has joined #picolisp
<Nistur> mornin'
<beneroth> Ahoy
<Nistur> o7
<Nistur> how's tricks?
<Regenaxer> Hi Nistur, beneroth
<beneroth> Hi Regenaxer
<Nistur> o/
<beneroth> I learned about Kerberos Authentication
<beneroth> I wished I had not
<beneroth> it's not KISS
<Nistur> ahaha
<Nistur> I was looking at that for my system :P
alexshendi has joined #picolisp
root has joined #picolisp
root is now known as Guest35873
chazu has quit [*.net *.split]
<beneroth> Nistur, well to be fair maybe the majority of the blame is to put on ActiveDirectory, not the MIT Kerberos project...
* Nistur nods
<Nistur> AD is a pain the neck. I've never had to deal with implementation, but using it, things always go wrong
<Nistur> for my game server authentication, I was looking at Kerberos, wondering if I could/should use that. In the end I decided it was probably too heavy handed...
<tankf33der> hi all
<tankf33der> Regenaxer: did you fixed yesterday bigint issues ?
<Regenaxer> Sorry, no time yet
<tankf33der> ok
<Regenaxer> Thanks a lot!
alexshendi2 has joined #picolisp
alexshendi2 has quit [Client Quit]
<tankf33der> | and x| are crashing, lets fix these first :)
<tankf33der> afk.
alexshendi has quit [Ping timeout: 260 seconds]
<tankf33der> seed is broken.
<Regenaxer> in pil21?
<tankf33der> yeap
<Regenaxer> There are surely very very many things broken. I hope we find them all :)
<tankf33der> (seed (in "/dev/urandom" (rd 4))) - works
<tankf33der> (seed (in "/dev/urandom" (rd 8))) - ignored and not initiated
<Regenaxer> Or is it 'rd'?
<Regenaxer> Not sure if implemented already
<tankf33der> http://ix.io/2lD0
<tankf33der> seems rd is ok
<Regenaxer> I cannot investigate now. In conference with customer
<Regenaxer> I check later
<tankf33der> its ok.
<tankf33der> i am writing here since you dont have bug database and i can forget to notify.
<Regenaxer> Yeah, that's fine
<Regenaxer> ok
<Regenaxer> $ (in "/dev/urandom" (rd 8))
<Regenaxer> -> 14756693778157490693
<Regenaxer> tankf33der, how "ignored and not initiated"?
<Regenaxer> ah, sorry
<Regenaxer> 'seed'
<Regenaxer> right, gives zeri
<Regenaxer> zero
<Regenaxer> hmm, works:
<Regenaxer> : (seed 123456789)
<Regenaxer> -> 1752407465
<Regenaxer> : (seed 123456789123456789)
<Regenaxer> -> 123929403
<tankf33der> yeap
<tankf33der> but via in+rd not
<Regenaxer> only with (in ...
<Regenaxer> yes
<Regenaxer> interesting
<Regenaxer> Probably 'in' is faulty
freemint has quit [Remote host closed the connection]
<Regenaxer> OK, I put on my todo list. First have other things
freemint has joined #picolisp
alexshendi has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #picolisp
freemint has quit [Ping timeout: 244 seconds]
<Nistur> My Teensy dev board arrived! \o/ I can start doing the electronics for my keyboard :P
<Regenaxer> 👍
<Nistur> just did a quick test to make sure I can program it and use the keyboard library (saving me a LOT of coding work)
<Nistur> and I got it to print Hello world :P
<Nistur> so yay :D
<Nistur> unfortunately, the keyboard and arduino libraries use 13% of the available code space, buuuuuuuuut I think I can live with that
<beneroth> hehe
<beneroth> all C?
<beneroth> what are they written in?
<Nistur> yes. The Teensy is a (mostly) Arduino compatible board, so it uses the Arduino IDE and toolchain
<Nistur> so C, with a bunch of 'ease of use' messing around on top
<Nistur> it's 'just' an ATMega board (ATmega32U4 specifically) so there's no reason why I couldn't use staight C, or anything else that can target 8 bit AVR... but as I don't want this project to take forever, I'm wanting the USB HID libraries, so I have to inherit all the mess :P
mtsd has quit [Quit: Leaving]
<alexshendi> Confiteor: I've ordered a Jupiter Ace Clone (with I think whopping 48K of memory). Naturally Forth in the ROM.
<beneroth> oh wow
<beneroth> exciting
<Nistur> ooooh nice#
<alexshendi> Of course I couldn't resist and had to order it they day it was announced on Twitter.
<alexshendi> *the day
<Nistur> alexshendi: do you have a link?
<alexshendi> Just a moment.
<alexshendi> This should contain a link to the store.
<Nistur> Oh! I've been planning to order some stuff from these guys before
aw- has quit [Ping timeout: 272 seconds]
aw- has joined #picolisp
aw- has quit [Ping timeout: 264 seconds]
aw- has joined #picolisp
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #picolisp
freemint has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej_ has joined #picolisp
orivej_ has quit [Ping timeout: 260 seconds]
<Regenaxer> Ha! Fixed the bignum bugs
<Regenaxer> Now 'seed'
<beneroth> congrats :D
<Regenaxer> Thanks!
<Regenaxer> 'seed' also fixed
<Regenaxer> some more tests
<Regenaxer> Looks good
<tankf33der> checking
<Regenaxer> Thanks!
<tankf33der> seems fixed.
<tankf33der> now next:
<tankf33der> http://ix.io/2lFB
<Regenaxer> Cool, thx
<tankf33der> and x|
<tankf33der> http://ix.io/2lFC
<Regenaxer> I check during the next days
<tankf33der> and you forget fix >>
<Regenaxer> No, it is fixed
<tankf33der> :)
<Regenaxer> I did it first
<tankf33der> seems no
<tankf33der> http://ix.io/2lFE
<Regenaxer> Different one
<tankf33der> of course.
<Regenaxer> The first one was loop termination, that's why the zero result
<Regenaxer> Sigh, ok, I take a look
<tankf33der> left shift wrong too
<Regenaxer> Sorry, no time now
<tankf33der> its ok.
<tankf33der> afk.
<Regenaxer> Pil21 has sooooooo many bugs still, and is changing still in the basic machinery, so bignugs are not so much my concern ;)
<Regenaxer> It is all flowing
<beneroth> :)
<beneroth> one step after another
<beneroth> all in due course
rob_w has quit [Read error: Connection reset by peer]
f8l has joined #picolisp