2013-01-04 00:00 hack has joined #qi-hardware 2013-01-04 00:01 pcercuei has joined #qi-hardware 2013-01-04 00:01 kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 2013-01-04 00:12 pcercuei has quit [Ping timeout: 248 seconds] 2013-01-04 00:36 wej has quit [Ping timeout: 264 seconds] 2013-01-04 00:41 wej has joined #qi-hardware 2013-01-04 00:56 wej has quit [Ping timeout: 260 seconds] 2013-01-04 00:56 wej has joined #qi-hardware 2013-01-04 01:01 FrankBlues has quit [Remote host closed the connection] 2013-01-04 01:03 panda|x201 has joined #qi-hardware 2013-01-04 01:05 unclouded has quit [Ping timeout: 260 seconds] 2013-01-04 01:06 wej has quit [Ping timeout: 260 seconds] 2013-01-04 01:07 LunaVorax has quit [Quit: Quitte] 2013-01-04 01:07 wej has joined #qi-hardware 2013-01-04 01:17 unclouded has joined #qi-hardware 2013-01-04 01:40 wej has quit [Ping timeout: 264 seconds] 2013-01-04 01:44 wej has joined #qi-hardware 2013-01-04 02:13 and I still think OE was the birth defect in OM 2013-01-04 02:14 afaik SHR has no proper non-root user accounts (or even any accounts) til this very day 2013-01-04 02:15 wej has quit [Ping timeout: 260 seconds] 2013-01-04 02:15 I still like to think of OE as "linux for fridges" 2013-01-04 02:16 wej has joined #qi-hardware 2013-01-04 02:18 while you could define a usual phone as an embedded device (= only custom UI with limited clearly defined functionality), a smartphone already boldly fails on that definition. Even more a pocket computer with attached modem, like Freerunner 2013-01-04 02:21 well, i don't exactly like OE. but with jlime, we had a pretty much hassle-free variant of OE for the ben. not only by technical merits but by having the proper division between development and distribution we never had at openmoko. 2013-01-04 02:22 also with openwrt, we have that. only that openwrt is a weaker basis, so the work of the distribution maintainers is harder. 2013-01-04 02:23 I'm more a fan of the downsizing approach, rather than nuking everything to a bare fridge controller level and then re-adding ~90% of mainline stuff again 2013-01-04 02:25 at OM, for most of the time, you basically had nobody who would take care of OE for you. so each developer somehow had to get involved. 2013-01-04 02:25 emeb has quit [Quit: Leaving.] 2013-01-04 02:25 well, that burn-to-the-ground-then-rebuild is kinda what we're doing with owrt ;-) 2013-01-04 02:25 OE is a lot better i this regard 2013-01-04 02:25 I'd probably not need anybody to take care of debian for me 2013-01-04 02:25 DocScrutinizer05: are you sure ? :) 2013-01-04 02:26 how often do you compile debian packages from source ? 2013-01-04 02:26 when i do, it's from sources that are themselves upstream to debian 2013-01-04 02:26 actually not that often, but I did a few years ago, for maemo 2013-01-04 02:28 all i want from debian/ubunto are packages. and my work is not debian-specific but gets packaged by someone (in our case often xiangfu) into debian. that someone knows the rules/rituals, chain of command, etc., of debian. so "debianizing" code is more or less transparent to me. 2013-01-04 02:29 sure. What more do I need? 2013-01-04 02:29 same for fedora and whatever. they do their work, i do mine. i keep my makefiles clean, so they won't have too much of a headache, and i never even hear from them. and that's just as it should be :) 2013-01-04 02:30 DocScrutinizer05: precisely. get the process right and things all of a sudden get very simple 2013-01-04 02:30 well, porting pkgs from debian/other-mainline to an "embedded" system is a oneway thing in my book anyway 2013-01-04 02:31 I for sure wouldn't bother to upstream maemo-specific patches 2013-01-04 02:32 after all that's why maemo exists, and it's not just an OMAP build of devian 2013-01-04 02:32 debian even 2013-01-04 02:33 I've seen epic fail of mer etc, which tried to stay on main too much 2013-01-04 02:34 i think upstreaming is good. but you don't need to be in a great hurry to do it. 2013-01-04 02:34 oooh sensor-fw not IRQ event driven, rather polling? Don't worry we'll deal with powersaving later, for now we need something that *works* X-P 2013-01-04 02:35 such is life :) 2013-01-04 02:35 everybody knows battery life sucks anyway ;-) 2013-01-04 02:35 exactly, and that will never change for mer 2013-01-04 02:36 since for them, if it's not upstream, it doesn't exist 2013-01-04 02:37 and, like it or not, main is not exactly built for "embedded", they every now and then took design decisions that are fine for servers or even laptops 2013-01-04 02:38 wej has quit [Ping timeout: 264 seconds] 2013-01-04 02:38 yes, that's the main challenge for making an embedded version of a major distro 2013-01-04 02:38 tjat 2013-01-04 02:38 grr 2013-01-04 02:38 that's also why i didn't consider debian embeddable for a long time. it seems they now worked / are working on that. but i don't know the status 2013-01-04 02:39 it's basically a question of having more flexible dependencies, and the config options that allow such flexibility 2013-01-04 02:40 wej has joined #qi-hardware 2013-01-04 02:41 e.g., bad: installing a package for "/bin/true" pulls in the gnome desktop because the package also contains /bin/ls and someone added a --beep option for whatever, which in turn needs some audio subsystem and the gnome desktop has the volume control utility. 2013-01-04 02:41 good: /bin/true will come alone. and if some genius invented a --beep option for it too, then you'll be able to install without it 2013-01-04 02:44 ack 2013-01-04 02:44 on maemo we got friggin PITA called metapackages 2013-01-04 02:44 actually ONe metapackage 2013-01-04 02:44 that contains virtually all 2013-01-04 02:44 nice ;-) 2013-01-04 02:45 indeed >:-( 2013-01-04 02:45 apt-get install maemo # nice and simple :) 2013-01-04 02:46 exactly 2013-01-04 02:46 well, it's not a bad idea if a lot of people actually want the "standard system". depends on whether such a standard system really exists 2013-01-04 02:47 even apt-get install mp-fremantle-community-pr 2013-01-04 02:47 *blush* 2013-01-04 02:47 whatever that is :) 2013-01-04 02:47 I'm fighting since 2 years against it 2013-01-04 02:48 it's the continuation of the original metapackage from nokia, by community (incl me) 2013-01-04 02:48 http://wiki.maemo.org/Community_SSU 2013-01-04 03:01 wpwrak: the torture starts when you want to get rid of, or replace, one of the "standard" components - like camera 2013-01-04 03:03 apt-get will suggest to remove the mp and roundabout 400 other pkgs ;-P 2013-01-04 03:04 same happens when you get pissed by messybox and simply want to install procps 2013-01-04 03:04 to finally get an idea of what your processes do and look like 2013-01-04 03:06 procps conflicts with busybox, busybox tears down the fremantle-mp, the mp uninstalls ~80% of your system 2013-01-04 03:06 interesting .. urjtag has a configure that ignores cross-compilation. how sweet is that ? 2013-01-04 03:06 well, the latter not instantly, actually I failed to understand when *that* happens 2013-01-04 03:08 sounds as if someone has implemented some creative new thoughts about the metaphysical reality of dependencies ;-) 2013-01-04 03:08 yep, the one been Nokia 2013-01-04 03:08 and my maintainer freaks explain to me we can't get rid of this abomination 2013-01-04 03:10 lab diary notice: the lobotomy was successful beyond our wildest expectations 2013-01-04 03:10 http://maemo.org/packages/view/mp-fremantle-community-pr/ 2013-01-04 03:12 http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/mp-fremantle-community-pr/20.2010.36-2maemo16/ 2013-01-04 03:12 "Depends:" :-o 2013-01-04 03:15 sagex has quit [Remote host closed the connection] 2013-01-04 03:15 there ain't no "depends" on that page 2013-01-04 03:17 sagex has joined #qi-hardware 2013-01-04 03:29 wej has quit [Ping timeout: 260 seconds] 2013-01-04 03:30 wej has joined #qi-hardware 2013-01-04 03:31 (ujtag) naw, my mistake - it seems to support cross-compilation just fine. now, dumbing it down for ben compatibility ... 2013-01-04 03:47 wej has quit [Ping timeout: 264 seconds] 2013-01-04 03:52 wej has joined #qi-hardware 2013-01-04 04:01 xiangfu has quit [Quit: leaving] 2013-01-04 04:01 xiangfu has joined #qi-hardware 2013-01-04 04:03 DocScrutinizer05 has quit [Disconnected by services] 2013-01-04 04:03 DocScrutinizer05 has joined #qi-hardware 2013-01-04 05:10 wej has quit [Ping timeout: 260 seconds] 2013-01-04 05:14 wej has joined #qi-hardware 2013-01-04 05:32 Maroni has quit [Ping timeout: 260 seconds] 2013-01-04 05:48 xiangfu: hmm, is there a quick way to build just the kernel in openwrt ? kinda like "make kernel_menuconfig" 2013-01-04 05:49 (i already tried "make kernel" but there's no such target. would have been too easy :) 2013-01-04 05:56 * wpwrak praises XTerm.*.colorMode: false 2013-01-04 06:00 wej has quit [Ping timeout: 264 seconds] 2013-01-04 06:01 wpwrak: make target/linux/{clean,compile} V=s 2013-01-04 06:02 wpwrak: make target/linux/{clean,compile} V=s 2013-01-04 06:02 wpwrak: make target/linux/{clean,compile} V=s 2013-01-04 06:03 it will delete the linux folder. compile it again. 2013-01-04 06:03 or just make target/linux/compile V=s 2013-01-04 06:03 (network problem...) 2013-01-04 06:03 kewl. thanks a lot ! 2013-01-04 06:05 wej has joined #qi-hardware 2013-01-04 06:05 xiangfu has quit [Quit: leaving] 2013-01-04 06:05 xiangfu has joined #qi-hardware 2013-01-04 06:23 sometimes, I just feel stupid not knowing stuff like that: http://bookos.org/Computers-%26-Internet-Hardware-cat84 2013-01-04 06:27 wej has quit [Ping timeout: 260 seconds] 2013-01-04 06:29 hellekin: what's special about a page full of errors ? 2013-01-04 06:31 wej has joined #qi-hardware 2013-01-04 06:39 wpwrak: have you receive my message? 2013-01-04 06:39 make target/linux/{clean,compile} V=s or make target/linux/compile V=s 2013-01-04 06:41 wej has quit [Ping timeout: 264 seconds] 2013-01-04 06:45 jekhor has joined #qi-hardware 2013-01-04 06:47 wej has joined #qi-hardware 2013-01-04 06:47 yes, thanks ! 2013-01-04 06:48 seems that it doesn't quite work, though. first, i had to build "install" to get it to actually compile, and then then it failed because it had not made uImage 2013-01-04 06:48 now running that regular build ... 2013-01-04 06:51 now .. let's see if it still boots 2013-01-04 06:51 yay. victory ! 2013-01-04 06:52 now, why didn't it accept my config change ... 2013-01-04 06:52 ah no, it did. good :) 2013-01-04 06:52 wpwrak: yeah, make target/linux/install V=s will actually build the uImage 2013-01-04 06:54 wej has quit [Ping timeout: 260 seconds] 2013-01-04 06:55 LunaVorax has joined #qi-hardware 2013-01-04 06:59 wej has joined #qi-hardware 2013-01-04 07:11 wej has quit [Ping timeout: 264 seconds] 2013-01-04 07:13 wej has joined #qi-hardware 2013-01-04 07:13 LunaVorax has quit [Ping timeout: 260 seconds] 2013-01-04 07:25 kewl. configure silently defaults to the build host architecture in case the specified cross-toolchain isn't around. autocrap indeed. 2013-01-04 07:31 Maroni has joined #qi-hardware 2013-01-04 07:41 jluis|work has joined #qi-hardware 2013-01-04 07:42 [commit] kyak: w3m: fix build (master) http://qi-hw.com/p/openwrt-packages/a6504b8 2013-01-04 08:33 wpwrak: oh, crap. It's a repository of 1.5 million books for download. That one was supposed to link to the Hardware category 2013-01-04 08:33 jekhor has quit [Ping timeout: 276 seconds] 2013-01-04 08:42 the amazon of bookwarez ? ;-) 2013-01-04 08:46 thats funny. I've been trying to get ethernet over usb0 and I am able to ssh into the device but I cannot ping google 2013-01-04 08:47 sagex: perhaps your PC isn't forwarding and NAT'ing ? 2013-01-04 08:48 wpwrak, ok I'd like to know how to forward and nat'ing 2013-01-04 08:51 http://lmgtfy.com/?q=nanonote+forward+nat 2013-01-04 08:52 * wpwrak loves those lmgtfy moments (-:C 2013-01-04 08:52 hehe 2013-01-04 08:54 kilae has joined #qi-hardware 2013-01-04 09:05 kyak has quit [Ping timeout: 244 seconds] 2013-01-04 09:05 yeah. ubb-jtag works ;-) 2013-01-04 09:05 just identified one of my milkymists 2013-01-04 09:06 kyak has joined #qi-hardware 2013-01-04 09:09 whoopsie ! pld load "fjmem.bit" ... then it (urjtag) happily identifes the 6slx45fgg484 followed by getting OOM-killed 2013-01-04 09:11 let's see what strace has to say about that ... 2013-01-04 09:13 hmm. tries to allocate 11 MB. weird 2013-01-04 09:26 bah. no ltrace on openwrt. that's cheap. 2013-01-04 09:30 urjtag certainly likes its malloc ... 2013-01-04 09:31 now, if we had a 2nd 8:10 card slot, i could add swap. grrr ... 2013-01-04 09:36 you can use slip + nbd ;) 2013-01-04 09:37 wej has quit [Ping timeout: 260 seconds] 2013-01-04 09:39 wej has joined #qi-hardware 2013-01-04 09:41 aha ! it tries to allocate a "data register" for the eight times the size of the bitstream. 1484404*8 = 11875232. that explains something. 2013-01-04 09:41 one-bit-per-byte storage? 2013-01-04 09:42 yeah, apparently 2013-01-04 09:42 dr_data[8*u+0] = (bs->data[u] & 0x80) ? 1 : 0; and so on 2013-01-04 09:43 oh, even without redundancy. it should be ? 0xff:0 2013-01-04 09:47 at least it doesn't malloc little buffers for "0", "1", ... 2013-01-04 09:47 hehe 2013-01-04 09:57 wej has quit [Ping timeout: 264 seconds] 2013-01-04 10:00 jekhor has joined #qi-hardware 2013-01-04 10:05 wej has joined #qi-hardware 2013-01-04 10:10 wej has quit [Ping timeout: 264 seconds] 2013-01-04 10:16 wej has joined #qi-hardware 2013-01-04 10:23 wej has quit [Ping timeout: 264 seconds] 2013-01-04 10:31 wej has joined #qi-hardware 2013-01-04 10:38 wej has quit [Ping timeout: 260 seconds] 2013-01-04 10:38 unclouded has quit [Ping timeout: 260 seconds] 2013-01-04 10:43 wej has joined #qi-hardware 2013-01-04 10:54 dandon has joined #qi-hardware 2013-01-04 10:56 Maroni has quit [Ping timeout: 260 seconds] 2013-01-04 11:06 wpwrak: and so i came upon timer_create()... 2013-01-04 11:06 this is getting ridiculous 2013-01-04 11:10 setitimer is good, but it doesn't allow me to keep track of overruns 2013-01-04 11:12 if my function (called from the timer handler) didn't return before the next timer period has elapsed, the next timer signal would just get lost 2013-01-04 11:15 wej has quit [Ping timeout: 264 seconds] 2013-01-04 11:16 I wouldn't recommend setitimer anyway, it's kind of legecy stuff 2013-01-04 11:18 hm, ok! 2013-01-04 11:19 from the other hand, timer_create() requires -lrt -lpthread -ldl :) 2013-01-04 11:19 not that it really matters, but still.. 2013-01-04 11:20 wej has joined #qi-hardware 2013-01-04 11:23 heh.. timer_create is described in both man 2 and man 3p 2013-01-04 11:38 urandom__ has joined #qi-hardware 2013-01-04 11:38 jekhor has quit [Ping timeout: 248 seconds] 2013-01-04 11:46 hack has quit [Ping timeout: 248 seconds] 2013-01-04 11:53 yeah, i'm sticking to timer_create() and timer_getoverrun(). It works just as i needed 2013-01-04 12:00 hack has joined #qi-hardware 2013-01-04 12:02 Jurting_pc2 has joined #qi-hardware 2013-01-04 12:04 wpwrak: Paul Wilson has some wise things to say about GC's: ftp://ftp.cs.utexas.edu/pub/garbage/gcsurvey.ps, section 1.1 2013-01-04 12:33 urandom__ has quit [Quit: Konversation terminated!] 2013-01-04 12:35 hack is now known as harsh 2013-01-04 12:35 harsh is now known as hack 2013-01-04 12:37 hack has quit [Quit: WeeChat 0.3.9.2] 2013-01-04 13:02 Hoolxi has joined #qi-hardware 2013-01-04 13:15 jluis|work has quit [Ping timeout: 260 seconds] 2013-01-04 13:23 kyak: happy ending ? :-) 2013-01-04 13:25 wpwrak: i hope so. If anyone knows a better way, please don't tell me, i don't want to rewrite the same algorithm in yet another way :) 2013-01-04 13:28 kyak: look at the bright side - you're now done comprehensive research on the topic and can post a comparison :) 2013-01-04 13:30 hmm, didn't someone once implement in-memory page compression ? that might solve my urjtag problem ... 2013-01-04 13:30 (the things we do - or think of doing - to accommodate bothersome user space ...) 2013-01-04 13:34 wpwrak: zram 2013-01-04 13:35 whitequark: i'm so glad my code doesn't have to worry about GC ;-) take all the headache of explicit memory management, move it somewhere else, then square it :) 2013-01-04 13:36 wpwrak: or you can try another jtag program: https://github.com/Wolfgang-Spraul/fpgatools/tree/master/mini-jtag :) 2013-01-04 13:38 the urjtag try to put the bit in byte size, then revert to byte again when write to device.(like pld load) 2013-01-04 13:40 wpwrak: you clearly never wrote much GC-managed code ;) 2013-01-04 13:40 panda|x201 has quit [Ping timeout: 276 seconds] 2013-01-04 13:40 whitequark: i stopped after seeing it collect its garbage ;-) 2013-01-04 13:41 :) 2013-01-04 13:41 xiangfu: (urjtag) yeah. i'm impressed by their efficiency ;-) 2013-01-04 13:43 doesn't the kernel do gc for you? once the process exits the memory is free again ;) 2013-01-04 13:46 xiangfu: hmm, some of the code in mini-jtag looks very familiar :) nice and compact, though. pity it's very FTDI-specific 2013-01-04 13:48 larsc: the kernel is expected to do magic. that's why it's written by wizards with long white beards :) 2013-01-04 13:51 hack has joined #qi-hardware 2013-01-04 13:52 kyak: thanks ! that was what i was looking for. pity they have a static division. let's see how good it is ... 2013-01-04 13:53 wpwrak: what is static division? 2013-01-04 13:54 kyak: that you have to allocate the amount of memory that goes into that swap 2013-01-04 13:54 or .. actually, that may just be their nominal size 2013-01-04 13:54 hm, i'm confused :) 2013-01-04 13:55 chaos and confusion, my work here is done. bwahaha :) 2013-01-04 14:00 kyak: he's talking about zram 2013-01-04 14:06 larsc: let me forward his thanks to you then :) 2013-01-04 14:08 xiangfu has quit [Quit: leaving] 2013-01-04 14:08 xiangfu has joined #qi-hardware 2013-01-04 14:09 erikkugel has joined #qi-hardware 2013-01-04 14:12 xiangfu: how big is wolfgang's blinking leds bitstream for the lx9 ? 2013-01-04 14:13 wpwrak: 340704 2013-01-04 14:14 great. 1/4.3 the size of fjmem.bit 2013-01-04 14:14 the .bit file is fix size for each chip. 2013-01-04 14:16 bah, not even RLE ? that's cheap 2013-01-04 14:16 i.e., there are a lot of very compressible zeroes in there 2013-01-04 14:17 zmem must be a bit disgusted. first, the 1-to-8 spreading by urtag, and then the actual data is mostly zeroes, too. 2013-01-04 14:18 in any case, fjmem just informed me that it found "32 MiB" of flash :) 2013-01-04 14:26 262 seconds for fjmem.bit. so an lx9 bitstream would take about one minute. probably less, given that it should fit into the ben without compression (zram) 2013-01-04 14:29 frequency 6000000 -> new real frequency 46570.9, delay 0 operating without delay :) 2013-01-04 14:33 now .. let's take pictures ... 2013-01-04 15:10 Hoolxi has quit [Remote host closed the connection] 2013-01-04 15:14 Jurting_pc2 has quit [Read error: Connection reset by peer] 2013-01-04 15:22 pcercuei has joined #qi-hardware 2013-01-04 15:28 wolfspra1l has joined #qi-hardware 2013-01-04 15:31 wolfspraul has quit [Ping timeout: 260 seconds] 2013-01-04 16:00 dandon has quit [Quit: .] 2013-01-04 16:03 wej has quit [Ping timeout: 260 seconds] 2013-01-04 16:06 pcercuei has quit [Remote host closed the connection] 2013-01-04 16:06 Jurting_pc2 has joined #qi-hardware 2013-01-04 16:13 hack has quit [Quit: WeeChat 0.3.9.2] 2013-01-04 16:19 jekhor has joined #qi-hardware 2013-01-04 16:27 emeb has joined #qi-hardware 2013-01-04 16:44 LunaVorax has joined #qi-hardware 2013-01-04 16:45 jekhor has quit [Ping timeout: 260 seconds] 2013-01-04 16:56 LunaVorax has quit [Ping timeout: 260 seconds] 2013-01-04 17:10 rz2k has joined #qi-hardware 2013-01-04 17:19 LunaVorax has joined #qi-hardware 2013-01-04 17:27 wej has joined #qi-hardware 2013-01-04 18:11 [commit] Werner Almesberger: README: there's much more than the blinkenlights here (master) http://qi-hw.com/p/ben-blinkenlights/d33da70 2013-01-04 18:11 [commit] Werner Almesberger: ubbctl/: UBB pin status decoder (master) http://qi-hw.com/p/ben-blinkenlights/f0c6e87 2013-01-04 18:11 [commit] Werner Almesberger: ubb-jtag/: instructions for building a JTAG interface with UBB (master) http://qi-hw.com/p/ben-blinkenlights/1024f48 2013-01-04 18:11 [commit] Werner Almesberger: ubb-jtag/ubb-jtag-m1.sch: schematics for UBB-VGA-M1 cable (master) http://qi-hw.com/p/ben-blinkenlights/d16af2a 2013-01-04 18:24 FrankBlues has joined #qi-hardware 2013-01-04 18:24 xiangfu: would you happen to have a smaller bitstream (e.g., from your lx9 experiements) somewhere ? 2013-01-04 18:25 wolfspra1l: or you ? 2013-01-04 18:26 (i'm trying to see how much zram slows down things, and maybe urjtag will let me load a smaller bitstream) 2013-01-04 18:42 kilae has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232]] 2013-01-04 18:42 i wonder if a bitstream could get smaller, anyway you need initialice to a safe state even the un-used CLBs 2013-01-04 18:46 well, i don't plan to actually run it for very long :) 2013-01-04 18:57 LunaVorax has quit [Ping timeout: 260 seconds] 2013-01-04 18:57 [commit] Werner Almesberger: ubb-jtag/README: ideas for increasing the speed (master) http://qi-hw.com/p/ben-blinkenlights/b6a9e23 2013-01-04 18:57 [commit] Werner Almesberger: ubb-jtag/ubb-jtag-m1.sch: connect VREF to 2.5 V; explain that R3 is untested (master) http://qi-hw.com/p/ben-blinkenlights/a58e789 2013-01-04 19:13 jluis has quit [Ping timeout: 272 seconds] 2013-01-04 19:14 jluis has joined #qi-hardware 2013-01-04 19:17 jekhor has joined #qi-hardware 2013-01-04 19:17 Maroni has joined #qi-hardware 2013-01-04 19:29 Maroni has quit [Read error: Connection reset by peer] 2013-01-04 19:31 Maroni has joined #qi-hardware 2013-01-04 19:35 Maroni has quit [Read error: Connection reset by peer] 2013-01-04 19:40 jekhor has quit [Ping timeout: 272 seconds] 2013-01-04 19:41 Maroni has joined #qi-hardware 2013-01-04 19:44 Maroni has left #qi-hardware [#qi-hardware] 2013-01-04 19:51 jekhor has joined #qi-hardware 2013-01-04 20:00 jekhor has quit [Ping timeout: 272 seconds] 2013-01-04 20:16 jekhor has joined #qi-hardware 2013-01-04 20:29 dandon has joined #qi-hardware 2013-01-04 20:40 paroneayea has quit [Read error: Connection reset by peer] 2013-01-04 20:48 jekhor has quit [Ping timeout: 272 seconds] 2013-01-04 21:05 jekhor has joined #qi-hardware 2013-01-04 21:21 kyak has quit [] 2013-01-04 21:56 erikkugel has quit [Quit: Leaving.] 2013-01-04 22:08 paroneayea has joined #qi-hardware 2013-01-04 22:29 jekhor has quit [Ping timeout: 272 seconds] 2013-01-04 22:29 urandom__ has joined #qi-hardware