IRC log of dig on 2012-02-01
Timestamps are in UTC.
- 12:19:13 [DIGlogger]
- DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig
- 12:19:13 [pratchett.freenode.net]
- topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/
- 12:19:13 [pratchett.freenode.net]
- Users on #dig: DIGlogger RalphS cheater melvster1 danbri tlr rszeno timbl betehess mattl bblfish manu-db presbrey amy kennyluck sandro nunnun_away Yudai ericP manu1
- 13:39:23 [timbl]
- How about the island we did it on before?
- 13:40:07 [bblfish]
- the island?
- 13:40:20 [bblfish]
- (perhaps I missed some conversation)
- 14:41:39 [timbl_]
- timbl_ (~timbl@c-24-62-225-11.hsd1.ma.comcast.net) has joined #dig
- 14:44:49 [timbl]
- timbl has quit (Ping timeout: 240 seconds)
- 14:44:49 [timbl_]
- timbl_ is now known as timbl
- 14:47:31 [timbl]
- timbl has quit (Quit: timbl)
- 14:53:38 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 15:48:37 [timbl]
- timbl (~timbl@31-35-135.wireless.csail.mit.edu) has joined #dig
- 16:08:23 [nunnun_away]
- nunnun_away is now known as nunnun
- 16:13:00 [amy]
- amy has quit (Quit: network)
- 16:13:42 [Pipian]
- Pipian (~pipian@31-33-232.wireless.csail.mit.edu) has joined #dig
- 16:46:23 [amy]
- amy (~amy@30-6-207.wireless.csail.mit.edu) has joined #dig
- 16:51:54 [presbrey]
- ReferenceError: termToN3 is not defined
- 16:52:22 [presbrey]
- at [object Object].atomicTermToN3 (http://linkeddata.github.com/tabulator/js/mashup/mashlib.js:6173:45) undefined
- 16:52:42 [presbrey]
- at [object Object].statementsToN3 (http://linkeddata.github.com/tabulator/js/mashup/mashlib.js:6144:16) undefined
- 16:52:50 [presbrey]
- at Object.render (http://linkeddata.github.com/tabulator/js/mashup/mashlib.js:11554:22)
- 17:01:14 [presbrey]
- I had that tab working... ;)
- 17:08:11 [nunnun]
- nunnun is now known as nunnun_away
- 17:08:54 [nunnun_away]
- nunnun_away is now known as nunnun
- 17:08:55 [nunnun]
- nunnun is now known as nunnun_away
- 17:13:07 [bblfish]
- is betehess giving his talk today?
- 17:32:39 [mattl]
- mattl has quit (Read error: Connection reset by peer)
- 18:00:02 [Pipian__]
- Pipian__ (~pipian@30-9-3.wireless.csail.mit.edu) has joined #dig
- 18:00:58 [betehess]
- hey bblfish
- 18:01:00 [betehess]
- it's tomoroww
- 18:01:03 [betehess]
- tomorrow
- 18:01:11 [betehess]
- 9am boston time
- 18:01:28 [betehess]
- the channel will be BANANA
- 18:01:36 [betehess]
- 226262
- 18:02:11 [Pipian]
- Pipian has quit (Ping timeout: 244 seconds)
- 18:02:11 [Pipian__]
- Pipian__ is now known as Pipian
- 18:09:11 [bblfish]
- ah thanks
- 18:13:12 [melvster1]
- presbrey: ah it seems DELETE and MKCOL dont work too well with CORS (tested on ff and chrome) GET, PUT and POST are fine tho
- 18:13:17 [bblfish]
- betehess: now that I have xml async done, I should try turtle with nomo . any examples of how to use it?
- 18:13:40 [betehess]
- nope
- 18:14:08 [bblfish]
- do you know the guy personally? Like perhaps have his e-mail address?
- 18:14:43 [bblfish]
- I left him a note on bitbucket
- 18:14:56 [bblfish]
- Well perhaps its similar to the scala one
- 18:23:58 [betehess]
- I don't know his personal email address
- 19:12:41 [jkyle]
- jkyle (~krunk-@unaffiliated/krunk-) has joined #dig
- 19:12:59 [jkyle]
- jkyle has left #dig
- 19:38:17 [presbrey]
- :q
- 19:38:51 [presbrey]
- oops, trying to quit
- 19:41:35 [presbrey]
- melvster1, can you see an options / request first in ff?
- 19:42:01 [melvster1]
- oh i think so
- 19:42:07 [melvster1]
- yes perhaps there was an OPTIONS
- 19:42:25 [melvster1]
- MKCOL is not in the CORS header i think but DELETE is
- 19:42:52 [presbrey]
- are we missing some extra CORS headers for those methods?
- 19:45:58 [melvster1]
- let me check
- 19:52:08 [Pipian]
- Pipian has quit (Quit: Pipian)
- 19:53:28 [melvster1]
- wildcard index.php
- 19:53:29 [melvster1]
- header('Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS');
- 19:53:42 [melvster1]
- not sure if we need MKCOL in there
- 19:54:02 [presbrey]
- DELETE doesn't work already?
- 19:54:47 [presbrey]
- should we look in the ACL to see what CORS methods to show?
- 19:54:50 [melvster1]
- it all works great same origin ... ive just started testing cross origin ... ive switched to POST which works great for the app
- 19:54:55 [melvster1]
- ohhh
- 19:55:01 [melvster1]
- i think that was it
- 19:55:05 [melvster1]
- it was the ACL
- 19:55:29 [melvster1]
- sorry i only saw the exception in passing while i was putting opentabs live
- 19:55:39 [melvster1]
- ill do some more thorough testing
- 19:56:25 [presbrey]
- cool thx
- 19:56:30 [presbrey]
- no worries
- 19:57:12 [Pipian]
- Pipian (~pipian@30-9-70.wireless.csail.mit.edu) has joined #dig
- 19:57:31 [melvster1]
- presbrey: following the TAG discussion?
- 20:00:32 [presbrey]
- no should I tune in?
- 20:01:08 [melvster1]
- it's pretty interesting, and relevant to what we're doing, imho
- 20:02:05 [presbrey]
- url?
- 20:06:37 [melvster1]
- presbrey: http://lists.w3.org/Archives/Public/www-tag/2012Feb/0000.html
- 20:06:47 [melvster1]
- TAG is an awesome list to subscribe to
- 20:06:59 [melvster1]
- there's been about 10 replies already
- 20:07:18 [melvster1]
- talking about CORS mozilla, open web apps etc.
- 20:08:31 [presbrey]
- all we need is a simple pairing algorithm like bluetooth
- 20:09:09 [presbrey]
- I thought browsers would do it for us using the 'withCredentials' flag
- 20:09:43 [presbrey]
- since that is the only way to send cookies and/or certs etc.
- 20:10:08 [presbrey]
- on CORS requests, first time new hosts can be caught and whitelisted
- 20:13:10 [melvster1]
- that's similar to the ssh flow
- 20:14:08 [melvster1]
- presbrey: btw also check out https://5apps.com/
- 20:14:39 [melvster1]
- once you're hooked in you can push apps there using git
- 20:14:52 [melvster1]
- then deploy them to web / firefox / chrome / opera
- 20:16:38 [melvster1]
- - Deploy Chrome packaged app for local installation in Chrome browser and Chrome OS.
- 20:16:50 [melvster1]
- - Deploy open web app manifest for installation in browser and OS (using the Mozilla Labs App Runtime)
- 20:16:59 [melvster1]
- - Deploy Opera widget for local installation in OS (using the Opera Widgets runtime)
- 20:42:50 [github]
- github (~github@sh1-ext.rs.github.com) has joined #dig
- 20:42:50 [github]
- [data.fm] presbrey pushed 1 new commit to master: http://git.io/dcIV0w
- 20:42:50 [github]
- [data.fm/master] runtime: consolidate, extend CORS headers - Joe Presbrey
- 20:42:50 [github]
- github has left #dig
- 20:54:04 [presbrey]
- see if that fixes it melvster1 (check your acls too :)
- 21:03:06 [melvster1]
- presbrey: i think it did i got a 200 back from DELETE :)
- 21:04:13 [melvster1]
- this is awesome we now have distributed data, distributed login, distrusted apps that can run anywhere and distributed code!
- 21:22:08 [RalphS]
- RalphS has quit ()
- 21:34:26 [presbrey]
- timbl, have you done ETag If-Match before?
- 21:35:51 [presbrey]
- probably goes in rdflib.js and needs to be caught in tabulator if 412
- 21:39:56 [timbl]
- no I haven't done if-match - you mean for the webdav overwrite
- 21:40:17 [kennyluck]
- kennyluck has quit (Read error: Connection reset by peer)
- 21:41:59 [timbl]
- That termton3 error was I thought stg I fixed in seritalize ... or looks like it
- 21:45:19 [kennyluck]
- kennyluck (~kennyluck@114-25-240-218.dynamic.hinet.net) has joined #dig
- 21:45:23 [presbrey]
- it seems to work on some RDF and not others
- 21:45:32 [presbrey]
- eg. http://dev.data.fm/proxy?uri=http://www.w3.org/People/Berners-Lee/card
- 21:46:02 [presbrey]
- ^ this points to my local, latest dev trunk rdflib.js+tabulator
- 21:47:22 [presbrey]
- this works fine: http://dev.data.fm/proxy?uri=http://www.w3.org/ns/auth/acl
- 21:47:35 [presbrey]
- but cert broken: http://dev.data.fm/proxy?uri=http://www.w3.org/ns/auth/cert
- 21:56:44 [rszeno]
- rszeno has quit (Quit: Leaving.)
- 22:59:32 [timbl]
- timbl has quit (Quit: timbl)
- 23:31:32 [bblfish]
- bblfish has quit (Read error: No route to host)
- 23:31:48 [bblfish]
- bblfish (~bblfish@ALagny-551-1-64-150.w86-218.abo.wanadoo.fr) has joined #dig
- 23:35:57 [bblfish]
- bblfish has quit (Ping timeout: 244 seconds)
- 23:36:22 [bblfish]
- bblfish (~bblfish@ALagny-551-1-152-163.w92-141.abo.wanadoo.fr) has joined #dig
- 23:50:42 [nunnun_away]
- nunnun_away is now known as nunnun