Ted

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年3月18日

摘要: Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC View more PowerPoint from Cal Henderson 阅读全文
posted @ 2012-03-18 22:51 wufawei 阅读(180) 评论(0) 推荐(0) 编辑

摘要: Python在豆瓣的应用 View more presentations from Qiangning Hong 阅读全文
posted @ 2012-03-18 19:06 wufawei 阅读(430) 评论(0) 推荐(0) 编辑

摘要: How Not To Sort By Average RatingByEvan MillerFebruary 6, 2009(Changes)PROBLEM: You are a web programmer. You have users. Your users rate stuff on your site. You want to put the highest-rated stuff at the top and lowest-rated at the bottom. You need some sort of "score" to sort by.WRONG SO 阅读全文
posted @ 2012-03-18 01:24 wufawei 阅读(666) 评论(0) 推荐(0) 编辑

摘要: 作者:阮一峰日期:2012年3月16日这个系列的前三篇,介绍了Hacker News,Reddit和Stack Overflow的排名算法。今天,讨论一个更一般的数学模型。这个系列的每篇文章,都是可以分开读的。但是,为了保证所有人都在同一页上,我再说一下,到目前为止,我们用不同方法,企图解决的都是同一个问题:根据用户的投票,决定最近一段时间内的"热文排名"。你可能会觉得,这是一个全新的课题,伴随着互联网而产生,需要全新的方法来解决。但是,实际上不是。我们可以把"热文排名"想象成一个"自然冷却"的过程: (1)任一时刻,网站中所有的文章 阅读全文
posted @ 2012-03-18 01:17 wufawei 阅读(537) 评论(0) 推荐(0) 编辑