<?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: Web vs. Desktop</title>
	<atom:link href="http://shotofjaq.org/2010/04/web-vs-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://shotofjaq.org/2010/04/web-vs-desktop/</link>
	<description>Ten minutes of short, sharp, informed, and funny comment about the open source world</description>
	<lastBuildDate>Tue, 14 Sep 2010 21:58:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevie</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3312</link>
		<dc:creator>Kevie</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3312</guid>
		<description>&lt;p&gt;How about this for a future shot: phone v web.  I think there is still a distinctive split on the phone apps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about this for a future shot: phone v web.  I think there is still a distinctive split on the phone apps.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kevie</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3293</link>
		<dc:creator>kevie</dc:creator>
		<pubDate>Tue, 20 Apr 2010 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3293</guid>
		<description>&lt;p&gt;Great shot guys, however I can&#039;t help but feel that this shot is almost a bit dated.  Back in the 90s it was very much desktop as it was so expensive just to be online, never mind downloading anything.  Then after the turn of the century it reversed and went to the pay a set fee per month very similar to what it is now and everything went online, it wasn&#039;t cool if it wasn&#039;t online.  However over the last few years I think that apps in general are making use of the fact that just about every desktop has an internet connection, yes the program is still installed locally however a lot of the information is taken from the web.&lt;/p&gt;

&lt;p&gt;If people were to limit this by saying they would only work with one or the other then this could have a serious impact on the potential that programs have.  I hope that programmers and designers continue to integrate web and desktop technology as one, not separate or rival entities.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great shot guys, however I can&#8217;t help but feel that this shot is almost a bit dated.  Back in the 90s it was very much desktop as it was so expensive just to be online, never mind downloading anything.  Then after the turn of the century it reversed and went to the pay a set fee per month very similar to what it is now and everything went online, it wasn&#8217;t cool if it wasn&#8217;t online.  However over the last few years I think that apps in general are making use of the fact that just about every desktop has an internet connection, yes the program is still installed locally however a lot of the information is taken from the web.</p>

<p>If people were to limit this by saying they would only work with one or the other then this could have a serious impact on the potential that programs have.  I hope that programmers and designers continue to integrate web and desktop technology as one, not separate or rival entities.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3285</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3285</guid>
		<description>&lt;p&gt;As another me-too comment... I would agree that the future is in rich, fast, native (desktop/mobile) applications that tie into an increasingly more flexible web.  Or at least I&#039;m betting on such a future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As another me-too comment&#8230; I would agree that the future is in rich, fast, native (desktop/mobile) applications that tie into an increasingly more flexible web.  Or at least I&#8217;m betting on such a future.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3246</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Mon, 19 Apr 2010 17:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3246</guid>
		<description>&lt;p&gt;Ah. I should have been clearer about that. There is a (largely spurious) distinction in my head between &quot;a web browser&quot; and &quot;an application window with a web rendering widget in it&quot;. &quot;A web browser&quot;, for example Firefox, has lots of stuff in menus and toolbar buttons dedicated to making it better at browsing the web -- bookmarks, password-remembering dialogs, cookie management, and the like. Providing a local administration interface for your application by serving up a website from a local Apache could usefully be done by providing a local app with a Gecko widget in it which browses to said local Apache -- it doesn&#039;t need an address bar or remembered-password editing dialogs or bookmarks for that. That we &lt;em&gt;can&lt;/em&gt; use a normal web browser to do these things, because it does the web and does local stuff as well, doesn&#039;t necessarily mean that it&#039;s the best approach. HTML5 apps using local storage are an interesting blend of the two (I wrote one this weekend, for example :)), and fall somewhere midway down my continuum of web-to-desktop.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah. I should have been clearer about that. There is a (largely spurious) distinction in my head between &#8220;a web browser&#8221; and &#8220;an application window with a web rendering widget in it&#8221;. &#8220;A web browser&#8221;, for example Firefox, has lots of stuff in menus and toolbar buttons dedicated to making it better at browsing the web &#8212; bookmarks, password-remembering dialogs, cookie management, and the like. Providing a local administration interface for your application by serving up a website from a local Apache could usefully be done by providing a local app with a Gecko widget in it which browses to said local Apache &#8212; it doesn&#8217;t need an address bar or remembered-password editing dialogs or bookmarks for that. That we <em>can</em> use a normal web browser to do these things, because it does the web and does local stuff as well, doesn&#8217;t necessarily mean that it&#8217;s the best approach. HTML5 apps using local storage are an interesting blend of the two (I wrote one this weekend, for example <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ), and fall somewhere midway down my continuum of web-to-desktop.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3242</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Mon, 19 Apr 2010 10:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3242</guid>
		<description>&lt;p&gt;Oh, and when you are abroad, where 3G roaming charges are astronomical and wireless (if you can find an access point and if you have an account with a provider and if that provider has a roaming agreement) still costs 8p per minute.&lt;/p&gt;

