Algorithms
pBrain Now Under Development!
by Josh Schreibman on Nov.17, 2009, under Algorithms
I am very excited to announce that, following several weeks of intense planning and discussion, the pBrain algorithm is now under development.
The pBrain algorithm is being co-developed along with the good folks at Shindig People – web consultants. pBrain will offer a new take on career matching, but for now, that’s all I can say.
Social Media Algorithms
by Josh Schreibman on Jul.03, 2008, under Algorithms
Have you ever wondered how social network sites like reddit, stumbleupon and del.icio.us rank content, and decide which stories to display on the home page? Me too.
SEOmoz has the scoop, and has published an interesting article exposing these famous algorithms.
As you would expect, most rankings are based on the number of votes, versus the time elapsed, and can be reduced to something extremely simple, such as the Hacker News algorithm:
(p – 1) / (t + 2)^1.5
Where p is the number of votes (points) from users, and t is the time elapsed (in seconds) since the article was submitted