<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>freealf.com</title>
    
    <link rel="hub" href="http://hubbub.api.typepad.com/" />
    <link rel="alternate" type="text/html" href="http://www.freealf.com/" />
    <id>tag:typepad.com,2003:weblog-101115</id>
    <updated>2009-11-10T08:00:00+00:00</updated>
    <subtitle>Astronomy, astrophysics, computation and culture</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <link rel="self" href="http://feeds.feedburner.com/typepad/freealf" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><title type="text">Links for 2009-11-09 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/_RGly4PYSQM/alfredw" /><updated>2009-11-10T00:00:00-08:00</updated><id>http://del.icio.us/alfredw#2009-11-09</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lifehacker.com/5349506/make-free-voip-calls-from-google-voice"&gt;Make Free VoIP Calls from Google Voice - Google Voice - Lifehacker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/_RGly4PYSQM" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-11-09</feedburner:origLink></entry><entry><title type="text">Links for 2009-11-08 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/91O8Uq5jNGo/alfredw" /><updated>2009-11-09T00:00:00-08:00</updated><id>http://del.icio.us/alfredw#2009-11-08</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://matrix.itasoftware.com/cvg/dispatch"&gt;ITA Software: Trip Planner&lt;/a&gt;&lt;br/&gt;
Good search engine for airfares.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/91O8Uq5jNGo" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-11-08</feedburner:origLink></entry><entry>
        <title>Does FullTilt Poker Have an Unbiased Shuffle?</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/DHOWwF9iFws/does-fulltilt-poker-have-an-unbiased-shuffle.html" />
        <link rel="replies" type="text/html" href="http://www.freealf.com/2009/10/does-fulltilt-poker-have-an-unbiased-shuffle.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83455b0b969e20120a672b59b970c</id>
        <published>2009-10-24T14:44:22-04:00</published>
        <updated>2009-10-24T14:43:28-04:00</updated>
        <summary>My friend Sam had a hunch that he was suffering more suck-outs on the online poker site Full Tilt Poker  than chance would predict.  Fortunately, the Full Tilt client can be configured to store the history of every hand you see on the site into a series of text files.  Over lunch, I wrote a quick-and-dirty Python script to parse through the log files and pull out situations of interest.</summary>
        <author>
            <name>Alf</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Games" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Nerdy" />
        
        <category scheme="http://sixapart.com/ns/types#tag" term="fulltilt" />
        <category scheme="http://sixapart.com/ns/types#tag" term="poker" />
        <category scheme="http://sixapart.com/ns/types#tag" term="statistics" />
        
