<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dvanhorn @ λ-calcul.us &#187; Poetry</title>
	<atom:link href="http://dvanhorn.lambda-calcul.us/category/poetry/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvanhorn.lambda-calcul.us</link>
	<description>Research weblog for  David Van Horn</description>
	<lastBuildDate>Tue, 03 May 2011 16:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The illustrated guide to a Ph.D.</title>
		<link>http://dvanhorn.lambda-calcul.us/2010/09/21/the-illustrated-guide-to-a-ph-d/</link>
		<comments>http://dvanhorn.lambda-calcul.us/2010/09/21/the-illustrated-guide-to-a-ph-d/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 03:11:48 +0000</pubDate>
		<dc:creator>dvanhorn</dc:creator>
				<category><![CDATA[Poetry]]></category>

		<guid isPermaLink="false">http://dvanhorn.lambda-calcul.us/?p=312</guid>
		<description><![CDATA[
&#8220;that dent you&#8217;ve made is called a Ph.D.&#8221;
The Illustrated Guide to a Ph.D., Matt Might
]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://208.109.218.43/matt.might.net/articles/phd-school-in-pictures/images/PhDKnowledge.010.jpg" /><br />
&#8220;that dent you&#8217;ve made is called a Ph.D.&#8221;</p>
<p><a href="http://matt.might.net/articles/phd-school-in-pictures/">The Illustrated Guide to a Ph.D.</a>, <a href="http://matt.might.net/">Matt Might</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dvanhorn.lambda-calcul.us/2010/09/21/the-illustrated-guide-to-a-ph-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with Unicode and delimited continuations</title>
		<link>http://dvanhorn.lambda-calcul.us/2010/06/03/fun-with-unicode-and-delimited-continuations/</link>
		<comments>http://dvanhorn.lambda-calcul.us/2010/06/03/fun-with-unicode-and-delimited-continuations/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:27:01 +0000</pubDate>
		<dc:creator>dvanhorn</dc:creator>
				<category><![CDATA[Poetry]]></category>
		<category><![CDATA[Scheme]]></category>

		<guid isPermaLink="false">http://dvanhorn.lambda-calcul.us/?p=235</guid>
		<description><![CDATA[Doug Orleans&#8217; cute program to compute roots of quadratic equations:

(define (± x y)
  (shift k (values (k (+ x y)) (k (- x y)))))

(define (quadratic-formula-roots a b c)
  (reset (/ (± (- b) (√ (- (² b) (* 4 a c))))
	    (* 2 a))))

]]></description>
			<content:encoded><![CDATA[<p>Doug Orleans&#8217; <a href="http://list.cs.brown.edu/pipermail/plt-scheme/2010-June/039710.html">cute program</a> to compute roots of quadratic equations:</p>
<pre>
(define (± x y)
  (shift k (values (k (+ x y)) (k (- x y)))))

(define (quadratic-formula-roots a b c)
  (reset (/ (± (- b) (√ (- (² b) (* 4 a c))))
	    (* 2 a))))
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dvanhorn.lambda-calcul.us/2010/06/03/fun-with-unicode-and-delimited-continuations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer School on Logic and Theorem Proving in Programming Languages</title>
		<link>http://dvanhorn.lambda-calcul.us/2008/04/21/summer-school-on-logic-and-theorem-proving-in-programming-languages/</link>
		<comments>http://dvanhorn.lambda-calcul.us/2008/04/21/summer-school-on-logic-and-theorem-proving-in-programming-languages/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:27:24 +0000</pubDate>
		<dc:creator>dvanhorn</dc:creator>
				<category><![CDATA[Poetry]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dvanhorn.lambda-calcul.us/2008/04/21/summer-school-on-logic-and-theorem-proving-in-programming-languages/</guid>
		<description><![CDATA[If you wanted to learn about formalizing PL metatheory, you&#8217;d be hard pressed to find better teachers than Bob Harper or Stephanie Weirich.  And if you wanted to reason about programs with ACL2, Pete Manolios is your man.  Unfortunately for you, these folks teach at geographically diverse universities (not to mention your SAT [...]]]></description>
			<content:encoded><![CDATA[<p>If you wanted to learn about formalizing PL metatheory, you&#8217;d be hard pressed to find better teachers than <a href="http://www.cs.cmu.edu/%7Erwh/">Bob Harper</a> or <a href="http://www.cis.upenn.edu/~sweirich/">Stephanie Weirich</a>.  And if you wanted to reason about programs with ACL2, <a href="http://www.ccs.neu.edu/home/pete/">Pete Manolios</a> is your man.  Unfortunately for you, these folks teach at geographically diverse universities (not to mention your SAT score wouldn&#8217;t get you in to any of them).  But if you can make it out to Eugene, Oregon in late July, you can catch these and the other outstanding lecturers that are going to be speaking at this year&#8217;s <a href="http://www.cs.uoregon.edu/research/summerschool/summer08/">Summer School on Logic and Theorem Proving in Programming Languages</a> at the University of Oregon.</p>
<p>I went to a UofO summer school in 2003 and really enjoyed it.  This sort of thing is great for junior graduate students; they give you a broad overview of topics from the world&#8217;s best researchers.  It&#8217;s great if you&#8217;re not sure what you want to work on, or if you want to build up your theoretical tool kit.  Later in your studies, you won&#8217;t have time for this kind of breadth.  Also, don&#8217;t expect to digest all of it.  I know I didn&#8217;t.  But hopefully you&#8217;ll get something in your head.  Years later when you&#8217;re deep in the throes of research you&#8217;ll have an &#8220;ah-ha&#8221; moment, deja vu sets in, and you realize <em>that&#8217;s what they were talking about</em>.  It&#8217;s a really good feeling to realize <em>I get it, now</em>.  But don&#8217;t worry, this brief moment of solace is quickly replaced by the more worrisome thought, <em>why didn&#8217;t I figure this out sooner? </em>When this sets in, I recommend keeping in mind <a href="http://en.wikipedia.org/wiki/Piet_Hein_(Denmark)">Piet Hein</a>&#8217;s T.T.T.:<em><br />
</em></p>
<blockquote><p>Put up in a place<br />
where it’s easy to see<br />
the cryptic admonishment<br />
T.T.T.<br />
When you feel how depressingly<br />
slowly you climb,<br />
it’s well to remember that<br />
Things Take Time.</p></blockquote>
<p>(With thanks to <a href="http://www.brics.dk/~danvy/">Olivier Danvy</a> for sharing this <a href="http://www.chat.carleton.ca/~tcstewar/grooks/">Grook</a>, long before I knew what it meant.)</p>
]]></content:encoded>
			<wfw:commentRss>http://dvanhorn.lambda-calcul.us/2008/04/21/summer-school-on-logic-and-theorem-proving-in-programming-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Bukowski poem</title>
		<link>http://dvanhorn.lambda-calcul.us/2007/10/09/a-bukowski-poem/</link>
		<comments>http://dvanhorn.lambda-calcul.us/2007/10/09/a-bukowski-poem/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:32:09 +0000</pubDate>
		<dc:creator>dvanhorn</dc:creator>
				<category><![CDATA[Poetry]]></category>
		<category><![CDATA[bukowski]]></category>

		<guid isPermaLink="false">http://dvanhorn.lambda-calcul.us/2007/10/09/a-bukowski-poem/</guid>
		<description><![CDATA[Undoubtedly, my favorite poet is Charles Bukowski.  Here is &#8220;16-bit Intel 8088 chip,&#8221; one of the few poems of his having to do with computers.  I&#8217;m rather fond of it.
with an Apple Macintosh
you can&#8217;t run Radio Shack programs
in its disc drive.
nor can a Commodore 64
drive read a file
you have created on an
IBM Personal [...]]]></description>
			<content:encoded><![CDATA[<p>Undoubtedly, my favorite poet is Charles Bukowski.  Here is &#8220;16-bit Intel 8088 chip,&#8221; one of the few poems of his having to do with computers.  I&#8217;m rather fond of it.</p>
<blockquote><p>with an Apple Macintosh<br />
you can&#8217;t run Radio Shack programs<br />
in its disc drive.<br />
nor can a Commodore 64<br />
drive read a file<br />
you have created on an<br />
IBM Personal Computer.<br />
both Kaypro and Osborne computers use<br />
the CP/M operating system<br />
but can&#8217;t read each other&#8217;s<br />
handwritting<br />
for they format (write<br />
on) discs in different<br />
ways.<br />
the Tandy 2000 runs MS-DOS but<br />
can&#8217;t use most programs produced for<br />
the IBM Personal Computer<br />
unless certain<br />
bits and bytes are<br />
altered<br />
but the wind still blows over<br />
Savannah<br />
and in the Spring<br />
the turkey buzzard struts and<br />
flounces before his<br />
hens.</p></blockquote>
<ul>
<li>
<div>[1986,book] <a href="#bukowski_alone" class="toggle">bibtex</a> </div>
<div>C. Bukowski, <em>You get so alone at times it just makes sense</em>, Black Sparrow Press, 1986.</div>
<div class="bibtex" id="bukowski_alone">
         <code>@BOOK{bukowski_alone, <br />
 &nbsp;&nbsp;author = {Charles Bukowski}, <br />
 &nbsp; title = {You get so alone at times it just makes sense}, <br />
 &nbsp; publisher = {Black Sparrow Press}, <br />
 &nbsp; year = 1986 }</code>
    </div>
</li>
</ul>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dvanhorn.lambda-calcul.us/2007/10/09/a-bukowski-poem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

