<?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>Mastodon &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/mastodon/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>Thu, 10 Apr 2025 09:25:36 +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>Mastodon &#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/mastodon/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>It&#8217;s a Thing!</title>
		<link>https://notiz.blog/2024/04/22/its-a-thing/</link>
					<comments>https://notiz.blog/2024/04/22/its-a-thing/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 16:24:10 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[ActivityPub]]></category>
		<category><![CDATA[ActivityStreams]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Fediverse]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=25298</guid>

					<description><![CDATA[Das Fediverse tut sich schwer, das volle Potential der verschiedenen Activity-Objects auszunutzen, hauptsächlich aus Angst, sie falsch oder schlecht darzustellen und deshalb teilen die meisten großen Netzwerke leider nur Notes. Dabei könnte es so einfach sein! @deadsuperhero schreibt auf seinem Blog, dass er eigentlich gerne Articles veröffentlichen will, aber (hauptsächlich) durch Mastodon zu Note gezwungen [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Das Fediverse tut sich schwer, das volle Potential der verschiedenen <a href="https://www.w3.org/TR/activitystreams-vocabulary/#object-types">Activity-Objects</a> auszunutzen, hauptsächlich aus Angst, sie falsch oder schlecht darzustellen und deshalb teilen die meisten großen Netzwerke leider nur <code>Note</code>s.</p>



<p>Dabei könnte es so einfach sein!</p>



<p><a rel="mention" class="u-url mention" href="https://social.wedistribute.org/users/deadsuperhero">@deadsuperhero</a> schreibt auf seinem <a href="https://deadsuperhero.com/">Blog</a>, dass er eigentlich gerne <code>Article</code>s veröffentlichen will, aber (hauptsächlich) durch Mastodon zu <code>Note</code> gezwungen wird, wenn er sicher gehen will, dass der Text vollständig dargestellt wird.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Here’s the problem, though: the biggest player in the space, Mastodon, does a poor job of supporting Article. Instead, every post Mastodon uses is instead a <a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-note" target="_blank" rel="noreferrer noopener">Note</a>. From a semantic point of view, it might not seem like there’s a lot of difference between the two: both are effectively texts posts that can contain some formatting markup, both can hold an arbitrary amount of characters, and both can effectively be used to represent a full article.</p>
<cite><a href="https://deadsuperhero.com/2024/04/a-content-fallback-mechanism-for-the-fediverse/">A Content-Fallback Mechanism for the Fediverse</a></cite></blockquote>



<p>Ironischerweise zeigt Mastodon eine föderierte <code>Note</code> vollständig an, auch wenn der Text weit über die eigentlich erlaubten 500 Zeichen hinaus geht, bei einem <code>Article</code> wird statt dessen aber nur die kurze <code>summary</code> benutzt.</p>



<p>Seine Idee: Ein Content-Fallback Mechanismus!</p>



<p>Das heißt jede Aktivität, egal von welchem Typ, liefert zusätzlich zu dem spezifischen Objekt, eine standardisierte <code>Note</code> (<code>content-fallback</code>): </p>


<pre class="wp-block-code"><span><code class="hljs language-json">{
  <span class="hljs-attr">"@context"</span>:&#91;
    <span class="hljs-string">"https://www.w3.org/ns/activitystreams"</span>,
    {
      <span class="hljs-attr">"Hashtag"</span>:<span class="hljs-string">"as:Hashtag"</span>
    }
  ],
  <span class="hljs-attr">"id"</span>:<span class="hljs-string">"https://wedistribute.org/2024/04/iftas-dsa-guide/"</span>,
  <span class="hljs-attr">"type"</span>:<span class="hljs-string">"Article"</span>,
  <span class="hljs-attr">"content-fallback"</span>: {
    <span class="hljs-attr">"content"</span>:<span class="hljs-string">"IFTAS, the dedicated Trust &amp; Safety organization ..."</span>,
    <span class="hljs-attr">"mediaType"</span>:<span class="hljs-string">"text/plain"</span>,
    <span class="hljs-attr">"summary"</span>:<span class="hljs-string">""</span>,
    <span class="hljs-attr">"tag"</span>:&#91;{
      <span class="hljs-attr">"href"</span>:<span class="hljs-string">"https://wedistribute.org/tags/fediverse"</span>,
      <span class="hljs-attr">"name"</span>:<span class="hljs-string">"#fediverse"</span>,
      <span class="hljs-attr">"type"</span>:<span class="hljs-string">"Hashtag"</span>
    }],
    <span class="hljs-attr">"type"</span>:<span class="hljs-string">"Note"</span>,
    <span class="hljs-attr">"updated"</span>:<span class="hljs-string">"2024-04-11T20:55:29Z"</span>
  }
}</code></span></pre>


<p>Ich verstehe das Problem und finde die Idee generell nicht schlecht, aber eigentlich bietet ActivityPub alles Nötige schon von Haus aus! <a href="https://www.w3.org/TR/activitypub/">ActivityPub</a> oder besser <a href="https://www.w3.org/TR/activitystreams-vocabulary/">ActivityStreams</a> ist so aufgebaut, dass alle Objekte von einem Art <a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object">Base-Object</a> abgeleitet werden. Das heißt <code>Article</code>, <code>Note</code>, <code>Event</code> oder <code>Place</code>, haben ein gleiches Minimal-Set an Attributen:</p>



