<?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>Yumbrad &#187; Useful esoteric knowhow</title>
	<atom:link href="http://yumbrad.com/archives/category/useful-esoteric-knowhow/feed/" rel="self" type="application/rss+xml" />
	<link>http://yumbrad.com</link>
	<description>An online  journal</description>
	<lastBuildDate>Tue, 19 Jan 2010 01:29:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Emacs / Terminal Misc Fixed font on Mac OS</title>
		<link>http://yumbrad.com/archives/2010/01/18/emacs-terminal-misc-fixed-font-on-mac-os/</link>
		<comments>http://yumbrad.com/archives/2010/01/18/emacs-terminal-misc-fixed-font-on-mac-os/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 01:25:02 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Useful esoteric knowhow]]></category>

		<guid isPermaLink="false">http://yumbrad.com/?p=90</guid>
		<description><![CDATA[I&#8217;ve done this a couple times now, and forgotten what I did, so I&#8217;ll blog it this time for me and anyone else. I like the misc-fixed-semicondensed 6&#215;13 font that is the default for xterm in Linux. I eventually got this working well in Mac OS for emacs. Here are the steps:
1. Download and install [...]]]></description>
		<wfw:commentRss>http://yumbrad.com/archives/2010/01/18/emacs-terminal-misc-fixed-font-on-mac-os/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GCC likes to break your code</title>
		<link>http://yumbrad.com/archives/2005/07/21/gcc-likes-to-break-your-code/</link>
		<comments>http://yumbrad.com/archives/2005/07/21/gcc-likes-to-break-your-code/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 01:34:57 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Useful esoteric knowhow]]></category>

		<guid isPermaLink="false">http://yumbrad.com/archives/2005/07/21/gcc-likes-to-break-your-code/</guid>
		<description><![CDATA[I was trying to write a macro that, based on the endianness of the target machine, would either index an array, or directly access a struct field&#8230;

#if __BYTE_ORDER == __BIG_ENDIAN
#define GET(x, fieldname) ((struct x*)x)->##fieldname
#else
#define GET(x, fieldnum) setfield(x, fields[fieldnum]);
 #endif

This used to work, but apparently GCC 3.x breaks this &#8211; I got errors like &#8216;pasting &#8220;->&#8221; [...]]]></description>
		<wfw:commentRss>http://yumbrad.com/archives/2005/07/21/gcc-likes-to-break-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motherboard</title>
		<link>http://yumbrad.com/archives/2005/03/17/motherboard/</link>
		<comments>http://yumbrad.com/archives/2005/03/17/motherboard/#comments</comments>
		<pubDate>Thu, 17 Mar 2005 20:20:02 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Useful esoteric knowhow]]></category>

		<guid isPermaLink="false">/?p=17</guid>
		<description><![CDATA[Ok, I was seeing instability to various degrees with my self-built computer &#8211; sometimes it would crash once a month, sometimes once a week, sometimes once a day&#8230; I thought it was a USB camera I had, I thought it might be the power supply, I thought it could be that I damaged the ram [...]]]></description>
		<wfw:commentRss>http://yumbrad.com/archives/2005/03/17/motherboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