&lt;p&gt;Gerv&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, and when you are abroad, where 3G roaming charges are astronomical and wireless (if you can find an access point and if you have an account with a provider and if that provider has a roaming agreement) still costs 8p per minute.</p>

<p>Gerv</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3241</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Mon, 19 Apr 2010 10:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3241</guid>
		<description>&lt;p&gt;Aq: &quot;A web browser by definition only shows you stuff on the web.&quot;&lt;/p&gt;

&lt;p&gt;Not at all. Google Desktop, for example, provides a search UI by running a local webserver. And you can load files from disk. And HTML Offline Storage means you can run entire apps stored in the browser without being connected to the web at all.&lt;/p&gt;

&lt;p&gt;Gerv&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Aq: &#8220;A web browser by definition only shows you stuff on the web.&#8221;</p>

<p>Not at all. Google Desktop, for example, provides a search UI by running a local webserver. And you can load files from disk. And HTML Offline Storage means you can run entire apps stored in the browser without being connected to the web at all.</p>

<p>Gerv</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3240</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Mon, 19 Apr 2010 10:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3240</guid>
		<description>&lt;p&gt;&quot;I mean how often do you use a computer not connected to the internet…&quot;&lt;/p&gt;

&lt;p&gt;On planes. On other forms of transport where 3G coverage is spotty - such as during my recent narrowboating trip. When my mobile is out of coverage. When I&#039;m staying at a hotel with no 3G coverage and no wifi.&lt;/p&gt;

&lt;p&gt;And, of course, when my internet connection is down.&lt;/p&gt;

&lt;p&gt;Gerv&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I mean how often do you use a computer not connected to the internet…&#8221;</p>

<p>On planes. On other forms of transport where 3G coverage is spotty &#8211; such as during my recent narrowboating trip. When my mobile is out of coverage. When I&#8217;m staying at a hotel with no 3G coverage and no wifi.</p>

<p>And, of course, when my internet connection is down.</p>

<p>Gerv</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tola</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3168</link>
		<dc:creator>tola</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3168</guid>
		<description>&lt;p&gt;&quot;The desktop&quot; is really just a design metaphor, but it&#039;s one which has become so ingrained in our understanding of personal computers that it&#039;s going to be difficult to replace.&lt;/p&gt;

&lt;p&gt;I can&#039;t really see desktop applications and web applications co-existing as they do now for much longer though, I feel there will eventually be some convergence which works to the benefits of both approaches.&lt;/p&gt;

&lt;p&gt;HTML5 is a step in this direction, giving web applications more access to low-level hardware and providing native audio/video, vector graphics and offline storage capabilities. Google Chrome OS is also a step in this direction.&lt;/p&gt;

&lt;p&gt;The iPad has interesting examples of graphical user interfaces that don&#039;t exist within a desktop environment and it will be interesting to see how this style of interface design transposes to the web environment with the emerging standards for native graphics capability.&lt;/p&gt;

