How this works

Curius Front Page ranks public saves and highlights from the local Curius crawl. The page shows two kinds of rows: saved links and repeated highlighted passages.

What the toggles do

  1. Links show saved URLs with title, domain, save counts, highlight counts, and age.
  2. Highlights show repeated quoted text, source link, reader/repeat counts, latest user, and age.
  3. Popular sorts by score; newest sorts links by latest save/highlight time and leaves score as context.

Popularity score

Links

Slink = 3usave + 5umark + h

usave is distinct savers, umark is distinct readers who highlighted the link, and h is total highlights.

Highlights

Squote = 4ureader + r

ureader is distinct readers behind the same quote on the same link, and r is repeat count.

How to read a row

The title line opens the source. The small line says how many distinct readers touched it, how many marks were left, and when Curius last saw save/highlight activity for it.

Glossary

References

  1. Hacker News API. Lists the compact story fields this page echoes.
  2. SQLite aggregate functions. Gives count and count(distinct ...), which produce the local evidence counts SQLite.