<content type="html" xml:lang="en-CA" xml:base="http://www.freealf.com/">&lt;p&gt;Graduate school is funny place.&lt;/p&gt;&lt;p&gt;My friend &lt;a href="http://www.physics.drexel.edu/%7Eskennerly/index.html"&gt;Sam&lt;/a&gt; had a hunch that he was suffering more suck-outs on the online poker site &lt;a href="http://www.fulltiltpoker.com/"&gt;Full Tilt Poker&lt;/a&gt;  than chance would predict.  Fortunately, the Full Tilt client can be configured to store the history of every hand you see on the site into a series of text files.  Over lunch, I wrote a quick-and-dirty Python script to parse through the log files and pull out situations of interest.&lt;/p&gt;&lt;p&gt;I've refined the script a little bit over the past day, and thought it would be worth sharing.  Copy a whole bunch of Full Tilt hand history files (names like "FT20091024 - $&amp;lt;blahblahblah&amp;gt;.txt") into the same directory as the program, and run "python fulltilt.py &amp;gt; out.csv".  It globs onto all .txt files in the current directory and searches them for hand history.&lt;/p&gt;&lt;p&gt;The program makes use of &lt;a href="http://www.pokersource.info/poker-eval.php"&gt;poker-eval&lt;/a&gt; and &lt;a href="http://www.pokersource.info/pypoker-eval.php"&gt;pypoker-eval&lt;/a&gt;, both of which must be installed correctly for it to work.  These exist as packages for Debian, Red Hat, and several other Linux flavours.  I got them to install on a Mac, with a little chicanery with .pc files.  It also uses cPickle, which might not be included with really old versions of Python.&lt;/p&gt;&lt;p&gt;Our program only looks at hands where two players are entirely committed before the flop (ie: one player all-in, the other calls, and everyone else folds).  In our testing data set, we have 832 such hands against which we've tested.  The program will identify each of those hands, and compute the odds of a win/loss/tie for the favoured hand.  It will also tell you the probability of the actual outcome and classify the hands into more generic categories (ie: 'Ah Kh' -&amp;gt; 'AK s') for sorting and analysis in your favorite spreadsheet.&lt;/p&gt;&lt;p&gt;cPickle is used to store the results of the odds evaluation.  Basically, whenever I calculate the odds of a particular hand combination, I cache the results.  I then save the cache to file and use it next time to improve performance.  The improvement is substantial: our test set takes ~7.5 minutes on the first run and about 48 seconds on subsequent runs.&lt;/p&gt;&lt;p&gt;Sam is a quantum information theorist / serious mathematician and will be running a statistical analysis on our results so far.  I'll link to that when it's published.  So far, we have no opinion on the fairness of Full Tilt's shuffle.&lt;/p&gt;&lt;p&gt;If you're interested in this, we would love to have either your Full Tilt Hand History, or the results of running our program on your Hand History.  More data will allow us to make a stronger statistical statement on the fairness of Full Tilt's shuffle.  Please email me if you're interested: alf@freealf.com.&lt;/p&gt;&lt;p&gt;The program is released under a BSD license.  That means you can do basically anything with it as long as you credit us, and that we provide no warranty.  It could be easily adapted for hand history on other poker sites, for example.&lt;/p&gt;&lt;p&gt;&lt;span class="asset asset-generic at-xid-6a00d83455b0b969e20120a61b55eb970b"&gt;&lt;a href="http://freealf.typepad.com/files/fulltiltanalysis-0.1.tar.gz"&gt;[Download Fulltiltanalysis-0.1.tar.gz (4kB)]&lt;br&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=DHOWwF9iFws:yfIuY4MO2K4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=DHOWwF9iFws:yfIuY4MO2K4:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=DHOWwF9iFws:yfIuY4MO2K4:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=DHOWwF9iFws:yfIuY4MO2K4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=DHOWwF9iFws:yfIuY4MO2K4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=DHOWwF9iFws:yfIuY4MO2K4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/DHOWwF9iFws" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.freealf.com/2009/10/does-fulltilt-poker-have-an-unbiased-shuffle.html</feedburner:origLink></entry>
    <entry><title type="text">Links for 2009-08-19 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/-aZ_pP-j2vg/alfredw" /><updated>2009-08-20T00:00:00-07:00</updated><id>http://del.icio.us/alfredw#2009-08-19</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://home.gna.org/veusz/"&gt;Veusz&lt;/a&gt;&lt;br/&gt;
