This originally was a comment on
mdlbear's journal, but I feel it needs a wider audience, and expansion.
The problem with LJ is that the most useful factors - friends and communities, and granularity thereof - are not available on standard "plain" blogging software. Ordinary blogs are either/or - invite only, or all public. LJ has the granularity of access, but is controlled by a single corporation that is susceptible to economic and political pressure. What is needed is a way to build the community and friends lists (and access restrictions) that is platform and provider independent.
Enter "Blog Key". This software doesn't exist yet, it's only a concept. This concept involves a plugin. Each type of blogging software would have the plugin(s) ported to it, but is otherwise platform agnostic.
Plugin: "Blog Keys" - This plugin:
A) generates a public/private key pair, and integrates it into the viewing setting for your blog. No accepted key, no blog see.
B) provides easy distribution of public keys.
C) authenticates against given public key(s) that you've accepted, allowing the key generator(s) to read a protected entry.
D) provide an authentication layer by which you would be able to read the blogs of others who had accepted your key, and enabled you to read that entry.
E) provides rss feeds of blogs that you have keys to read (a "friends page")
If I want to be be involved in a blog key group, I enable access to my public key.
A blogger who want to let me read and comment on their blog transfers my public key to their plugin "Add my key!" type button. Thenthey add me to their general reader group, and additionally any subgroups that they wish. They would not, however, be able to read *my* entries, until I added their key to my plugin.
Essentially, the plugin becomes a keychain. I can read any journals that have accepted my key, and enabled my authenticated viewing of the particular entry.
Both commercial (6A) and open source blogging software could implement this. It would still allow public (no key required) posting, could be set up to require key authentication to comment, or be "friends only". All you'd need to participate would be a blogging platform that had the plugin available.
I can't program this, but I'm sure that an open project like WordPress would be glad to have it.
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
The problem with LJ is that the most useful factors - friends and communities, and granularity thereof - are not available on standard "plain" blogging software. Ordinary blogs are either/or - invite only, or all public. LJ has the granularity of access, but is controlled by a single corporation that is susceptible to economic and political pressure. What is needed is a way to build the community and friends lists (and access restrictions) that is platform and provider independent.
Enter "Blog Key". This software doesn't exist yet, it's only a concept. This concept involves a plugin. Each type of blogging software would have the plugin(s) ported to it, but is otherwise platform agnostic.
Plugin: "Blog Keys" - This plugin:
A) generates a public/private key pair, and integrates it into the viewing setting for your blog. No accepted key, no blog see.
B) provides easy distribution of public keys.
C) authenticates against given public key(s) that you've accepted, allowing the key generator(s) to read a protected entry.
D) provide an authentication layer by which you would be able to read the blogs of others who had accepted your key, and enabled you to read that entry.
E) provides rss feeds of blogs that you have keys to read (a "friends page")
If I want to be be involved in a blog key group, I enable access to my public key.
A blogger who want to let me read and comment on their blog transfers my public key to their plugin "Add my key!" type button. Thenthey add me to their general reader group, and additionally any subgroups that they wish. They would not, however, be able to read *my* entries, until I added their key to my plugin.
Essentially, the plugin becomes a keychain. I can read any journals that have accepted my key, and enabled my authenticated viewing of the particular entry.
Both commercial (6A) and open source blogging software could implement this. It would still allow public (no key required) posting, could be set up to require key authentication to comment, or be "friends only". All you'd need to participate would be a blogging platform that had the plugin available.
I can't program this, but I'm sure that an open project like WordPress would be glad to have it.
From:
no subject
I also feel more comfortable, privacy-wise, hitting LJ (with lynx, so no images get loaded) than hitting someone else's web server where they can see the logs.
For better or for worse, LJ has implemented something that doesn't suck, and it's hard for me to contemplate switching elsewhere.
(S2 does suck, horribly. Argh. But other than that.)
From:
no subject
With the rss feature, you wouldn't need to have a presence on every blog site that your friends do (in theory, of course). Potentially, there could be a sister browser plugin that allows you to aggregate your friends on whatever blog site(s) they use (would also be nice in rss readers).
Just throwing out some ideas during a lull at work.
From:
no subject
The most versatile thing is to give every post its own symmetric "session" key (its MD5 hash works fine), then have a copy of it encrypted with the public key of each friend or group that you want to have access to it.
From:
no subject
The only missing piece is distributed identity management, and that's where the public key stuff definitely comes in.
From:
no subject
My initial thoughts on a browser plugin that works with the server-side component were based upon the idea of a single public/private key pair that travels wherever you want to go in the cloud, carrying with it your specific grouping and access control settings.
From:
no subject
Relying on a single key per person could work, but it would mean you'd have to register it everywhere you go. Groups require a little more work, but allow you to tell your server that you trust any member of a group.
From:
no subject
There has to be a way to tackle both trust and identity issues in a single framework that accomplishes the stated purposes.
From:
no subject
From:
no subject
There's a bit of overhead, but it's probably no more than you'd have with the current "friend me and I'll add you back" stuff. Probably less, because you could make it into a browser plug-in that would work everywhere, not just on one blogging site.
From:
no subject
If a server-side blog plugin was written to use OpenID as the engine, and then add reader/commenter access importation/assignment, tracking, and granularity engine for entries as a user-friendly wrapper for blogs, that would work.
Then blog friending, communities (which could be a blog set up for OpenID verified posting/comment access) would become peer-to-peer, not dependent on the goodwill of a single corporation.
From:
no subject
Another good thing to come out of this might be finally separating the two currently-conflated uses of the "friends" list as a reading list and an access-control list.
From:
no subject
From:
no subject
Of course, reading further, seems like
From:
no subject
M
From:
no subject
There's gonna be a WordPress BarCamp next month in San Francisco. I'm thinking of going and bringing up this idea.