<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>myspace &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/myspace/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Fri, 12 Apr 2024 10:22:20 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>myspace &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/myspace/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>ActivityStrea.ms Extension for WordPress</title>
		<link>https://notiz.blog/2009/09/18/activitystrea-ms-extension-for-wordpress/</link>
					<comments>https://notiz.blog/2009/09/18/activitystrea-ms-extension-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:01:06 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Activities]]></category>
		<category><![CDATA[Activity Stream]]></category>
		<category><![CDATA[ATOM]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[noserub]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1958</guid>

					<description><![CDATA[Ich habe mal ein kleines Plugin geschrieben welches den WordPress-Atom-Feed mit der ActivityStream-Syntax erweitert. Die Syntax ist dazu gedacht, dem Feed-Parser/Feed-Reader zu erklären um was für einen Eintrag es sich handelt. Bei WordPress sind die &#60;entry />s ausschließlich Blogposts/Artikel&#8230; &#8230;die gepostet wurden. Und für die Dienste wie NoseRub, die die Aktivität gerne in einen Satz [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Ich habe mal ein kleines <a href="http://wordpress.org/extend/plugins/activitystream-extension/">Plugin</a> geschrieben welches den WordPress-Atom-Feed mit der <a href="https://web.archive.org/web/20100301111824/http://martin.atkins.me.uk:80/specs/activitystreams/atomactivity">ActivityStream-Syntax</a> erweitert.</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"> <span class="hljs-tag">&lt;<span class="hljs-name">entry</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">id</span>&gt;</span>https://notiz.blog/?p=1775<span class="hljs-tag">&lt;/<span class="hljs-name">id</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">author</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">name</span>&gt;</span>Matthias Pfefferle<span class="hljs-tag">&lt;/<span class="hljs-name">name</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">uri</span>&gt;</span>https://notiz.blog<span class="hljs-tag">&lt;/<span class="hljs-name">uri</span>&gt;</span>
  <span class="hljs-tag">&lt;/<span class="hljs-name">author</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">...</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">activity:verb</span>&gt;</span>http://activitystrea.ms/schema/1.0/post<span class="hljs-tag">&lt;/<span class="hljs-name">activity:verb</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">activity:object</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">activity:object-type</span>&gt;</span>http://activitystrea.ms/schema/1.0/blog-entry<span class="hljs-tag">&lt;/<span class="hljs-name">activity:object-type</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">activity:object-type</span>&gt;</span>http://activitystrea.ms/schema/1.0/article<span class="hljs-tag">&lt;/<span class="hljs-name">activity:object-type</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">id</span>&gt;</span>tag:notiz.blog,2009-07-13:/post/1775<span class="hljs-tag">&lt;/<span class="hljs-name">id</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">title</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"html"</span>&gt;</span>&lt;!&#91;CDATA&#91;Matthias Pfefferle posted a new blog-entry]]&gt;<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">link</span> <span class="hljs-attr">rel</span>=<span class="hljs-string">"alternate"</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"text/html"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"https://notiz.blog/2009/07/14/webstandards-kolumne/"</span> /&gt;</span>
  <span class="hljs-tag">&lt;/<span class="hljs-name">activity:object</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">entry</span>&gt;</span></code></span></pre>


<p>Die Syntax ist dazu gedacht, dem Feed-Parser/Feed-Reader zu erklären um was für einen Eintrag es sich handelt. Bei WordPress sind die <code>&lt;entry /></code>s ausschließlich Blogposts/Artikel&#8230;</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">activity:object-type</span>&gt;</span>http://activitystrea.ms/schema/1.0/blog-entry<span class="hljs-tag">&lt;/<span class="hljs-name">activity:object-type</span>&gt;</span>
<span class="hljs-tag">&lt;<span class="hljs-name">activity:object-type</span>&gt;</span>http://activitystrea.ms/schema/1.0/article<span class="hljs-tag">&lt;/<span class="hljs-name">activity:object-type</span>&gt;</span></code></span></pre>


<p>&#8230;die gepostet wurden.</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">activity:verb</span>&gt;</span>http://activitystrea.ms/schema/1.0/post<span class="hljs-tag">&lt;/<span class="hljs-name">activity:verb</span>&gt;</span></code></span></pre>


<p>Und für die Dienste wie <a href="https://pfefferle.org/">NoseRub</a>, die die Aktivität gerne in einen Satz packen, gibt&#8217;s das ganze auch noch in Prosa.</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">title</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"html"</span>&gt;</span>&lt;!&#91;CDATA&#91;Matthias Pfefferle posted a new blog-entry]]&gt;<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span></code></span></pre>


<p>Das <a href="https://web.archive.org/web/20100301113659/http://martin.atkins.me.uk:80/specs/activitystreams/activityschema">ActivityStream Schema</a> definiert übrigens noch &#8217;ne ganze Reihe an weiteren Objekten und Verben, die auf alle möglichen Aktionen im Netz passen. Falls ihr also noch welche findet, die zu WordPress passen könnten&#8230; lasst es mich wissen 😉</p>



<p>Es gibt leider aber auch ein paar <a href="https://openwebpodcast.de/107/episode-14-was-bringt-eigentlich-data-portability/">Probleme mit der Syntax und diversen Feed-Readern</a>, die das zweite <code>&lt;title /></code> im <code>&lt;activity-object /></code> mit interpretieren und dann beide Titel ausgeben&#8230; aber da ja auch <a href="https://web.archive.org/web/20120827190657/http://wiki.developer.myspace.com:80/index.php?title=Standards_for_Activity_Streams">MySpace</a> und <a href="https://web.archive.org/web/20090701093546/http://wiki.developers.facebook.com/index.php/Using_Activity_Streams">Facebook</a> die ActivityStream-Syntax einsetzen ist dieser Fehler sicherlich bald bei jedem Feed-Reader behoben 😉</p>



<p>Viel Spaß beim ausprobieren!</p>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2009/09/18/activitystrea-ms-extension-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Portable Contacts &#8211; Der neue große Building-Block?</title>
		<link>https://notiz.blog/2008/09/11/portable-contacts-der-neue-grosse-building-block/</link>
					<comments>https://notiz.blog/2008/09/11/portable-contacts-der-neue-grosse-building-block/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 11 Sep 2008 07:10:33 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Bilding Blocks]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[Open Standard]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<category><![CDATA[PortableContacts]]></category>
		<category><![CDATA[Six Apart]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1133</guid>

					<description><![CDATA[Anlässlich des gestrigen PortableContacts Hackathon bei Six Apart (Impressionen) und dem heutigen PortableContacts-Summit bei myspace beschäftigt sich die aktuelle SocialWeb.TV &#8211; Folge fast ausschließlich mit dem neuen &#8222;Building-Block&#8220;. Zwar ist die Kritik von Stephen Paul Weber (der DiSo Code-Maschine): Portable Contacts is an open spec &#8211; but it&#8217;s a bit of a stretch to call [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Anlässlich des gestrigen <a href="http://upcoming.yahoo.com/event/1078491/">PortableContacts Hackathon bei Six Apart</a> (<a href="http://therealmccrea.com/2008/09/11/live-from-the-portablecontacts-hackathon/">Impressionen</a>) und dem heutigen <a href="http://upcoming.yahoo.com/event/1005694/">PortableContacts-Summit bei myspace</a> beschäftigt sich die <a href="https://web.archive.org/web/20120315021548/http://www.thesocialweb.tv/blog/2008/09/episode-9-a-big.html">aktuelle SocialWeb.TV</a> &#8211; Folge fast ausschließlich mit dem neuen &#8222;Building-Block&#8220;.</p>



<p>Zwar ist die <a href="https://web.archive.org/web/20130609052310/http://www.thesocialweb.tv/blog/2008/08/episode-5-the-p.html">Kritik von Stephen Paul Weber</a> (der <a href="http://diso-project.org/">DiSo</a> Code-Maschine):</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Portable Contacts is an open spec &#8211; but it&#8217;s a bit of a stretch to call something a few days old and unimplemented as yet a &#8222;standard&#8220;.</p>
</blockquote>



<p>nicht ganz abwegig aber Joseph Smarr (Plaxo), der Initiator von <a href="https://web.archive.org/web/20080906133739/http://portablecontacts.net/">Portable Contacts</a>, überzeugt mit einigen Argumenten warum sich das bald ändern könnte. Portable Contacts baut ausschließlich auf offenen Standards (<a href="https://notiz.blog/2007/10/05/oauth-core-10-final-draft/">OAuth</a>, <a href="https://notiz.blog/2008/05/05/xrds-simple-eine-einfuehrung/">XRDS-Simple</a>, JSON) auf und nutzt die gleiche Vorgehensweise wie die <a href="http://code.google.com/apis/opensocial/docs/0.8/restfulspec.html">OpenSocial RESTful-API</a>. Diese Eigenschaften machen neue Code-Libraries fast überflüssig (da <abbr title="PortableContacts">PC</abbr> eigentlich nur bestehende Standards sinnvoll verbindet) und gestalten die Implementierung, bei schon implementierter <abbr title="Open Social">OS</abbr> RESTful-API, relativ einfach.</p>



<p>Glaubt man der Aussage von Joseph im Video, soll der neue Standard noch bis Ende des Jahres nutzbar gemacht werden. Bei den möglichen Implemtoren hält er sich zwar bedeckt, aber wenn auch &#8222;nur&#8220; die beiden oben genannten Veranstalter (<a href="http://www.sixapart.com">Six Apart</a> und <a href="http://www.myspace.com">myspace</a>) und Plaxo diese Schnittstelle umsetzen kann man (trotz Stephens Kritik) wirklich schon fast von einem <em>Open Standard</em> sprechen.</p>



<p>Bin gespannt auf die Ergebnisse des heutigen Summits&#8230;</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/09/11/portable-contacts-der-neue-grosse-building-block/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>DataAvailability &#8211; doch offener als gedacht?</title>
		<link>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/</link>
					<comments>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 15 Aug 2008 18:51:01 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Data Availability]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1078</guid>

					<description><![CDATA[Anders als bisher angenommen, scheint sich DataAvailability doch immer mehr in Richtung DataPortability zu entwickeln. Schaut man sich MySpaces DataAvailability etwas genauer an, so baut die API (anders als z.B. Facebook Connect) hauptsächlich auf offene Standards wie z.B. OAuth und der Open Social REST API auf, außerdem hat MySpace vor kurzem OpenID &#8211; Support angekündigt [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://notiz.blog/2008/05/13/dataportability-fatigue/">Anders als bisher angenommen</a>, scheint sich DataAvailability doch immer mehr in Richtung <a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">DataPortability</a> zu entwickeln.</p>



<p>Schaut man sich <a href="https://web.archive.org/web/20130524123512/http://developer.myspace.com/community/myspace/dataavailability.aspx">MySpaces DataAvailability</a> etwas genauer an, so baut die API (anders als z.B. <a href="https://web.archive.org/web/20090107034153/http://developers.facebook.com./fbconnect.php">Facebook Connect</a>) hauptsächlich auf offene Standards wie z.B. <a href="https://web.archive.org/web/20081227135450/http://developer.myspace.com:80/community/myspace/oauthintro.aspx">OAuth</a> und der <a href="http://code.google.com/apis/opensocial/docs/0.8/restfulspec.html">Open Social REST API</a> auf, außerdem hat MySpace vor kurzem <a href="https://openid.net/myspace-announces-support-for-openid/">OpenID &#8211; Support</a> angekündigt und ist der Host des <a href="http://upcoming.yahoo.com/event/1005694/">Portable Contacts API Developer Summit</a>.</p>



<p>Ich bin sehr positiv überrascht und hoffe dass MySpace diesen Kurs beibehält und eventuell auch die <a href="https://web.archive.org/web/20080927040423/http://portablecontacts.net/draft-spec.html">Portable Contacts API</a> etwas voran treiben wird.</p>



<p>Mehr dazu in der aktuellen Folge von TheSocialWebTV: <a href="https://web.archive.org/web/20120315013032/http://www.thesocialweb.tv/blog/2008/08/episode-6-from.html">From MySpace Lunch 2.0 (w/ Arrington Surprise)</a></p>



<p>Es lebe das OpenWeb 🙂</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/08/15/dataavailability-doch-offener-als-gedacht/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>DataPortability Fatigue</title>
		<link>https://notiz.blog/2008/05/13/dataportability-fatigue/</link>
					<comments>https://notiz.blog/2008/05/13/dataportability-fatigue/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 13 May 2008 19:37:30 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Data Availability]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fatigue]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[myspace]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=859</guid>

					<description><![CDATA[Nach seinem Artikel über DataPortability und Chris Saads Antwort, äußert sich Chris Messina nochmals sehr kritisch zu dem Thema in der DP Google-Group. Gerade nach den Pressemeldungen über MySpaces &#8222;Data Availability&#8220;: [&#8230;] MySpace is announcing a broad ranging embrace of data portability standards today, along with data sharing partnerships with Yahoo, Ebay, Twitter and their [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Nach seinem <a href="http://factoryjoe.com/blog/2008/05/11/thoughts-on-dataportability/">Artikel über DataPortability</a> und <a href="http://chrissaad.wordpress.com/2008/05/12/responses-to-dataportability-questions/">Chris Saads Antwort</a>, äußert sich Chris Messina nochmals sehr kritisch zu dem Thema in der <a href="http://groups.google.com/group/dataportabilityactionsteering/browse_thread/thread/5102dd84d2ddec0d/3a8b31cae01dc294#3a8b31cae01dc294">DP Google-Group</a>.</p>



<p>Gerade nach den Pressemeldungen über MySpaces &#8222;Data Availability&#8220;:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>[&#8230;] MySpace is announcing a broad ranging embrace of data portability standards today, along with data sharing partnerships with Yahoo, Ebay, Twitter and their own Photobucket subsidiary. [&#8230;] <a href="http://www.techcrunch.com/2008/05/08/myspace-embraces-data-portability-partners-with-yahoo-ebay-and-twitter/">#</a></p>
</blockquote>



<p>&#8230;oder über Googles &#8222;Friend Connect&#8220;:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>As we reported on Friday, Google will be launching its own data portability effort called Friend Connect. [&#8230;] <a href="http://www.techcrunch.com/2008/05/12/google-confirms-friend-connect/">#</a></p>
</blockquote>



<p>&#8230;ist (meiner Meinung nach) einer der treffendsten Punkte in <a href="http://groups.google.com/group/dataportabilityactionsteering/browse_thread/thread/5102dd84d2ddec0d/3a8b31cae01dc294#3a8b31cae01dc294">Chris&#8216; Kommentar</a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>The behavior indicates [&#8230;] that the DP-PR machine is simply more effective at taking credit for big moves that they had nothing directly to do with than to promote smaller independent, more &#8222;grassroots&#8220; groups who are *actually* making moves towards effective data portability, like Dopplr, like TripIt, like Satisfaction and Twitter and the rest. I don&#8217;t believe I&#8217;ve seen any press releases go out about them, and yet I would consider them to be on the vanguard giving people access to their data in real-world, useful ways.</p>
</blockquote>



<p>Ich muss Chris Messina leider recht geben, keines der groß angekündigten (<strong>und mit DataPortability in Verbindung gebrachten</strong>) Systeme betreibt wirklich DataPortability (zumindest zum aktuellen Zeitpunkt). Sowohl MySpace als auch Google verwenden zwar offene Standards (Facebook nutzt sogar keinen der erwähnten Standards für &#8222;Facebook Connect&#8220;) wie <a href="http://oauth.net">OAuth</a> oder <a href="https://web.archive.org/web/20180217084508/http://openid.com:80/">OpenID</a>, aber bisher leider nur hinter ihren &#8222;<a href="https://en.wikipedia.org/wiki/Closed_platform">Walled Gardens</a>&#8222;.<br/> Was ist mit den wahren <abbr title="DataPortability">DP</abbr> &#8222;Helden&#8220; wie <a href="http://pixelsebi.com/2007-06-25/dopplr-importiert-social-network-auf-basis-von-microformats/">Dopplr</a>, <a href="https://web.archive.org/web/http://www.notsorelevant.com/2008-03-15/open-standards-magnolia-as-an-example/">Magnolia</a> oder <a href="https://web.archive.org/web/20080831104943/http://getsatisfaction.com/people/new">Satisfaction</a>, die wirkliche Anwendungsfälle schaffen und sich dem Ziel der portablen Daten Schritt für Schritt nähern?</p>



<p><a href="https://web.archive.org/web/http://www.notsorelevant.com/2008-05-11/data-portability-lets-get-rid-of-it/">Carsten Pötter</a> beschreibt das bestehende Problem auch noch einmal von einer etwas anderen Seite:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>DataPortability, Data Availability, Facebook Connect, Google Friend Connect, DiSo,&#8230; [&#8230;] All the mentioned initiatives just lead to confusion. We can’t be sure if we mean the same thing when talking about data portability anymore. It’s probably best to abandon that term and just focus on single issues. Can I export my profile or can it just be accessed by a third party?</p>
</blockquote>



<p>Man sollte in Zukunft vielleicht etwas sparsamer mit dem <em>Titel</em> DataPortability umgehen und ihn <a href="https://notiz.blog/2008/05/02/sind-eine-hcard-und-ein-wenig-xfn-jetzt-schon-dataportability/">nicht für jede &#8222;simple&#8220; hCard <em>vergeben</em></a>.</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/05/13/dataportability-fatigue/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>DataPortability Pfingsten</title>
		<link>https://notiz.blog/2008/05/12/dataportability-pfingsten/</link>
					<comments>https://notiz.blog/2008/05/12/dataportability-pfingsten/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 12 May 2008 20:45:50 +0000</pubDate>
				<category><![CDATA[nur mal kurz]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Yahoo]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=856</guid>

					<description><![CDATA[Da genießt man einmal ein internetfreies Pfingst-Wochenende und alle Welt macht DataPortability (naja, fast)&#8230; Das heißt, ich werde die nächsten Tage ne Menge zu lesen haben und sicherlich auch bald meinen Senf dazu geben 😉 Lesenswert ist außerdem noch Chris Messinas (DiSo) Artikel Thoughts on DataPortability und Chris Saads (DataPortability) Antwort Responses to DataPortability questions.]]></description>
										<content:encoded><![CDATA[
<p>Da genießt man einmal ein internetfreies Pfingst-Wochenende und <a href="http://hackr.de/2008/05/08/myspace-availability">alle</a> <a href="https://web.archive.org/web/20140429070445/http://netzwertig.com/2008/05/09/myspace-yahoo-dataportability-step-by-step/">Welt</a> macht DataPortability (<a href="https://web.archive.org/web/20090127061149/http://radar.oreilly.com:80/archives/2008/05/myspaces-data-availability-is.html">naja, fast</a>)&#8230; Das heißt, ich werde die nächsten Tage ne Menge zu lesen haben und sicherlich auch bald meinen Senf dazu geben 😉</p>



<p>Lesenswert ist außerdem noch Chris Messinas (<a href="http://diso-project.org/">DiSo</a>) Artikel <a href="http://factoryjoe.com/blog/2008/05/11/thoughts-on-dataportability/"><em>Thoughts on DataPortability</em></a> und Chris Saads (<a href="https://de.wikipedia.org/wiki/Dataportability#Das_Projekt">DataPortability</a>) Antwort <a href="http://chrissaad.wordpress.com/2008/05/12/responses-to-dataportability-questions/"><em>Responses to DataPortability questions</em></a>.</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/05/12/dataportability-pfingsten/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
