<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>What the rain knows</title>
	<link>http://what-the-rain-knows.com</link>
	<description>Software, Programming, Math, Science, and SF</description>
	<pubDate>Tue, 07 Oct 2008 18:36:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Feb 28th and 29th links of interest</title>
		<link>http://what-the-rain-knows.com/2008/03/16/feb-28th-and-29th-links-of-interest/</link>
		<comments>http://what-the-rain-knows.com/2008/03/16/feb-28th-and-29th-links-of-interest/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 21:49:41 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

		<category><![CDATA[concurrent programming]]></category>

		<category><![CDATA[Encyclopedia of Life]]></category>

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

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

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

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

		<category><![CDATA[Sun and the Solar System]]></category>

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/03/16/feb-28th-and-29th-links-of-interest/</guid>
		<description><![CDATA[
    Feb 28th:


Distant future of the Sun and Earth revisited
Sawzall (programming language) - Wikipedia, the free encyclopedia
CMPS 253: Advanced Programming Languages: Concurrent Programming and Transactional Memory
For The Love &#124; Rock, Paper, Shotgun: Doing Science To Words
MBL develops infrastructure and portal for Encyclopedia of Life
Rope, a python refactoring library &#8230;
YouTube - Upcoming Changes [...]]]></description>
			<content:encoded><![CDATA[<p>
    Feb 28th:
</p>
<ul>
<li><a href="http://arxiv.org/abs/0801.4031">Distant future of the Sun and Earth revisited</a></li>
<li><a href="http://en.wikipedia.org/wiki/Sawzall_%28programming_language%29">Sawzall (programming language) - Wikipedia, the free encyclopedia</a></li>
<li><a href="http://www.soe.ucsc.edu/~cormac/cgi-bin/moin.cgi/CMPS_253_Spring_2007">CMPS 253: Advanced Programming Languages: Concurrent Programming and Transactional Memory</a></li>
<li><a href="http://www.rockpapershotgun.com/?p=1164">For The Love | Rock, Paper, Shotgun: Doing Science To Words</a></li>
<li><a href="http://www.eurekalert.org/pub_releases/2008-02/mbl-mdi022608.php">MBL develops infrastructure and portal for Encyclopedia of Life</a></li>
<li><a href="http://rope.sourceforge.net/">Rope, a python refactoring library &#8230;</a></li>
<li><a href="http://www.youtube.com/watch?v=-yDS1eGfuWQ">YouTube - Upcoming Changes to the JavaScript Language</a></li>
<li><a href="http://www.mkbergman.com/?p=417">99 Wikipedia Sources Aiding the Semantic Web » AI3:::Adaptive Information</a></li>
<li><a href="http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_in_academic_studies">Wikipedia:Wikipedia in academic studies - Wikipedia, the free encyclopedia</a></li>
</ul>
<p>
    Here&#8217;s part of the abstract for <a href="http://arxiv.org/abs/0801.4031"><cite>Distant future of the Sun and Earth revisited</cite></a>:
</p>
<blockquote>
<p>
        We revisit the distant future of the Sun and the solar system, based on stellar models computed with a thoroughly tested evolution code. For the solar giant stages, mass-loss by the cool (but not dust-driven) wind is considered in detail. Using the new and well-calibrated mass-loss formula of Schroder &#038; Cuntz (2005, 2007), we find that the mass lost by the Sun as an RGB giant (0.332 M_Sun, 7.59 Gy from now) potentially gives planet Earth a significant orbital expansion, inversely proportional to the remaining solar mass.
    </p>
<p>
        According to these solar evolution models, the closest encounter of planet Earth with the solar cool giant photosphere will occur during the tip-RGB phase. During this critical episode, for each time-step of the evolution model, we consider the loss of orbital angular momentum suffered by planet Earth from tidal interaction with the giant Sun, as well as dynamical drag in the lower chromosphere. <b>We find that planet Earth will not be able to escape engulfment, despite the positive effect of solar mass-loss. In order to survive the solar tip-RGB phase, any hypothetical planet would require a present-day minimum orbital radius of about 1.15 AU.</b>
    </p>
</blockquote>
<p>
    Emphasis mine.
</p>
<p>
    Here&#8217;s the text of the course overview for <a href="http://www.soe.ucsc.edu/~cormac/cgi-bin/moin.cgi/CMPS_253_Spring_2007">CMPS 253</a>:
</p>
<blockquote>
<p>
        The free lunch is over. It lasted fifty years.
    </p>
<p>
        During that time, Moore&#8217;s law meant that our programs go faster when we buy a next-generation processor. Moving forward, while next-generation chips will have more CPUs, each individual CPU will be no faster than the previous year&#8217;s model. If we want our program to run faster, we must learn to write parallel programs.
    </p>
<p>
        Parallel programs execute in a non-deterministic way, so they are hard to test, and bugs can be almost impossible to detect, reproduce, or fix. Many years of experience has shown that writing a correct parallel programs is typically substantially harder than writing an equivalent sequential program.
    </p>
<p>
        In this course, we will survey the state-of-the-art in parallel programming, and the programming languages that support these efforts. We will pay particular attention to the emerging and active field of transactional memory, which adapts many ideas from database transactions to general purpose programming languages. We will also review more traditional lock-based programming, as well as alternative techniques based on functional programming, speculative execution, etc.
    </p>
</blockquote>
<p>
    I&#8217;ve &#8220;applied&#8221; for membership to the class Google Group (linked from the course page) so that I can peruse the archives.  Haven&#8217;t been approved yet.
</p>
<p>
    Update (April 14th 2008): I just checked the class Google Group page again only to get an error message telling me that the group doesn&#8217;t exist.  It was formerly at <a href="http://groups.google.com/group/ucsc-cmps-253-spring-2007">groups.google.com/group/ucsc-cmps-253-spring-2007</a>.  Kind of lame.</p>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/03/16/feb-28th-and-29th-links-of-interest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MSR-TR-2008-24, ALADIN: Active Learning of Anomalies to Detect Intrusions</title>
		<link>http://what-the-rain-knows.com/2008/03/07/msr-tr-2008-24-aladin-active-learning-of-anomalies-to-detect-intrusions/</link>
		<comments>http://what-the-rain-knows.com/2008/03/07/msr-tr-2008-24-aladin-active-learning-of-anomalies-to-detect-intrusions/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 07:15:41 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[journal papers]]></category>

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

		<category><![CDATA[intrusion detection system]]></category>

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

		<category><![CDATA[Microsoft Research]]></category>

		<category><![CDATA[network traffic classifier]]></category>

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/03/07/msr-tr-2008-24-aladin-active-learning-of-anomalies-to-detect-intrusions/</guid>
		<description><![CDATA[Based on the abstract on the research.microsoft.com site, ALADIN: Active Learning of Anomalies to Detect Intrusions by Jack W. Stokes, John C. Platt, Joseph Kravis, and Michael Shilman seems like an interesting paper.
Unfortunately, the link doesn&#8217;t work right now because no one has uploaded the actual PDF as of yet. Update: As of Tuesday, March [...]]]></description>
			<content:encoded><![CDATA[<p>Based on the abstract on the research.microsoft.com site, <a href="http://research.microsoft.com/research/pubs/view.aspx?0rc=p&#038;type=technical+report&#038;id=1438"><cite>ALADIN: Active Learning of Anomalies to Detect Intrusions</cite></a> by Jack W. Stokes, John C. Platt, Joseph Kravis, and Michael Shilman seems like an interesting paper.</p>
<p><del>Unfortunately, the link doesn&#8217;t work right now because no one has uploaded the actual PDF as of yet.</del> Update: As of Tuesday, March 11th, the PDF is available.</p>
<p>I browsed the <a href="ftp://ftp.research.microsoft.com/pub/tr/">directory of papers on the MSR FTP site</a> on the off chance that the paper had been uploaded in PostScript or something, but I don&#8217;t see any file that looks like the paper in question.</p>
<p>Update: I found an abstract (for the paper?  same title, so&#8230;) in PDF form and PowerPoint slides here: <a href="http://mls-nips07.first.fraunhofer.de/"><cite> NIPS 2007 Workshop on Machine Learning in Adversarial Environments for Computer Security</cite></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/03/07/msr-tr-2008-24-aladin-active-learning-of-anomalies-to-detect-intrusions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interesting papers from the 7 March 2008 issue of Science</title>
		<link>http://what-the-rain-knows.com/2008/03/07/interesting-papers-from-the-7-march-2008-issue-of-science/</link>
		<comments>http://what-the-rain-knows.com/2008/03/07/interesting-papers-from-the-7-march-2008-issue-of-science/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:56:38 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[journal papers]]></category>

		<category><![CDATA[artificial event horizon]]></category>

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

		<category><![CDATA[event horizon]]></category>

		<category><![CDATA[microstructured optical fibers]]></category>

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

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

		<category><![CDATA[sea cucumber]]></category>

		<category><![CDATA[sea slug]]></category>

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/03/07/interesting-papers-from-the-7-march-2008-issue-of-science/</guid>
		<description><![CDATA[
Fiber-Optical Analog of the Event Horizon by Thomas G. Philbin, Chris Kuklewicz, Scott Robertson, Stephen Hill, Friedrich Konig, and Ulf Leonhardt.  It&#8217;s on arXiv.org: arXiv:0711.4796.
Stimuli-Responsive Polymer Nanocomposites Inspired by the Sea Cucumber Dermis by Jeffrey R. Capadona, Kadhiravan Shanmuganathan, Dustin J. Tyler, Stuart J. Rowan, and Christoph Weder.  I can&#8217;t find a paywall-free [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.sciencemag.org/cgi/content/abstract/319/5868/1367?sa_campaign=Email/toc/7-March-2008/10.1126/science.1153625"><cite>Fiber-Optical Analog of the Event Horizon</cite></a> by Thomas G. Philbin, Chris Kuklewicz, Scott Robertson, Stephen Hill, Friedrich Konig, and Ulf Leonhardt.  It&#8217;s on arXiv.org: <a href="http://arxiv.org/abs/0711.4796"><cite>arXiv:0711.4796</cite></a>.</li>
<li><a href="http://www.sciencemag.org/cgi/content/abstract/319/5868/1370?sa_campaign=Email/toc/7-March-2008/10.1126/science.1153307"><cite>Stimuli-Responsive Polymer Nanocomposites Inspired by the Sea Cucumber Dermis</cite></a> by Jeffrey R. Capadona, Kadhiravan Shanmuganathan, Dustin J. Tyler, Stuart J. Rowan, and Christoph Weder.  I can&#8217;t find a paywall-free version of the paper online, but there&#8217;s an article on the BBC News about it: <a href="http://news.bbc.co.uk/2/hi/science/nature/7279088.stm"><cite>Sea slug inspires brain implant</cite></a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/03/07/interesting-papers-from-the-7-march-2008-issue-of-science/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remainder of February Bookmarks Trawl</title>
		<link>http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 20:12:19 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

		<category><![CDATA[climate change]]></category>

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

		<category><![CDATA[ken coar]]></category>

		<category><![CDATA[Kevin Burton]]></category>

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

		<category><![CDATA[limbo programming language]]></category>

		<category><![CDATA[Michael Nielsen]]></category>

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

		<category><![CDATA[royal ontario museum]]></category>

		<category><![CDATA[WSDM 2008]]></category>

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/</guid>
		<description><![CDATA[I found each of the following links interesting in its own right but either have no comment to make or am too tuckered out to post my comments on each individual page:

How many users are needed for an efficient collaborative filtering system?
Michael Nielsen » Organizing notes
Special Shield Tunnels
a-short-adventure-with-simplehttp
without an e: attention surplus disorder [02/07/2008 15:24:32]
porges [...]]]></description>
			<content:encoded><![CDATA[<p>I found each of the following links interesting in its own right but either have no comment to make or am too tuckered out to post my comments on each individual page:</p>
<ul>
<li><a href="http://www.daniel-lemire.com/blog/archives/2008/02/06/ow-many-users-are-needed-for-an-efficient-collaborative-filtering-system/">How many users are needed for an efficient collaborative filtering system?</a></li>
<li><a href="http://michaelnielsen.org/blog/?p=302">Michael Nielsen » Organizing notes</a></li>
<li><a href="http://www.nccnet.co.jp/english/introduction/specialshieldtunnels.html">Special Shield Tunnels</a></li>
<li><a href="http://mult.ifario.us/p/a-short-adventure-with-simplehttp">a-short-adventure-with-simplehttp</a></li>
<li><a href="http://withoutane.com/rants/2008/02/attention-surplus-disorder">without an e: attention surplus disorder [02/07/2008 15:24:32]</a></li>
<li><a href="http://porg.es.nyud.net/blog/computing-with-xslt">porges » Computing with XSLT</a></li>
<li><a href="http://plastex.sourceforge.net/">plasTeX - LaTeX Document Processing Framework</a></li>
<li><a href="http://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs">Plan 9 from Bell Labs - Wikipedia, the free encyclopedia</a></li>
<li><a href="http://en.wikipedia.org/wiki/Limbo_programming_language">Limbo (programming language) - Wikipedia, the free encyclopedia</a></li>
<li><a href="http://en.wikipedia.org/wiki/Alef_%28programming_language%29">Alef (programming language) - Wikipedia, the free encyclopedia</a></li>
<li><a href="http://elliottback.com/wp/archives/2006/12/14/lifestream-wp-plugin-for-wordpress/">Lifestream WP Plugin for Wordpress by Elliott C. Back</a></li>
<li><a href="http://www.dangrossman.info/projects">Dan Grossman » Projects</a></li>
<li><a href="http://www.nature.com/nature/journal/v451/n7179/abs/nature06510.html">Palaeotemperature trend for Precambrian life inferred from resurrected proteins : Abstract : Nature</a></li>
<li><a href="http://debbiemoynihan.com/?p=23">Deb’s Blog » Blog Archive » What’s in Ken Coar’s Pockets?</a></li>
<li><a href="http://kawagner.blogspot.com/2006/12/my-haskell-experience.html">Karsten Wagner&#8217;s Blog: My Haskell experiences</a></li>
<li><a href="http://brainscat.com/archives/2007/07/04/spastic-test-onenote-blog-integration">brainscat.com » Spastic Test: OneNote Blog Integration</a></li>
<li><a href="http://mue.tideland.biz/2008/02/experiences-made-with-erlang-while.html">mue - embrace change: Experiences made with Erlang while developing the CEL</a></li>
<li><a href="http://blog.socklabs.com/2008/02/embedded_applications_with_yaw/">Embedded Applications with Yaws - Socklabs Blog</a></li>
<li><a href="http://www.eurekalert.org/pub_releases/2008-02/uonh-uom021108.php">UNH-NOAA ocean mapping expedition yields new insights into arctic depths</a></li>
<li><a href="http://stava.vox.com/library/post/explain-yourself-but-dont-repeat-yourself.html">Explain Yourself (but Don&#8217;t Repeat Yourself) - Vox</a></li>
<li><a href="http://www.eurekalert.org/pub_releases/2008-02/ps-alp020608.php">Ancient leaves point to climate change effect on insects</a></li>
<li><a href="http://www.pnas.org/cgi/content/short/105/5/1556">From the Cover: Abrupt climate change and collapse of deep-sea ecosystems &#8212; Yasuhara et al. 105 (5): 1556 &#8212; Proceedings of the National Academy of Sciences</a></li>
<li><a href="http://feedblog.org/2008/02/11/papers-from-web-search-and-data-mining-2008-wsdm-2008/">Papers from Web Search and Data Mining 2008 (WSDM 2008) « Kevin Burton’s NEW FeedBlog</a></li>
<li><a href="http://dean.edwards.name/my/cssQuery/">/my/cssQuery/</a></li>
<li><a href="http://www.w3.org/TR/css3-selectors/">Selectors</a></li>
<li><a href="http://www.cs.mu.oz.au/~dmo/se-litreview/node3.html#SECTION00030000000000000000">3 Case studies of declarative GUI toolkits</a></li>
<li><a href="http://ahamsandwich.wordpress.com/2008/02/11/working-with-large-ml-code-bases/">Working with Large ML Code Bases « A Ham Sandwich</a></li>
<li><a href="http://en.wikipedia.org/wiki/AT%26T_Hobbit">AT&#038;T Hobbit - Wikipedia, the free encyclopedia</a></li>
<li><a href="http://research.microsoft.com/InkSeine/">InkSeine from Microsoft Research</a></li>
<li><a href="http://www.rom.on.ca/collections/toys.php">Royal Ontario Museum | Collections &#038; Research | Primeval Predators™</a></li>
<li><a href="http://praisecurseandrecurse.blogspot.com/2008/02/trying-programming-environments-for.html">Praise, Curse, and Recurse: Trying Programming Environments for Children</a></li>
</ul>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'>Editors</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'>SNOBOL and Icon</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</a></li><li>Remainder of February Bookmarks Trawl</li></ol></div>
    <div class='series_links'><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'  class="prev_in_series_link">&lt;&lt; Previous in series</a> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</title>
		<link>http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:25:58 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

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

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

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

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/</guid>
		<description><![CDATA[
HBase: Bigtable-like structured storage for Hadoop HDFS:

Google&#8217;s [WWW] Bigtable, a distributed storage system for structured data, is an effective mechanism for storing large amounts of data in a distributed environment. Just as Bigtable leverages the distributed data storage provided by the [WWW] Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. Data is [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://wiki.apache.org/hadoop/Hbase"><cite>HBase: Bigtable-like structured storage for Hadoop HDFS</cite></a>:<br />
<blockquote>
<p>Google&#8217;s [WWW] Bigtable, a distributed storage system for structured data, is an effective mechanism for storing large amounts of data in a distributed environment. Just as Bigtable leverages the distributed data storage provided by the [WWW] Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. Data is organized into tables, rows and columns. An Iterator-like interface is available for scanning through a row range (and of course there is the ability to retrieve a column value for a specific key). Any particular column may have multiple values for the same row key. A secondary key can be provided to select a particular value or an Iterator can be set up to scan through the key-value pairs for that column given a specific row key.</p>
</blockquote>
</li>
<li><a href="http://www.hypertable.org">Hypertable</a>:<br />
<blockquote>
<p>Modeled after Google&#8217;s well known Bigtable project, Hypertable is designed to manage the storage and processing of information on a large cluster of commodity servers, providing resilience to machine and component failures. Hypertable seeks to set the open source standard for highly available, petabyte scale, database systems.</p>
<p><a href="http://www.hypertable.org/about.html"><cite>About Hypertable</cite></a></p></blockquote>
</li>
</ul>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'>Editors</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'>SNOBOL and Icon</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</a></li><li>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</li><li><a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl'>Remainder of February Bookmarks Trawl</a></li></ol></div>
    <div class='series_links'><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'  class="prev_in_series_link">&lt;&lt; Previous in series</a> <a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl' class="next_in_series_link">Next in series &gt;&gt;</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>regex-dna benchmark &#124; Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</title>
		<link>http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:05:57 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

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

		<category><![CDATA[Intel&#174;]]></category>

		<category><![CDATA[language benchmarks]]></category>

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/</guid>
		<description><![CDATA[regex-dna benchmark &#124; Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game:
Match DNA 8-mers and substitute nucleotides for IUB codes N=500,000 (Check that Error or Timeout happened at other values of N with regex-dna full data).
]]></description>
			<content:encoded><![CDATA[<p><a href="http://shootout.alioth.debian.org/gp4/benchmark.php?test=regexdna&#038;lang=all"><cite>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</cite></a>:</p>
<blockquote><p>Match DNA 8-mers and substitute nucleotides for IUB codes N=500,000 (Check that Error or Timeout happened at other values of N with regex-dna full data).</p></blockquote>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'>Editors</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'>SNOBOL and Icon</a></li><li>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</li><li><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl'>Remainder of February Bookmarks Trawl</a></li></ol></div>
    <div class='series_links'><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'  class="prev_in_series_link">&lt;&lt; Previous in series</a> <a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop' class="next_in_series_link">Next in series &gt;&gt;</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SNOBOL and Icon</title>
		<link>http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 18:32:42 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

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

		<category><![CDATA[pattern matching]]></category>

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

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

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/</guid>
		<description><![CDATA[
SNOBOL4 and SPITBOL Information:

Catspaw, Inc. provides the SNOBOL4 language for many different computer platforms, including DOS, Macintosh, Sun, RS/6000, and others. SNOBOL4 is a programming language tailored to complex pattern matching and text manipulation. SPITBOL is a very high performance, 32-bit implementation of the SNOBOL4 language.



    The Icon Programming Language:

Icon is a [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.snobol4.com/"><cite>SNOBOL4 and SPITBOL Information</cite></a>:<br />
<blockquote>
<p>Catspaw, Inc. provides the SNOBOL4 language for many different computer platforms, including DOS, Macintosh, Sun, RS/6000, and others. SNOBOL4 is a programming language tailored to complex pattern matching and text manipulation. SPITBOL is a very high performance, 32-bit implementation of the SNOBOL4 language.</p>
</blockquote>
</li>
<li>
    <a href="http://www.cs.arizona.edu/icon/"><cite>The Icon Programming Language</cite></a>:<br />
<blockquote>
<p>Icon is a high-level, general-purpose programming language with a large repertoire of features for processing data structures and character strings. Icon is an imperative, procedural language with a syntax reminiscent of C and Pascal, but with semantics at a much higher level.</p>
</blockquote>
</li>
</ul>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'>Editors</a></li><li>SNOBOL and Icon</li><li><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl'>Remainder of February Bookmarks Trawl</a></li></ol></div>
    <div class='series_links'><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'  class="prev_in_series_link">&lt;&lt; Previous in series</a> <a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game' class="next_in_series_link">Next in series &gt;&gt;</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Etna, a wysiwyg XML RELAX NG- and Gecko-based editor</title>
		<link>http://what-the-rain-knows.com/2008/02/27/etna-a-wysiwyg-xml-relax-ng-and-gecko-based-editor/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/etna-a-wysiwyg-xml-relax-ng-and-gecko-based-editor/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 16:46:35 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

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

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

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

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

		<category><![CDATA[RELAX NG]]></category>

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

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/etna-a-wysiwyg-xml-relax-ng-and-gecko-based-editor/</guid>
		<description><![CDATA[I took the title for this post from the page for the session description on the XTech 2006 site.
The last modified timestamp on the project page is about a year old, but the current version (v. 0.3.1) may be much more recent.  I haven&#8217;t yet tried downloading and installing Etna.  That&#8217;s something I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I took the title for this post from the page for the <a href="http://xtech06.usefulinc.com/schedule/paper/84">session description</a> on the XTech 2006 site.</p>
<p>The last modified timestamp on the <a href="http://rhaptos.org/downloads/editing/etna/">project page</a> is about a year old, but the current version (v. 0.3.1) may be much more recent.  I haven&#8217;t yet tried downloading and installing Etna.  That&#8217;s something I&#8217;m looking forward to doing in a VM later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/etna-a-wysiwyg-xml-relax-ng-and-gecko-based-editor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Editors</title>
		<link>http://what-the-rain-knows.com/2008/02/27/editors/</link>
		<comments>http://what-the-rain-knows.com/2008/02/27/editors/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:53:27 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

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

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

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

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

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

		<category><![CDATA[mouse cording]]></category>

		<category><![CDATA[Plan 9]]></category>

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

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

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/27/editors/</guid>
		<description><![CDATA[

        Gobby:


                Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
   [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
        <a href="http://gobby.0x539.de/trac/">Gobby</a>:<br />
<blockquote>
<p>
                Gobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
            </p>
<p>
                It uses GTK+ 2.6 as its windowing toolkit and thus integrates nicely into the GNOME desktop environment.
            </p>
<p>
                Check out Gobby&#8217;s list of features, take a look around in our screenshots section, read some testimonials, and download it right now.
            </p>
<p>
                Gobby is covered under the GPL (General Public License).
            </p>
</blockquote>
</li>
<li>
        <a href="http://zile.sourceforge.net/">Zile</a>:<br />
<blockquote>
<p>
            Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home.
            </p>
</blockquote>
</li>
<li>
        <a href="http://plan9.bell-labs.com/sys/doc/acme.html">Acme</a>:<br />
<blockquote>
<p>Acme is a text editor and graphical shell from the Plan 9 from Bell Labs operating system, designed and implemented by Rob Pike. It can use the sam command language. The design of the interface was influenced by Oberon. It is different from other editing environments in that it acts as a 9P server. A distinctive element of the user interface is mouse chording.</p>
<p><a href="http://en.wikipedia.org/wiki/Acme_%28text_editor%29" rel="nofollow"><cite>Wikipedia: Acme (text editor)</cite></a>
        </p></blockquote>
<p><a href="http://caerwyn.com/acme/">Acme Stand Alone Complex</a> is a version of Acme that runs on Windows, Linux, and Solaris.
        </p>
</li>
<li>
        <a href="http://haskell.org/haskellwiki/Yi">Yi</a>:<br />
<blockquote>
<p>
                Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell.
            </p>
<ul>
<li>
                    Yi is an haskell interpreter. Very much like emacs is a Lisp interpreter, this makes really easy to dynamically hack, experiment and modify Yi. All tools and goodies written in haskell are also readily available from the editor. This is implemented by binding to the GHC api.
                </li>
<li>
                    Frontends. Yi can use either gtk2hs or vty as frontends, so users can choose their favourite interface.
                </li>
<li>
                    &#8220;Emulation modes&#8221;. The primary emulation modes for Yi are vim and emacs. Keybindings for vi, mg and nano and other are also provided. Other editor interfaces can be written by the user to extend Yi.
                </li>
</ul>
<p>
                The long term goal of the project is to make Yi the editor of choice for the haskell hacker.
            </p>
<p>
                The main short term goal is to maximize Yi&#8217;s Fun Factor. This includes:
            </p>
<ul>
<li>
                    improve hackability (and therefore architecture)
                </li>
<li>
                    add cool features
                </li>
</ul>
</blockquote>
</li>
</ul>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</a></li><li>Editors</li><li><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'>SNOBOL and Icon</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl'>Remainder of February Bookmarks Trawl</a></li></ol></div>
    <div class='series_links'><a href='http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/' title='Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger'  class="prev_in_series_link">&lt;&lt; Previous in series</a> <a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon' class="next_in_series_link">Next in series &gt;&gt;</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/27/editors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</title>
		<link>http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/</link>
		<comments>http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 23:40:48 +0000</pubDate>
		<dc:creator>WTRK</dc:creator>
		
		<category><![CDATA[interesting things]]></category>

		<category><![CDATA[Common Lisp]]></category>

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

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

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

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

		<category><![CDATA[little b]]></category>

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

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

		<category><![CDATA[OpenWetWare.org]]></category>

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

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

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

		<category><![CDATA[SamePlace Instant Messenger]]></category>

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

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

		<category><![CDATA[systems biology]]></category>

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

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

		<guid isPermaLink="false">http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/</guid>
		<description><![CDATA[
little b:


                The little b project is an effort to provide an open source language which allows scientists to build mathematical models of complex systems. The initial focus is systems biology. The goal is to stimulate widespread sharing and reuse [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.littleb.org/">little b</a>:<br />
<blockquote>
<p>
                The little b project is an effort to provide an open source language which allows scientists to build mathematical models of complex systems. The initial focus is systems biology. The goal is to stimulate widespread sharing and reuse of models.
            </p>
<p>
                The little b language is designed to allow biologists to build models quickly and easily from shared parts, and to allow theorists to program new ways of describing complex systems. Currently, libraries have been developed for building ODE models of molecular networks in multi-compartment systems such as cellular epithelia.
            </p>
<p>
			    Little b is based in Common Lisp and contains mechanisms for rule-based reasoning, symbolic mathematics and object-oriented definitions. The syntax is designed to be terse and human-readable to facilitate communication. The environment is both interactive and compilable.
            </p>
</blockquote>
</li>
<li><a href="http://wiki.opensource.nokia.com/projects/PAMP"><acronym title="Personal Apache MySQL PHP">PAMP</acronym></a>:
<p>
            Resources for installing Apache, MySQL, PHP, and (it seems) Python on S60 phones.
        </p>
</li>
<li><a href="http://haxe.org/">haXe</a>:<br />
<blockquote><p>
			haXe is a high-level object-oriented programming language mainly focused on helping programers develop Websites and Web applications. haXe has been designed to be easily portable across several platforms. The haXe compiler supports the following platforms [&#8230; JavaScript, Flash, and Neko]<br />
            <a href="http://haxe.org/intro"><cite>intro [haXe.org]</cite></a>
		</p></blockquote>
</li>
<li><a href="http://www.ccs.neu.edu/home/dorai/schelog/schelog.html">Programming in Schelog</a> (dates from mid-2003):<br />
<blockquote><p>
			Schelog is an embedding of Prolog-style logic programming in Scheme. &#8216;Embedding&#8217; means you don&#8217;t lose Scheme: You can use Prolog-style and conventional Scheme code fragments alongside each other. Schelog contains the full repertoire of Prolog features, including meta-logical and second-order (&#8217;set&#8217;) predicates, leaving out only those features that could more easily and more efficiently be done with Scheme subexpressions.
		</p></blockquote>
</li>
<li><a href="http://openwetware.org/wiki/Main_Page">OpenWetWare.org</a> (a wiki):<br />
<blockquote><p>
			OpenWetWare is an effort to promote the sharing of information, know-how, and wisdom among researchers and groups who are working in biology &#038; biological engineering. OWW provides a place for labs, individuals, and groups to organize their own information and collaborate with others easily and efficiently. In the process, we hope that OWW will not only lead to greater collaboration between member groups, but also provide a useful information portal to our colleagues, and ultimately the rest of the world.<br />
            <a href="http://openwetware.org/wiki/OpenWetWare:About"><cite>OpenWetWare:About</cite></a>
		</p></blockquote>
</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3633">SamePlace Instant Messenger</a>:<br />
<blockquote><p>
            Extensible instant messaging client based on the XMPP (Jabber) protocol. Accesses Jabber, GTalk, Twitter, MSN, AIM (and more, via gateways).
        </p></blockquote>
<p>
            This Firefox addon requires another to function: <a href="https://addons.mozilla.org/en-US/firefox/addon/3632">xmpp4moz</a>.
        </p>
</li>
</ul>
 
<div class="series_info">
    <div class='series_toc'><h3>This post is part of the series <cite>Bookmarks Trawl: February up to Feb. 27th</cite></h3>
<ol><li>Interesting Stuff: little b, PAMP, Schelog, OpenWetWare.org, and SamePlace Instant Messenger</li><li><a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors'>Editors</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/snobol-and-icon/' title='SNOBOL and Icon'>SNOBOL and Icon</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/regex-dna-benchmark-gentoo-intel-pentium-4-computer-language-benchmarks-game/' title='regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game'>regex-dna benchmark | Gentoo : Intel&#174; Pentium&#174; 4 Computer Language Benchmarks Game</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/hbase-and-hypertable-two-bigtable-like-systems-built-on-top-of-hadoop/' title='HBase and Hypertable: two Bigtable-like systems built on top of Hadoop'>HBase and Hypertable: two Bigtable-like systems built on top of Hadoop</a></li><li><a href='http://what-the-rain-knows.com/2008/02/27/remainder-of-february-bookmarks-trawl/' title='Remainder of February Bookmarks Trawl'>Remainder of February Bookmarks Trawl</a></li></ol></div>
    <div class='series_links'> <a href='http://what-the-rain-knows.com/2008/02/27/editors/' title='Editors' class="next_in_series_link">Next in series &gt;&gt;</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://what-the-rain-knows.com/2008/02/26/interesting-stuff-little-b-pamp-schelog-openwetwareorg-and-sameplace-instant-messenger/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
