<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Official BitTorrent Blog</title>
	<atom:link href="http://blog.bittorrent.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bittorrent.com</link>
	<description>The official source for BitTorrent news.</description>
	<lastBuildDate>Thu, 23 May 2013 23:21:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How I Created My Own Personal Cloud Using BitTorrent Sync, Owncloud, and Raspberry Pi</title>
		<link>http://blog.bittorrent.com/2013/05/23/how-i-created-my-own-personal-cloud-using-bittorrent-sync-owncloud-and-raspberry-pi/</link>
		<comments>http://blog.bittorrent.com/2013/05/23/how-i-created-my-own-personal-cloud-using-bittorrent-sync-owncloud-and-raspberry-pi/#comments</comments>
		<pubDate>Thu, 23 May 2013 23:20:07 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bittorrent sync]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Owncloud]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2612</guid>
		<description><![CDATA[I&#8217;ve had a Raspberry Pi lying around the house for a few months now. Every once in a while I&#8217;ll take it out and tinker around with it. When BitTorrent released the BitTorrent Sync Alpha a few weeks back, I decided to see what kind of options I had for using the program with my [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://blog.bittorrent.com/files/2013/05/IMG_4218.jpg" alt="IMG_4218" width="580" class="aligncenter size-full wp-image-2614" /></p>
<p>I&#8217;ve had a Raspberry Pi lying around the house for a few months now.  Every once in a while I&#8217;ll take it out and tinker around with it.  When BitTorrent released the <a href="http://blog.bittorrent.com/2013/04/23/bittorrent-sync-alpha-now-open-to-all/" title="BitTorrent Sync Alpha" target="_blank">BitTorrent Sync Alpha</a> a few weeks back, I decided to see what kind of options I had for using the program with my Raspberry Pi.</p>
<p>BitTorrent Sync is awesome.  If you don&#8217;t know about it, you can read all about it <a href="http://labs.bittorrent.com/experiments/sync/get-started.html" title="BitTorrent Sync" target="_blank">here</a>.  In a nutshell, it allows you to sync folders between machines using P2P. No cloud necessary.  I&#8217;ve been using it for syncing several gigabytes of RAW photos and video across my various machines.  There is the occasional scenario however, where I&#8217;ve wanted to grab a few files, but my other machine is turned off.  To solve this problem, I&#8217;m using a Raspberry Pi as a low power, always-on device with Sync installed.  Just for kicks, I&#8217;m also using <a href="http://owncloud.org/" target="_blank">Owncloud</a> (open source) to provide me with a web interface for accessing my files from any computer, including my mobile phone.  Sound interesting?</p>
<p>If you have a DIY attitude and aren&#8217;t afraid of a few terminal commands, then read on to learn about how I did it.</p>
<p><span id="more-2612"></span></p>
<p>First, you&#8217;ll need the following:</p>
<ul>
<li><a href="http://www.amazon.com/Raspberry-Pi-Model-Revision-512MB/dp/B009SQQF9C/ref=sr_1_1?s=electronics&#038;ie=UTF8&#038;qid=1368517907&#038;sr=1-1&#038;keywords=raspberry+pi" target="_blank">A Raspberry Pi</a></li>
<li>USB Keyboard for setup</li>
<li>USB Mouse for setup</li>
<li>SD card (faster, the better)</li>
<li>A thumb drive (I like using <a href="http://www.amazon.com/Kingston-Digital-16GB-DataTraveler-DTMCK/dp/B007V9U81E/ref=sr_1_2?s=electronics&#038;ie=UTF8&#038;qid=1368593843&#038;sr=1-2&#038;keywords=micro+usb+thumb+drive" target="_blank">this</a> for its low profile).  You can also use a self powered external hard drive, or just the space available on the SD card.</li>
<li>Micro USB charger</li>
<li>WiFi adaptor (optional.  I use <a href="http://www.amazon.com/Edimax-EW-7811Un-Wireless-Adapter-Wizard/dp/B003MTTJOY/ref=sr_1_3?s=electronics&#038;ie=UTF8&#038;qid=1368517907&#038;sr=1-3&#038;keywords=raspberry+pi" target="_blank">this</a> one)</li>
<li>Some type of display for setup.  I just used HDMI out to my TV.</li>
</ul>
<h3>Step 1:  Setting up Raspbian</h3>
<p>Fire up your <a href="http://www.bittorrent.com/downloads" target="_blank">favorite torrent client</a> and download the Raspbian &#8220;wheezy&#8221; image.  <a href="http://downloads.raspberrypi.org/images/raspbian/2013-02-09-wheezy-raspbian/2013-02-09-wheezy-raspbian.zip.torrent" target="_blank">Click here for the link</a>.</p>
<p>I won&#8217;t go in to full detail on how to write the images to the SD card.  There are plenty of resources available for that.  If you are using Windows, <a href="http://elinux.org/RPi_Easy_SD_Card_Setup#Using_Windows_7_or_Windows_XP" target="_blank">check out this link</a>.  If you are on a Mac, <a href="http://elinux.org/RPi_Easy_SD_Card_Setup#Using_Mac_OSX" target="_blank">check out this link</a>.</p>
<p><img src="http://blog.bittorrent.com/files/2013/05/raspi-config_main.png" alt="raspi-config_main" width="580" class="aligncenter size-full wp-image-2613" /></p>
<p>When that is done, plug the SD card into your RasPi and fire it up.  For the initial configuration screen that appears I recommend setting your username and password, expanding the root partition, setting your boot_behavior to start desktop on boot and enabling SSH.  Exit the configuration screen and you&#8217;ll eventually be presented with the Wheezy desktop.</p>
<p><img src="http://blog.bittorrent.com/files/2013/05/Screen-Shot-2013-05-23-at-3.51.38-PM.png" alt="Screen Shot 2013-05-23 at 3.51.38 PM" width="580" class="aligncenter size-full wp-image-2620" /></p>
<h3>Step 2:  Installing BitTorrent Sync</h3>
<p>Make sure you have an ethernet cable plugged in to your RasPi, and fire up lxterminal (there is a shortcut on the desktop).  We&#8217;ll need to download the binary for Sync.  To do this, type in:</p>
<pre>wget "http://btsync.s3-website-us-east-1.amazonaws.com/btsync_arm.tar.gz"</pre>
<p>Then change the download directory:</p>
<pre>cd /home/pi</pre>
<p>extract the tar.gz:</p>
<pre>tar -zxvf btsync_arm.tar.gz</pre>
<p>And finally, run the program:</p>
<pre>./btsync</pre>
<p>
Now, we want to make sure Sync will run at startup.  This requires an extra step.  In terminal, change your directory to the config folder:</p>
<pre>cd ~/.config/</pre>
<p>Create a new folder called &#8220;autostart&#8221;</p>
<pre>mkdir autostart</pre>
<p>Now create a new text document.  You can use the leafpad program that comes pre-installed.  The contents of the text document need to be as follows:</p>
<pre>
[Desktop Entry]

Type=Application

Exec=/home/pi/btsync
</pre>
<p>Save this file in the newly created ~/.config/autostart  as: syncstart.desktop</p>
<p>Sync is now up and running on your tiny Raspberry Pi.  You can access the web GUI by opening a browser and typing in [YOUR IP ADDRESS]:8888/gui.  For example:  192.168.1.2:8888/gui.  You can find the IP address for your RasPi by opening terminal and typing in: ifconfig</p>
<p><a href="http://blog.bittorrent.com/files/2013/05/sync-SS.png"><img src="http://blog.bittorrent.com/files/2013/05/sync-SS.png" alt="sync-SS" width="580" class="aligncenter size-full wp-image-2615" /></a></p>
<p>At this point, you can stop right here.  If your SD card is big enough, you can set up Sync and have your always-on Sync device….but why stop there?  Lets add a thumb drive so that we can have more space.</p>
<h3>Step 3:  Adding a thumb drive</h3>
<p>As mentioned, you have plenty of options for adding hard drive space to your Raspberry Pi.  If you want to, you can plug in an external hard drive and go crazy.  For this blog post however, I&#8217;m just using a micro-sd thumb drive.  I love how small it is.</p>
<p>Plug the thumb drive in to the Raspberry Pi.  (if you are short on usb ports, I would suggest <a href="http://www.jeremymorgan.com/tutorials/raspberry-pi/how-to-remote-desktop-raspberry-pi/" target="_blank">setting up remote desktop</a>).  Open up terminal and type in:</p>
<pre>df -h</pre>
<p>Find your thumb drive.  Mine was at the bottom and was called /dev/sda1.  Take note of the name.  You&#8217;ll need it. Format your hard drive by doing the following (<strong>replace sda1 with the name of your drive</strong>):</p>
<pre>
sudo umount /dev/sda1
sudo mkfs.ext4 /dev/sda1 -L SYNC
</pre>
<p>If you aren&#8217;t interested in Owncloud, then you can stop here and simply set up Sync to point to /media/SYNC.  If you are interested in Owncloud, then keep reading.</p>
<h3>step 4:  Setting up Owncloud</h3>
<p>Setting up Owncloud on linux is a mess of various terminal commands.  Thankfully, Github user Petrockblog has made it very simple.  He created a <a href="https://github.com/petrockblog/OwncloudPie" target="_blank">shell script</a> for installing and updating Owncloud.  Simply do the following:</p>
<p>Install Github:</p>
<pre>
sudo apt-get update
sudo apt-get install -y git dialog
</pre>
<p>Download the latest setup script:</p>
<pre>
cd
git clone git://github.com/petrockblog/OwncloudPie.git
</pre>
<p>And execute the script:</p>
<pre>
cd OwncloudPie
chmod +x owncloudpie_setup.sh
sudo ./owncloudpie_setup.sh
</pre>
<p>&#8230;and wait.  This will take a while.  Grab a coffee.  Watch <a href="http://www.youtube.com/watch?v=g3rFNbSKpEE" target="_blank">this</a> video.  When it is done, you can navigate to [Your IP Address]/owncloud to set everything up.  <strong>It is very important that you click on &#8220;advanced&#8221; and set your data folder to /media/SYNC before finishing setup.</strong></p>
<p><img src="http://blog.bittorrent.com/files/2013/05/owncloud.png" alt="owncloud" width="580" class="aligncenter size-full wp-image-2616" /></p>
<h3>Step 5: Combining BitTorrent Sync and Owncloud</h3>
<p>First we need to clear up a few file permissions.  Add sync to the www-data group:</p>
<pre>sudo usermod -a -G www-data sync</pre>
<p>Allow sync to write to the thumb drive:</p>
<pre>sudo chmod -R 770 /media/SYNC </pre>
<p>Now open up the BitTorrent Sync WebUI (YourIpAddress:8888/gui) and add a folder.  You&#8217;ll want to add:  /media/SYNC/USERNAME/files where &#8220;username&#8221; is the name you selected when setting up Owncloud.  Generate a key and you are done.  You can now use that key to set up a folder on any computer you want.  Any files added to that folder will be synced to your RasPi and be available through the Owncloud web interface.  While this is pretty cool, there&#8217;s just one more little step to make this much more useful.</p>
<h3>Step 6:  Set up Owncloud to be accessed from anywhere (including mobile phones)</h3>
<p>To access our files from anywhere, we&#8217;ll need to first set up a static IP address.  If you used the wifi dongle I recommended, you can simply plug it in and it will work.   Open terminal and type in:</p>
<pre>sudo nano /etc/network/interfaces</pre>
<p>You&#8217;ll need to make a few changes in order to get a static IP address.  Below is what I ended up using after a bit of trial and error.  <strong>Your address, gateway, net mask, SSID, and PSK will need to be changed according to your network</strong>.  The settings may be different if you used a different wireless adaptor, or if you are only using an ethernet cable.</p>
<pre>
auto lo
iface lo inet loopback

iface eth0 inet static
        address 192.168.1.20
        gateway 192.168.1.1
        netmask 255.255.255.0

auto wlan0
#allow-hotplug wlan0
iface wlan0 inet static
        address 192.168.1.22
        gateway 192.168.1.1
        netmask 255.255.255.0
        wpa-ssid "YOUR SSID"
        wpa-psk "YOUR PSK"
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
</pre>
<p>Finally, you&#8217;ll need to forward a port so that owncloud can be accessed from outside networks.  I just forwarded port 80 for the IP address of my RasPi.  In this example, my IP address when using wifi is 192.168.1.22.  The procedure for forwarding ports is different for every router.  If I grab my real IP address from a site such as <a href="http://www.whatsmyip.org/" target="_blank">this one</a>, I can now access Owncloud and my Sync files from anywhere by going to [MyRealIpAddress]/owncloud (where the IP address is what you find from the website I linked to).  You can also set up Owncloud with an <a href="https://play.google.com/store/apps/details?id=com.owncloud.android&#038;hl=en" target="_blank">Android</a> or <a href="https://itunes.apple.com/us/app/owncloud/id543672169?mt=8" target="_blank">iOS</a> client for mobile access. </p>
<p><img src="http://blog.bittorrent.com/files/2013/05/owncloud2.png" alt="owncloud2" width="580" class="aligncenter size-full wp-image-2617" /><br />
<img src="http://blog.bittorrent.com/files/2013/05/IMG_4222.jpg" alt="IMG_4222" width="580" class="aligncenter size-full wp-image-2618" /></p>
<p>Phew.  If you made it this far, congrats.  I had fun creating my own personal BitTorrent-powered cloud and I hope you found this walkthrough helpful.  There are so many uses for something like BitTorrent Sync, and I think we&#8217;ve only begun to scratch the surface.</p>
<p> If you have found any creative uses for BitTorrent Sync, then share with us on our <a href="http://forum.bittorrent.com/forum/56-bittorrent-sync/" target="_blank">forums</a>.  We&#8217;d love to hear about it.</p>
<p><img src="http://blog.bittorrent.com/files/2013/05/IMG_4226.jpg" alt="IMG_4226" width="580" class="aligncenter size-full wp-image-2619" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/23/how-i-created-my-own-personal-cloud-using-bittorrent-sync-owncloud-and-raspberry-pi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday Download: The Weepies</title>
		<link>http://blog.bittorrent.com/2013/05/17/friday-download-the-weepies/</link>
		<comments>http://blog.bittorrent.com/2013/05/17/friday-download-the-weepies/#comments</comments>
		<pubDate>Sat, 18 May 2013 01:42:05 +0000</pubDate>
		<dc:creator>BitTorrent</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[friday download]]></category>
		<category><![CDATA[the weepies]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2610</guid>
		<description><![CDATA[In this edition of FDL: magical/simple/pretty folk-pop, in the form of three live show torrents from The Weepies. The band name sounds supersad, but we promise it&#8217;s happy. How could it not be? IT&#8217;S FRIDAY. Friday Download: The Weepies 1. El Rey / Los Angeles, California / 2012 2. Butternut Ridge / Oberlin, Ohio / [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.bittorrent.com/files/2013/05/The_Weepies_at_Calvin_College_November_1_2010.jpg"><img src="http://blog.bittorrent.com/files/2013/05/The_Weepies_at_Calvin_College_November_1_2010.jpg" alt="The_Weepies_at_Calvin_College,_November_1,_2010" width="570" height="370" class="aligncenter size-full wp-image-2611" /></a></p>
<p>In this edition of FDL: magical/simple/pretty folk-pop, in the form of three live show torrents from <a href="http://www.theweepies.com/">The Weepies</a>. The band name sounds supersad, but we promise it&#8217;s happy. How could it not be? IT&#8217;S FRIDAY. </p>
<p><strong>Friday Download: The Weepies<br />
</strong><br />
1. <a href="http://bit.ly/13BSgq7">El Rey</a> / Los Angeles, California / 2012<br />
2. <a href="http://bit.ly/13uo9gH">Butternut Ridge</a> / Oberlin, Ohio / 2004<br />
3. <a href="http://bit.ly/112A57C">Dizzy’s</a> / San Diego, California / 2004</p>
<p>You can read on the setlist(s) if that&#8217;s your thing. <span id="more-2610"></span></p>
<p><strong>El Rey, 2012<br />
</strong><br />
Intro / When You Go Away / Please Speak Well of Me / Hideaway / Can&#8217;t Go Back Now / I Was Made for Sunny Days /  Orbiting / Riga Girls / Gotta Have You / Be My Honeypie / Hard to Please / How Do You Get High? / Take it From Me / They&#8217;re in Love, Where Am I? / Sing Me to Sleep / Little Bird / Be My Thrill / World Spins Madly On / Just Blue / Citywide Rodeo / Hummingbird / Not a Lullaby / Nobody Knows Me At All / Hope Tomorrow</p>
<p><strong>Butternut Ridge, 2004<br />
</strong><br />
Somebody Loved /Rocks and Water / How Will He Find Me / Vegas Baby / The World Spins Madly On / I&#8217;ve Got To Have You / Post Ivan Day / Sing Me to Sleep / Thanks to Brian / Tell Your Story Walking / Big Strong Girl / Cherry Trees / San Francisco / Love Come Knocking / Riga Girls / Personal Dimensions / All That I Want / Rock Hall / Don&#8217;t Pay No Mind / Slow Pony Home / CDs and Cake / Keep It There / Comfort / Strange Place Now</p>
<p><strong>Dizzy&#8217;s, 2004<br />
</strong><br />
Rocks And Water / World Spins Madly On / How Will He Find Me / Somebody Loved / Vegas Baby / San Francisco / I Gotta Have You / Sing Me to Sleep / Tell Your Story Walking / Keep It There / Riga Girls / All That I Want / Slow Pony Home / Late Night Phone Call / Comfort / Jolene</p>
<p><em>Image credit: Rachel Kramer, Wikimedia Commons<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/17/friday-download-the-weepies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet High Five To Tess Beighton, The Winning Alex Day Remixer</title>
		<link>http://blog.bittorrent.com/2013/05/16/internet-high-five-to-tess-beighton-the-winning-alex-day-remixer/</link>
		<comments>http://blog.bittorrent.com/2013/05/16/internet-high-five-to-tess-beighton-the-winning-alex-day-remixer/#comments</comments>
		<pubDate>Fri, 17 May 2013 00:14:13 +0000</pubDate>
		<dc:creator>BitTorrent</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[alex day]]></category>
		<category><![CDATA[high fives]]></category>
		<category><![CDATA[remixes]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2608</guid>
		<description><![CDATA[Last month, Youtube hero and DIY artist Alex Day kicked off a collaboration project with BitTorrent fans. He posted stems from his Epigrams and Interludes tracks to SoShare. You guys picked them up, and made them yours. Awesome. This playlist has pretty much become our favorite thing on the Internet. (We’re probably not alone &#8211; [...]]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='570' height='370' src='http://www.youtube.com/embed/8MoM6wOp9Ow?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>Last month, Youtube hero and DIY artist <a href="http://www.youtube.com/user/nerimon?feature=watch">Alex Day</a> kicked off a collaboration project with BitTorrent fans. He posted stems from his <a href="http://bit.ly/12xwohr"><em>Epigrams and Interludes</em></a> tracks to SoShare. You guys picked them up, and made them yours. Awesome. <a href="http://www.youtube.com/playlist?list=PL-UmCHX1RUdslP6j98SsJdkpEWUxIUWCy">This playlist</a> has pretty much become our favorite thing on the Internet. (We’re probably not alone &#8211; these videos have been watched over 31 thousand times.)</p>
<p>The winning track, as decided by Alex: <a href="http://www.youtube.com/watch?v=lYaENkq-G8o">Tess Beighton’s remix of Forever Yours</a>. It adds edge and originality; it comes from the same feeling and place as the original. It’s pretty epic, and we’re reminded again how amazing songs can sound in the hands of fans. On behalf of BitTorrent: congrats! You can find more from Tess <a href="http://www.youtube.com/user/tesscrazy">here</a>. </p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='570' height='370' src='http://www.youtube.com/embed/lYaENkq-G8o?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/16/internet-high-five-to-tess-beighton-the-winning-alex-day-remixer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday Download: Death Cab For Cutie</title>
		<link>http://blog.bittorrent.com/2013/05/10/friday-download-death-cab-for-cutie/</link>
		<comments>http://blog.bittorrent.com/2013/05/10/friday-download-death-cab-for-cutie/#comments</comments>
		<pubDate>Sat, 11 May 2013 01:33:08 +0000</pubDate>
		<dc:creator>BitTorrent</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[death cab for cutie]]></category>
		<category><![CDATA[friday download]]></category>
		<category><![CDATA[so emo right now]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2606</guid>
		<description><![CDATA[In this week’s Friday Download: a decade’s worth of live shows and bittersweet melodies from Death Cab for Cutie, preserved by the dedicated curatorial team over at archive.org. Set list after the jump. Friday Download: Death Cab For Cutie 1. Emo’s / Austin, Texas / 2001 2. Kamp / Bielefeld, Germany / 2006 3. 80-35 [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.bittorrent.com/files/2013/05/04262013-bt-fridaydownload-deathcab.png"><img src="http://blog.bittorrent.com/files/2013/05/04262013-bt-fridaydownload-deathcab.png" alt="04262013-bt-fridaydownload-deathcab" width="570" height="570" class="aligncenter size-full wp-image-2607" /></a></p>
<p>In this week’s Friday Download: a decade’s worth of live shows and bittersweet melodies from <a href="http://bit.ly/10Bndev">Death Cab for Cutie</a>, preserved by the dedicated curatorial team over at <a href="http://archive.org/index.php">archive.org</a>. Set list after the jump. </p>
<p><strong>Friday Download: Death Cab For Cutie<br />
</strong></p>
<p>1. <a href="http://bit.ly/13LJ1mc">Emo’s</a> / Austin, Texas / 2001<br />
2. <a href="http://bit.ly/13LJ7KF">Kamp</a> / Bielefeld, Germany / 2006<br />
3. <a href="http://bit.ly/deathcablive">80-35 Festival</a> / Des Moines, Iowa /  2012</p>
<p><span id="more-2606"></span></p>
<p><strong>Emo’s: Austin, Texas, 2001.<br />
</strong><br />
Steadier Footing / A Movie Script Ending / For What Reason / We Laugh Indoors / Why You’d Want to Live Here / Photobooth / Amputations / Information Travels Faster / Company Calls / Coney Island / Pictures in an Exhibition / Here Comes the Rain Again (Eurythmics) / Blacking Out the Friction / Fake Frowns</p>
<p><strong>Kamp: Bielefeld, Germany, 2006.<br />
</strong><br />
Marching Bands of Manhattan / We Laugh Indoors / The New Year / Title and Registration / Soul Meets Body / Photobooth / Crooked Teeth / Different Names for the Same Thing / Amputations / A Movie Script Ending / Company Calls / What Sarah Said / Brothers on a Hotel Bed / Why You’d Want to Live Here / Expo ’86 / The Sound of Settling / I Will Follow You into the Dark / Transatlanticism</p>
<p><strong>80-35 Festival: Des Moines, Iowa, 2012.<br />
</strong><br />
Intro / I Will Follow You into the Dark / Home is a Fire / I Will Possess Your Heart / Crooked Teeth / We Laugh Indoors / Doors Unlocked and Open / Long Division / Grapevine Fires / What Sarah Said / Lightness / You are a Tourist / Underneath the Sycamore / Company Calls / Company Calls Epilogue / Brothers on a Hotel Bed / Cath&#8230; / We Looked Like Giants / The New Year / Crowd / A Movie Script Ending / Soul Meets Body / Transatlanticism</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/10/friday-download-death-cab-for-cutie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BitTorrent Bundle Alpha: A Direct-to-Fan Collaboration With Ultra Music</title>
		<link>http://blog.bittorrent.com/2013/05/07/the-bittorrent-bundle-alpha-a-direct-to-fan-collaboration-with-ultra-music/</link>
		<comments>http://blog.bittorrent.com/2013/05/07/the-bittorrent-bundle-alpha-a-direct-to-fan-collaboration-with-ultra-music/#comments</comments>
		<pubDate>Tue, 07 May 2013 18:01:24 +0000</pubDate>
		<dc:creator>Matt Mason</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[bittorrent bundle alpha]]></category>
		<category><![CDATA[kaskade]]></category>
		<category><![CDATA[ultra music]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2598</guid>
		<description><![CDATA[Ultra is a label that has changed the landscape and creative culture of music. Today, we’re working with them to do it again. Over the years, Ultra has been the home of, and catalyst for, artists like Kaskade, David Guetta, Tiesto, deadmau5, and Calvin Harris, among others. In 2013, starting now, they’ll be the first label [...]]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='570' height='370' src='http://www.youtube.com/embed/-fk78WR8ElY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p><a href="http://bit.ly/18PNFQC">Ultra</a> is a label that has changed the landscape and creative culture of music. Today, we’re working with them to do it again. </p>
<p>Over the years, Ultra has been the home of, and catalyst for, artists like <a href="http://bit.ly/15SFkih">Kaskade</a>, <a href="http://bit.ly/10kMRiN">David Guetta</a>, <a href="http://bit.ly/15lKnZc">Tiesto</a>, <a href="http://bit.ly/16cX0oP">deadmau5</a>, and <a href="http://bit.ly/12cuTkc">Calvin Harris</a>, among others. In 2013, starting now, they’ll be the first label release content direct-to-fan using an Alpha media format we’re calling the BitTorrent Bundle
<link>. Here’s the deal.</p>
<p>We used to buy music at independent record shops downtown. We bemoaned their disappearance, but still shopped the chain mega-stores that took their place. When these moved online, in the form of iTunes or Amazon, we were there, wallets out. For fifty years or more, the path to purchase has essentially been the same. Go to the physical/digital record store, buy an album. </p>
<p>But what if the record store was inside the album instead?</p>
<p>What if every single piece of content could function as a flyer, and a standalone storefront? </p>
<p>What if you could code a checkout counter into each media file published by an artist? </p>
<p>You’d be able to reach the people who slip through the cracks of traditional retail outlets &#8211; the other 40% of the Internet. You’d be able to build content that appreciates in value over time; that grows more powerful, each time it’s shared. That’s the idea behind the <a href="http://bit.ly/10f1FOW">BitTorrent Bundle</a>. <span id="more-2598"></span></p>
<p>The BitTorrent Bundle is not an album, an MP3, or an MOV. It’s a multimedia format. It’s an early build of a new type of torrent file where fan interaction, like email collection or donation, happens inside the torrent. We’re collaborating with electronic music innovators Ultra Music to see what happens when you let people choose how they want to connect with content.  </p>
<p><a href="http://bit.ly/10f1FOW">Ultra’s BitTorrent Bundle</a> is a behind-the-scenes look at Kaskade’s 2012 &#8220;Freaks of Nature&#8221; tour, designed to support the artist’s <a href="http://bit.ly/11CErEK">May 14th documentary release</a>.  It’s a flyer. It’s a direct-to-fan social object. And it’s the world’s largest stage; ready to reach 170 million fans from all over the world. </p>
<p>When you download the <a href="http://bit.ly/10f1FOW">Ultra Bundle</a> from BitTorrent, you get half the content gratis: the Dada Life remix of Dynasty, and the &#8220;Freaks of Nature&#8221; tour trailer.  The other half of the content inside the file? It’s a functional record store, with content you can unlock using your email. Opt to keep in touch, and Kaskade will hook you up with unreleased footage from his historic 2012’s Staples Center show, as well as an exclusive digital tour booklet. Either way: you get to bring home a little piece of &#8220;Freaks of Nature&#8221;.</p>
<p><a href="http://blog.bittorrent.com/files/2013/05/Bundle_Overview_2.png"><img src="http://blog.bittorrent.com/files/2013/05/Bundle_Overview_2.png" alt="Bundle_Overview_2" width="570" height="1600" class="aligncenter size-full wp-image-2602" /></a></p>
<p>In partnership with Ultra Music, Kaskade, and the people of the Internet, we’re working on a distributed technology solution for creators. We don’t need another digital radio station. We don’t need another walled garden or standalone content store. We need ways to place value exchanges within the content itself &#8211; allowing these exchanges to travel freely, without barriers or limitations; allowing these exchanges to multiply as content is shared. </p>
<p>Our goal is to move the interaction to where it matters; making it a property of the file, versus the distribution framework; giving artists real data about, and real access to, their fans. </p>
<p><a href="http://bit.ly/10f1FOW">Go behind the scenes with Kaskade</a>, and see how the Bundle Alpha works. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/07/the-bittorrent-bundle-alpha-a-direct-to-fan-collaboration-with-ultra-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reports Of Our Death Have Been Greatly Exaggerated</title>
		<link>http://blog.bittorrent.com/2013/05/06/reports-of-our-death-have-been-greatly-exaggerated/</link>
		<comments>http://blog.bittorrent.com/2013/05/06/reports-of-our-death-have-been-greatly-exaggerated/#comments</comments>
		<pubDate>Tue, 07 May 2013 00:38:50 +0000</pubDate>
		<dc:creator>Matt Mason</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[bittorrentisnotacrime]]></category>
		<category><![CDATA[internet sustainability]]></category>
		<category><![CDATA[net neutrality]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2595</guid>
		<description><![CDATA[Like many of you, we’ve been following Netflix with great interest. We are subscribers. We are fans. We believe in the work that they are doing. And we support their effort to innovate and evolve digital distribution, in ways that are sustainable for creators, other rights-holders and fans. That said, we were surprised by some [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.bittorrent.com/files/2013/02/bittorent-optionsnotrules_0003_Layer-Comp-1.png"><img src="http://blog.bittorrent.com/files/2013/02/bittorent-optionsnotrules_0003_Layer-Comp-1.png" alt="bittorent-optionsnotrules_0003_Layer-Comp-1" width="570" height="390" class="aligncenter size-full wp-image-2471" /></a></p>
<p>Like many of you, we’ve been following Netflix with great interest. We are subscribers. We are fans. We believe in the work that they are doing. And we support their effort to innovate and evolve digital distribution, in ways that are sustainable for creators, other rights-holders and fans. That said, we were surprised by some of the comments made by Ted Sarandos recently during an interview with <a href="http://www.stuff.tv/news/apps-and-games/news-nugget/netflixs-ted-sarandos-talks-arrested-development-4k-and-reviving-old">Stuff.tv</a>.</p>
<p>We strongly agree with his perspective that making more good content more accessible will curb piracy. However, we want to take a moment to correct two of his comments. The first issue is the application of BitTorrent as a synonym for Internet piracy. The second is the assertion that BitTorrent traffic drops as Netflix is introduced to new markets. Neither statement is true. <span id="more-2595"></span></p>
<p>Mr. Sarandos can perhaps be forgiven for making the first error. It is a common misconception that we are <a href="http://blog.bittorrent.com/2012/12/19/does-bittorrent-piracy/">working hard to address</a>. The truth is that BitTorrent is an Internet protocol, like HTTP. For over a decade, it’s been the world’s most efficient way to move data across the web. It’s what the Internet’s core platforms, including <a href="http://arstechnica.com/business/2012/04/exclusive-a-behind-the-scenes-look-at-facebook-release-engineering/">Facebook</a> and <a href="http://vimeo.com/11280885">Twitter</a>, use for code deployment. It’s what leading gaming brands, including <a href="http://us.blizzard.com/en-us/company/about/legal-faq.html">Blizzard</a> and <a href="http://massively.joystiq.com/2013/03/11/eve-online-reconfiguring-launcher-to-use-bittorrent/">Eve Online</a>, use for updates. It’s what genetic researchers use to move <a href="http://annaisystems.com/cghub.html#cghub">human genome sequences</a>. And it’s relied on by the scientists working on the <a href="http://ask.slashdot.org/comments.pl?sid=3682825&#038;threshold=1&#038;commentsort=0&#038;mode=thread&#038;cid=43541339">Large Hadron Collider</a>. Any company moving large data sets uses BitTorrent. Any person trying to preserve terabytes of data uses BitTorrent. They are not Internet pirates. </p>
<p>BitTorrent was designed to move data. It was not designed for piracy. In fact, as a stand-alone tool, it’s not even a very good technology for piracy. We have never hosted infringing content. We have never endorsed it. To be clear, we are not a file-sharing site. Our technology does not rip DVDs, nor does it capture movies in the theater. We have never pointed to, indexed, or promoted infringing content in any way.  </p>
<p>We do, however, promote creators and curators who publish and preserve content using BitTorrent. Today, we have more than 2,000,000 (yes, you read that correctly) pieces of legal and licensed content in the BitTorrent ecosystem. To put that in perspective, Netflix has previously reported having 60,000.  We are engineers and scientists focused on making the Internet sustainable and creatively viable through distributed computing. Which leads to the second point. </p>
<p><a href="http://gigaom.com/2011/12/02/bittorrent-utp-success-story/">In 2009, we implemented μTP</a>, or “Micro Transport Protocol.” This was done, voluntarily, to help solve a major problem facing the Internet: congestion. Many of you will recall the Net Neutrality crisis a few years back. Our implementation of μTP helped resolve the issue. μTP dials back BitTorrent traffic during peak hours in order to give priority to other applications, such as Netflix. In doing so, we saved the ISPs a lot of money and public relations headaches. We did so at our own cost, because it was the right thing to do for the Internet and the people who rely on it. </p>
<p>We do things big. We make things durable. We have introduced several award-winning technologies. Those who know us see us as champions of the Internet. <a href="http://variety.com/2013/film/news/cinedigm-bittorrent-unveil-arthur-newman-partnership-1200396900/">Even Hollywood is realizing that we are not the Boogeyman</a>, and we’re finding ways to work together. F<a href="http://blog.bittorrent.com/2013/02/11/bittorrent-named-one-of-fast-companys-50-most-innovative/">ast Company named us one of the world’s most innovative companies</a> for our work with content creators. And we’re just getting started. </p>
<p>We understand this storyline is being framed by those looking to stir up controversy. But those who know better realize there is no such thing as a “BitTorrent Pirate”, and that we are not competing with the likes of Netflix. We’re actually finding ways to support companies like them, content creators, studios, and other rights-holders directly. At this very moment, we’re getting ready to roll out an Alpha program that we believe could drive more traffic to Netflix (and others), should the content creator or rights-holder so choose.</p>
<p>Watch this space for further news on that front. We’re alive and kicking. </p>
<p>Oh. And regarding that 4K issue, <a href="http://www.zdnet.com/will-you-watch-super-bowl-xlvii-in-4k-ultra-hd-7000010710/">we think we can help</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/06/reports-of-our-death-have-been-greatly-exaggerated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BitTorrent Sync Crosses One Petabyte Milestone</title>
		<link>http://blog.bittorrent.com/2013/05/06/bittorrent-sync-crosses-one-petabyte-milestone/</link>
		<comments>http://blog.bittorrent.com/2013/05/06/bittorrent-sync-crosses-one-petabyte-milestone/#comments</comments>
		<pubDate>Mon, 06 May 2013 19:37:21 +0000</pubDate>
		<dc:creator>Brett Nishi</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[bittorrent sync]]></category>
		<category><![CDATA[movin petabytes]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2593</guid>
		<description><![CDATA[On April 23, we opened up a little Alpha project called BitTorrent Sync. The response from users has been: awesome. Together, they’ve been helping build a better way to sync. BitTorrent Sync was designed to solve for what we see as real, fundamental challenges to data synchronization: limitations on speed, size, and space; limitations on [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.bittorrent.com/files/2013/05/512h-bt-sync-lockup.png"><img src="http://blog.bittorrent.com/files/2013/05/512h-bt-sync-lockup.png" alt="512h-bt-sync-lockup" width="570" height="115" class="aligncenter size-full wp-image-2594" /></a></p>
<p>On April 23, we opened up a little Alpha project called <a href="http://labs.bittorrent.com/experiments/sync.html?utm_source=BitTorrentBlog&#038;utm_medium=Post&#038;utm_campaign=Sync_050613">BitTorrent Sync</a>. The response from users has been: awesome. Together, they’ve been helping build a better way to sync.</p>
<p>BitTorrent Sync was designed to solve for what we see as real, fundamental challenges to data synchronization: limitations on speed, size, and space; limitations on file security and dependency on cloud infrastructure. Because BitTorrent Sync is based on distributed technology, you can sync as many big files as you want. Transfers are encrypted, and information isn’t stored on any server, or in the cloud. Your content belongs to you, and stays on devices of your choice. That’s the way syncing should work.</p>
<p>Turns out, it’s working for you guys, too. To date, more than a petabyte of anonymous data has been synced between BitTorrent Sync users. A petabyte! To put that into context, the <a href="http://archive.org/">Internet Archive</a>, one of the world wide web’s largest repositories of media, <a href="http://www.webmonkey.com/2013/04/video-what-does-10-petabytes-look-like/">houses 10 petabytes of data</a>. Sync is massive. And it’s growing. Over 70 terabytes of anonymous data are synced daily.</p>
<p>But Sync isn’t just working in ways we imagined. It’s working in creative ways that we never could have predicted. A hacker team at TechCrunch Disrupt built <a href="https://www.hackerleague.org/hackathons/techcrunch-disrupt-nyc-2013/hacks/bit-blog">a private distributed blog platform off Sync</a>. Users are sending us on scavenger hunts. We’re inspired. And we’re excited about what’s next for Sync.</p>
<p>If you haven’t yet tried BitTorrent Sync, you can grab the open Alpha <a href="http://labs.bittorrent.com/experiments/sync.html?utm_source=BitTorrentBlog&#038;utm_medium=Post&#038;utm_campaign=Sync_050613">here</a>. Happy Syncing, people. </p>
<p><strong>Update</strong></p>
<p>Sync was built for secure sharing. While we have general statistics about the app, we don&#8217;t have any access to private information. </p>
<p>The client reports back anonymous usage statistics in the same way our other clients do. Sync uses this call to check if there&#8217;s a new build available. This call also contains some anonymous statistics that allow us to understand how Sync performs, and how it&#8217;s being used; data transferred directly, through relay, size of folders, and number of files synced. </p>
<p>This is the only information we collect, and we left it open intentionally &#8211; so that people could see the data we&#8217;re collecting. That way, it can be easily verified that we don&#8217;t have access to any private information. Read more <a href="http://forum.bittorrent.com/topic/17002-btsync-calling-home/">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/06/bittorrent-sync-crosses-one-petabyte-milestone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friday Download: Meat Puppets</title>
		<link>http://blog.bittorrent.com/2013/05/03/friday-download-meat-puppets/</link>
		<comments>http://blog.bittorrent.com/2013/05/03/friday-download-meat-puppets/#comments</comments>
		<pubDate>Sat, 04 May 2013 00:53:57 +0000</pubDate>
		<dc:creator>BitTorrent</dc:creator>
				<category><![CDATA[Featured Content]]></category>
		<category><![CDATA[friday downloads]]></category>
		<category><![CDATA[meat puppets]]></category>
		<category><![CDATA[punk again]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2591</guid>
		<description><![CDATA[In this week&#8217;s FDL: three live shows from the Arizona punk luminaries. This is the evolution of a great American band, recorded and perserved by the intrepid curatorial team over at archive.org. Happy Friday, people. Friday Download: Meat Puppets 1. UCSB / Santa Barbara, CA / 1988 2. Velvet Slego / Rimini, Italy / 1992 [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.bittorrent.com/files/2013/05/05032013-bt-fridaydownload-meat-puppet.png"><img src="http://blog.bittorrent.com/files/2013/05/05032013-bt-fridaydownload-meat-puppet.png" alt="05032013-bt-fridaydownload-meat-puppet" width="570" height="570" class="aligncenter size-full wp-image-2592" /></a></p>
<p>In this week&#8217;s FDL: three live shows from the <a href="http://bit.ly/166NNOP">Arizona punk luminaries</a>. This is the evolution of a great American band, recorded and perserved by the intrepid curatorial team over at <a href="http://archive.org/">archive.org</a>. Happy Friday, people.</p>
<p><strong>Friday Download: Meat Puppets<br />
</strong></p>
<p>1. <a href="http://bit.ly/136sPN1">UCSB</a> / Santa Barbara, CA / 1988<br />
2. <a href="http://bit.ly/106CPq6">Velvet Slego</a> / Rimini, Italy / 1992<br />
3. <a href="http://bit.ly/Ykj8ZI">Mercury Lounge</a> / New York, NY / 2013</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/03/friday-download-meat-puppets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BitTorrent Sessions: Just Blaze</title>
		<link>http://blog.bittorrent.com/2013/05/03/bittorrent-sessions-just-blaze/</link>
		<comments>http://blog.bittorrent.com/2013/05/03/bittorrent-sessions-just-blaze/#comments</comments>
		<pubDate>Fri, 03 May 2013 21:56:55 +0000</pubDate>
		<dc:creator>BitTorrent</dc:creator>
				<category><![CDATA[Interview]]></category>
		<category><![CDATA[bittorrent sessions]]></category>
		<category><![CDATA[just blaze]]></category>
		<category><![CDATA[real hip hop]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2583</guid>
		<description><![CDATA[In March, we got the chance to catch up with some creators, change-makers, and heroes of the free world at SXSW. Our intrepid film crew (Jeph, Danimal) captured the conversations so we could share them with you. Herewith: a series of small talks about big things. In this week’s edition: words with Just Blaze, the [...]]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='570' height='385' src='http://www.youtube.com/embed/IY8SX6ldbKA?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<p>In March, we got the chance to catch up with some creators, change-makers, and heroes of the free world at SXSW. Our intrepid film crew (Jeph, Danimal) captured the conversations so we could share them with you. Herewith: a series of small talks about big things.</p>
<p>In this week’s edition: words with <a href="https://soundcloud.com/just-blaze">Just Blaze</a>, the super-producer behind everything from <a href="http://www.complex.com/music/2012/09/10-things-you-didnt-know-about-jay-z-the-blueprint/song-cry-convinced-jay-that-just-blaze-was-the-best-producer-around"><em>The Blueprint</em></a> to the <a href="http://allhiphop.com/2013/04/11/breaking-down-the-beat-just-blaze-speaks-on-producing-with-baauer-breaks-down-higher-and-harlem-shake/">Harlem Shake</a>. He played six shows in three days at SXSW. He played ours without a sound system; a stolen moment of real hip hop. </p>
<p>Fresh off that set with <a href="http://www.djyoungguru.com/">Young Guru</a>, Just Blaze talks to us about the brave new world of music production; his experience with <em>Higher</em>, the role of direct-to-fan, and how BitTorrent is picking up where the record industry failed. After the jump: photos from his set at SXSW.<span id="more-2583"></span></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/20PzD5OHTRN9jANvJuXQGWRhw-kJVdtsVyK7zedWrYg.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/20PzD5OHTRN9jANvJuXQGWRhw-kJVdtsVyK7zedWrYg.jpeg" alt="20PzD5OHTRN9jANvJuXQGWRhw-kJVdtsVyK7zedWrYg" width="570" height="400" class="aligncenter size-full wp-image-2585" /></a></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/YmcYhiXsrl1zzA0ko31HkWa7WDOZ5NaoiHgGQEL6pM4.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/YmcYhiXsrl1zzA0ko31HkWa7WDOZ5NaoiHgGQEL6pM4.jpeg" alt="YmcYhiXsrl1zzA0ko31HkWa7WDOZ5NaoiHgGQEL6pM4" width="570" height="400" class="aligncenter size-full wp-image-2586" /></a></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/bPweqBdnrD4An9NAe5XO213ZE_9eiZStuB2E-eENuvs.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/bPweqBdnrD4An9NAe5XO213ZE_9eiZStuB2E-eENuvs.jpeg" alt="bPweqBdnrD4An9NAe5XO213ZE_9eiZStuB2E-eENuvs" width="570" height="400" class="aligncenter size-full wp-image-2584" /></a>  </p>
<p><a href="http://blog.bittorrent.com/files/2013/05/eG3SCMa17hLKCdynVwwaIJGRly74zKm3apa4WSaFutE.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/eG3SCMa17hLKCdynVwwaIJGRly74zKm3apa4WSaFutE.jpeg" alt="eG3SCMa17hLKCdynVwwaIJGRly74zKm3apa4WSaFutE" width="570" height="400" class="aligncenter size-full wp-image-2587" /></a></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/HDSqFLicLz3pGqt0Rv9U1T5tdoN701CSYo3vpMfGQ04.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/HDSqFLicLz3pGqt0Rv9U1T5tdoN701CSYo3vpMfGQ04.jpeg" alt="HDSqFLicLz3pGqt0Rv9U1T5tdoN701CSYo3vpMfGQ04" width="570" height="400" class="aligncenter size-full wp-image-2588" /></a></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/P_B3j_1EgtQORASjo8ShMsgqu9SGM3QF2dugXW-hnTs.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/P_B3j_1EgtQORASjo8ShMsgqu9SGM3QF2dugXW-hnTs.jpeg" alt="P_B3j_1EgtQORASjo8ShMsgqu9SGM3QF2dugXW-hnTs" width="570" height="400" class="aligncenter size-full wp-image-2589" /></a></p>
<p><a href="http://blog.bittorrent.com/files/2013/05/wrLCu98MZREExwWHHnpiPTcHbZClP3aW1YXNbyHLvgw.jpeg"><img src="http://blog.bittorrent.com/files/2013/05/wrLCu98MZREExwWHHnpiPTcHbZClP3aW1YXNbyHLvgw.jpeg" alt="wrLCu98MZREExwWHHnpiPTcHbZClP3aW1YXNbyHLvgw" width="570" height="400" class="aligncenter size-full wp-image-2590" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/03/bittorrent-sessions-just-blaze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Deleted City: BitTorrent As Archives</title>
		<link>http://blog.bittorrent.com/2013/05/02/the-deleted-city-bittorrent-as-archives/</link>
		<comments>http://blog.bittorrent.com/2013/05/02/the-deleted-city-bittorrent-as-archives/#comments</comments>
		<pubDate>Thu, 02 May 2013 23:51:51 +0000</pubDate>
		<dc:creator>jbm</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[bittorrent preservation]]></category>
		<category><![CDATA[the deleted city]]></category>

		<guid isPermaLink="false">http://bittorrent.gyre.wpengine.com/?p=2582</guid>
		<description><![CDATA[One of the really interesting uses for BitTorrent is archiving content. If a few people think a thing is important enough to keep seeding it, it will always be available to anyone who wants it. The people who are seeding can come and go. As long as there&#8217;s one person who&#8217;s holding a copy, it [...]]]></description>
				<content:encoded><![CDATA[<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/41777233' width='570' height='370' frameborder='0'></iframe></div>
<p>One of the really interesting uses for BitTorrent is archiving content. If a few people think a thing is important enough to keep seeding it, it will always be available to anyone who wants it. The people who are seeding can come and go. As long as there&#8217;s one person who&#8217;s holding a copy, it will be both preserved and made available.  Thanks to nonprofits like <a href="http://www.ibiblio.org/">ibiblio</a> and the <a href="archive.org">Internet Archive</a>, we have the beginnings of serious perma-seeding infrastructure.</p>
<p>Webhosts come and webhosts go, but BitTorrent can be forever.  A great example of that is the <a href="http://archiveteam.org/index.php?title=Main_Page">Archive Team&#8217;s</a> torrent of all of Geocities (650GB compressed!).  When Yahoo announced they were shutting down Geocities, Archive Team kicked into gear and saved the site for posterity.  Geocities is a photo album of the web&#8217;s growth, starting when it was a toddler just learning to walk and going through to its awkward early teenage years.  It&#8217;s a crucial part of the heritage of early &#8220;Digital Natives&#8221; (myself included), and an invaluable resource for people studying the way people and cultures acclimatized to the new model of the world we all live in.</p>
<p>It&#8217;s also a great resource for art.  A favorite project of mine was &#8220;The Deleted City,&#8221; which took viewers on a little tour of the Geocities archive on a video monitor.  The artist behind it has released <a href="http://deletedcity.net/">a follow-up piece</a>, making it an interactive tour. </p>
<p><a href="http://deletedcity.net/">&#8220;The Deleted City&#8221;</a> is an artifact of the enabling power of BitTorrent as a decentralized storage/dissemination tool.  It&#8217;s also really neat, and rather nostalgic for those of us who remember those very MIDIs. (This is from a world before MP3s were ubiquitous, if you can imagine that.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bittorrent.com/2013/05/02/the-deleted-city-bittorrent-as-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
