IRC log of dig on 2009-05-27

Timestamps are in UTC.

00:13:21 [Trista188]
Trista188 has quit (Read error: 104 (Connection reset by peer))
00:17:01 [Tristan]
Tristan (n=Tristan@i.dont.want.to.die.virgin.net.in) has joined #dig
00:25:55 [jsoltren1]
jsoltren1 has quit ("Leaving.")
00:36:30 [timbl]
timbl has quit ()
00:54:29 [lkagal]
lkagal has quit ()
03:16:55 [amy]
amy has quit (pratchett.freenode.net irc.freenode.net)
03:17:31 [amy]
amy (n=amy@amy.csail.mit.edu) has joined #dig
03:17:59 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
03:24:59 [oshani]
oshani has left #dig
03:32:46 [lkagal]
lkagal has quit ()
08:33:13 [Tristan]
Tristan has quit (Remote closed the connection)
11:45:26 [RalphS]
RalphS (n=swick@30-7-227.wireless.csail.mit.edu) has joined #dig
11:47:27 [Tristan]
Tristan (n=Tristan@i.dont.want.to.die.virgin.net.in) has joined #dig
11:58:37 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
12:47:18 [timbl]
timbl (n=timbl@w3cdhcp5.w3.org) has joined #dig
13:58:37 [fuming]
fuming (n=chatzill@30-16-230.dynamic.csail.mit.edu) has joined #dig
14:04:31 [fuming]
fuming has quit ("ChatZilla 0.9.84 [Firefox 3.0.7/2009021910]")
14:24:02 [lkagal]
lkagal has quit ()
14:31:02 [fuming]
fuming (n=chatzill@30-16-230.dynamic.csail.mit.edu) has joined #dig
15:04:04 [timbl]
Ooops - with http://www.w3.org/2006/vcard/ns, I get onttrying to look at any serialization, : Error: incoming[x].push is not a function
15:04:04 [timbl]
Source File: chrome://tabulator/content/js/rdf/serialize.js
15:04:04 [timbl]
Line: 121
15:04:27 [lkagal]
lkagal (n=lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
15:53:11 [Pipian]
Pipian (n=pipian@w3cdhcp27.w3.org) has joined #dig
16:13:37 [oshani]
oshani (n=oshani@w3cdhcp4.w3.org) has joined #dig
16:30:18 [charles2]
charles2 (n=charles2@30-5-183.wireless.csail.mit.edu) has joined #dig
16:59:06 [timbl]
charles2, see http://dig.csail.mit.edu/2005/ajar/ajaw/Coding.html
16:59:35 [timbl]
and http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html
16:59:51 [charles2]
timbl: thanks, I'll check them out.
18:15:13 [fuming_]
fuming_ (n=fuming@dhcp-18-111-6-113.dyn.mit.edu) has joined #dig
18:46:51 [fuming]
fuming has quit ("ChatZilla 0.9.84 [Firefox 3.0.7/2009021910]")
18:47:22 [fuming]
fuming (n=fuming@30-16-242.dynamic.csail.mit.edu) has joined #dig
18:50:35 [fuming_]
fuming_ has quit (Read error: 60 (Operation timed out))
18:56:05 [kennyluck]
charles2, can you give me your URI(ie. FOAF)
18:57:03 [charles2]
kennyluck: http://web.mit.edu/charles2/www/foaf.rdf#me
18:57:14 [kennyluck]
thanks
18:57:16 [charles2]
sure
19:04:58 [kennyluck]
timbl, FYI, if you are using an RSS reader, http://dig.csail.mit.edu/svn/recent is also a valid RSS feed.
19:36:28 [timbl]
I have put a list of things at http://dig.csail.mit.edu/2005/ajar/ajaw/Background.html now too
19:37:16 [timbl]
kennyluck, that URL gives me a: A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. SpiderMonkey returned the following message: /afs/csail.mit.edu/group/dig/www/data/2005/ajar/ajaw/js/rdf/serialize.js:459: ReferenceError: n is not defined
19:37:18 [timbl]
args = ('Error occured during JavaScript execution. Spide...rialize.js:459: ReferenceError: n is not defined\n',)
19:37:21 [timbl]
errno = None
19:37:23 [timbl]
filename = None
19:37:25 [timbl]
strerror = None
19:37:29 [timbl]
That was a summary
19:37:47 [timbl]
/afs/csail.mit.edu/group/dig/www/data/2009/05/2009/05/jsGRDDL/run.cgi in run_jsGRDDL(source='file:///tmp/tmpIMJm7m', script='extract_svn.js', format='N3', referer='http://dig.csail.mit.edu/svn/', location=None, enableJQ=False)
19:37:49 [kennyluck]
timbl, I am exactly debuging this
19:37:53 [timbl]
ok
19:38:13 [kennyluck]
in serialize.js:hexify()
19:38:25 [kennyluck]
function hexify(str) { // also used in parser
19:38:25 [kennyluck]
var res = '';
19:38:25 [kennyluck]
for (var i=0; i<str.length; i++) {
19:38:25 [kennyluck]
k = str.charCodeAt(i);
19:38:26 [kennyluck]
if (k>126 || k<33)
19:38:26 [kennyluck]
res += '%' + ('0'+n.toString(16)).slice(-2); // convert to upper?
19:38:27 [kennyluck]
else
19:38:29 [kennyluck]
res += str[i];
19:38:31 [kennyluck]
}
19:38:33 [kennyluck]
return res;
19:38:35 [kennyluck]
}
19:38:43 [kennyluck]
timbl, this is part of the tabulator code.
19:39:03 [kennyluck]
may I just replace hexify with encodeURI, a JavaScript global function?
19:39:11 [timbl]
Yes, part of the serialization code .. you are running it server side?
19:39:16 [kennyluck]
Yes.
19:39:22 [timbl]
Nice
19:39:35 [kennyluck]
I am playing with the idea I called jsGRDLL
19:39:46 [timbl]
I wonder whether it is being fed the wrong sort of strings in that env
19:39:50 [kennyluck]
use JavaScript instead of XSLT to do GRDDL
19:41:20 [kennyluck]
In hexify@serialize.js. The variable "n" is something weird
19:41:53 [kennyluck]
probably something wrong while translating notation3.py
19:42:09 [fuming_]
fuming_ (n=fuming@dhcp-18-111-6-113.dyn.mit.edu) has joined #dig
19:58:38 [fuming]
fuming has quit (Read error: 110 (Connection timed out))
19:58:56 [kennyluck]
timbl, Pipian, I don't find the code in notation3.py that dehexify escaped URI. Is this a potential problem, I wonder.
19:59:30 [kennyluck]
notation3.py, line 816
19:59:31 [kennyluck]
elif str[i]=="<":
19:59:31 [kennyluck]
i = i + 1
19:59:31 [kennyluck]
st = i
19:59:31 [kennyluck]
while i < len(str):
19:59:32 [kennyluck]
if str[i] == ">":
19:59:32 [kennyluck]
uref = str[st:i] # the join should dealt with "":
19:59:34 [kennyluck]
if self._baseURI:
19:59:36 [kennyluck]
uref = uripath.join(self._baseURI, uref)
20:04:04 [fuming]
fuming (n=fuming@30-16-242.dynamic.csail.mit.edu) has joined #dig
20:21:08 [fuming_]
fuming_ has quit (Read error: 110 (Connection timed out))
20:21:26 [RalphS]
RalphS has quit ("bye for today")
20:30:07 [charles2]
charles2 has quit ()
20:39:27 [lkagal]
lkagal has quit ()
20:40:16 [charles2]
charles2 (n=charles2@dhcp-18-111-19-208.dyn.mit.edu) has joined #dig
20:44:56 [oshani]
Hi all, just FYI: I will be presenting my poster - http://dig.csail.mit.edu/2009/oshani-thesis/poster/poster_CSAIL_IAP.pdf at CSAIL IAP from 5pm onwards
20:48:13 [oshani]
oshani has quit ()
20:55:25 [charles2]
charles2 has quit ()
20:57:01 [charles2]
charles2 (n=charles2@dhcp-18-111-19-208.dyn.mit.edu) has joined #dig
21:04:09 [timbl_]
timbl_ (n=timbl@30-6-176.wireless.csail.mit.edu) has joined #dig
21:04:30 [timbl_]
timbl_ has quit (Client Quit)
21:15:38 [charles2_]
charles2_ (n=charles2@30-5-183.wireless.csail.mit.edu) has joined #dig
21:20:33 [charles2]
charles2 has quit (Read error: 110 (Connection timed out))
21:20:44 [timbl]
timbl has quit (Read error: 110 (Connection timed out))
21:50:44 [timbl]
timbl (n=timbl@pool-96-233-120-166.bstnma.fios.verizon.net) has joined #dig
22:31:14 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
22:38:28 [lkagal]
lkagal has quit ()
22:53:08 [fuming]
fuming has quit ()
22:55:53 [Pipian]
Pipian has quit (Remote closed the connection)
23:10:28 [oshani]
oshani (n=oshani@w3cdhcp4.w3.org) has joined #dig
23:13:39 [charles2_]
charles2_ has quit ()
23:26:06 [charles2]
charles2 (n=charles2@dhcp-18-111-19-208.dyn.mit.edu) has joined #dig
23:26:17 [charles2]
charles2 has quit (Client Quit)