Fediverse

0 readers
3 users here now

Check in on the latest developments and happenings within the Fediverse, a federated communication network that spans many different forms, and communicates over the ActivityPub protocol.

founded 1 month ago
1
 
 

Hello from Lemmy!

This message is both a test and a real question: I managed to subscribe to the NodeBB group, but I was not able to pull any conversation from there.

Maybe it's because Lemmy expects posts to be Page objects and NodeBB seem to be representing its topics as OrderedCollections?

I will post this and then send a followup comment with the output from browser.pub

2
 
 

Hi. This is a test post from Lemmy to test federation between discuss.tchncs.de and forum.wedistribute.org. Let's see how it works.

3
 
 

The crazy thing about ActivityPub is that there's way more projects out there than you might realize. A seasoned Fedizen might be able to easily think of about a dozen or so platforms in the space, but I wanted to take the time to focus on the more esoteric ones we've come across.

Feel free to share ones you've found!

  • Ibis - ActivityPub-based Wiki
  • Transit Fedilerts - a bot system that sends transit notifications.
  • Corteza - DIY federated Salesforce thing with an AI app building framework.
  • Dokieli - decentralized publishing with ActivityPub and RDF, may have Solid capabilities?
  • FitTrackee - self-hosted fitness tracker, ActivityPub support in development.
  • NeoDB - a review platform for just about everything, some incredible ideas about data integration.

More to come!

4
0
Thinking about Fediverse Wikis (forum.wedistribute.org)
submitted 1 month ago* (last edited 1 month ago) by deadsuperhero@forum.wedistribute.org to c/fediverse@forum.wedistribute.org
 
 

This is just a soft inquiry for now, but I wanted to open up a discussion about public-facing documentation for the Fediverse: whether it's beneficial to have, what form it should take, and to what degree thorough historical and technical information is needed for preservation and reference.

I've been kind of unhappy with where various Fediverse information projects lie currently, such as the Join the Fediverse wiki. To me, there are a few problems with existing efforts:

  • Inherent Bias - Public resources taking a particular biased stance regarding things like competing technologies, what community values should be defined by, or who gets to be counted as part of the Fediverse based on a wide range of assumptions.
  • Lack of Organization / Quality Control - Generally, existing community efforts do not pass muster for technical documentation or cultural reference, and instead suffer from poorly-written explanation of what a given platform "is like".
  • Lack of Resources (People / Information / Etc) - Could probably fall into the previous category, but compounds problems by generally leading to even higher levels of inconsistency / abandonment.

The thing is, I'm of the belief (maybe delusion) that the wider community would benefit from a dedicated wiki detailing project history, cultural developments, technical insights, and functionally unique spaces within the network. It doesn't necessarily have to be a "here's how to do ActivityPub" guide for developers, or a "here's all the platforms and what they are" dictionary for end users, but I think it might be a useful resource for pointing a lot of different people in the right direction.

Two potential paths

The question boils down to this: hosting a wiki is easy. Cultivating and maintaining one is hard. We (We Distribute) might be in a position to do one of two things:

  1. Try to support and upgrade a vast body of information on an existing community wiki project.
  2. Launch our own initiative under the We Distribute umbrella.

I think either one is an initiative worth taking to, but each option has their various benefits and drawbacks. It would be interesting to get insight from the wider community on whether this kind of thing is even wanted or needed, and if so, whether we should spearhead it, or if we should try to improve something that already exists (even if it's bad).

I would love to hear some thoughts from anybody who's interested on the subject.

5
 
 

Breaking Changes in Lemmy 1.0

>The major breaking changes for version 1.0 are already implemented. However it will still take a lot of work to implement the new features in lemmy-ui, and publish the final release. So this is a good time for developers of Lemmy clients to start adapting the new API, and suggest changes before it gets finalized. > >If you use any apps, frontends or bots for Lemmy, please help us out by notifying the developers about this post.

Some interesting developments here. A couple noteworthy points of interest:

  • Private Communities
  • Media Filtering (toggle Video or Image on or off when looking at stuff)
  • Post Scheduling
  • Image Endpoints (easier and more robust moderation control over image handling)

They have an OpenAPI Reference worth playing around with, but their flagship server hasn't officially updated to the new version because the frontend doesn't support the API changes fully yet.