IRC log of dig on 2011-11-15
Timestamps are in UTC.
- 12:57:26 [DIGlogger]
- DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig
- 12:57:26 [sendak.freenode.net]
- topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/
- 12:57:26 [sendak.freenode.net]
- Users on #dig: DIGlogger RalphS danbri melvster amy bblfish sandro ericP nunnun_away manu-db Yudai mattl manu` kennyluck presbrey
- 13:39:32 [tlr]
- tlr (~tlr@ip-88-207-236-131.dyn.luxdsl.pt.lu) has joined #dig
- 14:27:53 [timbl]
- timbl (~timbl@78.40.156.1) has joined #dig
- 14:29:17 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 14:33:51 [timbl]
- timbl has quit (Quit: timbl)
- 15:17:57 [danbri]
- danbri has quit (Remote host closed the connection)
- 15:59:54 [nunnun_away]
- nunnun_away is now known as nunnun
- 16:02:24 [mhausenblas]
- mhausenblas (~mhausenbl@wlan-nat.fwgal01.deri.ie) has joined #dig
- 16:33:32 [nunnun]
- nunnun is now known as nunnun_away
- 16:33:54 [nunnun_away]
- nunnun_away is now known as nunnun
- 16:49:33 [nunnun]
- nunnun is now known as nunnun_away
- 16:57:57 [melvster1]
- melvster1 (~melvin@p4FF977BF.dip.t-dialin.net) has joined #dig
- 17:00:22 [melvster]
- melvster has quit (Ping timeout: 256 seconds)
- 17:09:58 [danbri]
- danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) has joined #dig
- 18:09:10 [mhausenblas]
- mhausenblas has quit (Quit: brb)
- 18:12:11 [tlr]
- tlr has quit (Quit: tlr)
- 18:50:40 [Pipian_]
- Pipian_ (~pipian@31-35-147.wireless.csail.mit.edu) has joined #dig
- 19:08:22 [timbl]
- timbl (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 19:15:11 [timbl]
- timbl has quit (Read error: Connection reset by peer)
- 19:23:00 [melvster1]
- presbrey: in the data.fm php code ... what's $i_query ... i cant find where it's set :)
- 19:28:20 [timbl]
- timbl (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 19:28:33 [timbl]
- timbl has quit (Client Quit)
- 19:50:50 [presbrey]
- melvster1, $i_query == ?query=
- 19:51:02 [melvster1]
- ahh
- 19:51:18 [melvster1]
- hmmm netbeans didnt find that!
- 19:51:21 [presbrey]
- both GET and POST
- 19:51:26 [presbrey]
- import_request_variables("gp", "i_"); should be in runtime
- 19:51:36 [presbrey]
- http://us2.php.net/import_request_variables
- 19:52:13 [melvster1]
- ohhhh
- 19:52:14 [melvster1]
- doh!
- 19:52:16 [melvster1]
- sorry
- 19:52:19 [melvster1]
- i shoulda known that
- 19:52:46 [presbrey]
- no prob, I am here for when your IDE fails you ;)
- 19:52:49 [melvster1]
- thanks!
- 19:52:52 [melvster1]
- lol
- 19:53:55 [presbrey]
- eg. notice at the top of POST.php, $i_query presence transforms the request to GET
- 19:54:11 [presbrey]
- (since POST means append, and queries are currently read-only)
- 19:54:34 [presbrey]
- of course eventually I'd like to get ARC or some other SPARQL parser in there to do inserts and updates
- 19:54:55 [melvster1]
- ah ok
- 19:55:20 [presbrey]
- rather, I think librdf/redland queries are still read-only?
- 19:55:45 [melvster1]
- not sure arc2 uses sparql+
- 19:56:17 [melvster1]
- bengee had to give up working on it
- 19:56:21 [melvster1]
- to get a full time job
- 19:56:29 [melvster1]
- he's at talis now
- 19:58:05 [presbrey]
- we really only need the parser, we already have the storage and models
- 19:59:33 [melvster1]
- true
- 19:59:49 [melvster1]
- did you try out the INSERT vs INSERT DATA yet?
- 20:01:18 [presbrey]
- try that where?
- 20:01:35 [melvster1]
- with a sparql query
- 20:01:48 [presbrey]
- I'm aware of it
- 20:02:05 [melvster1]
- i was just tracing thru the data fm code to see how it's handled ....
- 20:02:08 [presbrey]
- I know what it does, haven't seen the need to try it -- I like POST and PATCH
- 20:02:17 [melvster1]
- ah ok
- 20:02:20 [presbrey]
- INSERT DATA is just POST
- 20:02:37 [melvster1]
- problem is to try and get POST and PATCH working in firefox cross origin
- 20:02:37 [presbrey]
- INSERT+DELETE is PATCH
- 20:02:44 [melvster1]
- i havent managed that yet
- 20:02:59 [presbrey]
- are we doing the CORS headers wrong?
- 20:03:14 [melvster1]
- no i dont think so ... i need to look into it more ...
- 20:04:37 [melvster1]
- im just experimenting at the moment ... ill send out some jsfiddles when i get stuff working
- 20:04:52 [melvster1]
- i think one first app we can easily do is a voting app via webid
- 20:05:08 [melvster1]
- of course you can do a lot with same origin
- 20:05:20 [melvster1]
- but id like to start testing cross origin too
- 20:09:20 [melvster1]
- btw http://www.w3.org/conf/live.html is quite interesting ... first w3 conf
- 20:12:18 [timbl]
- timbl (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 20:12:49 [presbrey]
- hm that is interesting
- 20:13:01 [presbrey]
- studiosevent.com gave me: Debug: Error Code = 2105
- 20:16:08 [timbl_]
- timbl_ (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 20:16:49 [timbl]
- timbl has quit (Read error: Connection reset by peer)
- 20:16:49 [timbl_]
- timbl_ is now known as timbl
- 20:20:04 [presbrey]
- on linux, conf/live.html works in Firefox but not Chrome
- 20:21:04 [timbl]
- timbl has quit (Ping timeout: 240 seconds)
- 20:21:31 [melvster1]
- oh
- 20:21:33 [melvster1]
- im using ff
- 20:22:07 [melvster1]
- just in time for the lunch break lol
- 20:22:12 [melvster1]
- here's the schedule http://www.w3.org/conf/
- 20:22:33 [melvster1]
- tomorrow's talk on security could be interesting
- 20:22:41 [presbrey]
- Adobe and Microsoft as gold partners, where's Google? no wonder Chrome doesn't work! :)
- 20:22:52 [melvster1]
- Securing the Next Generation of Web Apps Brad Hill (Paypal), Scott Stender (iSEC Partners) 10:50am - 11:35am
- 20:23:00 [melvster1]
- lol
- 20:25:59 [timbl]
- timbl (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 20:30:08 [timbl]
- timbl has quit (Ping timeout: 248 seconds)
- 20:34:46 [timbl]
- timbl (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 20:49:37 [bblfish]
- can one edit latest files in a group together on the web somehow?
- 20:49:58 [bblfish]
- s/latest/latex/
- 20:54:16 [timbl_]
- timbl_ (~timbl@host86-179-205-198.range86-179.btcentralplus.com) has joined #dig
- 20:55:14 [timbl]
- timbl has quit (Read error: Connection reset by peer)
- 20:55:16 [timbl_]
- timbl_ is now known as timbl
- 21:05:46 [kennyluck]
- kennyluck has quit (Read error: Connection reset by peer)
- 21:12:03 [kennyluck]
- kennyluck (~kennyluck@114-43-116-150.dynamic.hinet.net) has joined #dig
- 21:15:27 [scor]
- scor has quit (Quit: scor)
- 21:21:40 [RalphS]
- RalphS has quit ()
- 21:23:20 [bblfish]
- It's apitty I could not follow that W3C online conf
- 21:23:24 [bblfish]
- I really like the idea
- 21:23:43 [bblfish]
- Just writing a paper today for WWW Lyon, so had no spare time
- 21:56:44 [Pipian__]
- Pipian__ (~pipian@31-35-147.wireless.csail.mit.edu) has joined #dig
- 21:57:33 [Pipian_]
- Pipian_ has quit (Read error: Connection reset by peer)
- 22:08:52 [timbl]
- timbl has quit (Quit: timbl)
- 23:34:41 [Pipian__]
- Pipian__ has quit (Quit: Pipian__)
- 23:35:16 [Pipian_]
- Pipian_ (~pipian@31-35-147.wireless.csail.mit.edu) has joined #dig
- 23:35:16 [Pipian_]
- Pipian_ has quit (Client Quit)