<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Darwin&#039;s Theories - Open Source Software category</title>
  <link>http://theories.darwinsys.com:80/categories/oss/</link>
  <description>Call it a Blog if you like -- Ian</description>
  <language>en</language>
  <copyright>Ian Darwin</copyright>
  <lastBuildDate>Wed, 08 May 2013 01:45:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>OpenMoko revisited</title>
    <link>http://theories.darwinsys.com:80/2011/11/19/1321713300000.html</link>
    
      
        <description>
          OpenMoko was an early open-source (hardware and software) cell phone project. It was designed to be flashed without having to root it or unlock a bootloader; the download tools were open source. It was great, except, it had an A5 CPU, no camera, no 3G and no prospect of it, and no real distribution strategy or scalable business model. So the company (&lt;a href=&#034;http://openmoko.com/&#034;&gt;openmoko.com&lt;/a&gt;) somewhat imploded.&lt;br /&gt;
&lt;br /&gt;
However, since the hardware was open, another company has picked up the pieces. Golden Delicious Computer (nice name) makes a drop-in replacement motherboard with an A8 CPU, 3G (UMTS) and optional camera, that re-uses the case, LCD and some other components to upgrade your existing OM (or you can buy a complete new phone).&lt;br /&gt;
&lt;br /&gt;
The only downside is the price, which is, ahem,&amp;nbsp; competitive with commercial phone products of the same capacity.&amp;nbsp; But at least it proves that openness can keep projects alive after the originators have moved on... See &lt;a href=&#034;http://wiki.openmoko.org/wiki/GTA04&#034;&gt;link to ordering page and current pricing&lt;/a&gt;.
        </description>
      
      
    
    
    
    <category>Software Industry</category>
    
    <category>Open Source Software</category>
    
    <category>Telephony</category>
    
    <comments>http://theories.darwinsys.com:80/2011/11/19/1321713300000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2011/11/19/1321713300000.html</guid>
    <pubDate>Sat, 19 Nov 2011 14:35:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Splitting an OpenOffice file or a PDF into 1-page PDFs or Bitmaps</title>
    <link>http://theories.darwinsys.com:80/2011/03/11/1299875640000.html</link>
    
      
        <description>
          OpenOffice has this great bug that&#039;s been there since before 1.0 requesting this feature, but nothing&#039;s ever come of it, even after 3.3. And the community fork LibreOffice is still building (it takes many hours to compile, even on modern hardware). So I needed something in the interim.&lt;br /&gt;
&lt;br /&gt;
My first try was to save the whole document as PDF, and use pdftk to split it.&lt;br /&gt;
&lt;br /&gt;
pdftk 01_About.pdf burst&lt;br /&gt;
&lt;br /&gt;
Did the split, creating 35 nice one-page PDF&#039;s so fast I had to check that they existed.&lt;br /&gt;
Then copy them over to the next workstation, only to find that the software there doesn&#039;t accept PDF&#039;s. PDFTK: Success; receiving software: FAIL!&lt;br /&gt;
&lt;br /&gt;
Take II. GhostScript. After a couple of tries due to my own typing errors, this worked:&lt;br /&gt;
&lt;br /&gt;
gs -sDEVICE=jpeg -r100x100 -sOutputFile=01/slides/slide%02d.jpg 01_About.pdf&lt;br /&gt;
&lt;br /&gt;
Bingo! 35 JPEG files of about the right size. Veektory...
        </description>
      
      
    
    
    
    <category>Open Source Software</category>
    
    <comments>http://theories.darwinsys.com:80/2011/03/11/1299875640000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2011/03/11/1299875640000.html</guid>
    <pubDate>Fri, 11 Mar 2011 20:34:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Apple and OpenJDK</title>
    <link>http://theories.darwinsys.com:80/2011/02/24/1298569020000.html</link>
    
      
        <description>
          Lest anyone doubt Apple&#039;s committment to working with Oracle on the OpenJDK project, Apple just emailed me back on a bug that I filed against the Mac implementation of Java... way back... in... 2003?!? Yup. Apple BugID #3179542 has finally been closed, a just about eight years to the day after I filed it.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Engineering believes that this issue has been resolved.&amp;nbsp; Java 7 for Mac OS X as provided by Oracle will offer the directory structure that you seek.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I&#039;d actually moved on from OS X on my desktop many of those years ago, and had utterly forgotten sending this report, but it&#039;s good to see them finally taking Java seriously, or at least making an effort.
        </description>
      
      
    
    
    
    <category>Software Industry</category>
    
    <category>Open Source Software</category>
    
    <category>Java</category>
    
    <comments>http://theories.darwinsys.com:80/2011/02/24/1298569020000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2011/02/24/1298569020000.html</guid>
    <pubDate>Thu, 24 Feb 2011 17:37:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Android on FreeRunner</title>
    <link>http://theories.darwinsys.com:80/2010/02/13/1266089160000.html</link>
    
      
        <description>
          Android or FreeRunner, that is the question for those who want a mostly-open-source cell phone. At least it used to be. Now that Openmoko have all but discontinued development on the Freerunner hardware, the future looks more and more like Android. And while I had hoped someday to be able to run OpenBSD on the Freerunner, it looks like that won&#039;t happen. Fortunately, there is a good implementation of Android for the FreeRunner, available for free download from this &lt;a href=&#034;http://code.google.com/p/android-on-freerunner/&#034;&gt;Android on Freerunner site at GoogleCode&lt;/a&gt;. I&#039;ve been using this for a few weeks and, while it&#039;s not 100% rock solid, it is very close. I think I&#039;ve had to do the battery-out-to-reset two or three times in three weeks (not counting the time I used the Android as an alarm clock and woke up from such a slumber that I couldn&#039;t remember how to shut it off).
        </description>
      
      
    
    
    
    <category>Open Source Software</category>
    
    <comments>http://theories.darwinsys.com:80/2010/02/13/1266089160000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2010/02/13/1266089160000.html</guid>
    <pubDate>Sat, 13 Feb 2010 19:26:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Another Top 10</title>
    <link>http://theories.darwinsys.com:80/2010/01/25/1264440540000.html</link>
    
      
        <description>
          &lt;p&gt;Here we go again:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#039;http://www.guardian.co.uk/world/2010/jan/19/fbi-terror-emergencies-phone-calls&#039;&gt; FBI fabricated &#034;terror emergencies&#034; to justify illegal monitoring of phone calls &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#039;http://www.cnn.com/2010/OPINION/01/23/schneier.google.hacking/index.html?hpt=T2&#039;&gt; Bruce Schnier reveals how U.S. demands for monitoring capabilities lead to the Chinese(?) hackers hacking Google &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#039;http://arstechnica.com/tech-policy/news/2010/01/actas-shameful-secret.ars&#039;&gt;
ACTA, who taketh away the rights of the world &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#039;http://www.law.umkc.edu/faculty/projects/ftrials/zenger/zengeraccount.html&#039;&gt;
The trial of Peter Zengel &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#039;http://arstechnica.com/gadgets/news/2010/01/shuttle-hints-at-build-your-own-laptop-with-spa-format-ready.ars&#039;&gt;
Case-maker Shuttle provides standard format for interchangeable laptop components, long overdue! &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#039;http://techland.com/2010/01/11/nexus-one-review-the-hardware-isnt-the-problem-android-is/&#039;&gt;
Google Nexus One review, not for the Nexus info but for the thoughts about the review process! &lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

        </description>
      
      
    
    
    
    <category>Software Industry</category>
    
    <category>Open Source Software</category>
    
    <category>Politics</category>
    
    <category>Telephony</category>
    
    <comments>http://theories.darwinsys.com:80/2010/01/25/1264440540000.html#comments</comments>
    <guid isPermaLink="true">http://theories.darwinsys.com:80/2010/01/25/1264440540000.html</guid>
    <pubDate>Mon, 25 Jan 2010 17:29:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>
