IRC log of dig on 2012-03-08
Timestamps are in UTC.
- 00:12:57 [melvster]
- melvster has quit (Read error: Operation timed out)
- 00:30:19 [bblfish]
- betehess_: I send a patch in for Play2.0 https://groups.google.com/d/topic/play-framework/DvD8iqmIwE4/discussion
- 00:33:38 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 00:55:19 [scor]
- scor has quit (Quit: scor)
- 01:42:45 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 01:42:50 [cheater_]
- cheater_ (~cheater@dslb-084-057-012-048.pools.arcor-ip.net) has joined #dig
- 01:46:07 [cheater__]
- cheater__ has quit (Ping timeout: 252 seconds)
- 02:59:53 [timbl]
- timbl (~timbl@c-24-62-225-11.hsd1.ma.comcast.net) has joined #dig
- 03:12:05 [timbl]
- Tabulator gets this: "You MUST provide valid content for either: SPARQL UPDATE, SPARQL Query, RDF/XML, TURTLE".... today. What changed?
- 03:19:03 [timbl]
- This crazy INSERT INTO <> instead of INSERT DATA
- 03:19:16 [timbl]
- Does rww now allow that?
- 03:23:56 [timbl]
- betehess?
- 03:24:13 [timbl]
- Looks like creeping non-interop
- 03:38:19 [scor]
- scor has quit (Quit: scor)
- 04:25:55 [timbl]
- betehess_
- 04:26:29 [timbl]
- kludged rdflib.js to send INSERT DATA again for the moment (not committed)
- 04:37:55 [Pipian_]
- Pipian_ has quit (Quit: Pipian_)
- 05:44:48 [tlr]
- tlr (~tlr@2620:f:8000:221:e4ee:ceb3:5080:9940) has joined #dig
- 06:13:48 [Pipian_]
- Pipian_ (~pipian@18.111.111.75) has joined #dig
- 07:17:42 [bblfish]
- bblfish has quit (Remote host closed the connection)
- 07:23:31 [tlr_]
- tlr_ (~tlr@2620:f:8000:221:e4ee:ceb3:5080:9940) has joined #dig
- 07:23:44 [tlr]
- tlr has quit (Read error: Connection reset by peer)
- 07:23:45 [tlr_]
- tlr_ is now known as tlr
- 08:35:01 [melvster]
- melvster (~melvin@p4FF97B84.dip.t-dialin.net) has joined #dig
- 09:25:09 [mhausenblas]
- mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) has joined #dig
- 09:32:17 [Pipian_]
- Pipian_ has quit (Quit: Pipian_)
- 10:04:21 [tlr]
- tlr has quit (Read error: Connection reset by peer)
- 10:04:25 [tlr_]
- tlr_ (~tlr@199.91.194.1) has joined #dig
- 11:01:13 [cheater_]
- cheater_ has quit (Read error: Connection reset by peer)
- 11:03:13 [cheater]
- cheater (~cheater@dslb-084-057-012-048.pools.arcor-ip.net) has joined #dig
- 11:20:29 [melvster]
- melvster has quit (Ping timeout: 244 seconds)
- 11:34:42 [melvster]
- melvster (~melvin@p5797FFB5.dip.t-dialin.net) has joined #dig
- 11:41:16 [cheater]
- cheater has quit (Ping timeout: 244 seconds)
- 12:12:00 [RalphS]
- RalphS (Ralph@30-7-118.wireless.csail.mit.edu) has joined #dig
- 12:51:46 [rszeno]
- rszeno has quit (Quit: Leaving.)
- 13:33:55 [tlr_]
- tlr_ has quit (Quit: tlr_)
- 13:41:18 [timbl_]
- timbl_ (~timbl@c-24-62-225-11.hsd1.ma.comcast.net) has joined #dig
- 13:41:18 [timbl_]
- timbl_ has quit (Client Quit)
- 13:45:25 [timbl]
- timbl has quit (Ping timeout: 248 seconds)
- 14:32:21 [betehess_]
- betehess_ is now known as betehess
- 14:42:38 [timbl]
- timbl (~timbl@w3cdhcp5.w3.org) has joined #dig
- 14:47:42 [tlr]
- tlr (~tlr@199.91.194.1) has joined #dig
- 14:50:37 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 15:23:32 [timbl]
- So how easy is it for me to set up webid access control on my laptop
- 15:56:09 [melvster]
- timbl: unsure about that ... I think the trick is the setup of apache ... currently I run data.fm on my desktop with public access ... im in the process of moving my dyndns and homepage to SSL tho
- 15:56:51 [melvster]
- PS sorry again about the change to sparqlUpdate.js breaking the INSERT
- 16:15:18 [oshani]
- oshani (~oshani@30-5-10.wireless.csail.mit.edu) has joined #dig
- 16:15:36 [oshani]
- timbl, I suppose this should do the trick
- 16:15:37 [oshani]
- $ = function(selector,context){ return new jQuery.fn.init(selector,context||window.content.document); };
- 16:15:37 [oshani]
- $.fn = $.prototype = jQuery.fn;
- 16:19:19 [oshani]
- and I think Jim's approach of using scriptloaders should work with Jquery too, at least according to the documentation at: https://developer.mozilla.org/en/MozIJSSubScriptLoader
- 16:25:28 [timbl]
- So jQuery is defined at the tabulator level
- 16:25:35 [timbl]
- tabulator.xul level
- 16:26:03 [timbl]
- and then you create a $ on the local level by minting he new jQuery
- 16:26:31 [oshani]
- yes
- 16:26:35 [timbl]
- on the individual web page window level
- 16:27:07 [oshani]
- you mean everytime before calls to jquery?
- 16:28:40 [timbl]
- no, just once when needed ... maybe if (typeof window.jq == undefined) ..... as above ... then window.jq = $ ?
- 16:28:49 [timbl]
- so atth eentrance to apne for example
- 16:31:02 [oshani]
- Hmmm.. If you are working on the FF extension code, I'd say it is not a bad idea to put the function in the global level, because the context is always "window.content.document", as opposed to the default Jquery context "window".
- 16:32:40 [oshani]
- but yeah, if this is going get reused in chrome or as a standalone library, your approach is much better
- 16:32:47 [timbl]
- Currently the tabulator.xul file includes the jQuery scripts. Do you think that is a bad idea, you mean?
- 16:44:02 [danbri]
- danbri has quit (Remote host closed the connection)
- 16:54:20 [timbl]
- presbrey, melvster, who can make Oshanis a member of linkeddata on github?
- 16:56:28 [mhausenblas]
- mhausenblas has quit (Quit: bye)
- 17:01:41 [melvster]
- timbl: it looks like organization owners can grant admin rights and add a new member https://github.com/blog/674-introducing-organizations ... Im just a normal member I think ... i suspect presbrey is the owner
- 17:01:52 [timbl]
- yes
- 17:02:19 [timbl]
- maybe he culd give me add member privs
- 17:02:24 [oshani]
- timbl, try http://mr-burns.w3.org:6882/
- 17:06:08 [melvster]
- bblfish: take a look at this http://atomizejs.github.com/
- 17:06:53 [melvster]
- it mentions akka but is javascript oriented
- 17:07:07 [melvster]
- oops he's not here ...
- 17:25:51 [oshani]
- Thanks presbrey (?) for adding me to the linkeddata organization.
- 17:27:22 [oshani]
- oshani has quit (Quit: Mama nidi!)
- 17:43:53 [presbrey]
- timbl, thanks for sending out the emails to push us forward
- 17:44:21 [presbrey]
- ARC2 also does not handle multiple statements on the wire delimited by semi-colon
- 17:44:50 [scor]
- presbrey: do you have an example?
- 17:45:03 [presbrey]
- someone mentioned Semantic Mediawiki is dropping ARC; I am curious to see what they did instead...
- 17:45:18 [scor]
- is that in turtle?
- 17:45:23 [scor]
- (the ARC2 issue
- 17:45:25 [scor]
- )
- 17:45:43 [presbrey]
- no SPARQL(+)
- 17:46:09 [scor]
- re media wiki: maybe RAP? (though afaik it's not very maintained)
- 17:50:37 [presbrey]
- or maybe I should send in some patches for ARC; good otherwise?
- 17:52:35 [danbri]
- danbri (~danbri@80.80.43.6) has joined #dig
- 17:52:53 [oshani]
- oshani (~oshani@30-5-10.wireless.csail.mit.edu) has joined #dig
- 17:53:59 [danbri]
- danbri has quit (Remote host closed the connection)
- 17:57:13 [presbrey]
- timbl, do you want the WebID checked already or just the cert?
- 17:57:42 [scor]
- presbrey: you know that ARC2 is not on github right? https://github.com/semsol/arc2
- 17:57:58 [scor]
- should make fixing a bit easier
- 17:58:11 [scor]
- s/not/now
- 17:58:25 [presbrey]
- yes I have sourced a bit of it already
- 17:58:51 [presbrey]
- eg. https://github.com/linkeddata/data.fm/blob/master/www/inc/arc2/Makefile
- 17:59:50 [scor]
- I see
- 18:00:48 [presbrey]
- fetching its SPARQL+ dependencies; also some limited querying here: https://github.com/linkeddata/data.fm/blob/master/www/wildcard/SPARQL.php
- 18:22:52 [timbl]
- If I want t set up authenticated RWW access on my laptop, can I clone data.fm -- how easy if the setup nowadays?
- 18:26:06 [presbrey]
- I am using it with lighttpd2 now; on your linux VM or osx host?
- 18:36:43 [presbrey]
- I know one of the lighttpd2 developers is running OSX; he often complains about missing valgrind
- 18:37:49 [presbrey]
- but really any webserver with php and redland should be fine
- 18:41:08 [github]
- github (~github@sh2.rs.github.com) has joined #dig
- 18:41:08 [github]
- [data.fm] presbrey pushed 1 new commit to master: http://git.io/Wa3FPA
- 18:41:08 [github]
- [data.fm/master] conf: add sample lighttpd2 worker.conf - Joe Presbrey
- 18:41:08 [github]
- github has left #dig
- 18:41:48 [presbrey]
- just incase; there is no .htaccess required anymore which simplifies setup greatly if you can get all the C compiled
- 18:44:18 [presbrey]
- the apache setup is simplified now no longer requiring mod_headers, just mod_rewrite
- 18:45:24 [presbrey]
- also data.fm has webID checking builtin now: https://github.com/linkeddata/data.fm/blob/master/www/inc/webid.lib.php
- 18:45:47 [presbrey]
- so if you don't want the apache2 webid authn module, thats fine too
- 18:47:45 [presbrey]
- you should be able to just symlink the wildcard path under any docroot
- 18:49:19 [presbrey]
- it works on scripts.mit.edu via your Athena account too, eg. http://data.presbrey.scripts.mit.edu/
- 19:36:33 [mhausenblas]
- mhausenblas (~mhausenbl@188.141.67.15) has joined #dig
- 20:00:33 [rszeno]
- rszeno (~rszeno@79.114.83.237) has joined #dig
- 20:05:14 [oshani]
- oshani has quit (Quit: Mama nidi!)
- 20:07:53 [danbri]
- danbri (~danbri@cable-146-255-149-19.dynamic.telemach.ba) has joined #dig
- 20:24:19 [mhausenblas]
- mhausenblas has quit (Quit: brb)
- 20:24:35 [bblfish]
- bblfish (~bblfish@AAubervilliers-651-1-340-214.w83-114.abo.wanadoo.fr) has joined #dig
- 20:34:35 [bblfish]
- betehess: yesterday I added TLS support to Play
- 20:46:35 [bblfish]
- now opened a ticket on play https://play.lighthouseapp.com/projects/82401-play-20/tickets/215-tls-https-support-in-play-20
- 20:46:51 [melvster]
- bblfish: how did the presentation go?
- 20:47:09 [danbri]
- danbri has quit (Read error: Operation timed out)
- 20:48:34 [bblfish]
- I hope it went well. Its my philoweb presentation - it covers a lot, too much perhaps. I have not updated it that much
- 20:49:26 [danbri]
- danbri (~danbri@cable-146-255-149-19.dynamic.telemach.ba) has joined #dig
- 20:50:37 [danbri]
- danbri has quit (Remote host closed the connection)
- 21:19:46 [RalphS]
- RalphS has quit ()
- 21:43:11 [oshani]
- oshani (~oshani@30-5-10.wireless.csail.mit.edu) has joined #dig
- 21:58:04 [kennyluck]
- kennyluck has quit (Ping timeout: 245 seconds)
- 21:58:07 [kennyluck_]
- kennyluck_ (~kennyluck@114-25-243-191.dynamic.hinet.net) has joined #dig
- 22:02:42 [tlr]
- tlr has quit (Quit: tlr)
- 22:03:30 [danbri]
- danbri (~danbri@cable-146-255-149-19.dynamic.telemach.ba) has joined #dig
- 22:28:09 [scor]
- scor has quit (Quit: scor)
- 22:28:12 [amy]
- amy has quit (Quit: bye)
- 23:01:10 [oshani]
- oshani has quit (Quit: Mama nidi!)
- 23:01:54 [oshani]
- oshani (~oshani@30-5-10.wireless.csail.mit.edu) has joined #dig
- 23:02:54 [oshani]
- oshani has quit (Client Quit)
- 23:16:58 [timbl_]
- timbl_ (~timbl@31-34-255.wireless.csail.mit.edu) has joined #dig
- 23:20:25 [timbl_]
- timbl_ has quit (Client Quit)
- 23:21:04 [timbl]
- timbl has quit (Ping timeout: 252 seconds)
- 23:40:01 [oshani]
- oshani (~oshani@c-65-96-170-223.hsd1.ma.comcast.net) has joined #dig
- 23:40:06 [oshani]
- oshani has quit (Client Quit)
- 23:55:31 [danbri]
- danbri has quit (Remote host closed the connection)