IRC channel logs
2015-07-24.log
back to list of logs
<davexunit>I'm unsure if my (web http) Content-Type parser fix should only handle the case of an empty value or if it should treat any invalid value as application/octet-stream <amz3>the equivalent of the patriot act was granted valid by the highest court in France. So now we are all under algorithmic surveillance <amz3>(and other stuff, I did not read the law) <rotty1>sneek: later tell daviid: regarding messaging: sbank is an R6RS project, and there's no obvious/standard OOP system in R6RS, so only a thin wrapper above the GObject object system is exposed. <nalaginrut>amz3: congrats! If you need anti-circumvention method (the so-called 'ladder'), I'm happy to help you ;-P <amz3>nalaginrut: I'm not sure what I need to do... for a change. <nalaginrut>I got a fd after epoll_wait, but 'accept' needs a sock port, how can I make this fd to a port? <nalaginrut>fdes->port would return a port, but 'accept' needs a sock <davexunit>nalaginrut: what does (port-filename (fdes->port epoll-fdes)) return? <nalaginrut>davexunit: and there's no fdes->port but fdes->ports <nalaginrut>seems the epoll returned fd is not a sock, but I'm not sure if Guile can check it <nalaginrut>it's not registered to Guile, since it's wrapped by FFI <davexunit>the example code here suggests that first you create a socket <nalaginrut>davexunit: well, I think it's something wrong when I handle the result of epoll-wait, the fd returns 0, but I found it should be 10, and it's a valid socket fd <sneek>daviid, rotty1 says: regarding messaging: sbank is an R6RS project, and there's no obvious/standard OOP system in R6RS, so only a thin wrapper above the GObject object system is exposed. <daviid>hello. I uploaded a release [g-wrap] tarball that does not contain the most uptodate README: can I simply upload [scp] a new tarball or that won't work [same name and what about mirrors, do they track size and date or just names?] <daviid>what is the sxml entry for © <davexunit>so, just use the unicode copyright character <daviid>davexunit: i must be stupid but i don't succeed; what should i use like (string-append ... "blabla" so that it works? <daviid>all i got so far is a question mark :) <davexunit>you may have to configure your port encoding <daviid>because i merely guile -l index.scm -c '(make-index)' > index.html [as an example] <daviid>davexunit: guile -l index.scm -c '(setlocale LC_ALL "")(make-index)' > index.html <daviid>^^this works of course. just forgot about that <daviid>how come, even I speak utf-8 haha <daviid>dsmith-work: you mean the html or the utf-8 [curious] <remi`bd>nalaginrut: parse-c-struct and make-c-struct <remi`bd>oh, you mean structures completely packed