Search

Items tagged with: Mastodon


📢 Novinky v Tusky! 🦣🚀
Boostování dostalo vylepšení – teď můžeš kontrolovat, kdo uvidí tvoje boosty!

🔹 Public Boost – viditelný pro všechny, objeví se na veřejné časové ose.
🔹 Unlisted Boost – nezobrazí se na veřejné časové ose, ale lidé ho uvidí na tvém profilu.
🔹 Follower Only Boost – sdílíš jen se svými sledujícími, nikdo jiný ho neuvidí.
#tusky #Mastodon #Boosty #Fediverse


Ich habe gerade den "Leitfaden für den Instanz-Betrieb im dezentralen Netzwerk - Datenschutz bei Mastodon" von gefunden.
Dieser gibt neben grundsätzlichen Informationen auf was Instanzbetreiber achten müssen, vor allem auch eine sehr praktische Sammlung an Musterdokumenten unter CC BY-ND 4.0-Lizenz. Ihr könnt es also für euere Instanzen anpassen und nutzen.

Auch relevant für @Friendica Admins / @Friendica Support

Auf einem abstrakten Niveau sind die Anforderungen, die wir beschreiben, auch auf andere Plattformen des Fediverse übertragbar. Dennoch gibt es einige Aspekte, die von der konkreten Plattform und Software-Implementierung abhängen. So sind zum Beispiel die Möglichkeiten, rechtliche Texte einzubinden und anzuzeigen, unterschiedlich.

Danke@DS_Stiftung@social.bund.de

stiftungdatenschutz.org/praxis…

#impressum #dsgvo #fediverse #friendica #mastodon #tos #deutschland #datenschutz


This commit on #Mastodon adds a new feature called "Fetch all replies"to the backend. This is an important step forward. It might help small instances (like mine ;) to get more complete threads from other instances and avoid the duplication of replies with the same/similar content because not all replies are visible everywhere. github.com/mastodon/mastodon/p… cc @evan FYI 1/2


Some good news about #Mastodon, there has been a very significant bit of code added which will automatically fetch all the replies in a thread. This means everyone will be able to see a thread's whole conversation no matter which server they are on! 🥳

The code has just been "merged" which means it should become available in the next update to Mastodon, hopefully within the next few months.

(Those who want the technical details can see the Pull Request at github.com/mastodon/mastodon/p…)

(Via @rolle)


📢 Aktualizace Mastodon instancí!
Všechny naše Mastodon instance byly aktualizovány na v4.3.5 ✅

🔹 mamutovo.cz
🔹 mastodon.arch-linux.cz
🔹 zpravobot.news

📢 Nově budou všechna oznámení a novinky zveřejňovány na @oscloud pro lepší přehlednost. Doporučujeme sledovat! 📰

🔧 Pokud narazíte na jakékoli problémy, dejte nám vědět.
#Mastodon #Oscloud #Update



In the last few months, many people have called on the EU to start supporting open alternatives to US-owned social media sites. The thing is: The EU has been doing that for some time already. It has financed, among others, ActivityPub, Mastodon and PeerTube. For @netzpolitik_feed, we spoke to Michiel Leenaars, who professionally gives out buckets of EU cash to open source projects.

#eu #europeanunion #opensource #activitypub #mastodon

netzpolitik.org/2025/open-sour…


While other private services leave Mastodon, we simply ❤️ this community.

And getting close to reaching 30k followers! 🎉🤩

#Mastodon #Tuta


🚀 Zpravobot byl aktualizován! 🎉
Právě jsme aktualizovali instance Mastodonu Zpravobot na nejnovější verzi 4.3.4! 📢
🔗 zpravobot.news

#Mastodon #Zpravobot #Update #OpenSource #Fediverse


#MastoAdmin folks who weren't around the #Fediverse and #Mastodon back in 2018 may not know (or those who were, may have forgotten) how unpopular trending tags were when the project leader forced it despite extensive criticism about creating abuse vectors and clawing back promises of creating an algorithm-free network.

(1/7)

github.com/mastodon/mastodon/i…


@Peter Vágner @Dieguito 🦝🧑🏻‍💻🍕 How conversations work is not unified all across the Fediverse. Even how connections work is not unified.

Mastodon has taken over the follower/followed principle from Twitter which is always illustrated with arrows with one point. A following B is illustrated with an arrow from A to B. A being followed by B is illustrated with an arrow from B to A. A and B following each other mutually is illustrated with one arrow from A to B and one arrow from B to A.

It appears to me that Friendica has adopted this to become more compatible with Mastodon. But its several descendants, created by Friendica's own creator, starting with Hubzilla, haven't.

Hubzilla, (streams) and Forte still have the bidirectional "connection" or "contact" as the default. It's illustrated with one arrow, but with one point on each end.

