• 3 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle









  • Agreed, custom aggregators for kbin and the fedverse in general, will become a thing.

    I can see a view that combines the hot posts from each of my subbed communities, with the top 1 or two posts from each featuring, filtering over a time constraint or some other ranking system.

    A client side implementation would be possible, but expensive in api calls. Server side should be easier. Maybe even defining a query language of sorts that can be user customised, if we wanted to be really fancy.

    Some form of weighted rank, combining activity and interaction. I am subbed to some slow communities that are just starting. Maybe having a post or two in 24 hours where I would want those posts to rank highest. Subbed fast paced communities would then rank lower if we factor frequency and interaction on a per community basis.



  • Agreed on your point. We need a way to identify those links so that our browser or app can automatically open them through our own instance.

    I am thinking along the lines of a registered resource type, or maybe a central redirect page, hosted by each instance, that knows how to send you to your instance to view the post there.

    I am sure it is a problem that can be solved. I would however not be in favour of some kind of central identity management. It is to easy a choke point and will take autonomy away from the instances.


  • That should just work. You view the post on your own instance and reply there. That reponse trickles to the other instances.

    It may take a while to propagate though. The paradigm is close to that of the ancient nntp news groups where responses travel at the speed of the server’s synchronisation. It may be tricky for rapid fire conversation, but works well for comments of articles.