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
orivej has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 250 seconds]
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #picolisp
orivej has joined #picolisp
orivej has joined #picolisp
orivej has joined #picolisp
orivej has joined #picolisp
m_mans has joined #picolisp
m_mans has joined #picolisp
m_mans has joined #picolisp
m_mans has joined #picolisp
m_mans has joined #picolisp
m_mans has quit [Quit: Leaving.]
m_mans has quit [Quit: Leaving.]
m_mans has quit [Quit: Leaving.]
m_mans has quit [Quit: Leaving.]
m_mans has quit [Quit: Leaving.]
_whitelogger____ has joined #picolisp
_whitelogger has joined #picolisp
_whitelogger has joined #picolisp
_whitelogger_ has joined #picolisp
_whitelogger_ has joined #picolisp
_whitelogger_ has joined #picolisp
_whitelogger__ has joined #picolisp
_whitelogger__ has joined #picolisp
_whitelogger__ has joined #picolisp
_whitelogger__ has joined #picolisp
_whitelogger___ has joined #picolisp
_whitelogger___ has joined #picolisp
_whitelogger___ has joined #picolisp
_whitelogger___ has joined #picolisp
_whitelogger___ has joined #picolisp
lodsw has quit [Ping timeout: 272 seconds]
lodsw has quit [Ping timeout: 272 seconds]
lodsw has quit [Ping timeout: 272 seconds]
lodsw has quit [Ping timeout: 272 seconds]
lodsw has quit [Ping timeout: 272 seconds]
lodsw has joined #picolisp
lodsw has joined #picolisp
lodsw has joined #picolisp
lodsw has joined #picolisp
lodsw has joined #picolisp
_whitelogger has joined #picolisp
lodsw has quit [Ping timeout: 250 seconds]
lodsw has joined #picolisp
aw- has joined #picolisp
lodsw has quit [Ping timeout: 250 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 240 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 240 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 240 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 245 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 250 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 245 seconds]
lodsw has joined #picolisp
lodsw has quit [Ping timeout: 240 seconds]
_whitelogger has joined #picolisp
m_mans has joined #picolisp
stultulo has joined #picolisp
f8l has quit [Ping timeout: 246 seconds]
stultulo is now known as f8l
razzy has joined #picolisp
_whitelogger has joined #picolisp
<tankf33der> hi all.
<m_mans> hi all, hi tankf33der
<tankf33der> New year's quiz, find without run what code will print:
<tankf33der> (setq
<tankf33der> L '((2 1))
<tankf33der> (mapc inc L)
<tankf33der> Z (copy L) )
<tankf33der> (println Z)
<m_mans> (3) ?
<tankf33der> run code now, dont post answer here :)
<m_mans> :)
<m_mans> I've tried pil with httpGate inside docker. Success!
<m_mans> It would be nice to get the same with TinyCore image, but I don't know yet how to build pil there
<tankf33der> m_mans: I will try tinycore.
<tankf33der> x64 or x86 ?
<Regenaxer> Hi tankf33der, m_mans
<m_mans> x64
<m_mans> I've added '"ipv6": true' in /etc/docker/daemon.json and run this way:
<m_mans> sudo docker run -it -p 80:80 --sysctl net.ipv6.conf.all.disable_ipv6=0 pico bash
<m_mans> without net.ipv6.conf.all.disable_ipv6=0 it doesn't work on my local setup
<m_mans> Dockerfile: http://ix.io/1xlm
<m_mans> hi Regenaxer!
<m_mans> I hope to test all this with Nginx: Nginx <--> httpGate <--> PicoLisp. I suppose I will need to patch http part to obtain client IP from proxy header
<m_mans> Some time ago I thought that having two proxies is bad. But now I see that they use even 3 or more proxies :))
<tankf33der> link related to quiz.
rob_w has joined #picolisp
orivej has quit [Ping timeout: 268 seconds]
m_mans has quit [Quit: Leaving.]
orivej has joined #picolisp
<Regenaxer> OSM import finished!
<Regenaxer> about 6 days
<Regenaxer> 294 Mio Nodes, 48 Mio Ways
<razzy> OSM? open street map?
<Regenaxer> T
<razzy> woa, good one, congrats
<Regenaxer> see wiki
<Regenaxer> I imported only Germany
<Regenaxer> still takes too long, should make 'create' handle +Joint's
<beneroth> nice
<beneroth> Regenaxer, maybe you can/want to make the resulting pilDB available?
<Regenaxer> It is a bit big
<beneroth> haha
<Regenaxer> 102 GiB
<razzy> no kidding :], osm is good testing data-set :]
<Regenaxer> razzy, right
<beneroth> germany has very bad fiber coverage :P
<Regenaxer> indeed
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #picolisp
grp has joined #picolisp
<grp> yo~!
<grp> Regenaxer: ping
<grp> from time to time I find a picolisp process hung at 100% cpu. Straced one of them and it was looping like crazy this syscall:
<grp> ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffd6f9c6340) = -1 EIO (Input/output error)
<grp> pil64
<grp> version 3.1.8.0
<grp> (I know, it's outdated... it's debian stock version)
<razzy> grp: i have same issue. ussually caused by my bad programming.
<razzy> not same, i never traced syscals :]
<grp> well... I usually put a (finally (bye) ...)
<grp> yet from time to time there's some stuck process
orivej has quit [Ping timeout: 245 seconds]
alexshendi has joined #picolisp
grp has quit [Quit: box shutting down...]
<Regenaxer> oops, grp gone
<Regenaxer> yes, this looks like a closed stdin or so
<Regenaxer> the 0 in the ioctl() call
<Regenaxer> closed stdin but still reading
<Regenaxer> OSM database stat: 342 million objects with 1.367 billion joints
mtsd has joined #picolisp
orivej has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
mtsd has quit [Quit: WeeChat 2.3]
orivej has joined #picolisp
rob_w has quit [Read error: Connection reset by peer]