TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The tragedy of the commons in evolutionary biology (2007) [pdf]

38 点作者 lainon超过 6 年前

2 条评论

git_rancher超过 6 年前
There’s a tragedy of commons problem in engineering. The engineering orgs collective ability to handle complexity is the community resource. Without safeguards in place this resource is squandered by engineers because the easy solution to a problem often paradoxically leads to higher complexity in the code base. Why? Because it’s easier to make ad-hoc new connections between things than to abide by a larger plan. And connections are the complexity.<p>One thing I’ve noticed that sometimes leads to this idea is using a “survival of the fittest” approach to percolating ideas.<p>Interesting parallel to this article perhaps.
JoeAltmaier超过 6 年前
I saw this in action. Parking under a tree with some sort of cherry every day, I saw the day the flock arrived. It was about 1 or 2 days before the fruit ripened. The flock&#x27;s members proceeded to pluck each fruit from the tree, test it with their beak, and 9 times out of 10 drop it on the ground as too green. Stripped the tree in a minute.<p>If the flock had waited a day, of course, each bird would have had 10X the fruit. But any member of the flock that waited that day would have found a stripped tree. Hard to see how the genetics of the bird flock could ever escape this tragedy.