[00:04] was able to reset my pass :D Thanks to #freenode === jedney is now known as JonEdney [02:47] rick_h_: Found it [02:47] # Wrap sys.stdout into a StreamWriter to allow writing unicode. [02:47] sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout) [11:02] snap-l: ah! awesome [11:02] ty much for finding that [11:21] rick_h_: np. [11:22] I knew there was something else I was missing. [11:22] yea, I'm glad I wasn't crazy [11:22] thanks for keeping at it [11:22] I'll give it a try tonight [11:35] :q [11:46] Morning all [11:47] yo [11:52] Morning [12:21] snap-l: are you working from home today? [12:22] snap-l: I mean tomorrow, sorry [12:51] bwuhahaha http://news.ycombinator.com/item?id=3952932 [12:51] what have I been saying for years? love it [13:11] is it friday yet? Man I'm toast today [13:25] +1 :yes: rick_h_ [13:26] :( no thumbs up lol [13:34] rick_h_: Is it bad that when I see the "def dashboard(request):" example, I think "You should be using sqlalchemy?" ;) [13:35] rick_h_: Oh geez, this goes right off the rails [13:56] :D We should all buy me this :D Then I can do some grilling for you all :D http://www.grillsdirect.com/gas-grills/grills-with-carts/chargrillertriogascharcoalgrillandsmokerwithcover1.cfm [14:09] just bought my first kindle books. [14:09] those 2 99cent django books that rick_h_ linked yesterday [14:11] jrwren: let the corruption begin [14:29] man, no one likes my ideas [14:38] shakes808: kickstarter [14:38] snap-l: ? [14:38] The grill idea. [14:38] http://www.kickstarter.com/projects/847271320/ogre-designers-edition [14:38] (for example) [14:39] ummm, gas grill with a smokebox? [14:39] wrong :P [14:43] That is pretty cool [14:44] snap-l: I am assuming you have and like the game. Isn't that your background? [14:44] Yeah, the blueprint was my background at CHC [14:44] I've only played it on the computer, and many years after the fact. [14:45] do it right: http://www.sybbq.com/b_6ft_4007.php [14:45] http://www.mobygames.com/game/atari-st/ogre [14:46] rick_h_: Yes, that would be amazing :D [14:51] At my last job, the guy who made this worked with me. This is pretty cool, been trying to get some people to try it out. You can play any Tabletop game on it :D http://www.ttoprpg.com/TTopRPG/index.htm [15:43] Windows Update, brb [16:34] http://www.250bpm.com/blog:4 [16:34] http://www.reddit.com/r/programming/comments/tggnn/why_should_i_have_written_zeromq_in_c_not_c/ [17:28] COme to the realization I'm not going to finish this pyweek [17:28] ruh roh [17:28] no more sleep for you! [17:28] go go go [17:28] no [17:29] The game concept just isn't fun in my mind [17:29] :( [17:29] doh, that sounds a bit killer [17:29] pivot! [17:29] the only part that's remotely interesting is the interactions with the prof, and that's not a game. [17:30] And I don't know enough AI to make his interactions interesting. [17:31] well, obviously you need to develop it in LISP [17:31] fortran! [17:31] greg-g: But of course. [17:31] AI == LISP, right? [17:31] I mean, that is what I was taught in CS [17:31] fortWeek [17:31] ;) [17:49] ok, I'm sorry, but all those parrot gimp'd images on planet.ubuntu.com are getting kind of old :/ [17:49] * greg-g hates fun [17:49] hah, I'm with you [17:49] greg-g: so for yesterday's discussion on the copyright [17:50] legal asked questions on how we got/get permission to modify/distribute google code [17:50] I ask higher ups...higher ups say "don't do it that way..." [17:50] and I tell legal sorry for wasting their time [17:50] lagal says "It's ok, it was an interesting question to think about" [17:55] rick_h_: Argh. I hate that [17:55] meh, oh well. It's me wanting to squeeze out the most performance and really not worth the work there [17:57] It's all fun and games until someone gets a lawyer [17:59] yea, strange to be in that situation I guess [18:07] rick_h_: hehe, so, you're making an exception to your "only local js" rule for analytics? [18:07] the hehe was mostly re "it was an interesting question to think about" :) [18:08] greg-g: no, so we have a copy of the analytics script, and we edit it so that it can't download/load more JS from google [18:08] so the exception is that Google let us edit out the extra JS calls to google servers [18:08] oh [18:08] but then I want to take the results of that, and wrap it in more of our own JS [18:09] which turned into an issue of how to note that file as it's Canonical copyright JS wrapping Google copyright JS [18:09] derivative work, etc? [18:09] but right, the goal is that when you hit launchpad you only get JS from us so that we can say it's secure, non-malicious, etc [18:10] ah right [18:11] dang analytics [18:11] there must be some self-hosted decent analytics thing [18:11] not these days [18:11] with google analytics free, it's hard to motivate to go through the work [18:13] well, if legal issues are causing you to do more work.... [18:13] also, a question I have is... this is JS that is going in LP, right? Google can't just give you (Canonical) a special one-time exception. It has to be AGPL compatible to be committed in LP trunk, right? [18:16] I'm not sure, I mean what is the license of this: https://ssl.google-analytics.com/ga.js [18:16] rick_h_: all rights reserved unless otherwise stated [18:16] right, so in our 'copy' we have in our source tree we have added a big Google copyright notice [18:16] but don't think it mentions license [18:17] right, so a copyright notice sans licese is All Rights Reserved. [18:17] ARR is the default in US law. [18:17] unless the creator explicitly does something else, everyone has to ask permission to use it [18:17] http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/view/head:/lib/canonical/launchpad/icing/google-analytics/ga.js [18:18] right, so evidently we asked for some sort of permission, but I don't have documentation/knowledge on what exactly that discussion was [18:19] yeah, personally, I bet Google doesn't know that their ga.js is now AGPL (or, I doubt Google gave Canonical a license to the code via MIT/BSD/Apache/whatever AGPL compat license they want) [18:19] I mean, that header is kind of bad for other users of LP code [18:19] right [18:19] when I download LP, I am told "this is AGPL" but now I have to go look through every file header for some other notice? [18:19] yea, we have a lot of that stuff tbh, where the code is coded for launchpad.net [18:19] and, Google didn't give me permission to use it, so now I am violating copyright law [18:20] Canonical is making anyone who uses LP code at risk of copyright infringement [20:32] rick_h_: Next week for CHC, do we have the room? [20:39] shakes808: no, not for the next few weeks [20:39] then we have it the rest of the year [20:40] Alright, [20:40] The set up from last night is how you all like working the tables? [20:46] shakes808: Yeah, we've gotten used to it from the previous (Madison Heights) location [20:47] alright [20:47] i actually prefer stacking the tables in a column, but that was voted down [20:48] I go there pretty much right after work so I am not driving past it to come back to it. I will start pulling tables together just before 8 so all you all have to do is sit and code/discuss stuff [20:48] I usually try introducing non-Euclidean geometry, but apparently that has a tendency to introduce very angry elder gods. [20:49] Blazeix: if they were stacked, how would we all work? I don't want to be on the bottom of the column. :D [20:49] That would just be painful [20:50] crap, i guess that wouldn't work after all [20:50] lol [20:50] :P [20:56] snap-l: where did you get the linux laptop? === randy is now known as Guest95473 === Guest95473 is now known as JaceAlvejetti === randy_ is now known as JaceAlvejetti [22:02] snap-l: I dont know if you responded to my question about where you got your Ubuntu laptop at. Left work, realized it was time and had to pick up my son.