Also, all three understand a threaded conversation as an enclosed contruct entirely owned by the conversation starter. Everyone on these three who has the start post on their stream always actually has the whole thread on their stream.

In fact, all three have Conversation Containers implemented. This feature was originally created in the streams repository in 2022. Forte has had it from the get-go as it started out as a fork of (streams). It was eventually turned into FEP-171b and backported to Hubzilla last year.

All three make sure that everyone who has a post on their stream also always has all comments on that post, at least those that are made after they have received the post.

This works on two basic principles:

  • All comments go directly to the original poster because the original poster owns the thread.
  • Those who have the post automatically receive all comments from the original poster.

In a pure Hubzilla/(streams)/Forte system, your above example would look like this:

  • User 1 and User 2 are connected.
  • User 1 and User 3 are connected. (This doesn't even matter.)
  • User 2 and User 3 are connected.
  • User 2 and User 4 are connected.


Much simpler than explaining everything with "following" and "being followed", isn't it?

Now, the conversation works like this.

  • User 2 sends a public post, thus creating a Conversation Container of which they are the owner.
    User 1, User 3 and User 4 receive the post.
  • User 3 comments on User 2's post.
    The comment goes from User 3 to User 2, who is the owner of the conversation, and it is automatically forwarded to User 1 and User 4 who already have User 2's post on their streams.
  • User 4 comments on User 3's comment.
    The comment goes from User 4 past User 3 straight to User 2, who is the owner of the conversation, and it is automatically forwarded to User 1 and User 3 who already have User 2's post on their streams.


The only mentioning that occurs here, if any, is User 4 mentioning User 3. This is not necessary for User 4's post to reach anyone. This is only necessary to make sure on Hubzilla (which doesn't have a tree view) that User 4 is replying to User 3's comment and not to User 2's post.

On Mastodon, for comparison, everything depends on who follows whom, who mentions whom and whose instance knows whose instance.

#Long #LongPost #CWLong #CWLongPost #FediMeta #FediverseMeta #CWFediMeta #CWFediverseMeta #Fediverse #Mastodon #Friendica #Hubzilla #Streams #(streams) #Forte #Conversations #FEP_171b #ConversationContainers



I very much welcome quote posts. Despite the fears that some have about it, I believe it’s needed.

What’s important is that the @Mastodon team was mindful about their decision, spending ages simply considering it.

There’s an opt-out, which means those who want it can use it. And those who don’t, can keep it from happening to their posts.

blog.joinmastodon.org/2025/02/…

#Mastodon #QuotePosts #SocialMedia


The amazing feeling of discovering that The Archive Of Our Own has a character tag for "Fediverse Network/Mastadon Platform (Anthropomorphic)", followed by the disappointment of finding only a single #fanfic using that tag. I wanted to read a bunch of erotic #Misskey#fanfiction about all that forking! Maybe a #GnuSocial#Pleroma slashfic! Or some #GoToSocial and #Mastodon lemons. A #hubzilla and #friendica hurt/comfort fanfic anyone? C'mon, people. The fact a tag exists means we should use it. archiveofourown.org/tags/Fediverse%20Network*s*Mastadon%20Platform%20(Anthropomorphic)/works


Happy I Love Free Software Day! 💕

Unfortunately, this year I could not join nor organize any in-person celebration, BUT of course I want to share my gratitude to the many, countless #FreeSoftware services I don’t merely use, but actually depend on.

Last year, I decided to focus only on #YunoHost, because it would have been crazy to list all the projects I use and I love.

This time, even if I will most certainly forget someone, I am challenging myself to mention all the #LibreSoftware my life is powered by.

