Posted in General, Python on Jan 28th, 2005 1 Comment »
Fixed a bug in my tweaked jython servlet.
From the comments:
*
* This is a copy of the PyServlet that comes with jython, with the
* following enhancements (written by Phil Dawes - pdawes@users.sf.net):
*
* - It will try appending .py to the URL - e.g. /foo/bah resolves to
* the jythonservlet at /foo/bah.py
[…]
Read Full Post »
Posted in Blog on Jan 28th, 2005 No Comments »
Doh! Logged in to find that a load of files in my wordpress installation had been deleted. Luckily I’ve re-installed wordpress before so it was a simple process.
Not exactly sure how the files were deleted this time - last time I did the install I made sure that they were all only user-writable. hmmm…
Read Full Post »
Posted in General, Semantic Web on Jan 27th, 2005 2 Comments »
For me, tagging posts with categories is too cumbersome in wordpress (and probably in other blogging platforms). Ideally adding category tags would be an adhoc thing you type after you’ve written your post, rather than something you have to ’setup’.
Read Full Post »
Posted in Semantic Web on Jan 7th, 2005 8 Comments »
It seems to me that the thing holding back widespread RDF adoption isn’t RDF itself, but rather RDF/XML.
Personally I think RDF/XML fails as a human oriented syntax - it’s just too complicated for the layman to bother with.
What’s more, promoting RDF/XML as the default serialisation of RDF positions RDF as a direct competitor […]
Read Full Post »
Hit some bad performance hotspots at work yesterday with the new suffix stuff.
The main problem occurs when you do text searches with multiple words, some of which are very popular. The query optimiser frequently makes a bad decision, which boils down to not being able to compute the permutations of the popular word, […]
Read Full Post »
Posted in General on Jan 1st, 2005 No Comments »
Installed Spaminator a few days ago to combat the rise in spam comments on this blog. So far it’s correctly identified 49 items of spam with no false positives!
Read Full Post »