What one person wants from an alternative to a Twitter:
submitted by
What one person wants from an alternative to a Twitter:
• choice of home-feed algorithm,
• editable posts,
• ability to moderate replies
Human Web Collective
mastodon?
@ezeno789
Mastodon could become that. But, it would need to add some new features.
Mastodon has "editable posts". Which is great.
But Mastodon doesn't give you a "choice of home-feed algorithm" yet. Currently, Mastodon only support reverse-chron as its home-feed algorithm. (I.e., what some inaccurately call "no algorithm".)
And, Mastodon doesn't yet given users the "ability to moderate replies" to their posts.
@reiver @ezeno789 we do have the ability to moderate replies built into ActivityPub, though.
Every object has a `replies` collection that is owned and managed by the creator of the object. If you don't want someone's reply to appear in the list of replies, you can remove it.
Mastodon does not surface this feature. It also doesn't show the `replies` collection remotely. That's too bad; it would cover most of what people want from replies management.
@evan @reiver @ezeno789 I could've used a "hide reply" feature this morning.
@reiver @ezeno789 About algo choices, it's very interesting the work of @cryptadamist with Fedialgo: github.com/michelcrypt4d4mus/f
Worth looking into it IMO.
@reiver @ezeno789 The closest thing to what he is describing is @threads, but the ability to moderate replies comes at the cost of turning #Fediverse sharing off (at least for some posts).