jonny, (edited ) to random
@jonny@neuromatch.social avatar

Hello fedi. i am trying to solve the "fetch all replies" problem once and for all that makes the fedi feel a lot more desolate and with a lot more reply guys in it than it should be. this is take two, where before i had it triggered by a button, but now i think it should happen on the server-side whenever you expand a post. can anyone help me out figure out how to make this more efficient by only fetching posts that the server doesn't already have? i am not sure what the best strategy would be, and if anyone with experience doing efficient rails and SQL stuff could give me some pointers that would be gr8. the patch is actually extremely simple it just needs a few nice things to make it not DDoS everyone.

https://github.com/NeuromatchAcademy/mastodon/pull/44

Issue that describes approach: https://github.com/NeuromatchAcademy/mastodon/issues/43
Wiki page: https://wiki.neuromatch.social/Fetch_All_Replies

box464, to fediverse
@box464@mastodon.social avatar

I've contributed a few bytes to the ActivityPub-Single-PHP-File codebase the past week. Adding microformats, some basic styling and even a few bug fixes!

The ActivityPub code is so much easier to understand here than trying to look through a giant multi tiered system like Mastodon.

If you're interested in understanding the basics of AP and fiddling with the code, this is a good option!

https://gitlab.com/edent/activitypub-single-php-file

liaizon, to fediverse
@liaizon@wake.st avatar

What is a Fediverse Galaxy?

As more and more instances are providing multiple services under the same management, we need a term to talk about this type of arrangement. A Fediverse Galaxy is a collection of federated software that is provided by the same admin or collective.

posted to the [@fediverse Lemmy group]

box464, to fediverse
@box464@mastodon.social avatar

Heads up to community.

The instance fedi.software, where many fediverse apps have setup their brand accounts, is a Firefish instance run by the creator, who hasn’t been accessible in the past few weeks.

Two of their other instances are already either completely down or partially down. I’m hoping they just need a break and will be back soon.

Might be a good idea to pull some backups, just in case.

benpate, to random
@benpate@mastodon.social avatar

Woo Hoo! Check out Baby's first FEP...

If you're a developer, please check out FEP-3b86 at https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md

I'm working on "Remote Likes" and "Remote Shares" that help you jump back to your own home server to post when you find something cool on another website.

Imagine those "Share on Facebook" buttons, without all the ick.

