#[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.