@addy I am delighted to hear of your positive first #experience on the #fediverse, Addy! Thing will only get better, if we all put our shoulders under this whole #ActivityPub thing, each adding our own 🪙 2 cents to the 💰 aggregated value of this cozy #SocialWeb.
RE: https://mastodon.social/@dansup/115758581850714275
The people who dislike The Algorithm™ are either consumers who basically just want an RSS feed reader (nothing wrong with that) or people who brought audiences over from other platforms.
If you’re trying to create something and find an audience for it on the #Fediverse, you need some sort of recommendation algorithm. Otherwise, you’re just posting into the void.
#ActivityPub #Mastodon #WordPress #バグ #プラグイン
WordPressのテーマ #Cocoon の「ブログカード」にマストドンの投稿のURLを貼り付けて異常な表示になるバグは直ってない。
URLのリンクを外してブログカードに入れた場合は、ブログカードを使わない場合と同じ表示になった気がする。
@henning-uhle.eu Deine Hemmungen kann ich nachvollziehen. Es ist ein umdenken und doch auch ein großer Schritt in eine doch fast schon neue Art sein Blog zu denken.
Also ruhig langsam angehen. Ja, diesbezüglich bin auf die Entwicklungen im Jahr 2026 gespannt. Insbesondere auch was das #ActivityPub Plugin für #Wordpress betrifft.
#ActivityPub #Mastodon #WordPress #バグ #プラグイン
プラグイン ActivityPub が7.8.2にアップデートされてからは、Fatal error:が出なくなった気がする。
So, I have a long-term vision. I want to marry my mobilizon instance (AP) with XMPP.
Each account should also be an XMPP account under the same domain. For this authentication needs to be changed to the style the Fediverse does it. Plus support for 2FA. (XEPs might exist but clients don’t support it that way - maybe oAuth, not widely supported either).
1/2
RE: https://indieweb.social/@bonfire/115748061137581380
Verschlüsselte Nachrichten über das #Fediverse / #ActivityPub
Dann könnte in Zukunft mein WordPress, Mastodon, GotoSocial,… mein eigener Messengerdienst sein. #cool
@Schusterei Für mich ist im Weitesten alles #Fediverse was #ActivityPub als Protokoll verwendet und sich diesem wirklich öffnet.
Mit Öffnung wird sich #Threads bzw. #Meta wahrscheinlich schwer tun. Und Portability könnte ihnen wehtun. Wobei dies ist auch bei den meisten anderen Fediverse Anwendung kaum oder nur rudimentär vorhanden. Wäre der nächste (r)evolutionäre Schritt für ein föderierendes System.
@henning-uhle.eu Danke für deine Ehrlichkeit. Ich würde manchmal auch es gerne haben, wenn alle nur im Blog direkt lesen. Aber wer - wie ich - Creative Commons und #OpenBlogging sagt, der … daher finde ich das #ActivityPub Plugin faszinierend. Bin gespannt, wohin der Weg 2026 geht. Danke für deinen Artikel.
You know why I’m bullish on open source in the AI era?
Gen-AI is democratizing software creation. Everyone can spin up their own QuickBooks, their own social media manager, their own internal tools, fast, cheap, and tailored.
So the real deal isn't the code anymore. It’s the community.
Open-source folks have spent decades learning how to create communities for decades. They know how to collaborate in the open
govern messy, human systems, onboard contributors, sustain projects beyond a single company or hype cycle.
That know-how matters more than ever when software becomes abundant.
Open source wasn't just about free code. It was community. It felt almost as practice for this moment.
That is why I am so excited about #badgefed and #fosdem and #activitypub, especially this year.
Adjusting #Enigmatick's previously built functions to align with the #ActivityPub #E2EE draft.
KeyPackage collection on the Actor object
Request
> curl -H "Accept: application/activity+json" https://enigmatick.social/user/jdt | jq '.keyPackages'
Response
"https://enigmatick.social/user/jdt/keys"
Retrieve the KeyPackage Collection
These are populated by the client (the browser using the wasm module loaded in the Svelte SPA). I had a different mechanism in place for managing this (using the instrument field on Activities) but am updating it to use the Add flow for the Collection as specified by the draft.
Request
> curl -H "Accept: application/activity+json" https://enigmatick.social/user/jdt/keys | jq
Response
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Collection",
"id": "https://enigmatick.social/user/jdt/keys",
"totalItems": 39,
"next": "https://enigmatick.social/user/jdt/keys?mkp=true"
}
Follow the next link to retrieve a KeyPackage
This will mark the KeyPackage as distributed and would typically link it to the Actor that signed the request (that's temporarily disabled for testing).
Request
> curl -H "Accept: application/activity+json" https://enigmatick.social/user/jdt/keys?mkp=true | jq
Response
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://purl.archive.org/socialweb/mls"
],
"type": "Collection",
"totalItems": 1,
"items": [
{
"type": "KeyPackage",
"id": "https://enigmatick.social/key-package/cfde7b54-8d08-41e9-8eb5-d997a12e9347",
"attributedTo": "https://enigmatick.social/user/jdt",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"mediaType": "message/mls",
"encoding": "base64",
"content": "AAEAASCOWe7uxA8tPeI01nDP8ka2irEhgfkK2qM81/o+tEKPEiCz2h2Vv6VVuGSx/C0WINQCuazZm4rQAymxd1JdHGVvaSDurWzIE3z5eXUFz5coFGv9db7DxZDx0arb/gyRuidCAgABImh0dHBzOi8vZW5pZ21hdGljay5zb2NpYWwvdXNlci9qZHQCAAEIAAEAAgADAE0KAAEAAgADAAQABQwAAQACAAMABAAFAAcCAAEBAAAAAGeDNwsAAAAAZ/IDGwBAQJUffd/8/Efgt0ITBeMWfJYcb7S8E5U7yyUINiIUfqmsGwcvTyam6C+9F+k64NBEs0rXjGMjPA6AgiZ2oR4/1wwAQECliseeQfQb0zgq755ZiiujRqLkEWt8WOTJSsBXHK6hey6bNs4wet782NL8k92h1BNuPZDzxHaHXdXe1wgBO6QJ"
}
]
}
ちょっと前から話題になっていたこちらの記事を基に、ThreadsとFediverseに関する記事を書きました。
何というか「知ってた」という感じの話ですが、参考になれば幸いです!
また、これを機にFediverseへの流入が見られたら嬉しいなと思っています。
ThreadsのFediverse機能がもはや積極的に開発されていないことが明らかに - osumiakari.jp
www.osumiakari.jp/articles/202... #news #ニュース #Threads #Meta #Facebook #Fediverse #ActivityPub
RE: https://bsky.app/profile/did:plc:7g5cwudxc4ybqwvarredxzwi/post/3maebttujmf22
ThreadsのFediverse機能がもはや積極的に開発さ...