&lt;p&gt;Underlying this issue is the other question of cloud computing (discussed in another shot) of where computing takes place and where users&#039; data is stored.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;The desktop&#8221; is really just a design metaphor, but it&#8217;s one which has become so ingrained in our understanding of personal computers that it&#8217;s going to be difficult to replace.</p>

<p>I can&#8217;t really see desktop applications and web applications co-existing as they do now for much longer though, I feel there will eventually be some convergence which works to the benefits of both approaches.</p>

<p>HTML5 is a step in this direction, giving web applications more access to low-level hardware and providing native audio/video, vector graphics and offline storage capabilities. Google Chrome OS is also a step in this direction.</p>

<p>The iPad has interesting examples of graphical user interfaces that don&#8217;t exist within a desktop environment and it will be interesting to see how this style of interface design transposes to the web environment with the emerging standards for native graphics capability.</p>

<p>Underlying this issue is the other question of cloud computing (discussed in another shot) of where computing takes place and where users&#8217; data is stored.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phayz</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3111</link>
		<dc:creator>phayz</dc:creator>
		<pubDate>Mon, 12 Apr 2010 23:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3111</guid>
		<description>&lt;p&gt;..&quot;I mean how often do you use a computer not connected to the internet… almost never.&quot; I love it when people answer the very question they raise. Personally I often use a computer not connected to the Internet - at home. Although I live in a &quot;modern&quot; country, with the latest technologies available, I currently retain Internet access. I cannot get access to ADSL 1 or 2, nor cable or satellite Internet access. The only option available to me is wireless but in my home the signal strength is so poor that it&#039;s simply not worth it. Wireless is significantly more expensive than wired access, so I would be paying a premium for an incredibly poor level of service.&lt;/p&gt;

&lt;p&gt;For me then, the answer is that I &lt;em&gt;must&lt;/em&gt; retain the &quot;legacy&quot; desktop. Apps in the cloud are just not a viable replacement. Besides this I still like the fact that the apps I use on my desktop are free (beer) and free (freedom). The web sites I use most often on the web are not.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>..&#8221;I mean how often do you use a computer not connected to the internet… almost never.&#8221; I love it when people answer the very question they raise. Personally I often use a computer not connected to the Internet &#8211; at home. Although I live in a &#8220;modern&#8221; country, with the latest technologies available, I currently retain Internet access. I cannot get access to ADSL 1 or 2, nor cable or satellite Internet access. The only option available to me is wireless but in my home the signal strength is so poor that it&#8217;s simply not worth it. Wireless is significantly more expensive than wired access, so I would be paying a premium for an incredibly poor level of service.</p>

<p>For me then, the answer is that I <em>must</em> retain the &#8220;legacy&#8221; desktop. Apps in the cloud are just not a viable replacement. Besides this I still like the fact that the apps I use on my desktop are free (beer) and free (freedom). The web sites I use most often on the web are not.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3108</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 12 Apr 2010 07:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3108</guid>
		<description>&lt;p&gt;Pity the cross-platform nature of the web can&#039;t be easily introduced to the desktop along with all the whizzy new desktop glitter. Adobe AIR tries but suffers the same issue as Flash (runs like a dog). Java does this but it feels like every linux using podcaster I&#039;ve ever heard except Dick Wall can&#039;t stand Java (and presumably this extends to JavaFX), so that&#039;s a bit of a downer too.&lt;/p&gt;

&lt;p&gt;I think the App of Jaq idea is great too and will love to see it up and running, but the platform-specific nature of it leaves a little to be desired.&lt;/p&gt;

&lt;p&gt;Great shot guys.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pity the cross-platform nature of the web can&#8217;t be easily introduced to the desktop along with all the whizzy new desktop glitter. Adobe AIR tries but suffers the same issue as Flash (runs like a dog). Java does this but it feels like every linux using podcaster I&#8217;ve ever heard except Dick Wall can&#8217;t stand Java (and presumably this extends to JavaFX), so that&#8217;s a bit of a downer too.</p>