Looks like a decent plotting package.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/-aZ_pP-j2vg" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-08-19</feedburner:origLink></entry><entry><title type="text">Links for 2009-08-14 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/gFiYw22Zgds/alfredw" /><updated>2009-08-15T00:00:00-07:00</updated><id>http://del.icio.us/alfredw#2009-08-14</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.septa.org/fares/stations_zonesmap.html#stations"&gt;SEPTA Zone Map&lt;/a&gt;&lt;br/&gt;
It took me months to find this on their website.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/gFiYw22Zgds" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-08-14</feedburner:origLink></entry><entry><title type="text">Links for 2009-08-11 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/tF6Cf0fJMpo/alfredw" /><updated>2009-08-12T00:00:00-07:00</updated><id>http://del.icio.us/alfredw#2009-08-11</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://rss.slashdot.org/~r/Slashdot/slashdot/~3/BHWyUiT5Sos/Medical-Papers-By-Ghostwriters-Pushed-Hormone-Therapy"&gt;Medical Papers By Ghostwriters Pushed Hormone Therapy&lt;/a&gt;&lt;br/&gt;
Slimey, slimey slimey...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.discovermagazine.com/cosmicvariance/2009/08/06/the-grid-of-disputation/"&gt;The Grid of Disputation | Cosmic Variance | Discover Magazine&lt;/a&gt;&lt;br/&gt;
Dual-axis scheme for plotting an argument.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/tF6Cf0fJMpo" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-08-11</feedburner:origLink></entry><entry><title type="text">Links for 2009-08-04 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/pIp9igO4TfQ/alfredw" /><updated>2009-08-05T00:00:00-07:00</updated><id>http://del.icio.us/alfredw#2009-08-04</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://arstechnica.com/tech-policy/news/2009/08/hidden-gay-slur-search-terms-get-campaign-site-blacklisted.ars"&gt;Hidden gay slur, search terms, get campaign site blacklisted - Ars Technica&lt;/a&gt;&lt;br/&gt;
SEO blows up in your face!  Also, I&amp;#039;m amused by Republican nominees calling each other &amp;quot;gay&amp;quot; to try to win their party&amp;#039;s love.  Don&amp;#039;t you know that ALL Republican politicians are gay and cheating?&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.swarthmore.edu/NatSci/cpurrin1/posteradvice.htm"&gt;Advice on designing scientific posters&lt;/a&gt;&lt;br/&gt;
Very useful!&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/pIp9igO4TfQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-08-04</feedburner:origLink></entry><entry><title type="text">Links for 2009-08-03 [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/y_HAoREtalQ/alfredw" /><updated>2009-08-04T00:00:00-07:00</updated><id>http://del.icio.us/alfredw#2009-08-03</id><content type="html">&lt;ul&gt;
&lt;li&gt;&lt;a href="http://feedproxy.google.com/~r/boingboing/iBag/~3/or7kvH2xL7w/birthers-glom-on-to.html"&gt;Birthers glom on to fake Kenyan birth certificate.&lt;/a&gt;&lt;br/&gt;
Hilarious!  This document would be proof of time travel if it were genuine.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/y_HAoREtalQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://del.icio.us/alfredw#2009-08-03</feedburner:origLink></entry><entry>
        <title>SciPy's eigh - How to Lose an Afternoon</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/LePbwP3f738/scipys-eigh-how-to-lose-an-afternoon.html" />
        <link rel="replies" type="text/html" href="http://www.freealf.com/2009/02/scipys-eigh-how-to-lose-an-afternoon.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-63304159</id>
        <published>2009-02-24T18:26:16-05:00</published>
        <updated>2009-02-24T18:51:45-05:00</updated>
        <summary>So the SciPy package for Python is full of lots of goodness. Be very careful using the eigh() routine to get eigenvalues, though. There's a "gotcha" buried in it. The syntax is: (eigenvalues, eigenvectors) = eigh(matrix) This returns an array...</summary>
        <author>
            <name>Alf</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Computers" />
        
        
<content type="html" xml:lang="en-CA" xml:base="http://www.freealf.com/">&lt;p&gt;So the SciPy package for Python is full of lots of goodness.  Be very careful using the eigh() routine to get eigenvalues, though.  There's a "gotcha" buried in it.&lt;/p&gt;&lt;p&gt;The syntax is:&lt;/p&gt;&lt;p&gt;(eigenvalues, eigenvectors) = eigh(matrix)&lt;/p&gt;&lt;p&gt;This returns an array of eigenvalues and a 2D array of eigenvectors (each eigenvector consists of many components).&lt;/p&gt;&lt;p&gt;And there's the gotcha.  Let's say you want the nth eigenvalue and eigenvector.  I would write:&lt;/p&gt;&lt;p&gt;eigenvalues[n]&lt;br&gt;eigenvectors[n]&lt;/p&gt;&lt;p&gt;And I would be horribly wrong.  The eigenvectors and eigenvalues do share an index, but the index on the eigenvector is SECOND column:&lt;/p&gt;&lt;p&gt;eigenvectors[:,n]&lt;/p&gt;&lt;p&gt;Seriously WTF.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; It turns out that this is due to eigh() being part of LAPACK, which is a non-Python library (Fortran?) that has a different internal storage model for 2D arrays.  So possibly less WTF, but still dangerous as all hell.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=LePbwP3f738:CeZ-Cwf4etY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=LePbwP3f738:CeZ-Cwf4etY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=LePbwP3f738:CeZ-Cwf4etY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=LePbwP3f738:CeZ-Cwf4etY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=LePbwP3f738:CeZ-Cwf4etY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=LePbwP3f738:CeZ-Cwf4etY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/LePbwP3f738" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.freealf.com/2009/02/scipys-eigh-how-to-lose-an-afternoon.html</feedburner:origLink></entry>
    <entry>
        <title>HOWTO: Tether a Blackberry 8300 Curve to a Macbook Pro on Rogers</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/Bw-grX-finY/howto-tether-a-blackberry-8300-curve-to-a-macbook-pro-on-rogers.html" />
        <link rel="replies" type="text/html" href="http://www.freealf.com/2008/08/howto-tether-a-blackberry-8300-curve-to-a-macbook-pro-on-rogers.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-54258954</id>
        <published>2008-08-15T18:38:08-04:00</published>
        <updated>2008-08-15T18:38:08-04:00</updated>
        <summary>This article contains details for Rogers. Details for other providers can be found on Jeff Starr's excellent article. Open up Jeff's article, linked above. Follow all of the instructions for installing the modem script. Follow all of the instructions for...</summary>
        <author>
            <name>Alf</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Computers" />
        
        
<content type="html" xml:lang="en-CA" xml:base="http://www.freealf.com/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;This article contains details for Rogers.  Details for other providers can be found on &lt;a href="http://perishablepress.com/press/2007/06/12/blackberry-curve-as-bluetooth-modem-for-mac/"&gt;Jeff Starr's excellent article&lt;/a&gt;.&lt;/p&gt;&lt;ol&gt;&#xD;
&lt;li&gt;Open up Jeff's article, linked above.&lt;/li&gt;&#xD;
&lt;li&gt;Follow all of the instructions for installing the modem script.&lt;/li&gt;&#xD;
&lt;li&gt;Follow all of the instructions for pairing the Blackberry to the Mac.&lt;/li&gt;&#xD;
&lt;li&gt;Follow the instructions for configuring the connection, BUT use these values for Rogers:&lt;br&gt;Telephone Number = internet.com&lt;br&gt;Username = wapuser1&lt;br&gt;Password = wap&lt;/li&gt;&#xD;
&lt;li&gt;Click the modem icon in the menubar, and choose "Connect Bluetooth"&lt;/li&gt;&#xD;
&lt;li&gt;You're on the net!&lt;/li&gt;&#xD;
&lt;/ol&gt;&#xD;
&lt;p&gt;Thanks to &lt;a href="http://www.howardforums.com/showthread.php?referrerid=295219&amp;amp;t=1408365"&gt;HowardForums&lt;/a&gt; for the Rogers settings.&lt;/p&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=Bw-grX-finY:XLuMHIRI494:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=Bw-grX-finY:XLuMHIRI494:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=Bw-grX-finY:XLuMHIRI494:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=Bw-grX-finY:XLuMHIRI494:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=Bw-grX-finY:XLuMHIRI494:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=Bw-grX-finY:XLuMHIRI494:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/Bw-grX-finY" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.freealf.com/2008/08/howto-tether-a-blackberry-8300-curve-to-a-macbook-pro-on-rogers.html</feedburner:origLink></entry>
    <entry>
        <title>Change of Focus</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/i-21hiYYSm8/change-of-focus.html" />
        <link rel="replies" type="text/html" href="http://www.freealf.com/2008/07/change-of-focus.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-52610874</id>
        <published>2008-07-13T02:14:56-04:00</published>
        <updated>2008-07-13T02:14:56-04:00</updated>
        <summary>I'll be heading Stateside soon to pursue my doctorate. Expect to see a big change of focus in this blog. I plan to use it to document some of my learning and to keep in touch with home.</summary>
        <author>
            <name>Alf</name>
        </author>
        
        
<content type="html" xml:lang="en-CA" xml:base="http://www.freealf.com/">&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;I'll be heading Stateside soon to pursue my doctorate.  Expect to see a big change of focus in this blog.  I plan to use it to document some of my learning and to keep in touch with home.&lt;br&gt;&#xD;
&lt;/p&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=i-21hiYYSm8:SZwtxXcLv3I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=i-21hiYYSm8:SZwtxXcLv3I:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=i-21hiYYSm8:SZwtxXcLv3I:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=i-21hiYYSm8:SZwtxXcLv3I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=i-21hiYYSm8:SZwtxXcLv3I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=i-21hiYYSm8:SZwtxXcLv3I:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/i-21hiYYSm8" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.freealf.com/2008/07/change-of-focus.html</feedburner:origLink></entry>
    <entry>
        <title>Epic Fail</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/freealf/~3/saCoZ1ma27Q/epic-fail.html" />
        <link rel="replies" type="text/html" href="http://www.freealf.com/2008/06/epic-fail.html" thr:count="1" thr:updated="2008-11-19T21:50:38-05:00" />
        <id>tag:typepad.com,2003:post-51752234</id>
        <published>2008-06-23T17:45:38-04:00</published>
        <updated>2008-06-23T17:45:38-04:00</updated>
        <summary>Courtesy FAILBLOG.</summary>
        <author>
            <name>Alf</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Funny" />
        
        
<content type="html" xml:lang="en-CA" xml:base="http://www.freealf.com/">&lt;p&gt;&lt;a href="http://freealf.typepad.com/.a/6a00d83455b0b969e200e55386af4a8834-pi" style="display: block;"&gt;&lt;img alt="Jesusfail" border="0" class="at-xid-6a00d83455b0b969e200e55386af4a8834 " src="http://freealf.typepad.com/.a/6a00d83455b0b969e200e55386af4a8834-800pi" title="Jesusfail"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br&gt;Courtesy &lt;a href="http://failblog.org/2008/04/13/intelligent-design/" target="_blank"&gt;FAILBLOG&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=saCoZ1ma27Q:005RG52BjDk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=saCoZ1ma27Q:005RG52BjDk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=saCoZ1ma27Q:005RG52BjDk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=saCoZ1ma27Q:005RG52BjDk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?i=saCoZ1ma27Q:005RG52BjDk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/typepad/freealf?a=saCoZ1ma27Q:005RG52BjDk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/typepad/freealf?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/typepad/freealf/~4/saCoZ1ma27Q" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://www.freealf.com/2008/06/epic-fail.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
