<?xml version="1.0" ?>
<?xml-stylesheet href="" type="text/css"?>

<rss version="2.0">

    <channel>

        <title>Weblog</title>
        <link>http://shrogers.com/weblog</link>
        <description>Reflections on Systems, Software, Tools, and Ideas</description>

        <generator>basesyndication</generator>
        <!-- TODO
        <lastBuildDate>Mon, 30 Sep 2002 11:00:00 GMT</lastBuildDate>
        <copyright>Copyright 1997-2002 Dave Winer</copyright>
        <docs>http://backend.userland.com/rss</docs>
        <category domain="Syndic8">1765</category>
        <managingEditor>dave@userland.com</managingEditor>
        <webMaster>dave@userland.com</webMaster>
        -->

        <!-- TODO: Should there be an individual image associatable with each
        Weblog object?  I think so... -->
        <image>
            <title>Weblog</title>
            <url>http://shrogers.com/logo.png</url>
            <link>http://shrogers.com/weblog</link>
        </image>

        
            <item>
                <title>Throwing Season</title>
                <guid>http://shrogers.com/weblog/archive/2010/03/06/throwing-season</guid>
                <link>http://shrogers.com/weblog/archive/2010/03/06/throwing-season</link>
                <description>&lt;p&gt;Spring is in the air, so I carried my 28# weight out to the open space for some weight for distance practice.&lt;/p&gt;

&lt;img src="http://shrogers.com/photos/2010/throwing_field.jpg" width="600" /&gt;</description>
                <author>Steven H. Rogers</author>

                
                    <category>Earth</category>
                
                
                    <category>Athletics</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 06 Mar 2010 17:02:35 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>First DenHUG Meeting</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/28/first-denhug-meeting</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/28/first-denhug-meeting</link>
                <description>&lt;p&gt;We had our first &lt;a class="reference" href="http://www.meetup.com/DenHUG/"&gt;DenHUG&lt;/a&gt; meeting yesterday.  It was just Ben Atkin and myself, but we had a good chat about Haskell and why we're interested in it.  We're taking different approaches to learning Haskell, Ben is downloading and studying applications written in Haskell, while I'm reading &lt;a class="reference" href="http://www.realworldhaskell.org/blog/"&gt;Real World Haskell&lt;/a&gt;, and we're both experimenting as we explore the Haskell ecosystem.&lt;/p&gt;
&lt;p&gt;Ben asked me what my expectations were for the DenHUG meetup group.  I told him that it was an experiment to see if it would help me learn Haskell.  This got me to thinking that I should probably have better defined goals for the group.  Here's a rough cut:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Learn Haskell and explore it's potential.&lt;/li&gt;
&lt;li&gt;Meet others interested in Haskell, and more generally, Functional Programming.&lt;/li&gt;
&lt;li&gt;Determine where Functional Programming works better then other programming paradigms and where it is a poor fit.&lt;/li&gt;
&lt;li&gt;Find out why one would choose Haskell over functional languages like Erlang, Ocaml, or Scheme.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Ideas</category>
                
                
                    <category>Community</category>
                
                
                    <category>Haskell</category>
                
                
                    <category>Academe</category>
                
                
                    <category>Tools</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 28 Feb 2010 12:44:35 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Data Parallel Haskell</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/26/data-parallel-haskell</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/26/data-parallel-haskell</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://www.cs.cmu.edu/~damp/finalPapers/chakravarty.pdf"&gt;Data Parallel Haskell: a status report&lt;/a&gt; presents promising results from the project.  While still a work in progress, good multi-core speedups have been demonstrated.  The approach maps the data parallel computations to a gang of threads whose execution can be interleaved with task parallel threads by the scheduler.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Fri, 26 Feb 2010 21:42:37 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>MongoDB</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/23/mongodb</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/23/mongodb</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://www.mongodb.org/display/DOCS/Home"&gt;MongoDB&lt;/a&gt; is a scalable, high-performance, open source, schema-free, documented oriented database written in C++.  It has interfaces for Haskell, Python, and a number of other languages.  &amp;quot;Documents&amp;quot; consist of binary JSON like data structures called BSON.  It looks promising for real time analytics.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Data</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Tue, 23 Feb 2010 20:57:14 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Eucalyptus</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/20/eucalyptus</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/20/eucalyptus</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://open.eucalyptus.com/documents/ccgrid2009.pdf"&gt;The Eucalyptus Open-source Cloud-computing System&lt;/a&gt; provides a way for organizations to build private cloud computing infrastructures to flexibly provide computer resources to their users.  Eucalyptus implements Amazon's EC2 and S3 cloud computing interfaces and runs user applications on virtual machines on a computer cluster for isolation and redundancy.  It features a virtual network so that user applications need have no knowledge of the physical network.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Systems</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 20 Feb 2010 16:46:52 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Cassandra</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/14/cassandra</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/14/cassandra</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://www.facebook.com/note.php?note_id=24413138919&amp;amp;id=9445547199&amp;amp;index=9"&gt;Cassandra&lt;/a&gt; is a distributed database for structured data developed by the facebook team.  They open sourced it in 2008 and is now an Apache incubator project and used by a number of other companies for data sets as large as 150 TB.  It's written in Java with bindings for a number of other languages including Python, Haskell, and Erlang.  Combining Amazon's Dynamo distribution model with Google's Big Table data model, Cassandra looks promising for &lt;a class="reference" href="http://en.wikipedia.org/wiki/Ultra-Large-Scale_Systems"&gt;Ultra Large Scale&lt;/a&gt; (ULS) systems.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Data</category>
                
                
                    <category>Systems</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 14 Feb 2010 09:42:46 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>darcs</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/11/darcs</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/11/darcs</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://darcs.net"&gt;Darcs&lt;/a&gt; is an interesting distributed version control system based upon a &lt;cite&gt;theory of patches&lt;/cite&gt; and written in &lt;a class="reference" href="http://haskell.org"&gt;Haskell&lt;/a&gt;