<p>I think the App of Jaq idea is great too and will love to see it up and running, but the platform-specific nature of it leaves a little to be desired.</p>

<p>Great shot guys.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gaunt Face</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3105</link>
		<dc:creator>Gaunt Face</dc:creator>
		<pubDate>Sun, 11 Apr 2010 11:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3105</guid>
		<description>&lt;p&gt;The way I see it is a great service has an application for each platform and takes full advantage of what each platform has to offer.&lt;/p&gt;

&lt;p&gt;Web - Take it wherever you go, but requires the user to actively go onto your site&lt;/p&gt;

&lt;p&gt;Desktop - Powerful, more common to users, easier methods for giving user notifications&lt;/p&gt;

&lt;p&gt;Mobile Device - Gives user opportunity to perform tasks where previously not really available, plus extra sensor data (GPS, Camera, Accelerometer)&lt;/p&gt;

&lt;p&gt;For me each service offers something different, and if you get a user on each platform with your service you can do some pretty kool things, other them an experience, that for me, is pretty few and far between and something I think apple probably has best with things like mobile me and Ubuntu One has the possibility to be a similar sort of service.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The way I see it is a great service has an application for each platform and takes full advantage of what each platform has to offer.</p>

<p>Web &#8211; Take it wherever you go, but requires the user to actively go onto your site</p>

<p>Desktop &#8211; Powerful, more common to users, easier methods for giving user notifications</p>

<p>Mobile Device &#8211; Gives user opportunity to perform tasks where previously not really available, plus extra sensor data (GPS, Camera, Accelerometer)</p>

<p>For me each service offers something different, and if you get a user on each platform with your service you can do some pretty kool things, other them an experience, that for me, is pretty few and far between and something I think apple probably has best with things like mobile me and Ubuntu One has the possibility to be a similar sort of service.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kmitch87</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3104</link>
		<dc:creator>kmitch87</dc:creator>
		<pubDate>Sun, 11 Apr 2010 02:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3104</guid>
		<description>&lt;p&gt;First off, great Shot!  Also, thank you very much for the mobile theme; it makes it very pleasing to browse the site from my new Droid Eris;-)  You guys focused on the traditional web vs desktop development argument, but what about mobile development?  It is possible to integrate across the web, desktop and mobile devices?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First off, great Shot!  Also, thank you very much for the mobile theme; it makes it very pleasing to browse the site from my new Droid Eris;-)  You guys focused on the traditional web vs desktop development argument, but what about mobile development?  It is possible to integrate across the web, desktop and mobile devices?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 10010010100111010</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3099</link>
		<dc:creator>10010010100111010</dc:creator>
		<pubDate>Sat, 10 Apr 2010 07:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3099</guid>
		<description>&lt;p&gt;I&#039;m rather amazed no-one&#039;s mentioned OwnCloud (owncloud.org) here. This is an attempt to basically let people create their own personal, open source cloud easily that lets all your desktop apps use / sync to / keep revisions on the web.&lt;/p&gt;

&lt;p&gt;It&#039;s early days yet, but for anyone who hasn&#039;t seen it yet, I highly recommend checking out the presentation at:
http://www.youtube.com/watch?v=5IdMWxtMMB8&lt;/p&gt;

&lt;p&gt;(Yes, he talks about KDE in there, but OwnCloud is cross platform. The idea is that &lt;em&gt;any&lt;/em&gt; device can use it regardless of OS or desktop environment)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m rather amazed no-one&#8217;s mentioned OwnCloud (owncloud.org) here. This is an attempt to basically let people create their own personal, open source cloud easily that lets all your desktop apps use / sync to / keep revisions on the web.</p>

