`
adamzhao
  • 浏览: 100996 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

The Long Tail - 1st part

阅读更多
Orginal:
http://www.wired.com/wired/archive/12.10/tail.html
I type them, not copy, just for English learning.  

Chinese: http://yeeyan.com/articles/view/thunder/23

In 1988, a British mountain climber named Joe Simpson wrote a book called Touching the Void, a harrowing account of near death in the Peruvian Andes. It got good reviews but, only a modest success, it was soon forgotten. Then, a decade later, a stranger thing happened. Jon krakauer wrote a Into Thin Air, another book about a mountain-climing tragedy, which became a publishing sensation. Suddenly Touching the Void stared to sell again.

Random House rushed out a new edition to keep up with demand. Booksellers began to promote it next their Into thin Air displays, and sales rose further. A revised paperback edition, which came out in January, spent 14 weeks on the New York Times bestseller list. That same month, IFC Films released a docudrama of the story to critical acclaim. Now Touching the Void outsells Into Thin Air more than two or one.

What happened? In short, Amazon.com recommendations. The online bookseller's software noted patterns in buying behavior and suggested that reader who liked Into Thin Air would also like Touching the Void. People took the suggestion, agreed wholeheartedly, wrote rhapsodic reviews. More sales, more algorithm-fueled recommendations, and the positive feedback loop kicked in.

Particularly notable is that when Krakauer's book hit shelves, Simpon's was nearly out of print. A few years ago, readers of Krakauer would never even have learned about Simpson's book- and if they had, they wouldn't have been able to find it. Amazon changed that. It created the Touching the Void phenomenon by combining infinite shelf space with real-time information about buying trends and public opinion. The result: rising demand for an obscure book.

This is not just a virtue of online booksellers; it is an example of an entirely new economic model for th media and entertainment industries, one that is just beginning to show its power. Unlimitd selection is revealing truths about what consumers want and how they want ti get it in service after service, from DVDs at Netflix to music videos on Yahoo! Launch to songs in the iTunes music store and Rhapsody. People are going deep into the catalog, down the long, long list of available titles, far past what's available at Blockbuster Video, Tower Record, and Barnes & Noble. And the more they found, the more they like. As they wander further from the beaten path, they discover their tastes is not as mainstream as they thought (or as they had been led to believe by marketing, a lack of alternatives, and a hit-driven culture).

An analysis of the sales data and trends from services and others like them shows that emerging digital entertainment economy is going to be radically different from today's mass market. If the 20th-century was about hits, the 21st will be equally about misses.

For too long we've been suffering the tyranny of lowest-common-denominator fare, subjected to brain-dead summer blockbusters and manufactured pop. Why? Economics. Many of our assumptions about popular taste are actually artifacts of poor supply-and-demand matching - a market response to inefficient distribution.

The main problem, if that's the word, is that we liev in the physical world and, until recently, most of our entertainment media did, too. But that world puts two dramatic limitations on our entertainment.

The first is the need to find local audiences. An average movie theater will not show a film unless it can attract at least 1,500 people over a two-week run; that's essentially the rent for a screen. An average record store needs to sell at least two copies of a CD per year to make it worth carrying; that's the rent for a half inch of shelf space. And so on for DVD retal shops, videogame stores, booksellers, and newsstands.

In each case, retailers will carry only content that can generate sufficient demand to earn its keep. But each can pull only from a limited local population - perhaps a 10-mile radius for a typical movie theater, less than that for music and bookstores, and even less (just a mile or two) for video rental shops. It's not enough for a great documentary to have a potential national audience of half a million;; what matters is how many it has in the northern part of Rockville, Maryland, and among the mall shoppers of Walnut Creek, California.

There is plenty of great entertainment with potentially large, even rapturous, national audiences that can not clear that bar. For instance, The Triplets of Belleville, a critically acclaimed film that was nominated for the best animated feature Oscar this year, opened on just six screens nationwide. An even more striking example is the plight of Bollywood in America. Each year, India's film industry puts out more than 800 feature films. There are an estimated 1.7 million Indians in the US. Yet the top-rated (according to Amazon's Internet Movie Database) Hindi-language film, Lagaan: Once Upon a Time in India, opened on just two screens, and it was one of only a handful of Indian films to get any US distribution at all. In the tyranny of physical space, an audience too thinly spread is the same as no audience at all.

The othe constraint of the physical world is physics itself. The radio spectrum can carry only so many stations, and a coaxial cable so many TV channels. And, of course, there are only 24 hours a day of programming. The curse of broadcast technologies is that they are profligate users of limited resources. The result is yet another instance of having to aggregate large audiences in one geographic area - another high bar, above which only a fraction of potential content rises.

The past century of entertainment has offered an easy solution to these constraints. Hits fill theaters, fly off shelved, and keep listeners and viewers from touching their dials and remotes. Nothing wrong with that; indeed, sociologists will tell you that hits are hardwired into human psychology, the combinatorial effect of conformity and word of mouth. And to be sure, a healthy share of hits earn their place: Great songs, movies, and books attract bog, broad audiences.



分享到:
评论

相关推荐

    File-Tail-0.99.3.tar.gz

    《深入解析File-Tail-0.99.3.tar.gz:源码包的探索与应用》 在IT领域,源码包的分析和利用对于软件开发者、系统管理员以及技术爱好者来说,是提升技能的重要环节。File-Tail-0.99.3.tar.gz是一个开源项目,它提供了...

    window系统 tail -f 功能 界面操作

    实现window系统下 类似 Linux 命令行 tail -f 功能.使用C#语言开发,占用资源小。如有问题可留言

    tail -f for windows 32/64

    1. **监控日志文件**:在开发和调试过程中,如果一个程序将错误信息写入日志文件,可以使用 `tail -f log.txt` 来实时查看错误信息,而无需频繁检查整个日志文件。 2. **配置文件变动**:在某些服务或应用启动时,...

    DOS下可以使用的tail -f 工具

    在传统的DOS操作系统环境下,与Unix/Linux系统中的`tail`命令类似的功能,可以通过特定的工具实现。`tail`命令在Unix/Linux中常用于查看文件的末尾内容,特别是跟踪文件的实时更新,这对于日志监控或者调试过程非常...

    我使用过的Linux命令之tailf - 跟踪日志文件/更好的tail -f版本

    在Linux系统中,`tail`命令是一个非常常用的工具,它用于查看文件的末尾部分,通常用于监控日志文件的变化。然而,对于实时监控动态更新的日志文件,`tail -f`选项则更为实用。本篇文章将深入探讨`tail -f`的功能...

    File-Tail-Scribe

    1. **实时监控**:File-Tail-Scribe 可以实时跟踪日志文件的变化,一旦有新的日志条目写入,它会立即捕获并处理这些数据。这对于快速响应系统异常或错误非常关键。 2. **日志解析**:工具支持对不同格式的日志文件...

    Python实现tail -f功能

    Python实现tail -f功能是指使用Python语言编写脚本,模拟Unix/Linux系统中tail命令的-f(--follow)选项的功能。该选项能够实时跟踪并显示文件的内容,常用于监控日志文件的更新。在Python中实现这一功能,主要有...

    linux nohup及tail-f用法

    在Linux操作系统中,`nohup`和`tail -f`是两个非常实用的命令,它们主要用于管理和监控后台运行的进程。`nohup`命令允许用户在退出终端或者注销系统后仍然保持进程的运行,而`tail -f`则用于实时跟踪查看文件的尾部...

    tail-for-windows.zip

    《Windows操作系统下的tail工具——tail-for-windows.zip详解》 在Linux系统中,`tail`命令是一个非常实用的工具,它能够帮助用户实时监控文件的尾部内容,这对于追踪日志文件的变化尤其有用。然而,Windows操作...

    The Long Tail of Theory

    长尾理论(Long Tail Theory)是由《连线》杂志主编克里斯·安德森(Chris Anderson)于2004年首次提出的概念。该理论的核心思想是,在数字化时代,由于存储成本下降、网络技术的发展以及消费者需求多样化的趋势,即使是...

    windows下可用的tail工具,看日志首选,win7/win10可用。

    在Linux系统中,有一个非常实用的命令行工具叫`tail`,它用于查看文件的末尾部分,尤其是在追踪日志文件变化时非常有用。标题提到的是在Windows环境下使用的`tail`工具的替代方案,使得Windows用户也能享受到类似的...

    The_Long_Tail__Chris_Anderson_

    The_Long_Tail__Chris_Anderson 《长尾》英文原版。

    Tail-f RestCONF Swagger Rev A 2018-09-13.pdf

    1. Introduction..............................................................................................................3 2. Background...............................................................

    windows下使用tail命令-tail2win

    在Windows操作系统中,通常我们习惯于使用图形化界面来管理和查看文件,但对于习惯于Linux环境的用户来说,一些命令行工具如`tail`是必不可少的。`tail`命令在Linux中用于查看文件的尾部内容,它对于实时监控日志...

    k8stail:Kubernetes Pod的tail -f体验

    Kubernetes Pod的tail -f体验 如您所知, kubectl logs只能同时流式传输一个pod。 k8stail使您可以实时监视指定名称空间中的所有pod的日志流或标签,如tail -f 。 目录 选项 发展 作者 执照 要求 Kubernetes 1.3或...

    windows下的tail备份

    tail for Windows 是 Windows 下的 tail DOS 命令(类似 UNIX/Linux 下的相同命令)。可用来显示文件尾部内容以及跟踪/监控文件内容变化。你也可以借助重定向符号(> 或 >>)从一个文件的指定行号开始截取内容生成另...

    linux-tail.txt

    ### Linux `tail` 命令详解 #### 一、命令简介 `tail` 是一个在 Linux 和 Unix 系统中常用的命令行工具,用于显示文件的末尾部分。默认情况下,`tail` 命令会显示文件的最后十行内容。此命令非常适合实时监控日志...

    tail-f:观看文件,如tail-f

    尾f 观看文件,如tail -f安装 npm install --save zo-tail-f用法 const tail = require ( 'zo-tail-f' ) let watcher = tail . watch ( 'test/test.log' ) watcher . on ( 'line' , line => { console . log ( line ...

    file-tail-gem-package

    file-tail 为rubygem所需要的一个工具,一般是用gem install file-tail下载,该file-tail适用于ruby版本为1.8.5,rubygem版本为1.2.0

    node-tail-native:实时读取新行,如'tail - f'

    安装: npm install tailnative或者 git clone git://github.com/whitesheep/node-tail-native.gitcd node-tail-nativenode-gyp configure build用: Tailnative,从 0.3 版本开始,支持line separator new Tail...

Global site tag (gtag.js) - Google Analytics