<p>Announcing Gaza Verified</p><p><a href="https://gaza-verified.org" rel="nofollow"><span class="invisible">https://</span>gaza-verified.org</a></p><p>I’ve been having video conversations over Signal with people from Gaza who have Mastodon accounts on the fediverse in an effort to vouch for their authenticity.</p><p>This week, I whipped up a site to formalise this and to enable them to add a verified link to their Mastodon bios. Hopefully this will cut down on the amount of time they need to spend proving that their accounts genuinely belong to a person suffering through genocide and famine in Gaza and help them with their fundraisers.</p><p>The first four accounts belong to:</p><p>• <span class="h-card"><a href="https://mas.to/@Aseelsehwel" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Aseelsehwel</span></a></span> <br>• <span class="h-card"><a href="https://mastodon.social/@NouranKhaledGh" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>NouranKhaledGh</span></a></span> <br>• <span class="h-card"><a href="https://mastodon.social/@joynewacc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>joynewacc</span></a></span> <br>• <span class="h-card"><a href="https://mastodon.social/@mohshbair" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mohshbair</span></a></span></p><p>If you want to get on the site, please contact me. See the guide for more information: <a href="https://gaza-verified.org/guide" rel="nofollow"><span class="invisible">https://</span>gaza-verified.org/guide</a></p><p>Please share and donate to their fundraisers if you can.</p><p>Thank you!</p><p>💕</p><p>CC @palestine </p><p><a href="/tags/gaza/" rel="tag">#Gaza</a> <a href="/tags/palestine/" rel="tag">#Palestine</a> <a href="/tags/freepalestine/" rel="tag">#FreePalestine</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/verification/" rel="tag">#verification</a></p>
fediverse
<p>我将从KipJayChou正式更名为KipJayChou ⁂</p><p><a href="https://symbol.fediverse.info" rel="nofollow"><span class="invisible">https://</span>symbol.fediverse.info</a></p><p><span class="h-card"><a href="https://typo.social/@FediverseSymbol" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>FediverseSymbol</span></a></span> </p><p><a href="/tags/联邦宇宙/" rel="tag">#联邦宇宙</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> #⁂</p>
Edited 67d ago
<p>Fediverse Report 147 - this week's <a href="/tags/fediverse/" rel="tag">#fediverse</a> news:</p><p>Threads is putting their fediverse integration on maintenance mode after it has seen very little use, signalling the end to a tumultuous period for the fediverse. Zuckerberg's belief in decentralised social networking, saying in 2023 that he "has always believed in this stuff", might not be so strong after all</p><p><a href="https://connectedplaces.online/reports/fediverse-report-147/" rel="nofollow" class="ellipsis" title="connectedplaces.online/reports/fediverse-report-147/"><span class="invisible">https://</span><span class="ellipsis">connectedplaces.online/reports</span><span class="invisible">/fediverse-report-147/</span></a></p>
<p>We're excited to share an update on <a href="/tags/fedify/" rel="tag">#Fedify</a>'s development! While we're actively working on Fedify 1.9 in the main branch, we've also begun preparations for Fedify 2.0 in the next branch.</p><p>Before you get too excited about revolutionary new features, we want to set clear expectations: Fedify 2.0 will primarily focus on cleaning up technical debt that we couldn't address due to backward compatibility constraints. This means removing deprecated APIs and making breaking changes that will ultimately result in a cleaner, more maintainable codebase. Think of it as a major housekeeping release—necessary work that will make Fedify better in the long run.</p><p>Some of the planned improvements include adding <a href="https://github.com/fedify-dev/fedify/issues/419" rel="nofollow">readonly modifiers throughout our types and interfaces</a> to better enforce our immutability-by-default principle, implementing our own <a href="https://github.com/fedify-dev/fedify/issues/418" rel="nofollow">RFC 6570 URI Template library</a> for symmetric expansion and pattern matching, and various <a href="https://github.com/fedify-dev/fedify/issues/414" rel="nofollow">CLI tool migrations</a> to our new <a href="https://optique.dev/" rel="nofollow">Optique</a> framework for better cross-runtime support. While the majority of changes will be about refinement rather than revolution, these updates will strengthen Fedify's foundation and improve interoperability across the <a href="/tags/fediverse/" rel="tag">#fediverse</a>. You can track all planned changes in detail by checking out the <a href="https://github.com/fedify-dev/fedify/milestone/3" rel="nofollow">Fedify 2.0 milestone</a> on our GitHub repository.</p><p><a href="/tags/fedify2/" rel="tag">#Fedify2</a> <a href="/tags/fedidev/" rel="tag">#fedidev</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p>
<p>How to use Really Simple Licensing (RSL) to block all AI crawlers</p><p><a href="https://rslstandard.org" rel="nofollow">RSL</a> is a new initiative by a group of big internet publishers that seeks to define the conditions under which AI crawlers can harvest their content. <a href="https://rslstandard.org/guide/what-is-rsl" rel="nofollow">Their guide</a> describes the various ways the content can be made available, including for free or a paid royalty but only by digging deeper into their reference material was I able to figure out how to prohibit all usage.</p><p>Your robots.txt needs to link to a XML file, like this:</p><p>License: <a href="https://your-domain.tld/rsl.xml" rel="nofollow"><span class="invisible">https://</span>your-domain.tld/rsl.xml</a></p><p>Then in that file you want this:</p><p><rsl xmlns="<a href="https://rslstandard.org/rsl" rel="nofollow"><span class="invisible">https://</span>rslstandard.org/rsl</a>"> <content url="/" server="<a href="https://rslcollective.org/api" rel="nofollow"><span class="invisible">https://</span>rslcollective.org/api</a>"> <license> <prohibits type="usage">all</prohibits> </license> </content></rsl></p><p>That’s it.</p><p>If you want to be more liberal you could change the <prohibits> line to </p><p><permits type="usage">search</permits></p><p>That will let them use the content for search, which is probably quite similar to what traditional search engines do. <a href="https://rslstandard.org/rsl#element-permits" rel="nofollow">More details in their reference docs</a>.</p><p>Optionally to dispel any plausible deniability you can also add a link to rsl.xml as a Link header in every HTTP response.</p><p>Link: <<a href="https://example.com/rsl.xml" rel="nofollow"><span class="invisible">https://</span>example.com/rsl.xml</a>>; rel="license"; type="application/rsl+xml"</p><p>It’s still too early to say whether AI crawlers will respect the terms of the license any publishers specify, it’ll probably take a court case or two to sort that out. </p><p><a href="https://crust.piefed.social/rsl.xml" rel="nofollow">PieFed has added RSL</a> to it’s code just now. Instance admins who wish to disable RSL can set the ALLOW_AI_CRAWLERS environment variable to anything.</p><p><a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/licensing/" rel="tag">#licensing</a> <a href="/tags/piefed/" rel="tag">#piefed</a> <a href="/tags/rsl/" rel="tag">#rsl</a></p>
Edited 212d ago
<p>The three <a href="/tags/fediverse/" rel="tag">#Fediverse</a> software with the widest <a href="/tags/groups/" rel="tag">#groups</a> compatibility are:</p><p>(in alphabetical order)</p><p>- fedigroups.social - see <span class="h-card"><a href="https://fedigroups.social/@hello" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hello</span></a></span> <br>- Friendica - find a Friendica server and host there<br>- Hubzilla - find a Hubzilla server and create your group</p><p>The rest have various compatibility issues with other Fediverse software (for years), like group posts/boosts not showing up or your posts not getting boosted or you can't follow the group. This includes <a href="/tags/threadiverse/" rel="tag">#threadiverse</a> software.</p><p>If you want to have a true fediverse reach, then choose one from those mentioned above until the other software with federated groups feature improves their compatibility with other fediverse software.</p>
<p><a href="/tags/pier/" rel="tag">#Pier</a> Over <a href="/tags/ocean/" rel="tag">#Ocean</a> at <a href="/tags/sunrise/" rel="tag">#Sunrise</a> by Kaye Menner Wide variety <a href="/tags/prints/" rel="tag">#Prints</a> & lovely <a href="/tags/products/" rel="tag">#Products</a> at:</p><p><a href="https://kaye-menner.pixels.com/featured/pier-over-ocean-at-sunrise-by-kaye-menner-kaye-menner.html" rel="nofollow" class="ellipsis" title="kaye-menner.pixels.com/featured/pier-over-ocean-at-sunrise-by-kaye-menner-kaye-menner.html"><span class="invisible">https://</span><span class="ellipsis">kaye-menner.pixels.com/feature</span><span class="invisible">d/pier-over-ocean-at-sunrise-by-kaye-menner-kaye-menner.html</span></a></p><p><a href="/tags/beach/" rel="tag">#beach</a> <a href="/tags/water/" rel="tag">#water</a> <a href="/tags/waves/" rel="tag">#waves</a> <a href="/tags/jetty/" rel="tag">#jetty</a> <a href="/tags/pier/" rel="tag">#pier</a> <a href="/tags/sun/" rel="tag">#sun</a> <a href="/tags/reflections/" rel="tag">#reflections</a> <a href="/tags/colorful/" rel="tag">#colorful</a> <a href="/tags/ai/" rel="tag">#ai</a> <a href="/tags/digitalart/" rel="tag">#digitalart</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fedigiftshop/" rel="tag">#fedigiftshop</a> <a href="/tags/giftideas/" rel="tag">#giftideas</a> <a href="/tags/wallartforsale/" rel="tag">#wallartforsale</a> <a href="/tags/art/" rel="tag">#Art</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/buyintoart/" rel="tag">#BuyIntoArt</a> <a href="/tags/ayearforart/" rel="tag">#AYearForArt</a> <a href="/tags/artist/" rel="tag">#Artist</a> <a href="/tags/fineartamerica/" rel="tag">#FineArtAmerica</a> <a href="/tags/photographyfeed/" rel="tag">#PhotographyFeed</a> <a href="/tags/visualarts/" rel="tag">#VisualArts</a> <a href="/tags/creativearts/" rel="tag">#CreativeArts</a></p>
<p><a href="/tags/colors/" rel="tag">#Colors</a> <a href="/tags/lines/" rel="tag">#Lines</a> and <a href="/tags/textures/" rel="tag">#Textures</a> by Kaye Menner <a href="/tags/photography/" rel="tag">#Photography</a> Wide variety <a href="/tags/prints/" rel="tag">#Prints</a> & lovely <a href="/tags/products/" rel="tag">#Products</a> at:</p><p> <a href="https://kaye-menner.pixels.com/featured/colors-lines-and-textures-kaye-menner.html" rel="nofollow" class="ellipsis" title="kaye-menner.pixels.com/featured/colors-lines-and-textures-kaye-menner.html"><span class="invisible">https://</span><span class="ellipsis">kaye-menner.pixels.com/feature</span><span class="invisible">d/colors-lines-and-textures-kaye-menner.html</span></a></p><p><a href="/tags/redyellowblue/" rel="tag">#redyellowblue</a> <a href="/tags/colorful/" rel="tag">#colorful</a> <a href="/tags/textured/" rel="tag">#textured</a> <a href="/tags/abstract/" rel="tag">#abstract</a> <a href="/tags/abstractart/" rel="tag">#abstractart</a> <a href="/tags/abstractphotography/" rel="tag">#abstractphotography</a> <a href="/tags/homedecor/" rel="tag">#homedecor</a> <a href="/tags/mastoart/" rel="tag">#mastoart</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/fediart/" rel="tag">#fediart</a> <a href="/tags/fedigiftshop/" rel="tag">#fedigiftshop</a> <a href="/tags/giftideas/" rel="tag">#giftideas</a> <a href="/tags/wallartforsale/" rel="tag">#wallartforsale</a> <a href="/tags/art/" rel="tag">#Art</a> <a href="/tags/artforsale/" rel="tag">#artforsale</a> <a href="/tags/buyintoart/" rel="tag">#BuyIntoArt</a> <a href="/tags/ayearforart/" rel="tag">#AYearForArt</a> <a href="/tags/artist/" rel="tag">#Artist</a> <a href="/tags/fineartamerica/" rel="tag">#FineArtAmerica</a> <a href="/tags/photographyfeed/" rel="tag">#PhotographyFeed</a> <a href="/tags/visualarts/" rel="tag">#VisualArts</a> <a href="/tags/creativearts/" rel="tag">#CreativeArts</a></p>
<p>Okay, last batch of new <a href="/tags/fedigroups/" rel="tag">#FediGroups</a> for the moment:</p><p>!<span class="h-card"><a href="https://fedigroups.social/@18xx" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>18xx</span></a></span> - 18xx board games<br>!<span class="h-card"><a href="https://fedigroups.social/@drumming" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>drumming</span></a></span> - Drummers & drumming<br>!<span class="h-card"><a href="https://fedigroups.social/@galgodon" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>galgodon</span></a></span> - German-language word games<br>!<span class="h-card"><a href="https://fedigroups.social/@geocaching" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>geocaching</span></a></span> - Geocaching<br>!<span class="h-card"><a href="https://fedigroups.social/@goodnews" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>goodnews</span></a></span> - Good news<br>!<span class="h-card"><a href="https://fedigroups.social/@hiking" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hiking</span></a></span> - Hiking<br>!<span class="h-card"><a href="https://fedigroups.social/@homelab" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>homelab</span></a></span> - Making your own homelab<br>!<span class="h-card"><a href="https://fedigroups.social/@homelab_de" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>homelab_de</span></a></span> - German homelab group<br>!<span class="h-card"><a href="https://fedigroups.social/@meditation" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>meditation</span></a></span> - Meditation<br>!<span class="h-card"><a href="https://fedigroups.social/@music" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>music</span></a></span> - Music<br>!<span class="h-card"><a href="https://fedigroups.social/@nerdlings" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nerdlings</span></a></span> - Painting miniatures<br>!<span class="h-card"><a href="https://fedigroups.social/@scubadivers" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>scubadivers</span></a></span> - Scuba diving<br>!<span class="h-card"><a href="https://fedigroups.social/@warhammercommunity" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>warhammercommunity</span></a></span> - Warhammer miniatures & games</p><p>More groups at <a href="https://about.fedigroups.social/directory" rel="nofollow" class="ellipsis" title="about.fedigroups.social/directory"><span class="invisible">https://</span><span class="ellipsis">about.fedigroups.social/direct</span><span class="invisible">ory</span></a></p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a></p>
Edited 210d ago
<p>pillbug is a cohost-inspired client for GoToSocial and other Mastodon API-compatible ActivityPub servers. <a href="https://pillbug.vivl.im/about" rel="nofollow"><span class="invisible">https://</span>pillbug.vivl.im/about</a> <a href="/tags/gotosocial/" rel="tag">#GoToSocial</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p>
<p>Week in Fediverse 2025-09-12</p><p>Servers</p><p>- <a href="https://github.com/MbinOrg/mbin/releases/tag/v1.8.4" rel="nofollow">Mbin v1.8.4</a><br>- <a href="https://epiktistes.com/objects/1rs7aDDTLsE" rel="nofollow">Ktistec v2.4.12</a><br>- <a href="https://joinpeertube.org/news/release-7.3" rel="nofollow">PeerTube v7.3.0</a><br>- <a href="https://join-lemmy.org/news/2025-09-10_-_Lemmy_Release_0.19.13" rel="nofollow">Lemmy v0.19.13</a><br>- <a href="https://framagit.org/les/gancio/-/releases/v1.28.0" rel="nofollow">gancio v1.28.0</a><br>- <a href="https://github.com/misskey-dev/misskey/releases/tag/2025.9.0" rel="nofollow">Misskey v2025.9.0</a><br>- <a href="https://github.com/neodb-social/neodb/releases/tag/0.12.2.1" rel="nofollow">NeoDB v0.12.2.1</a><br>- <a href="https://github.com/dimkr/tootik/releases/tag/v0.19.0" rel="nofollow">tootik v0.19.0</a><br>- <a href="https://codeberg.org/gush/gush/releases/tag/v0.0.21" rel="nofollow">Gush! v0.0.21</a><br>- <a href="https://blog.joinmastodon.org/2025/09/trunk-tidbits-august-2025/" rel="nofollow">Trunk & Tidbits, August 2025</a> (Mastodon)<br>- <a href="https://blog.joinmastodon.org/2025/09/introducing-quote-posts/" rel="nofollow">Introducing quote posts</a> (Mastodon)</p><p>Clients</p><p>- <a href="https://github.com/Dimillian/IceCubesApp/releases/tag/2.0.0" rel="nofollow">IceCubesApp v2.0.0</a><br>- <a href="https://github.com/BDX-town/Mangane/blob/v1.17.2/CHANGELOG.md" rel="nofollow">Mangane v1.17.2</a><br>- <a href="https://github.com/poppingmoon/aria/releases/tag/v1.3.9" rel="nofollow">Aria v1.3.9</a><br>- <a href="https://github.com/Xyphyn/photon/releases/tag/v2.0.2" rel="nofollow">Photon v2.0.2</a><br>- <a href="https://github.com/Blorp-Labs/blorp/releases/tag/v1.9.22" rel="nofollow">Blorp v1.9.22</a></p><p>For developers</p><p>- <a href="https://codeberg.org/funfedidev/fediverse-pasture-inputs/releases/tag/0.3.2" rel="nofollow">fediverse-pasture-inputs v0.3.2</a><br>- <a href="https://github.com/michelcrypt4d4mus/fedialgo/releases/tag/v1.1.38" rel="nofollow">Fedialgo v1.1.38</a></p><p>Protocol</p><p>- <a href="https://codeberg.org/fediverse/fep/src/branch/main/fep/11dd/fep-11dd.md" rel="nofollow">FEP-11dd: Context Ownership and Inheritance</a><br>- <a href="https://ns.mia.jetzt/as/" rel="nofollow">Bite activity</a></p><p>Articles</p><p>- <a href="https://connectedplaces.online/reports/fediverse-report-133/" rel="nofollow">Fediverse Report – #133</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/01991bd7-ffbb-3059-0160-12d3c53fb8aa" rel="nofollow" class="ellipsis" title="mitra.social/objects/01991bd7-ffbb-3059-0160-12d3c53fb8aa"><span class="invisible">https://</span><span class="ellipsis">mitra.social/objects/01991bd7-</span><span class="invisible">ffbb-3059-0160-12d3c53fb8aa</span></a></p>
<p>Building personalized feeds for ActivityPub is hard. </p><p>Small Loops instances don't have enough signals to power recommendations effectively.</p><p>That's why I'm developing <span class="h-card"><a href="https://mastodon.social/@activityrank" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>activityrank</span></a></span> to store cross-instance engagement patterns and serve video recommendations via open APIs. </p><p>Think BlueSky's PDS but for algorithmic discovery. </p><p>Open source, of course. </p><p>You will be able to use our ActivityRank service or run your own ✨</p><p><a href="/tags/loops/" rel="tag">#loops</a> <a href="/tags/fyp/" rel="tag">#fyp</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a></p>
Edited 211d ago
<p>For anyone who might have missed it, the new beta is live on <a href="/tags/testflight/" rel="tag">#Testflight</a>!</p><p>iCloud sync for favorites is the showcase feature but the new navigation is also *chef’s kiss*</p><p>Join the beta: <a href="https://testflight.apple.com/join/FlIkWPVa" rel="nofollow" class="ellipsis" title="testflight.apple.com/join/FlIkWPVa"><span class="invisible">https://</span><span class="ellipsis">testflight.apple.com/join/FlIk</span><span class="invisible">WPVa</span></a></p><p><a href="/tags/ios26/" rel="tag">#iOS26</a> <a href="/tags/swiftui/" rel="tag">#SwiftUI</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a></p>
<p>🔒 Security Release: BotKit 0.3.1</p><p>We've released BotKit 0.3.1 with an important security fix.</p><p>This update addresses CVE-2025-68475 (High severity, CVSS 7.5), a ReDoS vulnerability in Fedify's HTML parsing that could cause denial of service.</p><p>If you're using BotKit 0.3.x, please upgrade to 0.3.1 as soon as possible.</p><p>📦 <a href="https://github.com/fedify-dev/botkit/releases/tag/0.3.1" rel="nofollow">Release notes</a><br>🔐 <a href="https://github.com/fedify-dev/fedify/security/advisories/GHSA-rchf-xwx2-hm93" rel="nofollow">Security advisory</a></p><p><a href="/tags/botkit/" rel="tag">#BotKit</a> <a href="/tags/fedify/" rel="tag">#Fedify</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/security/" rel="tag">#security</a></p>
<p>Security Update: Hollo 0.6.19 Released</p><p>We have released Hollo 0.6.19 to address a security vulnerability in Fedify's HTML parsing code.</p><p>This vulnerability (CVE-2025-68475) is a ReDoS (Regular Expression Denial of Service) issue that could allow an attacker to cause service unavailability by sending specially crafted HTML responses during federation operations. The malicious payload is small (approximately 170 bytes) but can block the Node.js event loop for extended periods.</p><p>We strongly recommend all Hollo operators upgrade to version 0.6.19 immediately.</p>FieldDetailsCVE<a href="https://github.com/fedify-dev/fedify/security/advisories/GHSA-rchf-xwx2-hm93" rel="nofollow">CVE-2025-68475</a>SeverityHigh (CVSS 7.5)ActionUpgrade to Hollo 0.6.19<p><a href="/tags/hollo/" rel="tag">#Hollo</a> <a href="/tags/security/" rel="tag">#Security</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p>
<p>New music video just dropped!! It's about one of the greatest threats facing humanity!!!! I may run out of exclamation points!!!!!!! This is serious, people!!!!!!!!!!!!</p><p>🛸 </p><p>Another Fediverse production featuring lyrics by <span class="h-card"><a href="https://universeodon.com/@atomic" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>atomic</span></a></span>. You know that verse is good. It's Fediverse.</p><p><a href="https://video.stevesworld.co/w/wU9jcWhTKj1cFKGeJRnrTd" rel="nofollow" class="ellipsis" title="video.stevesworld.co/w/wU9jcWhTKj1cFKGeJRnrTd"><span class="invisible">https://</span><span class="ellipsis">video.stevesworld.co/w/wU9jcWh</span><span class="invisible">TKj1cFKGeJRnrTd</span></a></p><p><a href="/tags/music/" rel="tag">#music</a> <a href="/tags/rock/" rel="tag">#rock</a> <a href="/tags/pop/" rel="tag">#pop</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a></p>
<p>RE: <a href="https://social.coop/@django/116019244368171843" rel="nofollow" class="ellipsis" title="social.coop/@django/116019244368171843"><span class="invisible">https://</span><span class="ellipsis">social.coop/@django/1160192443</span><span class="invisible">68171843</span></a></p><p>Dear <a href="/tags/fediverse/" rel="tag">#Fediverse</a> developers, please do more cool things with <a href="/tags/activitypub/" rel="tag">#ActivityPub</a> C2S.</p><p>Just note that "Direct Messaging apps" are way more complex than you might realize and that <a href="/tags/xmpp/" rel="tag">#XMPP</a> has solved most of the problems you might encounter.</p>
Edited 63d ago
<p>A new release of TootSDK - 19.2.1 📣 </p><p><a href="https://github.com/TootSDK/TootSDK/releases/tag/19.2.1" rel="nofollow" class="ellipsis" title="github.com/TootSDK/TootSDK/releases/tag/19.2.1"><span class="invisible">https://</span><span class="ellipsis">github.com/TootSDK/TootSDK/rel</span><span class="invisible">eases/tag/19.2.1</span></a></p><p>What's changed:</p><p>- Workflow should use macOS-26 <span class="h-card"><a href="https://hachyderm.io/@konstantin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>konstantin</span></a></span></p><p>Community contributions are greatly appreciated 🙌</p><p> <a href="/tags/iosdev/" rel="tag">#iOSDev</a> <a href="/tags/swift/" rel="tag">#Swift</a> <a href="/tags/tootsdk/" rel="tag">#TootSDK</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a></p>
<p>1/</p><p>I have spending time thinking of ways you could automatically create ActivityPub / ActivityStreams data from HTML and Markdown</p><p>Most people will probably write in plain UTF-8 text, or Markdown, or HTML</p><p>How to do you take that and get it onto the Fediverse and Social Web‽</p><p>This isn't just a question of how to technically do it — but also a question of user-experience (UX)</p><p>I.e., what are "good" ways of doing it‽</p><p>...</p><p><a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/activitystreams/" rel="tag">#ActivityStreams</a> <a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/markdown/" rel="tag">#Markdown</a> <a href="/tags/retejo/" rel="tag">#retejo</a> <a href="/tags/rdfa/" rel="tag">#RDFa</a></p>
<p>Quotations & the Fediverse / ActivityPub</p><p>1/</p><p>One thing I used to do a lot on social-media is — post quotations.</p><p>Sometimes I was reading a book. And, I would quote things from the book and post it on social-media.</p><p>Or I was reading a scholarly paper, or reading a blog post, or watching a video, or listening to a podcast, etc.</p><p>...</p><p>I was thinking — how could you represent a quotation in ActivityPub‽</p><p><a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/activitystreams/" rel="tag">#ActivityStreams</a> <a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/objecttypenote/" rel="tag">#ObjectTypeNote</a> <a href="/tags/objecttypequotation/" rel="tag">#ObjectTypeQuotation</a></p>
Edited 207d ago
<p>Connected Places a fascinating blog that focuses on the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> and other open <a href="/tags/socialmedia/" rel="tag">#socialmedia</a></p><p><a href="https://connectedplaces.online/newsletter-subscriptions/" rel="nofollow" class="ellipsis" title="connectedplaces.online/newsletter-subscriptions/"><span class="invisible">https://</span><span class="ellipsis">connectedplaces.online/newslet</span><span class="invisible">ter-subscriptions/</span></a></p>
Edited 110d ago
<p>"@context": [<br> "<a href="https://www.w3.org/ns/activitystreams" rel="nofollow"><span class="invisible">https://</span>www.w3.org/ns/activitystreams</a>",<br> {<br> "Quotation": "as:Quotation",<br> "citation": "as:citation",<br> "quotation": "as:quotation"<br> },<br>],</p><p><a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/activitystreams/" rel="tag">#ActivityStreams</a> <a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/jsonld/" rel="tag">#JSONLD</a> <a href="/tags/objecttypequotation/" rel="tag">#ObjectTypeQuotation</a></p>
Edited 206d ago
<p>OK, so the results from my very unscientific <a href="/tags/nobelprize/" rel="tag">#NobelPrize</a> in <a href="/tags/physics/" rel="tag">#Physics</a> topic poll are in, and the winner is … Atomic, Molecular, and Optical Physics (or “AMO”, as it’s short-handed). Hot on the heels of AMO is Astrophysics and Cosmology. Particle Physics was the hands-down least-favoured topic.</p><p>So, let’s go one more step and see what the <a href="/tags/fediverse/" rel="tag">#fediverse</a> thinks are its favourite **discoveries** that might attract the prize. Let’s stick to AMO and Astro/Cosmo, since those are the preferred areas.</p>
Edited 212d ago
<p>Hello World from my homelab! This is Leo, a 20-year-old from Bangladesh. My previous account was <span class="h-card"><a href="https://mitexleo.one/@ml" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ml</span></a></span>. I recently started my homelab journey and moved everything there, but due to some technical issues I decided to set up a new Mastodon instance at social.mitexleo.one.</p><p>I enjoy playing around and experimenting with tech, and in my free time I like reading books. It’s great to be back and see the world again!</p><p><a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/homelab/" rel="tag">#homelab</a> <a href="/tags/selfhosting/" rel="tag">#selfhosting</a> <a href="/tags/mitexleo/" rel="tag">#mitexleo</a> <a href="/tags/bangladesh/" rel="tag">#bangladesh</a> <a href="/tags/dhaka/" rel="tag">#dhaka</a> <a href="/tags/introduction/" rel="tag">#introduction</a></p>
Edited 206d ago
I've only had this account on the fediverse/mastodon for 3 years, yet I've had more weird hate than at any other time I've been online except possibly USENET in the 1990s and Twitter in the 2010s when I was tweeting favorably about Occupy. People here have suggested I'm lying more times than I remember. I mean dang, it's fine to disagree with someone but you don't need to besmirch their character. If this were the 18th century we'd be dueling.<br><br>I tend to speak my mind because I'm of the opinion that the <a href="https://en.wikipedia.org/wiki/Abilene_paradox" rel="nofollow">Abilene paradox</a> should not be a lifestyle, and that's gotten me some IRL hate over the years. But given what I've experienced here and how I've seen others treated, I'd say Mastodon really is something special in this regard.<br><br><a href="/tags/online/" rel="tag">#online</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a><br>



