<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ph values</title>
	<atom:link href="http://phvalues.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phvalues.wordpress.com</link>
	<description>Stephan on testing, software (good and bad), Ruby and the world at large</description>
	<lastBuildDate>Tue, 28 Jul 2009 07:50:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='phvalues.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/25e3c0953aa89324e0565130944450ac?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ph values</title>
		<link>http://phvalues.wordpress.com</link>
	</image>
			<item>
		<title>Ruby, Sequel and Trees</title>
		<link>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/</link>
		<comments>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 07:50:01 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Sequel]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=172</guid>
		<description><![CDATA[While working on some tree structure a couple of unit tests failed, when creating some form of summary of said tree structure. First of all here&#8217;s a condensed form of the code:
require 'sequel'

DB = Sequel.sqlite
DB.create_table :items do
  primary_key :id
  String :name
  String :foo, :default =&#62; 'NOT SET'
  Integer :item_id
end

class Item &#60; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=172&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/07/28/ruby-sequel-and-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>About 40 Years Ago And Metrics</title>
		<link>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/</link>
		<comments>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 18:50:11 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Value]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=170</guid>
		<description><![CDATA[The term &#8220;Software Engineering&#8221; is coming to age: It was coined slightly more than 40 years ago in Garmisch-Partenkirchen, Germany. Tom DeMarco wrote a very interesting article about his opinion about the topic, which is available online at the IEEE Software magazine: &#8220;Software Engineering: An Idea Whose Time Has Come and Gone?&#8221; Let me cite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=170&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/07/18/about-40-years-ago-and-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Show the full path in Finder</title>
		<link>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/</link>
		<comments>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:24:57 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[full path]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=164</guid>
		<description><![CDATA[As described over at &#8220;Mac OS X (Tiger and Leopard) Configuration Tips&#8221; you can configure Finder to display the full path to the currently displayed folder by using this (in a terminal of your choice):
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Change back to the default (of the default) using &#8216;NO&#8217; instead of &#8216;YES&#8217;. Apparently this works [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=164&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/06/12/show-the-full-path-in-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Remove files or directories from a git repository</title>
		<link>http://phvalues.wordpress.com/2009/05/26/remove-files-or-directories-from-a-git-repository/</link>
		<comments>http://phvalues.wordpress.com/2009/05/26/remove-files-or-directories-from-a-git-repository/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:28:09 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=161</guid>
		<description><![CDATA[Ever needed to remove a file or directory from a git repository? I had to: After pushing a change that included a rather large file to a remote repository, the repository couldn&#8217;t be cloned anymore (due to a memory limitation). The support is working on the issue, but being able to clone the repository seems more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=161&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/05/26/remove-files-or-directories-from-a-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Sinatra and reloading</title>
		<link>http://phvalues.wordpress.com/2009/05/25/sinatra-and-reloading/</link>
		<comments>http://phvalues.wordpress.com/2009/05/25/sinatra-and-reloading/#comments</comments>
		<pubDate>Mon, 25 May 2009 11:44:50 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=148</guid>
		<description><![CDATA[Since its 0.9.2 release on 18th of May 2009, Sinatra doesn&#8217;t automatically reload files anymore – not even in development mode.
To achieve this use &#8217;shotgun&#8217;
sudo gem install shotgun
and then start the server using:
shotgun &#60;your_applicationname&#62;.rb
The effect is essentially the same (apart from avoiding the issues the &#8216;traditional&#8217; way of reloading apparently had – which is why [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=148&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/05/25/sinatra-and-reloading/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>A Pure Ruby Readline</title>
		<link>http://phvalues.wordpress.com/2009/05/18/a-pure-ruby-readline/</link>
		<comments>http://phvalues.wordpress.com/2009/05/18/a-pure-ruby-readline/#comments</comments>
		<pubDate>Mon, 18 May 2009 06:49:26 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=145</guid>
		<description><![CDATA[ 

As found on Github via RubyCorner on DEV_MEM.dump_to(:blog) &#8211; Multimedia systems blog.
For all of those who a running Ruby on a Windows machine (known not to be the ideal place to use the readline library) or on some flavour of Unix (where the library might not be available, at least not from scratch), there is now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=145&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/05/18/a-pure-ruby-readline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Euruko 2009 &#8211; back from Barcelona</title>
		<link>http://phvalues.wordpress.com/2009/05/12/euruko-2009-back-from-barcelona/</link>
		<comments>http://phvalues.wordpress.com/2009/05/12/euruko-2009-back-from-barcelona/#comments</comments>
		<pubDate>Tue, 12 May 2009 17:35:23 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[EURUKO]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Adhearsion]]></category>
		<category><![CDATA[Barcelona]]></category>
		<category><![CDATA[citilab]]></category>
		<category><![CDATA[gosu]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=137</guid>
		<description><![CDATA[These two days with Ruby enthusiasts form all over the world not just Europe was great. Nicely located at citilab, with very good public transportation to the city centre of Barcelona, there was enough space inside as well as out side the building to talk to the other attendees, just relax in the sun or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=137&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/05/12/euruko-2009-back-from-barcelona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Going with Git</title>
		<link>http://phvalues.wordpress.com/2009/03/28/get-going-with-git/</link>
		<comments>http://phvalues.wordpress.com/2009/03/28/get-going-with-git/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:25:43 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Work Environment]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[gitcentral]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=123</guid>
		<description><![CDATA[While still in the process switch ing from Subversion to Git, here are a few helpful links I found:

How to set up a git server – one way to to it, by CommonThread
Toolman Tim explains another way to serve git repositories (for those an a Mac)
Another hint is available at Apple&#8217;s Support Site.
Additionally you might [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=123&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/03/28/get-going-with-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Syntax Highlight Code with TextMate in HTML</title>
		<link>http://phvalues.wordpress.com/2009/03/10/syntax-highlight-code-with-textmate-in-html/</link>
		<comments>http://phvalues.wordpress.com/2009/03/10/syntax-highlight-code-with-textmate-in-html/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:31:54 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Work Environment]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=111</guid>
		<description><![CDATA[Andi Schnacke describes how to to generate HMTL to display syntax highlighted code from within TextMate. The short version:
Bundles → TextMate → Create HTML from Document
Strange I didn&#8217;t notice before.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=111&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/03/10/syntax-highlight-code-with-textmate-in-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
		<item>
		<title>Euruko 2009</title>
		<link>http://phvalues.wordpress.com/2009/03/09/euruko-2009/</link>
		<comments>http://phvalues.wordpress.com/2009/03/09/euruko-2009/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 19:32:04 +0000</pubDate>
		<dc:creator>stephan</dc:creator>
				<category><![CDATA[EURUKO]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Barcelona]]></category>
		<category><![CDATA[Euruko 2009]]></category>
		<category><![CDATA[Spain]]></category>

		<guid isPermaLink="false">http://phvalues.wordpress.com/?p=107</guid>
		<description><![CDATA[Over at euruko.org the registration is now open. The conference is on the 9. &#38; 10. of May 2009 in Barcelona, Spain. It seems they collected quite a few exciting talks &#8211; and mine.  
Really looking forward to going there.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phvalues.wordpress.com&blog=1027150&post=107&subd=phvalues&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://phvalues.wordpress.com/2009/03/09/euruko-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97c69187a8a808bfa1c5b6f276d8327f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephan</media:title>
		</media:content>
	</item>
	</channel>
</rss>