Slashdot Mirror


No, David Pogue, Ebook Piracy Is Not a Given

adamengst writes "David Pogue recently wrote a widely read blog post in which he explains that piracy is the reason he doesn't make his books available in PDF format. But in this article, TidBITS publisher Adam Engst disagrees strongly with Pogue's opinion, using sales numbers from the Take Control series of ebooks (150,000+ copies sold since 2004 with virtually no copying) as proof that making electronic versions not only doesn't necessarily lead to piracy, it may be the best way of preventing illicit sharing."

15 of 268 comments (clear)

  1. The best way to prevent eBook piracy... by Anonymous Coward · · Score: 5, Funny

    ...is making your eBook so crappy no one wants to read it.

    1. Re:The best way to prevent eBook piracy... by Spy+der+Mann · · Score: 4, Funny

      ...is making your eBook so crappy no one wants to read it. That hasn't stopped people from pirating Fantastic 4, the Dukes of Hazzard or Scary Movie 4. Maybe....

      ...is making your eBook so crappy no one intelligent wants to read it. There. Fixed.
    2. Re:The best way to prevent eBook piracy... by Anonymous Coward · · Score: 2, Funny

      are you's guys calling me stupid er sumthing?

    3. Re:The best way to prevent eBook piracy... by kenj0418 · · Score: 5, Funny

      I can explain why otherwise intelligent people might download those movies in five words:
      1) Jessica
      2) Alba
      3) Simpson
      4) Anna
      5) Faris

      This could probably be simplified down to one word, I leave that as an exercise for the reader.

    4. Re:The best way to prevent eBook piracy... by Anonymous Coward · · Score: 2, Funny

      Jelbimpais?

  2. piracy is a given regardless by d34thm0nk3y · · Score: 4, Funny

    Well David, you are passing up sales while preventing absolutely nothing.

    Learn to live with it, the pirates always win.

  3. oh, really ... by Anonymous Coward · · Score: 2, Funny

    "due to the way his technology sensibilities have been honed by years of being a Mac user. "

    stopped reading right there :-P

  4. 10$ by Anonymous Coward · · Score: 1, Funny

    10$ says someone somewhere is thinking "haha i just pwnd you on slashdot Dave!"

  5. Re:Reality, learn to live with it by kernowyon · · Score: 3, Funny

    If I were to publish an eBook on the mating habits of the German Cockroach...
    Insect pr0n? I would like to subscribe to your newsletter.....
    I expect it beats David Pogue's ebooks anyway!
    --
    Awful UID - but I have been here ages...
  6. Re:That may be true by Anonymous Coward · · Score: 5, Funny

    When you consider the average American moves every 7 years
    That explains the weight problems in the States! DAILY exercise people, daily!
  7. Re:Reality, learn to live with it by cavtroop · · Score: 2, Funny

    Equally, I would expect a photoeassy on the day in a life of a proctologist would similarly be immune from piracy.

    You, sir, must be new to this internet thingy.

  8. Re:Reality, learn to live with it by jonaskoelker · · Score: 2, Funny

    Equally, I would expect a photoeassy on the day in a life of a proctologist would similarly be immune from piracy. I think it was preemptively pirated under the name hello.jpg.
  9. Re:I like dead trees by ikkonoishi · · Score: 3, Funny

    Yeah thats why I buy all my books printed on baby seal leather with ink made from ground endangered butterfly wings.

  10. Re:Freetard? by KGIII · · Score: 4, Funny

    Hell, I'm a Microsoft MVP Award Winner for many years in a row and even I'm not daft enough to understand that free, open source, and closed source have their places on the planet. It is sad when there are zealots on either side. So many of the people who know nothing about open source software (to which I also contribute) are as hell bent on being right as those on the opposing side of the fence. I guess the difference between me and, well, most is that I freely admit my sentiments openly and honestly and back them up with factual information.

    Yet, on the other side of this we see people who do stupid crap... They simply can't (or won't) understand that open source means that you are free to do as you wish with it up to, and including, not using it.

    On the other side you have those people who insist that everything must be open source and if it isn't then there's something evil going on with it. There are too many people making judgments based on little evidence.

    To the first folks I say, come on over to my house and you can chill on my lawn, party, spend the weekend, and all of that.

    To the latter I say, just because I let you in my home to have all the free stuff you want (assuming you don't steal it from me) but if I say you can't go into my bedroom then you must accept that it is off limits.

    Where am I going with this? Well, you have someone who obviously has an agenda. He obviously thinks that one can't be paid from their "free" work. The reality is, just with me, that I get paid quite often to work on free, open source, software to improve it or to integrate it with their current setup. He, probably, doesn't and he, probably, isn't smart enough to realize that there is a world beyond proprietary. Take what you can from him, as you seem to be doing, but what you do take from him I would automatically consider suspect given his prior inability to comprehend simplistic realities.

    --
    "So long and thanks for all the fish."
  11. Re:Reality, learn to live with it by Hal_Porter · · Score: 2, Funny

    It is because nobody cares about the content. If you're an author and you can't write something more popular than Fecal Incontinence - Diagnosis and Treatment - C. Ratto, G. Dogglietto (Springer, 2007) WW.pdf (a random pdf from hfrarg), it's time to consider a new line of work. ;) Hey, I read that. It was The Shit. Totally Bad Ass.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;