Archive for March 14th, 2006
Strong Identity
I think that this post from Bruce Schneier is a an excellent example of why we have to think different in our group about identity and identifying people.
This is a extremely difficult issue. There’s a tendency in our system to lock people out of processes, to distrust folksonomies and to wrap up the amazing wealth of knowledge that exists at the ends of our system into bureacracy and hiearchy. I would never want identity to lead to that.
But the very last thing we need is for “Victoria” to make its way into publishing and reviewing content without some verification other than an email address or im handle. Flustering college basketball players is one thing - influencing community information is another. That should be easy to stop - but it’s going to absolutely take involvement on the part of our system faculty/staff/agents and for us to build the tools that make that simple and easy.
(easy is of course a loaded term with some system users that struggle with setting up email - but that’s another article
)
xarya is annoying
What kind of content management system hardcodes the path in the file entries in the db? Shouldn’t you think it should be, oh, I don’t know, RELATIVE to the CONFIGURATION SETTING for the file management module?
I’m so glad we aren’t using this thing anymore (obviously a heeeYOOOGE part of my complaint is I don’t know squat about Xarya).
At any rate, this post serves to highlight, via my co-worker James - comes the greatest mysql query statement ever (this week at least) - to search out and replace stringA with stringB in a mysql column.
UPDATE table SET field = REPLACE(field,’search’,'replace’)
which let me replace one hard-coded path with another. Which I’m sure I’ll need again - thereby the post for posteriety