Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

13:05:30 bengee: bengee dreamt of a solution to ARC's smusher issues, and that really seems to improve things
13:06:06 bengee: crazy synapses
13:34:26 danbri: you designed it in your sleep?
13:34:33 danbri: :)
13:34:52 danbri: hey bengee, do you have any figures or estimates re ARC scalability?
13:34:57 bengee: found a bug, at least
13:36:29 bengee: current version isn't optimized yet. pumped in a few Mtriples, but inserts got really slow
13:37:00 bengee: it depends quite a bit on mysql settings (available memory for indexes etc)
13:38:23 bengee: I'm working on code that'll split the triple tables. This should improve scalability and performance, early tests are very encouraging
13:40:07 bengee: I'll do scalability tests soon
16:09:42 fresco: I wrote a function to parse del.icio.us RSS feeds, but wondered if I was doing it the most straightforward way possible...
16:09:46 fresco: so posted it here: http://refactormycode.com/codes/221-parse-del-icio-us-rss-feed
16:10:44 fresco: I had to do a lot of "pick the first element from the array" for moving through the graph, wasn't sure if that was necessary
16:13:11 kwijibo: looks good - though maybe finding the Sequence is unnecessary if you are again checking that rdf:type is rss:item
16:14:02 danbri: bengee, have you got any grddl code for arc?
16:14:14 danbri: I found some W3C group pages have foaf in them, but grddl only
16:18:01 fresco: kwijibo: true, maybe there's no need to check for rss:item if there can only be "item"s in the "items" list
16:18:23 fresco: i think you need the sequence in order to get the list of items, anyway
16:18:30 fresco: and the order
16:23:33 bengee: danbri, no grddl, sorry
16:24:08 danbri: I wonder how tied to RAP their grddl stuff is
16:24:59 kwijibo: i had a look at it once
16:25:59 kwijibo: it seemed a bit tied if I remember - I think by default it outputs a RAP model object, rather than RDFXML
16:37:08 danbri: danbri checks license; LGPL