[00:38] snap-l: http://tilloy.net/dev/pyexiv2/ [00:40] danke [12:33] I picked up a RaspberryPi last night [12:34] heh, they're contagious [12:35] I felt like the only one in GRMakers without one [13:10] jcastro: time to jump in with some wet shave love http://etbe.coker.com.au/2013/05/23/noise-shaving/ [13:31] Good morning [13:32] morn [13:32] Had one of the drives on my work machine fail [13:32] :( [13:32] I think it was temperature related. [13:32] at least it was in a RAID, so am waiting for it to rebuild. [13:33] And forgot my coffee at home [13:33] but other than that, it's jeans day at work. :) [13:33] so I'm happy about that. :) [13:36] I make Fridays Hawaiian Shirt days for my department in the summer [13:47] jcastro: are you alive? or did jill kill you? [14:43] jrwren: I am in the doghouse [14:43] but it was worth it! [14:43] ruh ron [14:44] hahaha. [14:44] i'm hurting. [14:44] we drank a lot. [14:54] yeah [14:56] A lot of what? [14:57] brousch, water [15:52] oh hey, look what I ran across in my rss http://www.reddit.com/r/programming/comments/1ewp7d/request_for_proposals_mediawiki_release_management/ :P greg-g [15:55] jrwren: I think most of my issue was not knowing she was calling [15:55] And blaming Ubuntu for that was so not an excuse [15:55] "What do you mean your phone doesn't vibrate when someone calls, all phones do that." [15:56] lol, that's awesome [15:58] coolest lego build evar? http://gizmodo.com/this-incredible-full-scale-lego-x-wing-is-the-largest-m-509484787 [15:59] that's crazy [16:03] That's insane [16:04] I can't believe that's all lego in there [16:07] There's apparently a steel structure in there [16:07] but still... damn that's impressibe [17:37] jrwren: regex question for you if you're around [17:39] i'm here [17:39] http://refiddle.com/gqh jrwren [17:40] jrwren: so trying to change this from just saying "any char not a :" to "not the characters /: in a row" [17:41] it says I'm not auth for that link [17:44] [^:] => (?!/:) [17:48] jrwren: hmm, did that work for you in the fiddle? Not matching here. [17:48] jrwren: so /:flags:\/((?!\/:))*/g ? [17:48] err /:flags:\/((?!/:))*/g [17:48] fiddle doesn't work for me at all [17:48] jrwren: k [17:49] trying it just in the source [17:50] the problem is that it is negative lookahead [17:50] yea [17:50] hrm. [17:50] maybe [^/][^:] ? [17:50] yes, that works [17:50] yea, that works [17:50] cool, thanks [17:50] err, no it doesn't. [17:50] does it? [17:51] problem is that regex engines eval char by char (mostly) [17:51] well working in the fiddle. Puttnig it into the test code now [17:51] ok, gl [17:51] hate to write a grammar for this :p [17:51] thanks, I was trying to get the lookahead working [17:51] well, honestly, I just want to get rid of a trailing / and in the code review somenoe hates my manual rstrip code and wants me to fix teh regex to do it for me :/ [17:52] that is stupid. [17:52] just use rstrip :p [17:52] it's in JS so there's no rstrip [17:54] write an rstrip and call it :p [19:11] jrwren: did I leave my laptop bag in your car? [19:18] jcastro: i don't think so, but maybe. [19:18] jcastro: did you find it? I could have sworn i made sure that you grabbed it. [19:18] if you don't see it let me know, I'll go check my car. [19:18] Maybe you drunk craigslisted it [19:19] brousch: Is this a problem for you? :) [19:19] Just offering helpful suggestions [19:19] jrwren: I appear to have misplaced my own laptop in my own house [19:20] jcastro: Yeah, nobody has ever done that. ;) [19:22] so you found the empty bag but no laptop? [19:22] this is why I like small houses. :p [19:23] I can't find the bag, lol [19:24] Small houses mean more creative storage places [19:24] small houses == everything is in the garaga [19:24] garage [19:25] n0p: ping! [19:26] jcastro: its in my car. [19:26] bring me pizza and you can have it :p [19:26] heh [19:26] I could have sworn we brought it in [19:27] me too, but I was pretty tired. [19:27] how long are you @ work today? I am over there picking up my car after work [19:28] 5ish [19:28] perfecto [19:28] cool [19:28] I'll give you a ring and swing by [19:28] i'll give you a tour of the office [19:29] quick tour [19:31] Ask jrwren to show you the bodies at least. [19:42] Should I be using python unittest or is there something better? [19:43] nose? [19:47] nose [19:47] i'd not go so far as to say it is a must, but it is a very nice thing. [19:47] use the nice things, if you can. [19:47] Yeah, nose is nice. [20:18] how long will it take to run 15000+ iptables commands? [20:47] jcastro: you coming up here? [20:51] yeah [20:51] jill isn't home yet [20:51] she should be pulling up any second now [20:51] oh, ok [20:51] do you end @ 5? [20:52] jrwren: ok she's stuck in traffic, mind if I stop by tommorrow? [20:53] you can live without your computer for 2 days?!?! that is CRAZY [20:53] yes, I'll be in office all day tomorrow, stop by anytime. [20:56] I have 7 more, heh [21:02] jcastro has a laptop for every day of the week [21:02] some that coordinate as well [21:08] 45minutes. it takes about 45minutes. [21:14] but iptables-restore runs in under .2s [21:14] yay