IRC log of dig on 2009-06-01

Timestamps are in UTC.

00:13:50 [lkagal]
lkagal has quit ()
00:15:09 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
00:56:45 [lkagal]
lkagal has quit ()
01:42:27 [jsoltren]
jsoltren has quit ("Leaving.")
02:18:53 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
03:13:45 [oshani]
oshani has left #dig
04:15:23 [lkagal]
lkagal has quit ()
11:58:38 [lkagal]
lkagal (n=lkagal@33.68.171.66.subscriber.vzavenue.net) has joined #dig
12:07:42 [RalphS]
RalphS (n=swick@30-7-227.wireless.csail.mit.edu) has joined #dig
13:58:30 [fturkmen]
fturkmen (n=fturkmen@w3cdhcp11.w3.org) has joined #dig
14:02:01 [charles2]
charles2 (n=charles2@dhcp-18-111-59-229.dyn.mit.edu) has joined #dig
14:06:41 [oshani]
oshani (n=oshani@w3cdhcp4.w3.org) has joined #dig
14:30:07 [charles2]
I am interested in learning about how I might push an update to to a particular microblog. Where is a good place to start ?
14:32:19 [oshani]
charles2, I'd recommend looking at laconica api first
14:32:27 [kennyluck]
charles2, you are not coming to the office today?
14:33:18 [oshani]
charles2, also see http://esw.w3.org/topic/PushBackDataToLegacySourcesRDForms
14:33:27 [charles2]
kennyluck, I plan on coming in today; I have some moving out stuff to take care of before I head over.
14:33:58 [kennyluck]
take your time then, charles2.
14:37:33 [charles2]
oh, kennyluck, I heard you're the person to go to to figure out how to follow URIs to grab more information. Last week I was trying to get data about a user I know of, and it isnt available in the RDF. Could you show me how that works when i get in?
14:44:03 [timbl]
timbl (n=timbl@w3cdhcp5.w3.org) has joined #dig
14:48:36 [kennyluck]
charles2, did you mean that the information of the person you know of is stored in RDFa?
14:48:44 [kennyluck]
I don't quite get your question
14:51:17 [charles2]
kennyluck: I am trying to get more information about people I subscribe to on identi.ca. At present, I get the uri to the person I subscribe to, but I would like to get the name, and maybe the avatar, for example.
14:51:45 [kennyluck]
And they are not available in RDF?
14:52:27 [kennyluck]
Then you need to write a scraper, I guess.
14:53:20 [charles2]
hmm, okay.
14:53:20 [kennyluck]
any suggestion, timbl?
14:53:54 [charles2]
tabulator can get the data already, but I dont understand the mechansim.
14:57:22 [oshani]
charles2, suggestion: perhaps you can look in the sources.js
14:57:25 [timbl]
charles2, write a read-write clinet which will store that info in rdf store.
14:57:31 [timbl]
Don't be help back by laconica
14:57:39 [timbl]
But the avatar you do get in RDF from laconica
14:57:40 [timbl]
.
14:57:45 [kennyluck]
timbl, there's some confusion here.
14:57:59 [kennyluck]
I mean, I am confused.
14:58:16 [kennyluck]
It seems that charles2 wants me to explain the mechanism of sources.js
14:59:20 [charles2]
hmm this might be easer if i was in the office. I finished checking out of my old room so I can head over.
14:59:21 [timbl]
E.g. http://identi.ca/user/41494
14:59:39 [kennyluck]
agreed, charles2.
15:00:02 [charles2]
alright. I'll be there in 10 minutes or so.
15:03:41 [charles2]
alright, heading out!
15:03:50 [charles2]
charles2 has quit ()
15:04:18 [timbl]
You get RDF links from a @foo link in th etext of a tweet -- that was the first one I found
15:11:28 [Yotam]
Yotam (n=Yotam@30-5-251.wireless.csail.mit.edu) has joined #dig
15:12:19 [Yotam]
sweet
15:16:27 [charles2]
charles2 (n=charles2@30-5-183.wireless.csail.mit.edu) has joined #dig
15:41:06 [oshani]
needs to use Omnigraffle to draw a diagram, but my trial version has expired... :(
15:41:06 [oshani]
suggestions for any alternative?
15:49:05 [charles2]
oshani: OpenOffice.org Draw or Inkscape?
15:49:33 [oshani]
thanks charles2 .. using inkscape now
15:51:25 [timbl_]
timbl_ (n=timbl@30-6-176.wireless.csail.mit.edu) has joined #dig
16:07:50 [timbl]
timbl has quit (Read error: 110 (Connection timed out))
16:11:54 [kennyluck]
charles2,
16:12:20 [kennyluck]
while (sf.requested[thing.uri] != 'done') {
16:12:26 [kennyluck]
wait(xx)
16:13:46 [kennyluck]
charle2, you can check what the right function for waiting is. MDC (mozilla developer center) might be a good source)
16:17:45 [charles2]
kennyluck: would setTimeout be appropriate for the wait?
16:18:03 [charles2]
(that is what i usually use for waiting type things)
16:18:46 [kennyluck]
I don't know, python and C has this wait() function, which is easier. Since you have to register a function for setTimeout
16:19:13 [kennyluck]
Actually you don't have to do wait() at all, just let the loop run.
16:19:31 [kennyluck]
I am not sure about how the performance goes though.
16:20:12 [charles2]
kennyluck: lol that might be fun for the cpu
16:20:31 [kennyluck]
lol
16:20:43 [charles2]
might set off the runaway script alert in firefox :P
16:21:05 [kennyluck]
probably,
16:30:00 [kennyluck]
charles2, sf.addCallback('done', functionx) might be the better way to do all these
16:30:18 [kennyluck]
functionx would get called once fetching is done
16:35:39 [timbl_]
timbl_ has quit ()
17:00:35 [fturkmen]
fturkmen has left #dig
17:01:02 [oshani]
oshani has quit ()
17:11:23 [Yotam]
Yotam has left #dig
18:07:28 [timbl]
timbl (n=timbl@30-6-176.wireless.csail.mit.edu) has joined #dig
18:24:01 [Yotam]
Yotam (n=Yotam@30-5-251.wireless.csail.mit.edu) has joined #dig
18:29:46 [oshani]
oshani (n=oshani@w3cdhcp4.w3.org) has joined #dig
18:30:03 [fturkmen]
fturkmen (n=fturkmen@w3cdhcp11.w3.org) has joined #dig
18:33:23 [djweitzner]
djweitzner (n=djweitzn@30-6-157.wireless.csail.mit.edu) has joined #dig
18:45:33 [jsoltren]
jsoltren has quit (Read error: 104 (Connection reset by peer))
20:03:26 [MsJeeves]
MsJeeves has quit ("Peace, love, happiness, and music to all :)")
20:22:08 [RalphS]
RalphS has quit ("bye for today")
20:24:04 [charles2]
charles2 has quit ()
20:25:57 [oshani]
ericP, are you around now? have a small q to ask
20:26:09 [ericP]
just down the hall
20:26:12 [ericP]
yup
20:26:27 [ericP]
528, according to philippe
20:30:35 [ericP]
oshani, simon schenk
20:33:08 [charles2]
charles2 (n=charles2@30-5-183.wireless.csail.mit.edu) has joined #dig
20:44:32 [oshani]
ericP. is this the paper from Simon? - http://data.semanticweb.org/conference/www/2008/paper/551/html
20:44:51 [oshani]
also could I have the title of your recent paper?
20:45:37 [ericP]
digging
20:51:30 [ericP]
still digging
20:51:45 [oshani]
:)
20:53:08 [ericP]
your email addr?
20:53:12 [ericP]
(oshani)
20:53:22 [oshani]
oshani@csail.mit.edu
20:53:23 [oshani]
ericP, would you recommend this - http://data.semanticweb.org/conference/eswc/2008/paper/168/html
20:55:37 [ericP]
yeah, i can't recall how DARQ works, but it's a significant player
20:56:07 [oshani]
ok
20:56:28 [ericP]
i bounced you a doc hoping it's got the latest copy of the paper attached to it
20:56:51 [ericP]
it's for a journal called Breifings in Bioinformatics
20:56:53 [ericP]
(i think)
20:58:15 [oshani]
um, I didn't get the mail yet
21:03:13 [oshani]
ericP, I don't know what happened to your mail ... not in my inbox yet
21:09:07 [ericP]
oshani, it should show up in your mbox like this:
21:09:08 [ericP]
Date: Wed, 04 Feb 2009 10:04:00 -0500
21:09:08 [ericP]
From: Kei Cheung <kei.cheung@yale.edu>
21:09:08 [ericP]
Subject: Re: Special issue
21:09:08 [ericP]
To: Susie Stephens <susie.stephens@gmail.com>
21:09:28 [Yotam]
Yotam has left #dig
21:11:33 [jambo]
jambo (n=Jambo@SENIOR-FIVE-EIGHTY-THREE.MIT.EDU) has joined #dig
21:12:19 [jambo]
hey presbrey, I am having trouble getting mod_authn_webid working on my own server
21:13:44 [jambo]
I think it might be something funny in my mod_ssl conf.. basically I just get 401 authorization required when i try to use Require valid-user
21:15:21 [jambo]
logs show 'access to / failed, reason: verification of user id '<null>' not configured', so it seems like the cert just plain isnt getting to your module
21:16:58 [oshani]
ericP, I got your mail with the attachment
21:17:00 [oshani]
yay!
21:17:06 [oshani]
thanks
21:17:14 [ericP]
21:30:05 [oshani]
oshani has quit ()
21:34:58 [jambo]
or, alternatively, maybe the module isn't getting used at all :P
21:35:07 [djweitzner]
djweitzner has quit ()
22:05:22 [fturkmen]
fturkmen has left #dig
22:25:41 [timbl]
timbl has quit (Remote closed the connection)
22:25:47 [timbl]
timbl (n=timbl@w3cdhcp5.w3.org) has joined #dig
22:38:00 [timbl]
well done
22:38:07 [timbl]
http://search.bbc.co.uk/search?uri=%2Fincludes%2Fblq%2Fwebservices%2Fbody_last.shtml%3Fblq_css_framework%3Dv01%26blq_no_local_nav%3DFALSE%26blq_nav_color%3Dlime%26blq_footer_link_url_1%3D%252Fpodcasts%252Fhelp%26blq_footer_link_text_1%3DPodcast%2BHelp%26blq_footer_link_url_2%3D%252Fpodcasts%252Fhelp%252Fterms%26blq_footer_link_text_2%3DPodcast%2BTerms%26blq_bookmark%3D1%26blq_bookmark_title%3DBBC%2BPodcasts%2B-%2BBest%2Bof%2BToday&go=toolbar&q=gordon+brown
22:38:25 [timbl]
test uri for rdfa speed
22:42:12 [oshani]
oshani (n=oshani@w3cdhcp4.w3.org) has joined #dig
22:54:41 [charles2]
charles2 has quit ()
23:07:11 [charles2]
charles2 (n=charles2@dhcp-18-111-59-229.dyn.mit.edu) has joined #dig
23:26:06 [charles2]
charles2 has quit ()
23:35:21 [timbl]
timbl has quit (Read error: 110 (Connection timed out))
23:43:49 [yosi_s]
yosi_s has quit ("ChatZilla 0.9.84 [Firefox 3.0.10/2009042513]")