<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
    <title>Concord Consortium Blog - Software</title>
    <link>http://blog.concord.org/</link>
    <description>Discussing the promise of educational technology</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 11 Feb 2009 15:05:23 GMT</pubDate>

    <image>
        <url>http://blog.concord.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Concord Consortium Blog - Software - Discussing the promise of educational technology</title>
        <link>http://blog.concord.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>One more request, President Obama: Open source?</title>
    <link>http://blog.concord.org/archives/25-One-more-request,-President-Obama-Open-source.html</link>
            <category>Software</category>
    
    <comments>http://blog.concord.org/archives/25-One-more-request,-President-Obama-Open-source.html#comments</comments>
    <wfw:comment>http://blog.concord.org/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.concord.org/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>nospam@example.com (Chad Dorsey)</author>
    <content:encoded>
    It looks as if &lt;a href=&quot;http://www.concord.org/publications/newsletter/2009-winter/perspective.html&quot;&gt;our open letter to President Obama&lt;br /&gt;&lt;/a&gt; isn&#039;t alone. A recent post on &lt;a href=&quot;http://arstechnica.com&quot;&gt;Ars Technica&lt;/a&gt; kindly points us to &lt;a href=&quot;http://consideropensource.blogspot.com/&quot;&gt;another open letter&lt;/a&gt; from a group of open source vendors and advocates calling for the new administration to consider open source software in government IT initiatives and infrastructure.&lt;br /&gt;&lt;br /&gt;Of course, &lt;a href=&quot;http://www.concord.org/publications/newsletter/2005-spring/opensource.html&quot;&gt;we&#039;ve been thinking&lt;/a&gt; about open source software&#039;s power and potential in education &lt;a href=&quot;http://www.concord.org/publications/newsletter/1999spring/freeandopen.html&quot;&gt;for quite a while&lt;/a&gt;. Our &lt;a href=&quot;http://www.concord.org/publications/newsletter/2009-winter/perspective.html&quot;&gt;recently described vision&lt;/a&gt; for educational technology depends vitally upon open source materials and the &lt;a href=&quot;http://www.concord.org/publications/newsletter/2009-winter/community.html&quot;&gt;value of community input&lt;/a&gt;. That&#039;s why we release our software as open source and invite you to visit &lt;a href=&quot;http://source.concord.org/&quot;&gt;our source code library&lt;/a&gt; to download any or all of it, examine it for yourself and – we hope – submit your own ideas, suggestions or improvements. 
    </content:encoded>

    <pubDate>Wed, 11 Feb 2009 10:05:23 -0500</pubDate>
    <guid isPermaLink="false">http://blog.concord.org/archives/25-guid.html</guid>
    <category>opensource</category>

</item>
<item>
    <title>Comparison of Ruby 1.8.6 1.9 and JRuby running on Java 1.5 1.6 and 1.7</title>
    <link>http://blog.concord.org/archives/24-Comparison-of-Ruby-1.8.6-1.9-and-JRuby-running-on-Java-1.5-1.6-and-1.7.html</link>
            <category>Software</category>
    
    <comments>http://blog.concord.org/archives/24-Comparison-of-Ruby-1.8.6-1.9-and-JRuby-running-on-Java-1.5-1.6-and-1.7.html#comments</comments>
    <wfw:comment>http://blog.concord.org/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.concord.org/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Stephen Bannasch)</author>
    <content:encoded>
    &lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;a href=&quot;http://www.ruby-lang.org/&quot; title=&quot;Ruby&quot;&gt;Ruby&lt;/a&gt;&lt;/font&gt;&lt;font size=&quot;2&quot;&gt;  is a powerful and dynamic open-source object-oriented language we have been using extensively at CC in the last few years for the web applications that manage and coordinate authoring and deployment of activities based on the &lt;a href=&quot;https://confluence.concord.org/display/CSP/SAIL&quot; title=&quot;SAIL/OTrunk framework&quot;&gt;SAIL/OTrunk framework&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;The standard Ruby VM is written in C and we&amp;#39;ve been using version 1.8.6, the latest stable release on our servers. A beta version of the next major release, version 1.9.1 has recently been released.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;Ruby 1.9 looks to be about twice as fast as Ruby 1.8.6.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m even more impressed by the recent performance increases in &lt;a href=&quot;http://wiki.jruby.org/wiki/Main_Page&quot; title=&quot;JRuby&quot;&gt;JRuby&lt;/a&gt;  however. This is a version of Ruby that runs in Java. Programs written in JRuby can easily access code written in Java which makes integration with the rest of our Java codebase much easier.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;A year ago programs written in JRuby were often slower than ones written in version 1.8.6 of C Ruby. Now for some benchmarks JRuby is twice as fast as Ruby 1.9.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://svn.concord.org/svn/projects/trunk/common/ruby/benchmarks/mergesort_benchmarks/mergesort_speeds.png&quot; border=&quot;0&quot; alt=&quot;Ruby Merge Sort Speed Comparison&quot; title=&quot;Ruby Merge Sort Speed Comparison&quot; width=&quot;500&quot; height=&quot;433&quot; /&gt;&lt;br /&gt;&lt;font size=&quot;2&quot;&gt;&lt;br /&gt;More details about some of these measurements are here:&amp;#160; &lt;/font&gt;&lt;/p&gt;&lt;p align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;a href=&quot;http://confluence.concord.org/display/CCTR/Comparison+of+Ruby+1.8.6+1.9+and+JRuby+running+on+Java+1.5+1.6+and+1.7&quot; title=&quot;Ruby 1.8.6, 1.9, and JRuby running on Java 1.5, 1.6, and 1.7 compared&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 11px; line-height: 16px&quot;&gt;Ruby 1.8.6, 1.9, and JRuby running on Java 1.5, 1.6, and 1.7 compared&lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Verdana&quot;&gt;&lt;br /&gt;&lt;/span&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 04 Feb 2009 17:40:48 -0500</pubDate>
    <guid isPermaLink="false">http://blog.concord.org/archives/24-guid.html</guid>
    <geo:long>-71.35812</geo:long><geo:lat>42.45651</geo:lat>
</item>
<item>
    <title>Building OpenJDK on Mac OS X 10.5.6</title>
    <link>http://blog.concord.org/archives/22-Building-OpenJDK-on-Mac-OS-X-10.5.6.html</link>
            <category>Software</category>
    
    <comments>http://blog.concord.org/archives/22-Building-OpenJDK-on-Mac-OS-X-10.5.6.html#comments</comments>
    <wfw:comment>http://blog.concord.org/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.concord.org/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Stephen Bannasch)</author>
    <content:encoded>
    &lt;p&gt;The next version of Java being developed is v1.7.0 and the OpenJDK version is being released as open source under the GPL license.&lt;/p&gt;&lt;p&gt;&amp;#160;I&amp;#39;ve written a wiki page describing how to build and install this new version of Java on Mac OS 10.5.6.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://confluence.concord.org/display/CCTR/Build+OpenJDK+Java+1.7.0+on+Mac+OS+X+10.5&quot; title=&quot;Build OpenJDK Java 1.7.0 on Mac OS X 10.5&quot;&gt;Build OpenJDK Java 1.7.0 on Mac OS X 10.5 &lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 02 Feb 2009 15:17:10 -0500</pubDate>
    <guid isPermaLink="false">http://blog.concord.org/archives/22-guid.html</guid>
    <geo:long>-71.35812</geo:long><geo:lat>42.45651</geo:lat>
</item>

</channel>
</rss>