<?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>His Deeds Are Dust &#187; flo</title>
	<atom:link href="http://hisdeedsaredust.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://hisdeedsaredust.com</link>
	<description>surveying sub-optimal solutions</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:27:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Serafettin, part two</title>
		<link>http://hisdeedsaredust.com/2010/08/serafettin-part-two/</link>
		<comments>http://hisdeedsaredust.com/2010/08/serafettin-part-two/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 15:27:16 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=192</guid>
		<description><![CDATA[Wow, that was a meaty piece of work. Serafettin Cartoon fonts now builds with the latest release of FontForge, as well as CVS head, and taught me quite a bit about FontForge in the process. Serafettin had a bunch of glyphs with self-intersection problems, and these were causing FontForge to crash on the Expand Stroke [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/08/serafettin-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serafettin, part one</title>
		<link>http://hisdeedsaredust.com/2010/08/serafettin-part-one/</link>
		<comments>http://hisdeedsaredust.com/2010/08/serafettin-part-one/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:48:04 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=187</guid>
		<description><![CDATA[I&#8217;ve recently been triaging FontForge bugs on Fedora, and hit a problem with bug 600108, in which the latest version of FontForge crashes while building Serafettin. I patched FontForge locally, so I could identify the glyphs that caused it to crash, but I&#8217;ve now come to the conclusion that Serafettin itself is the problem, and [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/08/serafettin-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Off-curve misrendering</title>
		<link>http://hisdeedsaredust.com/2010/07/off-curve-misrendering/</link>
		<comments>http://hisdeedsaredust.com/2010/07/off-curve-misrendering/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:26:15 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=160</guid>
		<description><![CDATA[Adam Hyde came up with a question about a misrendering of a font on the FontForge Users&#8217; mailing list. A colleague had designed a font in FontForge which looked fine except when used in Adobe Illustrator (of unspecified version). He provided two examples of characters whose shapes had developed distinct &#8220;ears&#8221;. Peter Baker suggested that [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/07/off-curve-misrendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The undervalued bool</title>
		<link>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/</link>
		<comments>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:43:04 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Poor choices]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=155</guid>
		<description><![CDATA[A colleague of mine wanted to reduce the repetition in this fragment of C++: funcA(false); funcB(false); funcC(false); funcD(false); funcA(true); funcB(true); funcC(true); funcD(true); and, in a burst of sheer genius, came up with this solution: for (bool status = false; status]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/06/the-undervalued-bool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting font licence metadata</title>
		<link>http://hisdeedsaredust.com/2010/02/extracting-font-licence-metadata/</link>
		<comments>http://hisdeedsaredust.com/2010/02/extracting-font-licence-metadata/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:14:57 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[opentype]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=142</guid>
		<description><![CDATA[I&#8217;ve just been looking at packaging a font for Fedora, and have found that there is no separate licence file, though the font metadata contains the full licence text. I should ask upstream to put a copy of the licence in their archive, the next time they do a release, but what if they aren&#8217;t [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2010/02/extracting-font-licence-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security through perversity</title>
		<link>http://hisdeedsaredust.com/2009/12/security-through-perversity/</link>
		<comments>http://hisdeedsaredust.com/2009/12/security-through-perversity/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 08:00:31 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Poor choices]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[intranet]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=126</guid>
		<description><![CDATA[The corporate Information Services overlords have recently introduced a single sign-on solution for our intranet applications, CA SiteMinder. Somewhere along the lines, a discussion must have taken place about a feature of that pesky Mozilla Firefox, helpfully remembering passwords. Although we have to sign on to even access our internal network, there must have been [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/12/security-through-perversity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The magic of #ifdef</title>
		<link>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/</link>
		<comments>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 10:10:27 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Poor choices]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=117</guid>
		<description><![CDATA[The beauty of the preprocessor #ifdef . . . #endif directives in C and C++ is that there are so many ways to abuse them. I&#8217;ve been working on some vintage code (at least 15 years old) that provides a model for how not to do things. The compilation is controlled by no fewer than [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/12/the-magic-of-ifdef/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An old video terminal, in vector form</title>
		<link>http://hisdeedsaredust.com/2009/11/video-terminal-in-vector-form/</link>
		<comments>http://hisdeedsaredust.com/2009/11/video-terminal-in-vector-form/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 15:03:34 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fontconfig]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[opentype]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=108</guid>
		<description><![CDATA[I still have a VT100 terminal, but it&#8217;s in storage. I figured I could pretend that it was on my desk if I made a font that looked like the old beast, including the gaps between scan lines. Once I&#8217;d started, I needed the reverse video form of it, and the forms correctly underlined, and [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/11/video-terminal-in-vector-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resurrecting fonts</title>
		<link>http://hisdeedsaredust.com/2009/11/resurrecting-fonts/</link>
		<comments>http://hisdeedsaredust.com/2009/11/resurrecting-fonts/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 20:05:37 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ofl]]></category>
		<category><![CDATA[opentype]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=104</guid>
		<description><![CDATA[A while ago, I recovered my old font files from some crufty old SuperDisks, but did nothing more with them than copy them to my network storage, in the hope that that is a safer home. Last weekend I was reading about the Fedora Fonts SIG, and decided to bring the old font files back [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/11/resurrecting-fonts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Samsung X120 keyboard quirks</title>
		<link>http://hisdeedsaredust.com/2009/11/samsung-x120-keyboard-quirks/</link>
		<comments>http://hisdeedsaredust.com/2009/11/samsung-x120-keyboard-quirks/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:29:21 +0000</pubDate>
		<dc:creator>flo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://hisdeedsaredust.com/?p=99</guid>
		<description><![CDATA[As suspected, the Samsung X120 notebook has the same keyboard quirks as many other Samsung laptops, so that some of the function keys don&#8217;t work correctly under Fedora 11. There are two problems and fixes needed. One, the kernel needs patching so that the quirks with missing key release events are also applied to the [...]]]></description>
		<wfw:commentRss>http://hisdeedsaredust.com/2009/11/samsung-x120-keyboard-quirks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
