[00:00] with allt he python deps it takes forever and is painful [00:00] so I've got on the todo to work on a tarball install that'll be a better way to go with the juju setup [00:43] 576445 [00:49] oops, rick touched his laptop...doh [02:19] muhahahahahahaha [02:20] I have created a script that extracts most of the metadata for shownotes from the mp3 files themselves. [02:20] I am > < this close to having the whole damn thing automate. [02:21] so I can just point it at a directory of files, generate the .json file, and then run shownotes, and have it figure out times, order, and create a cue sheet. [10:06] awesome [11:06] time to get another book! http://pragprog.com/book/dnvim/practical-vim [11:42] awesome? [11:43] awesome re: snap-l's automation of his stuff [11:45] ah, missed that [12:07] Well, it made creating lococast's music shownotes a breeze [12:07] copy files into a directory, run create_json.py *, then run the shownotes script on the resulting stuff [12:10] awesome [12:10] now you need to make shownotes accept input from a pipe [12:10] and do stuff like [12:11] create_json * | shownotes > output [12:14] http://stackoverflow.com/questions/1450393/how-do-you-read-from-stdin-in-python [12:15] rick_h: This has occurred to me. :) [12:16] just helping :) err prodding errr [12:18] Nah, it's good. [12:18] The less barrier to entry, the happier I am. [12:18] I hate making show notes [12:19] what's cool is as you learn the bits and start to find other areas to make handy cmd line scripts out of them [12:19] and if they interact with pipes properly you really start to have fun [12:19] Yeah, though I do have a question for you re: setup.py for tonight [12:19] and you update that entry points bit in your setup.py to package and reuse it [12:19] cool [12:19] re installing two scripts [12:26] Only problem with making the shownotes after creating the json file is unfortunately bandcamp doesn't have metadata on license / artist URL [12:26] at least I haven't found it. [12:50] rick_h: i'll bet you could write practical-vim more than you'll get out of it. [12:50] jrwren: yea, but if I can get two tips that I use daily it's worth $20, but there's the supporting vim stuff bit [12:51] not enough books on some things out there (postgres, vim, vim scripting though I've been checking out https://github.com/sjl/learnvimscriptthehardway) [12:51] so always like to put $$ where my mouth is [12:58] *nod* [12:59] I like putting food where my mouth is [12:59] I've got a tip for ya: Explore, Vex and Sex [12:59] money tastes funny [12:59] jrwren: yea, good stuff [12:59] though I don't explore much at all now with ctrlp [13:00] fugitive Ggrep, Gedit [13:00] you could port fugitive to bzr! :| [13:00] OK, Googling Explore, Vex and Sex did not get me anything related to vim [13:00] lol [13:00] brousch, your post this morning made me laugh [13:01] brousch, have fun in Japan :) [13:01] :ex :vex :sex [13:01] the casing is required IIRC [13:01] ah right sorry [13:02] jjesse: at least i got away with a vague "some day" [13:03] yeah [13:03] i can't believe you guys had breakfast after that [13:03] i would've made Caleb go back to bed [13:03] Nerdtree. ;) [13:03] he will lay there and get up every 5 minutes to bug us [13:04] better to just get up, do an early workout, and let my wife sleep [13:05] you go on a bender? [13:07] http://www.catonmat.net/blog/proof-that-sed-is-turing-complete/ [13:11] we've taught caleb to wait until there is a 7 on his clock before he can get up [13:11] so if he gets up early all we have to do is ask [13:11] 3:57 here we come [13:12] nice try we told him what order the 7 has to be [13:12] has a little sticker over the hour location [13:14] i'm pretty sure that won't work. the best we've gotten is to tell him to go downstairs and play with his computer until we get up. sometimes that will buy us 30 minutes [13:15] jjesse: You will rue the day he learns how to set the clock [13:15] already happened 1 [13:15] jjesse: yup, that was a good teaching tool for us too [13:15] he changed it at my folks house [13:15] waiting for the 7 really worked for us. [13:15] when "grandpa and grandma" was watching him over night [13:15] it was 5am and he changed the clock to a 7 [13:21] fml. someone sent us a bunch of .msg files, which is a file format used by outlook. each file has dozens of emails inside it [13:25] wheeee [13:28] now i must wander the slum world of windows crapware utilities to find a viewer [13:33] http://www.vim.org/scripts/script.php?script_id=3025 [13:37] zomg! [13:37] brousch: lol http://readable.bmark.us/view/http%3A%2F%2Fclusterbleep.net%2Fblog%2F2012%2F04%2F18%2Ffour-forty-five-this-morning%2F [13:37] jrwren: get ctrlp for that instead [13:38] TIL: command line in ssh. ~C -L5900:localhost:5900 new tunnel on existing connection FTW! [13:38] rick_h: really? ctrip > Command-T ? [13:38] ok, i'm going to get ctrip [13:38] yes [13:38] ctrlp [13:39] /i/l [13:39] trlp [13:39] ctrlp [13:39] ty [13:40] jrwren: That's interesting. Is there a way without using ~C to have all of the tunnels use an existning connection? [13:42] huh? [13:42] Maybe I'm misunderstanding [13:42] Yeah, I think I am. [13:42] n/m [13:42] this is for adding a tunnel to an existing connection [13:42] Right. [13:43] so you don't have to establish a new ssh session to add a -L, -R, -D tunnel [13:43] Currently I have a script that adds tunnels [13:43] adds them to what? .ssh/config? [13:43] No... it just runs ssh to create new tunnels [13:43] oh, yeah, not that :) [13:44] but I have to re-type the key password every time if I'm not running an agent [13:44] and I'm running n ssh connections [14:05] http://github.com/sjl/z-fish [14:06] ...don't use tab completion?! [14:10] huh? [14:10] oh sorry, that is for fish, this is for us: https://github.com/rupa/z [14:11] hmm, intersting. I tend to use workit to jump to common places [14:12] i don't know that one. [14:12] it's my fork of the virtualenv-wrapper to be non-python specific [14:12] https://github.com/mitechie/workit [14:12] ha! interesting. [14:13] so I've got ~/src, ~/Dropbox and ~/launchpad/lp-branches as my workit dirs [14:13] and then just workit bookie [14:13] workit docs [14:13] etc [14:13] but it's zsh only I think for tab completion and such [14:13] and doens't work all the way, deactivate I think is broken [14:14] well the post deactivate scripts at least [14:14] deactivate works fine [14:58] snap-l: http://techcrunch.com/2012/04/18/qa-with-bill-amend-creator-of-foxtrot-and-certified-geek/ [14:58] you seem a foxtrot fan [14:58] I am [14:59] is that like foxpro? [15:00] brousch: Foxtrot will make you laugn more than cry, as opposed to Foxpro [15:01] which will likely make you sob and assume the fetal position [15:03] it's not so much fetal as ankle-grabbing [15:22] greg-g: did you see? http://bradhicks.livejournal.com/459368.html [15:24] jrwren: no, and tl;dr :) [15:25] its interesting, and I know you posted about that pepper spray a while back. [15:25] but yes, tl;dr all of it [15:25] :) [15:25] I'll keep it open for a potential lunch time read [15:25] tl;dr: the protesters followed protocol, the police didn't. [15:27] and there was a HUGE communication breakdown between all the police leaders, including university chancelor [15:27] who was directing the cheif of police at the time. [15:29] I would be extremely surprised if heads didn't roll from this [15:30] rolling heads is a bit extreme. maybe just make their eyes burn and throats contract [15:31] damn those dirty hippy protest... er, what? you mean they weren't at fault?! ;) [15:33] i'll be pissed if they all aren't fired. [15:33] greg-g: I'm sure they'll get a nice byline on page 13 next to the pictures of adoptable pets. [15:33] Lt, Cheif and Chancelor should all be replaced. [15:34] greg-g: Because it's better to be right than front page. ;) [15:40] widox: no linky in your post? [15:41] widox: we want details! [15:55] ok, one day I want to meet this instagram guy, balls of steel that man: http://arstechnica.com/business/news/2012/04/zuckerberg-closed-instagram-deal-without-facebook-board.ars [15:55] "While the Instagram founder initially sought $2 billion..." [15:56] You don't get what you deserve; you get what you negotiate. [15:56] no kidding [15:56] I mean, I liked the idea of a guy not wanting to sell getting "what's it going to cost me...oh a BILLION dollars!" [15:56] but saying it was 2B just makes it all the more crazy [16:00] oh come on, Zuck carries $1B in gold stuffed into his whitey tighties [16:00] negotiating is a sweet skill to have. [16:12] $1B in gold in your underwear is a sweet thing to have. [16:12] I imagine walking would be difficult, but you could afford a hoveround thing [16:42] jcastro: http://www.rollingstone.com/music/news/exclusive-stream-rush-return-with-heavy-headlong-flight-20120418 [17:55] Kudos to you, greg-g. I can't keep interested int he CC license discussions. [17:58] haha, you think I'm up to date on those threads :) [17:58] terminal ftw! http://wynnnetherland.com/journal/a-stylesheet-author-s-guide-to-terminal-colors [17:59] greg-g: Well, what's worse is they come in mail bundles [17:59] whenever someone moderates a whole slew of 'em [17:59] snap-l: yeah, the moderation queue [17:59] * greg-g nods [17:59] Diane (our GC) or Mike (our ex-VP now on sabbatical who knows more than any one person should) [18:01] Yeah, so my inbox gets a giant CC-shaped dump in there with 921 e-mails about DRM (the subject, not the actual number) [18:10] yeah, I loved that one, still haven't read it all, but man, his summarizes are some of the best things around :) [18:12] time to enroll in kindergarten [18:13] Poor brousch. He's not even made it to Kindergarten [18:16] Some people need to repeat certain grades for better understanding :) [18:48] jcastro: i can try and answer jono's iso call for amd64+mac if the iso can be burned and booted to usb, is that an acceptable answer? I've only mac book airs :) [18:53] ah, fuck that, one of the test cases is an entire disk install. [18:54] "one of" so do the others? [19:07] yeah. [19:07] its jsut, if you can do that one, then the other cases are REALLY EASY [19:08] ah, gotcha. [19:08] jrwren: hey, re that 501 thing yesterday. Why is the statement "contribute to Open Source projects" automatically in the bad category? [19:08] :) === AaronThul_ is now known as AaronThul [19:25] devinheitmueller: https://tbe.taleo.net/NA3/ats/careers/requisition.jsp?org=CANONICAL&cws=1&rid=435 [19:26] devinheitmueller: Let me be the umpteenth person to send you that. :) [19:26] snap-l: you're actually the first person to send that to me. :-) [19:27] devinheitmueller: I'm surprised. [19:27] It looks interesting, and from a technical standpoint it's right up my alley. That said, I don't think they can afford me. [19:27] Considering the're betting part of the company on it, you may be surprised. [19:29] Well, I'm never against having a conversation. [19:29] Plus you have experience with shipping products. I have a feeling tht counts for a lot. :) [19:29] devinheitmueller: ooh, say I sent you pls :) [19:29] snap-l: counts as part me [19:29] .... and of course I appreciate your pointing out the opportunity. [19:29] rick_h: heh. [19:29] np. Hope it leads to something positive. [19:30] rick_h: The sane part? :) [19:30] snap-l: there is a sane part? [19:30] lol [19:32] greg-g: probably some open source haters wrote it. [19:32] I have a feeling thee's this idea of OSS developers as amateur enthusiasts [19:33] greg-g: but for real: its not in a bad category. [19:33] as opposed to professional hacks. [19:33] greg-g: 'That is to say, we value the things on the left more than we value the things on the right. And some of the things on the right aren't even on our radar.' [19:34] hmmm, I read that on a phone, and it may have lost some columns [19:34] link? [19:34] http://501manifesto.org/ [19:35] stupid squeezebox just stopped scrobbling. wtf :( [19:35] wait, there are no columns, what's left and right here, then? [19:36] yeah, so, they're unrealistic in their observations of the world, that's ok. moving on [19:36] jrwren: I don't use the scrobbling, so I'm not sure. [19:37] I see it more as railing against the whole start-up mentality of never being able to bring up your head [19:37] greg-g: lol. [19:37] greg-g: or are you unrealistic in your observations of the wrold? [19:37] but OSS is what people can do for fun [19:37] right. [19:37] if OSS falls under "Our personal creative projects over commercial products the world doesn't need" then awesome! [19:37] jrwren: greg-g is planning on building a big net to keep the kids off his lawn [19:38] complete with spiked bottom pits [19:39] again, all I'm saying is: classifying by the license the software is released under is STUPID [19:39] so, all Red Hat employees that contribut to open source software form 9-5 are in that group? [19:39] it is just a meaningless distinction. [19:40] (in this context) [19:40] where's my net.... [19:40] but I didn't see anything about... [19:40] i see what you are saying. [19:41] its a point against certain circles valueing OSS contribution over life. [19:41] e.g. "i put another rails gem on git hub" [19:41] "cuz I'm so awesome dude" [19:42] yeah, I see that [19:42] Right, but I don't think rick_h's bookie fits into that category [19:42] but, then just say "contribute to projects outside of work that aren't part of your work project" [19:42] That's a passion. It's a creative product [19:44] when I read that I just read it more like "Hey, those of us that just write code 9-5 and earn a paycheck for it are ok people too and doens't mean we suck as dev wrk" [19:45] because many (looks in mirror) tend to think a lot less of those that don't get out and do the community thing, the conference thing, the personal project thing in your spare time [19:50] greg-g: they specifically say that. [19:50] "Our personal creative projects over commercial products the world doesn't need" [19:50] greg-g: but I think its meant to be tongue in cheek [19:51] rick_h: and others of us (looks in mirror) are tired of the community thing, conf thing and personal project thing and enjoy our 9-5 [19:53] and I love you both! [19:54] * greg-g puts his net away for another day [19:55] of course, that said, I spent a few hrs this weekend doing dev-type things, and i don't even count it. its just who I am. [19:55] Man, DIck Clark passed away. [20:02] I actually kind of like his use of bots to tell him things like the weather, the theme, ugh http://matrix.jpope.org/ [20:09] jrwren: yea, but you do things outside of work. You didnt' get this new job based on only things you learned during your day job [20:20] oh definitely. [20:21] Get your long awaited Lococast! http://lococast.net/archives/585 [20:27] woo [20:33] WOo hoo!!! [20:33] snap-l: found a way to link by middle-clicking them and getting them in a new window === AaronThul_ is now known as AaronThul [22:55] OK< this is ballsy [22:56] Guy joins ubuntu-mi identi.ca group [22:57] and then favorites my "Seeing a 20:1 spammer to user ratio in the Ubuntu MI group. Wondering if it's possible to just delete the group and have done with it." post [22:58] yeah, he favorited one of mine, too [22:58] rolf? [22:59] not a spam related one, though [22:59] I'm not sure if he's a spammer [22:59] yep [22:59] he sure is favoriting a lot of notices: [23:00] http://identi.ca/rolfie132/favoriteshttp://identi.ca/rolfie132/favorites [23:00] grr, sorry [23:17] man, that big red button with a "2" in it is sooo tempting..... :) [23:47] greg-g: dooooo it!@