<p><a href="/tags/introduction/" rel="tag">#introduction</a> It was on my todo list for a long time and now I'm <a href="/tags/newhere/" rel="tag">#newhere</a> - writing in En and De, darum auch <a href="/tags/neuhier/" rel="tag">#neuhier</a> </p><p>Interested in <a href="/tags/switzerland/" rel="tag">#Switzerland</a> <a href="/tags/swisspolitics/" rel="tag">#swisspolitics</a> <a href="/tags/education/" rel="tag">#education</a> <a href="/tags/foss/" rel="tag">#foss</a> <a href="/tags/digitalsustainability/" rel="tag">#digitalsustainability</a> <a href="/tags/gardening/" rel="tag">#gardening</a> <a href="/tags/schweizerpolitik/" rel="tag">#SchweizerPolitik</a> <a href="/tags/bildung/" rel="tag">#Bildung</a> <a href="/tags/digitalenachhaltigkeit/" rel="tag">#DigitaleNachhaltigkeit</a> <a href="/tags/gärtnern/" rel="tag">#gärtnern</a> <a href="/tags/ai/" rel="tag">#AI</a> <a href="/tags/generativeai/" rel="tag">#generativeAI</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a></p><p>I found some active accounts from organisations but it seems to be harder to find accounts representing persons.</p><p>Can you recommend me any accounts from Switzerland or accounts focussing on AI? :)</p>
Edited 364d ago
Scaling: ActivityPub over NNTP?
<p>Here’s an interesting thought experiment. </p><p>Way back in the 1980s and 90s, Usenet was a sorta-federated discussion forum (using the NNTP protocol) that was very popular. It still exists and <a href="https://en.wikipedia.org/wiki/Usenet#Usenet_traffic_changes" rel="nofollow">is distributing 400 million messages each day</a> (mostly spam and trash as far as I can tell). Hard numbers are difficult to come by but it seems like Usenet is capable of significantly higher throughput. Why is that? </p><p>The big thing holding ActivityPub back is the fan-out. You know the story - someone with 50,000 followers causes their instance to send up to 50,000 HTTP POSTs every time they click the little spinny star or reply to something. </p><p>It’s basically a hub-and-spoke network topology. Except everyone takes turns being the hub, ideally, but not much in practice. And in this topology, the hubs are where the strain and bottlenecks are. </p><p>Back in the 1980s they had computers literally 1000 times slower than ours and network links to match. So how did they do this? With a peer to peer network topology! When a new post is made, they don’t send it to everyone they just send it to a handful of other servers. Those servers in turn forward the post on to a handful of other peers, and so on, until the whole network receives the post. No individual server is a single point of failure and none has to bear the full brunt of orchestrating it all. </p><p>Let’s do a picture. A creates a post and sends it to B and D. </p><p>A ─ B ─ C \ / ─ D ─ </p><p>B sends it on to C. </p><p>Meanwhile D sends it on the C also but C already has it so does nothing more. IRL this would be a much larger mesh. Who peers with who can be a mixture of manual selection and random spiciness. </p><p>Posts can arrive out of order so each server would need to wait until the dependencies between posts are resolved before making them available to clients. That’s a bit tricky. </p><p>In the ActivityPub-over-NNTP idea, each NNTP post would be a thin wrapper around a data structure containing the HTTP headers (with signature and digest) and JSON that a normal HTTP POSTed Activity would have. Servers would use NNTP to distribute the activities and upon receiving one they’d POST it to their own /inbox to run the usual ActivityPub processing that their AP instance does. </p><p>{ "headers": { "Signature": "...", "Digest": "...", "Date": "..." }, "activity": { ... normal ActivityPub JSON ... } } </p><p>In this way there is no need to rewrite ActivityPub semantics as only the transport layer changes. Our existing inbox logic remains intact. </p><p>NNTP comes with a lot of historical baggage so we’d probably need to evolve the protocol a bit. Maybe use HTTP requests (even http2 streams?) instead of <a href="https://datatracker.ietf.org/doc/html/rfc3977" rel="nofollow">the original line-oriented text protocol using raw TCP sockets</a>. But you get the idea. </p><p>Thoughts?</p>
<small class="notice" x-post-type-data="None">
Takahe has limited support for this type: <a href="https://piefed.social/c/technical-discussion/p/1939768/scaling-activitypub-over-nntp">See Original Page</a>
</small>
<p>Journey with self hosting for personal blog and fediverse</p><p>@selfhosted</p><p>Hello, I followed the "selfhosted" instance on LemmyWorld in order to be able to talk about my experiences having them in order, without confusing criteria into Fediverse. Hoping they can be useful to others. </p><p>Current setup: Hostinger vps kvm2 plan, Debian12, YunoHost, Hostinger's docker manager installed. </p><p>Personal background: blind since birth, (I don't see), I'm mostly a computer power-user, worked and studied with ms-dos since 1989 until late 90s. Basic GNU/Linux knowledge in 2002, then interrupted in 2004. </p><p>I don't care talking about disability when discussing unrelated topics but it's necessary in this case as my needs are quite different from others. </p><p>So, I've been scared by self-hosting and have had shared hosting web sites until now. Until <span class="h-card"><a href="https://mastodon.social/@_elena" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_elena</span></a></span> started self hosting her digital echosystem from scratch using YunoHost. </p><p>Due to lack of drivers I stopped with Linux on my private machine, drivers for the Braille display I had, and then the uneffective (at least for my need) screen reader capabilities on Linux's GUI based distros. </p><p>Finally in January 2026 I jumped in the dark after reading Elena Rossini's blog about YunoHost and having explored their demo pages. At the worst, I'll cancel the contract...</p><p>In the end I've managed to run WriteFreely, WordPress, CastoPod and GoToSocial, just by YunoHost; but if someone says terminal knowledge is not needed, this is a complete lie. </p><p>Where a system (such as YunoHost) can do the dirty work configuring postfix and nginx, I'll support it but it has its disadvantages: not every app can be installed through it. </p><p>For me it's very difficult to create and look after a config file on my own, it's frustrating for a sighted to miss a punctuation sign, an apostrophe, an indent. Let alone for me! A single space skipped, can crash a system.</p><p>A lie even saying that AI completely helps. It does solve some small, simple, immediate tasks but it has some mistakes as well. The so-called allucinations which create a real mess if you can rely on no personal skill.</p><p>Such as "sudo yunohost tools cert-install", or similar. AI wrote "cert-install" while the real command is "cert install"! A power user can get rid of it and correct, a beginner with no command-line knowledge, just copies, pastes, and gets scared.</p><p>My late attempt has been Madblog, a static markdown-based blogging platform with Fediverse activitypub in it, so I learned what Docker is and how it basically works. But I gave up, due to several timeouts and activitypub slow-downs. I think I'm going to use WordPress for blogging then. In case of comments it'll be more intuitive for non-fediverse folks.</p><p>Hopefully share others' experiences as well! </p><p><a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/blind/" rel="tag">#blind</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/introduction/" rel="tag">#introduction</a> <a href="/tags/selfhost/" rel="tag">#selfhost</a> <a href="/tags/selfhosting/" rel="tag">#selfhosting</a> <a href="/tags/wordpress/" rel="tag">#WordPress</a> <a href="/tags/yunohost/" rel="tag">#YunoHost</a></p>
<p>If you're a Mastodon music lover, you may already know <span class="h-card"><a href="https://musician.social/@elsemusic" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>elsemusic</span></a></span>, as Leigh supports many musicians here on the <a href="/tags/fediverse/" rel="tag">#fediverse</a>. But did you know the combo just released an album ? It's called "Space for you", and it's brilliant. I've had a real crush on "Vertical dead", may it be the darkest of the 10 titles of the album. And there is such a peculiar sound for guitar solos throughout the whole piece, I couldn't figure how it's produced : is it a synth guitar, paired with an electroacoustic sound ?</p><p>Listen to "Space for you", you'll get a full load of nice tunes and fine progressions, brilliant drumming, and Aelyth's really elegant voice.<br> <a href="https://mirlo.space/sidesister/release/space-for-you" rel="nofollow" class="ellipsis" title="mirlo.space/sidesister/release/space-for-you"><span class="invisible">https://</span><span class="ellipsis">mirlo.space/sidesister/release</span><span class="invisible">/space-for-you</span></a></p>
<p>First <a href="/tags/holos/" rel="tag">#Holos</a> social account created on iPhone!</p><p><a href="/tags/holossocial/" rel="tag">#HolosSocial</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a></p>
<p>I don't want the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> to grow because I see "growth" as an intrinsic good.</p><p>I want the Fediverse to grow because I see commercial social media as a major threat to the long-term survival of human civilization. Thus, we need to replace it - and right now, the Fediverse seems to be the best alternative we have.</p>
<p>Sciety is bridging preprints and open social networks. Our latest integration with <span class="h-card"><a href="https://indieweb.social/@bonfire" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bonfire</span></a></span> enables you to start a discussion on Sciety and federate anywhere; meeting researchers wherever they already are. </p><p><a href="https://blog.sciety.org/bridging-preprints-and-the-fediverse/" rel="nofollow" class="ellipsis" title="blog.sciety.org/bridging-preprints-and-the-fediverse/"><span class="invisible">https://</span><span class="ellipsis">blog.sciety.org/bridging-prepr</span><span class="invisible">ints-and-the-fediverse/</span></a></p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/nlnet/" rel="tag">#NLnet</a></p>
<p>PLEASE IF ANYONE CAN SEE THIS POST. PLEASE I NEED UR HELP 😭🙏🏻🆘 AS U GUYS KNOW I LIVE IN PH🇸🇽 PARTICULARLY IN VISAYAS WHICH WAS RECOVERING FROM A MASSIVE EARTHQUAKE & NOW GOT HIT WITH A VERY STRONG TYPHOON.. I AM KNOCKING IN UR HEARTS TO PLS HELP, <br>CAT KIBBLES/FOOD/CLOTHES/BLANKET<br>—
[email protected] — paypal email (cousin's) </p><p>PLS HELP<br><a href="/tags/mastodon/" rel="tag">#Mastodon</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/mutualaid/" rel="tag">#mutualAid</a></p>
<p>:EDITED:<br>Doing that adulting thing where I pretend everything’s fine, but Clearly NOT & could really use a little help today🥺 TYPHOON AFTERMATH takes over my headspace— <br>I think the rent due will have to wait.</p><p>If anyone can chip in a little. I’d be endlessly thankful. <br>(
[email protected] ) 👈Paypal Email, Kindly put a note or my name, To give a heads-up to my cousin 🙏🏻😢</p><p>THANK YOU FOR READING THIS! HAVE A GOOD DAY EVERYONE!</p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/mutualaid/" rel="tag">#MutualAid</a> <a href="/tags/help/" rel="tag">#Help</a> <a href="/tags/kind/" rel="tag">#kind</a> <a href="/tags/communitysupport/" rel="tag">#communitysupport</a></p>
Edited 158d ago
<p>It's been a while!</p><p>All <a href="https://fedihost.co/" rel="nofollow"><span class="invisible">https://</span>fedihost.co/</a> <a href="/tags/peertube/" rel="tag">#PeerTube</a> instances have been upgraded to v7.3.0</p><p>Find out what's new in 7.3.0<br><a href="https://github.com/Chocobozzz/PeerTube/releases" rel="nofollow" class="ellipsis" title="github.com/Chocobozzz/PeerTube/releases"><span class="invisible">https://</span><span class="ellipsis">github.com/Chocobozzz/PeerTube</span><span class="invisible">/releases</span></a></p><p>ps: <a href="/tags/mastodon/" rel="tag">#Mastodon</a> v4.5.0 to follow shortly!</p><p><a href="/tags/hosting/" rel="tag">#hosting</a> <a href="/tags/selfhosting/" rel="tag">#SelfHosting</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/canada/" rel="tag">#Canada</a></p>
<p><a href="/tags/golden/" rel="tag">#Golden</a> <a href="/tags/basket/" rel="tag">#Basket</a> of <a href="/tags/easter/" rel="tag">#Easter</a> <a href="/tags/delights/" rel="tag">#Delights</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/golden-basket-of-easter-delights-by-kaye-menner-kaye-menner.html" rel="nofollow" class="ellipsis" title="kaye-menner.pixels.com/featured/golden-basket-of-easter-delights-by-kaye-menner-kaye-menner.html"><span class="invisible">https://</span><span class="ellipsis">kaye-menner.pixels.com/feature</span><span class="invisible">d/golden-basket-of-easter-delights-by-kaye-menner-kaye-menner.html</span></a> </p><p><a href="/tags/happyeaster/" rel="tag">#happyeaster</a> <a href="/tags/eastereggs/" rel="tag">#eastereggs</a> <a href="/tags/photography/" rel="tag">#photography</a> <a href="/tags/colorful/" rel="tag">#colorful</a> <a href="/tags/lotscolors/" rel="tag">#lotscolors</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>
Edited 14d ago
<p>What kind of app do you mostly use to interact with Mastodon?</p><p>Please consider boosting for a larger sample. </p><p><a href="/tags/poll/" rel="tag">#poll</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/app/" rel="tag">#app</a> <a href="/tags/formfactor/" rel="tag">#formfactor</a></p>
<div class="poll">
<h3 style="display: none;">Options: <small>(choose one)</small></h3>
<ul>
<li>
<label class="poll-option">
<input style="display:none" name="vote-options" type="radio" value="0">
<span class="poll-number" title="109 votes">31%</span>
<span class="poll-option-text">Official web app.</span>
</label>
</li>
<li>
<label class="poll-option">
<input style="display:none" name="vote-options" type="radio" value="0">
<span class="poll-number" title="210 votes">59%</span>
<span class="poll-option-text">A mobile app.</span>
</label>
</li>
<li>
<label class="poll-option">
<input style="display:none" name="vote-options" type="radio" value="0">
<span class="poll-number" title="1 votes">0%</span>
<span class="poll-option-text">A cli app.</span>
</label>
</li>
<li>
<label class="poll-option">
<input style="display:none" name="vote-options" type="radio" value="0">
<span class="poll-number" title="33 votes">9%</span>
<span class="poll-option-text">Other, please comment.</span>
</label>
</li>
</ul>
<div class="poll-footer">
<span class="vote-total">353 votes</span>
—
<span class="vote-end">Ended 44d ago</span>
<span class="todo">Polls are currently display only</span>
</div>
</div>
<p>Nov. 6-13 📺THU-THU🐘 <a href="/tags/mastodon/" rel="tag">#Mastodon</a>/ <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/watchpartycalendar/" rel="tag">#WatchPartyCalendar</a> 📅</p><p>NEW: <br><a href="/tags/susanscinemastash/" rel="tag">#SusansCinemaStash</a> <a href="/tags/noviranovember/" rel="tag">#NoviraNovember</a> <a href="/tags/nevillebrandmonth/" rel="tag">#NevilleBrandMonth</a> <a href="/tags/fredwardmonth/" rel="tag">#FredWardMonth</a><br>xtra <a href="/tags/westwed/" rel="tag">#WestWed</a> on Sun w/ <a href="/tags/thebigvalley/" rel="tag">#TheBigValley</a></p><p>🚨UPDATES 🔗&c.➡️ <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/filmmastodon/" rel="tag">#FilmMastodon</a> <a href="/tags/cinemastodon/" rel="tag">#CineMastodon</a> </p><p>Thx 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/@greenpepper22" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>greenpepper22</span></a></span> <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/@LisaMarieBowman" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>LisaMarieBowman</span></a></span> & guest hosts! <span class="h-card"><a href="https://mastodon.social/@Miss_Bitterblue" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Miss_Bitterblue</span></a></span> <span class="h-card"><a href="https://mastodon.social/@silverseasun" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>silverseasun</span></a></span></p>
Edited 156d ago
<p>New episode 📣📣 </p><p><span class="h-card"><a href="https://mastodon.social/@_elena" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_elena</span></a></span> is an independent filmmaker who decided to leave the social networks of GAFAM to immerse herself in the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> and self-hosting. </p><p>She tells us about her discoveries, learnings and her love for the Fediverse!</p><p>👉 <a href="https://www.projets-libres.org/en/podcast/s4e4-fediverse-the-future-will-be-federated/" rel="nofollow" class="ellipsis" title="www.projets-libres.org/en/podcast/s4e4-fediverse-the-future-will-be-federated/"><span class="invisible">https://</span><span class="ellipsis">www.projets-libres.org/en/podc</span><span class="invisible">ast/s4e4-fediverse-the-future-will-be-federated/</span></a></p><p><a href="/tags/podcast/" rel="tag">#podcast</a> <a href="/tags/freesoftware/" rel="tag">#freesoftware</a> <a href="/tags/degafam/" rel="tag">#degafam</a></p>
<p>Nouvel épisode 📣📣 </p><p><span class="h-card"><a href="https://mastodon.social/@_elena" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>_elena</span></a></span> est une réalisatrice indépendante qui a décidé de quitter les réseaux sociaux des GAFAM pour se plonger dans le <a href="/tags/fediverse/" rel="tag">#Fediverse</a> et l'auto-hébergement.</p><p>Elle nous raconte ses découvertes, apprentissages et son amour pour le Fediverse !</p><p>👉 <a href="https://www.projets-libres.org/podcast/s04e4-fediverse-futur-federe-auto-heberge-elena-rossini/" rel="nofollow" class="ellipsis" title="www.projets-libres.org/podcast/s04e4-fediverse-futur-federe-auto-heberge-elena-rossini/"><span class="invisible">https://</span><span class="ellipsis">www.projets-libres.org/podcast</span><span class="invisible">/s04e4-fediverse-futur-federe-auto-heberge-elena-rossini/</span></a></p><p>Bonne écoute 🎧🎧 <br><a href="/tags/yunohost/" rel="tag">#yunohost</a> <a href="/tags/podcast/" rel="tag">#podcast</a> <a href="/tags/freesoftware/" rel="tag">#freesoftware</a> <a href="/tags/logicielslibres/" rel="tag">#logicielslibres</a> <a href="/tags/logiciellibre/" rel="tag">#LogicielLibre</a> <a href="/tags/gafam/" rel="tag">#gafam</a></p>
Edited 160d ago
<p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> & <a href="/tags/internet/" rel="tag">#Internet</a> video accounts:</p><p>(If an account looks blank/old, read this: <a href="https://fedi.tips/why-does-someones-account-page-look-completely-blank-is-it-really-blank/" rel="nofollow" class="ellipsis" title="fedi.tips/why-does-someones-account-page-look-completely-blank-is-it-really-blank/"><span class="invisible">https://</span><span class="ellipsis">fedi.tips/why-does-someones-ac</span><span class="invisible">count-page-look-completely-blank-is-it-really-blank/</span></a>)</p><p>➡️ <span class="h-card"><a href="https://btfree.social/pub/actors/firesidefedi" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>firesidefedi</span></a></span> - Interviewing familiar faces around the Fediverse</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://video.fedihost.co/a/fedihost/video-channels', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://video.fedihost.co/a/fedihost', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://video.fedihost.co/accounts/fedihost', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>fedihost</span></a></span> - Tutorials & tips for running your own Fediverse server</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://spectra.video/a/wedistributemedia/video-channels', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://spectra.video/a/wedistributemedia', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://spectra.video/accounts/wedistributemedia', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>wedistributemedia</span></a></span> - News & features about the Fedi</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://spectra.video/a/ethicalrevolution/video-channels', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://spectra.video/a/ethicalrevolution', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://spectra.video/accounts/ethicalrevolution', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ethicalrevolution</span></a></span> - Highlighting good music on the Fedi</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://videos.elenarossini.com/a/ele/video-channels', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://videos.elenarossini.com/a/ele', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://videos.elenarossini.com/accounts/ele', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ele</span></a></span> - Documentary-maker, Fedi & self-hosting</p><p>➡️ <span class="h-card"><a href="[{'type': 'Link', 'href': 'https://makertube.net/a/andypiper/video-channels', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://makertube.net/a/andypiper', 'mediaType': 'text/html'}, {'type': 'Link', 'href': 'https://makertube.net/accounts/andypiper', 'mediaType': 'text/html'}]" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>andypiper</span></a></span> - Tech & Fedi enthusiast, head of comms at Mastodon gGmbH</p><p>🧵 1/2</p><p><a href="/tags/peertube/" rel="tag">#PeerTube</a></p>
<p>RaveNation.club is a Mastodon server for all the ravers in the universe. Anyone who listens to electronic music (or not) is welcome:</p><p><img src="https://neodb.social/media/emoji/social.growyourown.services/Fediverse.png" class="emoji" alt=":Fediverse:" title=":Fediverse:"> <a href="https://ravenation.club" rel="nofollow"><span class="invisible">https://</span>ravenation.club</a></p><p>You can find out more at <a href="https://ravenation.club/about" rel="nofollow"><span class="invisible">https://</span>ravenation.club/about</a> or contact the admin account <span class="h-card"><a href="https://ravenation.club/@main" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>main</span></a></span> </p><p><a href="/tags/featuredserver/" rel="tag">#FeaturedServer</a> <a href="/tags/electronicmusic/" rel="tag">#ElectronicMusic</a> <a href="/tags/electronica/" rel="tag">#Electronica</a> <a href="/tags/rave/" rel="tag">#Rave</a> <a href="/tags/raves/" rel="tag">#Raves</a> <a href="/tags/ravers/" rel="tag">#Ravers</a> <a href="/tags/ravemusic/" rel="tag">#RaveMusic</a> <a href="/tags/techno/" rel="tag">#Techno</a> <a href="/tags/trance/" rel="tag">#Trance</a> <a href="/tags/mastodon/" rel="tag">#Mastodon</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/freefediverse/" rel="tag">#FreeFediverse</a></p>
<p>RE: <a href="https://fietkau.software/daily_rucks/ap/activity/2025-11-08" rel="nofollow" class="ellipsis" title="fietkau.software/daily_rucks/ap/activity/2025-11-08"><span class="invisible">https://</span><span class="ellipsis">fietkau.software/daily_rucks/a</span><span class="invisible">p/activity/2025-11-08</span></a></p><p>I have added Mastodon-style (FEP-044f) quote post compatibility to my <span class="h-card"><a href="https://dailyrucks.fietkau.software/" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>DailyRucks</span></a></span> bot. You can now quote post the daily voice lines as much as you want! 🥳</p><p>This would be noteworthy on its own if there weren't already a bunch of non-Mastodon implementations, but I'm actually late to the party. WordPress, Bonfire, micro.blog, dotmakeup, and ActivityBot all got there before I did.</p><p>However, I think my approach is novel for being *stateless*. Thread incoming.</p><p>🧵 1/6</p><p><a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/fedidev/" rel="tag">#FediDev</a> <a href="/tags/activitypub/" rel="tag">#ActivityPub</a></p>
<p>Super important to see growing interest in overlapping research and <a href="/tags/fediverse/" rel="tag">#Fediverse</a>. I just chipped in to <span class="h-card"><a href="https://indieweb.social/@bonfire" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bonfire</span></a></span> crowdfunding campaign ✨</p><p>> Bonfire: building blocks for communities on the open social web by Bonfire - Indiegogo <a href="https://www.indiegogo.com/en/projects/bonfire/community" rel="nofollow" class="ellipsis" title="www.indiegogo.com/en/projects/bonfire/community"><span class="invisible">https://</span><span class="ellipsis">www.indiegogo.com/en/projects/</span><span class="invisible">bonfire/community</span></a></p>
<p>Kind.Social is a Mastodon server with a broad community - queer, disabled, neurodivergent, crafters, techies, friends of all sorts. Our aim is to foster a genuinely enjoyable shared social experience.</p><p>This server has been online since 2018.</p><p><img src="https://neodb.social/media/emoji/social.growyourown.services/Fediverse.png" class="emoji" alt=":Fediverse:" title=":Fediverse:"> <a href="https://kind.social" rel="nofollow"><span class="invisible">https://</span>kind.social</a></p><p>You can find out more at <a href="https://kind.social/about" rel="nofollow"><span class="invisible">https://</span>kind.social/about</a> or contact the admin account <span class="h-card"><a href="https://kind.social/@Texan_Reverend" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Texan_Reverend</span></a></span> </p><p><a href="/tags/featuredserver/" rel="tag">#FeaturedServer</a> <a href="/tags/queer/" rel="tag">#Queer</a> <a href="/tags/disabled/" rel="tag">#Disabled</a> <a href="/tags/neurodivergent/" rel="tag">#Neurodivergent</a> <a href="/tags/crafters/" rel="tag">#Crafters</a> <a href="/tags/mastodon/" rel="tag">#Mastodon</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/freefediverse/" rel="tag">#FreeFediverse</a></p>
<p>Would you like to make your PeerTube accounts and videos more visible? Do you want to reach more viewers and more followers?</p><p>I've done a guide to promoting your PeerTube accounts, channels and videos at:</p><p>➡️ <a href="https://fedi.tips/how-to-promote-your-peertube-videos-account-and-channels" rel="nofollow" class="ellipsis" title="fedi.tips/how-to-promote-your-peertube-videos-account-and-channels"><span class="invisible">https://</span><span class="ellipsis">fedi.tips/how-to-promote-your-</span><span class="invisible">peertube-videos-account-and-channels</span></a></p><p>I've tried to list everything I could think of, let me know if I've missed anything! 🙂 </p><p><a href="/tags/feditips/" rel="tag">#FediTips</a> <a href="/tags/peertube/" rel="tag">#PeerTube</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a></p>
<p>Urbanists.video is a PeerTube video server for anyone interested in walkable, livable places and wanting to publish videos about them:</p><p><img src="https://neodb.social/media/emoji/social.growyourown.services/Fediverse.png" class="emoji" alt=":Fediverse:" title=":Fediverse:"> <a href="https://urbanists.video" rel="nofollow"><span class="invisible">https://</span>urbanists.video</a></p><p>You can find out more at <a href="https://urbanists.video/about/instance" rel="nofollow"><span class="invisible">https://</span>urbanists.video/about/instance</a> or contact the admin accounts <span class="h-card"><a href="https://union.place/@mattcaff" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mattcaff</span></a></span> & <span class="h-card"><a href="https://social.harding.dev/@alex" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>alex</span></a></span> </p><p><a href="/tags/featuredserver/" rel="tag">#FeaturedServer</a> <a href="/tags/urbanism/" rel="tag">#Urbanism</a> <a href="/tags/cities/" rel="tag">#Cities</a> <a href="/tags/urbanists/" rel="tag">#Urbanists</a> <a href="/tags/urbanplanning/" rel="tag">#UrbanPlanning</a> <a href="/tags/publictransport/" rel="tag">#PublicTransport</a> <a href="/tags/walkablecities/" rel="tag">#WalkableCities</a> <a href="/tags/peertube/" rel="tag">#PeerTube</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a> <a href="/tags/freefediverse/" rel="tag">#FreeFediverse</a></p>
<p>The redesigned profile fields are now on mastodon.social.</p><p>I wasn't too sure when I first saw the mockups, but I'm starting to like this.</p><p><a href="/tags/mastodon/" rel="tag">#mastodon</a> <a href="/tags/profilefields/" rel="tag">#ProfileFields</a> <a href="/tags/fediverse/" rel="tag">#fediverse</a> <a href="/tags/design/" rel="tag">#design</a> <a href="/tags/uxui/" rel="tag">#UXUI</a></p>
<p>Hello NeoComment! 🎉 </p><p>The first release of NeoComment (1.0.0-alpha.1) is now available on GitHub.</p><p>NeoComment is an Android NeoDB client. You can sign up for an account on a NeoDB instance using your Fediverse account and start writing and reading reviews, as well as rating items such as movies, games, music, podcasts or even performances.</p><p>I will publish it soon on F-Droid and IzzyOnDroid.</p><p><a href="https://github.com/mohammadrafigh/NeoComment/releases/tag/1.0.0-alpha.1" rel="nofollow" class="ellipsis" title="github.com/mohammadrafigh/NeoComment/releases/tag/1.0.0-alpha.1"><span class="invisible">https://</span><span class="ellipsis">github.com/mohammadrafigh/NeoC</span><span class="invisible">omment/releases/tag/1.0.0-alpha.1</span></a></p><p><a href="/tags/neodb/" rel="tag">#NeoDB</a> <a href="/tags/neocomment/" rel="tag">#NeoComment</a> <a href="/tags/fediverse/" rel="tag">#Fediverse</a></p>
<p>The continued growth of mastodon.social is putting the <a href="/tags/fediverse/" rel="tag">#Fediverse</a> in danger (here's why: <a href="https://fedi.tips/its-a-really-bad-idea-to-join-a-big-server/" rel="nofollow" class="ellipsis" title="fedi.tips/its-a-really-bad-idea-to-join-a-big-server/"><span class="invisible">https://</span><span class="ellipsis">fedi.tips/its-a-really-bad-ide</span><span class="invisible">a-to-join-a-big-server/</span></a>).</p><p>The quickest, easiest and most effective way to solve this would be if the official apps & website stopped promoting mastodon.social, and instead promoted a rotating selection from a pool of reliable servers with solid track records.</p><p>If you're comfortable using Github, please give thumbs up to all these:<br>- <a href="https://github.com/mastodon/mastodon-android/issues/568" rel="nofollow" class="ellipsis" title="github.com/mastodon/mastodon-android/issues/568"><span class="invisible">https://</span><span class="ellipsis">github.com/mastodon/mastodon-a</span><span class="invisible">ndroid/issues/568</span></a><br>- <a href="https://github.com/mastodon/mastodon-ios/issues/1023" rel="nofollow" class="ellipsis" title="github.com/mastodon/mastodon-ios/issues/1023"><span class="invisible">https://</span><span class="ellipsis">github.com/mastodon/mastodon-i</span><span class="invisible">os/issues/1023</span></a><br>- <a href="https://github.com/mastodon/joinmastodon/issues/1052" rel="nofollow" class="ellipsis" title="github.com/mastodon/joinmastodon/issues/1052"><span class="invisible">https://</span><span class="ellipsis">github.com/mastodon/joinmastod</span><span class="invisible">on/issues/1052</span></a></p>
Edited 152d ago