I’m Jade, a programmer. Check out my website, I guess?

aspe:keyoxide.org:Y5GQOXUZTHGSHBYVSERNXOAKUQ

  • 4 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: September 7th, 2023

help-circle
rss





  • The problem (as matrix people found out the hard way) is some media & content is very illegal. Most individuals really don’t want even the chance of being exposed to CSAM or gore, and neither do server operators want the chance of that being shared from their server or written to their disk when that can result in police at the door. You need default-on moderation that is very powerful, and end users should never be distributing media they don’t want to. This pushes towards centralisation of nodes run by experts, and heavily punishes true P2P models.












  • Regarding your first paragraph, this results limit is per page. To get the next page, you take your timestamp of the last item and use it in from_time, or whatever you’ve called it. It’s still a pagination technique.

    Regarding custom sorting, some of the techniques in the article can do this, some of them can’t. Obviously timestamp based pagination can’t, however the ID-based pagination that I mentioned can.