<p>It&#8217;s early days yet, but for anyone who hasn&#8217;t seen it yet, I highly recommend checking out the presentation at:
<a href="http://www.youtube.com/watch?v=5IdMWxtMMB8" rel="nofollow">http://www.youtube.com/watch?v=5IdMWxtMMB8</a></p>

<p>(Yes, he talks about KDE in there, but OwnCloud is cross platform. The idea is that <em>any</em> device can use it regardless of OS or desktop environment)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3098</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Fri, 09 Apr 2010 23:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3098</guid>
		<description>&lt;p&gt;Considering how many different devices people tend to want to communicate with, popular communication oriented applications end up often developing a client-server architecture, and websites develop APIs. What&#039;s better? What your users want is what&#039;s better, and what&#039;s best is being able to let people help you out to get there. So if you&#039;ve got a good idea for an app and you want people to use it from their phone or their desktop, really, you need to provide the service and the API for other people to build their preferred style of client for. Because if twitter has taught us anything -- no one client serves. You can twitter from your toaster, no?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Considering how many different devices people tend to want to communicate with, popular communication oriented applications end up often developing a client-server architecture, and websites develop APIs. What&#8217;s better? What your users want is what&#8217;s better, and what&#8217;s best is being able to let people help you out to get there. So if you&#8217;ve got a good idea for an app and you want people to use it from their phone or their desktop, really, you need to provide the service and the API for other people to build their preferred style of client for. Because if twitter has taught us anything &#8212; no one client serves. You can twitter from your toaster, no?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mg</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3097</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3097</guid>
		<description>&lt;p&gt;You&#039;re looking at the details of the technology, and not the role they fill in the market. The sort of &quot;apps&quot; you&#039;re talking about fill exactly the same niche - small dedicated applications that bridge the Internet (or network) to the desktop.&lt;/p&gt;

&lt;p&gt;HTML 5 and Adobe Air achieve platform independence by sacrificing integration. Apple sacrifices platform independence but gains integration. Microsoft Silverlight sacrifices platform independence and integration and gains - well nothing from the looks of it.&lt;/p&gt;

&lt;p&gt;The degree of integration by the different approaches is just a design decision. Why do you think that Adobe is so keen on getting Flash onto the iPhone, and Apple is so keen on keeping it (and Silverlight and Mono) out? It&#039;s because they &lt;em&gt;can&lt;/em&gt; do the same thing as Objective-C (while sacrificing integration) for those types of applications.&lt;/p&gt;

&lt;p&gt;I think the well integrated app approach is the correct one for the sort of application you are talking about. Python and Gnome is the platform. The repository is the &quot;app store&quot;. As I said, all you&#039;re really lacking at this point is a name for it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;re looking at the details of the technology, and not the role they fill in the market. The sort of &#8220;apps&#8221; you&#8217;re talking about fill exactly the same niche &#8211; small dedicated applications that bridge the Internet (or network) to the desktop.</p>

<p>HTML 5 and Adobe Air achieve platform independence by sacrificing integration. Apple sacrifices platform independence but gains integration. Microsoft Silverlight sacrifices platform independence and integration and gains &#8211; well nothing from the looks of it.</p>

<p>The degree of integration by the different approaches is just a design decision. Why do you think that Adobe is so keen on getting Flash onto the iPhone, and Apple is so keen on keeping it (and Silverlight and Mono) out? It&#8217;s because they <em>can</em> do the same thing as Objective-C (while sacrificing integration) for those types of applications.</p>

