Oddbean new post about | logout
 It doesn't respect since/until filters, only limit. Works best if you just do a big limit to start.

It blends mostly personalized notes and mixes in viral posts as well.

I've done my best to write up how the algorithm works on GitHub, let me know if you think it needs some more meat.

Definitely will be improving it overtime, stay tuned! 
 Ah, well gossip is using since/until as well as limit in order to load chunks at a time with a known number of events.  It also specifies kinds (that the user has selected and that gossip knows how to display).  But it still worked pretty well.  I'll read the github notes shortly.