<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Truly social software?</title>
	<atom:link href="http://themineproject.org/2008/09/truly-social-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://themineproject.org/2008/09/truly-social-software/</link>
	<description>open source project for online data and relationships logistics</description>
	<lastBuildDate>Thu, 24 Feb 2011 13:11:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Mine! project &#187; Feeds, feeds everywhere</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-18</link>
		<dc:creator>The Mine! project &#187; Feeds, feeds everywhere</dc:creator>
		<pubDate>Wed, 29 Oct 2008 13:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-18</guid>
		<description>[...] is getting at, this feed business is more than RSS. But I don&#8217;t think social networks are truly social when it comes to sharing. Newsfeed is but one way of sharing. It is like relationships via [...]</description>
		<content:encoded><![CDATA[<p>[...] is getting at, this feed business is more than RSS. But I don&#8217;t think social networks are truly social when it comes to sharing. Newsfeed is but one way of sharing. It is like relationships via [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriana</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-8</link>
		<dc:creator>Adriana</dc:creator>
		<pubDate>Tue, 23 Sep 2008 12:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-8</guid>
		<description>&quot;Once we cut a working beta, I’ll be bugging you to write a plugin for us. :-)&quot;

Jim, serves you right for doing some thinking on this and letting us know... :P

Re the Mine! and VRM - the Mine! is intended as an infrastructural point of integration for user&#039;s data, relationships and sharing. The method of sharing data from the Mine! is the way in which I try to redress the balance of power in relationships with vendors - I can create as granular a feed as I wish for each recipient including vendors, I can audit the feed and terminate it whenever I wish without disturbing other feeds/relationships. 

In fact the first paper, implicitly anticipating the Mine!, talks mainly about the mechanism of such &#039;data logistics&#039;. 

They can both be found here: 
http://themineproject.org/index.php/the-mine-papers/</description>
		<content:encoded><![CDATA[<p>&#8220;Once we cut a working beta, I’ll be bugging you to write a plugin for us. <img src='http://themineproject.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8221;</p>
<p>Jim, serves you right for doing some thinking on this and letting us know&#8230; <img src='http://themineproject.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Re the Mine! and VRM &#8211; the Mine! is intended as an infrastructural point of integration for user&#8217;s data, relationships and sharing. The method of sharing data from the Mine! is the way in which I try to redress the balance of power in relationships with vendors &#8211; I can create as granular a feed as I wish for each recipient including vendors, I can audit the feed and terminate it whenever I wish without disturbing other feeds/relationships. </p>
<p>In fact the first paper, implicitly anticipating the Mine!, talks mainly about the mechanism of such &#8216;data logistics&#8217;. </p>
<p>They can both be found here:<br />
<a href="http://themineproject.org/index.php/the-mine-papers/" rel="nofollow">http://themineproject.org/index.php/the-mine-papers/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alecm</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-7</link>
		<dc:creator>alecm</dc:creator>
		<pubDate>Tue, 23 Sep 2008 10:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-7</guid>
		<description>@Jim

Actually I think I am already there, but I misapprehended what you were trying to say.

- Mine objects are tagged to allow the user to categorise objects

- Mine relationships are reciprocally tagged to determine which objects appear in the feeds for what relationship.

So far, so familiar...

However, &quot;under the hood&quot; the objects have exactly what you say, a rich set of &quot;key: value&quot; pairs which can be used and extended by plugins, with a bunch of them pre-booked for database administration purposes; but this is all hidden from the user, hence it doesn&#039;t appear in the user documentation:

&lt;pre&gt;
objectComment: this is a comment about mountains.jpg
objectName: upload from mountains.jpg
objectStatus: draft
objectType: image/jpeg
&lt;/pre&gt;

And yes, there is a concept of &quot;an enumerated type&quot;, eg: objectStatus can only be one of draft/final/public 

Once we cut a working beta, I&#039;ll be bugging you to write a plugin for us. :-)</description>
		<content:encoded><![CDATA[<p>@Jim</p>
<p>Actually I think I am already there, but I misapprehended what you were trying to say.</p>
<p>- Mine objects are tagged to allow the user to categorise objects</p>
<p>- Mine relationships are reciprocally tagged to determine which objects appear in the feeds for what relationship.</p>
<p>So far, so familiar&#8230;</p>
<p>However, &#8220;under the hood&#8221; the objects have exactly what you say, a rich set of &#8220;key: value&#8221; pairs which can be used and extended by plugins, with a bunch of them pre-booked for database administration purposes; but this is all hidden from the user, hence it doesn&#8217;t appear in the user documentation:</p>
<pre>
objectComment: this is a comment about mountains.jpg
objectName: upload from mountains.jpg
objectStatus: draft
objectType: image/jpeg
</pre>
<p>And yes, there is a concept of &#8220;an enumerated type&#8221;, eg: objectStatus can only be one of draft/final/public </p>
<p>Once we cut a working beta, I&#8217;ll be bugging you to write a plugin for us. <img src='http://themineproject.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-6</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-6</guid>
		<description>That&#039;s what scares me. I can&#039;t help but think you need to lay down some structure for all this to hang on. Tags are good, but you need (at least) something that extends them from the boolean into key/value pairs, as a basis at least - it&#039;s nicely flexible, particularly if values can be feeds or elements of a feed.

I&#039;m not sure how flinging in inference rules might not complicate matters, but it can be implemented as a plugin layer on top of the basic database, so it doesn&#039;t matter that much, I suppose. People can change it if they don&#039;t like it. 

Hm.. in fact, provided you have a very simple base metadata system consisting of key/value pairs and, maybe, a publicly available and extensible list of keys and their meanings (kept on a Wiki or something), then everyone else can write plugins that add more meaning to that.

I still feel like I&#039;m missing some elements of your overall vision though, and I have a suspicion I might be missing the whole thing; but I suppose 

&quot;a system which allows ordinary users to own, catalogue, mashup and manage their own data (of any type provided plugins exist) and also the data of other people who provide them with (possibly audited) feeds of their data&quot;

is one way of looking at it. It does unfortunately omit the VRM aspects, though; particularily the idea of providing your personal data as a feed to the companies with whom you have a relationship rather than them getting to keep and manage it. But maybe that&#039;s good from an architectural point of view; the VRM aspects just fall out of the architecture of the Mine! naturally.

Hope I&#039;m not treading on anyone&#039;s toes by playing around with these ideas; they&#039;ve been sitting in my head taking up space and partying since we saw you both in Swansea.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what scares me. I can&#8217;t help but think you need to lay down some structure for all this to hang on. Tags are good, but you need (at least) something that extends them from the boolean into key/value pairs, as a basis at least &#8211; it&#8217;s nicely flexible, particularly if values can be feeds or elements of a feed.</p>
<p>I&#8217;m not sure how flinging in inference rules might not complicate matters, but it can be implemented as a plugin layer on top of the basic database, so it doesn&#8217;t matter that much, I suppose. People can change it if they don&#8217;t like it. </p>
<p>Hm.. in fact, provided you have a very simple base metadata system consisting of key/value pairs and, maybe, a publicly available and extensible list of keys and their meanings (kept on a Wiki or something), then everyone else can write plugins that add more meaning to that.</p>
<p>I still feel like I&#8217;m missing some elements of your overall vision though, and I have a suspicion I might be missing the whole thing; but I suppose </p>
<p>&#8220;a system which allows ordinary users to own, catalogue, mashup and manage their own data (of any type provided plugins exist) and also the data of other people who provide them with (possibly audited) feeds of their data&#8221;</p>
<p>is one way of looking at it. It does unfortunately omit the VRM aspects, though; particularily the idea of providing your personal data as a feed to the companies with whom you have a relationship rather than them getting to keep and manage it. But maybe that&#8217;s good from an architectural point of view; the VRM aspects just fall out of the architecture of the Mine! naturally.</p>
<p>Hope I&#8217;m not treading on anyone&#8217;s toes by playing around with these ideas; they&#8217;ve been sitting in my head taking up space and partying since we saw you both in Swansea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alecm</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-5</link>
		<dc:creator>alecm</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-5</guid>
		<description>@Jim - there&#039;s nothing constraining the code to tags, but they are a good start and people are familiar with the concept; we&#039;ve some ideas about tag matching which are interesting - eg: rather than label winebottle.jpg with both &quot;wine&quot; AND &quot;merlot&quot; instead you can choose to just stick &quot;merlot&quot; against it, and create a general rule somewhere else that &quot;merlot&quot; is a &quot;wine&quot;...

...and then if there is a relationship rule saying Jim is interested in &quot;wine&quot; then you&#039;ll  get a feed of winebottle.jpg; unless, of course, your rule says &quot;wine not:merlot&quot; in which case you&#039;ll get the picture of chardonnay.jpg instead...

But limitations? No, there are none.  Publication is via ATOM feed.  What goes on in the Mine! itself is a matter of user interface and good design...</description>
		<content:encoded><![CDATA[<p>@Jim &#8211; there&#8217;s nothing constraining the code to tags, but they are a good start and people are familiar with the concept; we&#8217;ve some ideas about tag matching which are interesting &#8211; eg: rather than label winebottle.jpg with both &#8220;wine&#8221; AND &#8220;merlot&#8221; instead you can choose to just stick &#8220;merlot&#8221; against it, and create a general rule somewhere else that &#8220;merlot&#8221; is a &#8220;wine&#8221;&#8230;</p>
<p>&#8230;and then if there is a relationship rule saying Jim is interested in &#8220;wine&#8221; then you&#8217;ll  get a feed of winebottle.jpg; unless, of course, your rule says &#8220;wine not:merlot&#8221; in which case you&#8217;ll get the picture of chardonnay.jpg instead&#8230;</p>
<p>But limitations? No, there are none.  Publication is via ATOM feed.  What goes on in the Mine! itself is a matter of user interface and good design&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-3</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 19 Sep 2008 15:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-3</guid>
		<description>OK, I&#039;m going to pitch in here as someone who&#039;s not been privy to a lot of the discussion that&#039;s going on, so my ideas are probably a little behind..

As a coder, I&#039;m trying to think how you could achieve this - perhaps each datum needs to be input with a raw minimum of the most general metadata we can possibly think of: dates of creation and modification, title, description, some &#039;tags&#039;. 

But surely there&#039;s more to controlling your data that just labelling it with tags? For example, can we allow the user to create their own metadata fields? Simply by either defining (key,value) pairs for their objects on an ad hoc basis, the same way you add tags only with a value; or providing a UI interface for managing their own keys, to which they would be prompted to add values for the item types they specify (&quot;You&#039;re adding a photo, I&#039;ll prompt you for the &#039;PlaceTaken&#039; or &#039;Person&#039; fields that you created&quot;). 

Not sure if I&#039;m making sense here, I&#039;m stumbling around in the dark a bit, but you&#039;ve got to start somewhere.</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m going to pitch in here as someone who&#8217;s not been privy to a lot of the discussion that&#8217;s going on, so my ideas are probably a little behind..</p>
<p>As a coder, I&#8217;m trying to think how you could achieve this &#8211; perhaps each datum needs to be input with a raw minimum of the most general metadata we can possibly think of: dates of creation and modification, title, description, some &#8216;tags&#8217;. </p>
<p>But surely there&#8217;s more to controlling your data that just labelling it with tags? For example, can we allow the user to create their own metadata fields? Simply by either defining (key,value) pairs for their objects on an ad hoc basis, the same way you add tags only with a value; or providing a UI interface for managing their own keys, to which they would be prompted to add values for the item types they specify (&#8221;You&#8217;re adding a photo, I&#8217;ll prompt you for the &#8216;PlaceTaken&#8217; or &#8216;Person&#8217; fields that you created&#8221;). </p>
<p>Not sure if I&#8217;m making sense here, I&#8217;m stumbling around in the dark a bit, but you&#8217;ve got to start somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VRM Hub &#187; Truly social software?</title>
		<link>http://themineproject.org/2008/09/truly-social-software/comment-page-1/#comment-2</link>
		<dc:creator>VRM Hub &#187; Truly social software?</dc:creator>
		<pubDate>Mon, 15 Sep 2008 21:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://themineproject.org/?p=31#comment-2</guid>
		<description>[...] have been thinking about how social software and social networking platforms actually limits my ability to be [...]</description>
		<content:encoded><![CDATA[<p>[...] have been thinking about how social software and social networking platforms actually limits my ability to be [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

