[11:11] Good morning [11:36] party [11:36] on [11:37] wayne [11:49] party on garth [11:49] Hey, someone is up early :P [11:50] Whoa, crazy [11:50] Isn't it like 3AM for greg-g? [11:50] more like going on 4AM, but still... [11:53] Ah, West MI strikes again http://idle.slashdot.org/story/12/07/11/2045209/holy-ipad-slayer-company-releases-worlds-first-christian-tablet [11:54] I'm in DC right now :) [11:54] OSCON? [11:56] No, wait, that is Portland [11:56] and next week [11:56] I'm jealous! [11:57] greg-g: send me portland pics pls! [11:57] help me feel cooler [12:15] morning [12:15] morning [12:44] wtf, holy ipad slayer???? i shall not click that link. :) [12:44] portland! [12:44] i'm jealous too. I want to live in portlandia [12:44] jrwren: let's hide in greg-g's bags [12:44] greg-g: get your luggage through dtw plese [12:45] hehehe [12:45] rick_h_: lets take 2 or 3 weeks and bike there. that would be the portlandish thing to do. [12:45] oooh, true. I don't think I'd make it to GR...but good call [12:49] Funny you mention that. One hard-core biker at my wife's work planned to bike Route 66 this summer. He planned for bears, wolves, etc. He made it to the Indiana/Illinois border when his campsite was destroyed by a pack of racoons in a thunderstorm [12:50] sorry...but...lamo! [12:51] Crazy [12:57] I think had $1500 in super light camping gear [13:00] yeah, that is pretty lame. [13:01] my excoworker biked across the USA last summer. pacific to atlantic. [13:01] http://www.annarbor.com/news/rolling-across-the-country/ [13:01] portland to dc. [13:02] hrm... seems like going from test best place on earth to the worst. [13:09] rick_h_: :) will do [13:10] heh, yeah, DC isn't nice. :) Here for Wikimania (and I was at a couple other things since tuesday, presented yesterday, presenting again today) [13:16] What the hell is wrong with you people wanting to move to portland? [13:19] It's right by a frickin volcano [13:20] Let's put things in perspective [13:20] IT HAS FUCKING HIPPIES ALL OVER THE FUCKING PLACE [13:24] You yell that like it is a bad thing [13:31] IT IS [13:34] hippies are really nice to live around [13:34] and they tollerate me being the industrial electronic wears-too-much-black on the block [13:40] Damn, that was too easy [13:40] Python->Pyjamas->PhoneGap basically just works [13:40] coolness [13:41] I was expecting more fiddling [13:41] so I'm playing with a python script and having issues http://paste2.org/p/2071220 [13:42] I don't know why it's complaining about the strings I assinged [13:45] I get an error on line,match [13:46] my errors are on 3 - yahoo: command not found, 4 - ours: command not found, 6- syntax error near unexpected token '(' [13:47] quote your regex? [13:47] Are you running it under bash instead of python? [13:47] brousch: ++ [13:47] brousch: I just figured that out rigth before you said it [13:47] herp derp [13:48] bash is a harsh mistress. ;) [13:48] Good morning! [13:50] lol [13:50] #!/usr/bin/env python [13:50] ^^ FFS! [14:08] now it's complainign about he yfile.close() [14:08] http://paste2.org/p/2071246 [14:09] change that to: with open(yahoo) as yfile: [14:09] and tab in the rest of that line [14:09] or just don't bother closing it. [14:09] it will close when the script ends. [14:09] http://www.doughellmann.com/PyMOTW/contextlib/ [14:11] speaking of Yahoo, apparently there was a breach [14:11] indeed [14:11] Can we blame YUI? [14:12] Blame Yahoo video chat [14:12] which up until this point I didn't realize existed. [14:13] thus this little script I' [14:14] I'm checking a list of hashes to see if the same passwords are used [14:16] still getting an invalid syntax on the yfile.close() [14:16] nullspace: Making sure your password isn't in there? [14:16] yfile is tabed within the "with" [14:16] nullspace: Then you don't need the close [14:16] snap-l: making sure users are nto resuing shitty passwords on sites that don't secure passwords [14:17] just delete teh close. [14:17] you don't need it. [14:18] python is not java or C#. you don't need to close the filehandle, it is closed automatically when it goes out of scope. [14:18] nullspace: That's like predicting if there will be air this morning. [14:18] now it's complaingin about the second with [14:18] complaining even [14:19] are you mixing tabs and space? :) [14:20] Second with? [14:20] he had 2 open() statemnts which he enclosed in two with statements [14:21] s/statemnts/calls/ [14:22] nullspace: Repaste? [14:22] http://paste2.org/p/2071257 [14:24] What's the traceback? [14:25] Also, your /n should be \n (otherwise it'll print /n instead of a linefeed [14:25] traceback? [14:25] Yeah, what's the error it's complaining about? [14:25] File "compare.py", line 18 [14:25] with open(ours) as ofile: [14:25] ^ [14:25] SyntaxError: invalid syntax [14:26] missing paren [14:26] line 16 [14:27] what does python -V show? [14:27] 2.7.3 [14:28] You're missing a closing paren [14:28] acknowledge? [14:29] yes [14:30] is it working now? [14:30] that fixed it, now I'm on to getting my string.split syntax correct [14:30] also, prefer line.split() to string.split(line) [14:30] but that is a style thing [14:30] jrwren: ++ [14:31] pylint would tell ya :) [14:31] Man I'm not sure what WRCJ uses to rip their CDs but they have a bunch of glitches. [14:31] WRCJ? [14:31] I feel like spending an afternoon with their archivist [14:31] do they supply an EAC log file? [14:31] WRCJ 90.9FM [14:32] http://wrcjfm.org/ [14:32] ha! you can hear artifacts on the broadcast? [14:32] Yeah, I can [14:32] they'll skip and have other digital distortion [14:32] like a bad rip [14:34] Though I did send their program manager a link to Magnatune. :) [14:34] and explained all of the goodies therin [15:03] God, us.archive.ubuntu.com is slow from here. [15:03] Downloading mercurial, and it's taking for-ev-er [15:03] https://bitbucket.org/amorris/openpyxl/src <- hoping this gives me some love [15:08] ah nice no matches [15:08] WEll, it also depends on their hashing [15:08] turns out the file.readline() just reads one line [15:08] or were these released as clear-text? [15:08] plaintext [15:09] Oh lovely [15:09] I was hashing them and trowing them in a set, then checking the set [15:16] anyone looked at julia programming language? [15:17] nope [15:28] how did CHC go last night, I was stuck fixing cat 5e line in my house and patching drywall [15:35] omg, I am definitely in love with Julia. I will be finding a reason to use it asap. [15:43] nullspace: Went OK [15:43] definitely the humor edition [15:45] big guns edition [15:47] heh [15:47] btw: The Sword is some awesome coding music [15:47] http://en.wikipedia.org/wiki/The_Sword [15:49] I was, of course, reffering to my ample bicepts. [15:49] ;) [15:49] brousch: You might like The Sword. They're heavily influenced by Black Sabbath [15:54] What sword? [15:54] The Sword. It's a band name [15:54] pasted the link above [15:55] oh [15:55] http://www.youtube.com/watch?v=B2SCIoq0VX4 [15:56] http://www.youtube.com/watch?v=34BXwlOmUjE [15:58] i'm introducing myself to Abney Park right now. Interesting band. [15:59] Yeah, I can handle about 3 minutes of them before I need to change it [15:59] I think I need to just sit down and listen to it. [15:59] but I have total respect for them and what they're doing [16:00] kinda like Voltaire [16:00] I can only handle so much crazy in one sitting [16:13] nullspace: went ok, not a ton done tbh [16:13] I ranted too much :P [16:13] poor derekv trying to be productive [16:13] and we checked out guns and night sights [16:14] now to do some hunter/gatherer stuff for lunch [16:16] lmao for the lunch break https://twitter.com/alex_gaynor/status/223450028914642945 [16:35] I wasn't really trying to get much done. I got my domain registered. [16:35] I'm happy I got controllallrobots back [16:36] maybe will put my blog there If I do that [16:36] https://twitter.com/squeekyhoho/status/223455691103404032 [16:37] tvatthebar.com (tv at the bar) in case I ever do a web comic (unlikely) [16:44] snap-l: nice :) [16:44] for both your message and their response [16:45] greg-g: Heh [16:48] * derekv roots droid [16:52] * derekv fails [16:55] * snap-l registered his new domain name [16:58] what is it? [17:07] classicalcommons.com [17:08] greg-g: ^^^ [17:12] good deal, gandi :) [17:12] snap-l: so, the podcast idea is moving along? ;) [17:12] greg-g: maybe [17:20] snap-l: My friend that did the cartoon music podcast did an "Action and Adventure" music podcast. That was some good stuff [17:26] http://openlicensedmusic.blogspot.com/2012/06/episode-5-actionadventure-music.html [17:58] yeay my ipv6 address is setup at home [17:59] granted via tunnel [18:00] do'n things is hard! [18:00] also, can gechya inta a heapload o trouble [18:23] which tunnel service? [18:31] i <3 o p e n s s h [18:55] i <3 h a r d - t o - r e a d t r a c k i n g [18:56] stylized text [19:04] th15 15 4 b3tt3r w4y 0f 5p34k1ng 4nyw4y [19:05] WHAT ABOUT THIS THIS IS COOL YES [19:05] ThIs iS a BettEr wAy oF spEakiNg aNywaY [19:07] this_is_the_proper_way_of_speaking [19:09] ebg13 vf gur cebcre jnl bs fcrnxvat naljnlf [19:25] <_stink_> comeOnPeopleYouKnowBetter [19:28] We haven't even started to explore colors! [19:28] red on green plz [19:36] /*"//"//'\////\P/\/\i/\/\c/\/\k//\//\e//\//\t\\/\\/*\/\/F\/\/e\/\/n\/\/c\/\/e//'//"*/ [19:41] I also like hard to read things. [21:03] https://plus.google.com/117777908934895049975/posts/iMNMfAY8nHn [21:10] Digg was bought for half a million dollars [21:18] ouch [21:18] and kevin rose laughs all the way to the bank [21:21] Yep [21:21] I think he divested himself a while ago [21:23] http://25.media.tumblr.com/tumblr_m72fk8prET1r3kmkso1_400.jpg <- snicker [21:31] wow, that's cheap [21:31] I haven't been on digg in awhile [21:35] haha, and they raised a total of $45M. ouch