**** BEGIN LOGGING AT Wed Dec 26 02:59:56 2007 Dec 26 03:28:15 android works on my SL-C3000, but cannot use touch panel the website has said... Dec 26 04:38:46 rwhitby: you around? Dec 26 04:39:28 eureka! Dec 26 04:39:35 !! what? Dec 26 04:39:46 I got my clisp configured. Dec 26 04:39:52 :) Dec 26 04:40:08 I'm doing a native build on the Z. This will be fun. ./configure took 19 minutes. Dec 26 04:40:10 lol, sweet Dec 26 04:40:31 what is clisp? Dec 26 04:40:51 Their silly configure script is messed up. I needs to fix it. And some of their more advanced functionality (FFI namely) is borked for armv5te. I need to hack some arm asm it seems. Dec 26 04:41:09 oh that should be fun Dec 26 04:41:46 It's a common lisp implementation. GNU Common Lisp. It's not the CL I usually use but it's the only one that is ported to arm.. and it has a very small memory footprint so it's all good. Dec 26 04:41:52 Yeah it will be a blast I am sure ;) Dec 26 04:42:22 * schme just did "time make" on the Z. It takes a few hours on my laptop. I'm guessing a day here :) Dec 26 04:43:17 is your nick based on the language scheme? Dec 26 04:43:31 Oh god no. Dec 26 04:43:39 lol, ok Dec 26 04:43:49 That's a bit of a pain with this name. I picked it by stabbing random keys on the keyboard. Dec 26 04:44:03 oh, nice Dec 26 04:44:10 scheme confuses me :) Dec 26 04:44:36 because you're used to lisp? Dec 26 04:45:16 Exactly. scheme is a lisp dialect and a lot of things are the same, other things are very different. Dec 26 04:45:37 I'm not a fan of scheme, and thus, probably lisp Dec 26 04:45:42 I have the same problem with elisp (emacs lisp). Dec 26 04:45:51 mm Dec 26 04:45:53 * schme noddles. It takes a bit of a fucked up mind I suppose :) Dec 26 04:46:21 lol, I mean, it wasn't bad, but I don't like the lack of looping structures Dec 26 04:46:32 The what what? Dec 26 04:46:48 lack of looping structure Dec 26 04:46:52 if, for, while, etc. Dec 26 04:46:52 Oh yeah. There is no loop in scheme. Dec 26 04:47:00 or, i guess not if Dec 26 04:47:14 does lisp have loops? Dec 26 04:47:49 (loop for e in '(1 2 3 4 5 6) summing e) => 21 Dec 26 04:48:18 (loop for e across #(1 2 3 4 5) doing (lotsa fun stuff)) and such. Dec 26 04:48:18 Yeah. Dec 26 04:48:38 ah fuck the build failed. Dec 26 04:49:23 oh... that's prettier than scheme Dec 26 04:50:18 does anyone know if there's a way to use a 5500 as a music server? Dec 26 04:50:43 CL is a much bigger language than scheme.. and if there was no looping structure you could define one. Dec 26 04:51:12 schme: I was learning scheme for a class Dec 26 04:51:40 defining a looping structure would've been outside of the scope of the class, and confused me Dec 26 04:51:53 It's trickier in scheme. Dec 26 04:52:06 :) Dec 26 04:52:23 give me C/C++ and I'm happy, that's about all there is to it Dec 26 04:52:34 (to be fair, I haven't tried java, and I like perl too) Dec 26 04:52:48 Yeah. Each to his own. I kinda like C now and then :) Dec 26 04:53:12 I tend to go with the odder languages. :) Dec 26 04:53:45 are you employed to work in lisp? how'd you get into that? Dec 26 04:53:51 Oh heck no. Dec 26 04:53:57 I just code for fun. Dec 26 04:54:12 you use lisp for fun?!? Dec 26 04:54:28 I entertained the idea of coding for a living but the market is all C# and java. Dec 26 04:54:40 I do all my code hacking for fun :) Dec 26 04:54:58 lisp just happens to be the most fun ;) Dec 26 04:54:59 I guess it depends on which segment of the market, embedded stuff seems to be largely C/C++ Dec 26 04:55:25 'course.. and asm, needless to say. Dec 26 04:56:08 I wish I had skills to code for fun, at this point, it's intro stuff that I've taught myself, or learned in csci class Dec 26 04:56:09 lisp is annoyingly huge a language to implement and for most embedded stuff it'd be kinda pointless :) Dec 26 04:56:37 Just keep hacking and you'll pick stuff up (: Dec 26 04:56:40 lol, because it's not pointless for other things too... Dec 26 04:58:28 Well not really. Yahoo had it's whole yahoo store coded in common lisp years ago.. made some one a millionaire. The vendetta online server software used to be common lisp too but has been recoded in erlang. And several multi-billion companies use it for various stuffs. Dec 26 04:58:52 But if one wants employment it's not the most strategic language to dedicate time to I'd say :) Dec 26 04:59:00 lol Dec 26 05:00:49 It has some mindblowing qualities. Dec 26 05:00:52 * schme reconfigures. Dec 26 05:00:57 6 am. cools. Dec 26 05:01:18 holy cow, you're either up way early, or you've been up way too late Dec 26 05:01:25 too late :) Dec 26 05:01:45 I've been writing OE recipies for 4 days now. I just discovered all this. It's exciting stuff :D Dec 26 05:01:57 but a bit of a learning curve. Dec 26 05:02:14 and some stuff just *refuses* to cross compile >< Dec 26 05:03:54 I haven't taken the time to get to know OE Dec 26 05:04:48 It's beautiful :) Dec 26 05:05:32 I'm sure it is, I was busy with finals for a while Dec 26 05:05:49 Oh yeah. priorities! What's being studied? Dec 26 05:06:04 I'm a computer science major Dec 26 05:06:13 I had a csci final and a calc final Dec 26 05:06:54 Oh fun :D Dec 26 05:07:19 yeah, you know it Dec 26 05:09:09 I'm a pol sci major meself ;) Dec 26 05:09:49 oh wow... for what reason? Dec 26 05:09:55 For fun. Dec 26 05:10:40 I guess.. poli sci doesn't sound like fun to me, but whatever floats your boat Dec 26 05:10:53 Ya :) Dec 26 05:11:22 Great. configure finds libraries I have removed. Dec 26 05:11:51 summatusmentis: what's up? Dec 26 05:12:16 rwhitby: what does an nslu2 usually cost? Dec 26 05:12:33 USD$80 from amazon Dec 26 05:12:50 ah, wow, ok, thanks Dec 26 05:13:20 * schme googles nslu2 Dec 26 05:14:09 schme: what came up as the top hit? Dec 26 05:14:23 * summatusmentis is looking for an easy way to make a music server that uses an external HD Dec 26 05:14:24 www.nslu2-linux.org, wikipedia, or the linksys vendor page? Dec 26 05:14:24 www.nslu2-linux.org/ Dec 26 05:14:34 sweet, we're still #1 :-) Dec 26 05:15:21 wikipedia is third.. vendor is #8. swedish google. Dec 26 05:16:23 wow, what's #2? Dec 26 05:16:48 It's some price comparision site. Dec 26 05:17:11 summatusmentis: nslu2 is perfect for music, as long as you use ext3 on the disk, not ntfs. Dec 26 05:17:53 rwhitby: the issue is I've got ~$70, and I don't have a disk either :-P Dec 26 05:17:56 nslu2 is only just fast enough for streaming dvds. anything higher bandwidth than that (or if you need it to do video streaming and other stuff as well) use something else. Dec 26 05:18:07 Oh wow. The nslu2 seems *nice* Dec 26 05:19:26 schme: I lead the nslu2-linux project. Dec 26 05:20:00 rwhitby: what's the cpu speed on the nslu2? Dec 26 05:21:17 266mhz Dec 26 05:21:34 rwhitby: Good work! Dec 26 05:21:38 the disk throughput is limited by the usb controller connection to the cpu. Dec 26 05:22:01 http://www.nslu2-linux.org/wiki/Info/Performance Dec 26 05:22:35 anyway, visit #nslu2-linux if you want to talk more about the nslu2, (unless you're running the angstrom firmware on it) Dec 26 05:23:24 I'm sure I will as soon as I buy one (: Dec 26 05:59:52 is there a way to give the 5500 usb host? Dec 26 06:14:48 is there a way to give the 5500 usb host? Dec 26 17:06:24 does anyone know if poodle(5600) images work with a collie (5500) ? Dec 26 17:07:24 they don't (different CPU) Dec 26 17:07:43 different storage space too Dec 26 17:08:17 I once booted a poodle rootfs on SD on Collie by accident Dec 26 17:08:34 it kinda did boot IIRC Dec 26 17:08:48 CoreDump: OZ it was? Dec 26 17:08:55 or was that a spitz rootfs on collie? hmm Dec 26 17:09:03 hrw: yes Dec 26 17:09:17 CoreDump: OZ was built for strongarm. Angstrom is more tuned Dec 26 17:09:23 ahh Dec 26 17:09:30 so poodle/spitz images will not work rather at all on collie Dec 26 17:10:14 is a 5500 the oldest one? Dec 26 17:10:25 oldest supported Dec 26 17:10:36 there was sl-a300 before but it is very rare Dec 26 17:11:15 but no one is actively working on it, and there are no downloadable files , i think Dec 26 17:13:34 on collie? Dec 26 17:13:42 yes Dec 26 17:13:44 grab image from /autobuild/ and test it Dec 26 17:16:37 oh, it wasnt in /unstable/images/ Dec 26 18:01:53 who knows that the snapshot of framebuffer on angstrom ? Dec 26 18:02:47 i wanna take a snapshot of my android on spitz(C3000)... Dec 26 18:03:04 cat /dev/fb0 > /fb0.raw Dec 26 18:03:14 thanks Dec 26 18:03:19 works always but needs some conversion afterwards Dec 26 18:03:32 k Dec 26 18:03:52 "scap" might work as well Dec 26 18:13:55 rawtoppm 320 640 fb0.raw | pnmtopng > fb0.png works well, thanks ! Dec 26 18:15:21 np ;) Dec 26 19:42:51 XorA|gone, ping Dec 26 20:07:15 hi Dec 26 21:32:51 re Dec 26 22:24:24 hi summatusmentis Dec 26 22:24:36 hi mimecar Dec 26 22:34:54 hi Dec 26 22:35:09 !logs Dec 26 22:35:09 Channel logs for #angstrom are archived at: Dec 26 22:35:10 http://hentges.net/tmp/logs/irc/%23angstrom Dec 26 22:35:11 Live-logs are available at Dec 26 22:35:12 http://hentges.net/tmp/logs/irc/livelogs/%23angstrom.livelog Dec 26 22:35:14 See ?? help-logs for usage instructions Dec 26 23:57:13 desktop-file-utils-native build failed, anyone else having issues? Dec 27 00:13:24 NOTE: package desktop-file-utils-native-0.14: completed Dec 27 00:17:29 hrm Dec 27 00:17:35 thanks Dec 27 00:17:45 np **** ENDING LOGGING AT Thu Dec 27 02:59:57 2007