.  I'm considering using Haskell for future projects and will use darcs for revision control for some work I'm doing to see how a non-trivial Haskell application performs in everyday use.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Haskell</category>
                
                
                    <category>Tools</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Thu, 11 Feb 2010 20:51:43 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>PyCon Regrets</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/09/pycon-regrets</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/09/pycon-regrets</link>
                <description>&lt;p&gt;Things are getting very busy at work, with travel that conflicts with &lt;a class="reference" href="http://us.pycon.org/2010/about/"&gt;PyCon 2010&lt;/a&gt;, and I've had to cancel my talk there.  I was looking forward to it.  Maybe next year.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Python</category>
                
                
                    <category>Ideas</category>
                
                
                    <category>Community</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Tue, 09 Feb 2010 20:49:29 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Palm Pre Plus</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/07/palm-pre-plus</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/07/palm-pre-plus</link>
                <description>&lt;p&gt;I've been interested in the Palm Pre and WebOS since they debuted at the 2009 CES, but it was only available on Sprint and I prefer Verizon.  The &lt;a class="reference" href="http://www.palm.com/us/products/phones/preplus/index.html"&gt;Palm Pre Plus&lt;/a&gt; is now available  on Verizon so I've upgraded to it from my trusty Palm Treo.  The graphics are stunning, touch screen interaction intuitive, and mult-tasking outstanding.  The biggest down side is the unimpressive battery life, it's been making it through the day with moderate use, but there isn't much reserve.  I think WebOS has a lot of potential, but it'll take some time to get used to doing some things differently than Palm OS.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Hardware</category>
                
                
                    <category>Nomadics</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 07 Feb 2010 17:29:19 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Revisiting Cyber Renaissance</title>
                <guid>http://shrogers.com/weblog/archive/2010/02/05/revisiting-cyber-renaissance</guid>
                <link>http://shrogers.com/weblog/archive/2010/02/05/revisiting-cyber-renaissance</link>
                <description>&lt;p&gt;I've been doing some thinking about &lt;a class="reference" href="http://cyber-renaissance.com"&gt;Cyber Renaissance&lt;/a&gt; and the system management problems the company is trying to solve.  It's still an early stage startup and we're exploring some ideas about using autonomic clusters of computers to do useful work.  This is an interesting problem domain, and may prove to be profitable.&lt;/p&gt;
