Skip to main content
Photo of DeepakNess DeepakNess

Ranking algorithm for Bear Blog discover page

Unproofread notes

On the Bear Blog discover page, they have the below-mentioned snippet that explains how articles are ranked:

This page is ranked according to the following algorithm:

Score = log10(U) + (S / B * 86,400)

Where,

U = Upvotes of a post

S = Seconds since Jan 1st, 2020

B = Buoyancy modifier (currently at 14)

--

B values is used to modify the effect of time on the score. A lower B causes posts to sink faster with time.

I asked ChatGPT to explain how this works and ranks articles, and I learned the below:

I think, it's very interesting and, someday, it would really be useful for something that I build in the future.

Comment via email