IRC log of dig on 2013-04-10

Timestamps are in UTC.

00:17:35 [mc-uk]
mc-uk (~mc@209.117.33.69) has joined #dig
00:25:14 [manu-db]
manu-db has quit (Read error: Connection reset by peer)
00:42:17 [mc-uk]
mc-uk has quit (Quit: mc-uk)
01:35:26 [kkw]
kkw (~kkw@18.111.69.152) has joined #dig
01:35:41 [kkw]
kkw has left #dig
02:16:04 [melvster1]
melvster1 has quit (Read error: Operation timed out)
06:16:10 [melvster]
melvster (~melvin@89.176.108.70) has joined #dig
06:46:00 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-325-230.w83-200.abo.wanadoo.fr) has joined #dig
06:49:22 [cheater__]
cheater__ (~cheater@p4FD0E79A.dip.t-dialin.net) has joined #dig
06:52:44 [cheater_1]
cheater_1 has quit (Ping timeout: 252 seconds)
07:02:05 [webr3]
webr3 has quit (Ping timeout: 245 seconds)
07:07:45 [webr3]
webr3 (~nathan@host86-154-53-200.range86-154.btcentralplus.com) has joined #dig
07:30:09 [deiu]
deiu (~andrei@157.159.103.230) has joined #dig
07:30:10 [deiu]
deiu has quit (Changing host)
07:30:10 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
07:48:21 [trueg_away]
trueg_away is now known as s-trueg
09:10:18 [webr3]
webr3 has quit (Ping timeout: 256 seconds)
09:14:37 [webr3]
webr3 (~nathan@host213-122-100-239.range213-122.btcentralplus.com) has joined #dig
09:38:19 [deiu]
deiu has quit (Read error: Connection reset by peer)
09:38:44 [deiu]
deiu (~andrei@157.159.103.230) has joined #dig
09:38:44 [deiu]
deiu has quit (Changing host)
09:38:44 [deiu]
deiu (~andrei@unaffiliated/deiu) has joined #dig
09:40:09 [rszeno]
rszeno has quit (Quit: Leaving.)
10:15:57 [bblfish]
bblfish has quit (Ping timeout: 276 seconds)
10:17:25 [s-trueg]
s-trueg is now known as trueg_away
10:18:18 [melvster]
melvster has quit (Quit: Leaving.)
10:35:14 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-96-137.w83-112.abo.wanadoo.fr) has joined #dig
10:38:28 [melvster]
melvster (~melvin@89.176.108.70) has joined #dig
11:09:50 [Ralph_]
Ralph_ (RSwick@w3cvpn1.w3.org) has joined #dig
11:09:58 [Ralph_]
Ralph_ is now known as RalphS
11:47:15 [trueg_away]
trueg_away is now known as s-trueg
11:55:47 [bblfish]
bblfish has quit (Remote host closed the connection)
11:58:57 [scor]
scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) has joined #dig
11:58:57 [scor]
scor has quit (Changing host)
11:58:57 [scor]
scor (~scor@drupal.org/user/52142/view) has joined #dig
12:02:52 [scor]
scor has quit (Client Quit)
12:07:18 [scor]
scor (~scor@drupal.org/user/52142/view) has joined #dig
12:14:02 [scor]
scor has quit (Quit: scor)
12:36:12 [deiu]
deiu has quit (Quit: Leaving)
12:55:21 [timbl]
timbl (~timbl@30-7-4.wireless.csail.mit.edu) has joined #dig
13:24:44 [manu-db]
manu-db (~msporny@216.252.204.51) has joined #dig
13:38:06 [s-trueg]
s-trueg is now known as trueg_away
13:51:20 [mc-uk]
mc-uk (~mc@30-7-139.wireless.csail.mit.edu) has joined #dig
14:20:04 [mc-uk]
mc-uk has left #dig
14:37:47 [scor]
scor (~scor@drupal.org/user/52142/view) has joined #dig
14:44:27 [mc-uk]
mc-uk (~mc@30-7-139.wireless.csail.mit.edu) has joined #dig
14:44:46 [mc-uk]
morning diggers...
14:52:29 [amy]
good morning' mc
15:00:53 [trueg_away]
trueg_away is now known as s-trueg
15:08:26 [RalphS]
RalphS has quit (Ping timeout: 255 seconds)
15:08:55 [RalphS]
RalphS (RSwick@w3cdhcp61.w3.org) has joined #dig
15:10:56 [kkw]
kkw (~kkw@2001:470:8b2d:7d8:5ab0:35ff:fe7d:2b8d) has joined #dig
15:59:49 [kkw]
kkw has quit (Quit: kkw)
17:07:29 [kkw]
kkw (~kkw@2001:470:8b2d:7d8:5ab0:35ff:fe7d:2b8d) has joined #dig
17:13:26 [s-trueg]
s-trueg is now known as trueg_away
17:31:59 [presbrey]
are there well-defined rules for the base uri when parsing turtle after a 301?
17:32:57 [presbrey]
301 means permanent, so I think we should use the the final destination uri
17:34:11 [presbrey]
vs 302 temp (eg. purl.org), where you use the original request uri
17:34:52 [presbrey]
I am trying to see if we make this distinction in tabulator
17:37:14 [presbrey]
it becomes problematic if you type eg. http://www.w3.org/ns (pretend directory listings were in turtle)
17:37:36 [presbrey]
joe$ curl -I http://www.w3.org/ns
17:37:36 [presbrey]
HTTP/1.1 301 Moved Permanently
17:37:36 [presbrey]
Location: http://www.w3.org/ns/
17:40:01 [presbrey]
if the listing data at /ns/ use relative uris and you parse based on the request uri, all the targets are invalid
17:42:58 [presbrey]
its easily reproducible and can fix in tabulator, but I hope the bug is just local :)
18:16:08 [rszeno]
rszeno (~rszeno@79.114.21.124) has joined #dig
18:27:44 [trueg_away]
trueg_away is now known as s-trueg
18:57:06 [github]
01[13tabulator-firefox01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/oFFiDQ
18:57:06 [github]
13tabulator-firefox/06master 1433fdcab 15presbrey: use latest tabulator
19:17:29 [kkw]
kkw has quit (Quit: kkw)
19:25:23 [s-trueg]
s-trueg is now known as trueg_away
19:33:06 [trueg_away]
trueg_away is now known as s-trueg
19:52:51 [s-trueg]
s-trueg is now known as trueg_away
19:56:20 [kkw]
kkw (~kkw@30-9-192.wireless.csail.mit.edu) has joined #dig
20:00:36 [timbl]
timbl has quit (Quit: timbl)
20:05:52 [timbl]
timbl (~timbl@30-7-4.wireless.csail.mit.edu) has joined #dig
20:06:16 [kkw]
kkw has quit (Quit: kkw)
20:21:04 [RalphS]
RalphS has quit ()
21:08:03 [timbl]
timbl has quit (Quit: timbl)
21:20:51 [mc-uk]
mc looks at timbl
21:21:02 [mc-uk]
and says "night now, y'all"
21:22:13 [mc-uk]
mc-uk has quit (Quit: mc-uk)
21:49:56 [rszeno]
rszeno has quit (Remote host closed the connection)
21:50:17 [rszeno]
rszeno (~rszeno@79.114.21.124) has joined #dig
22:32:14 [mc-uk]
mc-uk (~mc@209.117.33.69) has joined #dig
22:44:42 [mc-uk]
mc-uk has quit (Quit: mc-uk)
23:18:47 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-96-137.w83-112.abo.wanadoo.fr) has joined #dig
23:23:10 [GitHub0]
01[13ldpy01] 15presbrey pushed 2 new commits to 06master: 02http://git.io/62ysSw
23:23:10 [GitHub0]
13ldpy/06master 1410baaef 15joe: emit Directories with trailing slashes
23:23:10 [GitHub0]
13ldpy/06master 146e5dbc7 15joe: editable graphs send headers
23:27:41 [GitHub97]
01[13rdflib.js01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/yJdbrw
23:27:41 [GitHub97]
13rdflib.js/06master 14ad398a2 15presbrey: use sparql update 1.1 recommended header
23:29:59 [GitHub148]
01[13tabulator01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/EFlw1Q
23:29:59 [GitHub148]
13tabulator/06master 141e53651 15presbrey: use latest rdflib.js
23:31:25 [github]
01[13tabulator-firefox01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/oNRGhA
23:31:25 [github]
13tabulator-firefox/06master 140e3967f 15presbrey: use latest tabulator
23:35:29 [bblfish]
bblfish has quit (Remote host closed the connection)
23:41:06 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-96-137.w83-112.abo.wanadoo.fr) has joined #dig
23:41:37 [GitHub81]
01[13data.fm01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/ngNWEA
23:41:37 [GitHub81]
13data.fm/06master 14fa0d5d2 15presbrey: [w3] use sparql 1.1 recommended header
23:42:04 [GitHub42]
01[13tabulator01] 15presbrey 04force-pushed 06gh-pages from 1449b4198 to 1446a23fc: 02http://git.io/ho2knA
23:42:04 [GitHub42]
13tabulator/06gh-pages 1446a23fc 15presbrey: gh-pages: latest build
23:43:46 [scor]
scor has quit (Quit: scor)
23:52:26 [bblfish]
bblfish has quit (Ping timeout: 252 seconds)