<p>I think the well integrated app approach is the correct one for the sort of application you are talking about. Python and Gnome is the platform. The repository is the &#8220;app store&#8221;. As I said, all you&#8217;re really lacking at this point is a name for it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jono</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3096</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3096</guid>
		<description>&lt;blockquote&gt;
  &lt;p&gt;I’m looking forward to App of Jaq as the one-stop shop for all my Jaq needs. It’ll be nice being able to listen to the Shot and comment on it without leaving evidence on my work machine’s web browser. :)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I think it is going to be pretty cool. The idea with &lt;em&gt;App Of Jaq&lt;/em&gt; is to really build the conversation experience into the desktop. It will be simple at first, primarily showing notification bubbles when new comments arrive and automatically downloading new shots and being to play them, but we hope to build a community of people who are keen to contribute to &lt;em&gt;App Of Jaq&lt;/em&gt; to make it more interactive and interesting.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
  <p>I’m looking forward to App of Jaq as the one-stop shop for all my Jaq needs. It’ll be nice being able to listen to the Shot and comment on it without leaving evidence on my work machine’s web browser. <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</blockquote>

<p>I think it is going to be pretty cool. The idea with <em>App Of Jaq</em> is to really build the conversation experience into the desktop. It will be simple at first, primarily showing notification bubbles when new comments arrive and automatically downloading new shots and being to play them, but we hope to build a community of people who are keen to contribute to <em>App Of Jaq</em> to make it more interactive and interesting.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jono</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3095</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Fri, 09 Apr 2010 18:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3095</guid>
		<description>&lt;p&gt;Not really: the examples you gave are rich web frameworks that happen to run on the desktop too, but they don&#039;t really integrate with the desktop as much from what I can tell.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not really: the examples you gave are rich web frameworks that happen to run on the desktop too, but they don&#8217;t really integrate with the desktop as much from what I can tell.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: andytherocketeer</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3094</link>
		<dc:creator>andytherocketeer</dc:creator>
		<pubDate>Fri, 09 Apr 2010 18:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3094</guid>
		<description>&lt;p&gt;100% web/cloud based would cost a fortune if you needed to make use of WiFi in EU hotels or international data roaming just to be able to work.&lt;/p&gt;

&lt;p&gt;If you do sway towards the web app end of the scale, make sure you don&#039;t let your ISP cut your connection when your offspring or visitors download too many dodgy movies ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>100% web/cloud based would cost a fortune if you needed to make use of WiFi in EU hotels or international data roaming just to be able to work.</p>

<p>If you do sway towards the web app end of the scale, make sure you don&#8217;t let your ISP cut your connection when your offspring or visitors download too many dodgy movies <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: ssweeny</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3093</link>
		<dc:creator>ssweeny</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3093</guid>
		<description>&lt;p&gt;&quot;There&#039;s an App of Jaq for that&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;There&#8217;s an App of Jaq for that&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mg</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3092</link>
		<dc:creator>mg</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3092</guid>
		<description>&lt;p&gt;Isn&#039;t this what everyone is trying to do now, but with different approaches? Adobe has AIR, Microsoft has Silverlight, Apple has their native iPhone/iPad Objective-C Apps, and everyone else has HTML5. All of these are supposed to bring the web and the desktop together.&lt;/p&gt;

&lt;p&gt;What you seem to be offering is the Apple approach (native apps), but using Python instead of Objective-C. I think all you&#039;re lacking is a trendy name for it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this what everyone is trying to do now, but with different approaches? Adobe has AIR, Microsoft has Silverlight, Apple has their native iPhone/iPad Objective-C Apps, and everyone else has HTML5. All of these are supposed to bring the web and the desktop together.</p>

<p>What you seem to be offering is the Apple approach (native apps), but using Python instead of Objective-C. I think all you&#8217;re lacking is a trendy name for it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jimjimovich</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3091</link>
		<dc:creator>jimjimovich</dc:creator>
		<pubDate>Fri, 09 Apr 2010 17:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3091</guid>
		<description>&lt;p&gt;OK, I did a little searching, and it&#039;s true, it&#039;s super easy to do (so easy that it&#039;s a bit scary). Still, any documentation on this?&lt;/p&gt;

&lt;p&gt;Rock!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, I did a little searching, and it&#8217;s true, it&#8217;s super easy to do (so easy that it&#8217;s a bit scary). Still, any documentation on this?</p>

