<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>
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.