<?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"
	>

<channel>
	<title>Julian Bonilla</title>
	<atom:link href="http://julianbonilla.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianbonilla.com</link>
	<description></description>
	<pubDate>Wed, 06 Aug 2008 15:45:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Emacs Shell Scrolling</title>
		<link>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/</link>
		<comments>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 05:07:39 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Emacs]]></category>

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

		<guid isPermaLink="false">http://julianbonilla.com/?p=27</guid>
		<description><![CDATA[I always have several bash shells running in Emacs (M-x shell).  The default scrolling behavior drives me crazy.
If comint-scroll-show-maximum-output is non-nil, then arrival of output when point is at the end tries to scroll the last line of text to the bottom line of the window, showing as much useful text as possible.  (This [...]]]></description>
			<content:encoded><![CDATA[<p>I always have several bash shells running in Emacs (M-x shell).  The default scrolling behavior drives me crazy.</p>
<p>If <code>comint-scroll-show-maximum-output</code> is non-<code>nil</code>, then arrival of output when point is at the end tries to scroll the last line of text to the bottom line of the window, showing as much useful text as possible.  (This mimics the scrolling behavior of most terminals.)  The default is <code>set to True.</code></p>
<p>I don&#8217;t like chasing the output of shell commands to the bottom of the window.  You can add this to your  .emacs to keep the window from scrolling.</p>
<p><code>;; Don't scroll to bottom for shell output<br />
(setq comint-scroll-show-maximum-output nil)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/04/06/emacs-shell-scrolling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding Python site-packages</title>
		<link>http://julianbonilla.com/2008/03/16/finding-python-site-packages/</link>
		<comments>http://julianbonilla.com/2008/03/16/finding-python-site-packages/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 23:31:59 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2008/03/16/finding-python-site-packages/</guid>
		<description><![CDATA[Quick way to locate the Python site-packages directory:
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
Most likely here on Mac OS X:
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
]]></description>
			<content:encoded><![CDATA[<p>Quick way to locate the Python site-packages directory:</p>
<pre class="literal-block">python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"</pre>
<p>Most likely here on Mac OS X:</p>
<pre class="literal-block">/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages</pre>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/03/16/finding-python-site-packages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Brief Introduction to Buildout</title>
		<link>http://julianbonilla.com/2008/03/05/a-brief-introduction-to-buildout/</link>
		<comments>http://julianbonilla.com/2008/03/05/a-brief-introduction-to-buildout/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 03:56:37 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2008/03/05/a-brief-introduction-to-buildout/</guid>
		<description><![CDATA[The buildout project is a tool for developing, packaging, and deploying Python applications.
Brandon Craig Rhodes released an excellent screencast on buildout from his presentation at PyAtl.

]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://pypi.python.org/pypi/zc.buildout" title="zc.buildout" onclick="javascript:pageTracker._trackPageview ('/outbound/pypi.python.org');">buildout</a> project is a tool for developing, packaging, and deploying Python applications.</p>
<p><a href="http://rhodesmill.org/brandon/buildout/" title="Brandon Craig Rhodes" onclick="javascript:pageTracker._trackPageview ('/outbound/rhodesmill.org');">Brandon Craig Rhodes</a> released an excellent screencast on buildout from his presentation at <a href="http://www.pyatl.org/" title="Python Atlanta" onclick="javascript:pageTracker._trackPageview ('/outbound/www.pyatl.org');">PyAtl</a>.</p>
<p><embed src="http://video.google.com/googleplayer.swf?docId=3428163188647461098&amp;hl=en" style="width: 400px; height: 326px" id="VideoPlayback" type="application/x-shockwave-flash"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/03/05/a-brief-introduction-to-buildout/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Really Big Numbers</title>
		<link>http://julianbonilla.com/2008/01/31/really-big-numbers/</link>
		<comments>http://julianbonilla.com/2008/01/31/really-big-numbers/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 06:10:58 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Lisp]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2008/02/01/really-big-numbers/</guid>
		<description><![CDATA[I always forget the names of really big numbers.  What do you call 1,000,000,000,000,000?  It&#8217;s one quadrillion.  What about 1,000,000,000,000,000,000,000,000,000,000,000,000?  One undecillion.
Checkout this nifty directive to the format function in Common Lisp.
(format nil "~r" 1606938044258990275541962092)
Which produces this string:
one octillion six hundred six septillion nine hundred thirty-eight sextillion forty-four quintillion two hundred [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget the names of really big numbers.  What do you call 1,000,000,000,000,000?  It&#8217;s one quadrillion.  What about 1,000,000,000,000,000,000,000,000,000,000,000,000?  One undecillion.</p>
<p>Checkout this nifty directive to the <code><a href="http://www.gnu.org/software/mit-scheme/documentation/mit-scheme-ref/Format.html" title="format function" onclick="javascript:pageTracker._trackPageview ('/outbound/www.gnu.org');">format</a></code> function in Common Lisp.</p>
<p><code>(format nil "~r" 1606938044258990275541962092)</code></p>
<p>Which produces this string:</p>
<blockquote><p>one octillion six hundred six septillion nine hundred thirty-eight sextillion forty-four quintillion two hundred fifty-eight quadrillion nine hundred ninety trillion two hundred seventy-five billion five hundred forty-one million nine hundred sixty-two thousand ninety-two.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2008/01/31/really-big-numbers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>xkcd - Python</title>
		<link>http://julianbonilla.com/2007/12/15/xkcd-python/</link>
		<comments>http://julianbonilla.com/2007/12/15/xkcd-python/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 05:10:36 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2007/12/15/xkcd-python/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://julianbonilla.com/wp-content/uploads/2007/12/python.png" alt="xkcd - Python" height="510" width="450" /></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2007/12/15/xkcd-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zope 3 API</title>
		<link>http://julianbonilla.com/2007/10/01/zope-3-api/</link>
		<comments>http://julianbonilla.com/2007/10/01/zope-3-api/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 02:23:04 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Zope 3]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2007/10/01/zope-3-api/</guid>
		<description><![CDATA[I spent last week at the Zope 3 Foliage Sprint in Concord, Massachusetts.  Stephan Richter and JSA Technologies put together an awesome sprint.  One of the projects I worked on was a static version of the Zope 3 API Documentation (APIDOC).  That means you don&#8217;t have to run Zope 3 in dev mode just to [...]]]></description>
			<content:encoded><![CDATA[<p>I spent last week at the <a href="http://wiki.zope.org/zope3/FoliageSprint" title="Zope 3 Foliage Sprint" onclick="javascript:pageTracker._trackPageview ('/outbound/wiki.zope.org');">Zope 3 Foliage Sprint</a> in Concord, Massachusetts.  <a href="http://wiki.zope.org/zope3/StephanRichter" title="Stephan Richter" onclick="javascript:pageTracker._trackPageview ('/outbound/wiki.zope.org');">Stephan Richter</a> and <a href="http://jsatech.com/" title="JSA Technologies" onclick="javascript:pageTracker._trackPageview ('/outbound/jsatech.com');">JSA Technologies</a> put together an awesome sprint.  One of the projects I worked on was a static version of the Zope 3 API Documentation (APIDOC).  That means you don&#8217;t have to run Zope 3 in dev mode just to read the API!</p>
<p>The Zope 3 API is now available online:</p>
<p><a href="http://apidoc.zope.org/++apidoc++/" title="Zope 3 API" onclick="javascript:pageTracker._trackPageview ('/outbound/apidoc.zope.org');">http://apidoc.zope.org/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2007/10/01/zope-3-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python 3.0</title>
		<link>http://julianbonilla.com/2007/09/01/python-30/</link>
		<comments>http://julianbonilla.com/2007/09/01/python-30/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 06:24:02 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2007/09/01/python-30/</guid>
		<description><![CDATA[Python 3.0a1 is available for download.

$ python3.0
Python 3.0a1 (py3k, Sep  1 2007, 00:29:23)
[GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.
&#62;&#62;&#62;

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.python.org/download/releases/3.0/" alt="Python 3.0a1" onclick="javascript:pageTracker._trackPageview ('/outbound/www.python.org');">Python 3.0a1</a> is available for download.</p>
<p><code><br />
$ python3.0<br />
Python 3.0a1 (py3k, Sep  1 2007, 00:29:23)<br />
[GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2007/09/01/python-30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flickr</title>
		<link>http://julianbonilla.com/2007/07/08/flickr/</link>
		<comments>http://julianbonilla.com/2007/07/08/flickr/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 20:30:11 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Flickr]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2007/07/08/flickr/</guid>
		<description><![CDATA[This is a test post from , a fancy photo sharing thing.
]]></description>
			<content:encoded><![CDATA[<p>This is a test post from <a href="http://www.flickr.com/r/testpost" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://www.flickr.com/images/flickr_logo_blog.gif" alt="flickr" align="absmiddle" border="0" height="18" width="41" /></a>, a fancy photo sharing thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2007/07/08/flickr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone</title>
		<link>http://julianbonilla.com/2007/06/29/iphone/</link>
		<comments>http://julianbonilla.com/2007/06/29/iphone/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 21:16:11 +0000</pubDate>
		<dc:creator>Julian Bonilla</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://julianbonilla.com/2007/07/08/iphone/</guid>
		<description><![CDATA[There&#8217;s more to the iPhone than meets the eye.  I like Steven Frank&#8217;s take on it:
It is like a piece of advanced alien technology sent back five years in time.
Only time will tell, but I think it&#8217;s a game changer.
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s more to the iPhone than meets the eye.  I like Steven Frank&#8217;s take on it:</p>
<blockquote><p>It is like a piece of advanced alien technology sent back five years in time.</p></blockquote>
<p>Only time will tell, but I think it&#8217;s a game changer.</p>
]]></content:encoded>
			<wfw:commentRss>http://julianbonilla.com/2007/06/29/iphone/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.316 seconds -->