<ul class="wp-block-list">
<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment">attachment</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attributedto">attributedTo</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience">audience</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content">content</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-context">context</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name">name</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon">icon</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image">image</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto">inReplyTo</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-published">published</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies">replies</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary">summary</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tag">tag</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-updated">updated</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-url">url</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-to">to</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto">bto</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc">cc</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc">bcc</a></code></li>



<li><code><a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype">mediaType</a></code></li>



<li>&#8230;und <a href="https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object">mehr</a></li>
</ul>



<p>Und auch wenn beispielsweise <code>Place</code> oder <code>Event</code> einige spezifische Eigenschaften haben, die nicht jede Plattform &#8222;kennt&#8220; und &#8222;versteht&#8220;, sollte es immer möglich sein, die Beschreibung (<code>content</code> oder <code>summary</code>) und den Titel (<code>name</code>) anzuzeigen.</p>



<p>Das Prinzip ist ähnlich wie, wenn nicht sogar inspiriert durch, <a href="https://schema.org/Thing">schema.org/Thing</a>. Auch hier basieren alle Objekte letztendlich auf einem <code>Thing</code> und trotz der wesentlich größeren Anzahl<sup data-fn="86afc0a7-1418-45a0-ac8c-065597de0527" class="fn"><a href="#86afc0a7-1418-45a0-ac8c-065597de0527" id="86afc0a7-1418-45a0-ac8c-065597de0527-link">1</a></sup> an Objekten und Attributen, können Suchmaschinen sich immer sicher sein, dass es zumindest einen <code>name</code>, eine <code>description</code> und eine <code>url</code> zum Anzeigen gibt.</p>



<p>Bevor wir über also über ein `content-fallback` nachdenken, sollten wir (meiner Meinung nach) erst einmal dafür sorgen, dass die vorhanden Möglichkeiten richtig genutzt werden.</p>


