<?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"
	>

<channel>
	<title>YAB &#187; software</title>
	<atom:link href="http://blog.alexgirard.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Sat, 15 Nov 2008 01:14:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[OpenMoko] GPS software and hardware solution</title>
		<link>http://blog.alexgirard.com/openmoko-gps-software-and-hardware-solution/</link>
		<comments>http://blog.alexgirard.com/openmoko-gps-software-and-hardware-solution/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:15:05 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[gps]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[openmoko]]></category>

		<category><![CDATA[sdcard]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[solution]]></category>

		<category><![CDATA[ttff]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=202</guid>
		<description><![CDATA[The great thing about an open-source phone, like openmoko,  is that when there&#8217;s a problem, all the community can gather to find a solution.
At the beginning of the week, some people complained that they couldn&#8217;t get their phone GPS working: Time To First Fix signal (the initial signal that tell the phone where in [...]]]></description>
			<content:encoded><![CDATA[<p>The great thing about an open-source phone, like <a href="http://openmoko.com">openmoko</a>,  is that when there&#8217;s a problem, all the community can gather to find a solution.</p>
<p>At the beginning of the week, some people complained that they couldn&#8217;t get their phone GPS working: <a href="http://en.wikipedia.org/wiki/Time_to_first_fix">Time To First Fix</a> signal (the initial signal that tell the phone where in the world it is) was taking infinite time when a SD card was inserted.</p>
<p>Then some people joined <a href="http://lists.openmoko.org/pipermail/community/2008-July/021774.html">the thread on the community mailing list</a> to confirm the problem (other people joined just to complain, not helping much), and after a bunch of test, the source of the problem was confined on the SD card reader.</p>
<h2>Software solution</h2>
<p>After 24h, the OpenMoko team released a software solution to the problem, stopping the SD card reader internal clock just the time to get the TTFF signal, about 40 seconds, then everything would be back to normal.</p>
<p>The patch has been directly available on the project git repository, allowing the mos furious to recompile and reflash their phone in hours, the others waited for <a href="http://buildhost.openmoko.org/daily/">the daily build</a>. Imagine that, you get <strong>everyday a new build for your phone</strong>, without waiting for the infamous version 2.0 vaporware that might come out one day.</p>
<p>People have tested it, it works for many, but there&#8217;s still some phones that don&#8217;t have it.</p>
<h2>Hardware solution</h2>
<p>This morning, the OpenMoko hardware team published their <a href="http://www.openmoko.org/wiki/Image:Gta02_gps_10pf_rework_sop.pdf">hardware solution</a>:</p>
<p>&#8220;Soldering a 10pF capacitor between PIN5 and PIN6 at SD card slot without taking off the case as the below picture showed.&#8221;</p>
<p><img src="http://blog.alexgirard.com/wp-content/uploads/2008/07/imagen-9-300x191.png" alt="" title="Rework SOP for GPS issue of Freerunner" width="300" height="191" class="aligncenter size-medium wp-image-203" /></p>
<p>That might be a bit difficult for anyone to get access to a pico-capacitor and solder it at this tiny place, but at least it&#8217;s accessible for most of the soldering geeks.</p>
<p>So at the end, you&#8217;ve got a phone that&#8217;s so open that you&#8217;ve got a software and hardware solution of a production problem in a week. Of course, it&#8217;s not a consumer-ready phone, it would have been a complete disaster to recall all the phones, that&#8217;s just a bunch of geeks today that can touch this phone, but someday, you&#8217;ll have it in your hand, and you&#8217;ll just have to imagine all the open-source work that float inside.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/openmoko-gps-software-and-hardware-solution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails 1.2: keep working with version 1.1.6</title>
		<link>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/</link>
		<comments>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 15:29:38 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[conflict]]></category>

		<category><![CDATA[developper]]></category>

		<category><![CDATA[environment]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[installing]]></category>

		<category><![CDATA[migrating]]></category>

		<category><![CDATA[migration]]></category>

		<category><![CDATA[new]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[version]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[web developpers]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=27</guid>
		<description><![CDATA[Two days ago, www.rubyonrails.com released the new version of rails, with lots of new cool stuff to play with.
And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your &#8220;config/environment.rb&#8221;:

  # Specifies gem version of Rails to use when vendor/rails is not present
 [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago, <a href='http://www.rubyonrails.com'>www.rubyonrails.com</a> released the new version of rails, with <a href="http://weblog.rubyonrails.org/2007/1/19/rails-1-2-rest-admiration-http-lovefest-and-utf-8-celebrations">lots of new cool stuff</a> to play with.</p>
<p>And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your <em>&#8220;config/environment.rb&#8221;</em>:</p>
<pre class="prettyprint">
  # Specifies gem version of Rails to use when vendor/rails is not present
  RAILS_GEM_VERSION = '1.1.6'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Price of Software</title>
		<link>http://blog.alexgirard.com/the-price-of-software/</link>
		<comments>http://blog.alexgirard.com/the-price-of-software/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 13:39:37 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[market]]></category>

		<category><![CDATA[price]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=5</guid>
		<description><![CDATA[&#8220;Software is all design, not manufacturing. Once you&#8217;ve made one copy, almost no labor is needed to make a million just like it. So everything depends on the work done by one person or a small team.&#8221;
Source: www.covingtoninnovations.com/&#8230;
]]></description>
			<content:encoded><![CDATA[<p><img width="299" height="222" align="left" alt="Software Chart" title="Software Chart" src="http://blog.alexgirard.com/wp-content/software-chart.jpg" />&#8220;<strong>Software is all design, not manufacturing.</strong> Once you&#8217;ve made one copy, almost no labor is needed to make a million just like it. So everything depends on the work done by one person or a small team.&#8221;</p>
<p><em>Source: <a title="Beware of mid-priced software" href="http://www.covingtoninnovations.com/michael/blog/0602/index.html#060212">www.covingtoninnovations.com/&#8230;</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/the-price-of-software/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
