IRC channel logs

2015-12-29.log

back to list of logs

<daviid>for info, I've just pushed a series of patch to grip, among them a new grip-clutter example, drag
***karswell` is now known as karswell
<nalaginrut>morning guilers~
<nalaginrut>ACTION updated the preview of Artanis manual, 0.1.1 is coming soon http://web-artanis.com/docs/manual.html
<rjmacready>nalaginrut: does it have websockets?
<nalaginrut>rjmacready: websocket is delayed to 0.2+, we need a new server core first
<nalaginrut>although there's a handshake handler now
<rjmacready>i see
<rjmacready>ACTION cries
<nalaginrut>;-P
<nalaginrut>Artanis-0.1.1(beta) released! https://news.ycombinator.com/item?id=10807168
<davexunit>nalaginrut: congrats on the release!
<nalaginrut>davexunit: thanks! I could go to bed finally ;-P
<rjmacready>nalaginrut: nice! :)
<rjmacready>*upvoted
<rjmacready>nalaginrut: when will version 2.0 come? :P
<davexunit>nalaginrut: consider posting to reddit's r/guile subreddit, too
<rjmacready>0.2 i mean :o)
<davexunit>I'd like to see that subreddit get more action
<nalaginrut>rjmacready: the server core still need some research, based on queue theory
<nalaginrut>(maybe I'm going too far?)
<nalaginrut>davexunit: alright, I didn't know there's r/guile
<nalaginrut>"you are doing that too much. try again in 9 minutes."
<nalaginrut>oh, seems I can't go to bed soon
<rjmacready>ACTION googles queue theory
<rjmacready>Error 578 "too early to go to bed"
<rjmacready>nalaginrut: what's wrong with some good ol' "fork and forget about it" ? :o)
<nalaginrut>rjmacready: even the current server core (guile inner server) is better than fork one
<nalaginrut>it's a great topic, I may post articles on my blog, we can't discuss it here in few minutes rjmacready
<rjmacready>nalaginrut: care to share a link to your blog?
<paroneayea>o/
<nalaginrut>rjmacready: https://nalaginrut.com
<paroneayea>nalaginrut: congrats!
<nalaginrut>it's https now ;-P
<nalaginrut>paroneayea: thanks
<nalaginrut>;-D
<rjmacready>nalaginrut: nice! will save me from hearing my tinfoil hat :)
<dsmith-work>Tuesday Greetings, Guilers
<rjmacready>wearing? uhf
<rjmacready>i ruin my own jokes :o)
<nalaginrut>rjmacready: I have some posts for beginners for learning Guile
<rjmacready>nalaginrut: that could be useful
<rjmacready>gotta explore
<nalaginrut>oh, another 9 minutes...
<nalaginrut>I promised my wife to sleep before 00:00, and I failed
<davexunit>well, I tried rebuilding Sly with Guile master, which worked. then I ran an example program and got a segfault.
<davexunit>darn.
<ArneBab_>can someone comment on this wish for guildhall (adjust GUILE_FLAGS when installed in a custom location)? https://github.com/ijp/guildhall/issues/23
<davexunit>wingo: I've got a weird issue with guile master and I'm curious if you can reproduce. very simple steps, at the REPL, do the following:
<davexunit>,use (srfi srfi-4)
<davexunit>u32vector-set!
<davexunit>I get this error:
<davexunit>ERROR: ERROR: In procedure private-lookup: No variable bound to u32vector-set! in module (guile)
<davexunit>I double checked that u32vector-set! is exported from (srfi srfi-4) and indeed it is
<C-Keen>you need srfi-4
<davexunit>I have it.
<davexunit>it comes with Guile.
<davexunit>I use it all the time.
<davexunit>wingo: the other odd thing is that if you ",apropos u32vector" you'll see u32vector-set! in the output!
<C-Keen>ah I see, sorry for the noise