I know it needs some work (that's what FEPs are for, yea?) so please read, comment, and help me get this over the finish line.

box464, to random
@box464@mastodon.social avatar

Tumblr releases StreamBuilder as open source, their framework for building and displaying timelines of content. Might be useful to my and friends.

https://www.tumblr.com/engineering/722102563011493888/streambuilder-our-open-source-framework-for

https://github.com/Automattic/stream-builder

tchambers, (edited ) to fediverse

🚨 Want to help build a robust bridge and relays between & networks? (:fediverse:

Live only for a few hours - we launched this group late last night - it already has over 40 developers/followers starting to do exactly that.

➡️ @activitypubblueskybridge

If you are working on this, or want to, go follow that mastodon-compatible Frendica group & introduce yourself!

cc: @mmasnick @anildash @manton

devnull, to fediverse
@devnull@crag.social avatar

Today at 16:19, a @nodebb instance sent its first "Note" into the fediverse 😄

Baby steps!!

walleri, to swift

Today I'm excited to finally introduce @walleri!
Walleri is a Mastodon Client that lets you listen to your timeline instead of reading it!
Here is the TestFlight Link: https://testflight.apple.com/join/kex6mnjV
If you have any feedback - good or bad, don't hesitate to reach out!

stefan, to fediverse
@stefan@stefanbohacek.online avatar

If you make tools for Mastodon, consider increasing compatibility with the rest of the fediverse.

This guide might help.

https://stefanbohacek.com/blog/making-fediverse-apps-for-everyone/

hongminhee, to fediverse
@hongminhee@todon.eu avatar

, an server framework, has released version 0.8.0! Here are the highlights of this version:

fedify lookup: a command to look up any ActivityStreams objects (including actors); see also https://todon.eu/@hongminhee/112341925069749583
fedify inbox: a command to spin up an ephemeral ActivityPub server so that you can debug and test the activities you send; see also https://todon.eu/@hongminhee/112354353470490915
• followers collection synchronization mechanism
• improved overall performance
• fixed several bugs

https://github.com/dahlia/fedify/releases/tag/0.8.0

jo, (edited ) to mastodon

It's interesting sitting here on an old version of seeing someone on server telling their fellow user that posting to unlisted will opt-out of when I can see Unlisted posts in my antennas quite easily though I believe this has been rightly rectified in the newest versions of [ / but need to confirm]. Being hidden from the Explore tab on Mastodon is not the same as being unsearchable across the fediverse. Frankly, there's little understanding even among admins across the about what's a Mastodon / Mastodon API function that is federated to other Mastodon servers but doesn't translate well outside of Mastodon on other connected platforms like and it's forks, and , or rapidly growing platforms like and . Kbin also scrapes posts from across the fediverse and puts them into its own magazines.

Unfortunately simple, up-to-date documentation doesn't really exist to explain the realities of federation vs what your admin said was the reality. AP was not built with privacy in mind, and 'security through obscurity' was mostly a Mastodon thing from when folks thought either the Mastoverse was almost the dark web, or the whole fediverse [which has never been the case], and Google et al weren't interested in scraping it.

Unfortunately we have a cadre of devs across all fedi platforms who'll give glowing lip-service to both the fedi and ActivityPub histories of being built by queer or other minority identities but still won't work on giving folks the granular and controls that weren't included in those protocols, and whose feature roadmaps now just look like bird site 2.0 funded by the milquetoast liberals in political tech who provide their seed money.

Beyond Mastodon and GoToSocial, every other fediverse project treats posting to public as opting in to search and indexing. Indeed, this is pretty much how the ActivityPub protocol handles such too.

box464, to fediverse
@box464@mastodon.social avatar

Managing hashtags submitted with an note is not as simple as you'd think. Hashtags are collected into a separate node in the Note object.

Firefish and Friendica for example, have their hashtag entry below the content. You've got to do cartwheels to combine those with any a user may have added in the note text itself, removing duplicates.

Then ensure you maintain the integrity of the note text but also add any missing tags so they are visible to end users.

🤸‍♂️🤸‍♀️🤸

hongminhee, to fediverse
@hongminhee@todon.eu avatar

is an server framework in & . It aims to eliminate the complexity and redundant boilerplate code when building a federated server app, so that you can focus on your business logic and user experience.

The key features it provides currently are:

• Type-safe objects for Activity Vocabulary (including some vendor-specific extensions)
client and server
• HTTP Signatures
• Middleware for handling webhooks
protocol

If you're curious, take a look at the Fedify website! There's comprehensive docs, a demo, a tutorial, example code, and more:

https://fedify.dev/

J12t, to fediverse
@J12t@social.coop avatar

Fediverse Developers Network meeting this week Wednesday 11am pacific on Jitsi. Hope to see many of you again!

Notes from the previous call: https://fedidevs.org/notes/20230410

More details in the Matrix Announce Channel: https://matrix.to/#/#fediverse-devs-announce:matrix.org

/cc @fedidevs

haubles, to fediverse
@haubles@fosstodon.org avatar

I'm starting to spec out a instance!

Right now I have more questions than concrete plans, though I think I will try to use something besides . And it will be a single or few-user instance, at least to start.

I'm curious what hot tips and cautionary tales people have as I get started? Anything I MUST or MUST NOT do? Or read?

DanielBerezhnoy, to swift
@DanielBerezhnoy@mastodon.social avatar

@walleri is finally on the App Store! It's been quite a journey, but I'm so glad it's now available for the whole world to try.

There's still a lot of things I want to improve, but I realized that it's never gonna be perfect and at some point I just have to release it.

Today is that day 🚀

App Store link: https://apps.apple.com/us/app/walleri/id6470121640

liaizon, (edited ) to fediverse
@liaizon@wake.st avatar

If you have thoughts on the direction of the Discourse ActivityPub plugin, they are working on phase 2 of the specification now and are requesting feedback:
https://socialhub.activitypub.rocks/t/adding-federation-support-to-discourse/2966/7

metadata for community reach [ @fediverse @angusmcleod]

hongminhee, to fediverse
@hongminhee@todon.eu avatar

I'm working on adding a CLI toolchain to to help with debugging. The first feature I implemented is the ActivityPub object lookup.

Here's a demo.

The demo video on my terminal

hongminhee,
@hongminhee@todon.eu avatar

The fedify inbox command, which will be shipped in the next release, is a tool that creates an ephemeral server so that you can debug and test the activities you send.

Here's a demo of it.

https://unstable.fedify.dev/cli#fedify-inbox-ephemeral-inbox-server

The demo video of the

hazel, (edited ) to fediverse

Hi Fediverse admins / devs! I've got a question about instance software.

Up until now, I've been running a fork of glitch-soc that has served me well. Unfortunately, however, I'm starting to run up against some of Mastodon's limitations and the effort to maintain my own fork is just too much. (seriously, fuck Rails and especially Webpacker :blobfoxangry:​) I'd like to switch instance software to something with more features out-of-the-box. I'm considering Calckey, but I don't have any experience with it or any other Misskey derivative. The feature set looks great on paper but I'd like to hear from someone who has actually run it (or at least seriously evaluated the software). I'd greatly appreciate any and all input! I'm especially curious about these questions:

  1. Can I migrate my account from a Mastodon-based instance? Yes, this is supported.
  2. How are the moderation features? I make heavy use of domain suspensions and even the occasional IP ban. Moderation features don't quite match Mastodon, but are sufficient for good moderation.
  3. Both glitch-soc and Calckey support Markdown, but different variants. How does that work in practice? Does formatting break? Markdown is generally compatible, but calckey offers additional markdown.
  4. How's the security track record for Calckey / Misskey?
  5. Has anyone contributed or forked the codebase? Is it difficult to start a local dev environment? (not planning to fork, but I like to keep my options open.) The codebase has many individual contributors and forks.
  6. The "Fediverse Software Comparison" table has a few mistakes in the Mastodon and glitch-soc columns. They're minor, but it makes me wonder if that table is really trustworthy? The table is based on personal knowledge
  7. Are there any major compatibility issues with other instances? Minor differences are fine and unavoidable, but if there's a big limitation or something then I'd like to know about it. Federation works with any software that supports secure fetch.

Any other thoughts or feedback would also be wonderful. Thanks so much!

devnull, to fediverse
@devnull@crag.social avatar

Last week, I started my initial forays into retrieving and parsing remote content from the . As expected much of the data structures are identical to but named and organized differently, so there's a lot of bits and pieces that need connecting.

Nevertheless, it's thrilling to see remote content on a local instance!

Next week: federating likes, perhaps? 😃

box464, to fediverse
@box464@mastodon.social avatar

I spent some time this weekend fiddling with @Edent tiny ActivityPub server. This isn't production code, rather a lab exercise.

In short - This was fun. It’s easy to read the code and breaking it has no major effect on anyone else. Go have fun, hit it with hammers, destroy it, recreate it. Don’t be scared to play and learn.

https://box464.com/posts/activitypub-lab-exercise/

devnull, to fediverse
@devnull@crag.social avatar

Does there exist a brief write-up of how content is federated out? Do different implementors federate content differently? (@stesnac suggests so!)

Here's my head-canon at present... when a note is created, the note is sent to all followers. If users are mentioned, the note is also sent to those users' inboxes.

If a note is addressed to the public collection, do it just get blasted to all known instances' inboxes?

https://snac.bsd.cafe/stesnac/p/1704724939.498114

stefan, to fediverse
@stefan@stefanbohacek.online avatar

Good news, users!

You can now try out my projects, including https://data.stefanbohacek.dev/projects/fediverse

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • Durango
  • thenastyranch
  • ngwrru68w68
  • InstantRegret
  • DreamBathrooms
  • modclub
  • magazineikmin
  • Youngstown
  • everett
  • ethstaker
  • slotface
  • rosin
  • anitta
  • kavyap
  • osvaldo12
  • GTA5RPClips
  • cisconetworking
  • provamag3
  • khanakhh
  • tacticalgear
  • cubers
  • Leos
  • normalnudes
  • megavids
  • tester
  • lostlight
  • All magazines