• #dev 2020-02-08
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-02-08 UTC
# 20:37
[fluffy]
the conceptual problem I run into with the mixed-ordering feed is that, like, how do you make it efficient? I guess implementation-wise you could have it as two database cursors, one perusing oldest-first content and one perusing newest-first, and it does a merge at presentation time.