IRC log of dig on 2013-07-29

Timestamps are in UTC.

11:34:31 [DIGlogger]
DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig
11:34:31 [pratchett.freenode.net]
topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/
11:34:31 [pratchett.freenode.net]
Users on #dig: DIGlogger RalphS bblfish melvster deiu rszeno presbrey timbl ericP sandro mattl bergi tyteen4a03 zuzak Yudai______
11:42:45 [bblfish]
bblfish has quit (Read error: Connection reset by peer)
11:43:20 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-160-25.w86-212.abo.wanadoo.fr) has joined #dig
12:17:32 [deiu]
Hello all (and the NSA)
12:18:15 [deiu]
Does anyone know how to create a WAC policy where a WebID has R/W for a resource, and anyone has R?
12:19:08 [deiu]
I can't figure out how to separate the two types of users and access
12:47:37 [presbrey]
deiu, you need 2 rules
12:48:34 [presbrey]
<#1> agentClass foaf:Agent; mode Read.
12:48:49 [presbrey]
<#2> agent <WebID>; mode Read, Write.
12:49:14 [presbrey]
both rules accessTo/defaultForNew the resource
13:00:51 [deiu]
presbrey, thanks
13:01:17 [deiu]
but I can't use the rule names to identify one resource anymore
13:01:36 [deiu]
since <#1> and <#2> must be unique
13:02:52 [rszeno]
rszeno has quit (Ping timeout: 264 seconds)
13:15:54 [rszeno]
rszeno (~rszeno@79.114.79.216) has joined #dig
13:49:43 [betehess]
betehess (~betehess@c-24-61-44-145.hsd1.ma.comcast.net) has joined #dig
14:02:25 [scor]
scor (scor@nat/acquia/x-itjbhikrhypdmjox) has joined #dig
14:02:34 [scor]
scor has quit (Changing host)
14:02:34 [scor]
scor (scor@drupal.org/user/52142/view) has joined #dig
14:33:20 [GitHub39]
01[13rdflib.js01] 15presbrey pushed 3 new commits to 06master: 02http://git.io/cskg7Q
14:33:20 [GitHub39]
13rdflib.js/06master 14e67acf3 15Henry Story: fix proxy behavior & url hash removal in example
14:33:20 [GitHub39]
13rdflib.js/06master 149915771 15Henry Story: update README
14:33:20 [GitHub39]
13rdflib.js/06master 14cfd832b 15Henry Story: move to github wiki format
14:34:55 [timbl]
timbl has quit (Quit: timbl)
14:36:06 [presbrey]
deiu, rule names? you mean the URI?
14:36:27 [deiu]
yes
14:36:31 [presbrey]
:)
14:36:39 [presbrey]
maybe you should consider remodelling with blank nodes, eg. like AWS uses
14:37:11 [deiu]
Yup, I'm remodeling anyway :)
14:37:46 [presbrey]
cool
14:38:06 [deiu]
I'm close to finishing the new .meta/resource implementation
14:38:24 [presbrey]
are you planning to stay forked? I hope not
14:38:27 [deiu]
it fixes some bugs from the old wac UI
14:38:32 [presbrey]
I have mostly given up data.fm codebase for ldpy
14:38:47 [presbrey]
err, not data.fm I mean that php one ;)
14:38:52 [deiu]
it depends if you're ok with have a .meta for each resource
14:38:56 [deiu]
with having*
14:39:11 [presbrey]
yes it would solve some concurrency issues
14:39:20 [deiu]
it's quite handy when you have a public resource inside a protected dir
14:39:31 [presbrey]
especially if there is an easy way to migrate the existing .meta
14:39:46 [deiu]
not sure how you handled conflicts so far..
14:39:53 [deiu]
if at all..
14:40:30 [presbrey]
doesn't the WAC SPARQL handle all the conflicts? :)
14:40:42 [deiu]
I never tested it
14:40:44 [presbrey]
did you manage to add test cases for the new ACL stuff?
14:41:21 [deiu]
not yet, I will add them once I finish implementing the model
14:41:37 [deiu]
still missing the defaultForNew rules
14:41:44 [presbrey]
cool excited to see!
14:42:01 [deiu]
at least I've fixed the damn append bug for WAC UI
14:42:33 [deiu]
currently, you can't remove rules on data.fm
14:43:00 [presbrey]
with the UI, yes
14:43:03 [deiu]
the UI only supports POST requests
14:43:35 [deiu]
it will always append triples, even if you want to remove stuff
14:43:50 [presbrey]
what is your local name for the proj?
14:43:58 [deiu]
rww.io (lol)
14:44:31 [deiu]
I still want to find a better one, by the way
14:44:54 [deiu]
oh, and also to implement WebID delegated access
15:01:18 [deiu]
presbrey, what do you use for unit tests?
15:15:20 [timbl]
timbl (~timbl@30-5-178.wireless.csail.mit.edu) has joined #dig
15:16:48 [presbrey]
really like nodeunit
15:17:15 [presbrey]
you can have rdflib.js test the store with nodeunit :)
15:17:48 [presbrey]
or use your local cloud.js/WAC-UI-JS etc.
15:27:47 [jmvanel]
jmvanel (~jmvanel@75.118.115.78.rev.sfr.net) has joined #dig
15:29:36 [melvster]
melvster has quit (Remote host closed the connection)
15:30:50 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
15:59:21 [deiu]
cool
16:03:49 [GitHub74]
01[13rdflib.js01] 15presbrey pushed 4 new commits to 06master: 02http://git.io/galWvg
16:03:49 [GitHub74]
13rdflib.js/06master 14adb95d4 15Henry Story: minor documentation
16:03:49 [GitHub74]
13rdflib.js/06master 1447838e0 15Henry Story: documentation cleanup so that Intellij documentation lookup shows the docs. Makes browsing code easier....
16:03:49 [GitHub74]
13rdflib.js/06master 14b5e1a11 15Henry Story: improvements in social book UI, to remove some exceptions that break the UI.
16:04:14 [timbl]
presbrey
16:04:17 [timbl]
?
16:04:23 [presbrey]
hi
16:04:38 [presbrey]
lunch?
16:04:53 [timbl]
got a young man in the offei here whose high school was interrupted by a star up
16:05:05 [timbl]
lunch with hum?
16:05:10 [timbl]
him?
16:05:15 [timbl]
http://en.wikipedia.org/wiki/Nick_D'Aloisio
16:05:24 [timbl]
he is figuring out what to do after hi sch
16:05:47 [timbl]
deb roy also here
16:05:52 [timbl]
qv
16:06:13 [presbrey]
cool I will stop cherry-picking bblfish commits and come over :)
16:07:51 [timbl]
ok
16:07:55 [timbl]
great
16:29:19 [melvster_]
melvster_ (~melvster@89.176.108.70) has joined #dig
16:29:20 [melvster]
melvster has quit (Read error: No route to host)
16:36:20 [betehess]
betehess has quit (Ping timeout: 268 seconds)
16:56:04 [rszeno]
rszeno has quit (Quit: Leaving.)
17:12:34 [Pipian-Work]
Pipian-Work (~Pipian@30-9-48.wireless.csail.mit.edu) has joined #dig
17:27:15 [deiu]
deiu has quit (Quit: Leaving)
17:49:18 [oshani]
oshani (~oshani@30-7-230.wireless.csail.mit.edu) has joined #dig
18:03:36 [GitHub20]
01[13rdflib.js01] 15presbrey pushed 1 new commit to 06master: 02http://git.io/GcOvDw
18:03:36 [GitHub20]
13rdflib.js/06master 14cee22a6 15Henry Story: added doc for social_book
18:05:39 [presbrey]
bblfish, I have pulled everything I can from stample
18:05:44 [presbrey]
can you rebase/reset your fork?
18:06:14 [presbrey]
the only one I skipped was 400592e6
18:07:15 [betehess]
betehess (~betehess@c-24-61-44-145.hsd1.ma.comcast.net) has joined #dig
18:23:33 [Pipian-Work]
Pipian-Work has quit (Quit: Pipian-Work)
18:27:56 [oshani]
oshani has quit (Quit: oshani)
18:29:47 [oshani]
oshani (~oshani@30-7-230.wireless.csail.mit.edu) has joined #dig
18:45:28 [Pipian-Work]
Pipian-Work (~Pipian@30-9-48.wireless.csail.mit.edu) has joined #dig
18:50:26 [oshani]
oshani has quit (Quit: oshani)
18:53:45 [oshani]
oshani (~oshani@30-7-230.wireless.csail.mit.edu) has joined #dig
18:53:50 [oshani]
oshani has left #dig
20:22:57 [RalphS]
RalphS has quit (Ping timeout: 264 seconds)
20:33:17 [Pipian-Work]
Pipian-Work has quit (Quit: Pipian-Work)
20:47:09 [Pipian-Work]
Pipian-Work (~Pipian@30-9-48.wireless.csail.mit.edu) has joined #dig
20:58:35 [jmvanel]
jmvanel has quit (Ping timeout: 240 seconds)
21:18:58 [melvster]
melvster (~melvster@89.176.108.70) has joined #dig
21:21:35 [melvster_]
melvster_ has quit (Ping timeout: 260 seconds)
21:28:37 [timbl]
timbl has quit (Quit: timbl)
22:23:41 [bblfish]
bblfish has quit (Read error: Connection reset by peer)
22:24:14 [bblfish]
bblfish (~bblfish@AAubervilliers-651-1-160-25.w86-212.abo.wanadoo.fr) has joined #dig
22:25:53 [scor]
scor has quit (Quit: scor)
22:35:10 [betehess]
betehess has quit (Quit: Leaving)
22:53:36 [timbl]
timbl (~timbl@c-24-62-225-11.hsd1.ma.comcast.net) has joined #dig