<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Robi&#039;s Words</title>
	<atom:link href="http://machineroom.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://machineroom.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 Dec 2010 12:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='machineroom.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d8dd632730e768c2b095742840749ae0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Robi&#039;s Words</title>
		<link>http://machineroom.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://machineroom.wordpress.com/osd.xml" title="Robi&#039;s Words" />
	<atom:link rel='hub' href='http://machineroom.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WebGL: There&#8217;s No Turning Back</title>
		<link>http://machineroom.wordpress.com/2010/12/21/webgl-theres-no-turning-back/</link>
		<comments>http://machineroom.wordpress.com/2010/12/21/webgl-theres-no-turning-back/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 10:28:39 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[gui framework]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[WebGL]]></category>
		<category><![CDATA[www.fluffyspider.com]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=65</guid>
		<description><![CDATA[In Andy Grove&#8217;s book, &#8220;Only the Paranoid Survive&#8221;, he discusses what he calls strategic inflection points.  A strategic inflection points, he says, is a point in the life of a business when its fundamentals are about to change. That change can mean an opportunity to rise to new heights. But it may just as likely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=65&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Andy Grove&#8217;s book, &#8220;Only the Paranoid Survive&#8221;, he discusses what he calls strategic inflection points.  A strategic inflection points, he says, is a point in the life of a business when its fundamentals are about to change. That change can mean an opportunity to rise to new heights. But it may just as likely signal the beginning of the end.</p>
<p>HTML5 is here.  WebGL is here.  These are mature technologies and they are being adopted.  It is now possible to create high quality applications for the web.  We are about to reach a point of inflection.</p>
<p>The most significant feature of HTML5 for user interface design and development is the <code>&lt;canvas&gt;</code> tag.  The addition of a canvas to HTML provides a place to draw arbitrary two dimensional graphics within a web page.  Using the JavaScript API, shapes can be drawn to the canvas, images loaded and manipulated and entire applications built.</p>
<p>WebGL is the <a title="Khronos Group's" href="http://www.khronos.org/" target="_blank">Khronos Group&#8217;s</a> GPU accelerated 3D programming standard for the web.  Based on OpenGL/ES 2.0, which is used in accelerated embedded systems, WebGL opens up the way to create GPU accelerated 3D graphics within web pages, in addition to what is available under the two dimensional API.  The result is that HTML5 plus WebGL blurs the line between native and non-native applications.</p>
<p>Performance has always been considered one of the main benefits of native applications, the others being security and access to local services and data.  When people say performance, they generally mean graphical performance.  Once the graphics and 3D, is hardware accelerated, performance of the non-native application will equal the native application, and in some cases may surpass it.</p>
<p>The launch of <a title="Google Body Browser" href="http://bodybrowser.googlelabs.com/" target="_blank">Google&#8217;s Body Browser</a> last week highlighted one way that 3D in web pages can be used.  So now some users are getting their first exposure to 3D applications on the web, and that means a whole lot of developers are going to be interested in developing with WebGL.</p>
<p>The OpenGL API, along with the associated shader language, is low level.  It requires the developer to write a lot of code to achieve a result on screen.  And unless the developer is familiar with the OpenGL rendering pipeline and has knowledge of hardware, it will be difficult to acquire an in depth undersanding of OpenGL and its graphics drawing process as a whole.</p>
<p>To help the process of creating graphical applications more easily with OpenGL, frameworks are often used.  Frameworks come with different emphases and the one best suited depends on the application being developed.  For example the game engine GLQuake was developed to power 1996&#8242;s Quake.  A game engine, however, would not be suitable to develop a WebGL accounting system or a video download service.</p>
<p>If developing for the Apple platform you would use Apple&#8217;s <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" title="CoreAnimation" href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreAnimation_guide/Articles/WhatisCoreAnimation.html#//apple_ref/doc/uid/TP40004689-SW1" target="_blank">CoreAnimation</a> framework.  From the Mac OSX Reference Library: &#8220;Using Core Animation, developers can create dynamic user interfaces for their applications without having to use low-level graphics APIs such as OpenGL to get respectable animation performance.&#8221;</p>
<p>Apple&#8217;s choice to pass on Flash in favour of HTML5 makes a lot of sense once WebGL has been brought into the equation.  In fact it would be not at all surprising if Apple brought the CoreAnimation API to WebGL, allowing their developers to leverage the same framework to create applications that will work across all the Apple platforms, iPhone, iPad, Mac and Web as well.</p>
<p>So what about developers on non-Apple platforms?  Ideally they would be able to use a framework that was cross platform, covering the major systems and WebGL as well.  For development of graphically rich 3D applications it would have to cover the main framework requirements being:</p>
<ul>
<li>Scalable from small screens (low end mobile phone) to big screens (1080p TV)</li>
<li>High level, powerful API, to make developement easier</li>
<li>Flexible, to be able to fit into different technology environments easily</li>
<li>Provide consistency across application components, applications and platforms</li>
</ul>
<p>These frameworks  aren&#8217;t here yet, but it won&#8217;t be too long.  The opportunity for framework guys, like us, is to empower the developers with just such a framework.  Its an inflection point for graphics and user interface.  For the developers, its an easy downhill ride from here.</p>
<br />Filed under: <a href='http://machineroom.wordpress.com/category/3d/'>3d</a>, <a href='http://machineroom.wordpress.com/category/gui-framework/'>gui framework</a>, <a href='http://machineroom.wordpress.com/category/user-interface/'>user interface</a>, <a href='http://machineroom.wordpress.com/category/webgl/'>WebGL</a>, <a href='http://machineroom.wordpress.com/category/wwwfluffyspidercom/'>www.fluffyspider.com</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=65&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2010/12/21/webgl-theres-no-turning-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>Above the Commodity Line</title>
		<link>http://machineroom.wordpress.com/2009/04/16/above-the-commodity-line/</link>
		<comments>http://machineroom.wordpress.com/2009/04/16/above-the-commodity-line/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:31:39 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[fancypants]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=51</guid>
		<description><![CDATA[The software required to make a sophisticated consumer electronic device like a TV or a mobile phone, is significant. The lines of code in an operating system or virtualised environment is in the multi millions (Linux is around 6 million lines of code).  The lines of code in a set of base services on top [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=51&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The software required to make a sophisticated consumer electronic device like a TV or a mobile phone, is significant.</p>
<p>The lines of code in an operating system or virtualised environment is in the multi millions (Linux is around 6 million lines of code).  The lines of code in a set of base services on top of that, say email, SMS, MMS, or VOD services is equally significant.</p>
<p>These are complex, demanding and expensive systems.  And you know what?  Users care more about the way their device looks, feels, presents and handles.</p>
<p>Its the stuff that the consumer interacts with that is important.  To the user that is.</p>
<p>That is not to say that the stuff under the hood is unimportant.  Quite the contrary, it is vital.  The consumer doesn&#8217;t see it though.  It is difficult to understand and impossible for the consumer to value.</p>
<p>The user interface is the single most important factor driving sales of devices and services.  Just look at the iPhone if you don&#8217;t believe me.  The user interface is critical, cannot be taken for granted, cannot be side stepped and cannot be skimped over.</p>
<br />Posted in fancypants, user interface  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=51&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2009/04/16/above-the-commodity-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>Different But The Same Is Familiar</title>
		<link>http://machineroom.wordpress.com/2009/03/15/different-but-the-same-is-familiar/</link>
		<comments>http://machineroom.wordpress.com/2009/03/15/different-but-the-same-is-familiar/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 11:26:41 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[user interface]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=43</guid>
		<description><![CDATA[One of the first projects we did for a large multinational in 2001 was the porting and customisation of open source applications for a new concept Linux PDA.  This PDA was way ahead of its time, with Bluetooth, WiFi, landscape mode view, email and browser.  It predated the Nokia 770 by 1/2 dozen years easily. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=43&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the first projects we did for a large multinational in 2001 was the porting and customisation of open source applications for a new concept Linux PDA.  This PDA was way ahead of its time, with Bluetooth, WiFi, landscape mode view, email and browser.  It predated the Nokia 770 by 1/2 dozen years easily.</p>
<p>One of the main applications required was an email client.  Now in 2001, the choice of good graphical-based Linux email clients was thin on the ground.  Bonus points were awarded for calendar and contact management.</p>
<p>We chose Evolution 0.9 for a number of reasons.  We were already headed down a GTK path and didn&#8217;t want to start with KDE applications as well, and it did a lot of what we wanted.</p>
<p>It was also attractive to the customer because  it bore a striking resemblance to Microsoft Outlook.  This was also what killed it, you see it the customer didn&#8217;t want it to look too much like Outlook!</p>
<p>FFWD -&gt; 2009</p>
<p>There is a lot of familiar-but-different stuff going on.  Two new products that stand out are:</p>
<p>Toshiba&#8217;s new TG01:<br />
<a href="http://tinyurl.com/bq4w9x" target="_blank">http://tinyurl.com/bq4w9x</a><br />
<a href="http://tinyurl.com/dalppk" target="_blank">http://tinyurl.com/dalppk</a></p>
<p>And HTC&#8217;s Touchflow Windows Mobile:<br />
<a href="http://tinyurl.com/6z7nsm" target="_blank">http://tinyurl.com/6z7nsm</a></p>
<p>As you can see, there is an emphasis on taking the standard Windows Mobile offering and customising it with the Toshiba and HTC look and brand.</p>
<p>The same thing is true for Google Android.  When / if companies like Toshiba do make an Android mobile, they will want to create a unique GUI for the same reasons.</p>
<p>Differentiation of product is mandatory, its branding, familiarity and its important.</p>
<p>The key features of a good UI are:</p>
<ol>
<li>Familiarity</li>
<li>Ease of use</li>
</ol>
<p>You see, the customer wants it to be familiar, but not too familiar.  They don&#8217;t want a copy of their competitions application, but they want their application to be easily understood.</p>
<p>Its a fine line.</p>
<p>At FST we have found that separation of the GUI from the code is vital.  It lets the customer change the look and feel at will and is what gives our customers their uniqueness.</p>
<p>We have gone to great lengths to create a system that allows the customer to very easily change all aspects of the user interface without having to plunge into the code.</p>
<p>This means small tweaks and big GUI changes alike are easy to execute and don&#8217;t require code change.</p>
<br />Posted in user interface Tagged: android, branding, toshiba, user interface <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=43&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2009/03/15/different-but-the-same-is-familiar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>Product Differentiation is not MarketSpeak</title>
		<link>http://machineroom.wordpress.com/2008/09/22/product-differentiation-is-not-marketspeak/</link>
		<comments>http://machineroom.wordpress.com/2008/09/22/product-differentiation-is-not-marketspeak/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:32:18 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[fancypants]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[www.fluffyspider.com]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fst]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LiMo]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=38</guid>
		<description><![CDATA[I recently returned from a trip to Taiwan and Japan.  This trip followed up on our announcement with Intel at their SFO IDF. I visited new customers and old ones and the message is the same.  They want to look different, they want to be in control of their own products, they want to have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=38&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently returned from a trip to Taiwan and Japan.  This trip followed up on our <a href="http://www.fst.net/resources/press/pr.20080820.0.html" target="_self">announcement with Intel</a> at their SFO IDF.</p>
<p>I visited new customers and old ones and the message is the same.  They want to look different, they want to be in control of their own products, they want to have something better.</p>
<p>I have been hearing this for a long time now.  One of our oldest customers is Toshiba (9 years now) and Toshiba is a major licensee of Microsoft Windows for laptop PCs.  The main gripe that Toshiba has with Microsoft Windows is that it is impossible for them to differentiate themselves from their competitors such as HP and Dell.</p>
<p>With the coming of Android, the story is set to repeat itself.  Dozens of Android phones will come onto the market and they will look very similar to one another.</p>
<p>This is one of the main selling points of <a href="http://www.fst.net/" target="_blank">FancyPants</a>.  It can be used to create a unique look and feel and layout.  It can be integrated with existing platforms such as Moblin, LiMo and Android (email me to ask how).</p>
<p>We like to say it gives products that <em>&#8220;Wow Factor&#8221;</em>, but then, you will have to decide for yourself.</p>
<br />Posted in fancypants, linux, mobile, user interface, www.fluffyspider.com Tagged: android, fancypants, fst, google, LiMo, mobile, moblin, toshiba <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=38&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2008/09/22/product-differentiation-is-not-marketspeak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>Symbian Thinks It Maybe Knows What Its Doing</title>
		<link>http://machineroom.wordpress.com/2008/09/22/symbian-thinks-it-maybe-knows-what-its-doing/</link>
		<comments>http://machineroom.wordpress.com/2008/09/22/symbian-thinks-it-maybe-knows-what-its-doing/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:13:06 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[www.fluffyspider.com]]></category>
		<category><![CDATA[fancypants]]></category>
		<category><![CDATA[fst]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=34</guid>
		<description><![CDATA[Recently Nigel Clifford, Symbian CEO Nokia employee, had a few words to say about Linux in the mobile phone space.  Its quite funny to read about the benefits of open source and the evils of industry fragmentation from one who epitomised the proprietary closed source solution until (checks watch) recently. The thing is, though, I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=34&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently Nigel Clifford, <span style="text-decoration:line-through;">Symbian CEO</span> Nokia employee, had a <a href="http://www.symbian-freak.com/news/007/11/android_just_another_linux_platform.htm" target="_self">few words to say</a> about Linux in the mobile phone space.  Its quite funny to read about the benefits of open source and the evils of industry fragmentation from one who epitomised the proprietary closed source solution until (checks watch) recently.</p>
<p>The thing is, though, I&#8217;m not quite sure what the long term Nokia-Symbian-Trolltech love triangle is all about.</p>
<p>One twisted theory I&#8217;ve heard (ok, I admit its mine) is that Nokia will prop Symbian up as a crippled option for its competitors, never quite good enough for a real modern day smartphone and never quite supported properly.  Slowly Nokia will use Symbian less and less for its own purposes while it rolls out more and more Linux phones.</p>
<p>In other words, maybe Nokia is trying to kill competition through poor alternatives and sheer frustration.  Far fetched?  Perhaps.</p>
<p>Another theory is that Linux will become the vehicle for Nokia&#8217;s higher end, more general purpose computing devices and Symbian for the lower end, soon-to-be-at-the-end-of-lifetime devices.</p>
<p>Either way I&#8217;m not buying any Symbian shares.</p>
<br />Posted in linux, mobile, open source, smartphone, www.fluffyspider.com Tagged: fancypants, fst, linux, mobile, nokia, open source, smartphone, symbian <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=34&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2008/09/22/symbian-thinks-it-maybe-knows-what-its-doing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>Full Circle &#8211; MID (aka UMPC) Again</title>
		<link>http://machineroom.wordpress.com/2008/08/21/full-circle-mid-aka-umpc-again/</link>
		<comments>http://machineroom.wordpress.com/2008/08/21/full-circle-mid-aka-umpc-again/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 11:28:04 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[atom]]></category>
		<category><![CDATA[fancypants]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[menlow]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[umpc]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[compal]]></category>
		<category><![CDATA[fst]]></category>
		<category><![CDATA[melow]]></category>
		<category><![CDATA[mid]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/?p=31</guid>
		<description><![CDATA[Its been a long time between watering holes, as they say.  And a very busy time for us.  We&#8217;ve come back to Mobile Internet Devices. FST announced support for Intel&#8217;s new Atom processor last night: http://www.fst.net/resources/press/pr.20080820.0.html As the only UI Innovator (their term,  but I don&#8217;t mind) in the MID ecosystem we enjoy the attention [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=31&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its been a long time between watering holes, as they say.  And a very busy time for us.  We&#8217;ve come back to Mobile Internet Devices.</p>
<p>FST announced support for Intel&#8217;s new Atom processor last night:</p>
<p><a href="http://www.fst.net/resources/press/pr.20080820.0.html" target="_self">http://www.fst.net/resources/press/pr.20080820.0.html</a></p>
<p>As the only UI Innovator (their term,  but I don&#8217;t mind) in the MID ecosystem we enjoy the attention of the companies really wanting to create something different.</p>
<p>The MID stands to be a new way of working with our surroundings and each other.  I&#8217;m sure you have all seen the video:</p>
<p><a href="http://moblin.org/ItsYourMoveNext_video.php" target="_self">http://moblin.org/ItsYourMoveNext_video.php</a></p>
<p>There is still a lot of stuff to work out, much of it infrastructure &#8211; by which I mean connectivity, services, fees, awareness and education, just to name a few, but its a step in the right direction.  A far cry from the first Ericsson seminar I went to where they talked about &#8220;Always On&#8221;, the marketing term for GPRS.</p>
<p>The user interface, of course, is one of the most crucial aspects.  Its not about looking good, although that always helps, but its about being easy to use, providing visual cues, and being responsive.</p>
<p>For us this is the start of an exciting time.  With Intel getting more and more into the traditional embedded space, there will be a lot of competition, but also a lot of opening up of what has traditionally been closed markets for software vendors.  Intel is like the proverbial Bull in the China Shop and will eventually level out the field somewhat.</p>
<p>As long as people are paying attention to the user interface on these kinds of devices we at <a href="http://www.fst.net/" target="_blank">FST</a> are happy.  Thanks Intel.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/machineroom.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/machineroom.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=31&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2008/08/21/full-circle-mid-aka-umpc-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
		<item>
		<title>CES General and Toshiba Stand With UMPC (Intel Menlow) Linux Version</title>
		<link>http://machineroom.wordpress.com/2008/01/09/ces-general-and-toshiba-stand-with-umpc-intel-menlow/</link>
		<comments>http://machineroom.wordpress.com/2008/01/09/ces-general-and-toshiba-stand-with-umpc-intel-menlow/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 07:26:14 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[fancypants]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[menlow]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[umpc]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[www.fluffyspider.com]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[toshiba]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/2008/01/09/ces-general-and-toshiba-stand-with-umpc-intel-menlow/</guid>
		<description><![CDATA[&#160; Some more photos of the new Intel Menlow based Toshiba UMPC with FancyPants GUI. Cool colors, stylish backing. We could make a GUI theme to match you know.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=10&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="left">&nbsp;</p>
<p align="left"><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080523.jpg" title="new-p1080523.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080523.thumbnail.jpg?w=480" alt="new-p1080523.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080531.jpg" title="new-p1080531.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080531.thumbnail.jpg?w=480" alt="new-p1080531.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080520.jpg" title="new-p1080520.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080520.thumbnail.jpg?w=480" alt="new-p1080520.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080519.jpg" title="new-p1080519.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080519.thumbnail.jpg?w=480" alt="new-p1080519.jpg" /></a></p>
<p align="left">Some more photos of the new Intel Menlow based Toshiba UMPC with FancyPants GUI.</p>
<p><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080536.jpg" title="new-p1080536.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080536.thumbnail.jpg?w=480" alt="new-p1080536.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080535.jpg" title="new-p1080535.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080535.thumbnail.jpg?w=480" alt="new-p1080535.jpg" /></a></p>
<p>Cool colors, stylish backing.  We could make a GUI theme to match you know.</p>
<p><a href="http://machineroom.files.wordpress.com/2008/01/new-p10805371.jpg" title="new-p10805371.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p10805371.thumbnail.jpg?w=480" alt="new-p10805371.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080538.jpg" title="new-p1080538.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080538.thumbnail.jpg?w=480" alt="new-p1080538.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080539.jpg" title="new-p1080539.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080539.thumbnail.jpg?w=480" alt="new-p1080539.jpg" /></a></p>
<p><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080542.jpg" title="new-p1080542.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080542.thumbnail.jpg?w=480" alt="new-p1080542.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080544.jpg" title="new-p1080544.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080544.thumbnail.jpg?w=480" alt="new-p1080544.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080547.jpg" title="new-p1080547.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080547.thumbnail.jpg?w=480" alt="new-p1080547.jpg" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/machineroom.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/machineroom.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=10&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2008/01/09/ces-general-and-toshiba-stand-with-umpc-intel-menlow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080523.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080523.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080531.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080531.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080520.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080520.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080519.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080519.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080536.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080536.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080535.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080535.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p10805371.thumbnail.jpg" medium="image">
			<media:title type="html">new-p10805371.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080538.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080538.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080539.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080539.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080542.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080542.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080544.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080544.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080547.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080547.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>CES 2008 &#8211; Toshiba Stand</title>
		<link>http://machineroom.wordpress.com/2008/01/08/ces-2008-toshiba-stan/</link>
		<comments>http://machineroom.wordpress.com/2008/01/08/ces-2008-toshiba-stan/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 02:49:34 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/2008/01/08/ces-2008-toshiba-stan/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=5&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://machineroom.files.wordpress.com/2008/01/new-p10805161.jpg" title="new-p10805161.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p10805161.thumbnail.jpg?w=480" alt="new-p10805161.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080517.jpg" title="new-p1080517.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080517.thumbnail.jpg?w=480" alt="new-p1080517.jpg" /></a><a href="http://machineroom.files.wordpress.com/2008/01/new-p1080518.jpg" title="new-p1080518.jpg"><img src="http://machineroom.files.wordpress.com/2008/01/new-p1080518.thumbnail.jpg?w=480" alt="new-p1080518.jpg" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/machineroom.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/machineroom.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=5&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2008/01/08/ces-2008-toshiba-stan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p10805161.thumbnail.jpg" medium="image">
			<media:title type="html">new-p10805161.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080517.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080517.jpg</media:title>
		</media:content>

		<media:content url="http://machineroom.files.wordpress.com/2008/01/new-p1080518.thumbnail.jpg" medium="image">
			<media:title type="html">new-p1080518.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>GIT</title>
		<link>http://machineroom.wordpress.com/2007/11/19/git/</link>
		<comments>http://machineroom.wordpress.com/2007/11/19/git/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 05:41:27 +0000</pubDate>
		<dc:creator>Robi</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://machineroom.wordpress.com/2007/11/19/git/</guid>
		<description><![CDATA[Git is brilliant. It is fast, intuitive and flexible. At FST we use it for all of our revision control. We moved to git some time ago after evaluating the usual options and trying the tla implementation of arch out for a while. However&#8230;.. Its pretty bulky for binary data blobs. I&#8217;m checking in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=3&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Git is brilliant.  It is fast, intuitive and flexible.  At <a href="http://www.fluffyspider.com"> FST </a> we use it for all of our revision control.  We moved to git some time ago after evaluating the usual options and trying the tla implementation of arch out for a while.</p>
<p>However&#8230;..</p>
<p>Its pretty bulky for binary data blobs.</p>
<p>I&#8217;m checking in a media library of albums and album covers for a project, and the 2.5G source took about 1 hour to push to the origin and git added another 2.5G to the repository, bringing it to 5G.</p>
<p>Since we won&#8217;t be changing the data very often, a single checkout should be enough.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/machineroom.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/machineroom.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/machineroom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/machineroom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/machineroom.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=machineroom.wordpress.com&amp;blog=2143021&amp;post=3&amp;subd=machineroom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://machineroom.wordpress.com/2007/11/19/git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e3100feaf43d42e58914cbf7774767b6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Robi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
