Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. I hereby waive all copyright and related or neighboring rights
  2. together with all associated claims and causes of action with
  3. respect to this work to the extent possible under the law.
  4. - Anonymous
  5.  
  6. Feel free to improve and chat about this article at:
  7. http://beta.etherpad.org/p/dM1np4f0yi
  8.  
  9. The following, first part is just an abstract, some notes about what
  10. I am going to talk about. They are not part of the actual article.
  11.  
  12. Thoughts & Points:
  13. Main two thoughts I would like to get across
  14. (with the first one being the most important one in
  15. my opinion):
  16. - Now that The Pirate Bay is found guilty by the Swedish judge,
  17. if the technologically/architectural "new" Pirate Bay were found guilty too,
  18. what would prevent the content industry from monopolizing everything
  19. that even remotely touches their content, like via links -
  20. or even thoughts which are also a kind of link,
  21. - all thanks to their "all-rights-reserved"
  22. -> pointing out the absurdity (or danger, if you will)
  23. of extending the "all-rights-reserved" to mere linking
  24. (or maybe even the dangers of current "all-rights-reserved"
  25. interpretation which covers any content distribution)
  26. - If someone were writing a software which allows retrieving
  27. content by other unique identifiers other than a hash,
  28. for instance an ISBN, if people could then just click
  29. a link (inserted into the website by this software)
  30. on the Amazon website to download the content instead
  31. of buying it, would that out of a sudden make Amazon
  32. illegal and guilty, too?
  33.  
  34. Intentions:
  35. - Letting the public know why the tracker-less (and soon torrent-file-less)
  36. Pirate Bay website might be more legally resistant
  37. - A public discussion about the thoughts raised above
  38. - Some better public understanding of what a magnet link is
  39.  
  40. Style & Structure:
  41. - The first part shall be a soft, not too long introduction
  42. about what I'm going to talk about and elaborate on
  43. - The second part shall give a little more technical description
  44. of magnet links, might need a little more energy from the reader,
  45. but is hopefully not sounding too difficult and will still
  46. let the reader feel smart in the end due to having learned
  47. something geeky
  48. - The last part shall be fun and easy to read again, with a touch of
  49. black humor, but shall make the reader wonder in the end
  50. whether something like this could actually become real
  51.  
  52. --------------------------------------------------------------
  53.  
  54.  
  55. Amazon Soon to Be Shutdown Due to Copyright Infringements
  56. =========================================================
  57.  
  58. __The Pirate Bay Founders' [appeal was rejected][tpbrej] two weeks ago. Let us have
  59. a look which implications this will have for other websites linking
  60. to copyrighted material in the future - and our society in general.__
  61.  
  62.  
  63. We all know, that The Pirate Bay is not actually storing any illegal content.
  64. Instead it is only providing links to the actual content, something
  65. which "allisfine"'s tiny script, which produces a 90MB zipped Pirate Bay, and Ernesto's report
  66. have vividly [demonstrated][tpbzip] last week. Also the fact that The Pirate
  67. Bay can and is going to simply [remove torrent files][tpbdel] from their website
  68. soon shows, that a torrent file is actually just a kind of link to the real
  69. content as well - though a slightly heavier and less convenient one compared
  70. to a cute and sexy magnet link, of course.
  71.  
  72. Basically, the [verdict][tpbverd] found the Pirate Bay founders' guilty
  73. due to knowingly providing links to content they do not own the copyright to.
  74. To be able to further elaborate on the implications of this verdict
  75. and to clarify which links other than magnet links would fit
  76. the same category, let me briefly explain what a magnet link is first.
  77.  
  78.  
  79. Magnet Links
  80. ------------
  81.  
  82. A magnet link usually starts with a "magnet:": Seven characters which
  83. lets both humans and machines know, that the following text, well, is
  84. a magnet link - and not for instance a hyperlink to a website ("http:")
  85. or a file server ("ftp:") or just some random text ("just some random text").
  86.  
  87. This prefix is usually followed by various parameters. But in fact just
  88. a single one is mandatory in the case of bittorrent, the
  89. ["xt=urn:btih:<some weird values>"][bep9]. "xt" stands for "exact topic" -
  90. or you could think of "xt" as:
  91. "The following <some weird values> is an exact, unique name
  92. for the content I am referring to" (technically, <some weird values> actually
  93. does not refer to the content directly, but to a torrent file which in return
  94. refers to the actual content).
  95.  
  96. Those "<some weird values>", a cryptographic hash, is enough for a p2p
  97. software to know what you want and allows it to download _exactly_ this content -
  98. nothing more, nothing less, nothing else. So for instance I can be sure
  99. that with the hash [c3fb0342b9b85280978f38e27a2f6431fbabf00b][fcll] you will
  100. get the exact same content I want to share with you (this is an awesome
  101. book by the way, I recommend anyone to download and read it :) ).
  102.  
  103. OK, so a magnet link basically consists of a unique name,
  104. a number uniquely identifying some content. But is such a unique naming scheme
  105. something revolutionary, something a few Uber-Crypto-Hacker came up with
  106. a few years ago in their secret cellar while experimenting with this new
  107. thing called "Internet"?
  108.  
  109. Well, a crypto hash is definitely something cool and "new". And scientists
  110. around the world are constantly trying to make it stronger
  111. and stronger against any amount of [super computers, hackers or time][sha3]
  112. (if you can hack any crypto hash, then you have basically cracked all
  113. online banking systems at once).
  114.  
  115. However unique naming schemes in general are not: 0143034650 is a number
  116. which points to the exact same book as c3fb0342b9b85280978f38e27a2f6431fbabf00b.
  117. The first number is probably a number your parents are more familiar with
  118. than with the second one: It is an [ISBN][isbn], a unique identifier and "name" for a book,
  119. a number you will probably find in the cover of any book
  120. you have in your bookshelf (if you still have something as oldschool as a bookshelf
  121. or printed book).
  122.  
  123. Just like an ISBN a magnet link itself provides _no_ means to retrieve
  124. the content. The crypto hash cannot tell you _where_ to get the content.
  125. This fundamentally differentiates a magnet link, our cute "magnet:" from for
  126. instance a hyperlink, the good ol' "http:", which also specifies _where_
  127. to get the content (computer science differentiates between the terms "URN",
  128. a [Uniform Resource Name][urn] and a "URL", a [Uniform Resource Locator][url])
  129. Also any torrent file on The Pirate Bay did _never_ provide any
  130. such specific location and was therefore just a fancy name and
  131. not a locator, just like their magnet links.
  132.  
  133. Now that we know better what the Swedish court means with "links"
  134. and now that we know for sure that they do not just mean pointing to
  135. a location for content, but in fact also any general identification of content,
  136. let us have a look at what implications this trial will have for other sites on
  137. the internet in the future. Any usage of the word "link" in the following
  138. text can be read as "identifier" to fit the Swedish judge's definition.
  139.  
  140.  
  141. Implications
  142. ------------
  143.  
  144. A site even higher up the ranks (thepiratebay.org is currently listed [rank 91 on Alexa][ax91],
  145. the new thepiratebay.se is currently on [rank 643][ax643])
  146. which also links to copyrighted material and lets people post reviews and comments,
  147. similar to The Pirate Bay website, is: Amazon ([rank 10 on Alexa][ax10]).
  148.  
  149. Also, we are having leaked email evidence, that Amazon employees are fully aware
  150. that they are linking to works, like books, movies or music, which they do not own
  151. the copyright for.
  152.  
  153. Very prominently featured are for instance in the case of books the title, author
  154. and ISBN:
  155. [IMG]
  156. Which could have been easily obfuscated to reduce the risk of copyright infringements.
  157.  
  158. Even worse, their website is making active recommendations to other copyrighted
  159. materials, therefore not only avoiding to reduce the risk of copyright infringements,
  160. but also actively, knowingly encouraging them.
  161.  
  162. Amazon is already a long time thorn in the flesh of various content industries.
  163. It causes Warner and Sony millions of dollars in lost revenues -
  164. money they would have made if they were offering a similarly convenient service.
  165.  
  166. So it is only a matter of time until Amazon.com will be sued by the MPAA
  167. and RIAA and forced to shut down forever.
  168.  
  169. To avoid suffering the same doom as The Pirate Bay and soon Amazon
  170. we are strongly suggesting anyone
  171. to remove any text or images which could uniquely or even very likely identify
  172. and therefore link to a work they do not own the copyright for. Posting ISBN
  173. numbers on your website are of course a taboo now, but also keep in mind that
  174. various pieces of information can together link to a very specific content:
  175. For instance in the case of movies a title together with
  176. a release date or a director's name will do.
  177.  
  178. It is therefore recommended to only use generic sentences in
  179. conversations like "I really liked reading you-know-which book".
  180. But even here, be careful, there are pitfalls:
  181. Terms like "You-Know-Who", "He-Who-Must-Not-Be-Named"
  182. or "the Dark Lord" might for instance already be subject to
  183. copyright of a British author I may not name.
  184.  
  185. To stay on the safe side, it is probably the best to even
  186. avoid thinking about copyrighted works as someone might
  187. interpret the look in your eyes as linking to
  188. certain copyrighted materials.
  189.  
  190. Or just switch over to works under a Creative Commons or similar license.
  191.  
  192.  
  193. Links
  194. -----
  195.  
  196. [fcll]: magnet:?xt=urn:btih:c3fb0342b9b85280978f38e27a2f6431fbabf00b&dn=Free+Culture+%28Lawrence+Lessig%29&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.ccc.de%3A80
  197.  
  198. [ax91]: http://www.alexa.com/siteinfo/thepiratebay.org
  199.  
  200. [ax10]: http://www.alexa.com/siteinfo/amazon.com
  201.  
  202. [ax643]: http://www.alexa.com/siteinfo/thepiratebay.se
  203.  
  204. [tpbrej]: https://torrentfreak.com/pirate-bay-founders-prison-sentences-final-supreme-court-appeal-rejected-120201/
  205.  
  206. [tpbzip]: https://torrentfreak.com/download-a-copy-of-the-pirate-bay-its-only-90-mb-120209/
  207.  
  208. [tpbdel]: https://torrentfreak.com/the-pirate-bay-will-stop-serving-torrents-120112/
  209.  
  210. [tpbverd]: https://torrentfreak.com/the-pirate-bay-appeal-verdict-101126/
  211.  
  212. [isbn]: https://en.wikipedia.org/wiki/International_Standard_Book_Number
  213.  
  214. [sha3]: https://en.wikipedia.org/wiki/NIST_hash_function_competition
  215.  
  216. [urn]: https://en.wikipedia.org/wiki/Uniform_Resource_Name
  217.  
  218. [url]: https://en.wikipedia.org/wiki/Uniform_resource_locator
  219.  
  220. [bep9]: http://www.bittorrent.org/beps/bep_0009.html
  221.  
  222. [IMG]: http://pastebin.com/RM10aYgB
  223. (A screenshot of an Amazon article with a rediculous amount of
  224. blackening; ISBN, names etc. not visible anymore, just the cover and
  225. some text)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement