<?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>Wink Saville's Blog &#187; What I learned today</title>
	<atom:link href="http://www.winksaville.com/blog/category/what-i-learned-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 08 Sep 2009 14:45:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autoconf</title>
		<link>http://www.winksaville.com/blog/linux/autoconf/</link>
		<comments>http://www.winksaville.com/blog/linux/autoconf/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:48:38 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[What I learned today]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[protobuf]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/autoconf/</guid>
		<description><![CDATA[While starting a protobuf compiler I learned a little about autoconf. First it complains about version the protobuf code was using automake 1.10.1 and I had 1.7.9. so I upgraded to automake using &#8220;sudo apt-get install automake1.10&#8243;. Of course this upgraded my automake to 1.10.2 which still didn&#8217;t work.The solution was to run autoconf from [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/autoconf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple keyboard delete to right key remapping</title>
		<link>http://www.winksaville.com/blog/linux/apple-keyboard-delete-to-right-key-remapping/</link>
		<comments>http://www.winksaville.com/blog/linux/apple-keyboard-delete-to-right-key-remapping/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:56:08 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[What I learned today]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/linux/apple-keyboard-delete-to-right-key-remapping/</guid>
		<description><![CDATA[Had some trouble getting the small aluminum keyboard to do a delete to the right. But with the help of this post I got it workings. Basically you need to create a .xmodmap file in your home directory with with the keycode of the key that you want to be Delete in this case 169 is for the [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/linux/apple-keyboard-delete-to-right-key-remapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing an old version of a file in git</title>
		<link>http://www.winksaville.com/blog/what-i-learned-today/viewing-an-old-version-of-a-file-in-git/</link>
		<comments>http://www.winksaville.com/blog/what-i-learned-today/viewing-an-old-version-of-a-file-in-git/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 16:03:52 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[What I learned today]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/what-i-learned-today/viewing-an-old-version-of-a-file-in-git/</guid>
		<description><![CDATA[Use &#8220;show&#8221; command, but you need to use the full path from the root of the git repo to the file, otherwise you&#8217;ll get an error such as below. This same error happens if there is any other error in the parameter, for instance a miss-spelling:

$ git show HEAD:hxy
fatal: ambiguous argument &#8216;HEAD:hxy&#8217;: unknown revision or [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/what-i-learned-today/viewing-an-old-version-of-a-file-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full screen mode on Mac os x X11 &#8211; command-option-A to switch</title>
		<link>http://www.winksaville.com/blog/what-i-learned-today/full-screen-mode-on-mac-os-x-x11-command-option-a-to-switch/</link>
		<comments>http://www.winksaville.com/blog/what-i-learned-today/full-screen-mode-on-mac-os-x-x11-command-option-a-to-switch/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:35:59 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[What I learned today]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/what-i-learned-today/full-screen-mode-on-mac-os-x-x11-command-option-a-to-switch/</guid>
		<description><![CDATA[When in X11 full screen mode use Command-option-A to switch to back to mac apps. Also command-option-esc will bring up the Mac task list and allow you to switch to other tasks.
]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/what-i-learned-today/full-screen-mode-on-mac-os-x-x11-command-option-a-to-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
