Signing Comments
Simon Willison has joined a discussion on signing comments. This is a topic that has fascinated me for some time, but I haven't done anything about... yet.
Having signature authenticating web service would also be valuable in a posting API.
Wed, 23 Jul 2003
Signing comments
Some interesting ideas from Simon Willison : Signing comments on blogs. (spotter : Sam Ruby)......Excerpt from Formerly Echo at 11:36
Posted by Bill Kearney at 13:10
Prior efforts from Paul Bausch, using PGP to protect identity:
http://www.onfocus.com/pgp-demo.asp
http://www.onfocus.com/index.asp?xml=2002_11_01_past.xml#3005
Thu, 24 Jul 2003
http://www.sixapart.com/log/2002/12/verifying_pgp_s.shtml
Posted by Anil Dash at 03:38
Posted by Ken MacLeod at 10:06
Posted by Simon Willison at 10:41
Identity at comments really has two aspects, first and foremost, to discourage spam or to ban abusers, and secondly, to trace comments back to the person who claimed to make them.
Neither of which needs to get into the complexity of signing. And both of which can be enabled by a set of centalized identity services, federating, or even each blog maintianing its own identity system, or even caching upstream identities.
I suspect this is one of those cases where decentralization for its own sake makes it harder for the actual user, who now has to install a bookmarklet, rather than having had to do one of those click on link in email signup things. Atleast this proposal dosent waant to do the pgp signing stuff people were talking abot earlier.
Why do we programmers have aa tendency to complicate things more than they need to be (its something i have to actively counteract in me too)?
Posted by Rahul Dave at 10:58