*** wormsxulla has joined #cc | 00:00 | |
*** jgay has quit IRC | 00:01 | |
*** MarkDude has joined #cc | 00:04 | |
*** d00b has joined #cc | 00:15 | |
*** MarkDude has quit IRC | 00:30 | |
*** d00b has quit IRC | 00:38 | |
*** luisv has quit IRC | 00:39 | |
*** mralex has quit IRC | 00:40 | |
*** MarkDude has joined #cc | 00:49 | |
*** MarkDude has quit IRC | 01:14 | |
*** nkinkade has quit IRC | 01:18 | |
*** tantek has joined #cc | 01:25 | |
*** MarkDude has joined #cc | 01:29 | |
*** jgay has joined #cc | 01:34 | |
*** MarkDude has quit IRC | 01:36 | |
*** papyromancer has joined #cc | 01:43 | |
*** erlehmann has joined #cc | 01:47 | |
*** oshani has quit IRC | 02:20 | |
*** JoiIto has quit IRC | 02:52 | |
*** JoiIto has joined #cc | 03:01 | |
*** JoiIto has quit IRC | 03:15 | |
*** JoiIto has joined #cc | 03:19 | |
*** tantek has quit IRC | 04:28 | |
*** jgay has quit IRC | 05:29 | |
*** Kaetemi has quit IRC | 05:59 | |
*** tantek has joined #cc | 06:19 | |
*** MarkDude has joined #cc | 06:40 | |
*** JoiIto1 has joined #cc | 06:44 | |
*** JoiIto has quit IRC | 06:45 | |
*** JoiIto1 has quit IRC | 07:02 | |
*** JED3 has quit IRC | 07:12 | |
*** tantek has quit IRC | 07:34 | |
*** MarkDude has quit IRC | 07:56 | |
*** MarkDude has joined #cc | 07:57 | |
*** MarkDude has quit IRC | 07:59 | |
*** MarkDude has joined #cc | 07:59 | |
*** shellac has joined #cc | 08:16 | |
*** shellac has quit IRC | 08:59 | |
*** shellac has joined #cc | 09:01 | |
*** shellac has quit IRC | 09:10 | |
*** JoiIto has joined #cc | 09:21 | |
*** erlehmann has quit IRC | 10:47 | |
*** JoiIto has joined #cc | 10:59 | |
*** wormsxulla has quit IRC | 12:35 | |
*** wormsxulla has joined #cc | 12:53 | |
*** nkinkade has joined #cc | 13:39 | |
*** bassel has joined #cc | 13:50 | |
*** ea4xgr has joined #cc | 13:51 | |
*** oshani has joined #cc | 15:10 | |
*** oshani has quit IRC | 15:11 | |
*** oshani has joined #cc | 15:14 | |
*** Kaetemi has joined #cc | 15:25 | |
*** JED3 has joined #cc | 16:10 | |
*** d00b has joined #cc | 16:10 | |
*** michi_ has joined #cc | 16:27 | |
*** nathany has joined #cc | 16:29 | |
*** akozak has joined #cc | 16:32 | |
*** JED3 has quit IRC | 16:43 | |
*** oshani has quit IRC | 16:44 | |
*** oshani has joined #cc | 16:52 | |
*** robmyers has joined #cc | 16:56 | |
*** tantek has joined #cc | 17:00 | |
*** ea4xgr has quit IRC | 17:08 | |
*** JED3 has joined #cc | 17:40 | |
*** k9d-925 has quit IRC | 17:41 | |
*** JED3 has left #cc | 17:47 | |
*** JED3 has joined #cc | 17:47 | |
*** stas has quit IRC | 17:54 | |
*** ankitg is now known as ankitg|afk | 18:06 | |
*** tantek has quit IRC | 18:20 | |
*** michi_ has quit IRC | 18:47 | |
JED3 | paroneayea: ping | 18:56 |
---|---|---|
paroneayea | JED3: pong | 18:57 |
paroneayea | JED3: just got your email | 18:57 |
JED3 | cool, I have an unrelated question... http://dpaste.com/178578/ | 18:59 |
JED3 | i'm trying to avoid trailing whitespaces and newlines, but for some reason there is still a newline after the div on line 3 | 19:00 |
JED3 | ...this is jinja2 btw | 19:00 |
paroneayea | looking | 19:03 |
*** tantek has joined #cc | 19:03 | |
paroneayea | I haven't used the whitespace control stuff actually | 19:05 |
paroneayea | but maybe it's because | 19:05 |
paroneayea | {%- elif attributionName %} | 19:05 |
paroneayea | is missing one dash? | 19:05 |
paroneayea | not sure | 19:05 |
JED3 | hah, no i need that missing dash, because i need a space between the link and the license information | 19:05 |
paroneayea | oh | 19:06 |
paroneayea | oh wait | 19:06 |
paroneayea | are you intending to compile this all as one line? | 19:06 |
JED3 | yes | 19:06 |
paroneayea | I have a utility for this! :D | 19:06 |
JED3 | oh sweet, do share | 19:06 |
paroneayea | cc.license.util.strip_xml | 19:07 |
paroneayea | requires you parse the rendered output into lxml first | 19:07 |
paroneayea | but then it'll format it human-like | 19:07 |
paroneayea | see the docstring | 19:07 |
paulproteus | d00ds on Slashdot's front page, there's my Cosmetic Carbon Copy RFC! | 19:08 |
paroneayea | paulproteus: nice! | 19:08 |
*** helloworld has joined #cc | 19:09 | |
paroneayea | JED3: that's what I use in the html formatters | 19:12 |
paroneayea | so I can let the whitespace be messy but translate it into a perfekt lookin string | 19:13 |
JED3 | wait so it just returns an xml string without any whitespace whatsoever? | 19:14 |
paroneayea | not without any whitespace | 19:14 |
paroneayea | with human-style whitespace | 19:14 |
paroneayea | originally I was just stripping out all whitespace but that doesn't look like how humans format it | 19:15 |
paroneayea | look at the docstring, it has a good example: | 19:16 |
paroneayea | http://dpaste.com/178583/ | 19:16 |
*** shellac has joined #cc | 19:17 | |
JED3 | ohh okay, this could be problematic for me, since most of my strings won't be valid xhtml | 19:24 |
paroneayea | JED3: probably not a problem actually | 19:25 |
paroneayea | lxml.html | 19:25 |
paroneayea | hm, though not sure if lxml.html preserves metadata | 19:26 |
paroneayea | though actually | 19:28 |
paroneayea | it doesn't need to be valid does it? | 19:28 |
paroneayea | it just needs to be wrapped in an element for lxml.etree.parse to parse it | 19:28 |
paroneayea | and by default lxml.etree.parse won't really care what's in there if you don't give it a DTD | 19:28 |
paroneayea | iirc | 19:28 |
paroneayea | JED3: I have a problem for you also actually | 19:29 |
JED3 | paroneayea: xslt might be able to handle what you are doing here | 19:30 |
JED3 | paroneayea: using <xsl:strip-space elements="*"/> | 19:37 |
paroneayea | oh | 19:37 |
paroneayea | welllll | 19:37 |
JED3 | paroneayea: spoke too soon, doesn't really work based on your docstrings ha | 19:37 |
*** michi_ has joined #cc | 19:38 | |
JED3 | paroneayea: whats the problem? | 19:38 |
paroneayea | so I added those strings to the master .po file | 19:38 |
paroneayea | but for some reason they are not being pushed to all the other .po files! | 19:38 |
paroneayea | I really don't know how I am supposed to do this | 19:38 |
* paroneayea n00b | 19:38 | |
*** jgay has joined #cc | 19:39 | |
*** shellac has quit IRC | 19:39 | |
JED3 | paroneayea: brb | 19:42 |
*** nathany has quit IRC | 19:49 | |
*** shellac has joined #cc | 20:15 | |
nkinkade | http://forums.serverbeach.com/showthread.php?t=8004 | 20:20 |
*** michi_ has quit IRC | 20:20 | |
nkinkade | That may explain a7. | 20:20 |
nkinkade | Looks like the fixed the problem, and now a7 is back up. | 20:23 |
*** helloworld has quit IRC | 20:25 | |
*** nathany has joined #cc | 20:29 | |
JED3 | paroneayea: figure out the po problem? | 20:31 |
paroneayea | JED3: nope | 20:32 |
JED3 | :/ so you have the msg in master po but it's not being added to the others? | 20:32 |
paroneayea | seems so | 20:34 |
*** tantek has quit IRC | 20:35 | |
JED3 | you've ran po2cc afterwards? | 20:36 |
paroneayea | I thought I did | 20:36 |
paroneayea | maybe I didn't | 20:37 |
paroneayea | it doesn't show up in my bash history | 20:37 |
paroneayea | I will try again | 20:37 |
*** tantek has joined #cc | 20:42 | |
*** oshani has quit IRC | 20:59 | |
*** oshani has joined #cc | 21:02 | |
paroneayea | nkinkade: looks down again | 21:06 |
paroneayea | I can't connect | 21:06 |
nathany | nkinkade, do we know what's up with a7? | 21:09 |
*** mlinksva has joined #cc | 21:09 | |
nkinkade | nathany: Look back in #cc | 21:09 |
mlinksva | nkinkade, wiki is down? | 21:09 |
nkinkade | If it's down again, then it's likely the same problem in the data center. | 21:09 |
nkinkade | mlinksva: That doesn't surprise me. | 21:09 |
nathany | nkinkade, sorry, i didn't have that in my history (and it doesn't seem to have hit the log yet) | 21:09 |
nkinkade | nathany: Are we still logging? :-) | 21:10 |
nathany | nkinkade, i didn't turn it off | 21:10 |
nkinkade | http://forums.serverbeach.com/showthread.php?t=8004 | 21:10 |
nkinkade | nathany: I never heard back from you on that thread. I'll shut it down if you want. | 21:10 |
nathany | nkinkade, i didn't hear any consensus, so i put it on the back burner | 21:11 |
akozak | yea wiki has been finicky today | 21:11 |
nkinkade | Has the wiki been finicky or has a7 been finicky? | 21:11 |
akozak | nkinkade, I don't know... | 21:12 |
nkinkade | It's an important distinction. | 21:12 |
akozak | nkinkade, my main interaction with a7 is through the wiki. | 21:12 |
mlinksva | i've used it off and on all day and it hasn't been finicky | 21:12 |
mlinksva | that wiki that is | 21:12 |
nkinkade | Hmm. | 21:12 |
akozak | jane IMed me during lunch and said she couldn't get to the wiki, and I just now had issues | 21:13 |
nkinkade | I can try to reboot a7, but I suspect that it's still some fallout from the Virginia data center issues. | 21:13 |
nathany | nkinkade, based on http://forums.serverbeach.com/showthread.php?t=8004 it sounds like we should open a ticket? | 21:13 |
nathany | since we're still experiencing issues? | 21:14 |
nkinkade | akozak: If Jane can't access the wiki, then she needs to be contacting me, not IMing you. :-) | 21:14 |
nkinkade | Sure. I can open a ticket. | 21:14 |
nkinkade | But I just tried a reboot, so let's give it a minute or two. I can't get any more down that it already is. | 21:14 |
nathany | :) | 21:14 |
nathany | got it | 21:14 |
nathany | thanks | 21:14 |
akozak | nkinkade, yea I think it was temporary? don't have many details. | 21:14 |
akozak | nkinkade, ill let her know to IM you in the future. | 21:15 |
nkinkade | Seems to be back up <- nathany, mlinksva | 21:15 |
nkinkade | akozak: Basically if any web property we have is inaccessible then I should be notified as soon as possible. I may already know from Nagios, but it's good to have feedback from others. | 21:16 |
akozak | nkinkade, roger | 21:16 |
paroneayea | I can ssh in again | 21:17 |
akozak | yea wiki appears fine now | 21:17 |
mlinksva | thank you | 21:18 |
paroneayea | mlinksva: welcome back to #cc! ;) | 21:18 |
*** mlinksva has quit IRC | 21:18 | |
paroneayea | oh, and like that gone :) | 21:18 |
JED3 | haha | 21:19 |
paroneayea | [Sat Jan 23 2010] <- mlinksva's last previous login to #cc | 21:19 |
akozak | hahaha | 21:20 |
akozak | that was classic | 21:20 |
akozak | esp given that he didn't even bother with a quit message :P | 21:21 |
*** jgay has quit IRC | 21:25 | |
*** ankitg has joined #cc | 21:28 | |
*** ankitg|afk has quit IRC | 21:31 | |
*** johnsu01 has quit IRC | 21:34 | |
paroneayea | okay, wow. I figured out what I did wrong | 21:35 |
paroneayea | it's actually kind of like | 21:35 |
paroneayea | uber embarassing. | 21:35 |
paroneayea | ... I forgot to svn commit after running po2cc ._. | 21:35 |
*** bassel has quit IRC | 21:37 | |
*** shellac has quit IRC | 21:38 | |
*** johnsu01 has joined #cc | 21:48 | |
*** Kaetemi has quit IRC | 21:50 | |
*** jgay has joined #cc | 21:57 | |
*** jgay has quit IRC | 22:00 | |
paroneayea | nkinkade: so are the git repositories synced with git on a crontab or something? | 22:01 |
nkinkade | paroneayea: Which git repos? | 22:01 |
paroneayea | stuff like i18n.git | 22:01 |
nkinkade | The git repositories are git. | 22:01 |
nkinkade | I'm not sure I understand. | 22:01 |
nkinkade | They all live on code.CC.org. | 22:01 |
paroneayea | no I mean | 22:02 |
paroneayea | the git repositories that are mirrors of svn repositories | 22:02 |
nkinkade | Ah, yes, they are. | 22:02 |
nkinkade | They are handled by the user sheeshcron on a7. | 22:03 |
paroneayea | ah okay | 22:03 |
paroneayea | cool | 22:03 |
paroneayea | heh | 22:03 |
*** shellac has joined #cc | 22:04 | |
*** Kaetemi has joined #cc | 22:13 | |
*** wormsxulla has quit IRC | 22:17 | |
*** _l_ has joined #cc | 22:26 | |
*** wormsxulla has joined #cc | 22:34 | |
akozak | hmm, wiki-saving problems again | 22:38 |
*** oshani has quit IRC | 22:38 | |
akozak | nkinkade, can you get to the CC wiki? | 22:38 |
paroneayea | looks like someone restarted / shut down a7 | 22:38 |
akozak | ah | 22:39 |
paroneayea | presumably nkinkade | 22:39 |
paroneayea | oh hey | 22:39 |
paroneayea | Broadcast message from root@a7.creativecommons.org (Thu Apr 1 22:36:52 2010)Power button pressed | 22:39 |
paroneayea | power button pressed | 22:39 |
nkinkade | Huh? | 22:39 |
paroneayea | who pressed the power button | 22:39 |
paroneayea | I wonder | 22:39 |
akozak | damn kids | 22:39 |
paroneayea | someone at the datacenter | 22:39 |
akozak | wasn't there an instance of a large-ish datacenter being taken offline because someone tripped on a cable or something? | 22:40 |
paroneayea | there was an instance of a large-ish datacenter being taken down by being hit by a truck | 22:42 |
nkinkade | Yeah, it shows an uptime of 3min | 22:42 |
nkinkade | I certainly didn't reboot the machine 3 or 4 minutes ago. | 22:42 |
paroneayea | well it said someone hit a power button | 22:42 |
paroneayea | it's not unlikely that they sent a tech around to hit the reboot button on a bunch of machines | 22:42 |
nkinkade | That sucks. | 22:43 |
paroneayea | oh | 22:43 |
paroneayea | did you guys file a ticket | 22:43 |
paroneayea | because they might have taken the "press the reboot switch" solution route | 22:43 |
nkinkade | No, I didn't file a ticket. | 22:45 |
nkinkade | But I did request a reboot about an hour ago. | 22:45 |
paroneayea | ah | 22:45 |
paroneayea | that would be it! | 22:45 |
*** shellac has quit IRC | 22:45 | |
nkinkade | It used to be that clicking the reboot button did something electronically. | 22:45 |
nkinkade | No, I'm not sure that would be it. | 22:45 |
nkinkade | If that were it, it would mean that the RapidReboot function now does nothing more than send an email to a tech to have them go by your machine and hit the reboot key. | 22:46 |
paroneayea | or, that that's what happens when RapidReboot fails. | 22:46 |
nkinkade | Besides, and hour is unacceptable turn-around time for a reboot request. | 22:46 |
paroneayea | that much is true | 22:46 |
nkinkade | I may send then a ticket on this anyway, just to inquire. | 22:46 |
nkinkade | Thanks for the note on the power button thing, paroneayea | 22:47 |
paroneayea | let me know when you find out | 22:47 |
paroneayea | I'm curious | 22:47 |
paroneayea | np | 22:47 |
paroneayea | I have the answer I think. | 22:49 |
paroneayea | The datacenter is controlled by robots. | 22:50 |
nkinkade | haha | 22:50 |
paroneayea | And the robots were malfunctioning! | 22:50 |
nkinkade | Slow, inefficient ones. | 22:50 |
paroneayea | Which is why all these problems are happening | 22:50 |
paroneayea | .---. | 22:50 |
paroneayea | |o_o| REBOOT REBOOT | 22:50 |
paroneayea | :---+-c BEEP BEEP BEEP | 22:50 |
paroneayea | ||=|| | 22:50 |
paroneayea | (lll) | 22:50 |
paroneayea | T | 22:51 |
paroneayea | .-'- | 22:51 |
paroneayea | | O_O| INCOMING TRANSMISSION | 22:51 |
paroneayea | '----' --------------------- | 22:51 |
paroneayea | // ooo|\ REBOOTREBOOTREBOOTREB | 22:51 |
paroneayea | //| |XX|\\ OOTREBOOTREBOOTREBOOT | 22:51 |
paroneayea | C | ---| C REBOOTREBOOTREBOOTREB | 22:51 |
paroneayea | I bet it's some kind of robot uprising. | 22:51 |
paroneayea | I've been waiting for this day | 22:51 |
* paroneayea suits up | 22:51 | |
akozak | would be cooler if that was the robot from the show reboot | 22:51 |
paroneayea | ohhhh snap | 22:51 |
paroneayea | you mean Phong? | 22:51 |
paroneayea | do you know why that robot was named phong | 22:52 |
paroneayea | because it was a reflective, shiny robot, and it was using a phong specular rendering technique | 22:52 |
paroneayea | If you open blender and go to the material settings, phong is one of the specular options | 22:52 |
akozak | haha | 22:53 |
akozak | interesting factoid | 22:53 |
*** shellac has joined #cc | 23:10 | |
JED3 | paroneayea: nathany: i am about to commit some code and would like go ahead and include the URL of where the fixtures will live | 23:15 |
nathany | i was thinking that it'd be nice to put those under the existing http://code.creativecommons.org/doc/ but I'm not sure that actually save any time/effort/etc | 23:16 |
nathany | So code.cc/tests or code.cc/fixtures is fine with me | 23:17 |
JED3 | okay, thx | 23:17 |
*** tantek has quit IRC | 23:20 | |
*** robmyers has quit IRC | 23:21 | |
*** nathany has quit IRC | 23:23 | |
*** akozak has quit IRC | 23:30 | |
*** Kaetemi has quit IRC | 23:37 | |
*** shellac has quit IRC | 23:38 | |
*** tantek has joined #cc | 23:39 | |
*** _l_ has quit IRC | 23:41 | |
*** Kaetemi has joined #cc | 23:47 | |
*** oshani has joined #cc | 23:49 | |
*** Lalton has joined #cc | 23:59 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!