This is why I see the BlueSky lifetime as a grace period for fedi to get its act together. It’ll be a lot of work, we better start now. https://mastodon.social/@molily/113480811492965996
@janl @molily Yes 100% The fact that Mastodon did get neither quote posts nor search not to speak of anything innovative done since the Twitter acquisition is really something. There is of course also the fact that money is missing. @MastodonEngineering just needs money to hire a few people to get more than the absolute basics done.
@mrtoto they shipped search tho :)
@janl Well, yes. Functionally it's there. But e.g. why am I not asked as part of the onboarding process if I want to opt in for example.I mean is there even an onboarding?
Also there needs to be some kind of broker to search across the fediverse, not only instance local.
The only place I see these things being done is @dansup (who never seems to sleep!) with @loops. That looks like steps in the right direction which gives me a bit of hope :)
@mrtoto (I know I know :) — Also QPs are coming and they will include controls about who can QP, which is very nice.
@janl True. There is also more progress I know Wordpress (if that's still a thing), Flipboard, Ghost are all embracing AP. Threads is also moving forward as is https://www.fediscovery.org so things are moving, albeit slowly.
Fediverse Discovery Providers

A project exploring better search and discovery on the Fediverse as an optional, decentralized and pluggable service.

Fediverse Discovery Providers
@mrtoto WP has stopped tho
@janl Have they I thought that was only Tumblr and @pfefferle was working on this for WP.
@mrtoto @janl why do you think WP has stopped? and has stopped with what? 😳
@pfefferle @janl ActivityPub integration development

@mrtoto @janl we have not stopped at all and the project is more active than ever!

https://github.com/Automattic/wordpress-activitypub/graphs/contributors

Automattic/wordpress-activitypub

ActivityPub for WordPress. Contribute to Automattic/wordpress-activitypub development by creating an account on GitHub.

GitHub

@mrtoto @janl and even tumblr might follow, now that there is a migration of the Backend to WordPress.

https://wptavern.com/automattic-is-migrating-tumblr-to-wordpress

Automattic is Migrating Tumblr to WordPress 

Automattic announced last week its plan to migrate Tumblr to WordPress, a move described as “one of the largest technical migrations in internet history.” This move comes after Automattic acquired …

WP Tavern
@pfefferle @janl that’s great to hear 😊
@pfefferle @mrtoto I’m sorry for the misinformation! Thanks for clarifying
@mrtoto @janl @dansup @loops Well, this is completely not true. We (the Mastodon project) are publicly working on https://www.fediscovery.org thanks to a grant from the NGI program, with the goal to solve the (very hard) discovery/search problem in the Fediverse, in a privacy-compliant way.
Quote Posts are also in progress, well specified so the other Fediverse software can implement them and with a lot of controls to respect users choice and privacy. We publish monthly blog posts with our progress
Fediverse Discovery Providers

A project exploring better search and discovery on the Fediverse as an optional, decentralized and pluggable service.

Fediverse Discovery Providers

@renchap @janl @loops I know you are and looking very much forward to the results (see https://social.mrtoto.net/@mrtoto/113481096839149350 ) 😊 And the problems are indeed hard, no question about it. Also that the resources are limited (probably the main problem compared to places like bluesky).

My point was more frustration about the speed of progress. The fact that Mastodon does not seem to be more attractive to the new wave of refugees (neither from 🇧🇷 nor now the 🇺🇸) is concerning.

toto (@[email protected])

@[email protected] True. There is also more progress I know Wordpress (if that's still a thing), Flipboard, Ghost are all embracing AP. Threads is also moving forward as is https://www.fediscovery.org so things are moving, albeit slowly.

Mastodon
@mrtoto Yes it is, and comes from multiple factors. One being the resources, Bluesky has at least 10x our resources, they have been able to recruit a top notch team, do marketing, comms and overall execute very well. I am personally doing my best to get things moving with whatever means I have, and I like to think that this shows real results (for example the projects mentioned above, as well as tripling the engineering team over the last year)
@renchap No argument about that. You (Mastodon) are doing what is possible with the resources you have no doubt. It's also clear that Bluesky has way more resources plus the US ecosystem. I personally view the fact that Mastodon (and other Fediverse projects) does not have more resources as a clear failure of EU policy. They are always talking about autonomy but when they can do something about that it's just not done enough.
@mrtoto Well, there are programs from the EU (at least the EU Commission) like NGI. But you dont get money if you do not fill grant applications. One has been done a few year ago, I did two last year (Fediscovery & Quote Posts), and as a result the EU (commission) is funding those projects.
NGI is an amazing program, but you need to get into their processes and ask for grants, it does not come magically. And I am fine with it, they cant give money without checking how its used

@renchap @mrtoto yeah, grant funding is a different vicious cycle to the VC fundraising cycle.

It took me pretty much a year to absolutely secure funding for my FIRES project – wrote the draft September 2023, applied for a grant in the October round, due to various reasons it wasn't approved until May 2024, and the Memorandum of Understanding (the document that guarantees the money for work) wasn't signed until early/mid September.

And this was for a project I think we needed yesterday in 2023

@renchap @mrtoto I'm currently trying to find the time to do grant applications for funding throughout 2025 now, and trying to figure out what I need to apply for & when.
@thisismissem @renchap I can totally relate. I avoided grant applications so far but have to do public procurement processes regularly and it’s a pain. As far as I understand there are Orga that have full time staff just for grant applications and that should not be that case 😞
@mrtoto @renchap yeah, we had to bring on a grant researcher and grant writer for IFTAS for a bit, so I've some experience with that.
@mrtoto @thisismissem even worse, you now have companies that you can pay for them to handle this and « guarantee » you will get the grant, that take a part of it if you get it
Are there fundamental flaws to AP that make it hard to really give the UX that people expect though? Im particular I think of the problem where you don't see all replies from your own app, and need to navigate to the origin thread to see them. That's a hugely confusing and bad experience for users. And from my understanding of how AP works, is that even fixable?

@matthew Those are very complex issues related to how distributed collaborative systems work. There are solutions, but they:
- need to be carefuly considered on the performance standpoint, multiple things we looked at had the potential of multiplying the instance-to-instance trafic by a lot
- same for anything related to privacy and trust & safety
- require a lot of careful and expert work to be done correctly

A contributor is currently attempting to solve this here: https://github.com/mastodon/mastodon/pull/32615

Add Fetch All Replies Part 1: Backend by sneakers-the-rat · Pull Request #32615 · mastodon/mastodon

Fix: #9409 Fix: #14017 Fix: #18150 Original PR Here: NeuromatchAcademy#44 Further description here: NeuromatchAcademy#43 I've never made a PR for upstream before, so forgive me if i'm doing...

GitHub
Isn't this an AP problem, not a Mastodon problem? I'm replying to you now from a non-Mastodon AP instance, and I suffer from this problem greatly (because I run a solo instance and there's not as much chatter).

What's the AP-level solution to this problem? I have a hard time thinking there can be one, for the reasons you just mentioned.
@matthew The above PR attempts to refresh the replies from the upstream instance when the status context is requested from the API, if it is less fresh than X seconds, asynchronously. Then the frontend can check if the refresh has finished, and get the updated list of replies
I'm not following. How does a PR to Mastodon fix a protocol-level bug? Shouldn't there be a change to the protocol to address this problem?
@matthew We think the protocol does not need a change, but most implementations do need a change. And it might not work in the real world due to performance issues. I can not say what other AP implementations plan to do about it, but so far nothing in AP has proved blocking on our side from what I understand (I have not looked at this topic very deeply yet)
@matthew I believe the ActivityPub client-to-server protocol may be able to solve this specific problem, at least. Allowing the clients to talk directly to the other servers to receive the full reply history rather than only talking to your own server