<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>The Holmes Blog</title>
	<link>http://holmesblog.com</link>
	<description>Our 221B Baker Street.</description>
	<lastBuildDate>Tue, 26 Aug 2008 23:01:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Our logo in ASCII, for some reason</title>
		<description>
###########################################################

###########################################################

###########################################################
###########################################################

###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################

###########################################################
###########################################################

###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################
###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################
###########################################################

###########################################################

###########################################################

###########################################################

###########################################################

###########################################################
###########################################################

###########################################################

###########################################################
###########################################################
###########################################################

###########################################################
###########################################################
###########################################################

###########################################################
###########################################################
###########################################################



Onanistic? </description>
		<link>http://holmesblog.com/2008/08/26/our-logo-in-ascii-for-some-reason/</link>
			</item>
	<item>
		<title>The co-working space!</title>
		<description>Some shots of The Garage at 11 Price Ave., just behind the Rossi.






Edit: more pictures here! </description>
		<link>http://holmesblog.com/2008/07/04/the-co-working-space/</link>
			</item>
	<item>
		<title>Installing Git from source in Edgy Eft</title>
		<description>download the necessary packages:

sudo apt-get install comerr-dev \
libcurl4-openssl-dev \
libidn11-dev \
libkadm55 \
libkrb5-dev \
texi2html \
texinfo \
docbook2x \
libosp5 \
libxml-namespacesupport-perl \
libxml-sax-expat-perl \
libxml-sax-perl \
opensp

download the latest stable release from here:

http://kernel.org/pub/software/scm/git/

i preferred the global install, and went for

make prefix=/usr all doc info

and then

sudo make prefix=/usr install install-doc

(the INSTALL file suggests adding "install-info" to the end of ...</description>
		<link>http://holmesblog.com/2008/03/23/installing-git-from-source-in-edgy-eft/</link>
			</item>
	<item>
		<title>Extending Ruby&#8217;s Time class with &#8216;before?&#8217; and &#8216;after?&#8217;</title>
		<description>The mixin below allows comparison between two Time objects using the more intuitive and natural-sounding before? and after? methods.

Some examples (using Rails' ActiveSupport Time extensions or (preferred) the 'units' gem):
2.minutes.ago.after? Time.now # =&#62;; false
Time.now.before? 2.hours.from_now # =&#62; true
module BeforeAndAfter

  LEFT_SIDE_LARGER  = 1
  RIGHT_SIDE_LARGER	= -1
  EQUAL				= 0
 ...</description>
		<link>http://holmesblog.com/2008/01/21/extending-rubys-time-class-with-before-and-after/</link>
			</item>
</channel>
</rss>
