00:17:16 hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has joined #scheme 00:19:11 fusss [n=chatzill@ip70-179-113-121.dc.dc.cox.net] has joined #scheme 00:19:38 my little nephew took like a duck to water to hacking. picked up basics of lisp in 2 days :-) 00:19:50 are there any newbie friendly formattings of the plt documentation? 00:20:23 the current one is for pros and uses bnf like notation to specify things. i'm mostly interested in straightforward descriptions of the gui module. 00:20:25 arcfide, what do STRING->IP-ADDRESS and HOST->NETWORK do? 00:20:51 any class notes for universities using plt for basic gui programming? 00:22:31 gweiqi [n=greg@69.120.126.163] has joined #scheme 00:28:13 -!- Grimmjow__ [n=chatzill@c-69-250-158-95.hsd1.md.comcast.net] has quit [Read error: 104 (Connection reset by peer)] 00:28:25 Grimmjow_ [n=chatzill@c-69-250-158-95.hsd1.md.comcast.net] has joined #scheme 00:38:37 pizza__ [n=pizza@66.152.246.202] has joined #scheme 00:43:15 -!- samth [n=samth@punge.ccs.neu.edu] has quit ["Ex-Chat"] 00:47:08 -!- mmc [n=michal@83-103-88-29.ip.fastwebnet.it] has quit [Connection timed out] 00:48:08 -!- elias` [n=me@unaffiliated/elias/x-342423] has quit [Connection timed out] 00:48:25 mmc [n=michal@83-103-88-29.ip.fastwebnet.it] has joined #scheme 00:49:11 GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has joined #scheme 00:49:38 -!- GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has quit [Client Quit] 00:54:35 -!- fusss [n=chatzill@ip70-179-113-121.dc.dc.cox.net] has quit [Read error: 104 (Connection reset by peer)] 00:55:11 -!- Nshag [i=user@Mix-Orleans-105-4-206.w193-250.abo.wanadoo.fr] has quit ["Quitte"] 00:57:25 bweaver [n=bweaver@c-67-161-236-94.hsd1.tn.comcast.net] has joined #scheme 00:59:47 annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #scheme 01:00:26 -!- athos [n=philipp@92.250.204.223] has quit ["leaving"] 01:00:32 pchrist_ [n=spirit@gentoo/developer/pchrist] has joined #scheme 01:01:04 -!- pchrist [n=spirit@gentoo/developer/pchrist] has quit [Read error: 60 (Operation timed out)] 01:03:23 -!- pizza__ [n=pizza@66.152.246.202] has quit [Read error: 110 (Connection timed out)] 01:04:22 GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has joined #scheme 01:04:27 -!- GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has quit [Client Quit] 01:04:31 -!- jlongster [n=user@75.148.111.133] has quit [Read error: 113 (No route to host)] 01:07:13 Riastradh: STRING->IP-ADDRESS takes a string and converts it to a network-byte ordered value for use in an internet address record, HOST->NETWORK takes a value between 0 and 65536 and converts that value from the host representation to the network byte order. 01:07:32 Equivalent procedures in C beint inet_addr() and htons(). 01:07:33 -!- bweaver [n=bweaver@c-67-161-236-94.hsd1.tn.comcast.net] has quit [] 01:07:52 s/beint/being 01:08:34 pjb3 [n=pjb3@38.104.58.202] has joined #scheme 01:11:00 Riastradh: Do you think having the user manually do that is putting the interface TOO close to BSD sockets in C? 01:17:40 -!- dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has quit [Remote closed the connection] 01:19:47 fusss [n=chatzill@ip70-179-113-121.dc.dc.cox.net] has joined #scheme 01:20:45 i have an embarrassingly baffling error with plt 01:22:02 unbelievable. (if (zero? count) '() (begin (do-something) (do-another))) no matter what value of count, that form is returning '() 01:23:18 arcfide: by a Scheme-level FFI i mean a FFI from Scheme to C that doesn't involve writing wrappers or somesuch in C 01:23:44 possibly `(do-another)' yields the empty list ? 01:23:56 oh wow, the do-something and do-another forms were calling slideshow functions which don't seem to draw stuff when called from a non-toplevel form :-S 01:24:04 ski_: you're right 01:24:46 -!- ASau [n=user@193.138.70.52] has quit [Remote closed the connection] 01:24:56 ASau [n=user@193.138.70.52] has joined #scheme 01:27:39 really funky. i can't call slideshow functions for side-effects. (let ((n 20)) (rectangle n n) (circle n)) only draws the circle 01:28:16 rotty: You are welcome to look at the code for the sockets library. It does in fact have C code, but theoretically I could have done it entirely in Scheme. However, it is mostly an FFI for making procedures in shared objects available to the Scheme system. 01:28:32 As such, it doesn't not have any extra-language parsing capabilities beyond shared objects. 01:29:05 If you want to checkout the source for sockets, cvs -d anoncvs@anoncvs.sacrideo.us:/cvs co lib 01:30:04 rotty: I happen to like the FFI to some degree because it is very simple, however, it does have defects. 01:30:22 synthase [n=synthase@c-69-243-234-165.hsd1.al.comcast.net] has joined #scheme 01:30:26 Later y'all. 01:30:56 -!- hemulen [n=hemulen@cpe-069-134-114-252.nc.res.rr.com] has quit [] 01:38:15 troter [n=troter@nurikabe.timedia.co.jp] has joined #scheme 01:43:05 -!- Axioplase_ [n=Pied@watchdog.msi.co.jp] has quit ["brb"] 01:48:26 bweaver [n=bweaver@c-67-161-236-94.hsd1.tn.comcast.net] has joined #scheme 01:48:50 Axioplase [n=Pied@watchdog.msi.co.jp] has joined #scheme 01:51:53 -!- fusss [n=chatzill@ip70-179-113-121.dc.dc.cox.net] has quit ["ChatZilla 0.9.84 [Firefox 3.0.5/2008120122]"] 02:01:29 arcfide, why does byte order enter into any of your interface? I hope that you also intend to provide an interface to getaddrinfo(3). 02:24:04 jcowan [n=jcowan@cpe-74-68-154-18.nyc.res.rr.com] has joined #scheme 02:25:04 singhv [n=vsingh@CPE0014bf4af6c2-CM000a739caee2.cpe.net.cable.rogers.com] has joined #scheme 02:26:34 *jcowan* unvanishes and all that. 02:28:10 mumble and all that 02:28:27 bombshelter13 [n=bombshel@209-161-238-145.dsl.look.ca] has joined #scheme 02:28:33 *jcowan* mumbles at offby1 "and all that" 02:28:38 rudybot: give jcowan 'cookie 02:28:39 jcowan: mejja has given you a value, use (GRAB) in an eval to get it (case sensitive) 02:28:51 more exciting rudybot features coming sooN! 02:28:54 rudybot: eval (GRAB) 02:28:55 jcowan: ; Value: cookie 02:28:58 once I review the code and merge it etc. 02:29:04 but first my cat is whinin 02:29:05 g 02:29:14 Dorian is kicking. 02:29:23 they do that! 02:29:25 darned kids 02:29:55 What's odd is that he will kick hard against a solid metal surface and never seem to feel it. 02:30:16 what's the integer division (i.e., (/ 1 2) is 0) in PLT/ 02:30:28 what's the procedure for the above, rather. 02:32:41 quotient 02:32:46 rudybot: eval (quotient 6 5) 02:32:47 offby1: ; Value: 1 02:32:49 rudybot: eval (quotient 5 6) 02:32:50 offby1: ; Value: 0 02:33:09 bombshelter13: any relation to bsmntbombgirl ? 02:33:18 no 02:33:26 offby1: cool... er, not at all 02:34:57 Anyone have a preferred crypto library? 02:35:42 -!- mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has quit ["*bork bork*"] 02:36:20 I tried something called mzcrypto, but its use of syntax is nearly intolerable. 02:37:15 OceanSpray [i=karl@CMU-284828.WV.CC.CMU.EDU] has joined #scheme 02:37:39 bombshelter13: beware that quotient may not do what you expect if either argument is negative 02:38:27 jcowan: hmm, i should be alright in that respect, i don't expect this function to be recieving negatives... 02:39:20 *jcowan* nods. 02:41:23 synx: I'd probably just use OpenSSL, via the FFI 02:41:35 for some value of "the" 02:42:19 -!- bsmntbombgirl [n=gavin@97-118-123-213.hlrn.qwest.net] has quit [Read error: 60 (Operation timed out)] 02:44:01 mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has joined #scheme 02:45:32 bsmntbombgirl [n=gavin@97-118-112-97.hlrn.qwest.net] has joined #scheme 02:46:30 -!- bsmntbombgirl is now known as bsmntbombdood 02:46:39 hmph, I don't quite grok the FFI very well... 02:52:31 -!- underspecified [n=eric@softbank220043052007.bbtec.net] has quit [Read error: 54 (Connection reset by peer)] 02:53:28 underspecified [n=eric@softbank220043052007.bbtec.net] has joined #scheme 02:59:52 Riastradh: Network byte order comes in because it plays a part of BSD sockets. It's not hard to eliminate it from being dealt with explicitly by automatically converting port values, and then having some level of wrapping around the ip-address stuff. 03:00:09 I was just wondering if people thought it annoying enough to warrant such things. 03:00:48 Other than that, I probably will be adding getaddrinfo functionality in the near future. 03:01:25 -!- benny [n=benny@i577A0D87.versanet.de] has quit [Read error: 110 (Connection timed out)] 03:04:10 -!- OceanSpray [i=karl@CMU-284828.WV.CC.CMU.EDU] has quit ["Leaving"] 03:04:32 levi` [n=user@levi.dsl.xmission.com] has joined #scheme 03:06:03 -!- levi [n=user@levi.dsl.xmission.com] has quit [Read error: 104 (Connection reset by peer)] 03:06:52 -!- pjb3 [n=pjb3@38.104.58.202] has quit [] 03:12:09 -!- ASau [n=user@193.138.70.52] has quit [Remote closed the connection] 03:12:27 ASau [n=user@193.138.70.52] has joined #scheme 03:16:42 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [Read error: 113 (No route to host)] 03:17:16 REPLeffect [n=REPLeffe@69.54.115.254] has joined #scheme 03:23:12 *newrudybot* Glances around nervously 03:23:21 *newrudybot* Glances around nervously a second time 03:23:50 *newrudybot* Glances around nervously a second time 03:25:05 s/second/third/ 03:27:12 GLANCES AROUND NERVOUSLY 03:27:52 kniu [n=kniu@128.237.230.55] has joined #scheme 03:29:29 *newrudybot* wants to slap gnomon, but the first law of robotics gets in his way 03:31:21 newrudybot: system pwd 03:31:21 eli: /home/eli/tmp/rudybot 03:31:30 newrudybot: system ls 03:31:30 eli: README README.irc-servers TODO analyze-quotes.ss big-log clearenv.ss echolalia freenode-main.ss get-big-log.sh git-version.ss irc-process-line.ss log-parser.ss log.ss loop.ss main.ss quotes quotes.ss reloadable.ss sandbox-log sandboxes.ss sighting-server.ss sighting-test.ss sighting.ss sightings.db sketch.ss spelled-out- 03:32:30 -!- levi` is now known as levi 03:33:36 that seems like a somewhat dangerous command 03:35:15 newrudybot: system sudo reboot 03:35:15 -!- underspecified [n=eric@softbank220043052007.bbtec.net] has quit [Read error: 104 (Connection reset by peer)] 03:35:15 jcowan: Eh? Speak up, sonny. 03:36:17 underspecified [n=eric@softbank220043052007.bbtec.net] has joined #scheme 03:37:28 You need to be his master to do that... 03:37:54 newrudybot: system sudo whoami 03:37:55 eli: sudo: whoami: command not found 03:38:11 newrudybot: system echo blah 03:38:12 eli: blah 03:38:30 newrudybot: system sudo /usr/bin/whoami 03:38:31 eli: root 03:38:40 ThereYouGo(TM). 03:39:08 How's that for trusting lexical scope? 03:40:20 dmoerner [n=dmr@ppp-71-139-45-71.dsl.snfc21.pacbell.net] has joined #scheme 03:40:45 Poeir_ [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has joined #scheme 03:41:54 newrudybot: make me your master 03:41:54 jcowan: Eh? Speak up, sonny. 03:42:33 -!- rudybot [n=luser@q-static-138-125.avvanta.com] has quit [Remote closed the connection] 03:43:05 rudybot [n=luser@q-static-138-125.avvanta.com] has joined #scheme 03:43:35 *newrudybot* bows before eli 03:43:56 -!- attila_lendvai [n=ati@business-89-132-61-222.business.broadband.hu] has quit [Read error: 113 (No route to host)] 03:44:13 newrudybot: system logout 03:44:14 mejja: Eh? Speak up, sonny. 03:44:49 ramkrsna [n=ramkrsna@unaffiliated/ramkrsna] has joined #scheme 03:45:30 rudybot: show eli the new, polite way that you address me, your master 03:45:30 *offby1: ? 03:46:05 rudybot: help 03:46:05 *offby1: help [], version, quote, source, seen , uptime, init [], eval ..., give ..., authenticate [], join , system ..., top-eval ... 03:46:21 rudybot: system ifconfig 03:46:21 *offby1: eth0 Link encap:Ethernet HWaddr 00:08:74:da:9d:59 inet addr:192.168.0.126 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::208:74ff:feda:9d59/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:7491271 errors:0 dropped:0 overruns:0 frame:0 TX packets:7825407 errors:0 dropped:0 overruns:0 carrier:0 collisions:176357 txqueuelen:10 RX bytes:1343380789 (1.3 GB) TX 03:46:27 *offby1* whistles innocently 03:46:50 system id 03:46:51 er 03:46:53 rudybot: system id 03:46:53 elly: ? 03:46:55 eli: ha! you added a "join" but I should really also add a "part". 03:46:59 elly: mua ha ha 03:47:02 rudybot: system whoami 03:47:03 elly: ? 03:47:06 aw :( 03:47:07 it hates 03:48:00 elly: eli added a "master" thingy whereby whoever controls the box on which it runs gets some extra commands :) 03:48:06 aw well 03:48:18 that's why it prints a * when it talks to me -- as a sign of obeisance 03:48:35 I GET LITTLE ENOUGH RESPECT IN THE REAL WORLD, I GOTTA WRITE A BOT TO RESPECT ME 03:48:43 -!- offby1 is now known as rodney` 03:48:49 rudybot: respect me! 03:48:49 rodney`: ? 03:48:51 -!- mejja is now known as offby1 03:48:58 rudybot: system ls 03:48:58 offby1: ? 03:49:01 rudybot: system rm -rf / 03:49:02 rodney`: ? 03:49:04 -!- offby1 is now known as mejja 03:49:12 *rodney`* smells an impostor 03:49:31 *jcowan* smells a Wumpus 03:49:38 -!- rodney` is now known as mejja- 03:49:55 rudybot: give mejja "a wedgie" 03:49:56 mejja: mejja- has given you a value, use (GRAB) in an eval to get it (case sensitive) 03:50:03 You all are having far too much fun with the tribe of rudybot. 03:50:09 I know. 03:50:10 -!- mejja- is now known as offby1 03:50:24 we're terrible people. 03:50:39 rudybot: init r5rs 03:50:39 *offby1: your sandbox is ready 03:50:39 I am going to have to create my own bot now! 03:50:43 rudybot: eval (GRAB) 03:50:46 To show off the sockets library, of course. 03:50:47 rudybot: eval (let ((c (cons 1 2))) (set-car! c 99) c) 03:50:48 *offby1: ; Value: {99 . 2} 03:50:57 rudybot: eval (+ 2 3) 03:50:57 jcowan: ; Value: 5 03:51:02 arcfide: I have that effect on people 03:51:04 rudybot: eval (GRAB) 03:51:08 Hehehe. 03:51:10 *offby1* nods 03:51:49 rudybot: give jcowan something 03:51:49 jcowan: offby1 has given you a value, use (GRAB) 03:52:14 rudybot: eval (GRAB) 03:52:14 jcowan: ; Value: "Some subway tokens!" 03:52:32 *jcowan* politely says thank you, but doesn't know what to do with them. 03:52:33 You all thought I was juvenile _before_. Now look. 03:52:46 rudybot: give offby1 (values 1 2) 03:52:46 jcowan: error: you can only give one value 03:53:02 *offby1* will have to consult his oracle to see why 03:53:12 rudybot: source 03:53:12 *offby1: http://github.com/offby1/rudybot/tree/3229d33b9ec30d7c496ce1b73c58fefdd1e74be3 03:53:13 -newrudybot:#scheme- http://tinyurl.com/dx29dj 03:53:18 *gulp* 03:53:25 rudybot: make that other guy disappear. 03:53:25 *offby1: ? 03:55:08 arcfide, don't expose irrelevant byte order. 03:55:50 .oO("Running light, without overbyte") 03:56:29 arcfide, an `internet address' is a 32-bit number identifying a host on the internet. It does not include a port number identifying a socket on that host. 03:56:43 newrudybot: (out "PART #scheme") 03:56:44 eli: Eh? Speak up, sonny. 03:56:53 newrudybot: top-evallllll (out "PART #scheme") 03:56:54 eli: Eh? Speak up, sonny. 03:56:57 newrudybot: top-eval (out "PART #scheme") 03:56:58 -!- newrudybot [n=luser@winooski.ccs.neu.edu] has left #scheme 03:57:03 Whew. 03:57:28 offby1: There's your part implementation, btw... 03:57:33 well, sure 03:57:34 -!- kniu [n=kniu@128.237.230.55] has quit [Read error: 145 (Connection timed out)] 03:57:41 rudybot: init htdp-beginner 03:57:41 *offby1: error: htdp-beginner: standard-module-name-resolver: collection not found: "htdp-beginner" in any of: (#) in: htdp-beginner 03:57:45 nuts 03:58:17 rudybot: init lang/htdp-beginner 03:58:18 *offby1: your sandbox is ready 03:58:24 rudybot: eval (cons 1 2) 03:58:24 *offby1: error: cons: second argument must be of type , given 1 and 2 03:58:32 golly, that is rudymentary 03:58:33 rudybot: init lang/htdp-beginner 03:58:34 eli: your sandbox is ready 03:58:36 rudybot: eval (cons 1 empty-list) 03:58:37 *offby1: error: reference to an identifier before its definition: empty-list in module: 'program 03:58:41 rudybot: eval (cons 1 nil) 03:58:42 *offby1: error: reference to an identifier before its definition: nil in module: 'program 03:58:43 pff 03:58:45 rudybot: eval (define (foo) 123) 03:58:45 arcfide, did you intend in your example to defer closing the socket to the garbage collector? 03:58:45 eli: error: eval:1:0: define: function definitions are not allowed in the interactions window; they must be in the definitions window in: (define (foo) 123) 03:58:50 heh 03:58:58 beginners don't use no steenkin' command line 03:59:22 eli: maybe we should chill a little so Riastradh and arcfide can talk 03:59:42 'course they're probably /ignoring us anyway 03:59:45 Why don't you create a #rudybot channel for the dribblings of rudybot experimentation? 04:00:11 used to have #scheme-bots, I think. 04:00:22 chrisdone's delightful "feckbot" hung out there. 04:00:35 It takes no more effort to create a channel than to join one, in any case. 04:00:45 *eli* notes that unlike the humans, the bots are always on-topic; by definition. 04:01:15 The 0th law of language-specific-irc-channel-robotics. 04:03:13 kniu [n=kniu@128.237.230.55] has joined #scheme 04:03:20 -!- mejja [n=user@c-4bb5e555.023-82-73746f38.cust.bredbandsbolaget.se] has quit [Remote closed the connection] 04:04:06 Is there a `git forget-my-changes-and-update-from-the-original-repository' command? 04:07:21 yep 04:07:24 "git reset --hard HEAD" 04:07:31 to be used with great caution, naturally 04:07:38 that wipes _every_ change 04:07:40 *jcowan* resets offby1's hard head. 04:07:50 (well, except for files that aren't being tracked; "git clean -dxf" nukes those) 04:08:05 also "git checkout -- file.ss" resets just that file. 04:11:51 -!- Poeir [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has quit [Connection timed out] 04:12:14 The reset didn't do anything. 04:12:20 I just cloned again. 04:12:32 Whats the equivalent of "svn up" now? 04:13:01 "git pull" 04:13:09 although if you just cloned, you oughtn't see anything 04:13:43 Yeah, but for reference, so I know. 04:13:54 oh, well, you asked for `git forget-my-changes-and-update-from-the-original-repository', but I only gave you `git forget-my-changes' 04:14:13 yes 04:16:41 there's gotta be a "git for svn users cheat sheet" I could point you to. Let's see what Mr Google says. 04:17:11 *eli* is very tired. 04:17:24 you've put in a long day! 04:17:29 http://git.or.cz/course/svn.html by the way. 04:18:45 Yes, bots, homework questions, hw submission, and comcast cursing. 04:19:22 *elly* is so very tired of algorithms homework 04:20:06 elly: that's because, whereas the spirit operates with sub-linear complexity, the flesh is NP-hard 04:20:30 I think the general solution for algorithms homework is in 2EXP-TIME 04:24:04 I often blew off homework. 04:24:05 *offby1* glances around nervously. 04:24:50 offby1: just be careful what happens in soviet russia, though 04:25:05 In the Soviet Union, they did my homework for me! 04:25:11 -!- kniu [n=kniu@128.237.230.55] has quit [Read error: 110 (Connection timed out)] 04:25:14 *crickets* 04:25:44 offby1: I thought that in Soviet Russia, the homework does you! 04:27:02 levi: yeah, I know 04:27:09 I thought mine was funnier, but then I'm insane. 04:27:42 So is it true that offby1 used to have his homework done for him? 04:28:04 Essentially yes. However, it was not offby1, it was levi; it was not homework, it was classwork; and it was not done, it was ignored. 04:28:08 Meh... plt ffi needs to decouple their library search algorithm from their library load algorithm. 04:29:09 synx: you can specify a full path. 04:29:09 *klutometis* casts a spell of hypnosis: http://www.youtube.com/watch?v=yd_O7-rqcHc 04:29:41 *offby1* succumbs 04:30:44 I guess that was your disk in the wood chipper. 04:31:57 eli: Sure, but you have to re-implement the library search algorithm then. Might as well copy and paste. 04:33:03 There is no real "search algorithm", it's ldopen that does that. 04:33:46 dammit 04:34:07 so it's the same complaint I have against gcc >.< 04:34:30 Welcome to the real world, where Mehing is easy and hacking is hard. 04:35:03 "Hey guys! I have the library A.so in a temporary location. How do I test that it works before installing it over /usr/lib/A.so?" "...look over there! *runs away*" 04:35:14 eli: do sheeple meh? 04:35:30 I hope so. 04:35:42 *eli* is too tired to think 04:36:03 synx: "./A.so" 04:36:20 or "/tmp/A.so" 04:36:48 surprisingly ldd doesn't like that much. You can link to it, but when you run the program it'll bind to /usr/lib/A.so 04:37:00 meh 04:37:20 i have no idea what ldd does. 04:37:31 synx: LD_LIBRARY_PATH=/tmp your-program-here ?? 04:37:43 'at's what I used to do, back when I compiled C programs. 04:38:48 jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has joined #scheme 04:39:30 I seem to recall that didn't have priority over /usr/lib... it was probably just me getting things confused though. Haven't needed to test a lib before installing in years. 04:39:52 pretty sure it _does_ have priority; Try It And See. 04:40:00 -!- arcfide [n=arcfide@adsl-99-137-203-69.dsl.bltnin.sbcglobal.net] has quit ["Sleep"] 04:45:26 maybe later 04:46:07 I know LD_PRELOAD has priority, even over libc stuff heh 04:49:25 -!- rudybot is now known as absurdlylongnick 04:50:20 absurdlylongnick: eval '|Why is your nick so absurdly long?| 04:52:11 -!- gweiqi [n=greg@69.120.126.163] has left #scheme 04:52:48 -!- absurdlylongnick is now known as rudybot 04:56:31 GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has joined #scheme 04:56:42 -!- GreyLensman [n=ray@c-76-108-236-161.hsd1.fl.comcast.net] has quit [Client Quit] 04:59:48 it just is. 05:00:11 jcowan: he blew his mind out in a car: he didn't notice that his nick had changed. 05:01:06 jcowan: He found a genie and wished for a 16" dick, but typoed on the last word. 05:03:26 Ah yes, that's like the guy who mumbled at the genie and wound up with a twelve-inch pianist. 05:07:23 -!- singhv [n=vsingh@CPE0014bf4af6c2-CM000a739caee2.cpe.net.cable.rogers.com] has quit [] 05:09:19 -!- hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has quit [lem.freenode.net irc.freenode.net] 05:09:19 -!- jonrafkind [n=jon@crystalis.cs.utah.edu] has quit [lem.freenode.net irc.freenode.net] 05:09:19 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [lem.freenode.net irc.freenode.net] 05:09:19 -!- tarbo [n=me@unaffiliated/tarbo] has quit [lem.freenode.net irc.freenode.net] 05:09:19 -!- Leonidas [n=Leonidas@unaffiliated/leonidas] has quit [lem.freenode.net irc.freenode.net] 05:09:20 Leonidas [n=Leonidas@unaffiliated/leonidas] has joined #scheme 05:09:20 offby1 [n=user@q-static-138-125.avvanta.com] has joined #scheme 05:09:30 hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has joined #scheme 05:09:33 jonrafkind [n=jon@crystalis.cs.utah.edu] has joined #scheme 05:09:41 -!- synx [i=synx@gateway/gpg-tor/key-0xA71B0C6A] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- hiyuh [n=hiyuh@KD059133115102.ppp.dion.ne.jp] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- REPLeffect [n=REPLeffe@69.54.115.254] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- Axioplase [n=Pied@watchdog.msi.co.jp] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- raikov [n=igr@203.181.243.11] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- AtnNn [n=welcome@modemcable230.56-56-74.mc.videotron.ca] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- foof [n=user@dn157-046.naist.jp] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [lem.freenode.net irc.freenode.net] 05:09:41 -!- isomer [n=isomer@CPE001310e6cb31-CM0011aec5e684.cpe.net.cable.rogers.com] has quit [lem.freenode.net irc.freenode.net] 05:09:49 foof [n=user@dn157-046.naist.jp] has joined #scheme 05:09:50 AtnNn [n=welcome@modemcable230.56-56-74.mc.videotron.ca] has joined #scheme 05:10:05 -!- Arelius [n=Indy@209.77.67.98] has quit [lem.freenode.net irc.freenode.net] 05:10:05 -!- mbishop [n=martin@unaffiliated/mbishop] has quit [lem.freenode.net irc.freenode.net] 05:10:05 -!- mariorz [n=mariorz@unaffiliated/mariorz] has quit [lem.freenode.net irc.freenode.net] 05:10:07 mariorz [n=mariorz@li10-58.members.linode.com] has joined #scheme 05:10:31 raikov [n=igr@203.181.243.11] has joined #scheme 05:10:34 mbishop [n=martin@unaffiliated/mbishop] has joined #scheme 05:10:46 kraant [i=7d3fc3d9@gateway/web/ajax/mibbit.com/x-cc4032b89fb67896] has joined #scheme 05:10:56 isomer [n=isomer@CPE001310e6cb31-CM0011aec5e684.cpe.net.cable.rogers.com] has joined #scheme 05:10:58 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 05:11:40 -!- araujo [n=araujo@gentoo/developer/araujo] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- jlongster [n=user@c-68-59-187-95.hsd1.tn.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- annodomini [n=lambda@wikipedia/lambda] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- wastrel [n=wastrel@nylug/member/wastrel] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- Gorgoroth [i=Gorgorot@195-132-141-240.rev.numericable.fr] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- ttmrichter [n=ttmricht@221.235.59.231] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- tjafk1 [n=timj@e176218031.adsl.alicedsl.de] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- ozy` [n=vt920@pool-71-184-104-97.prvdri.fios.verizon.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- pbusser2 [n=peter@82.174.238.138] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- specbot [n=specbot@common-lisp.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- decoder_ring [n=adam@c-68-40-195-220.hsd1.mi.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- elly [n=elly@unaffiliated/elly] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- Def [n=joe@c-68-62-76-160.hsd1.mi.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:11:40 -!- aardvarq [i=tgAardva@student3113.student.nau.edu] has quit [lem.freenode.net irc.freenode.net] 05:11:41 elly_ [n=elly@PHYREXIA.RES.CMU.EDU] has joined #scheme 05:11:41 -!- troter [n=troter@nurikabe.timedia.co.jp] has quit [lem.freenode.net irc.freenode.net] 05:11:41 -!- tabe [n=tabe@210.188.204.133] has quit [lem.freenode.net irc.freenode.net] 05:11:41 -!- sjamaan [n=sjamaan@netbsd/developer/sjamaan] has quit [lem.freenode.net irc.freenode.net] 05:11:42 offby1 [n=user@q-static-138-125.avvanta.com] has joined #scheme 05:11:43 pbusser2 [n=peter@ip138-238-174-82.adsl2.static.versatel.nl] has joined #scheme 05:11:47 Def [n=joe@68.62.76.160] has joined #scheme 05:11:48 sjamaan_ [n=sjamaan@80.101.127.174] has joined #scheme 05:11:48 decoder_ring [n=adam@c-68-40-195-220.hsd1.mi.comcast.net] has joined #scheme 05:11:57 ozy` [n=vt920@pool-71-184-104-97.prvdri.fios.verizon.net] has joined #scheme 05:12:04 troter [n=troter@218.225.123.151] has joined #scheme 05:12:16 -!- decoder_ring [n=adam@c-68-40-195-220.hsd1.mi.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- sjamaan_ [n=sjamaan@80.101.127.174] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- raikov [n=igr@203.181.243.11] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- AtnNn [n=welcome@modemcable230.56-56-74.mc.videotron.ca] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- Leonidas [n=Leonidas@unaffiliated/leonidas] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- Kumool [n=Amarante@24.139.152.73] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- jeremiah [n=jeremiah@31.Red-213-98-123.staticIP.rima-tde.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- tr3 [n=tr3@host28-43-dynamic.183-80-r.retail.telecomitalia.it] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- fishey [n=fisheyss@ool-4573344b.dyn.optonline.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- gaja [n=Gabriel@c-0689e555.017-40-6c6b7013.cust.bredbandsbolaget.se] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- eno [n=eno@nslu2-linux/eno] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- Fade [i=fade@outrider.deepsky.com] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- nasloc__ [i=tim@kalug.ks.edu.tw] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- z` [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- elf [i=elf@antenora.aculei.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- aspect [n=aspect@64.22.124.11] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- gnomon [n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com] has quit [lem.freenode.net irc.freenode.net] 05:12:16 -!- kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:12:16 CaptainMorgan [n=CaptainM@c-75-68-42-94.hsd1.nh.comcast.net] has joined #scheme 05:12:17 elf [i=elf@antenora.aculei.net] has joined #scheme 05:12:18 qebab [n=finnrobi@eros.orakel.ntnu.no] has joined #scheme 05:12:18 ttmrichter [n=ttmricht@221.235.59.231] has joined #scheme 05:12:18 Gorgoroth [i=Gorgorot@195-132-141-240.rev.numericable.fr] has joined #scheme 05:12:27 timchen1` [i=tim@kalug.ks.edu.tw] has joined #scheme 05:12:27 Kumool [n=Amarante@24.139.152.73] has joined #scheme 05:12:28 Qaexl [n=Akashakr@c-24-30-97-247.hsd1.ca.comcast.net] has joined #scheme 05:12:29 kazzmir [n=kazzmir@c-98-202-86-149.hsd1.ut.comcast.net] has joined #scheme 05:12:34 z` [n=tltstc@76.90.92.154] has joined #scheme 05:12:35 decoder_ring [n=adam@68.40.195.220] has joined #scheme 05:12:37 tr3 [n=tr3@80.183.43.28] has joined #scheme 05:12:39 raikov [n=igr@203.181.243.11] has joined #scheme 05:12:40 araujo [n=araujo@gentoo/developer/araujo] has joined #scheme 05:13:09 -!- qebab [n=finnrobi@eros.orakel.ntnu.no] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- elf [i=elf@antenora.aculei.net] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- foof [n=user@dn157-046.naist.jp] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- levi [n=user@levi.dsl.xmission.com] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- bsmntbombdood [n=gavin@97-118-112-97.hlrn.qwest.net] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- proq [n=user@unaffiliated/proqesi] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- cracki [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- decker [n=chatzill@71-93-181-7.static.rvsd.ca.charter.com] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- ffx` [n=ffx@60-241-74-240.static.tpgi.com.au] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- elmex [i=elmex@ist.m8geil.de] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- emma [n=emma@unaffiliated/emma] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- banisterfiend [n=john@203-97-217-154.cable.telstraclear.net] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- edw [n=user@poseur.com] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- maxote [n=mevoypro@84.79.67.254] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- heat [i=dima@66.160.171.42] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- z0d [n=z0d@unaffiliated/z0d] has quit [lem.freenode.net irc.freenode.net] 05:13:09 -!- lisppaste [n=lisppast@common-lisp.net] has quit [lem.freenode.net irc.freenode.net] 05:13:11 edw` [n=user@poseur.com] has joined #scheme 05:13:11 elmex_ [i=elmex@ist.m8geil.de] has joined #scheme 05:13:11 fishey [n=fisheyss@69.115.52.75] has joined #scheme 05:13:11 levi` [n=user@levi.dsl.xmission.com] has joined #scheme 05:13:12 cracki_ [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has joined #scheme 05:13:12 proq [n=user@unaffiliated/proqesi] has joined #scheme 05:13:12 foof [n=user@163.221.157.46] has joined #scheme 05:13:13 ffx` [n=ffx@60-241-74-240.static.tpgi.com.au] has joined #scheme 05:13:22 decker [n=chatzill@71-93-181-7.static.rvsd.ca.charter.com] has joined #scheme 05:13:23 banisterfiend [n=john@203.97.217.154] has joined #scheme 05:13:27 -!- z` [n=tltstc@76.90.92.154] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- Def [n=joe@68.62.76.160] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- mariorz [n=mariorz@li10-58.members.linode.com] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- Poeir_ [n=Poeir@c-98-222-133-165.hsd1.il.comcast.net] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- ASau [n=user@193.138.70.52] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- bombshelter13 [n=bombshel@209-161-238-145.dsl.look.ca] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- tizoc [n=user@r190-133-140-187.dialup.adsl.anteldata.net.uy] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- hydrapheetz [n=blank@209.62.197.225] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- danking [n=danking@pinball.ccs.neu.edu] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- michaelw [i=michaelw@lambda.foldr.org] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- ski_ [n=md9slj@remote1.student.chalmers.se] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- vincenz [n=vincenz@li23-146.members.linode.com] has quit [lem.freenode.net irc.freenode.net] 05:13:27 -!- Riastradh [n=rias@pool-151-203-235-220.bos.east.verizon.net] has quit [lem.freenode.net irc.freenode.net] 05:13:27 incubot: for a secular cantata, "singet dem herrn ein neues lied", has a lordly incipit 05:13:27 danking_ [n=danking@pinball.ccs.neu.edu] has joined #scheme 05:13:29 ski____ [n=md9slj@remote1.student.chalmers.se] has joined #scheme 05:13:29 it turns out the cookie monster has the self-same incipit 05:13:32 michaelw [i=michaelw@lambda.foldr.org] has joined #scheme 05:13:32 -!- levi` is now known as levi 05:13:34 vincenz [n=vincenz@li23-146.members.linode.com] has joined #scheme 05:13:35 ha! 05:13:36 -!- elly_ is now known as elly 05:13:40 -!- elmex_ is now known as elmex 05:13:42 ASau [n=user@193.138.70.52] has joined #scheme 05:13:42 Def [n=joe@c-68-62-76-160.hsd1.mi.comcast.net] has joined #scheme 05:13:52 -!- cracki_ [n=cracki@sglty.kawo2.RWTH-Aachen.DE] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- Kumool [n=Amarante@24.139.152.73] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- ozy` [n=vt920@pool-71-184-104-97.prvdri.fios.verizon.net] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- offby1 [n=user@q-static-138-125.avvanta.com] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- leppie [n=lolcow@196.210.162.53] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- inhortte [i=polaris@fucksheep.org] has quit [lem.freenode.net irc.freenode.net] 05:13:52 -!- tessier [n=treed@mail.copilotconsulting.com] has quit [lem.freenode.net irc.freenode.net] 05:13:53 z` [n=tltstc@cpe-76-90-92-154.socal.res.rr.com] has joined #scheme