--- Day changed Thu Nov 05 2009
01:30 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has quit [Read error: 104 (Connection reset by peer)]
03:46 -!- nchaimov [n=cowtown@24.21.45.17] has quit [Read error: 110 (Connection timed out)]
04:44 -!- nchaimov [n=cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined #hplusroadmap
05:49 -!- splicer [n=patrik@h60n1c1o261.bredband.skanova.com] has quit [Read error: 60 (Operation timed out)]
06:18 -!- nchaimov [n=cowtown@c-71-237-208-209.hsd1.or.comcast.net] has quit [Connection reset by peer]
06:22 -!- nchaimov [n=cowtown@c-71-237-208-209.hsd1.or.comcast.net] has joined #hplusroadmap
07:07 -!- genehacker [i=genehack@wireless-128-62-52-222.public.utexas.edu] has quit [Read error: 110 (Connection timed out)]
08:07 -!- genehacker [i=genehack@wireless-128-62-153-81.public.utexas.edu] has joined #hplusroadmap
09:50 -!- genehacker [i=genehack@wireless-128-62-153-81.public.utexas.edu] has quit [Read error: 110 (Connection timed out)]
10:00 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has joined #hplusroadmap
10:32 -!- ybit2 [i=449f8e42@gateway/web/freenode/x-242d8dc1a38e2147] has joined #hplusroadmap
10:54 -!- genehacker [i=genehack@wireless-128-62-237-233.public.utexas.edu] has joined #hplusroadmap
11:11 < kanzure> handy-dandy: http://www.lastcraft.com/fakemail.php
11:36 -!- flamoot [n=root@74.13.31.196] has quit [Excess Flood]
11:36 -!- flamoot [n=root@74.13.31.196] has joined #hplusroadmap
12:05 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has quit [Read error: 104 (Connection reset by peer)]
12:17 < ybit2> btw, we have solidworks, here.. give me a model, and i'll convert it
12:17 < ybit2> <- comma slice king
12:21 < ybit2> feel free to hax0r this site and steal the voices they aren't releasing, but are just teasing people with: http://www.cstr.ed.ac.uk/projects/festival/onlinedemo.html
12:26 < superkuh> Those regional accents are nice, but I don't personally perceive much increase in quality from the voices available at http://hts.sp.nitech.ac.jp/?Download with festival 1.4.3
12:27 < superkuh> s/1\.4\.3/1\.96/
12:47 < kanzure> fenn: you and i were arguing about panspermia theory back in 2007 in ##electronics.
12:53 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has joined #hplusroadmap
13:07 < ybit2> superkuh: indeed, i have a listing at the hous of the ones i want, the whales and indian are on the list iirc
14:21 -!- ybit2 [i=449f8e42@gateway/web/freenode/x-242d8dc1a38e2147] has quit ["Page closed"]
14:42 -!- rmond [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has joined #hplusroadmap
14:48 -!- genehacker [i=genehack@wireless-128-62-237-233.public.utexas.edu] has quit [Read error: 110 (Connection timed out)]
14:51 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has quit [Connection timed out]
14:51 -!- rmond is now known as strages
15:31 -!- genehacker [i=genehack@wireless-128-62-153-81.public.utexas.edu] has joined #hplusroadmap
16:14 -!- genehacker [i=genehack@wireless-128-62-153-81.public.utexas.edu] has quit [Read error: 60 (Operation timed out)]
16:47 -!- genehacker [i=genehack@wireless-128-62-86-72.public.utexas.edu] has joined #hplusroadmap
17:11 -!- genehacker [i=genehack@wireless-128-62-86-72.public.utexas.edu] has quit [Read error: 110 (Connection timed out)]
18:06 -!- kardan_ [n=kardan@p54BE68FB.dip.t-dialin.net] has joined #hplusroadmap
18:23 -!- kardan| [n=kardan@p54BE686F.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)]
18:25 < kanzure> fenn: http://adl.serveftp.org/~bryan/chats/
19:18 < kanzure> does anyone know how to parse my meetlog into yaml without screwing up the order?
19:18 < kanzure> http://adl.serveftp.org/~bryan/meetlog.txt
19:19 < kanzure> it still works when unordered but it would be nice to not suck
19:32 < fenn> put - marks before the dates
19:33 < ybit> best laugh of the hour: 
19:33 < ybit>     phone:
19:33 < ybit>         - time warner cable #at 0750 hours grr
19:34 < fenn> sed -i 's/^200/- 200/' meetlog.txt
19:35 < fenn> kanzure: do you type out those names in full or some kind of tab complete?
19:35 < kanzure> i type out the names
19:35 < ybit> i need to hone my sed and awk skills :\
19:36 < fenn> ybit: learning regex is one of the best investments you can make in your education
19:36 < kanzure> fenn: putting - before the dates didn't do what i wanted.
19:36 < kanzure> i was doing some pretty fucking fancy regular expressions
19:36  * kanzure checks the log
19:36 < kanzure> :%s/^-\(.\)*:$/\0 \!day/g
19:36 < kanzure> that was after i tried adding dashes as you can see
19:38 < kanzure> eventually i just made this: http://adl.serveftp.org/~bryan/_meetlog
19:38 < kanzure> but that's a lot of crap to type :(
19:39 < fenn> sed -i 's/^200/-\n 200/' meetlog.txt
19:40 < fenn> list of dicts with one entry
19:40  * fenn shrugs
19:40 < fenn> what i'm saying is the !day is useless
19:40 < kanzure> yaml doesn't like that
19:40 < fenn> i still dont see why you can't just sort the dict
19:41 < kanzure> but i want yaml to do the output for me
19:41 < fenn> dump/print each day one at a time
19:41 < kanzure> this should be easier than i'm making it
19:41 < kanzure> oh well. i'll do that then.
19:44 < ybit> the thinkgeek package should arrive tomorrow, it departed from chicago early this morning
19:44 < ybit> feel free to send it back if you don't like it
19:52  * ybit doesn't think relying on getarticles@googlegroups.com is my best bet for acquiring articles
19:58 < kanzure> freely available ISO standards: http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html
20:03 -!- mason-l [n=x@202-89-188-136.static.dsl.amnet.net.au] has quit [Read error: 113 (No route to host)]
20:03 -!- mason-l [n=x@202-89-188-136.static.dsl.amnet.net.au] has joined #hplusroadmap
20:09 -!- wrldpc2_ [n=benny@ool-ad03fe34.dyn.optonline.net] has joined #hplusroadmap
20:14 < kanzure> does this link work for anyone?
20:14 < kanzure> http://fileopen.ansi.org/encservice/DeliveryManager.aspx?P4cgR1+QzBVSAyeELLg5QLammP2EOX+JSH94OE1x41cp7IZurdPMFXiC1P0Sc4L7X+siyyTrWw92mifUEK+Ez+2MPLfRU2iEcMTa723h8lZdshQXUE9fs0RrjdL0Tned+4k5LK/bfBqtah9mIifEXaQ/wX13ObCh3jbL+8uXtnnb9jCI/oOTXMY7i8pTTtKtYx+PUX2aU6Hw77iMxy5RmtCB4T4zwOQ9AfcgZQG4SJ+cTabMI3J6aG4h8jheIpI/WMWfM4GZVRQhA2xpctQFPfMjxkfo1WXX0+RmA7yxEcYqF+j0jQuhYUIJR8XHwW7S54Yabnx/3u2p9EYyTjinjMKF0aZNhpFWFiwgDChHX5DMFVYDyjkr2CUJIIO+0unzBPYCijLvrQVCX6mMlUp1Q4wFlENcMPThbuY2rAHij8HaxRPMQol2ucQDABGAQA8ohzmHGqEA0BZIbcD8M+CPsGDvIg+MvgKAPUcyFxisBRNjJdMWAFkAeTlHXZAw9gm0hVwFytEWZOZAEheIvUeADpTjAOUkexzRnkWcpDCXc2foXpvzaCs82qqjLf6jgd4+/srpQDkY+0ifZwiXmTAWQAQLJP4O+gHBX5AJFkB4AwCEM8ysPZVowfgYI1wpGAsiwuEoELAAQl4GODAwVzIRUI5oAEA4kBPvyURAOdwFhnABQrBPrOUW6EA5APwaSbEGL/3//w==&
20:14 < kanzure> it's probably too long..
20:15 < kanzure> the link is here: http://pastebin.com/f4ac3e183
20:16 < kanzure> http://tinyurl.com/yd4xyo9
20:16 < kanzure> there.
20:18 < ybit> kanzure: it doesn't work for me
20:18 < kanzure> hm.
22:00 < kanzure> http://mailinator.com/ is my friend
22:00 < kanzure> http://dodgit.com/ used to be my friend but it never actually works any more :(
23:34 -!- strages [n=strages@c-76-29-231-141.hsd1.al.comcast.net] has quit [Read error: 54 (Connection reset by peer)]
23:50 < kanzure> ah, mailinator requires a captcha. ok. no longer my friend.
23:57 < kanzure> i like today's xkcd http://xkcd.com/659/