Conversation with #inferno at Thu Apr 1 16:29:18 2010 on powerman-asdf@irc.freenode.net (irc) (18:55:22) mennis [~mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (19:50:55) adelfino left the room (quit: Quit: Leaving). (20:05:59) wrtp left the room (quit: Quit: wrtp). (20:58:56) less1 [~pravin@32.97.110.64] entered the room. (21:15:35) less1 left the room (quit: Ping timeout: 258 seconds). (21:28:40) less1 [~pravin@32.97.110.63] entered the room. (21:45:36) rapidfx left the room (quit: Quit: Leaving.). (00:52:06) mkmks left the room (quit: Remote host closed the connection). (00:52:52) mkmks [~nf@90-230-91-71-no148.tbcn.telia.com] entered the room. (01:25:28) mkmks left the room (quit: Remote host closed the connection). (01:26:05) mkmks [~nf@90-230-91-71-no148.tbcn.telia.com] entered the room. (01:31:22) mennis left the room (quit: Quit: mennis). (02:03:51) less1 left the room (quit: Ping timeout: 245 seconds). (02:20:28) less1 [~pravin@32.97.110.64] entered the room. (02:28:24) MrWGW [~MrWGW@74.124.206.166] entered the room. (04:32:11) eno left the room (quit: Ping timeout: 246 seconds). (04:34:04) eno [~eno@nslu2-linux/eno] entered the room. (04:52:41) less1 left the room (quit: Quit: Leaving.). (06:12:25) less1 [~pravin@cpe-66-68-151-36.austin.res.rr.com] entered the room. (07:06:10) robot12 [~robot12@robot12.kgts.ru] entered the room. (07:44:13) mkmks left the room (quit: Read error: Operation timed out). (07:47:59) less1 left the room (quit: Quit: Leaving.). (09:43:28) sqweek [~none@203-206-23-7.dyn.iinet.net.au] entered the room. (10:11:05) wrtp [~rog@92.25.199.145] entered the room. (10:47:55) anth_x: 9srv.net's (one page) web site is now hosted by the Inferno web server i've been promising to release for a bit over two years now. (10:48:16) anth_x: there's even a mercurial package, all structured as a nice /opt package. (10:48:52) anth_x: it's not quite ready for prime-time, but it's out there. (10:49:31) anth_x: i'm having to re-learn a bunch of the internals, semantics of config options, &c. (10:50:31) anth_x: it's been progressing very well this week. (10:50:48) anth_x: this has been the most productive week of the year so far, actually. by a large margin. (10:51:09) anth_x: i'm confident the thing will be in good enough shape that i can start telling people where to get it by easter. (10:51:29) anth_x: for now, though: bed. (11:40:54) robot12 left the room (quit: Quit: Leaving.). (11:41:26) robot12 [~robot12@robot12.kgts.ru] entered the room. (12:10:44) wrtp: anth_x: cool (14:25:23) robot12 left the room (quit: Quit: Leaving.). (14:25:40) mkmks [~nf@90-230-91-71-no148.tbcn.telia.com] entered the room. (15:43:08) wrtp left the room (quit: Ping timeout: 246 seconds). (15:55:49) j123m left the room (quit: Read error: Connection reset by peer). (15:56:20) j123m [~quassel@94.190.64.110] entered the room. (16:38:32) mennis [~mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:59:59) Fish-- left the room (quit: Remote host closed the connection). (17:02:06) ericvh [~ericvh@32.97.110.63] entered the room. (17:13:38) Fish- [~Fish@86.65.182.207] entered the room. (17:14:06) Fish- is now known as Guest49298 (17:34:01) fgudin [fgudin@sdf-eu.org] entered the room. (17:35:21) fgudin left the room. (18:12:34) Guest49298 is now known as Fish-- (18:24:06) less1 [~pravin@32.97.110.63] entered the room. (19:15:07) bvalek2 [~bela@unaffiliated/bvalek2] entered the room. (21:25:49) bvalek2 left the room (quit: Quit: I've seen things you people wouldn't believe). (22:09:01) MrWGW left the room (quit: Ping timeout: 264 seconds). (22:58:18) visof_ [~visof@41.238.233.157] entered the room. (23:12:57) visof_ left the room (quit: Quit: Leaving). (23:13:20) visof [~visof@41.238.233.157] entered the room. (23:36:55) ericvh left the room (quit: Quit: ericvh). (23:39:14) anth_x: i'm confused about sort.m. does anyone have a man page for it? (23:42:55) mennis: man 1 sort ? (23:45:47) mennis: nope. (00:10:46) powerman: anth_x: looks like sort.m is just an attempt to implement general sort module (00:11:05) powerman: no one of existing apps use it, if I remember correctly (00:11:51) powerman: and there no surprise here - to sort something using this module you have to provide adt with "gt" function which is compatible with this sort module (00:12:26) mennis left the room (quit: Quit: mennis). (00:12:28) powerman: that's just too inconveniently for most cases when you need a sort (00:12:54) powerman: take a look at invsort in mjl's util0 (00:13:13) powerman: err, inssort, i think (00:16:59) powerman: https://code.google.com/p/inferno-contrib-tap/source/browse/appl/lib/tap.b#162 (00:20:31) anth_x: thanks for the info. (00:20:53) anth_x: i'm working with some code written against an older sort module, and was wondering if it was worth updating. (00:20:58) anth_x: it looks like not right now, at least. (00:22:28) anth_x: the bigger question's around styxservers(2). (00:22:56) anth_x: i've got some code from 3e, predating styxservers(2), which serves a similar function: provide a framework to make writing styx servers really easy. (00:23:35) anth_x: and i need to decide whether to update the old one to the new styx, or convert all the apps that use it to styxservers(2) (which has a similar, but not quite the same, model). (00:23:43) anth_x: anyway, that can wait a bit. (00:35:50) powerman: anth_x: as for styxservers(2), you may want to re-read some threads about it, for ex. http://thread.gmane.org/gmane.os.inferno.general/4194 (00:43:22) anth_x: hrm, interesting. thanks. (00:51:45) soul9 left the room (quit: *.net *.split). (00:51:45) andguent left the room (quit: *.net *.split). (00:52:58) soul9 [~none@unaffiliated/johnnybuoy] entered the room. (00:52:58) andguent [~andguent@qcx.be] entered the room. (01:10:15) soul9 left the room (quit: *.net *.split). (01:10:15) andguent left the room (quit: *.net *.split). (01:16:01) andguent [~andguent@qcx.be] entered the room. (01:17:38) visof left the room (quit: Remote host closed the connection). (01:20:24) andguent left the room (quit: *.net *.split). (01:20:58) soul9 [~none@unaffiliated/johnnybuoy] entered the room. (01:25:26) andguent [~andguent@qcx.be] entered the room. (02:38:55) less1 left the room (quit: Ping timeout: 276 seconds). (02:48:30) andguent is now known as porcupineDICK (02:49:57) porcupineDICK is now known as andguent (02:55:12) less1 [~pravin@32.97.110.64] entered the room. (03:27:18) less1 left the room (quit: Quit: Leaving.). (03:32:27) The account has disconnected and you are no longer in this chat. You will be automatically rejoined in the chat when the account reconnects.