[03:56] pleia2, would you be around for a pm that takes like 90 seconds? [04:00] sure [04:00] (running out to dinner soon though) [04:00] ^^ philipballew [17:29] pleia2: CA might find this tool were working on useful https://code.launchpad.net/~ubuntu-us-or/+junk/get-contributors [17:29] Title: [get-contributors : Code : “Ubuntu Oregon LoCo” team] [17:41] bkerensa: instead of the code on lines 43-46, you can probably do LOCOTEAM = [member.name for member in TEAM] [17:42] rather than calling str() on each person object and parsing out the url [17:42] can see a list of all the attributes available on person objects at https://launchpad.net/+apidoc/1.0.html#person [17:42] Title: [About this service] [17:43] jtatum: I passed it along to the guy working on it [17:44] ok :) [17:44] eventually Ill have a look and likely optimize some things and pop in some UI [17:44] the all caps variable names are a bit distracting.. ooh, looks like a typo on line 27 [18:49] Looks like twitter is under high load? [18:54] it was down for a while this morning [19:22] Federated Social Networks FTW! [19:22] heh [19:29] huge box of like thousands of firefox buttons, stickers and a few hundred firefox pull string bags came [19:29] :D [19:53] cool [22:29] Mountain View Ubuntu Hour tonight, right? [22:32] yep [22:33] yay [23:05] yeah, I had twitter problems today jyo [23:10] Over ssh, If I install a Debian backport kernel, then reboot, will my new kernel be chosen automatically? [23:24] yeah, but you can check in /boot/grub/grub.cfg if you want to be sure [23:25] look for "set default" and then go down to the list of kernel stanzas and make sure the 0th (or 2nd, or 4th...) kernel is the one defined and the one you want to use [23:25] if it's not, you can edit /etc/default/grub to select the right one and run update-grub again [23:43] alright. thanks pleia2 :)