<?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"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Sphaerula</title>
	<atom:link href="http://sphaerula.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://sphaerula.com/wordpress</link>
	<description>A science weblog by Conrad Halling</description>
	<pubDate>Mon, 25 Aug 2008 09:52:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>		<item>
		<title>Twitter for Week of 3 August 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-3-august-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-3-august-2008/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 13:32:59 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=66</guid>
		<description><![CDATA[These are my annotated tweets for the week of 3 August 2008. Follow my microblog on Twitter at http://twitter.com/conrad_halling, then come here for the expanded version.
Google ads
2008-08-03: Clueless Google ads on twittercounter.com: ad for granite counter tops, ad for quartz counter tops, and ad for counter-terrorism degrees.
This is an example of why humans are (so [...]]]></description>
			<content:encoded><![CDATA[<p>These are my annotated tweets for the week of 3 August 2008. Follow my microblog on Twitter at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>, then come here for the expanded version.</p>
<h3>Google ads</h3>
<blockquote><p>2008-08-03: Clueless Google ads on <a href="http://twittercounter.com/" target="_blank">twittercounter.com</a>: ad for granite <em>counter</em> tops, ad for quartz <em>counter</em> tops, and ad for <em>counter</em>-terrorism degrees.</p></blockquote>
<p>This is an example of why humans are (so far) smarter than computers. The ads are gone now, so possibly Google tweaked its algorithms.</p>
<h3>Haruki Murakami</h3>
<blockquote><p>2008-08-03: I recently read <cite>A Wild Sheep Chase</cite>, by Haruki Murakami. Now I want to read his new book, <cite>What I Talk About When I Talk About Running</cite>.</p></blockquote>
<p>Geoff Dyer at the <cite>New York Times Book Review</cite> <a href="http://www.nytimes.com/2008/08/10/books/review/Dyer-t.html?ref=books" target="_blank">didn&#8217;t think much</a> of <cite>What I Talk About When I Talk About Running</cite>, but I read an <a href="http://www.newyorker.com/reporting/2008/06/09/080609fa_fact_murakami" target="_blank">excerpt</a> in the <cite>New Yorker</cite>, and that was when I decided I wanted to read the entire book. Like Murakami, I’m a marathon runner, so I’m very interested in what he has to say about running and its relation to the rest of his life.</p>
<h3>Perl’s Weaknesses for Large Software Projects</h3>
<blockquote><p>2008-08-04: Today I read about the <a href="http://genome.cshlp.org/cgi/content/full/14/5/929" target="_blank">Ensembl core software libraries</a> and disadvantages of using Perl.</p></blockquote>
<p>In the paper, the authors state:</p>
<blockquote><p>However, some aspects of Perl are not well suited for a software<sup> </sup>project of Ensembl’s size. Whereas weak typing allows for rapid<sup> </sup>program development, absence of compile time checking of function<sup> </sup>prototypes and variable types is a steady source of runtime<sup> </sup>errors. Another disadvantage of Perl is its reference-count-based<sup> </sup>garbage collector, which effectively limits the use of circular<sup> </sup>references. Variables that are part of a circular reference<sup> </sup>structure are never garbage-collected and can introduce potentially<sup> </sup>serious memory leaks. Avoidance of circular reference memory<sup> </sup>leaks has necessitated some compromises to the overall system<sup> </sup>design.</p></blockquote>
<p>Later, the authors give this rationale for moving from Perl to Java:</p>
<blockquote><p>Perl suffers from certain disadvantages as an implementation<sup> </sup>language for a large-scale project. Java overcomes many of these<sup> </sup>problems and has the benefits of compile time type checking,<sup> </sup>enforced interfaces, multi threading, better support for graphical<sup> </sup>user interfaces, and correct garbage collection of circularly<sup> </sup>referenced objects.</p></blockquote>
<h3>Installing Perl Modules Into a User Directory</h3>
<blockquote><p>2008-08-05: Today I installed libgd and GD, GD::Graph, and GD::Text Perl modules into a user directory; this was tricky because I didn&#8217;t have root.</p></blockquote>
<p>I plan to write a separate post about this.</p>
<h3>Verizon’s Slow Response to Outage</h3>
<blockquote><p>2008-08-06: Both companies in our building lost phones and Internet today, making it difficult to work. Apparently someone cut fiber on Vassar Street.</p></blockquote>
<p>MIT and Cambridge are renovating Vassar Street from Massachusetts Avenue to Amesbury Street. A construction worker cut Verizon’s fiber, disconnecting businesses at the end of Vassar Street near Memorial Drive. It took ten hours for Verizon to identify and fix the problem. Our site manager said Verizon didn’t believe him when he first called; Verizon contented it was a problem inside our building. It wasn’t until other companies called to complain that Verizon took real action.</p>
<h3>stackoverflow.com Beta Test</h3>
<blockquote><p>2008-08-06: I&#8217;m participating in the stackoverflow.com beta test. I&#8217;ve already learned some useful things from answers to others&#8217; questions.</p>
<p>2008-08-07: I&#8217;m lonely on the stackoverflow.com beta test site. So far, there have been only six posts about Perl. The site is very Microsoft-oriented.</p></blockquote>
<p>I have greatly enjoyed listening to Jeff Atwood and Joel Spolsky’s podcast, <a href="http://blog.stackoverflow.com/" target="_blank">Stack Overflow</a>, which is hosted by <a href="http://itc.conversationsnetwork.org/" target="_blank">IT Conversations</a>. Jeff is creating a web site, <a href="http://stackoverflow.com/" target="_blank">stackoverflow.com</a>, that is intended to serve as a repository of knowledge for programmers. I am a participant in the <a href="http://blog.stackoverflow.com/2008/07/stack-overflow-private-beta-begins/" target="_blank">private beta test</a>.</p>
<p>My useful programming experience is in Perl, C, and C++, and I spend most of my time these days writing Perl. As I have commented before in this blog and on twitter, there are already substantial online resources available to Perl coders, so I think it is unlikely that the stackoverflow site will attract much Perl-related traffic. But I decided it was worth my effort to try.</p>
<p>In the meantime, I’m learning lots about C# and .NET. I may need to learn C# soon.</p>
<h3>Worst Personal Genome Project Scenarios</h3>
<p><a href="http://twitter.com/agbiotec" target="_blank">agbiotec</a> <a href="http://twitter.com/agbiotec/statuses/881058304" target="_blank">twittered</a>:</p>
<blockquote><p>reading worst Personal Genome Project scenario: someone makes synthetic DNA corresponding to the participant and plant it at a crime scene!</p></blockquote>
<p>I responded:</p>
<blockquote><p>2008-08-08: @<a href="http://twitter.com/agbiotec" target="_blank">agbiotec</a> Worst Personal Genome Project scenario: Professor clones you, and the resentful clone escapes to hunt you down and kill you!</p></blockquote>
<p>Presumably, the unnamed professor in this scenario works at a famous ivy league university and is a pioneer in personal genomes&#8230;. And I wonder: if your clone kills you and takes your place, who would know? I think I have here the makings of a biotechnology thriller.</p>
<p>agbiotec responded:</p>
<blockquote><p><span class="entry-content">@<a href="http://twitter.com/conrad_halling">conrad_halling</a> worse, the clone being next to you constantly and saying: “Write your thesis”, “Write your paper”, “Write your thesis’&#8230;</span></p></blockquote>
<p>I agree, this is the most frightening of all.</p>
<p>agbiotec’s blog is located at <a href="http://semanticlifescience.wordpress.com/" target="_blank">http://semanticlifescience.wordpress.com/</a>.</p>
<h3>New LCD Display</h3>
<blockquote><p>2008-08-08: My quest for a new display is over. Today I ordered a Dell 22-inch UltraSharp 2208WFP 1680 x 1050; with discounts and free shipping, $292.</p></blockquote>
<p>At work I use a Dell 20-inch E207WFP display that has 1680 x 1050 resolution. Our IT group ordered this model because it was inexpensive, but I experience a lot of eye strain with this monitor because the image isn’t very sharp. My work laptop, a Dell Latitude D610, has only 1024 x 768 resolution, and this is inconveniently small when I work at home. So I decided to buy a larger and sharper monitor for use at home. I’ll report when it arrives.</p>
<h3>Broccoli Is Good For You</h3>
<blockquote><p>2008-08-09: If broccoli is so good for you, why can&#8217;t you buy broccoli yogurt? (For me, raspberry yogurt is the most delicious.)</p></blockquote>
<p>I eat broccoli because it is good for me, but I really dislike its flavor.</p>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-3-august-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 27 July 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-27-july-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-27-july-2008/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 13:29:59 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=65</guid>
		<description><![CDATA[These are my annotated tweets for the week of 27 July 2008. Follow my microblog on Twitter at http://twitter.com/conrad_halling.
Differences in Nomenclature for Structures of GPCRs
2008-07-27: Last night I read two Nature papers about structures of GPCRs. Different nomenclature in the papers frustrates indexing and searching.
The authors of the two papers used different systems for naming [...]]]></description>
			<content:encoded><![CDATA[<p>These are my annotated tweets for the week of 27 July 2008. Follow my microblog on Twitter at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<h3>Differences in Nomenclature for Structures of GPCRs</h3>
<blockquote><p>2008-07-27: Last night I read two <cite>Nature</cite> papers about structures of GPCRs. Different nomenclature in the papers frustrates indexing and searching.</p></blockquote>
<p>The authors of the two papers used different systems for naming the α-helices and β-strands in these homologous proteins. I hope to find the time to post about these papers soon.</p>
<h3>Top 50 Science Fiction TV Shows</h3>
<blockquote><p>2008-07-27: The <cite>Boston Globe</cite> ranked the <a href="http://www.boston.com/ae/tv/gallery/topscifishows/" target="_blank">top 50 science fiction TV shows</a>, but somehow omitted <cite>Star Trek Deep Space 9</cite>.</p></blockquote>
<p>DS9 was not my favorite Star Trek series, but it was certainly better than some of the shows included in the top 50.</p>
<h3>Photos of Jupiter</h3>
<blockquote><p>2008-07-28: There are <a href="http://www.boston.com/bigpicture/2008/07/views_of_jupiter.html" target="_blank">spectacular photos of Jupiter</a> on the <cite>Boston Globe</cite>&#8217;s web site.</p></blockquote>
<h3>Visio 2007 Training</h3>
<blockquote><p>2008-07-28: I spent yesterday and today learning Visio 2007 Professional in order to make flowcharts that map work processes. It was time well spent.</p></blockquote>
<p>I’m still working on the computer-based training. Ultimately, I want to use Visio 2007 Pro for modeling databases.</p>
<h3>Leo Laporte’s eBay Grudge</h3>
<blockquote><p>2008-07-29: PayPal should have refunded the $2200 Leo Laporte lost from an eBay ripoff scheme; his vocal complaints have caused them to lose business.</p></blockquote>
<p>Leo Laporte is a <a href="http://twit.tv/" target="_blank">podcaster</a>, <a href="http://leoville.com/" target="_blank">blogger</a>, and <a href="http://twitter.com/leolaporte" target="_blank">twitterer</a>, and I listen to many of his shows, including <a href="http://twit.tv/twit" target="_blank">“This Week in Tech”</a>, <a href="http://twit.tv/mbw" target="_blank">“MacBreak Weekly”</a>, <a href="http://twit.tv/ww" target="_blank">“Windows Weekly”</a>, and <a href="http://twit.tv/FLOSS" target="_blank">“FLOSS Weekly”</a>. Leo used PayPal instead of his credit card to pay for a $2200 purchase, but he never received his order. PayPal insurance covered only $200 of Leo’s purchase, so he was out $2000. Leo twittered about the problem (<a href="http://twitter.com/leolaporte/statuses/825330925" target="_blank">here</a>, <a href="http://twitter.com/leolaporte/statuses/825331369" target="_blank">here</a>, <a href="http://twitter.com/leolaporte/statuses/825348298" target="_blank">here</a>, and <a href="http://twitter.com/leolaporte/statuses/832523940" target="_blank">here</a>) and mentioned it on his podcasts for several weeks. I believe the end result was to increase mistrust of eBay and PayPal among Leo’s listeners, costing both companies much more than $2200 in business.</p>
<p>Added 2008-08-08: According to <a href="http://twitter.com/leolaporte/statuses/881971184" target="_blank">this tweet</a>, eBay has given Leo a full refund for his camera.</p>
<h3>cuil.com Search Engine</h3>
<blockquote><p>2008-07-29: I have tried <a href="http://cuil.com/" target="_blank">cuil.com</a> a few times since yesterday. It hasn’t found me or my web site; just lots of listserv posts from years ago.</p></blockquote>
<p>The <a href="http://cuil.com/" target="_blank">cuil</a> search engine was released with much fanfare as an alternative to <a href="http://google.com/" target="_blank">google</a>, but so far the results are disappointing.</p>
<h3>How Do Geeks Exercise?</h3>
<blockquote><p>2008-07-30: Slashdot thread <a href="http://science.slashdot.org/science/08/07/29/1728258.shtml" target="_blank">“How do geeks exercise?”</a> has ~1000 replies in less than 12 hours.  I walk to work (2.75 mi each way).</p></blockquote>
<p>I found this thread very amusing. There are now over 1700 posts in the thread. I’m just a geek who happens to run marathons, so I don’t worry about exercise.</p>
<h3>This Week in Tech Podcast: Too Much Fluff</h3>
<blockquote><p>2008-07-30: <a href="http://twit.tv/twit" target="_blank">This Week in Tech</a> podcast gets a little longer every week, but with no additional real content. This week 114 minutes; 60 would be enough.</p></blockquote>
<p>The podcast has increasing amounts of chit-chat and fluff. I want information.</p>
<h3>Cool Tattoos</h3>
<blockquote><p>2008-07-31: For the first time in my life, I want a tattoo. <a href="http://blogs.discovermagazine.com/loom/science-tattoo-emporium/" target="_blank">http://blogs.discovermagazine.com/loom/science-tattoo-emporium/</a></p></blockquote>
<p>These tattoos are great!<a href="http://blogs.discovermagazine.com/loom/science-tattoo-emporium/" target="_blank"><br />
</a></p>
<h3>Using Debian to Revive a PowerBook G4</h3>
<p>This thread, the longest conversation I’ve had on Twitter, was prompted by a post from <a href="http://twitter.com/agbiotec" target="_blank">agbiotec</a>, who <a href="http://twitter.com/agbiotec/statuses/873932416" target="_blank">twittered</a>:</p>
<blockquote><p><span class="entry-content">after getting debian with gnome in my 5-year old PowerBook I realized how lightweight and functional it is, the machine flies</span></p></blockquote>
<p><span class="entry-content">I replied:</span></p>
<blockquote><p>@agbiotec I’m interested in installing debian on a 3.5-yr old 1.5-GHz PowerBook G4. How’s wireless connectivity on yours?</p></blockquote>
<p>agbiotec <a href="http://twitter.com/agbiotec/statuses/874179422" target="_blank">replied</a>:</p>
<blockquote><p><span class="entry-content">@conrad_halling wireless is perfect-Debian set up the card from the boot CD, and I was even able to do network install-very user friendly :-)</span></p></blockquote>
<p><span class="entry-content">I responded:</span></p>
<blockquote><p>@agbiotec Thanks for the PowerBook tip and the info. I will buy my wife a new MacBook Pro so I can install Debian on her old PowerBook.</p></blockquote>
<p>agbiotec <a href="http://twitter.com/agbiotec/statuses/874193974" target="_blank">asked</a>:</p>
<blockquote><p><span class="entry-content">why don&#8217;t you install Debian on the new one too ? ;-)</span></p></blockquote>
<p>I replied:</p>
<blockquote><p>@agbiotec My wife is self-employed, so new laptop is deductible business expense, but she requires Word. I can recycle old laptop w/Debian.</p></blockquote>
<p>My wife edits medical books as a freelancer. All the editing is performed using Microsoft Word, and the book publishers don’t care if she uses Word for Mac OS X or for Windows. So like all right-thinking persons, she uses Word for Mac OS X on a PowerBook. But her computer is more than three years old, so it’s time to buy her a new one, either a MacBook Pro or a MacBook Air, then recycle the PowerBook. I could use a Linux laptop, but only if the wireless works, hence my interest in agbiotec’s tweet.</p>
<h3>Some Days, We Feel Like We Can’t Do Our Jobs</h3>
<blockquote><p>2008-08-01: Today, in my weekly meeting with my boss, he started with, “Some days, I feel like I can’t do my job.” That&#8217;s what *I* had wanted to say.</p></blockquote>
<p>My manager is outstanding, and he does many things I could never do, so it’s discouraging that he has bad weeks, too.</p>
<h3>Perl Threads on Stack Overflow</h3>
<blockquote><p>2008-08-02: <a href="http://twitter.com/codinghorror" target="_blank">@codinghorror</a> Experienced Perl coders might not use <a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a> because we already have <a href="http://www.perlmonks.org/" target="_blank">PerlMonks</a>.</p></blockquote>
<p>Stack Overflow, when it’s released, will be a web site for questions and answers about programming in various languages. I expect traffic from Perl coders will be low because we have well-established resources, including PerlMonks.</p>
<h3>Learning Perl, 5th Edition</h3>
<blockquote><p>2008-08-02: I bought <a href="http://oreilly.com/catalog/9780596520106/" target="_blank"><cite>Learning Perl, 5th Edition</cite></a>, and I&#8217;m reading it in preparation for teaching a Perl class at work. 5th ed. covers new 5.10 features.</p></blockquote>
<p>This is an excellent book that is completely up to date, unlike <a href="http://oreilly.com/catalog/9780596000271/" target="_blank"><cite>Programming Perl, 3rd Edition</cite></a>, which was published eight years ago. I plan to write a review when I&#8217;ve finished reading it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-27-july-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 20 July 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-20-july-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-20-july-2008/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 16:30:11 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=63</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 20 July 2008. Follow my microblog on Twitter at http://twitter.com/conrad_halling.

2008-07-20:  I want what @codinghorror calls “a mobile device that replicates the desktop browser experience”, but without AT&#38;T. I want an iPod Touch. [Long ago, I had ten cents a minute long distance service through AT&#38;T. [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 20 July 2008. Follow my microblog on Twitter at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-07-20:  I want what <a href="http://twitter.com/codinghorror" target="_blank">@codinghorror</a> <a href="http://twitter.com/codinghorror/statuses/863741120" target="_blank">calls</a> “a mobile device that replicates the desktop browser experience”, but without AT&amp;T. I want an iPod Touch. [Long ago, I had ten cents a minute long distance service through AT&amp;T. Except that they charged me about thirty cents a minute. They gave me the runaround when I attempted to get a refund. I have vowed never to be an AT&amp;T customer again.]</li>
<li>2008-07-21: My latest <a href="http://www.audible.com/" target="_blank">audible.com</a> audiobook is <a href="http://www.audible.com/adbl/site/products/ProductDetail.jsp?productID=BK_AREN_000432&amp;BV_UseBVCookie=Yes" target="_blank"><cite>The Precipice</cite></a>, by Ben Bova. It’s entertaining and not as serious as what I’ve been reading lately.</li>
<li>2008-07-22: Today I learned how to use the Perl <a href="http://search.cpan.org/~karasik/DBIx-Roles-1.04/Roles/Transaction.pm" target="_blank">DBIx::Roles::Transaction</a> module to manage database transactions.</li>
<li>2008-07-23: Last night I updated Vista on my MacBook Pro to SP1. My machine got so hot the fans were running full speed, but I’ve had no problems since. [I rarely use the Vista installation except for experimentation.]</li>
<li>2008-07-24: <a href="http://twitter.com/" target="_blank">Twitter</a> readjustment: My followers dropped from 33 to 22. Who was dropped? Twitter also says I’m following 59, but it shows avatars for 72.</li>
<li>2007-07-24:  OK, that was a quick fix. 5 minutes after my last tweet, Twitter now says I have 32 followers and I’m following 72. Welcome back, everyone! [This was a Twitter problem that affected all users. See <a href="http://blog.twitter.com/2008/07/where-are-my-followers.html" target="_blank">http://blog.twitter.com/2008/07/where-are-my-followers.html</a>.]</li>
<li>2008-07-25: I had to miss both <a href="http://www.iscb.org/ismb2008/" target="_blank">ISMB 2008</a> and <a href="http://en.oreilly.com/oscon2008/public/content/home" target="_blank">OSCON 2008</a>, which overlapped this year. They’re scheduled on different weeks in 2009, so maybe I’ll attend both. [<a href="http://www.iscb.org/events/event_data.php?883" target="_blank">ISMB 2009</a> will be held June 27 through July 2, 2009, in Stockholm. When I posted this tweet, I thought the dates for OSCON 2009 had been set, but now I can’t find a date on <a href="http://conferences.oreillynet.com/" target="_blank">O’Reilly’s Conferences site</a>.]</li>
<li>2008-07-25: At last, it’s Friday night. That means only two more working days this week. Weekends are when I get my real work done. [Eight weekend hours equal sixteen weekday hours in terms of productivity, because there are no distractions or interruptions.]</li>
<li>2008-07-26: <a href="http://twitter.com/starstryder" target="_blank">@starstryder</a> sends tweets, a “silly experiment”, in five, seven, five. [Dr. Pamela Gay, astronomer, college professor, <a href="http://www.starstryder.com/" target="_blank">blogger</a>, and <a href="http://www.astronomycast.com/" target="_blank">podcaster</a>, has been <a href="http://www.starstryder.com/2008/07/25/silly-experiment/" target="_blank">tweeting haiku</a>. Twitter haiku has been termed <a href="http://twitter.pbwiki.com/Twaiku%20%28haiku%20written%20in%20twitter%29" target="_blank">twaiku</a>. Note that this tweet is also a twaiku.]</li>
<li><span class="entry-content">2008-07-26: Today I compiled and installed EMBOSS 6.0.1 for Mac OS X, then I installed mEMBOSS for Windows under Vista. <a rel="nofollow" href="http://emboss.sourceforge.net/" target="_blank">http://emboss.sourceforge.net/</a> [I use some of the EMBOSS programs for my work.]<a rel="nofollow" href="http://emboss.sourceforge.net/" target="_blank"><br />
</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-20-july-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 13 July 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-13-july-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-13-july-2008/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 11:57:36 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=62</guid>
		<description><![CDATA[These are my lightly-edited tweets for the week of 13 July 2008. Follow my microblog at http://twitter.com/conrad_halling.
I spent the week in St. Louis with many colleagues for five days of training. The training was excellent, but I got absolutely no exercise, and I ate way too much food.

2007-07-13: I flew Boston to St. Louis via [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly-edited tweets for the week of 13 July 2008. Follow my microblog at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<p>I spent the week in St. Louis with many colleagues for five days of training. The training was excellent, but I got absolutely no exercise, and I ate way too much food.</p>
<ul>
<li>2007-07-13: I flew Boston to St. Louis via Chicago today, with 2.5-hour layover. I couldn’t get an IP address from the free public wi-fi at O’Hare airport. [The “official” wi-fi, with SSID “concourse”—heavily plugged over the public announcement system—cost $7. I decided it was not worth it.]</li>
<li>2008-07-14: I pigged out today on three large St. Louis-style meals. The <a href="http://www.ofallonbrewery.com/ofallonbrewery.html" target="_blank">O’Fallon</a> Wheat on tap was delicious. Tomorrow I need to get some exercise. [St. Louis is home to many fine breweries besides Anheuser-Busch, the maker of Budweiser and other industrial beers. AB is being purchased by InBev, the European owner of Stella Artois and other brewers.]</li>
<li>2008-07-15: I will sleep safely tonight, because Senator John McCain and the Secret Service are staying at my St. Louis hotel tonight. [Senator McCain attended a fund-raiser where the price for dinner was up to $57,000 per couple. St. Louis County is home to an extraordinary number of wealthy Republicans (whereas the city is heavily Democratic). Afterwards, Senator McCain enjoyed a concrete at <a href="http://www.teddrewes.com/" target="_blank">Ted Drewes</a>; maybe he didn’t get enough to eat at dinner.]</li>
<li>2008-07-17: I continue to eat St. Louis-size portions at meals. I’m getting 300 extra calories a day, which is perfect for a pregnant woman, but not me. [Restaurant meals are larger than they should be, especially when you can’t take home the leftovers.]</li>
<li>2008-07-18: Last training day in St. Louis. Last night we had a delicious dinner outside at <a href="http://atlasrestaurantstl.com/" target="_blank">Atlas</a>, a restaurant near Forest Park on Pershing. [When we lived in St. Louis, my wife and I owned a condo on Pershing, but Atlas hadn’t arrived in the neighborhood before we moved.]</li>
<li>2008-07-18: My first attempt at printing boarding passes on the hotel’s printer was blanks where the bar codes should be; had to install special driver. [The printing service at the hotel was a nice feature, but it wasn’t easy to use, and it makes me uneasy when I have to install special software.]</li>
<li>2008-07-19: Last night in St. Louis, I took two colleagues to dinner at <a href="http://www.favazzas.com/" target="_blank">Favazza’s</a> and then to dessert at <a href="http://www.teddrewes.com/" target="_blank">Ted Drewes</a>. We happily ate too much. [Favazza’s is a favorite of my running friends in St. Louis, and Ted Drewes is a favorite of everyone.]</li>
<li>2008-07-19: <a href="http://www.iscb.org/ismb2008/" target="_blank">ISMB 2008</a> has begun this weekend. I can’t go this year, but colleagues are going and will report.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-13-july-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 6 July 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-6-july-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-6-july-2008/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 13:09:19 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=61</guid>
		<description><![CDATA[These are my lightly-edited tweets for the week of 6 July 2008. Follow my microblog at http://twitter.com/conrad_halling.

2008-07-06: Food for thought: “The Nature of Self-Improving Artificial Intelligence,” presented by Stephen M. Omohundro.
2008-07-07: Yesterday I made a tax-deductible contribution to the Conversations Network at the Basic Member level.
2008-07-08:  Implode-O-Meter, featured today in a New York Times article, [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly-edited tweets for the week of 6 July 2008. Follow my microblog at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-07-06: Food for thought: “<a href="http://itc.conversationsnetwork.org/shows/detail3402.html" target="_blank">The Nature of Self-Improving Artificial Intelligence</a>,” presented by Stephen M. Omohundro.</li>
<li>2008-07-07: Yesterday I made a tax-deductible contribution to the <a href="http://www.conversationsnetwork.com/" target="_blank">Conversations Network</a> at the Basic Member level.</li>
<li>2008-07-08:  <a href="http://ml-implode.com/" target="_blank">Implode-O-Meter</a>, featured today in a New York Times <a href="http://www.nytimes.com/2008/07/08/business/08implode.html?_r=1&amp;oref=slogin" target="_blank">article</a>, has a hideously ugly 1995-style web site.</li>
<li>2008-07-09: Although I voted for Senator Clinton in the primary, I won’t give her any money to <a href="http://www.nytimes.com/2008/07/09/us/politics/09debt.html" target="_blank">retire her campaign debt</a>.</li>
<li>2008-07-10:  The <a href="http://www.loa.org/" target="_blank">Library of America</a> is issuing its <a href="http://www.loa.org/volume.jsp?RequestID=285" target="_blank">second volume of Philip K. Dick novels</a> on July 31. The first volume was terrific.</li>
<li>2008-07-11: In response to <a href="http://twitter.com/easternblot" target="_blank">@easternblot</a>’s post, “I get it: the entire exercise of writing a PhD thesis is to learn that you don’t know anything. I keep finding new things I didn’t know.”: @easternblot Writing a paper can have the same result as writing a thesis; you find out what you don’t know, then do additional experiments.</li>
<li>2008-07-12: In response to <a href="http://twitter.com/codinghorror" target="_blank">@codinghorror</a>’s post “A day where I have to write PHP code: not quite as bad as a day where I have to write Perl code. But on the whole, still not good.”: I’m on the other end of the spectrum from @codinghorror on using Perl. I work quickly and cleanly with Perl, but C# gives me the horrors.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-6-july-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 29 June 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-29-june-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-29-june-2008/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 14:01:03 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=60</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 29 June 2008. Follow me at http://twitter.com/conrad_halling.

2008-06-29: My brother couldn&#8217;t find Vista or XP drivers for his old Canon digital camera, so I used my Mac OS X laptop to download his photos.
2008-06-30: My next audible.com book is The Pillars of the Earth, by Ken [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 29 June 2008. Follow me at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-06-29: My brother couldn&#8217;t find Vista or XP drivers for his old Canon digital camera, so I used my Mac OS X laptop to download his photos.</li>
<li>2008-06-30: My next <a href="http://audible.com/" target="_blank">audible.com</a> book is <cite>The Pillars of the Earth</cite>, by Ken Follett. Unfortunately, after five hours, I don&#8217;t think the book is very good.</li>
<li>2008-06-30: Lots of hysteria, ill-founded rumors, and trolls about Pfizer cutbacks on the rumor mill at <a href="http://www.biofind.com/Rumor/" target="_blank">biofind.com</a> this weekend &#8212; none of them true.</li>
<li>2008-07-01: I have many friends who work at Pfizer, so I wish them the best during uncertain times. I received Pfizer paychecks until we were spun off.</li>
<li>2008-07-01: On the <a href="http://www.fluidinfo.com/terry/2008/07/01/minor-mischief-create-redirect-loops-from-predictable-short-urls/" target="_blank">fluidinfo blog today</a>: “Minor mischief: create redirect loops from predictable short URLs.”</li>
<li>2008-07-02: A demonstration of Auto-Tune, the pitch-correction software used to fix recorded music, from the New Yorker: <a href="http://tinyurl.com/5m3vcr" target="_blank">http://tinyurl.com/5m3vcr</a></li>
<li>2008-07-03: I had dinner last night with a good friend who is now working for <a href="http://biobase-international.com/" target="_blank">BIOBASE</a> at their Beverly, Mass. office.</li>
<li>2008-07-03: amazon.com emptied my shopping cart, which had 52 items saved for later. That&#8217;s not good business: I really was planning to buy that stuff.</li>
<li>2008-07-04: I have to work two of three days this long weekend. And I&#8217;m having so much &#8220;fun&#8221; that I forgot to read <a href="http://slashdot.org/" target="_blank">Slashdot</a> for three days.</li>
<li>2008-07-04: I watched the fireworks in Boston this evening. They were truly spectacular, and the view is excellent from the MIT campus.</li>
<li>2008-07-05: I&#8217;m 9 hours into the audiobook of <cite>The Pillars of the Earth</cite>, by Ken Follet, and no one has started building a cathedral yet &#8212; not good.</li>
<li>2008-07-05: This <a href="http://www.phdcomics.com/comics/archive.php?comicid=1021" target="_blank">PHD Comics strip</a> summarizes my life on three-day weekends, except it was more fun when I was in grad school.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-29-june-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cosmic Cataclysms and the Martian Hemispheric Dichotomy</title>
		<link>http://sphaerula.com/wordpress/astronomy/cosmic-cataclysms-and-the-martian-hemispheric-dichotomy/</link>
		<comments>http://sphaerula.com/wordpress/astronomy/cosmic-cataclysms-and-the-martian-hemispheric-dichotomy/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 14:40:54 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Astronomy]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=59</guid>
		<description><![CDATA[The 26 June 2008 issue of Nature is devoted to cosmic cataclysms, specifically the impacts of asteroids with planets and moons. The issue contains articles about the still-mysterious Tunguska blast, the South Pole–Aitken basin on the Moon, and research into near-Earth asteroids. These are followed by a photo gallery of meteor craters on Earth, Mars, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.nature.com/nature/journal/v453/n7199/index.html" target="_blank">26 June 2008 issue</a> of <cite>Nature</cite> is devoted to cosmic cataclysms, specifically the impacts of asteroids with planets and moons. The issue contains articles about the still-mysterious Tunguska blast, the South Pole–Aitken basin on the Moon, and research into near-Earth asteroids. These are followed by a photo gallery of meteor craters on Earth, Mars, Phobos, Ganymede, Callisto, Mimas, and the Moon.</p>
<p>The issue continues with a commentary about Spaceguard, a survey of near-Earth asteroids that concluded that the chance of one of these striking the Earth is extremely small. Despite this, the <cite>Los Angeles Times</cite> is running a <a href="http://www.latimes.com/news/science/la-sci-asteroid5-2008jul05,0,478407.story" target="_blank">story</a> this week that declares that the United States is unprepared for an impact by an asteroid. This <a href="http://www.planetary.org/about/press/releases/2008/0626_Target_Earth_How_Prepared_Are_We.html" target="_blank">press release</a> from the Planetary Society contains additional information. (I believe it would be a waste of money to pursue this further.)</p>
<p>Finally, the issue contains three papers proposing explanations for the martian hemispheric dichotomy, which is the fact that the northern lowlands, the Borealis Basin, are on average four kilometers lower than the southern highlands. Using different approaches, the three papers provide evidence that the hemispheric dichotomy was caused by the impact of a dense asteroid with a diameter 25% to 40% of the diameter of Mars. Since the basin that exists today has an elliptical shape, it is proposed that the blow was not a vertical strike.</p>
<p>The evidence provided by these three papers strengthens the hypothesis of an impact origin, but Walter S. Kiefer points out in a News &amp; Views article that an alternative explanation is that the Borealis Basin was formed by convection of the mantle. It is likely that the issue will not be resolved until we can directly examine the composition of the rocks from different parts of Mars.</p>
<p>References:</p>
<p>Andrews-Hanna JC, Zuber MT, Banerdt WB. 2008. The Borealis basin and the origin of the martian crustal dichotomy. Nature 453:1212–1215. DOI: <a href="http://dx.doi.org/10.1038/nature07011" target="_blank">10.1038/nature07011</a>.</p>
<p>Marinova MM, Aharonson O, Asphaug E. 2008. Mega-impact formation of the Mars hemispheric dichotomy. Nature 453:1216-1219. DOI:<a href="http://dx.doi.org/10.1038/nature07070" target="_blank"> 10.1038/nature07070</a>.</p>
<p>Nimmo F, Hart SD, Korycansky DG, Agnor CB. 2008. Implications of an impact origin for the martian hemispheric dichotomy. Nature 453:1220–1223. DOI: <a href="http://dx.doi.org/10.1038/nature07025" target="_blank">10.1038/nature07025</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/astronomy/cosmic-cataclysms-and-the-martian-hemispheric-dichotomy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More Accurate Multiple Sequence Alignment</title>
		<link>http://sphaerula.com/wordpress/bioinformatics/more-accurate-multiple-sequence-alignment/</link>
		<comments>http://sphaerula.com/wordpress/bioinformatics/more-accurate-multiple-sequence-alignment/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 18:01:26 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Bioinformatics]]></category>

		<category><![CDATA[multiple sequence alignment]]></category>

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

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=57</guid>
		<description><![CDATA[The 20 June 2008 issue of Science contains a paper by Art Löytynoja and Nick Goldman titled “Phylogeny-aware gap placement prevents errors in sequence alignment and evolutionary analysis.” The authors tackled the difficult problem of how to handle correctly the placement of insertions and deletions in a multiple sequence alignment. A multiple sequence alignment is [...]]]></description>
			<content:encoded><![CDATA[<p>The 20 June 2008 issue of <cite>Science</cite> contains a <a href="http://dx.doi.org/10.1126/science.1158395" target="_blank">paper</a> by Art Löytynoja and Nick Goldman titled “Phylogeny-aware gap placement prevents errors in sequence alignment and evolutionary analysis.” The authors tackled the difficult problem of how to handle correctly the placement of insertions and deletions in a multiple sequence alignment. A multiple sequence alignment is typically the input into phylogeny tools that attempt to determine the evolutionary relationship among the sequences. The misplacement of insertions and deletions in a multiple sequence alignment can result misinterpretations of the relationships among the sequences.</p>
<p>Typical multiple sequence alignment tools, such as CLUSTAL W, MUSCLE, MAFFT, and T-COFFEE, do not handle indels accurately. The authors developed new tools, <a href="http://dx.doi.org/10.1073/pnas.0409137102" target="_blank">PRANK</a> and <a href="http://dx.doi.org/10.1126/science.1158395" target="_blank">PRANK<sub>+F</sub></a>, that take into account the computed phylogeny of the sequences when placing insertions and deletions into the multiple alignment.</p>
<p>In this paper, the authors describe their refinements of the multiple alignment algorithm, and they provide theory and results that demonstrate that their algorithm improves the quality of multiple sequence alignments in a biologically meaningful way. The implications of their results are strongest for nucleotide sequence alignments, but the authors contend that their results are important also for peptide sequence alignments.</p>
<p>Source:</p>
<p>Löytnoja A, Goldman N. 2008. Phylogeny-aware gap placement prevents errors in sequence alignment and evolutionary analysis. <cite>Science</cite> 320:1632-1635. DOI: <a href="http://dx.doi.org/10.1126/science.1158395" target="_blank">10.1126/science.1158395</a>.</p>
<p>Other bloggers who have have already commented on this paper include:</p>
<ul>
<li><a href="http://anthropology.net/2008/06/20/improving-multiple-sequence-alignments-with-a-phylogeny-aware-algorithm/" target="_blank">anthropology.net</a></li>
<li><a href="http://sandwalk.blogspot.com/2008/06/sequence-alignment.html" target="_blank">Sandwalk</a></li>
</ul>
<p>The Goldman group maintains a web <a href="http://www.ebi.ac.uk/goldman/publs/pub.html" target="_blank">page</a> listing its publications; there are many other interesting papers given there.</p>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/bioinformatics/more-accurate-multiple-sequence-alignment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 22 June 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-22-june-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-22-june-2008/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 14:04:14 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=58</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 22 June 2008. Follow me at http://twitter.com/conrad_halling.

2008-06-22: Jeff’s wise words in Stack Overflow podcast #10: “Your job as a manager is to throw yourself on grenades to protect me from being interrupted.”
2008-06-22: The only earphones worse than the earphones Apple provides with its iPods are [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 22 June 2008. Follow me at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-06-22: Jeff’s wise words in Stack Overflow <a href="http://blog.stackoverflow.com/2008/06/podcast-10/" target="_blank">podcast #10</a>: “Your job as a manager is to throw yourself on grenades to protect me from being interrupted.”</li>
<li>2008-06-22: The only earphones worse than the earphones Apple provides with its iPods are the free earphones you get on an airplane.</li>
<li>2008-06-22: The Talk Show <a href="http://thetalkshow.net/#22" target="_blank">podcast #22</a> by John Gruber and Dan Benjamin was devoid of useful content. No transcript available, but none needed.</li>
<li>2008-06-26: Yesterday I finished <cite>A Deepness in the Sky</cite> by Vernor Vinge, a flawless story that is one of the best science fiction novels I&#8217;ve read.</li>
<li>2008-06-26: Cool technology: The <a href="http://www.alaskaair.com/as/www2/Flights/digEplayer.asp" target="_blank">digEplayer</a> you can rent for $10 on long Alaska Airlines flights.</li>
<li>2008-06-28: I don&#8217;t worry about $4/gal gas. My wife and I have not owned a car for 7 years, since moving to Boston. We use ZipCar: <a href="http://zipcar.com/" target="_blank">http://zipcar.com/</a></li>
<li>2008-06-28: Another reason we don&#8217;t own a car: we can walk to everything. The Walk Score for our neighborhood is 80: <a href="http://walkscore.com/" target="_blank">http://walkscore.com/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-22-june-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 15 June 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-15-june-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-15-june-2008/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 01:15:24 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=56</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 15 June 2008. Follow me at http://twitter.com/conrad_halling.

2008-06-17: In This Week in Tech #147, John C. Dvorak displays vast ignorance regarding investing or water supply. Can we believe anything he says?
2008-06-17: In my search for high-quality science fiction, I have found Vernor Vinge. I&#8217;ve started A [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 15 June 2008. Follow me at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-06-17: In <a href="http://twit.tv/147" target="_blank">This Week in Tech #147</a>, John C. Dvorak displays vast ignorance regarding investing or water supply. Can we believe anything he says?</li>
<li>2008-06-17: In my search for high-quality science fiction, I have found Vernor Vinge. I&#8217;ve started <cite>A Deepness in the Sky</cite>, which is excellent so far.</li>
<li>2008-06-17: <span class="entry-content">I installed <a href="http://mozilla.com/firefox/" target="_blank">Firefox 3</a> on my MacBook Pro this evening (when I could finally download it). It&#8217;s a nice improvement over version 2.</span></li>
<li>2008-06-18: In July, the 8-GB iPhone will cost $199, whereas the 8-GB iPod Touch currently costs $299. I predict a new, lower price for the iPod Touch.</li>
<li>2008-06-18: Michael G Schwern has posted his <a href="http://www.yapc.org/" target="_blank">YAPC</a> <a href="http://schwern.org/~schwern/talks/Skimmable%20Code%20-%20YAPC-NA-2008.pdf" target="_blank">presentation on skimmable Perl code</a> &#8212; lots of good practices.</li>
<li>2008-06-20: I&#8217;m still reading <cite>A Deepness in the Sky</cite> by Vernor Vinge. This is a great science fiction book&#8211;I&#8217;m taking my time so it won&#8217;t end too soon.</li>
<li>2008-06-20: What I really dislike about the MacBook Pro: The lid doesn&#8217;t open as far as it did on the old PowerBook. I can&#8217;t get the screen angle right.</li>
<li>2008-06-20:  In the Firefox 3.0, 2nd bookmark in &#8220;most visited&#8221; is twitter.com, labeled as &#8220;Twitter / Over capacity&#8221;. A bug?: I can&#8217;t override the label.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-15-june-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 8 June 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-8-june-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-8-june-2008/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 01:01:30 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=55</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 8 June 2008. Follow me at http://twitter.com/conrad_halling.

2008-06-08: I really enjoy the Stack Overflow podcast. But I would never use the Microsoft technologies they advocate.
2008-06-09: I spent the day converting some old K&#38;R-format C code to ANSI C. It&#8217;s been a long time since I worked [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 8 June 2008. Follow me at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-06-08: I really enjoy the <a href="http://blog.stackoverflow.com/" target="_blank">Stack Overflow</a> podcast. But I would never use the Microsoft technologies they advocate.</li>
<li>2008-06-09: I spent the day converting some old K&amp;R-format C code to ANSI C. It&#8217;s been a long time since I worked with C, but the old skills came back!</li>
<li>2008-06-10: <a href="http://twitter.com/easternblot" target="_blank">@easternblot</a> When I wrote my dissertation, I wrote four hours in the morning, and one or two ours at night. It still took me six weeks.</li>
<li>2008-06-12:  I&#8217;m in Tacoma, Washington, spending the weekend with friends from the Dead Runners Society at <a href="http://www.deadrunnerssociety.com/drswc/drswc16.php" target="_blank">DRSWC XVI</a>.</li>
<li>2008-06-14:  Functional fashion in Seattle now includes the <a href="http://www.utilikilts.com/" target="_blank">Utilikilt</a>, a heavy kilt with pockets like cargo pants.</li>
<li>2008-06-14:  Seattle tourist tax: I bought a commuter train ticket in the a.m. to use in the p.m., but they expire after 2 hours &#8212; had to buy another.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-8-june-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 1 June 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-1-june-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-1-june-2008/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 21:26:52 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=54</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 1 June 2008. Follow me at
http://twitter.com/conrad_halling.

2008-06-01: Bradley Headstone, the obsessed schoolmaster in Our Mutual Friend by Dickens, is one of the world&#8217;s first completely socially inept nerds.
2008-06-01: See Rosie Redfield&#8217;s Rrresearch blog for a great example of how profiling Perl code showed where to optimize [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 1 June 2008. Follow me at<br />
<a href="http://twitter.com/conrad_halling">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-06-01: Bradley Headstone, the obsessed schoolmaster in <cite>Our Mutual Friend</cite> by Dickens, is one of the world&#8217;s first completely socially inept nerds.</li>
<li>2008-06-01: See Rosie Redfield&#8217;s <a href="http://rrresearch.blogspot.com/" target="_blank">Rrresearch</a> blog for a great <a href="http://rrresearch.blogspot.com/2008/05/benchmarking-uss-model.html" target="_blank">example</a> of how profiling Perl code showed where to optimize it.</li>
<li>2008-06-02: At work, when I redock my Dell Latitude D610, it won&#8217;t recognize my new Dell E207WFP 20&#8243; monitor, and I have to reboot. I gotta solve this.</li>
<li>2008-06-02: Get &#8220;<a href="http://images.apple.com/server/macosx/docs/Leopard_Security_Config_20080530.pdf" target="_blank">MacOS X Security Configuration for Version 10.5 Leopard</a>&#8220;. (Thanks to <a href="http://macresearch.org/240-pages-leopard-security-configuration" target="_blank">MacResearch</a>.)</li>
<li>2008-06-03: I solved my Dell Latitude D610 vs. Dell E207WFP 20-inch monitor problem by downloading and installing latest Intel graphics video driver.</li>
<li>2008-06-03: In <a href="http://www.newyorker.com/magazine/toc/2008/06/09/toc_20080602/" target="_blank">this week&#8217;s <cite>New Yorker</cite></a>, I recommend &#8220;The Running Novelist: Learning to Go the Distance&#8221;, by Haruki Murakami.</li>
<li>2008-06-04: I finished listening to &#8220;Our Mutual Friend&#8221; by Charles Dickens (40 hrs). This book, although it has its weak parts, is a great work.</li>
<li>2008-06-05: The new image of our galaxy, generated by the <a href="http://www.spitzer.caltech.edu/" target="_blank">Spitzer Space Telescope</a>, is now <a href="http://mipsgal.ipac.caltech.edu/iracmips_map.html" target="_blank">available</a>.</li>
<li>2008-06-06: A deficiency of Twitter vs. a blog: you can&#8217;t embed URLs. When working with just 140 characters, even tiny URLs can be too long.</li>
<li>2008-06-06: My <a href="http://www.audible.com/" target="_blank">audible.com</a> subscription provides daily news from the <cite>Wall Street Journal</cite>. Does anyone pay attention to the wrong-headed editorials?</li>
<li>2008-06-06: <a href="http://www.mailund.dk/">Mailund on the Internet</a> writes about when <a href="http://www.mailund.dk/index.php/2008/06/06/programming-for-non-computer-scientists/">scientists will want to learn how to program</a> instead of using Excel.</li>
<li>2008-06-07:  I bought a Sears Craftsman electric weed whacker for cutting my lawn. No internal combustion-created pollution, no gas cans in the cellar.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-1-june-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 25 May 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-25-may-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-25-may-2008/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 10:18:33 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=53</guid>
		<description><![CDATA[These are my lightly edited tweets for the week of 25 May 2008. Follow me at http://twitter.com/conrad_halling.

2008-05-25: I finished &#8220;The Mind Readers&#8221;. The mystery wasn&#8217;t mysterious, the science fiction wasn&#8217;t science, and Albert Campion wasn&#8217;t interesting.
2008-05-25: Like many other science geeks, I&#8217;m watching coverage of the Mars Phoenix lander&#8230;. Only 33 minutes until the first [...]]]></description>
			<content:encoded><![CDATA[<p>These are my lightly edited tweets for the week of 25 May 2008. Follow me at <a href="http://twitter.com/conrad_halling" target="_blank">http://twitter.com/conrad_halling</a>.</p>
<ul>
<li>2008-05-25: I finished &#8220;The Mind Readers&#8221;. The mystery wasn&#8217;t mysterious, the science fiction wasn&#8217;t science, and Albert Campion wasn&#8217;t interesting.</li>
<li>2008-05-25: Like many other science geeks, I&#8217;m watching coverage of the Mars Phoenix lander&#8230;. Only 33 minutes until the first signal will be received.</li>
<li>2008-05-25: <a href="http://twitter.com/MarsPhoenix" target="_blank">@MarsPhoenix</a> Congratulations on a successful landing!</li>
<li>2008-05-26: On Sunday, June 1, the <a href="http://asm.org/" target="_blank">American Society for Microbiology</a> annual meeting begins here in Boston. Lots of good sessions, including genomics.</li>
<li>2008-05-27: Software I use daily: Circus Ponies Notebook. <a href="http://www.circusponies.com/" target="_blank">http://www.circusponies.com/</a>.</li>
<li>2008-05-28: Does anyone get excited over getting a new Dell Latitude laptop computer? The pedestrian design of Dell laptops bores me.</li>
<li>2008-05-28: Today I learned that it is impossible to do bioinformatics when the network is down. I hope the new card for our router arrives tomorrow.</li>
<li>2008-05-29: Mac OS X 10.5.3 update for my six-month old MacBook Pro: An enormous download (420 MB) and three reboots. Everything is fine so far.</li>
<li>2008-05-29: New 21st-centry prize for science: The Kavli prize (<a href="http://www.kavliprize.no/" target="_blank">http://www.kavliprize.no/</a>), awarded in astrophysics, nanoscience, and neuroscience.</li>
<li>2008-05-29: Congratulations, California, on legalizing same sex marriage. Signed &#8212; a proud resident of Massachusetts, where same sex marriage is legal.</li>
<li>2008-05-30: John Gruber explained Spaces in Mac OS X 10.5.3 (<a href="http://daringfireball.net/2008/05/spaces" target="_blank">http://daringfireball.net/2008/05/spaces</a>). Now I&#8217;m ready to use this feature.</li>
<li>2008-05-31: 90% of my computer activity is work-related, so I don&#8217;t take much time to have fun. But today I set up Spaces and played with Photo Booth.</li>
<li>2008-05-31: I played more on my MacBook today. GarageBand is a lot of fun. Now I want to buy a USB keyboard. But tomorrow it&#8217;s back to serious work.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-25-may-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Thought on Evolution</title>
		<link>http://sphaerula.com/wordpress/biology/a-thought-on-evolution/</link>
		<comments>http://sphaerula.com/wordpress/biology/a-thought-on-evolution/#comments</comments>
		<pubDate>Fri, 30 May 2008 01:43:55 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Biology]]></category>

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

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=52</guid>
		<description><![CDATA[Take a Ford and a Chevrolet, two automobiles that were intelligently designed. Now, try to take the engine from the Ford and put it in a Chevrolet. Does it fit? Can it be used? The answer is no. How about the door handle? The answer is no again. How about the headlight? The answer is [...]]]></description>
			<content:encoded><![CDATA[<p>Take a Ford and a Chevrolet, two automobiles that were intelligently designed. Now, try to take the engine from the Ford and put it in a Chevrolet. Does it fit? Can it be used? The answer is no. How about the door handle? The answer is no again. How about the headlight? The answer is no again. In this example, intelligent design does not result in interchangeable parts.</p>
<p>Now, take a human and a yeast. Take a human gene and put it in a yeast. Does it fit? Can it be used? The answer is yes. A quick search of google.com for &#8220;human yeast complementation&#8221; results in many examples of human genes complementing yeast genes and vice versa.</p>
<p>How can a yeast gene work in a human? It works ecause yeasts and humans are descended from a common ancestor, through evolution, and are not designed by an intelligence.</p>
<p>And I hope this is all I&#8217;ll ever say about this topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/biology/a-thought-on-evolution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter for Week of 18 May 2008</title>
		<link>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-18-may-2008/</link>
		<comments>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-18-may-2008/#comments</comments>
		<pubDate>Sun, 25 May 2008 11:11:07 +0000</pubDate>
		<dc:creator>Conrad Halling</dc:creator>
		
		<category><![CDATA[Microblog]]></category>

		<guid isPermaLink="false">http://sphaerula.com/wordpress/?p=51</guid>
		<description><![CDATA[I obtained a Twitter account last week. These are my lightly edited tweets for the week of 18 May 2008. Follow me at http://twitter.com/conrad_halling/.

2008-05-18: 14-mile long run this morning on the Minute Man Bikeway. I stupidly didn&#8217;t carry water, so I was extremely dehydrated at the end.
2008-05-19: The term &#8220;efficient multitasking&#8221; is an oxymoron. The [...]]]></description>
			<content:encoded><![CDATA[<p>I obtained a Twitter account last week. These are my lightly edited tweets for the week of 18 May 2008. Follow me at <a href="http://twitter.com/conrad_halling/" target="_blank">http://twitter.com/conrad_halling/</a>.</p>
<ul>
<li>2008-05-18: 14-mile long run this morning on the Minute Man Bikeway. I stupidly didn&#8217;t carry water, so I was extremely dehydrated at the end.</li>
<li>2008-05-19: The term &#8220;efficient multitasking&#8221; is an oxymoron. The human brain can&#8217;t multitask and work efficiently at the same time.</li>
<li>2008-05-20: Twice today I printed the &#8220;current page&#8221; from Microsoft Word 2007, and twice today it printed the wrong page.</li>
<li>2008-05-21: I recommend the article, &#8220;<a href="http://www.newyorker.com/reporting/2008/05/26/080526fa_fact_packer" target="_blank">The Fall of Conservatism&#8221;, by George Packer</a>, in this week&#8217;s <cite>New Yorker</cite>. The conservatives have no good ideas.</li>
<li>2008-05-22: I succumbed to <a href="http://audible.com/" target="_blank">audible.com</a> after listening to too many <a href="http://twit.tv/">TWIT</a> podcasts. My first book is an old favorite: <cite>Our Mutual Friend</cite>, by Dickens.</li>
<li>2008-05-23: I&#8217;m shopping for a 20-inch to 24-inch LCD display. My experience with the Dell E207WFP is that it&#8217;s a low-quality monitor. I want something better.</li>
<li>2008-05-24: Thank you, Hillary, (I write sarcastically), for telling us you&#8217;re staying in the race because Barack Obama could be assassinated in June.</li>
<li>2008-05-24: I&#8217;m reading <cite>The Mind Readers</cite>, by Margery Allingham, an Albert Campion mystery (1965). It&#8217;s about ESP and a new element named nipponanium.</li>
<li>2008-05-24: Excellent advice from <a href="http://www.bioinformaticszen.com/" target="_blank">Bioinformatics Zen</a> about how to organize bioinformatics experiments. See <a href="http://www.bioinformaticszen.com/2008/05/organised-bioinformatics-experiments/" target="_blank">this post</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sphaerula.com/wordpress/microblog/twitter-for-week-of-18-may-2008/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
