<p>I saw the cover of the current <span class="h-card"><a href="https://fosstodon.org/@linuxmagazine" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>linuxmagazine</span></a></span> “Streaming in the Fediverse”, and I’m a bit disappointed at the actual coverage of <a href="/tags/fediverse/" rel="tag">#Fediverse</a> music services and the community of musicians - it is primarily a feature on *Navidrome* (which is great, but not federated) with a mention of Funkwhale. It could have covered Bandwagon, Mirlo, The Indie Beat Radio & TV, PeerTube and more. I’d be happy to submit a piece on this at some point if the editors are interested…!</p>
fediverse
<p>January is fediverse punk month.</p><p><a href="https://allpunkspleaseleavemeta.com/" rel="nofollow"><span class="invisible">https://</span>allpunkspleaseleavemeta.com/</a></p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p>
<p>📺 The <a href="/tags/watchpartycalendar/" rel="tag">#WatchPartyCalendar</a> 📅 has way too many new events at🦋 <a href="/tags/bluesky/" rel="tag">#Bluesky</a> for me to list. There are of course lots 📺on the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> 🐘🦣NOV. 21-28 (THU-THU) 🦃</p><p>details @ <a href="http://bit.ly/MastodonWatchParties" rel="nofollow"><span class="invisible">http://</span>bit.ly/MastodonWatchParties</a> ⌚️All times Eastern</p><p><a href="/tags/scifi/" rel="tag">#scifi</a> <a href="/tags/westerns/" rel="tag">#Westerns</a> <a href="/tags/comedy/" rel="tag">#Comedy</a> <a href="/tags/music/" rel="tag">#Music</a> <a href="/tags/horror/" rel="tag">#Horror</a> <a href="/tags/mysteries/" rel="tag">#Mysteries</a> <a href="/tags/action/" rel="tag">#Action</a> <a href="/tags/movies/" rel="tag">#Movies</a> <a href="/tags/tv/" rel="tag">#TV</a> </p><p>Thank you Mastodon hosts!♥️ (separate post on bsky) <br><span class="h-card"><a href="https://mastodon.social/@rsmon77" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rsmon77</span></a></span> <span class="h-card"><a href="https://mastodon.social/@MatthewTitus88" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>MatthewTitus88</span></a></span> <span class="h-card"><a href="https://mastodon.online/@culturalgutter" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>culturalgutter</span></a></span> <span class="h-card"><a href="https://masto.ai/@FabULiz" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>FabULiz</span></a></span> <span class="h-card"><a href="https://mastodon.social/@noirdame" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>noirdame</span></a></span> <span class="h-card"><a href="https://mastodon.social/@JohnnyDoesntCare" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>JohnnyDoesntCare</span></a></span><br><span class="h-card"><a href="https://universeodon.com/@MirrorAyako" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>MirrorAyako</span></a></span> <a href="https://octodon.social/@Taweret" rel="nofollow">@Taweret</a> <span class="h-card"><a href="https://mastodon.social/@lilymarswrites" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>lilymarswrites</span></a></span> <span class="h-card"><a href="https://mastodon.social/@analgesicsleep" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>analgesicsleep</span></a></span> <span class="h-card"><a href="https://mastodon.social/@AnnOMalley" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>AnnOMalley</span></a></span> <span class="h-card"><a href="https://mastodon.social/@LisaMarieBowman" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>LisaMarieBowman</span></a></span></p>
<p>We're thrilled to announce <a href="https://github.com/fedify-dev/fedify/releases/tag/1.8.1" rel="nofollow">Fedify 1.8.1</a>, a mega release made possible through the incredible efforts of contributors from South Korea's <a href="/tags/ossca/" rel="tag">#OSSCA</a> (Open Source Contribution Academy). This release marks a significant milestone in <a href="/tags/fedify/" rel="tag">#Fedify</a>'s development, bringing major architectural changes, new packages, and numerous enhancements across the board.</p><p><p>Note: Version 1.8.0 was skipped due to a versioning error.</p></p><p>🎉 Major Milestone: Monorepo Architecture</p><p>Fedify has been restructured as a <a href="/tags/monorepo/" rel="tag">#monorepo</a>, consolidating all packages into a single repository with unified versioning. This change streamlines development and ensures all packages are released together with consistent version numbers.</p><p>Consolidated Packages</p><p>All existing Fedify packages now live under one roof:</p><p>@fedify/fedify — Main library<br>@fedify/cli — CLI toolchain<br>@fedify/amqp — AMQP/RabbitMQ driver<br>@fedify/express — Express integration<br>@fedify/h3 — h3 framework integration<br>@fedify/postgres — PostgreSQL drivers<br>@fedify/redis — Redis drivers</p><p>🆕 New Packages</p><p>This release introduces four new packages to the Fedify ecosystem:</p><p>@fedify/elysia — <a href="https://elysiajs.com/" rel="nofollow">Elysia</a> integration for Bun-powered applications<br>@fedify/nestjs — <a href="https://nestjs.com/" rel="nofollow">NestJS</a> integration for enterprise Node.js apps<br>@fedify/sqlite — SQLite driver compatible with Bun, Deno, and Node.js<br>@fedify/testing — Testing utilities with mock Federation and Context classes</p><p>@fedify/fedify</p><p>Custom Collection Dispatchers</p><p>A powerful new feature that allows you to create <a href="https://fedify.dev/manual/collections#custom-collections" rel="nofollow">custom collections</a> beyond the standard ActivityPub collections. This enables implementation of domain-specific collections while maintaining federation compatibility.</p><p>Contributors: ChanHaeng Lee [<a href="/tags/310/" rel="tag">#310</a>, <a href="/tags/332/" rel="tag">#332</a>]</p><p>Added comprehensive types and interfaces for custom collection handling<br>New methods on Federatable interface: setCollectionDispatcher() and setOrderedCollectionDispatcher()<br>Added getCollectionUri() method to the Context interface<br>Full support for paginated custom collections</p><p>Compare-and-Swap (CAS) Support for KV Stores</p><p>Key–value stores now optionally support CAS operations for atomic updates, enabling optimistic locking and preventing lost updates in concurrent environments.</p><p>Added optional KvStore.cas() method<br>Implemented in MemoryKvStore and DenoKvStore<br>Useful for implementing distributed locks and counters</p><p>Fediverse Handle Utilities</p><p>New utility functions make working with <a href="/tags/fediverse/" rel="tag">#fediverse</a> handles more convenient.</p><p>Contributors: ChanHaeng Lee [<a href="/tags/278/" rel="tag">#278</a>]</p><p>parseFediverseHandle() — Parse handles into components<br>isFediverseHandle() — Validate handle format<br>toAcctUrl() — Convert handles to URLs<br>FediverseHandle interface for type safety</p><p>Enhanced HTTP Request APIs</p><p>Contributors: Lee ByeongJun [<a href="/tags/248/" rel="tag">#248</a>, <a href="/tags/281/" rel="tag">#281</a>], Hyunchae Kim [<a href="/tags/51/" rel="tag">#51</a>, <a href="/tags/315/" rel="tag">#315</a>]</p><p>Added LookupWebFingerOptions.maxRedirection option for controlling redirect behavior<br>APIs now support AbortSignal for request cancellation<br>New DocumentLoaderOptions interface<br>Added signal options to LookupObjectOptions, LookupWebFingerOptions, and DoubleKnockOptions</p><p>@fedify/cli</p><p>New Commands and Enhancements</p><p>The CLI has received significant improvements thanks to our OSSCA contributors:</p><p><a href="https://fedify.dev/cli#fedify-webfinger-looking-up-a-webfinger-resource" rel="nofollow">fedify webfinger Command</a></p><p>Contributors: ChanHaeng Lee [<a href="/tags/260/" rel="tag">#260</a>, <a href="/tags/278/" rel="tag">#278</a>], KeunHyeong Park [<a href="/tags/311/" rel="tag">#311</a>, <a href="/tags/328/" rel="tag">#328</a>]</p><p>Look up WebFinger information for any fediverse resource:</p><p>Supports handles (@user@server) and URLs<br>--user-agent option for custom User-Agent headers<br>--allow-private-address for local testing<br>--max-redirection to control redirect following</p><p>fedify nodeinfo Command</p><p>Contributors: Hyeonseo Kim [<a href="/tags/267/" rel="tag">#267</a>, <a href="/tags/331/" rel="tag">#331</a>, <a href="/tags/168/" rel="tag">#168</a>, <a href="/tags/282/" rel="tag">#282</a>, <a href="/tags/304/" rel="tag">#304</a>]</p><p>Replaces the deprecated fedify node command with improved terminal rendering.</p><p>Enhanced fedify lookup Command</p><p>Contributors: Jiwon Kwon [<a href="/tags/169/" rel="tag">#169</a>, <a href="/tags/348/" rel="tag">#348</a>, <a href="/tags/261/" rel="tag">#261</a>, <a href="/tags/321/" rel="tag">#321</a>]</p><p>Terminal-specific image display for Kitty, WezTerm, Konsole, Warp, Wayst, st, and iTerm<br>-o/--output option to save results to files</p><p>Improved fedify inbox Command</p><p>Contributors: Hasang Cho [<a href="/tags/262/" rel="tag">#262</a>, <a href="/tags/285/" rel="tag">#285</a>], Jang Hanarae [<a href="/tags/191/" rel="tag">#191</a>, <a href="/tags/342/" rel="tag">#342</a>]</p><p>--actor-name and --actor-summary options for customizing temporary actors<br>Now displays object types contained in activities</p><p>fedify init --dry-run</p><p>Contributors: Lee ByeongJun [<a href="/tags/263/" rel="tag">#263</a>, <a href="/tags/298/" rel="tag">#298</a>]</p><p>Preview project initialization without creating files.</p><p>Better Terminal Support</p><p>Contributors: Cho Hasang [<a href="/tags/257/" rel="tag">#257</a>, <a href="/tags/341/" rel="tag">#341</a>]</p><p>Correctly handles color output based on TTY detection and NO_COLOR environment variable.</p><p>@fedify/elysia</p><p>Contributors: Hyeonseo Kim [<a href="/tags/286/" rel="tag">#286</a>, <a href="/tags/339/" rel="tag">#339</a>]</p><p>New <a href="https://fedify.dev/manual/integration#elysia" rel="nofollow">Elysia integration</a> brings Fedify to Bun-powered applications with a simple plugin interface:</p><p>import { Elysia } from "elysia";import { fedify } from "@fedify/elysia";const app = new Elysia() .use(fedify(federation, { /* options */ })) .listen(3000);</p><p>@fedify/nestjs</p><p>Contributors: Jaeyeol Lee [<a href="/tags/269/" rel="tag">#269</a>, <a href="/tags/309/" rel="tag">#309</a>]</p><p>Enterprise-ready <a href="https://fedify.dev/manual/integration#nestjs" rel="nofollow">NestJS integration</a> with dependency injection support:</p><p>import { FedifyModule } from "@fedify/nestjs";@Module({ imports: [ FedifyModule.forRoot({ kv: new MemoryKvStore(), queue: new InProcessMessageQueue(), origin: "<a href="https://example.com" rel="nofollow"><span class="invisible">https://</span>example.com</a>", }), ],})export class AppModule {}</p><p>@fedify/sqlite</p><p>Contributors: An Subin [<a href="/tags/274/" rel="tag">#274</a>, <a href="/tags/318/" rel="tag">#318</a>]</p><p><a href="https://fedify.dev/manual/kv#sqlitekvstore" rel="nofollow">SqliteKvStore</a> implementation compatible across all major JavaScript runtimes:</p><p>import { SqliteKvStore } from "@fedify/sqlite";const kv = new SqliteKvStore("./fedify.db");</p><p>@fedify/testing</p><p>Contributors: Lee ByeongJun [<a href="/tags/197/" rel="tag">#197</a>, <a href="/tags/283/" rel="tag">#283</a>]</p><p>Comprehensive <a href="https://fedify.dev/manual/test#mocking" rel="nofollow">testing utilities with mocking support</a> for Fedify applications:</p><p>import { MockFederation, MockContext } from "@fedify/testing";const mockFederation = new MockFederation();const mockContext = new MockContext();// Track sent activities with full metadata// Support custom path registration// Multiple activity type listeners</p><p>🙏 Acknowledgments</p><p>This release represents an extraordinary community effort, particularly from the participants of South Korea's <a href="https://www.oss.kr/contribution_academy" rel="nofollow">OSSCA (Open Source Contribution Academy)</a> (Note: page in Korean). We extend our heartfelt thanks to all contributors:</p><p>Core Contributors</p><p>ChanHaeng Lee (<span class="h-card"><a href="https://hackers.pub/@2chanhaeng" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>2chanhaeng</span></a></span>) — Custom collections, fediverse handles, WebFinger command<br>Lee ByeongJun (<span class="h-card"><a href="https://hackers.pub/@joonnot" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>joonnot</span></a></span>) — WebFinger redirections, dry-run, testing utilities<br>Hyunchae Kim (<span class="h-card"><a href="https://hackers.pub/@r4bb1t" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>r4bb1t</span></a></span>) — AbortSignal support<br>Hyeonseo Kim (<span class="h-card"><a href="https://yuri.garden/@gaebalgom" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gaebalgom</span></a></span>) — Elysia integration, nodeinfo command<br>Jaeyeol Lee (<span class="h-card"><a href="https://hackers.pub/@kodingwarrior" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kodingwarrior</span></a></span>) — NestJS integration<br>An Subin (<span class="h-card"><a href="https://hackers.pub/@nyeong" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nyeong</span></a></span>) — SQLite driver<br>Jiwon Kwon (<span class="h-card"><a href="https://hackers.pub/@z9mb1" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>z9mb1</span></a></span>) — Terminal image display, output options<br>Hasang Cho (<span class="h-card"><a href="https://hackers.pub/@crohasang" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>crohasang</span></a></span>) — Color output handling, actor customization<br>Jang Hanarae (<span class="h-card"><a href="https://hackers.pub/@menele" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>menele</span></a></span>) — Activity object type display<br>KeunHyeong Park (<span class="h-card"><a href="https://hackers.pub/@w8385" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>w8385</span></a></span>) — WebFinger redirect options</p><p>Test Infrastructure Contributors</p><p>Oh Daeun (<span class="h-card"><a href="https://hackers.pub/@ooheunda" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ooheunda</span></a></span>) — Fixed PostgreSQL test race conditions [<a href="/tags/346/" rel="tag">#346</a>, <a href="/tags/350/" rel="tag">#350</a>]<br>Song Hanseo (<span class="h-card"><a href="https://hackers.pub/@songbirds" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>songbirds</span></a></span>) — Test stability improvements for Redis and code generation [<a href="/tags/344/" rel="tag">#344</a>, <a href="/tags/347/" rel="tag">#347</a>]<br>Kim Jonghyeon (<span class="h-card"><a href="https://hackers.pub/@woaol" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>woaol</span></a></span>) — CLI version management and documentation fixes [<a href="/tags/306/" rel="tag">#306</a>, <a href="/tags/329/" rel="tag">#329</a>, <a href="/tags/330/" rel="tag">#330</a>, <a href="/tags/343/" rel="tag">#343</a>]</p><p>Your contributions have made Fedify stronger and more versatile than ever. The OSSCA program's support has been instrumental in achieving this milestone release.</p><p>Migration Guide</p><p>Updating from Previous Versions</p><p>If you're using separate Fedify packages, update all packages to version 1.8.1:</p><p>{ "dependencies": { "@fedify/fedify": "^1.8.1", "@fedify/cli": "^1.8.1", "@fedify/express": "^1.8.1" }}</p><p>All packages now share the same version number, simplifying dependency management.</p><p>Breaking Changes</p><p>There are no breaking changes in this release. All existing code should continue to work without modifications.</p><p>What's Next</p><p>With the monorepo structure in place and new integrations available, we're excited to continue improving Fedify's developer experience and expanding its capabilities. Stay tuned for more updates, and thank you for being part of the Fedify community!</p><p>For detailed technical information about all changes, please refer to the <a href="https://fedify.dev/changelog#version-1-8-1" rel="nofollow">full changelog</a>.</p><p>Fedify is an open-source project that helps developers build federated server applications powered by ActivityPub. Join us on <a href="https://github.com/fedify-dev/fedify" rel="nofollow">GitHub</a> or <a href="https://discord.gg/fedify" rel="nofollow">Discord</a> to contribute or get help!</p><p><a href="/tags/opensource/" rel="tag">#opensource</a> <a href="/tags/fedidev/" rel="tag">#fedidev</a></p>
Edited 330d ago
<p>My <a href="/tags/fediverse/" rel="tag">#Fediverse</a> experiments as of November 23, 2024:</p><p><a href="https://bsky.app/profile/cuthrell.com" rel="nofollow"><span class="invisible">https://</span>bsky.app/profile/cuthrell.com</a> = Bluesky ( was @fudge.org previously ) is bridged as <span class="h-card"><a href="['https://bsky.brid.gy/r/https://bsky.app/profile/cuthrell.com', 'https://cuthrell.com/', 'https://cuthrell.com/@jay']" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>cuthrell.com</span></a></span> </p><p><span class="h-card"><a href="https://cuthrell.com/@jay" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>jay</span></a></span> = Mastodon</p>
Edited 1y ago
<p>I really wish the <a href="/tags/fediverse/" rel="tag">#fediverse</a> had a way to submit alt texts for images that don't have one yet. Like YouTube of olden days had a way to submit closed captions.</p><p>It could even be suggestions, like the OP can choose which alt text suggestion would be accepted. And the users can see all the submitted alt texts if the OP hasn't accepted one yet.</p>
<p>Die Zeiten ändern sich. Nicht.<br>================= ====</p><p>Alle <a href="/tags/toots/" rel="tag">#Toots</a> auf meinem <a href="/tags/profil/" rel="tag">#Profil</a> wünschen sich, das <a href="/tags/fediverse/" rel="tag">#Fediverse</a> zu verlassen, um sich mit ihren Farben in populistische <a href="/tags/bubbles/" rel="tag">#Bubbles</a> zu schmuggeln.</p><p>Sie hoffen auf eure Starthilfe zu <a href="/tags/facebook/" rel="tag">#facebook</a>, <a href="/tags/x/" rel="tag">#X</a> (<a href="/tags/twitter/" rel="tag">#twitter</a>), <a href="/tags/instagram/" rel="tag">#Instagram</a> usw. </p><p>(More coming soon. <a href="/tags/neuhier/" rel="tag">#NeuHier</a>)</p><p><a href="/tags/noafd/" rel="tag">#noAfD</a> <a href="/tags/gegenrechts/" rel="tag">#gegenRechts</a> <a href="/tags/wirsindmehr/" rel="tag">#WirSindMehr</a> <a href="/tags/niewiederistjetzt/" rel="tag">#NieWiederIstJetzt</a><br><a href="/tags/afd_verbot_jetzt/" rel="tag">#afd_verbot_jetzt</a> <a href="/tags/afd_verbot/" rel="tag">#afd_verbot</a> <a href="/tags/wirhabenesnichtgewusst/" rel="tag">#WirHabenEsNichtGewusst</a></p>
<p>Soon, you'll be able to buy music on the Fediverse.</p><p>Bandwagon, the music-sharing platform built on Emissary, has seen a lot of success over the past few months. The site has grown to a catalogue of over 300 different musicians, spanning a wide range of different sounds and genres. After refining search and discovery features, project lead Ben Pate has decided to focus on introducing a payment system for music sales.</p><p><a href="https://wedistribute.org/2025/06/bandwagon-music-sales/" rel="nofollow" class="ellipsis" title="wedistribute.org/2025/06/bandwagon-music-sales/"><span class="invisible">https://</span><span class="ellipsis">wedistribute.org/2025/06/bandw</span><span class="invisible">agon-music-sales/</span></a></p><p><a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/music/" rel="tag">#music</a></p>
<p>Attention socialists on the fediverse! Follow my new page dedicated to socialist politics within the United States. This is my own personal page that I will try to update as much as possible! </p><p><span class="h-card"><a href="https://mastodon.social/@AmericanSocialists" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>AmericanSocialists</span></a></span> </p><p><a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/socialists/" rel="tag">#socialists</a> <a href="/tags/socialism/" rel="tag">#socialism</a> <a href="/tags/socialistpolitics/" rel="tag">#SocialistPolitics</a> <a href="/tags/politics/" rel="tag">#politics</a></p>
<p>Le samedi, c'est fait pour les chats.</p><p><a href="/tags/caturday/" rel="tag">#caturday</a> <a href="/tags/cat/" rel="tag">#cat</a> <a href="/tags/cats/" rel="tag">#cats</a> <a href="/tags/catsoffedi/" rel="tag">#catsoffedi</a> <a href="/tags/meow/" rel="tag">#meow</a> <a href="/tags/kitty/" rel="tag">#kitty</a> <a href="/tags/kitten/" rel="tag">#kitten</a> <a href="/tags/furry/" rel="tag">#furry</a> <a href="/tags/pets/" rel="tag">#pets</a> <a href="/tags/fedi/" rel="tag">#fedi</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/samedichat/" rel="tag">#SamediChat</a> <a href="/tags/chat/" rel="tag">#chat</a> <a href="/tags/chats/" rel="tag">#chats</a> <a href="/tags/miaou/" rel="tag">#miaou</a> <a href="/tags/minou/" rel="tag">#minou</a> <a href="/tags/chaton/" rel="tag">#chaton</a> <a href="/tags/animaux/" rel="tag">#animaux</a></p>
Search Engine's PJ Vogt and Hard Fork's Casey Newton and Kevin Roose have started a new Fediverse service called The Forkiverse (that's "Fork" + "Fediverse"). They document their experience in the new Search Engine episode "The Fediverse Experiment", talking about their motivations, their issues getting started (including a shout-out to the Mastodon hosting service masto.host), and their hopes for the future of the Fediverse (and the Forkiverse). It's a great listen. If you haven't already, […]
Edited 171d ago
<p>Week in Fediverse 2026-01-30</p><p>Servers</p><p>- <a href="https://betula.mycorrhiza.wiki/v1.6.0.html" rel="nofollow">Betula v1.6.0</a><br>- <a href="https://stegodon.social/u/stegodon/8ca59c5f-a6d2-4c54-aab0-70aa36d8a723" rel="nofollow">stegodon v1.6.2</a><br>- <a href="https://codeberg.org/flohmarkt/flohmarkt/releases/tag/0.14.3" rel="nofollow">flohmarkt v0.14.3</a><br>- <a href="https://friendi.ca/2026/01/27/friendica-2026-01-released/" rel="nofollow">Friendica v2026.01</a><br>- <a href="https://framapiaf.org/@peertube/115966303848497140" rel="nofollow">PeerTube v8.0.2</a><br>- <a href="https://3dp.chat/@manyfold/115979003703353006" rel="nofollow">Manyfold v0.132.0</a><br>- <a href="https://hub.somaton.com/item/cec77806-807c-4540-8dcf-ed2330518ad8" rel="nofollow">Hubzilla v11.0</a><br>- <a href="https://github.com/toddsundsted/ktistec/releases/tag/v3.2.8" rel="nofollow">Ktistec v3.2.8</a><br>- <a href="https://code.castopod.org/adaures/castopod/-/releases/v1.14.0" rel="nofollow">Castopod v1.14.0</a><br>- <a href="https://github.com/NodeBB/NodeBB/releases/tag/v4.8.1" rel="nofollow">NodeBB v4.8.1</a><br>- <a href="https://codeberg.org/potato/shops/releases/tag/0.2.1" rel="nofollow">shops v0.2.1</a><br>- <a href="https://codeberg.org/rimu/pyfedi/releases/tag/v1.5.4" rel="nofollow">PieFed v1.5.4</a><br>- <a href="https://github.com/joinloops/loops-server/releases/tag/v1.0.0-beta.9" rel="nofollow">Loops v1.0.0-beta.9</a></p><p>Clients</p><p>- <a href="https://mastodon.social/@pachli/115977721476695876" rel="nofollow">Pachli v3.3.1</a><br>- <a href="https://codeberg.org/ihabunek/tooi/releases/tag/0.20.0" rel="nofollow">tooi v0.20.0</a><br>- <a href="https://codeberg.org/The-World-Machine/PeerTube-GTK" rel="nofollow">PeerTube-GTK: Native desktop PeerTube client</a></p><p>Tools and Plugins</p><p>- <a href="https://gitlab.com/diasporg/poduptime/-/blob/6.2.0/CHANGELOG.md" rel="nofollow">Poduptime v6.2.0</a><br>- <a href="https://github.com/kraftbj/fediboost/" rel="nofollow">FediBoost: Automatically boost WordPress posts on connected Mastodon accounts</a></p><p>For developers</p><p>- <a href="https://codeberg.org/silverpill/mitra/src/tag/apx-v0.21.0/apx_sdk/CHANGELOG.md" rel="nofollow">APx v0.21.0</a></p><p>Articles</p><p>- <a href="https://join.piefed.social/2026/01/24/a-crowdsourced-photo-gallery-from-the-fediverse-the-open-social-web-in-action/" rel="nofollow">A Crowdsourced Photo Gallery from the Fediverse – the Open Social Web in action</a><br>- <a href="https://preemchro.me/Datadump/Tech/fediverse-communities" rel="nofollow">Community, Fedi-style</a></p><p>-----</p><p><a href="/tags/weekinfediverse/" rel="tag">#WeekInFediverse</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p><p>Previous edition: <a href="https://mitra.social/objects/019bebbb-adee-b1ae-ab85-c1825103684b" rel="nofollow" class="ellipsis" title="mitra.social/objects/019bebbb-adee-b1ae-ab85-c1825103684b"><span class="invisible">https://</span><span class="ellipsis">mitra.social/objects/019bebbb-</span><span class="invisible">adee-b1ae-ab85-c1825103684b</span></a></p>
<p>‘<a href="/tags/opensource/" rel="tag">#OpenSource</a> And <a href="/tags/ethical/" rel="tag">#Ethical</a>’ <a href="/tags/tiktok/" rel="tag">#TikTok</a>, <a href="/tags/whatsapp/" rel="tag">#WhatsApp</a> And <a href="/tags/instagram/" rel="tag">#Instagram</a> Alternatives Could Transform <a href="/tags/socialmedia/" rel="tag">#SocialMedia</a></p><p>from <a href="/tags/forbes/" rel="tag">#Forbes</a> <br>By Esat Dedezade, Contributor.<br>Esat Dedezade is U.K.-based journalist who covers Big Tech for Forbes<br>Jan 25, 2025, 12:23pm EST </p><p>[a very well-written article with a favorable yet realistic angle on the <a href="/tags/fediverse/" rel="tag">#Fediverse</a>] </p><p>"At the heart of these alternative apps lies the Fediverse platform — a portmanteau of "federated" and "universe" that represents a radical reimagining of how social media can work. Unlike traditional platforms where users are locked into isolated ecosystems, the Fediverse operates as an interconnected network of independent servers that communicate with each other through a standard protocol called <a href="/tags/activitypub/" rel="tag">#ActivityPub</a>."</p><p><a href="https://www.forbes.com/sites/esatdedezade/2025/01/25/open-source-and-ethical-tiktok-whatsapp-and-instagram-alternatives-could-transform-social-media/?ref=blog.elenarossini.com" rel="nofollow" class="ellipsis" title="www.forbes.com/sites/esatdedezade/2025/01/25/open-source-and-ethical-tiktok-whatsapp-and-instagram-alternatives-could-transform-social-media/?ref=blog.elenarossini.com"><span class="invisible">https://</span><span class="ellipsis">www.forbes.com/sites/esatdedez</span><span class="invisible">ade/2025/01/25/open-source-and-ethical-tiktok-whatsapp-and-instagram-alternatives-could-transform-social-media/?ref=blog.elenarossini.com</span></a> </p><p><a href="/tags/pixelfed/" rel="tag">#Pixelfed</a> <a href="/tags/peertube/" rel="tag">#PeerTube</a> <a href="/tags/mastodon/" rel="tag">#Mastodon</a> <a href="/tags/loops/" rel="tag">#Loops</a> <a href="/tags/sup/" rel="tag">#Sup</a> <a href="/tags/freesoftware/" rel="tag">#FreeSoftware</a> <a href="/tags/socialweb/" rel="tag">#SocialWeb</a> <a href="/tags/technology/" rel="tag">#technology</a> <a href="/tags/news/" rel="tag">#news</a> <a href="/tags/press/" rel="tag">#press</a></p>
Edited 171d ago
<p>Pretty Peony Unicorn to start your day. Have a good one! <a href="https://1-lisas-baker.pixels.com/featured/peony-unicorn-lisa-s-baker.html" rel="nofollow" class="ellipsis" title="1-lisas-baker.pixels.com/featured/peony-unicorn-lisa-s-baker.html"><span class="invisible">https://</span><span class="ellipsis">1-lisas-baker.pixels.com/featu</span><span class="invisible">red/peony-unicorn-lisa-s-baker.html</span></a></p><p><a href="/tags/unicorn/" rel="tag">#unicorn</a> <a href="/tags/fantasy/" rel="tag">#fantasy</a> <a href="/tags/mythical/" rel="tag">#mythical</a> <a href="/tags/beautiful/" rel="tag">#beautiful</a> <a href="/tags/art/" rel="tag">#art</a> <a href="/tags/arte/" rel="tag">#arte</a> <a href="/tags/artwork/" rel="tag">#artwork</a> <a href="/tags/wallart/" rel="tag">#wallart</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/artforhome/" rel="tag">#artforhome</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/fedigiftshop/" rel="tag">#fedigiftshop</a> <a href="/tags/horse/" rel="tag">#horse</a> <a href="/tags/flowers/" rel="tag">#flowers</a> <a href="/tags/buyintoart/" rel="tag">#buyintoart</a> <a href="/tags/creativetoots/" rel="tag">#CreativeToots</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/beautiful/" rel="tag">#beautiful</a> <a href="/tags/romantic/" rel="tag">#romantic</a> <a href="/tags/love/" rel="tag">#love</a> <a href="/tags/floral/" rel="tag">#floral</a> <a href="/tags/buythatart/" rel="tag">#buythatart</a> <a href="/tags/fillthatwall/" rel="tag">#fillthatwall</a> <a href="/tags/canvasprints/" rel="tag">#canvasprints</a> <a href="/tags/painting/" rel="tag">#painting</a> <a href="/tags/giftideas/" rel="tag">#giftideas</a></p>
<p>Another <a href="/tags/fediverse/" rel="tag">#Fediverse</a> question: we have a lot of "kinda sorta" equivalents. Mastodon is sort of Twitter. Pixelfed is sort of Instagram. Lemmy is Reddit, Peertube is YouTube, Loops will be TikTok, and so on.</p><p>Is there a Fedi Facebook?</p>
<p>My FOSDEM 2025 social web lightning talk is out!</p><p>🎉 Elk: A Nimble Client for Mastodon - FOSDEM 2025 | <a href="https://ayos.blog/elk-fosdem-2025" rel="nofollow"><span class="invisible">https://</span>ayos.blog/elk-fosdem-2025</a></p><p><a href="/tags/socialwebfosdem/" rel="tag">#SocialWebFosdem</a> <a href="/tags/fosdem/" rel="tag">#fosdem</a> <a href="/tags/fosdem2025/" rel="tag">#FOSDEM2025</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a></p>
<p>I've had requests for accounts to follow on here for specific countries/regions. There are many listed at:</p><p>➡️ <a href="https://fedi.directory/local-and-regional" rel="nofollow" class="ellipsis" title="fedi.directory/local-and-regional"><span class="invisible">https://</span><span class="ellipsis">fedi.directory/local-and-regio</span><span class="invisible">nal</span></a></p><p>This has accounts from most European countries, all US states, all Canadian provinces etc. (Some have fewer accounts than others though.)</p><p>To follow an account listed on the site, copy-paste its Fediverse address into the search box in Mastodon, then click follow.</p><p>To find out more about an account on the site, click its Fediverse address.</p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/mastodon/" rel="tag">#Mastodon</a></p>
<p>If instance admins allow AI Agents on their platform and they keep harassing us I have no other choice then to silence that instance</p><p>Again, I do not pay these massive costs each month to host robots</p><p>Let's keep the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> human shall we? <img src="https://eggplant.place/media/emoji/mstdn.social/cat_hug_triangle.png" class="emoji" alt=":cat_hug_triangle:" title=":cat_hug_triangle:"> </p><p><a href="/tags/ai/" rel="tag">#AI</a> <a href="/tags/llm/" rel="tag">#LLM</a></p>
<p>Please forgive me for asking Help & Kind Support, I'm at the bottom right now, I have an urgent notice of Unpaid Bill that I need to pay before the 15TH. I'm still short of funds & Tbh I'm running out of Food for my Cats & as for myself. I've been asking for extension but was declined since its Last Month for 2024. Please if you can, Any amount spare is a big Help🙏🏼 Pls kindly Boost. </p><p>paypal.com/paypalme/nekoow77</p><p><a href="/tags/mastodon/" rel="tag">#Mastodon</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/catsofmastodon/" rel="tag">#CatsOfMastodon</a> <a href="/tags/kindnessmatters/" rel="tag">#kindnessmatters</a> <a href="/tags/boostwelcome/" rel="tag">#BoostWelcome</a> <a href="/tags/urgenthelp/" rel="tag">#UrgentHelp</a></p>
<p>She found the coziest little spot in the house 🐷🌸 Flowers on her head, pink chair beneath her, and not a single worry in sight. Happy Sunday! <a href="https://1-lisas-baker.pixels.com/featured/in-her-little-pink-chair-lisa-s-baker.html" rel="nofollow" class="ellipsis" title="1-lisas-baker.pixels.com/featured/in-her-little-pink-chair-lisa-s-baker.html"><span class="invisible">https://</span><span class="ellipsis">1-lisas-baker.pixels.com/featu</span><span class="invisible">red/in-her-little-pink-chair-lisa-s-baker.html</span></a></p><p><a href="/tags/pig/" rel="tag">#pig</a> <a href="/tags/pigs/" rel="tag">#pigs</a> <a href="/tags/pink/" rel="tag">#pink</a> <a href="/tags/chair/" rel="tag">#chair</a> <a href="/tags/polkadot/" rel="tag">#polkadot</a> <a href="/tags/art/" rel="tag">#art</a> <a href="/tags/arte/" rel="tag">#arte</a> <a href="/tags/artwork/" rel="tag">#artwork</a> <a href="/tags/wallart/" rel="tag">#wallart</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/artforhome/" rel="tag">#artforhome</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/buyintoart/" rel="tag">#buyintoart</a> <a href="/tags/artprints/" rel="tag">#artprints</a> <a href="/tags/canvasprints/" rel="tag">#canvasprints</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/creativetoots/" rel="tag">#creativeToots</a> <a href="/tags/flowers/" rel="tag">#flowers</a> <a href="/tags/floral/" rel="tag">#floral</a> <a href="/tags/sunday/" rel="tag">#Sunday</a> <a href="/tags/digitalart/" rel="tag">#digitalart</a> <a href="/tags/animal/" rel="tag">#animal</a> <a href="/tags/animals/" rel="tag">#animals</a> <a href="/tags/mammals/" rel="tag">#mammals</a> <a href="/tags/swine/" rel="tag">#swine</a> <a href="/tags/hog/" rel="tag">#hog</a> <a href="/tags/cute/" rel="tag">#cute</a> <a href="/tags/pretty/" rel="tag">#pretty</a> <a href="/tags/whimsical/" rel="tag">#Whimsical</a></p>
<p>Patterns of My Heart: <a href="https://1-lisas-baker.pixels.com/featured/patterns-of-my-heart-lisa-s-baker.html" rel="nofollow" class="ellipsis" title="1-lisas-baker.pixels.com/featured/patterns-of-my-heart-lisa-s-baker.html"><span class="invisible">https://</span><span class="ellipsis">1-lisas-baker.pixels.com/featu</span><span class="invisible">red/patterns-of-my-heart-lisa-s-baker.html</span></a></p><p><a href="/tags/heart/" rel="tag">#heart</a> <a href="/tags/patterns/" rel="tag">#patterns</a> <a href="/tags/pattern/" rel="tag">#pattern</a> <a href="/tags/love/" rel="tag">#Love</a> <a href="/tags/hearts/" rel="tag">#hearts</a> <a href="/tags/valentinesday/" rel="tag">#Valentinesday</a> <a href="/tags/valentines/" rel="tag">#Valentines</a> <a href="/tags/art/" rel="tag">#art</a> <a href="/tags/arte/" rel="tag">#arte</a> <a href="/tags/artwork/" rel="tag">#artwork</a> <a href="/tags/wallart/" rel="tag">#wallart</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/artforhome/" rel="tag">#artforhome</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/buyintoart/" rel="tag">#buyintoart</a> <a href="/tags/artprints/" rel="tag">#artprints</a> <a href="/tags/canvasprints/" rel="tag">#canvasprints</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/fedigiftshop/" rel="tag">#fedigiftshop</a> <a href="/tags/creativetoots/" rel="tag">#creativeToots</a> <a href="/tags/pink/" rel="tag">#pink</a> <a href="/tags/pinkheart/" rel="tag">#pinkheart</a> <a href="/tags/heartart/" rel="tag">#heartart</a> <a href="/tags/valentinesart/" rel="tag">#Valentinesart</a> <a href="/tags/whimsical/" rel="tag">#whimsical</a> <a href="/tags/pretty/" rel="tag">#pretty</a> <a href="/tags/greetingcard/" rel="tag">#greetingcard</a> <a href="/tags/valentinesdaycards/" rel="tag">#valentinesdaycards</a> <a href="/tags/holiday/" rel="tag">#holiday</a> <a href="/tags/holidayart/" rel="tag">#holidayart</a> <a href="/tags/geometric/" rel="tag">#geometric</a> <a href="/tags/stripes/" rel="tag">#stripes</a> <a href="/tags/wordart/" rel="tag">#wordart</a> <a href="/tags/text/" rel="tag">#text</a></p>
<p>Cotton Candy Floral Pop: <a href="https://1-lisas-baker.pixels.com/featured/cotton-candy-floral-pop-lisa-s-baker.html" rel="nofollow" class="ellipsis" title="1-lisas-baker.pixels.com/featured/cotton-candy-floral-pop-lisa-s-baker.html"><span class="invisible">https://</span><span class="ellipsis">1-lisas-baker.pixels.com/featu</span><span class="invisible">red/cotton-candy-floral-pop-lisa-s-baker.html</span></a></p><p><a href="/tags/flower/" rel="tag">#flower</a> <a href="/tags/flowers/" rel="tag">#flowers</a> <a href="/tags/floral/" rel="tag">#floral</a> <a href="/tags/pink/" rel="tag">#pink</a> <a href="/tags/green/" rel="tag">#green</a>, <a href="/tags/pretty/" rel="tag">#pretty</a> <a href="/tags/beautiful/" rel="tag">#beautiful</a> <a href="/tags/nature/" rel="tag">#nature</a> <a href="/tags/spring/" rel="tag">#spring</a> <a href="/tags/summer/" rel="tag">#summer</a> <a href="/tags/bloom/" rel="tag">#bloom</a> <a href="/tags/blossom/" rel="tag">#blossom</a> <a href="/tags/art/" rel="tag">#art</a> <a href="/tags/arte/" rel="tag">#arte</a> <a href="/tags/artwork/" rel="tag">#artwork</a> <a href="/tags/wallart/" rel="tag">#wallart</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/artforhome/" rel="tag">#artforhome</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/buyintoart/" rel="tag">#buyintoart</a> <a href="/tags/artprints/" rel="tag">#artprints</a> <a href="/tags/canvasprints/" rel="tag">#canvasprints</a> <a href="/tags/soft/" rel="tag">#soft</a> <a href="/tags/bedroomdecor/" rel="tag">#bedroomdecor</a> <a href="/tags/kitchenart/" rel="tag">#kitchenart</a> <a href="/tags/painting/" rel="tag">#painting</a> <a href="/tags/paintings/" rel="tag">#paintings</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/creative/" rel="tag">#creative</a> <a href="/tags/creativetoots/" rel="tag">#creativeToots</a> <a href="/tags/artist/" rel="tag">#artist</a> <a href="/tags/lovely/" rel="tag">#lovely</a> <a href="/tags/romantic/" rel="tag">#romantic</a></p>
<p>Hi everyone👋 hope you guys see & noticed my posts 😔😢😖 If anyone might able to lend a little hand of support.. Just for anyone that able to:cwy:🙏 Please your kindness & support will be lifesaving 4 me & my cat jury for couple days or even a week which I really appreciated alot. 🫂💚 Boost will be a big hand of help too 🙏🫶<br>Thank you guys very much.💚</p><p>omoshiroii.jj@gmail.com—PP📩 </p><p><a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/mutualaid/" rel="tag">#mutualaid</a> <a href="/tags/silentsunday/" rel="tag">#silentSunday</a></p>
<p>Greetings! 📺 It's the weekly <a href="/tags/mastodon/" rel="tag">#Mastodon</a>/ <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/watchpartycalendar/" rel="tag">#WatchPartyCalendar</a> for Jan. 8-15 (Thu-Thu) </p><p>⭐️New:<br><a href="/tags/catitstu/" rel="tag">#Catitstu</a> - ALIAS<br><a href="/tags/spnwatchparty/" rel="tag">#SPNwatchparty</a> - SUPERNATURAL weekdays st 5pm ET</p><p>📅Details, 🔗& updates ➡️ <a href="http://bit.ly/MastodonWatchParties" rel="nofollow"><span class="invisible">http://</span>bit.ly/MastodonWatchParties</a><br>⏰️All times US Eastern</p><p><a href="/tags/westerns/" rel="tag">#Westerns</a> <a href="/tags/music/" rel="tag">#Music</a> <a href="/tags/mysteries/" rel="tag">#Mysteries</a> <a href="/tags/action/" rel="tag">#Action</a> <a href="/tags/comedy/" rel="tag">#Comedy</a> <a href="/tags/anime/" rel="tag">#anime</a> <a href="/tags/movies/" rel="tag">#Movies</a> <a href="/tags/filmmastodon/" rel="tag">#FilmMastodon</a> <a href="/tags/cinemastodon/" rel="tag">#CineMastodon</a> </p><p>Thank🐑 hosts! <span class="h-card"><a href="https://mastodon.social/@MatthewTitus88" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>MatthewTitus88</span></a></span> <span class="h-card"><a href="https://universeodon.com/@MirrorAyako" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>MirrorAyako</span></a></span> <span class="h-card"><a href="https://timeloop.cafe/@Taweret" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Taweret</span></a></span> <span class="h-card"><a href="https://mastodon.social/@analgesicsleep" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>analgesicsleep</span></a></span> <span class="h-card"><a href="https://mastodon.social/@rsmon77" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rsmon77</span></a></span> <span class="h-card"><a href="https://lazybear.social/@hyde" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hyde</span></a></span> <br><span class="h-card"><a href="https://mastodon.social/@lilymarswrites" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>lilymarswrites</span></a></span> <br><span class="h-card"><a href="https://live.literalgrill.com/federation/user/GrillChill" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>GrillChill</span></a></span> <span class="h-card"><a href="https://mastodon.social/@greenpepper22" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>greenpepper22</span></a></span> <span class="h-card"><a href="https://dmv.community/@kamikat" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kamikat</span></a></span> <span class="h-card"><a href="https://mastodon.social/@JanineFromPgh" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>JanineFromPgh</span></a></span> <span class="h-card"><a href="https://timeloop.cafe/@bunnyhero" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bunnyhero</span></a></span></p>
Edited 174d ago