Without further ado, THANK YOU to:

  • @yunohost, for powering Nebuchadnezzar
  • @fedora, for running my beloved #Framework laptop
  • @frameworkcomputer, for designing and building repairable, #Linux-friendly and truly open hardware
  • @gnome and @GTK, for being just gorgeous
  • @calyxos (thus @LineageOS), for powering my #Fairphone5
  • #Obtainium, for making me directly download apps on my phone, and @fdroidorg for distributing them
  • #AuroraStore, for proxying the download of apps I am doomed to get from Google Play
  • @element, for developing #Synapse, even though the new proprietary Synapse Pro is VERY PROBLEMATIC AND DISAPPOINTING
  • #Fractal, for being the most beautiful and awesome #Matrix client ever
  • @signalapp, for keeping me connected with the people I love
  • @Mastodon, for also maintaining a feature-packed experimental fork (#GlitchSoc), that is what Pan runs
  • #Tuba and #Moshidon, for being the most beautiful and awesome #Mastodon clients ever
  • #Firefox, for still remaining the best possible #browser choice, despite #Mozilla’s governance messiness
  • @openstreetmap, for allowing us to find the right path, both literally and metaphorically!
  • @organicmaps, for being the simplest, cleanest, yet feature-rich #OSM client and navigation app
  • @protonvpn, for making me browse safely from/to anywhere in the planet and @protonprivacy #ProtonMail, for hosting my email, despite the latest alarming political statements…
  • @libreoffice, for allowing me to draft documents with ease, the last of which was my #CV
  • #LanguageTool, for preventing me from making embarassing spelling mistakes
  • @photoprism, for safely storing and indexing all my photographic memories, on Aby, and for providing stellar and friendly support too!
  • #Actual, for moderating the very likely risk of ending up completely broke, since it forces me to manage my finances consciously and coherently
  • @readeck, for storing and sorting ALL my varied and overwhelming inputs
  • @nextcloud, for storing and synchronizing my data, for its #calendar, its #tasks, and all its awesome apps
  • #Rustdesk, for preventing my friends and family members from going crazy, by allowing me to remotely connect to their devices and directly address the issues they have
  • #Listmonk, for sending out my newsletter
  • @eleventy, for powering all the websites I maintain, above all the virtual representation of my mind, and for being the only reason why I resist and try to continue learning #JavaScript
  • @forgejo, for giving us a chance to truly control and collectively develop the sources of our software, but most importantly @Codeberg, for RESISTING, RESISTING, RESISTING, despite the hatred and attacks nazi assholes throw at them
  • @musicbrainz for keeping music knowledge open and free, and @ListenBrainz for scrobbling the crazy music I listen to
  • The @fsfe, for promoting this celebration and fighting the good fight!

Lastly, but most importantly, the biggest thank you goes to all the free software libraries and dependencies the above mentioned #software are made of/built with, including #C, #JavaScript, #Python, #Rust, and all community-maintained programming languages.

I am super sorry if I forgot someone!

#OpenSource #ILoveFS #SoftwareFreedom #Fairphone #Android #LineageOS #FSFE #OpenStreetMap #PhotoPrism #LibreOffice #Readeck #Eleventy #11ty #GNOME #Signal #forgejo #Codeberg #MusicBrainz #ListenBrainz #MetaBrainz



With the latest update to #Mastodon's web app, we show you a little reminder when you're about to post a picture without adding alt text. Alt text is crucial for accessibility, but has other perks too, such as making it much easier to search for your post—or filter it. Of course, the reminder can be simply toggled off in preferences.


Attention #Fediverse!

The government of the state of Tamil Nadu in India is offering an enormous cash prize to anyone who can crack the code of an ancient script used in the Indus Valley civilization.

I'm just posting this because I figure if there's some big brain who can decipher the script, and that person needs money right now, there's a decent chance they are posting cat pictures on #Mastodon.

smithsonianmag.com/smart-news/…


It was my dad who first alerted me to this weird term, 'Synaesthesia' in the 90's. I forgot about it for a time, but recently rediscovered it. Turns out I have it and so do many other blind people.
In this episode of my podcast, we discuss it, I explain my version of it and also read out comments from a thread I started on social media from others that also have it.
Only after recording did we realise that our children both have it too, despite not being blind, so we'll talk about that in the next episode.

youtu.be/gXaB9zsvhwE

Thread on #Mastodon: universeodon.com/@FreakyFwoof/…



Le sette meraviglie di Mastodon glitch-soc (e di poliversity.it)

Eh già, Mastodon sa andare spesso oltre i limiti conosciuti, e questo grazie al fatto di essere un software open source, cui chiunque può apportare personalizzazioni interessanti. Oggi parliamo del fork Mastodon Glitch-soc, quello utilizzato nella nostra istanza Poliversity!

informapirata.it/2025/01/29/le…

#Fediverso #Glitch #Mastodon #Poliversity #Poliverso

[ap_content



Nice. How to leave #X / #Twitter and #Instagram? In the edition of tomorrow‘s newspaper Augsburger Allgemeine offers valuable tips and highlights alternatives in the #Fediverse, such as #Mastodon and #Pixelfed.

A must-read especially for @Gargron from @Mastodon and @dansup from @PixelFed and of course @helpers / @admins

📖 Read more here in german language: augsburger-allgemeine.de/geld-…

#SocialMedia #Privacy #Alternatives #Mastodon #Pixelfed #Fediverse


Nice. How to leave #X / #Twitter and #Instagram? In the edition of tomorrow‘s newspaper Augsburger Allgemeine offers valuable tips and highlights alternatives in the #Fediverse, such as #Mastodon and #Pixelfed. A must-read especially for @Gargron from @Mastodon and @dansup from @PixelFed and of course @helpers / @admins

📖 Read more here in german language: augsburger-allgemeine.de/geld-…

#SocialMedia #Privacy #Alternatives #Mastodon #Pixelfed #Fediverse


and this is exactly why I use #mastodon
It can’t be controlled to the same extent Facebook can
What needs to happen is for people here to advocate for the usage of platforms like this, so we can slowly increase the user count here past 10 million and beyond
Bc Facebook has advertising and we don’t


Tak se zdá, že se po cca. 2,5 letech běhu své solo instance Mastodonu dostávám na limit databáze. Zkusím zapnout automatické mazání příspěvků starších jak 2 roky, co to udělá.
#Mastodon #mastohost


DJs.social is a Mastodon server for DJs (and related fields) of any kind, including club DJs, radio, mobile sound-systems, livestreaming etc.

:Fediverse: djs.social

Find out more at djs.social/about or contact the admin @luka

#FeaturedServer #DJ #DJs #Music #Radio #SoundSystems #ClubDJs #Mastodon #Fediverse #FreeFediverse


With today's update, we've improved the look of the alt text modal you see when composing new posts on #Mastodon, and added some information about the significance of alt text for accessibility and how to write it.


For those migrating to the #fediverse from #Facebook, the experience can be a bit overwhelming.
Choosing an instance/server can be daunting, not to mention trying to match basic need with feature set. One thing I can recommend when inviting folks to the fedi is to gently get across that it's not exactly what they're used to. They have to be a bit more hands-on, since there is, for the most part, no algorithm.

From working in tech support for about 13 years, I learned that when introducing something new to the user, it's best to take one aspect and focus on teaching that to them. Get them a foundation, help them get comfortable, then move on to the next aspect. Education = empowerment.

Here's a list of the protocols I use/have used and my experience with them. I've done a little footwork, and made a list of servers by protocol for users to peruse. Courtesy of FediDB! I recommend going to each instance's about page and reading up on such info as character limit, location, instance focus, blocklists, and who they federate with.

One thing I can say for sure: My interactions in the fediverse - with a couple of exceptions - have been pleasant and rewarding. Fedi is truly a breath of fresh air when compared to the mainstream platforms.

Mastodon fedidb.org/software/mastodonOf course, the most widely known of the protocols. I've had more experience on it than any other. Mastodon instances usually have a 500 character limit. If one is particularly verbose, it may not be ideal, as you have to create a thread in order to have a longer post. There are other mastodon instances with larger character limits. Again, best to look at an instance's about page to get the lowdown.

Sharkey fedidb.org/software/sharkeyProbably my favorite thus far. Sharkey is a fork of the MisKey protocol, and has a rich feature set. It has a selection of reaction emojis, so you can do more than just "like" a post. If you're versed in MFM formatting language, Sharkey also has you covered. Character limits are usually higher. Sharkey.world (the instance I'm on) has a 5000 character limit.

Friendica fedidb.org/software/friendicaFor a more Facebook-like experience, and a practically unlimited character limit, Friendica offers a bit more familiarity to a fediverse newcomer's experience. It has events, calendars, and you can create groups, though you actually create a new page to act as a group. In all honesty, I find Friendica a bit clunky, but that's just personal opinion.

And that's my offering. I hope this is useful, and as always, if what I presented needs correction anywhere, please feel free to let me know, just be constructive.

#Facebook #Mastodon #Sharkey #Friendica


By popular demand, a single post to boost global switch day across multiple platforms on February 1st 2025.


For those who can no longer get behind Musk or Meta's new policies and feel like switching (e.g. from #Whatsapp to #Signal, from #Instagram to #Pixelfed or from #X to #Mastodon) I made you some graphics to use freely in communicating with your contacts.

Let’s lead by example 🙂


In einer Welt, die von rechtspopulistischen Figuren und Tech-Giganten beherrscht wird, stellt das #Fediverse (#Mastodon) eine essentielle Alternative dar. Es bietet einen Raum für dezentrale Kommunikation, der frei von kommerziellen Interessen und der Manipulation durch zentrale Plattformen ist, und fördert eine digitale Kultur, die Unabhängigkeit, Vielfalt und respektvollen Austausch anstelle von Hass und Desinformation in den Mittelpunkt stellt. ✊


🌟 OSCLOUD: Od malého projektu k velké Open-source komunitě! 🌟

Začali jsme jako malý projekt na podporu Open-source aplikací, dnes máme:
✅ Dva Mastodon servery
✅ PixelFed s 1000+ uživateli
✅ PeerTube VHSKY pro videa
...a další!
💻 A teď s radostí představujeme nový web 👉 web.oscloud.cz/
Za jeho podobou stojí @cynik_obecny – díky za skvělou práci! 🙌
Připojte se a objevte svět Open-source – svoboda, soukromí a bezpečnost u nás vždy na prvním místě!

#OpenSource #Mastodon #PixelFed



Sensitive content



One of the most important things I consider when choosing a social media platform is whether people can read what I post without being nagged or forced to create an account. For many of my friends who don’t really care about #Mastodon, gultsch.social is just a website they can drop by occasionally to see what I’m up to.