<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Activitypub on emsenn.net</title>
    <link>https://emsenn.net/tags/activitypub/</link>
    <description>Recent content in Activitypub on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 03 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/activitypub/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Standardization as Counterinsurgency</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/texts/standardization-as-counterinsurgency/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/texts/standardization-as-counterinsurgency/</guid>
      <description>&lt;p&gt;This concept has a full treatment at &lt;a href=&#34;./standardization-as-counterinsurgency.md&#34; class=&#34;link-internal&#34;&gt;technology/concepts/internet/topics/activitypub/concepts/standardization-as-counterinsurgency&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;See also: &lt;a href=&#34;./internet/topics/activitypub/activitypub-insurrection-deadzone.md&#34; class=&#34;link-internal&#34;&gt;the full analytical essay&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Activity</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/activity/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/activity/</guid>
      <description>&lt;p&gt;An Activity is the basic unit of interaction in &lt;a href=&#34;../index.md&#34; class=&#34;link-internal&#34;&gt;ActivityPub&lt;/a&gt;. It&amp;rsquo;s a verb-object pair — an action performed by an &lt;a href=&#34;./actor.md&#34; class=&#34;link-internal&#34;&gt;Actor&lt;/a&gt; on some target — expressed in the &lt;a href=&#34;./activitystreams-2-0.md&#34; class=&#34;link-internal&#34;&gt;ActivityStreams 2.0&lt;/a&gt; vocabulary and distributed across the &lt;a href=&#34;./federation.md&#34; class=&#34;link-internal&#34;&gt;federation&lt;/a&gt; via server-to-server delivery.&lt;/p&gt;&#xA;&lt;p&gt;Standard activity types include &lt;code&gt;Create&lt;/code&gt; (publishing a post), &lt;code&gt;Follow&lt;/code&gt; (subscribing to an actor&amp;rsquo;s output), &lt;code&gt;Like&lt;/code&gt; (signaling approval), &lt;code&gt;Announce&lt;/code&gt; (resharing), and &lt;code&gt;Delete&lt;/code&gt; (removing content). The vocabulary is extensible: implementations can define custom activity types, though interoperability depends on receivers understanding them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ActivityPub Overview</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/texts/activitypub-overview/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/texts/activitypub-overview/</guid>
      <description>&lt;p&gt;ActivityPub defines how servers and clients exchange activities in a federated&#xA;social network.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Actor</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/actor/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/actor/</guid>
      <description>&lt;p&gt;An Actor is an addressable entity in &lt;a href=&#34;../index.md&#34; class=&#34;link-internal&#34;&gt;ActivityPub&lt;/a&gt; — a user account, a bot, a service, or any other thing that can send and receive &lt;a href=&#34;./activity.md&#34; class=&#34;link-internal&#34;&gt;activities&lt;/a&gt;. Each actor has an inbox (where it receives activities from the &lt;a href=&#34;./federation.md&#34; class=&#34;link-internal&#34;&gt;federation&lt;/a&gt;) and an outbox (where it publishes activities).&lt;/p&gt;&#xA;&lt;p&gt;Actors are identified by URLs and discoverable via WebFinger. The protocol makes no distinction between an actor on a single-person instance and an actor on a server with millions of users — a design choice that preserves formal equality but doesn&amp;rsquo;t address the power asymmetries between volunteer-run instances and corporate-scale deployments. This is one of the points where the &lt;a href=&#34;../concepts/standardization-as-counterinsurgency.md&#34; class=&#34;link-internal&#34;&gt;standardization process&lt;/a&gt; bracketed political questions as &amp;ldquo;out of scope&amp;rdquo;: the specification treats all actors as equivalent nodes, regardless of the resources and governance behind them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Federation</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/federation/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/internet/domains/activitypub/terms/federation/</guid>
      <description>&lt;p&gt;Federation is the network architecture in which autonomous servers exchange &lt;a href=&#34;./activity.md&#34; class=&#34;link-internal&#34;&gt;activities&lt;/a&gt; via a shared protocol — in this case, &lt;a href=&#34;../index.md&#34; class=&#34;link-internal&#34;&gt;ActivityPub&lt;/a&gt;. Each server (instance) operates independently: it runs its own moderation policies, stores its own data, and decides which other instances to communicate with. Federation means these independent servers can interoperate, allowing users on one instance to follow, message, and interact with users on another.&lt;/p&gt;&#xA;&lt;p&gt;The key &lt;a href=&#34;../../../../../../../../humanities/domains/sociology/terms/property.md&#34; class=&#34;link-internal&#34;&gt;property&lt;/a&gt; of federation is that no single server controls the network. An instance can join or leave the federation, block specific other instances, or modify how it processes incoming activities. This is what gave the early &lt;a href=&#34;../../../fediverse/index.md&#34; class=&#34;link-internal&#34;&gt;fediverse&lt;/a&gt; its character as an &lt;a href=&#34;../concepts/insurgent-infrastructure.md&#34; class=&#34;link-internal&#34;&gt;insurgent infrastructure&lt;/a&gt;: anyone could spin up a server and participate on equal technical footing.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
