<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.3 (http://www.squarespace.com/) on Sun, 21 Mar 2010 20:25:48 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Programming</title><link>http://www.hlady.net/programming/</link><description></description><lastBuildDate>Wed, 02 Sep 2009 22:15:58 +0000</lastBuildDate><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.9.3 (http://www.squarespace.com/)</generator><item><title>Numpy and scipy in Snow Leopard</title><category>64-bit</category><category>Python</category><category>mac</category><category>macinscience</category><category>numpy</category><category>python</category><category>python 2.6</category><category>scipy</category><category>snow leopard</category><dc:creator>Chris H.</dc:creator><pubDate>Wed, 02 Sep 2009 21:51:42 +0000</pubDate><link>http://www.hlady.net/programming/2009/9/2/numpy-and-scipy-in-snow-leopard.html</link><guid isPermaLink="false">281817:3580847:5065516</guid><description><![CDATA[<p>I just upgraded to Snow Leopard and found that using the <a href="http://macinscience.org/?page_id=6">Scipy Superpack from macinscience.com</a> doesn't yet work. I got it working, and document the process here. You might be better off waiting for the latest Scipy Superpack, but I needed to get back to work so I wanted things working today.</p>]]></description><wfw:commentRss>http://www.hlady.net/programming/rss-comments-entry-5065516.xml</wfw:commentRss></item><item><title>Python 2.6.2 breaks cron jobs in OS X</title><category>ImportError</category><category>PATH</category><category>Python</category><category>cron</category><category>leopard</category><category>os x</category><category>python</category><category>python 2.6</category><dc:creator>Chris H.</dc:creator><pubDate>Mon, 04 May 2009 06:59:04 +0000</pubDate><link>http://www.hlady.net/programming/2009/5/4/python-262-breaks-cron-jobs-in-os-x.html</link><guid isPermaLink="false">281817:3580847:3883821</guid><description><![CDATA[<p>I recently decided to install Python 2.6.2 in OS X Leopard, which ships with Python 2.5.1. I downloaded the latest Python 2.6 from <a href="http://www.python.org/download/releases/2.6.2/">python.org</a>, and it installed without a problem. I ran a few of my scripts to test it out and still didn't have any issues. However, the next day I noticed that all of my python-based cron jobs had all failed with similar errors:</p>
<pre>Traceback (most recent call last): 
  File "/Users/chlady/Documents/git/script.py", line 3, in import simplejson as json 
ImportError: No module named simplejson</pre>]]></description><wfw:commentRss>http://www.hlady.net/programming/rss-comments-entry-3883821.xml</wfw:commentRss></item><item><title>Installing numpy and scipy on OS X Leopard</title><category>Python</category><category>f95</category><category>fortran</category><category>gfortran</category><category>install</category><category>leopard</category><category>mac</category><category>numpy</category><category>osx</category><category>python</category><category>scipy</category><category>superpack</category><dc:creator>Chris H.</dc:creator><pubDate>Thu, 02 Apr 2009 18:45:04 +0000</pubDate><link>http://www.hlady.net/programming/2009/4/2/installing-numpy-and-scipy-on-os-x-leopard.html</link><guid isPermaLink="false">281817:3580847:3540624</guid><description><![CDATA[Every time I try building <a href="http://www.scipy.org/">scipy</a> on OS X run into some frustrating problems. In an attempt to prevent this from happening again I'm documenting the process here.]]></description><wfw:commentRss>http://www.hlady.net/programming/rss-comments-entry-3540624.xml</wfw:commentRss></item><item><title>Prime Furniture</title><dc:creator>Chris H.</dc:creator><pubDate>Sun, 04 Jan 2009 22:32:44 +0000</pubDate><link>http://www.hlady.net/programming/2009/1/4/prime-furniture.html</link><guid isPermaLink="false">281817:3580847:2798717</guid><description><![CDATA[<p>This <a href="http://www.newscientist.com/article/mg20026866.500-enigma-no-1524.html">Enigma</a> was published in <a href="http://newscientist.com">New Scientist</a> on December 13, 2008. The original author is Adrian Somerfield.</p>
<h3>Original Question</h3>
<p>SOME three-digit primes are formed from a one-digit prime followed by a two-digit prime, others from a two-digit prime followed by a one-digit prime, and some can be in both classes. I recently bought three pieces of furniture, and each cost a different sum which was one of the last-mentioned type of prime (in euros), but the total I paid was not a prime. In ascending order, what were the prices of my pieces of furniture?</p>
<h3>Rewritten</h3>
<p>Find three three-digit primes whose sum is not prime, and where the first and last digits are primes, and the first two and last two digits form primes.</p>]]></description><wfw:commentRss>http://www.hlady.net/programming/rss-comments-entry-2798717.xml</wfw:commentRss></item></channel></rss>