Conversation with #inferno at Mon Jan 5 04:30:52 2009 on powerman-asdf@irc.freenode.net (irc) (04:30:52) #inferno: The topic for #inferno is: Inferno and Limbo | Website: http://www.vitanuova.com/inferno/index.html | Documentation: http://www.vitanuova.com/inferno/docs.html | Wiki: http://canto.hopto.org/wiki/1/index.html | Tutorial: http://www.resc.rdg.ac.uk/twiki/bin/view/Resc/InfernoTutorial | Mailing list archives: http://dir.gmane.org/gmane.os.inferno.general (04:51:28) KillerX left the room (quit: ). (04:54:31) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (05:31:12) caerwyn1 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]"). (06:34:25) anothy_x left the room (quit: "Leaving."). (07:17:04) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (07:34:14) eno__ [n=eno@adsl-70-137-148-198.dsl.snfc21.sbcglobal.net] entered the room. (07:44:48) eno left the room (quit: Read error: 110 (Connection timed out)). (08:01:03) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (08:02:48) eno__ left the room (quit: "leaving"). (08:12:47) anothy_x left the room (quit: Read error: 104 (Connection reset by peer)). (08:13:23) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (11:40:00) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (11:57:14) olegfink: inferno builds iyacc and limbo with the same compiler as emu, which is no good when crosscompiling (11:57:40) olegfink: seems the simplest workaround is to redefine CC in their makefiles? (12:03:06) olegfink: oh, seems it also wants to use the same libbio (12:04:31) gualteri: that happens with mk SYSHOST=Linux SYSTARG=Linux OBJTYPE=arm? (12:05:19) olegfink: yep, sorry for not stating that (12:06:09) olegfink: hmm, seems there's no support for such a perversion as crosscompiling (12:06:30) gualteri: wrong (12:07:16) gualteri: imho it's one of the sanest i've seen (12:07:32) olegfink: so I'm missing something? (12:08:05) gualteri: that's what it seems (12:08:17) olegfink: it builds all the libraries just once (makes sense), but they are needed both for emu (which is arm) and iyacc/limbo/etc. (which are host) (12:09:16) gualteri: SYSHOST/SYSTARG/OBJTYPE should be enought to use $ROOT/mkfiles/mkfile-Linux-arm (12:09:41) olegfink: yes, it's what is used (12:09:54) olegfink: its CC, LD and AS are set to arm-gcc (12:10:00) olegfink: which makes perfect sense (12:10:04) gualteri: yep (12:10:05) gualteri: what do you have at $ROOT/Linux/386/bin? (12:10:35) gualteri: i mean your SYSHOST is 386 or arm? (12:10:52) olegfink: a precompiled tools, but e.g. no limbo (so I will have to build it anyway) (12:11:01) olegfink: 386, or more precisely x86_64 (12:11:26) gualteri: ok, before crosscompiling you'll have to build the binaries for your SYSHOST (12:11:57) gualteri: so you'll have you use mk SYSHOST=Linux SYSTARG=Linux OBJTYPE=386 (12:12:30) gualteri: those binaries include iyacc and limbo (12:12:31) olegfink: aha, and then change utils/mkfile so that it doesn't build stuff? (12:12:40) olegfink: (on the second run) (12:12:54) gualteri: no, you don't need to touch the mkfiles (12:13:31) olegfink: ahhh, I'll have Linux/386/bin in path, right (12:14:13) olegfink: by the way, why _some_ binaries are distributed (data2s, iyacc) and some aren't? (12:14:37) olegfink: having limbo in Linux/386/bin would significantly ease crosscompiling (12:15:19) gualteri: dunno, i've the same question (12:15:31) gualteri: btw do you have a link for the board you're using? (12:16:03) olegfink: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933 (12:16:13) olegfink: not exactly this one, but close enough (12:18:08) olegfink: my board is called at91sam9260sk, it's basically a reimplementation of this one plus spartan3e fgpa (12:33:46) gualteri: looks great, i've run inferno on a nslu2, but only with jit 0 (12:34:02) gualteri: now i know why: http://archive.netbsd.se/?ml=Inferno-discussion&a=2009-01&m=9458899 (12:34:48) olegfink: I just figured out I'll never understand the pecularities of i686/x86_64 building on linux, so goodbye athlon 4200+, I'll better build on my P3 (12:36:53) gualteri: cc -m32 is set in mkfiles/mkfile-Linux-386, that's all is needed to forget about those peculiarities (12:37:01) olegfink: no (12:37:54) olegfink: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../x86_64-pc-linux-gnu/bin/ld: i386 architecture of input file `/opt/home/olegfink/inferno/Linux/386/lib/libbio.a(bgetrune.o)' is incompatible with i386:x86-64 output (12:38:23) olegfink: I don't even understand what "i386:x86-64 output" is (12:39:10) gualteri: have you done a mk clean or nuke, to remove all the stale files that where created with SYSTARG=Linux OBJTYPE=arm? (12:39:30) gualteri: i've hit that a couple of times (12:40:35) olegfink: yep, just did a mk nuke now, still the same (12:42:35) gualteri: that's weird, i haven't found troubles building inferno on x86_64 (12:43:46) gualteri: usually to make sure i do: cd inferno; rm lib*/*.{o,a}; rm Linux/386/lib/*.a (12:45:56) olegfink: that's probably some gentoo weirdness (12:48:15) gualteri: could be but i would not expect it (12:49:27) olegfink: http://www.nabble.com/incompatible-with-i386:x86-64-output-td13252961.html suggests that (12:54:10) gualteri: you could check that, maybe with something like: (12:54:11) gualteri: echo 'main(){print("foo\n");}' > foo.c; cc -m32 -o foo foo.c; file foo; (12:54:27) olegfink: haha, that was just me shooting myself in the foor (12:54:29) olegfink: *foot (12:54:47) olegfink: I forgot I've left custom LD= in utils/iyacc/mkfile (12:54:54) olegfink: (without -m32) (12:59:11) gualteri: seems my next toy will be a DSi (12:59:39) gualteri: http://www.gamerstyle.com/forums/nintendo-ds-ds-lite/17576-dsi-hacked-acekard-2i-dstti-r4i-m3i-real.html (12:59:45) olegfink: so the final conclusion is that it's 'good'? (13:00:05) gualteri: what? (13:00:57) olegfink: I think I've heard some controversy about the changes nintentdo introduces in DSi (13:01:28) gualteri: about the DSi it looks promising, but yes there's a lot of mist (like region locking) (13:02:58) gualteri: for me 16 MB of RAM, 256 of internal storage (NVRAM), 11 Mbps wifi with WPA & WPA2, and SD slot and SLOT-1 make it interesting (13:03:46) olegfink: I'd go for http://smr.euroset.ru/catalog/misc/gps/desay/-/desay-dsa-28/ which is an arm926-based circularity atlasII SoC if I haven't more than enough embedded stuff to figure out (at the moment I've got that at91sam9260sk and a rtl8186 (mips) based wifi AP) (13:04:26) olegfink: this gps costs about $100 and yet is a 300MHz pocketpc with all bells and whistles (13:04:53) olegfink: cool, 386 compile finished (13:04:57) olegfink: now I do mk clean? (13:05:31) gualteri: you should double check, but i believe mk clean doesn't rm your Linux/386/bin and lib (13:05:38) olegfink: yes, it didn't (13:05:38) gualteri: only mk nuke does (13:05:54) olegfink: I'd be more worried about if it removes all 386 .o's and such (13:05:55) gualteri: btw i can't see that gps link (13:06:11) gualteri: don't bother, they must be removed (13:06:27) gualteri: as you're going to generate arm .o's (13:06:49) gualteri: and you don't want them to mix ;-) (13:07:08) olegfink: yep, but mk won't recompile if there's already an .o (13:07:55) olegfink: what's with the link? doesn't load or it's just in russian? :-) (13:08:08) gualteri: ok, np i googled for it (13:09:53) olegfink: http://www.matchbox-labels.narod.ru/DSC07664.JPG -- here's what it's got (13:10:50) olegfink: os.o: In function `kproc': (13:10:51) olegfink: os.c:(.text+0xb1c): undefined reference to `__clone' (13:10:53) olegfink: hm (13:12:18) olegfink: if (__clone(tramp, tos, CLONE_PTRACE|CLONE_VM|CLONE_FS|CLONE_FILES|SIGCHLD, p) <= 0) (13:18:22) megaboz [i=none@201.80.230.164] entered the room. (13:19:09) gualteri: "Linux development: the new puzzle game now available for 386, arm, sparc, mips,..." (13:20:17) olegfink: yes, changed __clone to clone, now seems uclibc'c limb doesn't have frexp() (13:20:24) olegfink: s/limb/libm/ (13:20:34) gualteri: you don't need it iirc (13:20:52) gualteri: it's an intel fpu thinguie, arm's don't have fpu (13:21:12) olegfink: (cd 0a; mk install) (13:21:13) olegfink: arm-linux-gcc -static -o o.out y.tab.o lex.o /opt/home/olegfink/inferno/Linux/arm/lib/libcc.a /opt/home/olegfink/inferno/Linux/arm/lib/libbio.a /opt/home/olegfink/inferno/Linux/arm/lib/lib9.a (13:21:15) gualteri: s/thinguie/thingy/ (13:21:15) olegfink: lex.o: In function `ieeedtod': (13:21:17) olegfink: lex.c:(.text+0x248): undefined reference to `frexp' (13:21:31) olegfink: so I should make something to 0a? (13:21:35) olegfink: (or why do I need that at all?) (13:22:58) gualteri: see frexp(3), it should be in -lm (13:24:25) olegfink: I know, but 1420 olegfink | yes, changed __clone to clone, now seems uclibc'c limb doesn't have frexp() (13:25:05) olegfink: uh, wait, it doesn't link against -lm (13:28:06) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (13:29:25) olegfink: okay, added -lm to SYSLIBS in mkfiles/mkfile-Linux-arm (13:29:32) olegfink: (should it be there by default?) (13:30:27) gualteri: nope, there're no rules in Linux, so no defaults fit Linux (13:31:07) gualteri: also note you could have added it to arm-gcc (13:32:04) olegfink: /opt/home/olegfink/buildroot/build_arm/staging_dir/usr/lib/libc.a(strtod.os): In function `strtod': (13:32:05) olegfink: strtod.c:(.text+0x0): multiple definition of `strtod' (13:32:07) olegfink: /opt/home/olegfink/inferno/Linux/arm/lib/libmath.a(dtoa.o):dtoa.c:(.text+0x1b78): first defined here (13:32:09) olegfink: cool, now I don't understand (13:32:22) olegfink: isn't strtod defined somewhere in glibc as well? (13:34:54) gualteri: dunno (13:35:12) gualteri: got work to do, bbl (13:35:16) olegfink: have fun (13:35:21) gualteri: heh (13:35:58) olegfink: sorry, that wasn't relevant (13:36:13) olegfink: I'm too bugged with the linux puzzle game (14:08:49) gualteri left the room (quit: "leaving"). (14:51:09) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (15:10:36) underspecified left the room (quit: ). (15:22:26) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (15:56:14) soul9 left the room (quit: Connection timed out). (16:37:17) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (17:03:15) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (17:04:07) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (17:04:35) olegfink: hm, so seems uclibc doesn't like libmath's strtod (17:04:41) olegfink: why is it there at all? (17:05:45) uriel: olegfink: building inferno for uclibc? (17:05:54) uriel: olegfink: what kind of system with uclibc do you have? (17:06:05) ***uriel has been looking for an uclibc-based distribution for a long time (17:06:56) olegfink: uhm, it's olegs-very-own-distribution-consisting-of-one-busybox-binary-and-a-statically-linked-dropbear (17:07:17) olegfink: $ du -hs . (17:07:19) olegfink: 193M . (17:07:41) olegfink: whoomps, seems I need to get rid of some inferno parts (17:11:02) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:11:24) olegfink: uriel: for me, uclibc is just a handy tool for static linking (17:11:28) uriel: 193 seems quite a lot, but then it is lunix :) (17:11:54) uriel: yea, what I want is a statically linked non-glibc-based linux distro (17:11:57) olegfink: the main aim of the whole system is some fpga magic, so as long as we have a working compiler we couldn't care less about the system we use (17:13:18) olegfink: uriel: you mean already available in precompiled form or just some means for building? (17:13:47) olegfink: 41M . (17:13:49) olegfink: now better (17:15:05) olegfink: in the latter case buildroot should be nice, but again it covers quite a small number of packages (17:25:43) gualteri: olegfink, it fails when cd emu/Linux; mk? (17:28:17) olegfink: it's in utils/acid (17:28:39) olegfink: fixed by (ahem) #if 0'ing strtod defintion in dtoa.c (17:28:53) uriel: olegfink: either, just in a form that doesn't drive me to further insanity (17:29:08) olegfink: SYS: process kbd faults: Illegal instruction (17:29:13) olegfink: wow (17:29:27) olegfink: either I've got a wrong toolchain or something (17:30:58) uriel: olegfink: what kind of web browser is there for buildroot? (17:31:14) uriel: (i seem to see a webkit package... so maybe something that uses it?) (17:31:55) olegfink: I think embedded guys use midori with webkit when in X, and OWB otherwise (17:32:17) olegfink: not sure if they're already packaged for buildroot, but not a huge deal otherwise (17:32:22) ***uriel is ignorant of both, let me see.. (17:32:36) uriel: midori seems to be there... (17:33:39) olegfink: but midori is gtk, and I have a rather negative experience trying to get gtk to statically link (17:33:55) uriel: hah, why I'm not surprised, sigh (17:34:02) uriel: lets look into owb (17:35:39) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:35:56) olegfink: http://www.sand-labs.org/owb (17:36:12) olegfink: it doesn't have much of a web browser, but it's usable (17:36:44) tombohannon left the room (quit: Remote closed the connection). (17:37:24) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:37:58) underspecified_ [n=eric@softbank220043052007.bbtec.net] entered the room. (17:38:14) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (18:21:11) eno [n=eno@nslu2-linux/eno] entered the room. (18:26:09) anothy_x left the room (quit: Read error: 104 (Connection reset by peer)). (18:46:13) olegfink: hm (18:46:29) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (19:28:18) mycroftiv left the room (quit: "leaving"). (19:55:54) anothy_x left the room (quit: Read error: 104 (Connection reset by peer)). (20:13:25) soul9 [n=none@unaffiliated/johnnybuoy] entered the room. (20:15:31) uriel: olegfink: owb seems to also use gtk (20:15:40) uriel: (or at least they recomend using gtk) (20:15:54) uriel: which non-gtk backend do people use with owb? (20:15:58) olegfink: sdl (20:20:22) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (20:27:12) uriel: ah, I understood from the web page that the sdl backend was 'experimental' (20:27:28) uriel: I wonder why don't they have a pure X backend, oh well (20:27:33) uriel: sdl sounds good enough for me (21:51:26) uriel: olegfink: have you tried adding p9p to buildroot? (21:51:51) uriel: (actually, I wonder if somebody has tried to use p9p with uclibc) (21:52:04) olegfink: not yet (21:52:13) olegfink: got, er, some exams to pass :-) (21:52:24) uriel: heh, no worries, good luck with that ;) (21:54:32) olegfink: actually, it's not that I extensively use buildroot for anything but toolchain build (22:10:53) olegfink: have you seen google's dalvik vm? (22:11:06) olegfink: it looks very familiar in some aspects... (22:11:52) uriel: it is also register based, like dis (22:12:16) uriel: sad thing that they didn't use dis, just like they didn't use vx32 for their whatever thing i forgot the name of (22:13:25) anothy_x: TableSaltâ„¢ (22:14:32) uriel: no (22:14:43) uriel: client something (22:14:53) anothy_x: Native Client (22:15:11) uriel: that (22:15:26) anothy_x: often abbreviated NaCl. (22:15:47) anothy_x: which is the chemical formula for table salt. (22:22:45) olegfink: nah, seems I'm wrong (22:23:33) olegfink: reading dex file format more precisely, it seems that it similar to dis to the extent of its similiarity to any other executable format (22:29:22) sqweek: TableSalt :D (22:43:10) anothy_x: glad somebody liked it. ;-) (22:57:12) tombohannon left the room (quit: ). (22:58:16) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (23:11:20) underspecified_ left the room (quit: Read error: 131 (Connection reset by peer)). (23:11:50) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (23:36:09) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (00:11:24) mennis left the room (quit: Client Quit). (00:24:13) gualteri left the room ("'out/in'"). (00:33:28) tombohannon left the room (quit: ). (01:01:57) caerwyn1 [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (01:27:46) underspecified left the room (quit: Read error: 54 (Connection reset by peer)). (01:28:05) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (01:33:51) anothy_x left the room (quit: Read error: 60 (Operation timed out)). (01:48:38) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (02:11:33) tombohannon left the room (quit: Read error: 104 (Connection reset by peer)). (02:11:36) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (02:22:06) tombohannon left the room (quit: ). (03:56:28) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (05:32:22) caerwyn1 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]"). (05:33:16) eno__ [n=eno@adsl-70-137-148-198.dsl.snfc21.sbcglobal.net] entered the room. (05:33:50) eno left the room (quit: Read error: 104 (Connection reset by peer)). (05:48:11) underspecified left the room (quit: Read error: 54 (Connection reset by peer)). (05:48:19) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (05:54:40) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (05:54:50) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (05:56:38) eno__ left the room (quit: "leaving"). (05:57:06) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (05:57:16) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (05:58:56) underspecified left the room (quit: Read error: 131 (Connection reset by peer)). (05:59:48) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (06:01:04) underspecified left the room (quit: Client Quit). (06:10:07) KillerX left the room (quit: ). (07:28:25) eno [n=eno@nslu2-linux/eno] entered the room. (08:41:26) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (08:56:21) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (10:03:24) anothy_x left the room (quit: Read error: 104 (Connection reset by peer)). (11:52:47) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (13:31:52) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (14:35:52) tombohannon left the room (quit: ). (15:31:10) gualteri left the room (quit: "'bye'"). (16:38:33) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:50:17) tombohannon left the room (quit: ). (16:51:20) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:45:24) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (18:21:01) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (18:36:26) anothy_x [n=a@cpe-66-61-30-169.neo.res.rr.com] entered the room. (18:52:21) gualteri [n=none@84.123.85.27.dyn.user.ono.com] entered the room. (18:52:21) gualteri left the room (quit: Client Quit). (19:00:31) gualteri1 [n=none@84.123.3.224.dyn.user.ono.com] entered the room. (20:00:45) anothy_x left the room (quit: Nick collision from services.). (20:00:58) anothy_x [n=a@adsl-99-155-109-118.dsl.bcvloh.sbcglobal.net] entered the room. (20:28:34) KillerX left the room (quit: ). (20:38:26) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (20:53:17) tombohannon_ [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (20:53:17) tombohannon left the room (quit: Read error: 54 (Connection reset by peer)). (20:58:05) tombohannon_ left the room (quit: Client Quit). (20:58:45) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (22:37:12) anothy_x left the room (quit: Read error: 60 (Operation timed out)). (22:43:22) anothy_x [n=a@adsl-99-155-111-103.dsl.bcvloh.sbcglobal.net] entered the room. (23:25:58) tombohannon_ [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (23:25:58) tombohannon left the room (quit: Read error: 104 (Connection reset by peer)). (23:26:15) tombohannon_ left the room (quit: Client Quit). (23:43:24) gualteri1 left the room (quit: Read error: 60 (Operation timed out)). (23:57:45) gualteri [n=none@84.123.3.224.dyn.user.ono.com] entered the room. (00:08:04) caerwyn1 [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (00:48:59) caerwyn1 left the room (quit: Read error: 104 (Connection reset by peer)). (00:50:31) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (00:50:44) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (01:02:00) tombohannon [n=tombohan@96.32.176.183] entered the room. (01:18:26) tombohannon left the room (quit: Read error: 110 (Connection timed out)). (01:36:57) gualteri left the room. (02:50:39) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (02:59:30) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:23:56) underspecified left the room (quit: Read error: 54 (Connection reset by peer)). (03:29:59) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:52:42) underspecified left the room (quit: Read error: 113 (No route to host)). (04:10:43) KillerX left the room (quit: Read error: 60 (Operation timed out)). (04:22:57) anothy_x [n=a@99.155.109.70] entered the room. (04:26:56) eno__ [n=eno@adsl-70-137-148-198.dsl.snfc21.sbcglobal.net] entered the room. (04:27:55) eno__ left the room (quit: Client Quit). (04:28:43) eno left the room (quit: Read error: 104 (Connection reset by peer)). (05:17:44) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (05:20:31) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (05:59:31) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (06:31:03) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (08:13:19) underspecified left the room (quit: ). (08:17:28) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (08:19:37) underspecified left the room (quit: Client Quit). (08:20:25) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (08:35:13) underspecified_ [n=eric@naist-wavenet125-121.naist.jp] entered the room. (08:36:03) underspecified_ left the room (quit: Client Quit). (08:37:51) underspecified_ [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (08:37:54) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (08:40:26) underspecified_ left the room (quit: Client Quit). (08:45:32) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (09:08:48) underspecified left the room (quit: ). (09:10:38) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (09:50:00) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (11:37:21) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (14:53:33) tombohannon left the room (quit: ). (15:15:59) underspecified left the room (quit: ). (15:54:02) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:01:41) tombohannon left the room (quit: ). (16:02:51) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:12:42) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:18:04) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (16:21:37) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:43:46) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (16:44:21) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (17:06:14) jmpnz [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:20:38) mennis left the room (quit: Read error: 110 (Connection timed out)). (17:46:26) jmpnz left the room (quit: Client Quit). (18:19:25) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (19:06:47) eno [n=eno@nslu2-linux/eno] entered the room. (19:37:19) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (20:24:44) gualteri left the room (quit: "off"). (20:44:24) aleagi [n=DusK@201.72.234.205] entered the room. (20:44:56) aleagi left the room. (23:02:58) gualteri [n=none@84.123.6.210.dyn.user.ono.com] entered the room. (23:26:21) gualteri1 [n=none@84.123.3.224.dyn.user.ono.com] entered the room. (23:27:33) gualteri left the room (quit: Read error: 110 (Connection timed out)). (23:27:53) gualteri1 left the room (quit: Client Quit). (00:11:41) tombohannon left the room (quit: ). (03:11:20) underspecified_ [n=eric@softbank220043052007.bbtec.net] entered the room. (03:11:55) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (03:43:48) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:04:31) tombohannon left the room (quit: ). (04:05:39) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:06:00) tombohannon left the room (quit: Client Quit). (04:49:54) grai [n=grai@124.107.233.220.exetel.com.au] entered the room. (05:01:14) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (05:01:14) underspecified_ left the room (quit: Read error: 104 (Connection reset by peer)). (05:10:51) mycroftiv left the room (quit: Read error: 54 (Connection reset by peer)). (05:12:58) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (05:39:32) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (05:41:59) underspecified left the room (quit: ). (07:38:05) te left the room (quit: "leaving"). (07:51:55) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (08:13:53) te [i=tao@gateway/shell/blinkenshell.org/x-5a3365829037567a] entered the room. (08:41:57) KillerX left the room (quit: ). (08:44:48) underspecified_ [n=eric@naist-wavenet125-121.naist.jp] entered the room. (08:48:51) underspecified left the room (quit: Read error: 113 (No route to host)). (10:08:31) underspecified_ left the room (quit: ). (10:12:16) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (10:12:41) underspecified left the room (quit: Remote closed the connection). (10:12:55) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (10:17:13) underspecified left the room (quit: Client Quit). (10:19:33) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (13:28:16) te left the room (quit: Remote closed the connection). (14:13:54) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (14:28:29) underspecified left the room (quit: ). (15:27:26) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (15:31:30) grai left the room. (16:02:31) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:44:10) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:47:54) tombohannon_ [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:47:54) tombohannon left the room (quit: Read error: 104 (Connection reset by peer)). (18:27:36) gualteri left the room (quit: "leaving"). (18:49:16) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (19:08:16) underspecified left the room (quit: Read error: 60 (Operation timed out)). (19:44:35) tombohannon_ left the room (quit: ). (20:55:15) mennis: I have noticed that lc works when I am in emu butmy native version doesn't seem to work. I have it in /dis/ but when I run lc I get ./lc: file does not exist. (20:55:59) mennis: or: (20:57:04) mennis: sh: lc: './lc' file does not exist (20:57:06) mennis: rather. (20:57:36) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (21:29:50) mjl-: mennis: could it be a problem with shell script in /dis ('#!/dis/sh.dis') in general? (21:30:06) mjl-: don't know where the code to dis loads is (21:30:24) mjl-: man & lookman seem to be shellscripts too (21:32:42) mennis: I don't have those in my native rootfs but shutdown is a sh script too and it won't run either. (22:09:08) te [i=tao@gateway/shell/blinkenshell.org/x-b8ae6eeaf8910613] entered the room. (00:04:39) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (00:15:11) tombohannon left the room (quit: ). (00:48:36) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (01:13:54) gualteri left the room. (02:03:07) mennis left the room (quit: Read error: 110 (Connection timed out)). (03:29:39) underspecified left the room (quit: ). (04:37:11) eno__ [n=eno@adsl-70-137-132-144.dsl.snfc21.sbcglobal.net] entered the room. (04:45:05) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (04:47:41) eno left the room (quit: Read error: 110 (Connection timed out)). (04:52:54) KillerX left the room (quit: ). (04:57:36) eno__ left the room (quit: "leaving"). (05:14:55) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (05:15:54) KillerX left the room (quit: Remote closed the connection). (05:49:25) eno [n=eno@nslu2-linux/eno] entered the room. (06:22:42) eno__ [n=eno@adsl-70-137-139-107.dsl.snfc21.sbcglobal.net] entered the room. (06:24:06) eno left the room (quit: Read error: 104 (Connection reset by peer)). (06:55:51) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (07:35:03) eno__ left the room (quit: "leaving"). (08:17:49) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (12:45:49) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (16:32:51) jas left the room (quit: ). (16:33:06) jas [n=jas@adsl-69-215-39-41.dsl.chcgil.ameritech.net] entered the room. (16:58:17) underspecified left the room (quit: ). (16:58:26) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (17:46:32) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:57:36) gualteri left the room (quit: "leaving"). (18:27:24) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (19:04:52) eno [n=eno@nslu2-linux/eno] entered the room. (23:37:38) mennis left the room (quit: Client Quit). (23:38:04) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (00:30:35) mennis left the room (quit: Client Quit). (00:48:26) gualteri [n=none@84.123.158.129.dyn.user.ono.com] entered the room. (00:54:22) gualteri left the room. (03:27:02) te left the room (quit: Read error: 110 (Connection timed out)). (04:34:51) KillerX left the room (quit: ). (06:44:20) megaboz left the room (quit: Read error: 145 (Connection timed out)). (09:08:03) eno__ [n=eno@adsl-70-137-131-93.dsl.snfc21.sbcglobal.net] entered the room. (09:20:14) eno left the room (quit: Read error: 110 (Connection timed out)). (12:03:17) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (12:04:38) KillerX left the room (quit: Remote closed the connection). (12:04:49) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (12:07:16) KillerX left the room (quit: Client Quit). (12:07:21) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (12:13:44) te [i=tao@gateway/shell/blinkenshell.org/x-f6272dfeaf1f70b6] entered the room. (12:14:23) KillerX left the room (quit: ). (12:15:02) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (14:03:03) mycroftiv left the room (quit: orwell.freenode.net irc.freenode.net). (14:03:03) paigeadele left the room (quit: orwell.freenode.net irc.freenode.net). (14:03:26) paigeadele [n=erratic@75.146.55.252] entered the room. (14:04:44) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (14:15:06) underspecified left the room (quit: ). (15:39:24) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (15:50:32) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (15:51:32) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (19:04:58) eno__ left the room (quit: "leaving"). (19:30:14) eno [n=eno@nslu2-linux/eno] entered the room. (21:19:57) npe [n=npe@32.97.110.63] entered the room. (21:20:58) npe left the room (quit: Remote closed the connection). (21:21:11) npe [n=npe@32.97.110.63] entered the room. (21:40:54) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (21:54:50) paigeadele left the room (quit: orwell.freenode.net irc.freenode.net). (21:55:39) paigeadele [n=erratic@75.146.55.252] entered the room. (22:31:00) underspecified_ [n=eric@softbank220043052007.bbtec.net] entered the room. (22:31:38) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (00:16:38) npe left the room (quit: ). (00:23:49) gualteri left the room (quit: "leaving"). (01:26:46) underspecified_ left the room (quit: Read error: 104 (Connection reset by peer)). (01:27:07) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:05:18) j1m [n=zobnin@212.6.7.10] entered the room. (03:06:29) j1m left the room. (03:07:28) j1m [n=zobnin@212.6.7.10] entered the room. (03:07:36) j1m left the room. (03:08:04) j1m [n=zobnin@212.6.7.10] entered the room. (03:08:14) j1m left the room. (03:08:50) j1m [n=zobnin@212.6.7.10] entered the room. (03:08:55) j1m left the room. (03:09:12) zobnin [n=zobnin@212.6.7.10] entered the room. (03:09:50) zobnin left the room. (03:13:31) j123m [n=zobnin@212.6.7.10] entered the room. (03:14:16) j123m left the room. (03:37:47) KillerX left the room (quit: ). (03:38:26) j1m [n=zobnin@212.6.7.10] entered the room. (03:40:24) j1m left the room. (03:40:36) j1m [n=j1m@212.6.7.10] entered the room. (03:41:03) j1m left the room. (04:03:36) j1m [n=j1m@212.6.7.10] entered the room. (04:11:02) j1m left the room. (04:11:48) j1m [n=j1m@212.6.7.10] entered the room. (04:11:59) j1m left the room. (04:13:54) j1m [n=j1m@212.6.7.10] entered the room. (06:24:26) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (08:44:06) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (08:44:16) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (09:56:31) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (13:33:19) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (15:29:13) underspecified left the room (quit: Read error: 131 (Connection reset by peer)). (15:30:16) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (15:48:59) j1m left the room (quit: Remote closed the connection). (15:50:29) j1m [n=j1m@212.6.7.10] entered the room. (16:45:47) underspecified left the room (quit: ). (16:55:12) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:59:02) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (17:00:02) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (17:38:27) eno left the room (quit: "leaving"). (17:48:45) j1m left the room. (18:02:42) j1m [n=j1m@212.6.7.10] entered the room. (19:39:48) j1m left the room. (19:40:50) j1m [n=j1m@212.6.7.10] entered the room. (19:42:20) j1m left the room. (19:46:22) j1m [n=j1m@212.6.7.10] entered the room. (19:46:23) j1m left the room. (19:47:15) j1m [n=j1m@212.6.7.10] entered the room. (19:47:26) j1m left the room. (19:49:30) j1m [n=j1m@212.6.7.10] entered the room. (19:49:45) j1m left the room. (19:50:18) j1m [n=j1m@212.6.7.10] entered the room. (19:51:01) j1m left the room. (21:43:27) caerwy [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (01:58:10) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (01:58:42) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:06:08) caerwy left the room (quit: orwell.freenode.net irc.freenode.net). (03:06:08) paigeadele left the room (quit: orwell.freenode.net irc.freenode.net). (03:06:23) caerwy [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (03:06:23) paigeadele [n=erratic@75.146.55.252] entered the room. (03:24:08) underspecified left the room (quit: ). (05:05:02) te left the room (quit: "leaving"). (05:05:23) te [i=tao@gateway/shell/blinkenshell.org/x-47f4047ff813b7f8] entered the room. (05:46:13) KillerX left the room (quit: ). (05:55:42) caerwy left the room (quit: "ChatZilla 0.9.84 [Firefox 3.0.5/2008121621]"). (08:25:36) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (10:57:52) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (14:47:00) mycroftiv left the room (quit: orwell.freenode.net irc.freenode.net). (14:48:36) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (15:32:05) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (15:47:54) anothy_olpc [n=anothy@adsl-99-155-111-183.dsl.bcvloh.sbcglobal.net] entered the room. (17:21:04) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:23:11) tombohannon left the room (quit: Client Quit). (17:23:22) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:41:05) tombohannon_ [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:41:05) tombohannon left the room (quit: Read error: 104 (Connection reset by peer)). (18:25:42) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (18:40:00) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (20:30:05) tombohannon_ left the room (quit: ). (20:32:34) gualteri left the room (quit: "leaving"). (22:27:14) anothy_olpc left the room (quit: Read error: 104 (Connection reset by peer)). (23:28:03) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (23:31:56) tombohannon left the room (quit: Client Quit). (00:11:42) te left the room (quit: Read error: 110 (Connection timed out)). (01:09:30) caerwy [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (02:27:22) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (02:37:23) tombohannon left the room (quit: ). (03:13:11) ooooo [i=none@201.80.219.229] entered the room. (03:13:52) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:30:28) tombohannon left the room (quit: ). (04:41:09) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:55:13) tombohannon left the room (quit: ). (04:56:19) ooooo left the room (quit: Remote closed the connection). (05:20:23) anothy_x [n=a@99.155.108.144] entered the room. (05:50:24) uriel: wonder how hard it might be to get one of this things this days: http://en.wikipedia.org/wiki/Simputer (05:50:34) uriel: seems like a good platform to run inferno.. (05:53:52) caerwy left the room (quit: "ChatZilla 0.9.84 [Firefox 3.0.5/2008121621]"). (05:54:44) uriel: although without sd expanssion it might not be too useful (06:12:58) KillerX left the room (quit: ). (08:19:14) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (09:39:05) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (10:47:10) te_ [i=tao@gateway/shell/blinkenshell.org/x-254c2e406942ec9b] entered the room. (12:09:11) KillerX left the room (quit: ). (12:09:44) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (13:03:46) megaboz [i=none@201.80.219.229] entered the room. (13:28:33) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (13:41:09) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (14:33:54) KillerX left the room (quit: ). (14:34:07) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (15:51:01) underspecified left the room (quit: ). (16:09:14) tombohannon left the room (quit: ). (16:18:44) gualteri: anybody wants to increase the snr ratio of his antenna? http://www.usbwifi.orconhosting.net.nz/ (16:22:34) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (17:16:21) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (17:20:45) underspecified left the room (quit: Read error: 131 (Connection reset by peer)). (17:21:14) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (19:44:32) zobnin [n=zobnin@jabber.hpux5.012345.ru] entered the room. (19:44:48) zobnin left the room. (19:46:20) zobnin [n=zobnin@ns2.openhardware.ru] entered the room. (19:56:05) zobnin left the room. (19:56:39) zobnin [n=zobnin@ns2.openhardware.ru] entered the room. (20:09:09) gualteri left the room (quit: "leaving"). (20:39:31) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (21:00:18) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (21:00:44) zobnin left the room. (21:28:29) anothy_x [n=a@adsl-99-155-105-32.dsl.bcvloh.sbcglobal.net] entered the room. (21:51:58) tombohannon left the room (quit: Remote closed the connection). (21:52:11) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (22:26:31) gualteri [n=none@84.123.3.224.dyn.user.ono.com] entered the room. (23:43:05) gualteri left the room (quit: Read error: 110 (Connection timed out)). (00:29:39) tombohannon left the room (quit: ). (00:32:15) zobnin [n=zobnin@ns2.openhardware.ru] entered the room. (00:37:17) gualteri [n=none@84.123.3.224.dyn.user.ono.com] entered the room. (00:58:54) gualteri left the room (quit: "Leaving."). (01:15:27) npe [n=npe@32.97.110.63] entered the room. (01:15:28) npe left the room (quit: Connection reset by peer). (01:24:14) npe [n=npe@32.97.110.63] entered the room. (01:26:42) npe left the room (quit: Read error: 60 (Operation timed out)). (01:31:22) zobnin is now known as j1m (01:41:09) mennis left the room (quit: Read error: 110 (Connection timed out)). (02:06:34) j1m left the room. (03:46:23) underspecified left the room (quit: ). (04:54:17) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (05:13:30) tombohannon left the room (quit: ). (05:23:53) eekee left the room (quit: Read error: 110 (Connection timed out)). (05:24:28) eekee [n=notyou@cpc5-lanc4-0-0-cust432.brig.cable.ntl.com] entered the room. (05:25:04) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (06:30:24) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (06:39:01) tombohannon left the room (quit: ). (06:50:33) underspecified [n=eric@naist-wavenet126-171.naist.jp] entered the room. (07:00:13) underspecified left the room (quit: orwell.freenode.net irc.freenode.net). (07:01:48) underspecified [n=eric@naist-wavenet126-171.naist.jp] entered the room. (07:02:38) eekee left the room (quit: Read error: 110 (Connection timed out)). (07:18:02) underspecified left the room (quit: orwell.freenode.net irc.freenode.net). (07:23:03) underspecified [n=eric@naist-wavenet126-171.naist.jp] entered the room. (07:36:10) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (07:56:01) underspecified left the room (quit: ). (08:08:20) eekee [n=notyou@cpc3-lanc4-0-0-cust257.brig.cable.ntl.com] entered the room. (08:21:39) underspecified_ [n=eric@naist-wavenet126-171.naist.jp] entered the room. (10:17:27) underspecified_ left the room (quit: ). (10:19:17) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (11:00:32) KillerX left the room (quit: ). (11:08:59) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (11:18:29) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (13:02:11) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (14:07:46) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (14:27:37) underspecified left the room (quit: ). (14:42:32) soul9 left the room (quit: Read error: 60 (Operation timed out)). (14:42:38) KillerX left the room (quit: orwell.freenode.net irc.freenode.net). (14:45:12) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (15:17:53) tombohannon left the room (quit: ). (16:05:43) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:07:21) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:48:37) eno [n=eno@nslu2-linux/eno] entered the room. (19:04:13) underspecified left the room (quit: Read error: 60 (Operation timed out)). (20:06:36) gualteri left the room (quit: "leaving"). (20:13:20) zobnin [n=zobnin@jabber.hpux5.012345.ru] entered the room. (21:43:41) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (22:20:51) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (22:44:09) zobnin left the room. (23:06:26) gualteri [n=salva@84.123.3.224.dyn.user.ono.com] entered the room. (00:09:43) gualteri left the room (quit: Read error: 110 (Connection timed out)). (00:17:15) te [i=tao@gateway/shell/blinkenshell.org/x-eec06ce50a5f4fce] entered the room. (00:17:24) tombohannon left the room (quit: ). (00:23:54) te_ left the room (quit: Connection timed out). (00:25:10) gualteri [n=salva@84.123.3.224.dyn.user.ono.com] entered the room. (00:34:43) mycroftiv left the room (quit: "Lost terminal"). (00:35:47) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (00:39:59) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (01:19:00) gualteri left the room (quit: "Leaving."). (01:54:36) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (01:54:59) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (02:01:23) KillerX left the room (quit: ). (02:09:17) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (02:58:13) KillerX left the room (quit: ). (03:05:01) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (03:06:01) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:22:27) underspecified left the room (quit: ). (03:30:39) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (03:35:38) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (03:42:12) underspecified left the room (quit: ). (03:55:44) tombohannon left the room (quit: ). (04:09:10) eno__ [n=eno@adsl-70-137-150-38.dsl.snfc21.sbcglobal.net] entered the room. (04:18:32) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:19:25) eno left the room (quit: Read error: 110 (Connection timed out)). (04:51:34) eno [n=eno@nslu2-linux/eno] entered the room. (05:03:34) eno__ left the room (quit: Read error: 110 (Connection timed out)). (05:10:51) tombohannon left the room (quit: ). (05:48:40) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (06:03:04) tombohannon left the room (quit: ). (06:44:09) eno left the room (quit: Read error: 60 (Operation timed out)). (06:44:21) eno [n=eno@nslu2-linux/eno] entered the room. (06:51:43) eno left the room (quit: Read error: 60 (Operation timed out)). (06:55:28) eno [n=eno@adsl-70-137-168-116.dsl.snfc21.sbcglobal.net] entered the room. (06:56:32) underspecified [n=eric@naist-wavenet126-171.naist.jp] entered the room. (07:58:08) underspecified left the room (quit: ). (07:59:18) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (08:07:00) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (09:25:54) eno__ [n=eno@adsl-70-137-157-58.dsl.snfc21.sbcglobal.net] entered the room. (09:26:00) eno left the room (quit: Read error: 60 (Operation timed out)). (09:57:58) underspecified left the room (quit: ). (11:00:00) megaboz left the room (quit: orwell.freenode.net irc.freenode.net). (12:34:37) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (13:26:22) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (13:40:00) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (14:22:51) mycroftiv left the room (quit: Read error: 104 (Connection reset by peer)). (14:40:15) mycroftiv [n=infernus@h69-128-47-243.mdsnwi.dedicated.static.tds.net] entered the room. (14:41:35) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (15:18:53) tombohannon left the room (quit: ). (17:16:09) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (17:47:37) eno__ left the room (quit: "leaving"). (17:49:08) eekee left the room (quit: "Caught sigterm, terminating..."). (17:50:55) andguent [n=andre@p4FF65A7E.dip.t-dialin.net] entered the room. (17:51:13) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (18:28:27) zobnin [n=zobnin@jabber.hpux5.012345.ru] entered the room. (18:28:47) zobnin left the room. (18:34:00) gualteri left the room (quit: "leaving"). (18:53:38) tombohannon left the room (quit: ). (19:08:33) eno [n=eno@nslu2-linux/eno] entered the room. (19:25:37) j1m [n=j1m@jabber.hpux5.012345.ru] entered the room. (20:36:01) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (20:54:50) tombohannon_ [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (20:54:50) tombohannon left the room (quit: Read error: 104 (Connection reset by peer)). (21:18:28) anothy_x left the room (quit: Read error: 145 (Connection timed out)). (21:29:33) anothy_x [n=a@adsl-99-155-105-32.dsl.bcvloh.sbcglobal.net] entered the room. (21:45:25) andguent left the room (quit: "Leaving"). (22:12:14) eekee [n=notyou@cpc3-lanc4-0-0-cust273.brig.cable.ntl.com] entered the room. (22:36:49) andguent [n=andre@p4FF65A7E.dip.t-dialin.net] entered the room. (23:50:17) andguent left the room (quit: "Leaving"). (00:13:05) tombohannon_ left the room (quit: ). (02:29:35) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (03:02:59) tombohannon left the room (quit: ). (03:35:09) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:00:04) mennis left the room (quit: Client Quit). (04:04:18) anothy_x left the room (quit: "Leaving."). (04:44:15) te left the room (quit: Connection timed out). (04:51:32) te [n=deph@gateway/shell/blinkenshell.org/x-b9b33e6389108590] entered the room. (04:56:15) tombohannon left the room (quit: ). (05:23:25) te left the room (quit: Connection timed out). (05:31:11) te [n=deph@gateway/shell/blinkenshell.org/x-4235c6c4abb2f298] entered the room. (05:42:18) eno__ [n=eno@adsl-70-137-179-97.dsl.snfc21.sbcglobal.net] entered the room. (05:42:22) eno left the room (quit: Read error: 60 (Operation timed out)). (05:43:02) te left the room (quit: Read error: 145 (Connection timed out)). (05:57:08) eno__ left the room (quit: "leaving"). (06:10:30) anothy_x [n=a@adsl-99-155-105-32.dsl.bcvloh.sbcglobal.net] entered the room. (06:18:54) j1m left the room (quit: orwell.freenode.net irc.freenode.net). (06:18:54) jas left the room (quit: orwell.freenode.net irc.freenode.net). (06:18:54) mjl- left the room (quit: orwell.freenode.net irc.freenode.net). (06:19:19) j1m [n=j1m@jabber.hpux5.012345.ru] entered the room. (06:19:19) jas [n=jas@adsl-69-215-39-41.dsl.chcgil.ameritech.net] entered the room. (06:19:19) mjl- [n=none@knaagkever.ueber.net] entered the room. (06:23:47) jas left the room (quit: orwell.freenode.net irc.freenode.net). (06:23:47) j1m left the room (quit: orwell.freenode.net irc.freenode.net). (06:23:47) mjl- left the room (quit: orwell.freenode.net irc.freenode.net). (06:25:57) j1m [n=j1m@jabber.hpux5.012345.ru] entered the room. (06:25:57) jas [n=jas@adsl-69-215-39-41.dsl.chcgil.ameritech.net] entered the room. (06:25:57) mjl- [n=none@knaagkever.ueber.net] entered the room. (06:35:28) te [i=tao@gateway/shell/blinkenshell.org/x-f65d76f4fca9ccf6] entered the room. (09:44:51) andguent [n=andre@p4FF65A7E.dip.t-dialin.net] entered the room. (10:46:48) KillerX left the room (quit: ). (12:06:07) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (12:26:18) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (13:58:02) j1m left the room (quit: Remote closed the connection). (14:00:34) j1m [n=j1m@jabber.hpux5.012345.ru] entered the room. (14:11:36) underspecified left the room (quit: ). (14:46:55) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (15:48:08) tombohannon left the room (quit: ). (16:03:54) aguent [n=andre@p4FF6746D.dip.t-dialin.net] entered the room. (16:08:50) andguent left the room (quit: Read error: 60 (Operation timed out)). (16:17:58) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:30:44) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (16:53:26) aguent left the room (quit: "Leaving"). (17:02:11) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (18:00:07) gualteri left the room (quit: "leaving"). (18:29:16) eno [n=eno@nslu2-linux/eno] entered the room. (19:21:33) andguent [n=andre@p4FF6746D.dip.t-dialin.net] entered the room. (20:13:48) mennis left the room (quit: Client Quit). (20:21:41) j1m left the room. (21:07:10) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (23:40:20) tombohannon left the room (quit: Remote closed the connection). (23:40:33) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (00:06:12) andguent left the room (quit: "Leaving"). (00:13:29) tombohannon left the room (quit: ). (00:16:05) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (00:25:34) MrWGW [n=MrWGW@74.124.206.166] entered the room. (01:05:46) jmpnz [n=mennis@oconeecase.pfnathens.com] entered the room. (01:08:51) mennis left the room (quit: Read error: 60 (Operation timed out)). (01:15:50) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (01:16:43) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (01:21:08) gualteri left the room (quit: "leaving"). (01:50:44) jmpnz left the room (quit: Client Quit). (02:20:06) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (02:23:21) mennis left the room (quit: Client Quit). (02:51:05) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (02:58:48) anothy_x left the room (quit: "Leaving."). (03:08:56) tombohannon left the room (quit: ). (03:10:22) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (03:16:15) tombohannon left the room (quit: ). (03:19:31) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (03:19:50) tombohannon left the room (quit: Client Quit). (03:41:29) underspecified left the room (quit: Read error: 131 (Connection reset by peer)). (03:42:26) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (04:22:25) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:35:45) underspecified left the room (quit: Read error: 54 (Connection reset by peer)). (04:36:45) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (04:58:31) tombohannon left the room (quit: ). (06:43:41) underspecified_ [n=eric@softbank220043052007.bbtec.net] entered the room. (06:43:42) underspecified left the room (quit: Read error: 131 (Connection reset by peer)). (09:30:24) KillerX [n=anant@145.116.230.32] entered the room. (09:46:30) andguent [n=andre@p4FF6746D.dip.t-dialin.net] entered the room. (10:12:35) underspecified_ left the room (quit: ). (10:13:37) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (11:06:52) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (12:17:35) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (12:58:16) KillerX left the room (quit: ). (14:40:00) andguent left the room (quit: "Leaving"). (15:15:28) sqweek left the room (quit: orwell.freenode.net irc.freenode.net). (15:15:45) sqweek [n=none@124-169-200-48.dyn.iinet.net.au] entered the room. (16:01:51) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (16:52:16) caerwyn [n=chatzill@c-98-216-75-208.hsd1.ma.comcast.net] entered the room. (17:03:31) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (17:10:24) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (17:19:12) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (17:46:13) tombohannon left the room (quit: ). (18:26:47) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (18:53:23) tombohannon left the room (quit: ). (20:18:33) caerwyn left the room (quit: "ChatZilla 0.9.84 [Firefox 3.0.5/2008121621]"). (21:32:25) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (22:34:23) npe [i=npe@66.112.249.148] entered the room. (22:57:30) tombohannon left the room (quit: ). (23:50:11) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (01:06:45) sqweek left the room (quit: orwell.freenode.net irc.freenode.net). (01:07:08) sqweek [n=none@124-169-200-48.dyn.iinet.net.au] entered the room. (01:58:53) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (01:59:54) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (02:01:57) underspecified left the room (quit: Client Quit). (02:10:46) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (02:15:43) rafaelmoreira [n=rafaelmo@66.112.249.165] entered the room. (02:15:52) npe: rafaelmoreira: sup rafa (02:15:59) rafaelmoreira: hey!!! (03:03:44) rafaelmoreira left the room (quit: ). (03:58:14) npe left the room (quit: ). (04:24:57) gualteri left the room (quit: "leaving"). (05:10:40) mennis [n=mennis@adsl-219-211-141.asm.bellsouth.net] entered the room. (05:35:09) mennis left the room (quit: Client Quit). (06:32:10) underspecified left the room (quit: ). (06:58:03) mennis [n=mennis@adsl-219-211-141.asm.bellsouth.net] entered the room. (07:40:20) mennis left the room (quit: Client Quit). (08:32:45) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (08:34:14) hotaru2k3 [n=hotaru@cpe-24-29-193-226.neo.res.rr.com] entered the room. (10:41:12) hotaru2k3 left the room (quit: "ChatZilla 0.9.84 [Firefox 3.1b2/20081201080242]"). (11:08:18) Midnight [n=kyevan@pool-71-98-6-23.mdsnwi.dsl-w.verizon.net] entered the room. (11:32:55) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (11:37:06) Midnight: Huh. I'm just taking a look right now, but... Limbo looks like Pascal with a C-like syntax, basically. ... Why? Pascal's syntax is nicer anyway... >_> (12:33:39) sqweek: what is the point of this question? (12:34:11) sqweek: also, fancy seeing you here (13:07:56) uriel: syntax is a rather minnor detail in a language (13:08:06) uriel: limbo simply tries to pick the best from other languages (13:16:08) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (13:24:28) Midnight: uriel: Syntax is a major detail in how clear the presentation is, though. (13:24:55) Midnight: It's a human detail, not a computer detail... but that doesn't mean minor :J (13:44:19) sqweek: as a human, i'm with uriel on this one ;) (16:19:32) Midnight: I find C-style harder to read, is all. (16:20:05) Midnight: (Got distracted... and I may have fallen asleep for an hour or so...) (16:27:48) sqweek: that just tells me you need more practice :) (16:42:35) gualteri left the room (quit: "leaving"). (17:28:54) mennis [n=mennis@adsl-219-211-141.asm.bellsouth.net] entered the room. (17:32:13) Midnight: I've used C-style longer. (17:32:54) Midnight: It's 'symbol soup'. Though not quite as bad as perl, admittedly :J (18:34:25) mennis left the room (quit: Client Quit). (19:24:08) Midnight left the room (quit: ). (20:58:57) tombohannon left the room (quit: ). (22:55:31) Midnight [n=kyevan@pool-71-98-6-23.mdsnwi.dsl-w.verizon.net] entered the room. (00:07:08) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (00:08:04) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (00:09:12) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (00:44:10) tombohannon left the room (quit: ). (00:46:53) KillerX left the room (quit: ). (02:06:48) Midnight left the room (quit: ). (02:16:27) underspecified left the room (quit: ). (02:33:16) mennis [n=mennis@adsl-219-211-141.asm.bellsouth.net] entered the room. (02:34:42) mennis left the room (quit: Client Quit). (02:43:19) eno__ [n=eno@adsl-70-137-185-5.dsl.snfc21.sbcglobal.net] entered the room. (02:43:47) eno__ left the room (quit: Client Quit). (02:53:57) eno left the room (quit: Read error: 110 (Connection timed out)). (03:42:44) mennis [n=mennis@adsl-219-211-141.asm.bellsouth.net] entered the room. (03:43:50) mennis left the room (quit: Client Quit). (03:45:30) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (04:02:37) Midnight [n=kyevan@pool-71-98-6-23.mdsnwi.dsl-w.verizon.net] entered the room. (04:06:42) tombohannon left the room (quit: ). (04:46:06) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (05:01:32) tombohannon left the room (quit: ). (05:16:40) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (05:26:43) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (05:34:54) tombohannon left the room (quit: ). (05:46:57) Midnight left the room (quit: ). (09:38:00) underspecified left the room (quit: Remote closed the connection). (09:38:09) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (09:47:48) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (10:12:44) underspecified left the room (quit: ). (10:16:29) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (11:49:38) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (11:51:30) underspecified left the room (quit: ). (11:52:34) underspecified [n=eric@isa7-dhcp-116-155.naist.jp] entered the room. (14:08:17) tombohannon [n=tombohan@h117.255.18.98.static.ip.windstream.net] entered the room. (14:09:24) tombohannon left the room (quit: Client Quit). (14:17:28) underspecified left the room (quit: ). (15:34:40) tombohannon [n=tombohan@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room.