Slashdot Mirror


How Battlestar Galactica Killed TV

Don Melanson writes "Following up on the MPAA going after torrent sites, you may be interested in Mindjack's latest feature - Piracy is Good? How Battlestar Galactica Killed Broadcast TV by Mark Pesce. It includes a post-script written in reponse to the recent Torrent site shutdowns." From the article: "While you might assume the SciFi Channel saw a significant drop-off in viewership as a result of this piracy, it appears to have had the reverse effect: the series is so good that the few tens of thousands of people who watched downloaded versions told their friends to tune in on January 14th, and see for themselves. From its premiere, Battlestar Galactica has been the most popular program ever to air on the SciFi Channel, and its audiences have only grown throughout the first series. Piracy made it possible for 'word-of-mouth' to spread about Battlestar Galactica."

6 of 749 comments (clear)

  1. Unbiased much? by SteelV · · Score: -1, Offtopic

    Mindjack seems to be more of a traditional news source than a blog (visit the About Us page, for example). So why does it say "(That episode, "33," is one of the best hours of drama ever written for television.)"? That seems to be a pretty personal statement. I certainly don't think that that episode is one of the best hours of drama ever written... stay with the facts, please. (At least they put it in parenthesis... to sort of show that it isn't directly part of the article.. but still).

  2. Re:Exactly by Beolach · · Score: 1, Offtopic
    The only thing that suffers in Mainstream music. But that market could only go down anyways. It was already fully inflated.
    That's the big thing. Not only is it fully inflated, I would say it's over-inflated, and due to pop. Everyone has there own opinions, and I'm sure a lot of people actually do like "mainstream" music, but IMO "mainstream" music owes its popularity more to the record labels strangleholds on distribution than to consumers honest opinions on the quality of the music.

    The thing is, I think the RIAA is scared way more than they should be of P2P. They were just as scared of radio, and audio cassette tapes. Neither one killed their market. I don't think P2P will either, in the long run. Affect it, yes, but record labels will probably still be signing contracts with musicians 50, 100 years from now. Probably even longer.
    --
    Join moola.com, play games to earn money.
  3. HEY! WHAT DO THEY CALL IT WHEN... by Anonymous Coward · · Score: -1, Offtopic

    The headline is the opposite of the story? Is it sarcasm? Is it irony? Is it reverse psychology? Is it kewl journalism? No...

    IT'S FUCKING STUPID

  4. Re:Great Show by Anonymous Coward · · Score: -1, Offtopic

    You'd think that Friday would be the party night of choice, but apparently on average, bars do their best business on Thursday in the US. I guess people aren't quite burned out by a whole week of work by then, and it gives people an excuse to call in sick for a 3 day weekend.

  5. OT - Re:Lisp's problem by Da+VinMan · · Score: -1, Offtopic

    From this discussion.

    Sorry for the OT posting, but I saw your reply to the above-titled thread and I didn't get a chance to continue the conversation with you before posting was turned off.

    Anyway, you mentioned Python in your post, but I was wondering if you had tried Ruby yet and, if so, how it compares to Python and Lisp in your experience. I have used Python with good results in the past, but I've become dismayed by some of its warts. Now, having given thought to Lisp and other options, Ruby seems like the best choice with a good mixture of ideas from all over (including Lisp and Smalltalk if what I've read is correct).

    So, as someone who appears to be a a(n) (ex?)-Lisper, I was wondering how Ruby measured up. Python may have a "faint shadow" of the power of CL, but where do you think Ruby rests in the "power continuum"? And by that I mean the abstraction power starts somewhere like QBasic with a measure of 1, and ends with Lisp with a measure of 10. (Is 10 accurate? Is Lisp really the conceivably best way to construct a powerful abstract language?)

    --
    Please mod this post only if you think others should/n't read this. I have enough ego^H^H^Hkarma. Thanks!
    1. Re:OT - Re:Lisp's problem by GCP · · Score: 0, Offtopic

      Again, good questions.

      In a meeting I attended a few months ago, Guido said that one of his regrets was including too much "functional language" stuff in Python initially. Things like map, fold, etc. This was in the context of future directions of Python. He was also unenthusiastic about the idea of introducing macros into Python. The overall impression I got was that, despite the claims of Lispers that everything is getting more Lisplike, his intention was to make Python less Lisplike over time. I was quite frustrated by that as were a few others in the audience, but most attendees thought that was a splendid idea. I got the sense that he places a higher priority on ease of use for the masses than on what Lispers consider power for the elite.

      Still, despite frustrating warts, I DO find Python easier to remember after a month of working in some OTHER language than something like Perl, so Python has replaced Perl in my toolbox as my Swiss Army Knife for on-the-spot, one-off applications. For those, lots of clever abstractions aren't necessary.

      As for Ruby...I prefer the syntax to Python's, but it has three strikes against it from my perspective. One, Matz's attitude toward internationalization is the Japanese equivalent of the ASCII-only mentality of many English speaking developers. He has stated that internationalization (the ability to work smoothly in any combination of languages) is a lower priority to him than enabling him to work with the LEGACY Japanese text data that he personally works with frequently. This is HIS language, optimized for HIS needs, and to the extent that it turns out to be useful to others, they are welcome to use it, too. For someone like me, who needs to make applications work smoothly in all major languages, his provincial approach makes Ruby completely unsuitable for serious, professional applications, so I don't want to put too much time into it.

      Two, Ruby's performance is far worse than even Python, and Python is pretty bad.

      Three, Ruby's user community is not appreciably bigger than Scheme's, though it's growing faster. That means fewer and less mature libraries, tools, reusable source, etc.

      And as far as macros, Matz has already stated that Lisp macros are "too powerful" in his opinion and are intentionally absent in order to make Ruby better for "ordinary users". If you love Lisp, the lets-keep-it-simple-for-the-masses comments from both Guido and Matz are not encouraging.

      As for placing Ruby on the "power continuum", I wouldn't try to quantify it, but my sense is that it is above Python, but below more interesting languages like CL, Scheme, Haskell, OCaml, etc. I can't be more specific, because Matz's provincial attitudes about internationalization make it useless for me. It's not much more popular than Scheme, though -- not yet popular enough to have the mature tools, libs, and programmers needed for most commercial work.

      So, if you are willing to suffer the costs of using a non-mainstream language, why not go with a more interesting language?

      --
      "Those who have never entered upon scientific pursuits know not a tithe of the poetry by which they are surrounded."