mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Update trending.md
This commit is contained in:
parent
d25ad2bb08
commit
29c65a6e58
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ You can also explore each tag by clicking on it from anywhere on the screen or u
|
|||
|
||||
## How does content make it into top or trending?
|
||||
|
||||
Top content is based on calculations around the total LBC value of content, which is accumulated through the claim bid amount plus any community [tipping and supports](https://lbry.com/faq/tipping). Trending is similar and [is based on tip/support changes over a period of time](https://raw.githubusercontent.com/lbryio/scribe/master/scribe/elasticsearch/trending%20algorithm.pdf). The Top category is normally instant - the highest-ranked LBC content will appear at the top when published in the time periods specified. Trending takes some time to update and larger tips/supports may see a delay to avoid abuse.
|
||||
Top content is based on calculations around the total LBC value of content, which is accumulated through the claim bid amount plus any community [tipping and supports](https://lbry.com/faq/tipping). Trending is similar and [is based on tip/support changes over a period of time](https://raw.githubusercontent.com/lbryio/lbry-hub/master/docs/trending%20algorithm.pdf). The Top category is normally instant - the highest-ranked LBC content will appear at the top when published in the time periods specified. Trending takes some time to update and larger tips/supports may see a delay to avoid abuse.
|
||||
|
||||
## How is this different from YouTube?
|
||||
|
||||
YouTube uses obscured, secret algorithms that are designed to be biased in favor of the mainstream media and other creators they prefer, rather than being neutral to all content ([See Veritasium's take on this](https://lbry.tv/@veritasium:f/my-video-went-viral-here-s-why:e)).
|
||||
|
||||
LBRY creates open-source code that allows all of the world to see precisely how our features work. We can then write articles like this one that tries to spell it out in plain language. The source code for the Trending/Top/New functionality is viewable [here](https://github.com/lbryio/scribe/blob/master/scribe/elasticsearch/service.py#L190).
|
||||
LBRY creates open-source code that allows all of the world to see precisely how our features work. We can then write articles like this one that tries to spell it out in plain language. The source code for the Trending/Top/New functionality is viewable [here](https://github.com/lbryio/lbry-hub/blob/master/hub/elastic_sync/service.py#L190).
|
||||
|
|
Loading…
Add table
Reference in a new issue