#fedicat #fediverse support is made possible by admins running servers of various flavors (and interesting names) that I can test on, such as: wizard.casa, catodon.social, functional.cafe, gram.social, miraiverse.xyz, wienermobile.rentals, friendica.opensocial.space, plasmatrap.com, bytes.programming.dev, eggplant.place, and takahe.staging.django-cast.com
fediverse
For some months now I am actively hesitating to publish my work-related stuff on #LinkedIn (or any other centralized social network for that matter) so I am thinking of using the #fediverse for it.
Do you have any advice for using fediverse as your #work -related social network? My use case for such a network would be: inspiring others to do good work, building and maintaining my professional "brand," and helping myself or my employer attract new talent.
Some topics to consider: Same account, separate account? Server software (Mastodon, Pleroma, ...)? Discovering (potential) colleagues, being discovered by them? Pointing existing LinkedIn users to your fediverse account? Adjusting language/tone of communication based on fediverse nuances?
I am eager to learn. Boosts are appreciated.
I link to my personal web-site from my Mastodon account.
On my Mastodon account, that link shows up with the "verification" checkmark and highlight.
I did that by adding special HTML code to my personal web-site.
If you want to do the same — add similar code your personal web-site.
Just replace my URL with yours.
Ex:
<link rel="me" href="YOUR_PROFILE_URL_HERE" />
Just saw the news that @schmaker is rebroadcasting the livestream of the #FOSDEM Social Web Devroom (the fediverse international HQ!) onto Peertube and it already has a live #fediverse url (https://vhsky.cz/w/dQ97cEum3V9QvWP8MS5JVe) so you can copy that into your home servers search field to interact with the stream that hasn't yet started
A new release of TootSDK - 18.1.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/18.1.0
What's changed:
- Pleroma emoji reaction notifications support @luckkerr
Community contributions are greatly appreciated 🙌
My #FediforumFriday update this week is that I've been tinkering around at the MVP end of the fediverse, trying out projects like #snac (and also, honk). I really need to write some of these experiences down somewhere! Also, preparing for my talk at #FrOSCON next weekend.
What are you looking at that's interesting and #fediverse-related right now?
Just an occasional reminder that disabling replies is the #1 requested feature from Mastodon.
https://github.com/mastodon/mastodon/issues?q=is%3Aissue%20state%3Aopen%20sort%3Areactions-%2B1-desc
(EDIT: Direct link, in case the above doesn't work for you: https://github.com/mastodon/mastodon/issues/8565)
Limiting who can reply is also worth giving a thumbs-up to, currently at #10.
https://github.com/mastodon/mastodon/issues/14762
#mastodon #fediverse #ReplyControls #SocialMedia #TrustAndSafety
How PieFed federates “flair” on posts and comments
On the surface flair on PieFed functions very similar to how it does on Reddit – on posts they’re community-specific tags that can be used to filter posts in a community. People can also add flair to themselves which is just a piece of text that appears next to their name whenever they make posts or comments in the community. This can be helpful for giving a hint about someone’s background, interests or expertise.
However PieFed is federated and there are copies of the communities on multiple servers (instances). The way to use ActivityPub to create and maintain those copies is described in FEP 1b12 which makes no mention of flair. I have made some minimal additions to that FEP, described below:
For flair on posts, the Lemmy devs have already done quite a bit of work on this, which I added a little to, so that flair can have colors. Community actors have an additional type of tag:
{
"type": "Group",
"id": "https://piefed.social/c/piefed_meta",
"name": "piefed_meta",
/* ... */
"lemmy:tagsForPosts": [
{
"type": "lemmy:CommunityTag",
"id": "https://piefed.socia1/c/piefed_meta/tag/whatever",
"display_name": "Some Post Tag Name",
"text_color": "#000000",
"background_color": "#dedede"
}
]
}
lemmy:tagsForPosts is a list of lemmy:CommunityTag objects.
So now all the different copies of the community will know which flair can be used there. When creating a post in the community we just need to add one or more lemmy:CommunityTag objects to the Page activity:
{
"id": "https://piefed.social/post/1",
"actor": "https://piefed.social/u/rimu",
"type": "Page",
/* ... */
"tag": [
{
"type": "lemmy:CommunityTag",
"id": "https://piefed.social/c/piefed_meta/tag/whatever",
"display_name": "Some Post Tag Name"
},
{
"href": "https://piefed.social/post/1",
"name": "asdf",
"type": "Hashtag"
}
]
}
In this example the post also has a #asdf hashtag on it.
User flair is simpler because it’s not managed by the community moderators and is not a fixed list. PieFed simply adds the author’s flair to every comment (federated as a Note activity) they make. When a Note is received the author’s flair is updated on the receiving instances.
{
"id": "https://piefed.social/comment/1",
"actor": "https://piefed.social/u/rimu",
"type": "Note",
/* ... */
"flair": "PieFed dev"
}
This means that when someone changes their flair it will take effect immediately on their instance but until they write a comment it won’t propagate to other instances. As flair is primarily used on comments and the people using flair will tend to be posting a lot of comments this is kinda “good enough”.
It would be trivial to add a “flair” attribute onto posts too and have receiving instances read that. User flair shows up next to the author’s name on their posts so arguably it makes sense to send it then too.
Let’s see how it goes.
The last #snac release fixes a problem with the Mastodon API. Now, apps (or webapps like Phanpy) properly work as the "inifite scrolling" has been fixed.
Thanks, @grunfink - this was one thing that kept some of my friends away from self-hosting with snac, and now I can help them to have their own digital home.
What is the best option to host a #Mastodon instance with its own domain name? Max four users, most possibly only me.
FediDeck is a Fediverse client with a multi-column interface reminiscent of the multi-column social-media interface created by Hootsuite long ago.
FediDeck is still in Beta, but — currently, it allows you to connect your Mastodon and Bluesky account.
Fediforschung beginnt mit Dir!
Das Fediverse ist groß, bunt und manchmal ein bisschen rätselhaft. Doch das sollten wir nicht als Nachteil betrachten, sondern als spannende Herausforderung. Deshalb hat @digitalcourage ein kleines Mitmach-Abenteuer erstellt für alle, die das #Fediverse besser verstehen wollen: Denn Neugier ist der Anfang von Erkenntnis und Wissenslücken bieten Gelegenheit, etwas Neues zu lernen. Wir müssen nur wieder Lust entwickeln, Technik selbst zu begreifen und uns damit digital selbst zu behaupten. So gewinnen wir die Freiheit und Mündigkeit zurück, die uns Big Tech permanent abtrainieren will.
Auf der Seite
https://digitalcourage.de/fediforschung
findest Du kleine Aufgaben, Experimente und Beobachtungen, mit denen Du das freie, dezentrale und wirklich soziale Netzwerk Schritt für Schritt erkunden kannst.
Viel Spaß!
(Textgrundlage aus dem heutigen Newsletter von Digitalcourage.)
#Fediforschung #Fediverse #digitalcourage #Spiel #Rätsel #Abenteuer
I've been thinking about client-server interactions in the #fediverse. #ActivityPub #C2S isn't widely used, and most clients rely on Mastodon-compatible APIs instead.
What if we created a new standardized API based on GraphQL + Relay for client-server communication, while keeping ActivityPub for server-to-server federation?
The Mastodon-compatible API lacks formal schema definitions for code generation and type checking, which hurts developer productivity. And ActivityPub C2S is honestly too cumbersome to use directly from client apps.
#GraphQL would give us type safety, efficient data fetching (only get what you need), and the ability to evolve the API without breaking clients. #Relay's features for pagination, caching, and optimistic updates seem perfect for social apps.
Would this be valuable to our community? What challenges do you see? How might we handle backward compatibility? And should this be formalized as an FEP?
Curious what others think about this approach.
Do you run a public Fediverse server? Are you accepting new members? Would you like to be listed on https://fedi.garden?
If so, please DM me 🙂
(NOTE: All the servers listed have to be compatible with the seven points at https://fedi.garden/about-this-site)
Fediverse Report #116 - This week's #fediverse news:
- @fediforum will be June 5-7 with a new advisory board
- updates from @bonfire on their upcoming platform
- A new fediverse onboarding tool by @fedidb
- Fediverse music sharing platform Bandwagon talks about their plans for financial sustainability
Hold up, hold up. @owncast has had a mascot all this time, and it's a cat?!
AND IT IS NAMED Owncat?!!
And you can buy a coffee mug with the mascot on it, with proceeds going to Owncast development?!!askldfjaksldf!!?$#@!!!!
Gibt es im #Fediverse eigentlich weitere Leute, die eine eigene Mastdon Instanz self-hosted für den Selbstgebrauch (oder ganz wenigen Accounts) betreiben?
#frage
Meine Datenschutz und Privatsphäre Übersicht 2025, für Jedermann 🔐
Teilen erbeten !
als PDF Datei:
https://cryptpad.digitalcourage.de/file/#/2/file/kRgZ+fsPATHElnUKYE8ziTgT/
#DSGVO #TDDDG ( #unplugtrump )
#Datenschutz #Privatsphäre #sicherheit #Verschlüsselung
#encryption #WEtell #SoloKey #NitroKey #Email #Cybersecurity #Pixelfed #Massenűberwachung #Leta
#Google #Metadaten #WhatsApp #Threema #Cryptpad #Signal
#Hateaid #Cyberstalking #Messenger #Browser #Youtube #NewPipe #Chatkontrolle #nichtszuverbergen #ÜberwachungsKapitalismus #Microsoft #Apple #Windows10 #Linux #Matrix #Mastodon #Friendica #Fediverse #Mastodir #Loops #2FA #Ransomware #Foss #VeraCrypt #HateAid #Coreboot #Volksverpetzer #Netzpolitik #OpenAndroidInstaller
#Digitalisierung #FragdenStaat #Shiftphone #OpenSource #GrapheneOS #CCC #Mail #Mullvad #PGP #GnuPG #DNS #Gaming #linuxgaming #Lutris #Protondb #eOS #Enshittification
#Bloatware #TPM #Murena #LiberaPay #GnuTaler #Taler #PreppingforFuture
#FediLZ #BlueLZ #InstaLZ #ThreatModel
#FLOSS #UEFI #Medienkompetenz
New: Taking Control of Your Timeline - in Different Ways
#Fediverse platforms as well as #Bluesky offer to give the user control of their timeline - in contrast with the control that Big Tech Platforms have with their algorithmic timelines.
But the approach is surprisingly different: fediverse platforms like Mastodon give you control over *how* you see the content you follow, whereas Bluesky gives you control over *what* content you see
https://fediversereport.com/taking-control-of-your-timeline-in-different-ways/
My timeline here, on the other hand, is beautiful.
I see what I want, I follow people who post what I like, and no one tells me what I should do. Freedom may come with a "cost," but whatever it is, it's worth the effort. Always.
#Fediverse #Mastodon #SocialNetworks
Have you seen a
rainbow pentagon thing on here and wondered what it means?
It's the logo of the Fediverse, the overall network which contains Mastodon, PeerTube, Pixelfed, BookWyrm, OwnCast and many other platforms that talk to each other using a common standard.
You can download a high quality version of the logo at:
➡️ https://commons.wikimedia.org/wiki/File:Fediverse_logo_proposal.svg
Technically there can be no official logo on a decentralised network, but this is the most commonly-used logo.
Today is our third anniversary on Mastodon and the Fediverse for our daily 9PM #HashTagGames.
This past year, #Fediverse players have played over 100,000 game plays.
Including the special games that popup, we have shared over 1100 unique hashtag games since November 16, 2022.
Thank you for joining me every day for our little moment of silliness.
Your friend and host,
@paul
See you at 9PM EST, (6PM PT / 2AM GMT / 3AM CET / 1PM AEDT / 2PM NZST) for our new game.
Proudly hosting daily games since November 16, 2022
#Fediverse #Mastodon
We at Vivaldi are the only browser company with a Mastodon server. We have chosen to support the Fediverse in every way we can. We will continue to do so as we need options away from Big Tech.
MORE isn't BETTER
#fediverse #mastodon #activitypub

