[00:52:13] * jtimon [jtimon!~quassel@173.29.134.37.dynamic.jazztel.es] has quit (Ping timeout: 255 seconds). [01:11:12] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has quit (Ping timeout: 248 seconds). [02:42:31] * MDude [MDude!~MDude@pa-67-234-80-37.dhcp.embarqhsd.net] has quit (Ping timeout: 240 seconds). [03:02:07] * Sgeo_ [Sgeo_!~Sgeo@ool-18b98627.dyn.optonline.net] has quit (Read error: Connection reset by peer). [03:07:19] * Sgeo [Sgeo!~Sgeo@ool-18b98627.dyn.optonline.net] has joined the channel. [03:59:55] * MDude [MDude!~MDude@pa-67-234-80-37.dhcp.embarqhsd.net] has joined the channel. [06:08:59] * FreeFull [FreeFull!~freefull@defocus/sausage-lover] has quit. [10:27:02] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has joined the channel. [10:29:40] * jtimon [jtimon!~quassel@173.29.134.37.dynamic.jazztel.es] has joined the channel. [11:32:00] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has quit (Ping timeout: 248 seconds). [12:27:38] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has joined the channel. [12:35:43] * ephe_meral [ephe_meral!~ephe_mera@innoki.de] has quit (*.net *.split). [12:35:43] * otoburb [otoburb!~otoburb@unaffiliated/otoburb] has quit (*.net *.split). [12:35:44] * suppi [suppi!~suppi@unaffiliated/suppi] has quit (*.net *.split). [12:36:26] * otoburb [otoburb!~otoburb@unaffiliated/otoburb] has joined the channel. [12:36:38] * ephe_meral [ephe_meral!~ephe_mera@innoki.de] has joined the channel. [12:38:15] * ecx86 [ecx86!~ecx86@unaffiliated/ecx86] has quit (Ping timeout: 240 seconds). [12:40:35] * ecx86 [ecx86!~ecx86@unaffiliated/ecx86] has joined the channel. [12:53:59] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has quit (Remote host closed the connection). [12:54:25] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has joined the channel. [13:59:58] * jamtho_ [jamtho_!~jamtho@host217-42-117-26.range217-42.btcentralplus.com] has quit (Ping timeout: 276 seconds). [14:23:20] * suppi [suppi!~suppi@unaffiliated/suppi] has joined the channel. [15:44:03] * Sgeo [Sgeo!~Sgeo@ool-18b98627.dyn.optonline.net] has quit (Read error: Connection reset by peer). [15:56:34] * Sgeo [Sgeo!~Sgeo@ool-18b98627.dyn.optonline.net] has joined the channel. [16:32:56] * tgunr [tgunr!~tgunr@cpe-76-173-68-181.hawaii.res.rr.com] has joined the channel. [17:37:53] * FreeFull [FreeFull!~freefull@defocus/sausage-lover] has joined the channel. [18:40:24] How does one use popen in Factor? I don't see any examples and the ffi-tests doesn't show any test for popen. I tried a simple "pwd" "r" popen and get back an ALIEN but can't find a way to read it [18:41:08] tried using alien>strubg and friends to no avail [18:41:19] alien>string [18:44:17] i think popen gives you an alien FILE pointer [18:44:44] ah, then use file handle to read it [18:45:12] doh! I'm an idiot this morning [18:45:20] haven't had my coffee [19:23:46] well, filie io doesn't seem to be working with "ls /Users/davec" "r" popen fgetc -- f [19:27:13] * jtimon [jtimon!~quassel@173.29.134.37.dynamic.jazztel.es] has quit (Ping timeout: 248 seconds). [20:11:04] tgunr, "id" "r" popen stream-readln utf8 decode [20:11:14] mostly seems to work [20:11:30] ok, trying again [20:12:50] "" is all i get [20:13:59] hmm [20:14:12] bingo [20:14:21] quit and restarted factor, now working [20:14:41] i hate it when that happens [20:17:21] something borking the call to the library? [20:31:55] idk. [20:33:04] I was just writing an alternative to use system [20:39:29] * jtimon [jtimon!~quassel@173.29.134.37.dynamic.jazztel.es] has joined the channel. [21:59:44] something strange going on, seems i can only call popen once, any subsequent call returned "". I have to quit Factor to make fist call work again [22:53:48] Kim is at it again