<?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>Torrent News, Torrent Sites and the latest Scoops</description>
	<lastBuildDate>Thu, 24 May 2012 19:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Pulsed Media</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-684335</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682908</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682782</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682676</link>
		<dc:creator>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>[...] TorrentFreak    // [...]</description>
		<content:encoded><![CDATA[<p>[...] TorrentFreak    // [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cujo</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682492</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682440</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682416</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682403</link>
		<dc:creator>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>[...] 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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682329</link>
		<dc:creator>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>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>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682285</link>
		<dc:creator>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>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>
	<item>
		<title>By: in.cog.nito</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682246</link>
		<dc:creator>in.cog.nito</dc:creator>
		<pubDate>Tue, 13 Jul 2010 18:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682246</guid>
		<description>@39 QuadSlacker1313

Eat a dick. Nothing you have can&#039;t be found on a public or private tracker.</description>
		<content:encoded><![CDATA[<p>@39 QuadSlacker1313</p>
<p>Eat a dick. Nothing you have can&#8217;t be found on a public or private tracker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subserraneo - uTorrent abre el juego a las aplicaciones y premiará a la más innovadora</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682217</link>
		<dc:creator>Subserraneo - uTorrent abre el juego a las aplicaciones y premiará a la más innovadora</dc:creator>
		<pubDate>Tue, 13 Jul 2010 16:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682217</guid>
		<description>[...] Vía: Torrent Freak Alt1040 [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía: Torrent Freak Alt1040 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: old timer</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682201</link>
		<dc:creator>old timer</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682201</guid>
		<description>SHIT!

prepare for MASSIVE cheating, and the beginning of the end of torrenting...

trackers will not be able to keep up with the piles of poorly coded plugins coming- both official and unofficial...
doomdoomdoom....</description>
		<content:encoded><![CDATA[<p>SHIT!</p>
<p>prepare for MASSIVE cheating, and the beginning of the end of torrenting&#8230;</p>
<p>trackers will not be able to keep up with the piles of poorly coded plugins coming- both official and unofficial&#8230;<br />
doomdoomdoom&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkl</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682185</link>
		<dc:creator>jkl</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682185</guid>
		<description>Everyone on the bloat.</description>
		<content:encoded><![CDATA[<p>Everyone on the bloat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682165</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682165</guid>
		<description>great now you can tweet and like things right from utorrent and share what you are downloading as facebook status. and in addition to that set rotating background pictures for utorrent and sound effects.

seriously who needs apps?  just make a simple, lightwegth torrent program and make it work well.</description>
		<content:encoded><![CDATA[<p>great now you can tweet and like things right from utorrent and share what you are downloading as facebook status. and in addition to that set rotating background pictures for utorrent and sound effects.</p>
<p>seriously who needs apps?  just make a simple, lightwegth torrent program and make it work well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uTorrent abre el juego a las aplicaciones y premiará a la más innovadora &#124; Tuiter.com</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682150</link>
		<dc:creator>uTorrent abre el juego a las aplicaciones y premiará a la más innovadora &#124; Tuiter.com</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682150</guid>
		<description>[...] no deberían compromenter el funcionamiento del programa. Simon Morris, VP de BitTorrent, dice que para ellos las aplicaciones son una evolución natural de uTorrent, y que están ansiosos por [...]</description>
		<content:encoded><![CDATA[<p>[...] no deberían compromenter el funcionamiento del programa. Simon Morris, VP de BitTorrent, dice que para ellos las aplicaciones son una evolución natural de uTorrent, y que están ansiosos por [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: µTorrent ofrece su SDK y lanza un concurso para desarrolladores</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682132</link>
		<dc:creator>µTorrent ofrece su SDK y lanza un concurso para desarrolladores</dc:creator>
		<pubDate>Tue, 13 Jul 2010 08:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682132</guid>
		<description>[...] Via TorrentFreak [...]</description>
		<content:encoded><![CDATA[<p>[...] Via TorrentFreak [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BitTorrent Releases uTorrent SDK, Starts App Challenge &#124; Systema</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682130</link>
		<dc:creator>BitTorrent Releases uTorrent SDK, Starts App Challenge &#124; Systema</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682130</guid>
		<description>[...] developers challenge, awarding a $1000 prize to the best App to be submitted during the coming month. With the challenge they hope to encourage developers worldwide to create Apps that will highlight [...]</description>
		<content:encoded><![CDATA[<p>[...] developers challenge, awarding a $1000 prize to the best App to be submitted during the coming month. With the challenge they hope to encourage developers worldwide to create Apps that will highlight [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoDeMaCome</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682125</link>
		<dc:creator>SoDeMaCome</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682125</guid>
		<description>I like the seedbox ip blocking plugin.</description>
		<content:encoded><![CDATA[<p>I like the seedbox ip blocking plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uTorrent abre el juego a las aplicaciones y premiará a la más innovadora &#124; ALT1040</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682124</link>
		<dc:creator>uTorrent abre el juego a las aplicaciones y premiará a la más innovadora &#124; ALT1040</dc:creator>
		<pubDate>Tue, 13 Jul 2010 07:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682124</guid>
		<description>[...] no deberían compromenter el funcionamiento del programa. Simon Morris, VP de BitTorrent, dice que para ellos las aplicaciones son una evolución natural de uTorrent, y que están ansiosos por [...]</description>
		<content:encoded><![CDATA[<p>[...] no deberían compromenter el funcionamiento del programa. Simon Morris, VP de BitTorrent, dice que para ellos las aplicaciones son una evolución natural de uTorrent, y que están ansiosos por [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuadSlacker1313</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682117</link>
		<dc:creator>QuadSlacker1313</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682117</guid>
		<description>I ban all uTorrent ips.

Sharing 100,000 copyrighted files and counting.

Fuck you, idiots, for all your arrogance.</description>
		<content:encoded><![CDATA[<p>I ban all uTorrent ips.</p>
<p>Sharing 100,000 copyrighted files and counting.</p>
<p>Fuck you, idiots, for all your arrogance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682109</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2010 05:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682109</guid>
		<description>Maybe an app to reverse check that your real IP is not showing up anywhere...
something to test a ping or a traceroute onto yourself.
I can see it only be a security check, but not a real security improvement by itself.</description>
		<content:encoded><![CDATA[<p>Maybe an app to reverse check that your real IP is not showing up anywhere&#8230;<br />
something to test a ping or a traceroute onto yourself.<br />
I can see it only be a security check, but not a real security improvement by itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: expert01</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682102</link>
		<dc:creator>expert01</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682102</guid>
		<description>I agree - What the hell were they thinking? Why in god&#039;s name would they have a full cygwin development environment for an HTML/JS based app?

This is retarded. I could make a batch script in under 100 lines (being generous) that would download the same files off their server and package them up into a compressed file using 7z (just like extensions for other web content systems, like the MS sidebar or Firefox, are archives (zip?) containing some HTML and misc. ascii files).</description>
		<content:encoded><![CDATA[<p>I agree &#8211; What the hell were they thinking? Why in god&#8217;s name would they have a full cygwin development environment for an HTML/JS based app?</p>
<p>This is retarded. I could make a batch script in under 100 lines (being generous) that would download the same files off their server and package them up into a compressed file using 7z (just like extensions for other web content systems, like the MS sidebar or Firefox, are archives (zip?) containing some HTML and misc. ascii files).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5318008</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682100</link>
		<dc:creator>5318008</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682100</guid>
		<description>@27 sorry, didn&#039;t even look at default apps, just went straight for the obvious troll.

After all, what apps platform is complete without a Tetris port?

I guess they got us covered right out of the box.  Sweet.</description>
		<content:encoded><![CDATA[<p>@27 sorry, didn&#8217;t even look at default apps, just went straight for the obvious troll.</p>
<p>After all, what apps platform is complete without a Tetris port?</p>
<p>I guess they got us covered right out of the box.  Sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uTorrent Opens Up Apps, Starts Developer Challenge</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682092</link>
		<dc:creator>uTorrent Opens Up Apps, Starts Developer Challenge</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682092</guid>
		<description>[...] product or service appeal and technical expertise. The contest closes on Friday, August 13, 2010.   Reference                   ch_client = &quot;techenclave1&quot;; ch_type = &quot;mpu&quot;; ch_width = 550; ch_height = 250; [...]</description>
		<content:encoded><![CDATA[<p>[...] product or service appeal and technical expertise. The contest closes on Friday, August 13, 2010.   Reference                   ch_client = &quot;techenclave1&quot;; ch_type = &quot;mpu&quot;; ch_width = 550; ch_height = 250; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682086</link>
		<dc:creator>R</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682086</guid>
		<description>The idea is awesome, but the implementation of the SDK is retarded.
First of all, they&#039;re using a Linux-based SDK for a program that doesn&#039;t even have a native Linux client (yet). They should have just gone with a Linux virtual machine instead of Cygwin, since Cygwin can be a real pain to get working properly, but a virtual machine is as simple as starting an application. You can&#039;t even use it on Linux because the they packaged it as an MSI.

Oh, and I doubt that all the apps will be pure HTML+Javascript - there will definitely be some apps that are just a wrapper/interface layer for exes that do performance-sensitive stuff like converting videos.</description>
		<content:encoded><![CDATA[<p>The idea is awesome, but the implementation of the SDK is retarded.<br />
First of all, they&#8217;re using a Linux-based SDK for a program that doesn&#8217;t even have a native Linux client (yet). They should have just gone with a Linux virtual machine instead of Cygwin, since Cygwin can be a real pain to get working properly, but a virtual machine is as simple as starting an application. You can&#8217;t even use it on Linux because the they packaged it as an MSI.</p>
<p>Oh, and I doubt that all the apps will be pure HTML+Javascript &#8211; there will definitely be some apps that are just a wrapper/interface layer for exes that do performance-sensitive stuff like converting videos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaptain Krunch</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682085</link>
		<dc:creator>Kaptain Krunch</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682085</guid>
		<description>$1000 bucks to the first app that can blow up the mafia!</description>
		<content:encoded><![CDATA[<p>$1000 bucks to the first app that can blow up the mafia!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james brown</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682080</link>
		<dc:creator>james brown</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682080</guid>
		<description>This is awesome. It would be great to have even more control of your torrent client and be able to do stuff like auto download, auto upload, mass search, and so many other different things that im sure will be developed


http://www.seed-bytes.com/signup.php</description>
		<content:encoded><![CDATA[<p>This is awesome. It would be great to have even more control of your torrent client and be able to do stuff like auto download, auto upload, mass search, and so many other different things that im sure will be developed</p>
<p><a href="http://www.seed-bytes.com/signup.php" rel="nofollow">http://www.seed-bytes.com/signup.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682076</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682076</guid>
		<description>I say go for it. Make a peer map and other peer tracking apps. Hopefully this will finally kill uTorrent&#039;s popularity.</description>
		<content:encoded><![CDATA[<p>I say go for it. Make a peer map and other peer tracking apps. Hopefully this will finally kill uTorrent&#8217;s popularity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaval Johansen</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682069</link>
		<dc:creator>Gaval Johansen</dc:creator>
		<pubDate>Tue, 13 Jul 2010 01:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682069</guid>
		<description>uTorrent is da bomb dude, plain and simple.

</description>
		<content:encoded><![CDATA[<p>uTorrent is da bomb dude, plain and simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682068</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2010 01:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682068</guid>
		<description>This is the response I got on the utorrent forum: 
http://forum.utorrent.com/viewtopic.php?pid=497642#p497642</description>
		<content:encoded><![CDATA[<p>This is the response I got on the utorrent forum:<br />
<a href="http://forum.utorrent.com/viewtopic.php?pid=497642#p497642" rel="nofollow">http://forum.utorrent.com/viewtopic.php?pid=497642#p497642</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682066</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682066</guid>
		<description>Here is an app that I want:
I tell him where I keep my movies
I tell him where I keep my finished torrent files
On demand, in background, the app will do : scan and compute the hashes of all my unidentified movie files, compare with the hashes in the finished torrent folder, and reseed the movies that I downloaded and that I moved or renamed (for my clarity) and which had been deseeded because of move/renaming.

Without this, I am mostly a leecher because I need to move the files to another disk after finished.</description>
		<content:encoded><![CDATA[<p>Here is an app that I want:<br />
I tell him where I keep my movies<br />
I tell him where I keep my finished torrent files<br />
On demand, in background, the app will do : scan and compute the hashes of all my unidentified movie files, compare with the hashes in the finished torrent folder, and reseed the movies that I downloaded and that I moved or renamed (for my clarity) and which had been deseeded because of move/renaming.</p>
<p>Without this, I am mostly a leecher because I need to move the files to another disk after finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uTorrent Opens Up Apps, Starts Developer Challenge</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682061</link>
		<dc:creator>uTorrent Opens Up Apps, Starts Developer Challenge</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682061</guid>
		<description>[...] Read more, click this link now! [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more, click this link now! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In Other News</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682060</link>
		<dc:creator>In Other News</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682060</guid>
		<description>RIAA secretly writes useful app for utorrent that passes all your copy write infringements to RIAA torrent peers.</description>
		<content:encoded><![CDATA[<p>RIAA secretly writes useful app for utorrent that passes all your copy write infringements to RIAA torrent peers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682059</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682059</guid>
		<description>@18 It already runs &quot;Tetris&quot;, check out the &quot;Tetronimoes&quot; app.</description>
		<content:encoded><![CDATA[<p>@18 It already runs &#8220;Tetris&#8221;, check out the &#8220;Tetronimoes&#8221; app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nonW00t</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682058</link>
		<dc:creator>nonW00t</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682058</guid>
		<description>An auto ip blacklist updater would be best use of this disaster waiting to happen. LOL</description>
		<content:encoded><![CDATA[<p>An auto ip blacklist updater would be best use of this disaster waiting to happen. LOL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: === popurls.com === popular today</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682054</link>
		<dc:creator>=== popurls.com === popular today</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682054</guid>
		<description>&lt;strong&gt;=== popurls.com === popular today...&lt;/strong&gt;

yeah! this story has entered the popular today section on popurls.com...</description>
		<content:encoded><![CDATA[<p><strong>=== popurls.com === popular today&#8230;</strong></p>
<p>yeah! this story has entered the popular today section on popurls.com&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682051</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 23:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682051</guid>
		<description>@20 are you sure about this?</description>
		<content:encoded><![CDATA[<p>@20 are you sure about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theamp</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682049</link>
		<dc:creator>theamp</dc:creator>
		<pubDate>Mon, 12 Jul 2010 23:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682049</guid>
		<description>You guys are retarded. If you don&#039;t want the app, don&#039;t install the app.</description>
		<content:encoded><![CDATA[<p>You guys are retarded. If you don&#8217;t want the app, don&#8217;t install the app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spind</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682040</link>
		<dc:creator>Spind</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682040</guid>
		<description>i just hope that those apps will be an optional thing... not like Vuze (why on earth do i need a Vuze player?? when i have KMPlayer)</description>
		<content:encoded><![CDATA[<p>i just hope that those apps will be an optional thing&#8230; not like Vuze (why on earth do i need a Vuze player?? when i have KMPlayer)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: X</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682038</link>
		<dc:creator>X</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682038</guid>
		<description>As with what everone else said if you don&#039;t want utorrent to become bloated just don&#039;t download the apps.

Utorrent is a great program but its only drawbacks have been the lack of extra features. Useful extra features that is.</description>
		<content:encoded><![CDATA[<p>As with what everone else said if you don&#8217;t want utorrent to become bloated just don&#8217;t download the apps.</p>
<p>Utorrent is a great program but its only drawbacks have been the lack of extra features. Useful extra features that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention uTorrent Opens Up Apps, Starts Developer Challenge &#124; TorrentFreak -- Topsy.com</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682035</link>
		<dc:creator>Tweets that mention uTorrent Opens Up Apps, Starts Developer Challenge &#124; TorrentFreak -- Topsy.com</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682035</guid>
		<description>[...] This post was mentioned on Twitter by Louie Baur and others. Louie Baur said: uTorrent Opens Up Apps, Starts Developer Challenge http://bit.ly/bQUmy2 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Louie Baur and others. Louie Baur said: uTorrent Opens Up Apps, Starts Developer Challenge <a href="http://bit.ly/bQUmy2" rel="nofollow">http://bit.ly/bQUmy2</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Torin050</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682034</link>
		<dc:creator>Torin050</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682034</guid>
		<description>@2 Another one? Did you not read all the other articles. You don&#039;t bloody need to download the apps. Hell you can stay on 2.0 if you want and not even have the ability.</description>
		<content:encoded><![CDATA[<p>@2 Another one? Did you not read all the other articles. You don&#8217;t bloody need to download the apps. Hell you can stay on 2.0 if you want and not even have the ability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682029</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682029</guid>
		<description>There&#039;s a huge flaw with the API provided. We can fetch all the peers of a torrent automatically, making possible to block all the leechers while keeping the seeders with some external firewall filter script. This bt-apps API is bloated in every way and will soon result in some really bad sh*t for everyone.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a huge flaw with the API provided. We can fetch all the peers of a torrent automatically, making possible to block all the leechers while keeping the seeders with some external firewall filter script. This bt-apps API is bloated in every way and will soon result in some really bad sh*t for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682028</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682028</guid>
		<description>@17 Thanks for the info!</description>
		<content:encoded><![CDATA[<p>@17 Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5318008</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682024</link>
		<dc:creator>5318008</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682024</guid>
		<description>Will it run Tetris?</description>
		<content:encoded><![CDATA[<p>Will it run Tetris?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682023</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682023</guid>
		<description>@Danny: It won&#039;t really be much harder to code for uTorrent, as I believe it says on their website JavaScript and web technologies are used to make the addons. $1000 actually seems very generous to me for a BitTorrent client addon. If you are to get paid $50 per hour, that&#039;s 20 hours worth of work - assuming you actually work for that long by yourself. $1000 is the type of money freelancers would be looking at to build whole websites.

&quot;Apps&quot; consist only of HTML and Javascript packaged together and displayed using an embedded browser window after being added to the client.</description>
		<content:encoded><![CDATA[<p>@Danny: It won&#8217;t really be much harder to code for uTorrent, as I believe it says on their website JavaScript and web technologies are used to make the addons. $1000 actually seems very generous to me for a BitTorrent client addon. If you are to get paid $50 per hour, that&#8217;s 20 hours worth of work &#8211; assuming you actually work for that long by yourself. $1000 is the type of money freelancers would be looking at to build whole websites.</p>
<p>&#8220;Apps&#8221; consist only of HTML and Javascript packaged together and displayed using an embedded browser window after being added to the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682021</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682021</guid>
		<description>Bells and whistles.</description>
		<content:encoded><![CDATA[<p>Bells and whistles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682020</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682020</guid>
		<description>Can&#039;t believe the amount of idiots complaining that uTorrent will become bloated. I&#039;m no genius but err... you don&#039;t have to download any apps if you don&#039;t want to? Idiots.

As if it&#039;s going to become a memory hog simply because they released the SDK.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t believe the amount of idiots complaining that uTorrent will become bloated. I&#8217;m no genius but err&#8230; you don&#8217;t have to download any apps if you don&#8217;t want to? Idiots.</p>
<p>As if it&#8217;s going to become a memory hog simply because they released the SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://torrentfreak.com/utorrent-opens-up-apps-starts-developer-challenge-100712/#comment-682017</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://torrentfreak.com/?p=25393#comment-682017</guid>
		<description>ratio cheat app?</description>
		<content:encoded><![CDATA[<p>ratio cheat app?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