<p>Rock!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jono</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3090</link>
		<dc:creator>jono</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3090</guid>
		<description>&lt;p&gt;Thanks, Rezza! Glad you liked the shot, and we are looking forward to getting App Of Jaq out soon. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Rezza! Glad you liked the shot, and we are looking forward to getting App Of Jaq out soon. <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: jimjimovich</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3088</link>
		<dc:creator>jimjimovich</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3088</guid>
		<description>&lt;p&gt;3 lines of code to post to twitter? feel like sharing these lines of code and pointing to any docs that might document that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>3 lines of code to post to twitter? feel like sharing these lines of code and pointing to any docs that might document that?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ssweeny</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3086</link>
		<dc:creator>ssweeny</dc:creator>
		<pubDate>Fri, 09 Apr 2010 15:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3086</guid>
		<description>&lt;p&gt;I feel more comfortable using desktop apps, even when all they do is present data from the web. I use desktop clients for web services whenever possible because, as was mentioned in the Shot, I feel like I get a richer experience as well as the desktop integration with notifications and the messaging menu and whatnot.&lt;/p&gt;

&lt;p&gt;It feels like a hassle to have browser tabs open for identica, twitter, facebook, gmail, work email, and other web services that I have to manually poll when I can just have programs running in the background checking them for me and alerting me when something interesting happens.&lt;/p&gt;

&lt;p&gt;I&#039;m looking forward to App of Jaq as the one-stop shop for all my Jaq needs. It&#039;ll be nice being able to listen to the Shot and comment on it without leaving evidence on my work machine&#039;s web browser. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I feel more comfortable using desktop apps, even when all they do is present data from the web. I use desktop clients for web services whenever possible because, as was mentioned in the Shot, I feel like I get a richer experience as well as the desktop integration with notifications and the messaging menu and whatnot.</p>

<p>It feels like a hassle to have browser tabs open for identica, twitter, facebook, gmail, work email, and other web services that I have to manually poll when I can just have programs running in the background checking them for me and alerting me when something interesting happens.</p>

<p>I&#8217;m looking forward to App of Jaq as the one-stop shop for all my Jaq needs. It&#8217;ll be nice being able to listen to the Shot and comment on it without leaving evidence on my work machine&#8217;s web browser. <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: corrie206</title>
		<link>http://shotofjaq.org/2010/04/web-vs-desktop/comment-page-1/#comment-3085</link>
		<dc:creator>corrie206</dc:creator>
		<pubDate>Fri, 09 Apr 2010 14:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://shotofjaq.org/?p=497#comment-3085</guid>
		<description>&lt;p&gt;I&#039;m all for web! The only application I use on the desktop is vim, and thunderbird (work email)
I don&#039;t see the need to keep on adding and adding programs for tasks I can do just as easily on the web.&lt;/p&gt;

&lt;p&gt;Here in South Africa, we&#039;re finally getting uncapped broadband, which is making the web much more affordable. I like the idea of being able to &quot;login&quot; on any computer, anywhere in the world, and be able to starting working from the word go.&lt;/p&gt;

&lt;p&gt;Only problem I have with web-apps the the amount of crap people can put out, take &quot;farmville&quot; as a example. Yikes.&lt;/p&gt;

&lt;p&gt;The Cloud is taking over.... :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m all for web! The only application I use on the desktop is vim, and thunderbird (work email)
I don&#8217;t see the need to keep on adding and adding programs for tasks I can do just as easily on the web.</p>

<p>Here in South Africa, we&#8217;re finally getting uncapped broadband, which is making the web much more affordable. I like the idea of being able to &#8220;login&#8221; on any computer, anywhere in the world, and be able to starting working from the word go.</p>

<p>Only problem I have with web-apps the the amount of crap people can put out, take &#8220;farmville&#8221; as a example. Yikes.</p>

<p>The Cloud is taking over&#8230;. <img src='http://shotofjaq.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>

