<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: uTorrent Opens Up Apps, Starts Developer Challenge</title>
	<atom:link href="http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/feed/" rel="self" type="application/rss+xml" />
	<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/</link>
	<description>Breaking File-sharing, Copyright and Privacy News</description>
	<lastBuildDate>Wed, 29 Oct 2014 21:12:17 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: Pulsed Media</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-684335</link>
		<dc:creator><![CDATA[Pulsed Media]]></dc:creator>
		<pubDate>Sat, 17 Jul 2010 18:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-684335</guid>
		<description><![CDATA[I am wondering how this would relate to seedbox business, and what kinds of apps does this spur. Might we see soon seedbox services working like rTorrent offers, and as lightweight.

Or maybe control like with TFlux based offerings so a lower price point can be met.]]></description>
		<content:encoded><![CDATA[<p>I am wondering how this would relate to seedbox business, and what kinds of apps does this spur. Might we see soon seedbox services working like rTorrent offers, and as lightweight.</p>
<p>Or maybe control like with TFlux based offerings so a lower price point can be met.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cajones</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682908</link>
		<dc:creator><![CDATA[cajones]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 01:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682908</guid>
		<description><![CDATA[Hey maybe they will actually have a half-way decent Mac client now!]]></description>
		<content:encoded><![CDATA[<p>Hey maybe they will actually have a half-way decent Mac client now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elite Born Metro Type</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682782</link>
		<dc:creator><![CDATA[Elite Born Metro Type]]></dc:creator>
		<pubDate>Thu, 15 Jul 2010 17:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682782</guid>
		<description><![CDATA[Apps will not bloat uTorrent.  Ironically, its just te opposite,
Apps are rolling out to keep uTorrent small, but offer many
optional, open source features shared in the community.
BitTorrent just posted a blog explaining:
http://blog.bittorrent.com/2010/07/14/reflections-on-apps/

@1  uMap - its in the Griffin alpha now

@7 Why is this useful?  See the blog post above.

@10 Great idea!  please submit an app, and get into the forum and
    the IRC and people will help you make it happen.

@12 the SDK is just javascript.
    see  http://btapps-sdk.bittorrent.com/doc/api.html

@18 it already does.

@20 access to peers ip and %complete are an integral part of the
    BitTorrent protocol.  Anyone that wants to can code a
    solution that talks to any other node in any way they want.
    If you &quot;block all the leechers while keeping the seeders&quot;
    this will not help your download experience - it will have
    the exact same effect as setting your upload bandwidth to zero.
    if you are concerned about number of TCP connections and congestion,
    uTP fixes this.


@25, no, @20 is not correct.

@26 Great idea!  please submit an app, and get into the forum and
    the IRC and people will help you make it happen.

#35 the SDK is writting in Python, which run on all modern OS The
    reason to support Windows is the first apps-enabled client
    will come out on Windows.  All the tools for app building
    will work on linux and osx.  the MSI is really just a
    convenience wrapper for windows people, the actual SDK is on
    Github and you can check it out anywhere.

@37 there is no cygwin development environment for the SDK.
    Using cygwin simply makes the dev tools work better on
    Windows.]]></description>
		<content:encoded><![CDATA[<p>Apps will not bloat uTorrent.  Ironically, its just te opposite,<br />
Apps are rolling out to keep uTorrent small, but offer many<br />
optional, open source features shared in the community.<br />
BitTorrent just posted a blog explaining:<br />
<a href="http://blog.bittorrent.com/2010/07/14/reflections-on-apps/" rel="nofollow">http://blog.bittorrent.com/2010/07/14/reflections-on-apps/</a></p>
<p>@1  uMap &#8211; its in the Griffin alpha now</p>
<p>@7 Why is this useful?  See the blog post above.</p>
<p>@10 Great idea!  please submit an app, and get into the forum and<br />
    the IRC and people will help you make it happen.</p>
<p>@12 the SDK is just javascript.<br />
    see  <a href="http://btapps-sdk.bittorrent.com/doc/api.html" rel="nofollow">http://btapps-sdk.bittorrent.com/doc/api.html</a></p>
<p>@18 it already does.</p>
<p>@20 access to peers ip and %complete are an integral part of the<br />
    BitTorrent protocol.  Anyone that wants to can code a<br />
    solution that talks to any other node in any way they want.<br />
    If you &#8220;block all the leechers while keeping the seeders&#8221;<br />
    this will not help your download experience &#8211; it will have<br />
    the exact same effect as setting your upload bandwidth to zero.<br />
    if you are concerned about number of TCP connections and congestion,<br />
    uTP fixes this.</p>
<p>@25, no, @20 is not correct.</p>
<p>@26 Great idea!  please submit an app, and get into the forum and<br />
    the IRC and people will help you make it happen.</p>
<p>#35 the SDK is writting in Python, which run on all modern OS The<br />
    reason to support Windows is the first apps-enabled client<br />
    will come out on Windows.  All the tools for app building<br />
    will work on linux and osx.  the MSI is really just a<br />
    convenience wrapper for windows people, the actual SDK is on<br />
    Github and you can check it out anywhere.</p>
<p>@37 there is no cygwin development environment for the SDK.<br />
    Using cygwin simply makes the dev tools work better on<br />
    Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uTorrent Apps &#124; Fildelning</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682676</link>
		<dc:creator><![CDATA[uTorrent Apps &#124; Fildelning]]></dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682676</guid>
		<description><![CDATA[[...] TorrentFreak    // [...]]]></description>
		<content:encoded><![CDATA[<p>[...] TorrentFreak    // [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cujo</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682492</link>
		<dc:creator><![CDATA[Cujo]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682492</guid>
		<description><![CDATA[vpn.btapp  ,, surely would win lol]]></description>
		<content:encoded><![CDATA[<p>vpn.btapp  ,, surely would win lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoTo</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682440</link>
		<dc:creator><![CDATA[MoTo]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682440</guid>
		<description><![CDATA[Tiny little process...bye bye]]></description>
		<content:encoded><![CDATA[<p>Tiny little process&#8230;bye bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682416</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 10:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682416</guid>
		<description><![CDATA[App means application. Weird terminology!]]></description>
		<content:encoded><![CDATA[<p>App means application. Weird terminology!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Distribution Service – Easily Boost your Site&#8217;s Traffic &#38; Sales &#124; itlifeview</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682403</link>
		<dc:creator><![CDATA[Software Distribution Service – Easily Boost your Site&#8217;s Traffic &#38; Sales &#124; itlifeview]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 09:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682403</guid>
		<description><![CDATA[[...] uTorrent Opens Up Apps, Starts Developer Challenge &#124; TorrentFreak [...]]]></description>
		<content:encoded><![CDATA[<p>[...] uTorrent Opens Up Apps, Starts Developer Challenge | TorrentFreak [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682329</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 14 Jul 2010 00:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682329</guid>
		<description><![CDATA[This is not bloatware, it&#039;s optional to download.]]></description>
		<content:encoded><![CDATA[<p>This is not bloatware, it&#8217;s optional to download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Arqueros</title>
		<link>/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682285</link>
		<dc:creator><![CDATA[Luis Arqueros]]></dc:creator>
		<pubDate>Tue, 13 Jul 2010 21:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682285</guid>
		<description><![CDATA[We´ve an interesting oportunity to develop an improve in the original software that can help us to do the usuary experience more satisfied.]]></description>
		<content:encoded><![CDATA[<p>We´ve an interesting oportunity to develop an improve in the original software that can help us to do the usuary experience more satisfied.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
