Channel #semsol: Logs

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

07:39:32 kwijibo: bengee: your RDF/JSON serializer doesn't produce valid json - PHP's json_decode() doesn't like it :(
07:40:11 kwijibo: i think it's because the / in uris aren't escaped
07:40:32 bengee: yeah, may be
07:40:46 bengee: wanna send a test file to the mailing list?
07:41:02 kwijibo: kwijibo using arc to uat rdf/json output on platform
07:41:06 kwijibo: okey dokey
07:42:08 bengee: thanks!
11:00:59 kwijibo: bengee: is the easiest way to do streaming parsing to extend the RDFXML parser and overwrite the addT method?
11:01:07 kwijibo: or rather, is that sufficient?
11:54:59 bengee: for rdf/json?
11:55:42 kwijibo: bengee: no - for if you want to do streaming parsing of rdf/xml
11:56:00 kwijibo: eg, for a store loader
11:56:05 bengee: ah
11:56:24 bengee: yeah, I've based my stuff on the rdf/xml parser
11:56:28 kwijibo: I just blogged it actually - let me know if I should have said something else!
11:56:30 kwijibo: http://blogs.talis.com/n2/archives/71
11:58:24 bengee: nice!
11:58:33 bengee: bengee checks code to be sure
11:59:11 bengee: no, I think that's all you need
11:59:42 bengee: not 100% sure about the constructor, whether it's auto-called
11:59:52 bengee: in php5 it is, guess
12:00:44 bengee: ah, you may have to pass a caller object
12:01:02 kwijibo: hmm, oh yeah - wouldn't ithe parent constructor be called in PHP4 unless overridden?
12:01:27 kwijibo: (I know that that code works in PHP5 at least)
12:02:15 bengee: I think php4 would check for "function Stteamer()"
12:02:55 bengee: while php5 uses the inherited __construct
12:03:03 bengee: but I may be wrong
12:03:06 kwijibo: missing that, isn't it smart enough to check for the parent constructor?
12:03:23 kwijibo: oh well, moriarty is PHP5 only anyway
12:03:44 kwijibo: so platform users still on PHP4 are left in the dark
12:03:54 kwijibo: or would be if there were any
12:04:11 bengee: yeah, no need to worry then
12:04:46 kwijibo: i wonder if any of the other n2 early adopters are using php
12:05:03 kwijibo: we use php(5) a lot
12:05:32 bengee: bengee has still some old hosted servers that don't provide php5
12:05:36 kwijibo: but i think the people we've given stores to are mainly pythonistas, or maybe java
12:06:00 bengee: I'm thinking about moving my sites to mosso.com
12:06:19 bengee: then I could do the switch to php5, too
12:06:24 kwijibo: kwijibo looks
12:06:51 kwijibo: hmm, it says 'unlimited'
12:07:07 bengee: you pay by request
12:07:16 kwijibo: that's ok then
12:07:37 kwijibo: ontop of the $100 a month?
12:08:13 kwijibo: yeah
12:08:40 bengee: 10K "compute cycles" per month are included
12:09:26 bengee: o, that changed recently, actually
12:09:46 bengee: they had "requests" and many people complained about that
12:09:55 bengee: CPU usage seems more reasonable