<ol class="wp-block-footnotes"><li id="86afc0a7-1418-45a0-ac8c-065597de0527">The vocabulary currently consists of 806 Types, 1474 Properties 14 Datatypes, 90 Enumerations and 480 Enumeration members. – <a href="https://schema.org/docs/schemas.html">https://schema.org/docs/schemas.html</a> <a href="#86afc0a7-1418-45a0-ac8c-065597de0527-link" aria-label="Zur Fußnotenreferenz 1 navigieren">↩︎</a></li></ol><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/2024/04/22/its-a-thing/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
		<item>
		<title>Enable Mastodon Apps</title>
		<link>https://notiz.blog/2024/03/21/enable-mastodon-apps/</link>
					<comments>https://notiz.blog/2024/03/21/enable-mastodon-apps/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 21 Mar 2024 12:31:26 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ActivityPub]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[CFHack]]></category>
		<category><![CDATA[CFHack2024]]></category>
		<category><![CDATA[CloudFest]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Mastodon]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=25083</guid>

					<description><![CDATA[Ich war am Wochenende auf dem CloudFest Hackathon und hatte zum zweiten Mal die Change ein Projekt zu betreuen. Die Idee zu &#8222;Enable Mastodon Apps&#8220; stammt von @alex und ich freue mich sehr, dass er mir sein &#8222;Baby&#8220; für den Hackathon anvertraut hat! Hier ist unser Pitch: Ich bin begeistert von der Idee! Das Nachbauen [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="700" height="438" src="https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps-900x563.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps-900x563.png 900w, https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps-700x438.png 700w, https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps-768x480.png 768w, https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps-1536x960.png 1536w, https://notiz.blog/wp-content/uploads/2024/03/enable-mastodon-apps.png 1680w" sizes="auto, (max-width: 700px) 100vw, 700px" /> 
<p>Ich war am Wochenende auf dem CloudFest Hackathon und hatte zum <a href="https://notiz.blog/2022/04/03/cloudfest-2022-hackathon-indieweb-for-wordpress/">zweiten Mal</a> die Change ein Projekt zu betreuen. Die Idee zu &#8222;<a href="https://github.com/akirk/enable-mastodon-apps">Enable Mastodon Apps</a>&#8220; stammt von <a rel="mention" class="u-url mention" href="https://alex.kirk.at/author/alex/">@alex</a> und ich freue mich sehr, dass er mir sein &#8222;Baby&#8220; für den Hackathon anvertraut hat!</p>



<p>Hier ist unser Pitch:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="embed-privacy-url"><a href="https://www.youtube.com/watch?v=VJWdzeZz-ok">Eingebetteten Inhalt von YouTube öffnen</a></span>
</div></figure>



<p>Ich bin begeistert von der Idee!</p>



<p>Das Nachbauen der Mastodon-API stellt eine relativ einfache Lösung für das aktuelle &#8218;App-Problem&#8216; von WordPress dar. Die gängigen Apps zielen darauf ab, den Nutzern das traditionelle Bloggen zu ermöglichen. Allerdings haben soziale Medien im Allgemeinen und Twitter im Speziellen, die Art und Weise wie wir im Internet kommunizieren, maßgeblich verändert. Es geht nicht mehr um lange Artikel, sondern um kurze Nachrichten ohne Titel mit dem Fokus auf Bilder oder Videos.</p>



<p>Ein weiterer Nebeneffekt sind die sozialen Interaktionen wie Kommentieren (die WordPress über die letzten Jahre spärlich vernachlässigt hat), Liken, Boosten und Bookmarken (die WordPress nativ gar nicht unterstützt), welche die Mastodon Apps von Haus aus schon mit bringen.</p>



<p>&#8222;Enable Mastodon Apps&#8220; stellt aber nur die Endpunkte für diese Interaktionen bereit, um sie nutzen zu können, braucht es weitere Plugins, wie z.B. <a href="https://wordpress.org/plugins/friends/">Friends</a> und/oder <a href="https://wordpress.org/plugins/activitypub/">ActivityPub</a>. Mehr dazu hier: <a href="https://wordpress.tv/2023/10/22/matthias-pfefferle-alex-kirk-friends-with-activitypub-deine-nachhaltige-identitaet-im-web/">Friends with ActivityPub – Deine nachhaltige Identität im Web</a>.</p>



<p>Das Projekt hat mich sehr an die frühen Twitter-Jahre erinnert. Die Twitter-API galt lange als der de-facto Standard für Micro-blogging und Automattic/<a rel="mention" class="u-url mention" href="https://mastodon.social/@photomatt">@photomatt</a> hat damals schon die Vorteile für sich erkannt und die API für WordPress.com nach gebaut:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Of course one of the coolest things about Twitter right now is the client applications, particularly the mobile/iPhone ones. I use <a href="http://www.atebits.com/tweetie-iphone/">Tweetie 2</a> on my iPhone every day. Wouldn’t it be cool if you could get all your blog subscriptions and post to your WordPress.com blog from apps like Tweetie? Well here’s an early Christmas present…</p>



<p>We’ve enabled posting to and reading of WordPress.com blogs via the Twitter API. Any app that allows you to set a custom API URL will work.</p>
<cite><a href="https://wordpress.com/blog/2009/12/12/twitter-api/">Post and Read via Twitter API</a></cite></blockquote>



<h2 class="wp-block-heading">Hackathon</h2>



<p>Wir waren zwar nur 4 Personen, aber ich sag nur &#8222;Qualität statt Quantität&#8220;!</p>



<p>Vielen Dank <a rel="mention" class="u-url mention" href="https://dewp.space/@Drivingralle">@Drivingralle</a>, <a rel="mention" class="u-url mention" href="https://dewp.space/@matze">@matze</a> und <a rel="mention" class="u-url mention" href="https://mastodon.social/@obenland">@obenland</a>, es war super produktiv und hat großen Spaß gemacht 🙂</p>



<figure class="wp-block-image alignwide size-large"><img fetchpriority="high" decoding="async" width="900" height="675" sizes="(max-width: 900px) 100vw, 900px" src="https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-900x675.jpg" alt="" class="wp-image-25095" srcset="https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-900x675.jpg 900w, https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-700x525.jpg 700w, https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-768x576.jpg 768w, https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-1536x1152.jpg 1536w, https://notiz.blog/wp-content/uploads/2024/03/IMG_2312-2048x1536.jpg 2048w" /><figcaption class="wp-element-caption">Von links nach rechts: <a href="https://www.drivingralle.de/">Ralf Wiechers</a>, ich, <a href="https://kittmedia.com/">Matthias Kittsteiner</a> und <a href="https://konstantin.obenland.it/">Konstantin Obenland</a></figcaption></figure>



<p>Was wir erreicht haben:</p>



<ul class="wp-block-list">
<li>Die meisten Mastodon-API-Endpunkte wurden implementiert.</li>



<li>&#8222;Hooks&#8220; und &#8222;Actions&#8220; für den internen Gebrauch.</li>



<li>Dokumentation aller Hooks.</li>



<li>Grundlegende Beispielimplementierungen in ActivityPub und im Friends Plugin.</li>



<li>Testen von zusätzlichen Clients.</li>
</ul>



<p>Und hier ein paar Statistiken von den zweieinhalb Tagen:</p>



<ul class="wp-block-list">
<li>3 new contributors to the plugin</li>



<li>4,101 lines added</li>



<li>911 lines removed</li>



<li>213 commits</li>



<li>34 files changed</li>



<li>25 PRs merged</li>



<li>7 PRs almost merged</li>



<li>0 Social Media posts</li>
</ul>



<p>Und hier der Pull Request in seiner ganzen Pracht: <a href="https://github.com/akirk/enable-mastodon-apps/pull/93">Collection of changes from the CloudFest Hackathon</a></p>



<p>Vielen Dank auch an @bart@moth.social und das Team von <a href="https://getmammoth.app/">Mammoth</a>, die uns im Vorfeld unterstützt haben. Mammoth funktioniert jetzt wunderbar mit WordPress und Alex und ich hatten einen Einblick in die App-Entwicklung und deren Eigenheiten 🙂</p>



<p>Hier ein paar Bilder:</p>



<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="900" height="719" sizes="(max-width: 700px) 100vw, 700px" data-id="25103" src="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-900x719.png" alt="" class="wp-image-25103" srcset="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-900x719.png 900w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-700x560.png 700w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-768x614.png 768w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-1536x1228.png 1536w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.33.56-2048x1637.png 2048w" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="900" height="719" sizes="(max-width: 700px) 100vw, 700px" data-id="25101" src="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-900x719.png" alt="" class="wp-image-25101" srcset="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-900x719.png 900w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-700x560.png 700w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-768x614.png 768w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-1536x1228.png 1536w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-09.34.48-2048x1637.png 2048w" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="900" height="719" sizes="auto, (max-width: 700px) 100vw, 700px" data-id="25104" src="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-900x719.png" alt="" class="wp-image-25104" srcset="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-900x719.png 900w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-700x560.png 700w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-768x614.png 768w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-1536x1228.png 1536w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-19-at-19.48.40-2048x1637.png 2048w" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="900" height="719" sizes="auto, (max-width: 700px) 100vw, 700px" data-id="25102" src="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-900x719.png" alt="" class="wp-image-25102" srcset="https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-900x719.png 900w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-700x560.png 700w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-768x614.png 768w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-1536x1228.png 1536w, https://notiz.blog/wp-content/uploads/2024/03/Screenshot-2024-03-20-at-20.47.16-2048x1637.png 2048w" /></figure>
</figure>
<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/2024/03/21/enable-mastodon-apps/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>ActivityPub für WordPress</title>
		<link>https://notiz.blog/2020/12/31/activitypub-fuer-wordpress/</link>
					<comments>https://notiz.blog/2020/12/31/activitypub-fuer-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 30 Dec 2020 23:06:32 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ActivityPub]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Fediverse]]></category>
		<category><![CDATA[Friendica]]></category>
		<category><![CDATA[HubZilla]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[Misskey]]></category>
		<category><![CDATA[Pixelfed]]></category>
		<category><![CDATA[Pleroma]]></category>
		<category><![CDATA[Socialhome]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18543</guid>

					<description><![CDATA[Ich hatte es im Januar 2019 schon einmal erwähnt: Ich arbeite gerade an einem ActivityPub Plugin für WordPress. Da ich das ganze in meiner Freizeit mache, hat das auch seine Zeit gedauert, aber gerade ist es in einem ganz stabilen Zustand&#8230; immerhin funktioniert es mit den meisten bekannten Plattformen: Es gibt zwar immer noch &#8217;ne [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Ich hatte es <a href="https://notiz.blog/2019/01/08/zwanzigachtzehn/">im Januar 2019 schon einmal erwähnt</a>: Ich arbeite gerade an einem <a href="https://wordpress.org/plugins/activitypub/">ActivityPub Plugin für WordPress</a>. Da ich das ganze in meiner Freizeit mache, hat das auch seine Zeit gedauert, aber gerade ist es in einem ganz stabilen Zustand&#8230; immerhin funktioniert es mit den meisten bekannten Plattformen:</p>



<figure class="wp-block-gallery alignwide columns-4 wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/socialhome/"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/10/socialhome-900x574.png" alt="" data-id="18619" data-link="https://notiz.blog/socialhome/" class="wp-image-18619" srcset="https://notiz.blog/wp-content/uploads/2019/10/socialhome-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/10/socialhome-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/10/socialhome-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">Socialhome</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/?attachment_id=18550"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/09/misskey-900x574.png" alt="" data-id="18550" data-link="https://notiz.blog/?attachment_id=18550" class="wp-image-18550" srcset="https://notiz.blog/wp-content/uploads/2019/09/misskey-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/09/misskey-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/09/misskey-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">Misskey</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/?attachment_id=18547"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/09/pleroma-900x574.png" alt="" data-id="18547" data-link="https://notiz.blog/?attachment_id=18547" class="wp-image-18547" srcset="https://notiz.blog/wp-content/uploads/2019/09/pleroma-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/09/pleroma-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/09/pleroma-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">Pleroma</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/hubzilla/"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/10/hubzilla-900x574.png" alt="" data-id="18622" data-link="https://notiz.blog/hubzilla/" class="wp-image-18622" srcset="https://notiz.blog/wp-content/uploads/2019/10/hubzilla-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/10/hubzilla-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/10/hubzilla-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">HubZilla</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/mastodon/"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/09/mastodon-900x574.png" alt="" data-id="18556" data-link="https://notiz.blog/mastodon/" class="wp-image-18556" srcset="https://notiz.blog/wp-content/uploads/2019/09/mastodon-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/09/mastodon-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/09/mastodon-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">Mastodon</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/?attachment_id=18546"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/09/friendica-900x574.png" alt="" data-id="18546" data-link="https://notiz.blog/?attachment_id=18546" class="wp-image-18546" srcset="https://notiz.blog/wp-content/uploads/2019/09/friendica-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/09/friendica-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/09/friendica-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">Friendi.ca</figcaption></figure></li><li class="blocks-gallery-item"><figure><a href="https://notiz.blog/pixelfed/"><img loading="lazy" decoding="async" width="900" height="574" src="https://notiz.blog/wp-content/uploads/2019/10/pixelfed-900x574.png" alt="" data-id="18620" data-link="https://notiz.blog/pixelfed/" class="wp-image-18620" srcset="https://notiz.blog/wp-content/uploads/2019/10/pixelfed-900x574.png 900w, https://notiz.blog/wp-content/uploads/2019/10/pixelfed-700x446.png 700w, https://notiz.blog/wp-content/uploads/2019/10/pixelfed-768x489.png 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></a><figcaption class="blocks-gallery-item__caption">pixelfed</figcaption></figure></li></ul></figure>



<p>Es gibt zwar immer noch <a href="https://github.com/pfefferle/wordpress-activitypub/issues" data-type="URL" data-id="https://github.com/pfefferle/wordpress-activitypub/issues">&#8217;ne Menge zu tun</a>, aber immerhin kann man:</p>



<ul class="wp-block-list"><li>dem eigenen Blog-Profil (Author-URL) auf Mastodon &amp; Co. folgen</li><li>Blog-Posts werden mit den Followern geteilt</li><li>Kommentare auf Mastodon &amp; Co. landen wieder im Blog</li></ul>



<p>Ihr könnt das Plugin über <a href="https://wordpress.org/plugins/activitypub/" data-type="URL" data-id="https://wordpress.org/plugins/activitypub/">WordPress.org</a> oder <a href="https://github.com/pfefferle/wordpress-activitypub">GitHub</a> installieren.</p>



<p>Wer Ideen hat oder Hilfe braucht, findet mich (immer mal wieder) im <a href="https://socialhub.activitypub.rocks/c/software/wordpress/55" data-type="URL" data-id="https://socialhub.activitypub.rocks/c/software/wordpress/55">SocialHub</a> von ActivitPub.rocks.</p>



<p>Ich bin gespannt auf euer Feedback!</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/2020/12/31/activitypub-fuer-wordpress/feed/</wfw:commentRss>
			<slash:comments>30</slash:comments>
		
		
			</item>
		<item>
		<title>I am a &#8222;Human of WordPress&#8220;</title>
		<link>https://notiz.blog/2020/03/15/i-am-a-human-of-wordpress/</link>
					<comments>https://notiz.blog/2020/03/15/i-am-a-human-of-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 15 Mar 2020 14:37:00 +0000</pubDate>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Gutenberg]]></category>
		<category><![CDATA[Humans of WordPress]]></category>
		<category><![CDATA[IndieWeb]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[OpenWeb]]></category>
		<category><![CDATA[Themes]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18928</guid>

					<description><![CDATA[Martin Wolfert hat mich für sein Projekt &#8222;Humans of WordPress&#8220; interviewed. Grundsätzlich möchte ich mit Humans of WordPress Menschen aus der WordPress-Community, aber auch dem erweiterten WordPress-Ecosystem mit Hilfe von ästhetischen Bildern und interessanten Interviewtexten vorstellen. Wir sprechen über meine &#8222;WordPress-Story&#8220; , über notiz.Blog, über dezentrale Netzwerke und das IndieWeb, über Gutenberg, Theme Entwicklung und [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="700" height="467" src="https://notiz.blog/wp-content/uploads/2020/03/howp-matthias-pfefferle-v-1024x683-1-900x600.jpg" class="attachment-large size-large wp-post-image" alt="Ein Bild von Matthias Pfefferle vom Humans of WordPress Interview" decoding="async" loading="lazy" srcset="https://notiz.blog/wp-content/uploads/2020/03/howp-matthias-pfefferle-v-1024x683-1-900x600.jpg 900w, https://notiz.blog/wp-content/uploads/2020/03/howp-matthias-pfefferle-v-1024x683-1-700x467.jpg 700w, https://notiz.blog/wp-content/uploads/2020/03/howp-matthias-pfefferle-v-1024x683-1-768x512.jpg 768w, https://notiz.blog/wp-content/uploads/2020/03/howp-matthias-pfefferle-v-1024x683-1.jpg 1024w" sizes="auto, (max-width: 700px) 100vw, 700px" /> 
<p><a href="https://blog.lichttraeumer.de/">Martin Wolfert</a> hat mich für sein Projekt &#8222;<a href="https://humansofwp.org/">Humans of WordPress</a>&#8220; <a href="https://humansofwp.org/matthias-pfefferle/">interviewed</a>.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Grundsätzlich möchte ich mit Humans of WordPress Menschen aus der WordPress-Community, aber auch dem erweiterten WordPress-Ecosystem mit Hilfe von ästhetischen Bildern und interessanten Interviewtexten vorstellen.</p></blockquote>



<p>Wir sprechen über meine &#8222;<a href="https://notiz.blog/2018/06/19/15-jahre-wordpress/">WordPress-Story</a>&#8220; , über <a href="https://notiz.blog/">notiz.Blog</a>, über dezentrale Netzwerke und das <a href="https://notiz.blog/tag/indieweb/">IndieWeb</a>, über Gutenberg, <a href="https://notiz.blog/tag/theme/">Theme Entwicklung</a> und über <a href="https://krautpress.de/2020/wordpress-in-einem-veraenderten-web/">die Verantwortung der WordPress Community auch über die reine Software-Entwicklung hinaus</a>.</p>



<p><a href="https://humansofwp.org/matthias-pfefferle/">Zum Interview</a>.</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/2020/03/15/i-am-a-human-of-wordpress/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Hier &#038; Jetzt – Open Web 4</title>
		<link>https://notiz.blog/2019/11/06/hier-und-jetzt-open-web-4/</link>
					<comments>https://notiz.blog/2019/11/06/hier-und-jetzt-open-web-4/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 06 Nov 2019 10:52:06 +0000</pubDate>
				<category><![CDATA[Hier & Jetzt - Open Web]]></category>
		<category><![CDATA[Open Web]]></category>
		<category><![CDATA[ActivityPub]]></category>
		<category><![CDATA[Diaspora]]></category>
		<category><![CDATA[Fediverse]]></category>
		<category><![CDATA[Mastodon]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18772</guid>

					<description><![CDATA[Es gibt wieder eine neue &#8222;Hier &#38; Jetzt – Open Web&#8220; Folge! Wir sprechen über Mastodon, ActivityPub und meine WordPress Plugins 🙂 Matthias Pfefferle und Marcel Weiß sprechen über den Erfolg von Mastodon, das extrem wichtige ActivityPub-Protokoll und die Herausforderungen dezentraler Netzwerke, die zum Teil denen sehr ähneln, die wir von Twitter und co. kennen [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Es gibt wieder eine neue &#8222;<a href="http://neunetz.fm/hier-jetzt-open-web-4-mastodon-activitypub-und-das-fediverse/">Hier &amp; Jetzt – Open Web</a>&#8220; Folge! Wir sprechen über <a href="https://joinmastodon.org/">Mastodon</a>, <a href="https://activitypub.rocks/">ActivityPub</a> und meine <a href="https://github.com/search?q=wordpress+fediverse+user%3Apfefferle&amp;type=Repositories">WordPress Plugins</a> 🙂</p>



<figure><iframe loading="lazy" width="100%" height="180" frameborder="no" scrolling="no" seamless src="https://share.transistor.fm/e/893d2e63"></iframe></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Matthias Pfefferle und Marcel Weiß sprechen über den Erfolg von Mastodon, das extrem wichtige ActivityPub-Protokoll und die Herausforderungen dezentraler Netzwerke, die zum Teil denen sehr ähneln, die wir von Twitter und co. kennen aber auch neue Aspekte haben.</p>
</blockquote>



<p>Viel Spaß beim hören!</p>


<p>RSS readers like you are the secret sauce of the internet. Keep rocking and staying informed!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2019/11/06/hier-und-jetzt-open-web-4/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Awesome Fediverse</title>
		<link>https://notiz.blog/2019/10/10/awesome-fediverse/</link>
					<comments>https://notiz.blog/2019/10/10/awesome-fediverse/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 10 Oct 2019 20:12:15 +0000</pubDate>
				<category><![CDATA[Linkdump]]></category>
		<category><![CDATA[Open Web]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[federated social web]]></category>
		<category><![CDATA[Fediverse]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[Pleroma]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18687</guid>

					<description><![CDATA[Eine Liste von awesome Fediverse-Links:]]></description>
										<content:encoded><![CDATA[
<p>Eine Liste von <a href="https://github.com/sindresorhus/awesome">awesome</a> Fediverse-Links:</p>



<figure class="wp-block-image alignright is-resized"><img loading="lazy" decoding="async" width="725" height="514" sizes="auto, (max-width: 363px) 100vw, 363px" src="https://notiz.blog/wp-content/uploads/2019/10/awesome.png" alt="" class="wp-image-18704" style="width:363px;height:257px" srcset="https://notiz.blog/wp-content/uploads/2019/10/awesome.png 725w, https://notiz.blog/wp-content/uploads/2019/10/awesome-700x496.png 700w" /></figure>



<ul class="wp-block-list">
<li><a href="https://fediverse.party/">fediverse.party</a> &#8211; Ein ziemlich vollständiger &#8222;Fediverse Guide&#8220;, detaillierte Beschreibungen der großen Services und eine Sammlung von Plugins und Plattformen.</li>



<li><s>fediverse.network</s> &#8211; Statistiken zu fediverse Instanzen, Servern und Hosts. Betreiber können zusätzlich ihre Instanz administrieren und Statistiken einsehen.</li>



<li><a href="https://the-federation.info/">the-federation.info</a> &#8211; Statistiken zu fediverse Nodes, Projekten und Protokollen.</li>



<li><a href="https://switching.software/">switching.software</a> &#8211; <strong>switching.software</strong> möchte Dich beim Wechsel zu <a href="https://switching.software/use/" data-type="URL" data-id="https://switching.software/use/">freier</a> und offener Software unterstützen. Unser Ziel ist, dass Du proprietären, unfreien Programmen und Plattformen einfach den Rücken zukehren kannst. So möchten wir Deine Privatsphäre, Deine  Meinungsfreiheit und Dein Recht auf Selbstbestimmung stärken.</li>



<li><a href="https://wedistribute.org/">wedistribute.org</a> &#8211; Ein Blog rund um das Thema &#8222;Fediverse&#8220;.</li>



<li><a href="https://instances.social/">instances.social</a> &#8211; Suche dir deine passende Mastodon Instanz.</li>



<li><s>search.social</s> &#8211; Eine <strong>fediverse</strong> Suchmaschine.</li>



<li><s>distsn.org</s> &#8211; Eine Suche für Pleroma/Mastodon Instanzen und Fediverse Benutzern.</li>
</ul>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2019/10/10/awesome-fediverse/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title></title>
		<link>https://notiz.blog/2019/09/26/hello-fediverse/</link>
					<comments>https://notiz.blog/2019/09/26/hello-fediverse/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 18:38:38 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Federation]]></category>
		<category><![CDATA[Fediverse]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[Misskey]]></category>
		<category><![CDATA[Pixelfed]]></category>
		<category><![CDATA[Pleroma]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18518</guid>

					<description><![CDATA[Hello, Marhabaan, Hallo, Salut, Merhaba, שלום, qavan, Hola, 你好, Ciao, Alô, Hej, ハロー, Ej, Alla, Grüzi &#38; Namaste Fediverse! (Das Bild ist eine abgewandelte Version von switching.social)]]></description>
										<content:encoded><![CDATA[<img width="700" height="709" src="https://notiz.blog/wp-content/uploads/2019/09/FediverseDiagram-900x912.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://notiz.blog/wp-content/uploads/2019/09/FediverseDiagram-900x912.png 900w, https://notiz.blog/wp-content/uploads/2019/09/FediverseDiagram-700x709.png 700w, https://notiz.blog/wp-content/uploads/2019/09/FediverseDiagram-768x778.png 768w, https://notiz.blog/wp-content/uploads/2019/09/FediverseDiagram.png 1392w" sizes="auto, (max-width: 700px) 100vw, 700px" /> 
<p>Hello, Marhabaan, Hallo, Salut, Merhaba, שלום, qavan, Hola, 你好, Ciao, Alô, Hej, ハロー, Ej, Alla, Grüzi &amp; Namaste Fediverse!</p>



<p><small>(Das Bild ist eine abgewandelte Version von switching.social)</small></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/2019/09/26/hello-fediverse/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Hier &#038; Jetzt – Open Web 3</title>
		<link>https://notiz.blog/2019/09/08/hier-und-jetzt-open-web-3/</link>
					<comments>https://notiz.blog/2019/09/08/hier-und-jetzt-open-web-3/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 08 Sep 2019 18:53:00 +0000</pubDate>
				<category><![CDATA[Hier & Jetzt - Open Web]]></category>
		<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[ID4me]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[Tumblr]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18477</guid>

					<description><![CDATA[Dieses Mal sprechen Marcel und ich über ID4me, Tumblr, Mastodon und GitHub Sponsors. In der dritten Ausgabe unseres Open-Web-Podcasts sprechen Matthias Pfefferle und Marcel Weiß über Github Sponsors, eine Art Patreon für Open-Source-Entwickler, und was die Übernahme von Tumblr durch die WordPress-Mutter Auttomatic für das Open Web bedeuten kann. Außerdem: Mastodon wechselt zu ActivityPub und [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="http://neunetz.fm/hier-jetzt-open-web-3-github-sponsors-wordpress-tumblr-mastodon/">Dieses Mal</a> sprechen <a href="http://marcelweiss.de/">Marcel</a> und ich über <a href="https://notiz.blog/2019/07/18/id4me/">ID4me</a>, <a href="https://www.theverge.com/2019/8/14/20804894/tumblr-acquisition-matt-mullenweg-ceo-automattic-wordpress-verizon-changes-vergecast">Tumblr</a>, <a href="https://notiz.blog/2019/08/16/farewell-ostatus/">Mastodon</a> und <a href="https://github.com/sponsors">GitHub Sponsors</a>.</p>



<figure class="wp-block-embed-spotify alignwide wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-21-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="embed-privacy-url"><a href="https://open.spotify.com/episode/3mvrO5AvXxbxcPbyFTsiN7?nd=1">Eingebetteten Inhalt von Spotify öffnen</a></span>
</div></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>In der dritten Ausgabe unseres Open-Web-Podcasts sprechen Matthias  Pfefferle und Marcel Weiß über Github Sponsors, eine Art Patreon für  Open-Source-Entwickler, und was die Übernahme von Tumblr durch die  WordPress-Mutter Auttomatic für das Open Web bedeuten kann.</p><p>Außerdem: Mastodon wechselt zu ActivityPub und ID4me.</p></blockquote>



<p>Viel Spaß beim Hören!</p>



<p><strong>‚Hier &amp; Jetzt‘</strong> kann man per <a href="http://feed.neunetz.fm/huj">RSS-Feed</a> <strong>abonnieren</strong> und findet man natürlich auch bei <a href="https://itunes.apple.com/de/podcast/hier-jetzt/id937734214">Apple Podcasts</a> und in jeder Podcast-App.</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/2019/09/08/hier-und-jetzt-open-web-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Farewell OStatus</title>
		<link>https://notiz.blog/2019/08/16/farewell-ostatus/</link>
					<comments>https://notiz.blog/2019/08/16/farewell-ostatus/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 16 Aug 2019 16:12:03 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[ActivityStreams]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Mastodon]]></category>
		<category><![CDATA[OStatus]]></category>
		<category><![CDATA[PubSubHubbub]]></category>
		<category><![CDATA[Salmon]]></category>
		<guid isPermaLink="false">https://notiz.blog/?p=18365</guid>

					<description><![CDATA[Schon seit der ersten Version von Mastodon wollte ich eine Lobeshymne auf OStatus schreiben! Sowas wie &#8222;OStatus hat auch nach über 6 Jahren an Relevanz nicht verloren&#8220; oder &#8222;selbst nach 6 Jahren, setzen neue Plattformen mit Erfolg auf OStatus&#8220; oder &#8222;mein 6 Jahre altes OStatus WordPress Plugin funktioniert mit nur wenigen Anpassungen auch mit Mastodon&#8222;&#8230; [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="700" height="336" src="https://notiz.blog/wp-content/uploads/2019/07/rip-ostatus-900x432.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://notiz.blog/wp-content/uploads/2019/07/rip-ostatus-900x432.jpg 900w, https://notiz.blog/wp-content/uploads/2019/07/rip-ostatus-700x336.jpg 700w, https://notiz.blog/wp-content/uploads/2019/07/rip-ostatus-768x369.jpg 768w, https://notiz.blog/wp-content/uploads/2019/07/rip-ostatus.jpg 1250w" sizes="auto, (max-width: 700px) 100vw, 700px" /> 
<p>Schon seit der ersten Version von Mastodon wollte ich eine Lobeshymne auf <a href="https://www.w3.org/community/ostatus/">OStatus</a> schreiben! Sowas wie &#8222;<em>OStatus hat auch nach über 6 Jahren an Relevanz nicht verloren</em>&#8220; oder &#8222;<em>selbst nach 6 Jahren, setzen neue Plattformen mit Erfolg auf OStatus</em>&#8220; oder &#8222;<em>mein 6 Jahre altes </em><a href="https://wordpress.org/plugins/ostatus-for-wordpress/"><em>OStatus WordPress Plugin</em></a><em> funktioniert mit nur wenigen Anpassungen auch mit Mastodon</em>&#8222;&#8230;</p>



<p>Das kann ich mir jetzt leider sparen. Eugen Rochko, der Gründer von Mastodon, schrieb schon 2018:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>I can&#8217;t wait until I can begin removing OStatus-related code from Mastodon. I think GNU social is the last remaining fediverse project that hasn&#8217;t yet switched to ActivityPub?</p><cite><a href="https://mastodon.social/@Gargron/101315623789486648">Eugen Rochko auf Mastodon</a></cite></blockquote>



<p>Über Patreon hat er seinen Plan jetzt nochmal konkretisiert:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>[&#8230;] OStatus [&#8230;] has overstayed its welcome in the code [&#8230;] and now that most of the network uses ActivityPub, it’s time for it to go. </p><cite><a href="https://www.patreon.com/posts/mastodon-2-9-and-28121681">Eugen Rochko auf Patreon</a></cite></blockquote>



<p>&#8230;und der <a href="https://github.com/tootsuite/mastodon/pull/11205">Pull-Request</a>, der PubSubHubbub und Salmon ausbaut, wurde am 6. Juli ge-merged.</p>



<p>🙁</p>



<h2 class="wp-block-heading">Wie geht&#8217;s weiter?</h2>



<p>OStatus war wegweisend! Statt ein komplett neues Protokoll zu beschreiben, hat OStatus bestehende De-Facto-Standards in einer Spezifikation zusammen geführt. Für viele Plattformen, war es dadurch relativ einfach, OStatus einzusetzen, da sie in der Regel Teile der Spezifikation sowieso schon betrieben.</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="900" height="351" sizes="auto, (max-width: 900px) 100vw, 900px" src="https://notiz.blog/wp-content/uploads/2019/07/federation-protocols-900x351.png" alt="" class="wp-image-18416" srcset="https://notiz.blog/wp-content/uploads/2019/07/federation-protocols-900x351.png 900w, https://notiz.blog/wp-content/uploads/2019/07/federation-protocols-700x273.png 700w, https://notiz.blog/wp-content/uploads/2019/07/federation-protocols-768x300.png 768w" /><figcaption><a href="https://the-federation.info/#protocols">Protokoll-Übersicht</a> von the-federation.info (Stand: 23. Juli 2019)</figcaption></figure>



<p>In den letzten Jahren habe ich aber gelernt, nicht zu sehr an Standards, Protokollen oder Technologien fest zu halten. OStatus wurde von ActivityPub eingeholt und aktuell ist GNU.social die einzige Plattform die ausschließlich auf OStatus setzt.</p>



<p><strong>Zeit los zu lassen.</strong></p>



<h2 class="wp-block-heading">Ist ActivityPub die Zukunft?</h2>



<p>Wie gerade schon geschrieben, ist es mir prinzipiell egal, welches Format sich durchsetzen wird. Mir ist nur wichtig <strong>dass</strong> sich <strong>ein</strong> Protokoll durchsetzt. Der Trend scheint zwar zu <em>ActivityPub</em> zu gehen&#8230; aber wer weiß?!?</p>



<p><a href="https://notiz.blog/2012/11/15/dezentrale-walled-gardens/">Diaspora</a> sieht bisher jedenfalls keinen Grund <em>ActivityPub</em> einzusetzen:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>ActivityPub tries to work for everything and everyone. And because of that, they introduced a lot of flexibility and, sadly, a lot of ambiguity. Even though they tried, I found some reasons as for why we, as diaspora* developers, would not be able to build upon this new protocol without using heavily customized objects and activities.</p><cite><a href="https://schub.io/blog/2018/02/01/activitypub-one-protocol-to-rule-them-all.html">Dennis Schubert in &#8222;ActivityPub &#8211; one protocol to rule them all?&#8220;</a></cite></blockquote>



<p>und vor ein paar Wochen habe ich außerdem gelesen, dass HubZilla versucht sein <a href="https://hubzilla.org/help/de/developer/zot_protocol">Protokoll </a><em><a href="https://hubzilla.org/help/de/developer/zot_protocol">Zot</a></em> zu standardisieren:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Join the efforts to standardize the Zot protocol, currently used in Hubzilla and Zap platforms. This is a community initiative to push Zot adoption for federated social web.</p><cite><a href="https://fediverse.party/en/post/zot-protocol-standardize-effort/">fediverse.party</a></cite></blockquote>



<p>Ich bin gespannt!</p>



<p>&#8212; via <a href="https://web.archive.org/web/20190727225440/https://wedistribute.org/2019/07/mastodon-drops-ostatus/">wedistribute.org</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/2019/08/16/farewell-ostatus/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