&lt;p&gt;We're looking at using a functional programming language such as Erlang or Haskell to implement this since they promise improved reliability and effective use of the multi-core processors that are now mainstream.  As we develop our ideas, we'll experiment with the functional programming paradigm to see how well it fits both the problem domain and our brains.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Business</category>
                
                
                    <category>Ideas</category>
                
                
                    <category>Haskell</category>
                
                
                    <category>Cybernetics</category>
                
                
                    <category>Systems</category>
                
                
                    <category>Erlang</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Fri, 05 Feb 2010 22:25:32 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>DenHUG</title>
                <guid>http://shrogers.com/weblog/archive/2010/01/30/denhug</guid>
                <link>http://shrogers.com/weblog/archive/2010/01/30/denhug</link>
                <description>&lt;p&gt;I've begun playing with Haskell a bit and thought it might be worth while to meet others interested in Haskell and Functional Programming.  When searching for a local user group failed to turn anything up, I decided to be proactive.  I started a &lt;a class="reference" href="http://www.meetup.com/DenHUG/"&gt;meetup&lt;/a&gt; for DenHUG, the Denver Area Haskell Users Group.  We'll see how it goes.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Community</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 30 Jan 2010 15:49:09 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>FANN</title>
                <guid>http://shrogers.com/weblog/archive/2010/01/23/fann</guid>
                <link>http://shrogers.com/weblog/archive/2010/01/23/fann</link>
                <description>&lt;p&gt;&lt;a class="reference" href="http://leenissen.dk/fann/"&gt;FANN&lt;/a&gt;, the Fast Artificial Neural Network library, is an open source project from the University of Copenhagen.  It is written in C with bindings for C++/Java, Haskell, Python, and other languages.  It is well documented and seems to have an active community.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 23 Jan 2010 15:22:06 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>How the Scots Invented the Modern World</title>
                <guid>http://shrogers.com/weblog/archive/2010/01/21/how-the-scots-invented-the-modern-world</guid>
                <link>http://shrogers.com/weblog/archive/2010/01/21/how-the-scots-invented-the-modern-world</link>
                <description>&lt;p&gt;In &lt;a class="reference" href="http://www.amazon.com/How-Scots-Invented-Modern-World/dp/0609809997/"&gt;How the Scots Invented the Modern World&lt;/a&gt; Arthur Herman recounts Scots history from the 16th through the 20th centuries. While the Scots didn't create the modern world by themselves, they certainly played a key role.  They rapidly transformed their martial feudal/tribal clan society into the first modern literate one.&lt;/p&gt;
&lt;p&gt;The Scottish Enlightenment championed the voice of reason and inspired the framers of the Constitution of the United States.  Scottish engineers, entrepreneurs, and soldiers powered the expansion of the British Empire.  While embracing the world of science and commerce, Scots thinkers were aware of the dangers of forgetting the virtues of war which include courage, honor, loyalty, and perseverance and promoted citizen militias to counter this.&lt;/p&gt;
&lt;p&gt;Today Scottish culture is celebrated in festivals and Highland Games around the world.  While the Scottish people and culture are popularly considered Celtic, they were also shaped by Scandinavians, Anglo Saxons, and Normans.  The surge of Scottish influence had subsided by the mid 20th century, but the effects permeate western civilization.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Books</category>
                
                
                    <category>History</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Thu, 21 Jan 2010 00:00:00 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>Brian Neural Simulator</title>
                <guid>http://shrogers.com/weblog/archive/2010/01/15/brian-neural-simulator</guid>
                <link>http://shrogers.com/weblog/archive/2010/01/15/brian-neural-simulator</link>
                <description>&lt;p&gt;The &lt;a class="reference" href="http://www.briansimulator.org/"&gt;Brian Simulator&lt;/a&gt; is a Python package for rapid development and testing of large neural network models.  It achieves relatively quick execution speed by using NumPy to execute many calculations in each time step.  For large models it up to 75% of the speed of a pure C implementation, but smaller ones suffer more from Python's interpretive overhead.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Tools</category>
                
                
                    <category>Systems</category>
                
                
                    <category>Software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Fri, 15 Jan 2010 00:00:00 -0600</pubDate>

                
            </item>
        
        
            <item>
                <title>The Gluten Connection</title>
                <guid>http://shrogers.com/weblog/archive/2010/01/10/the-gluten-connection</guid>
                <link>http://shrogers.com/weblog/archive/2010/01/10/the-gluten-connection</link>
                <description>&lt;p&gt;In &lt;a class="reference" href="http://www.amazon.com/Gluten-Connection-Sensitivity-Sabotaging-Health/dp/1594863873/"&gt;The Gluten Connection&lt;/a&gt; Shari Lieberman surveys the gluten sensitivity issue.  Celiac Disease is the most severe form of gluten sensitivity and once thought to be rare, is now known to be rather common with an estimated global occurrence of almost 1% of the population.  Celiac is not curable, but symptoms are relieved by avoiding gluten from wheat, barley, and rye.&lt;/p&gt;
&lt;p&gt;Less serious sensitivity seems to be more common, but the data is ambiguous.  It's been associated with many gastrointestinal and autoimmune ailments and there are many anecdotal accounts of such ailments improving once the sufferer adopted a gluten free diet.  Research provides some support for this but looks inconclusive.  Still, a gluten free diet may be worth trying for those suffering from chronic ailments which have been associated with gluten.&lt;/p&gt;
</description>
                <author>Steven H. Rogers</author>

                
                    <category>Food</category>
                
                
                    <category>Books</category>
                
                
                    <category>Health</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 10 Jan 2010 22:06:50 -0600</pubDate>

                
            </item>
        

    </channel>
</rss>


