<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://blog.amber.org/wp-atom.php">
	<title type="text">Pensieri di un lunatico minore</title>
	<subtitle type="text">Thoughts of a minor lunatic</subtitle>

	<updated>2009-10-16T13:42:33Z</updated>
	<generator uri="http://wordpress.org/" version="2.9.1">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://blog.amber.org" />
	<id>http://blog.amber.org/feed/atom/</id>
	

			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/pensieridiunlunaticominore" /><feedburner:info uri="pensieridiunlunaticominore" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Times they are a&#8217;changing]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/trnphgUrads/" />
		<id>http://blog.amber.org/?p=3771</id>
		<updated>2009-10-16T13:42:33Z</updated>
		<published>2009-10-16T13:42:33Z</published>
		<category scheme="http://blog.amber.org" term="Meta" />		<summary type="html"><![CDATA[	I&#8217;ve decided to close down this blog &#8230; sorta. Something else will replace it, and the mindless posts that exist here will be maintained. A change of scenery is required.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/10/16/times-they-are-achanging/">	&lt;p&gt;I&amp;#8217;ve decided to close down this blog &amp;#8230; sorta. Something else will replace it, and the mindless posts that exist here will be maintained. A change of scenery is required.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/trnphgUrads" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/10/16/times-they-are-achanging/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/10/16/times-they-are-achanging/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/10/16/times-they-are-achanging/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Emacs macro trick]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/mpQd6RNP0y4/" />
		<id>http://blog.amber.org/?p=3768</id>
		<updated>2009-09-07T16:28:52Z</updated>
		<published>2009-09-07T16:28:52Z</published>
		<category scheme="http://blog.amber.org" term="Programming" />		<summary type="html"><![CDATA[	I don&#8217;t know when this was added, but as someone who has used Emacs pretty constantly since 1985, I can&#8217;t believe I never knew this.  Most people know you can record a simple macro with C-x ( to start and C-x ) to end. You can then replay it back with C-x e. Nothing [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/09/07/emacs-macro-trick/">	&lt;p&gt;I don&amp;#8217;t know when this was added, but as someone who has used Emacs pretty constantly since 1985, I can&amp;#8217;t believe I never knew this.  Most people know you can record a simple macro with &lt;code&gt;C-x (&lt;/code&gt; to start and &lt;code&gt;C-x )&lt;/code&gt; to end. You can then replay it back with &lt;code&gt;C-x e&lt;/code&gt;. Nothing new there, right? Well, obviously you can combine the &lt;code&gt;C-u&lt;/code&gt; prefix, which will repeat it. So &lt;code&gt;C-u 10 C-x e&lt;/code&gt; will execute the macro 10 times.  If you say &lt;code&gt;C-u 0&lt;/code&gt; before, then it&amp;#8217;ll run until it has an error (usually the end of the file, or something).&lt;/p&gt;
	&lt;p&gt;But here&amp;#8217;s the trick. If you type &lt;code&gt;C-u C-x e&lt;/code&gt;, it will run the macro once, and then allow you simply to press &lt;code&gt;e&lt;/code&gt; to keep running it.  This is very handy when you&amp;#8217;re trying to go through a list in the middle of a document.&lt;/p&gt;
	&lt;p&gt;Funny how I never noticed.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/mpQd6RNP0y4" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/09/07/emacs-macro-trick/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/09/07/emacs-macro-trick/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/09/07/emacs-macro-trick/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Python AMQP logging]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/TzaBm6i8a4A/" />
		<id>http://blog.amber.org/?p=3765</id>
		<updated>2009-09-02T03:04:33Z</updated>
		<published>2009-09-02T03:03:44Z</published>
		<category scheme="http://blog.amber.org" term="py-amqp-logging" />		<summary type="html"><![CDATA[	For a project I&#8217;ve been working on, I needed to distribute logging information to a bunch of destinations. As part of this, I decided to write a Python logging module piece that will gateway all the log records to an AMQP exchange.  I&#8217;ve posted it on PyPI as py-amqp-logging. Right now it&#8217;s very alpha, [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/09/01/python-amqp-logging/">	&lt;p&gt;For a project I&amp;#8217;ve been working on, I needed to distribute logging information to a bunch of destinations. As part of this, I decided to write a Python logging module piece that will gateway all the log records to an AMQP exchange.  I&amp;#8217;ve posted it &lt;a href="http://pypi.python.org/pypi/py-amqp-logging/"&gt;on PyPI as py-amqp-logging&lt;/a&gt;. Right now it&amp;#8217;s &lt;em&gt;very alpha&lt;/em&gt;, but it does work. It&amp;#8217;s only been tested with &lt;a href="http://www.rabbitmq.com/"&gt;RabbitMQ&lt;/a&gt; at this point.&lt;/p&gt;
	&lt;p&gt;You can track development on &lt;a href="http://bitbucket.org/petrilli/py-amqp-logging/"&gt;bitbucket&lt;/a&gt;.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/TzaBm6i8a4A" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/09/01/python-amqp-logging/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/09/01/python-amqp-logging/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/09/01/python-amqp-logging/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[The Trouble with Frameworks]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/pUdoTnyqkcU/" />
		<id>http://blog.amber.org/?p=3763</id>
		<updated>2009-08-20T12:51:48Z</updated>
		<published>2009-08-20T12:51:48Z</published>
		<category scheme="http://blog.amber.org" term="Technology" />		<summary type="html"><![CDATA[	Everyone loves a &#8220;good framework&#8221;, even if they do tend to multiply uncontrollably. Frameworks provide a starting point; a place to hang your code initially, while you&#8217;re still trying to figure out what&#8217;s going on. The web seems to have more frameworks-per-capita than anywhere else, but that doesn&#8217;t mean it has anything that fits your [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/20/the-trouble-with-frameworks/">	&lt;p&gt;Everyone loves a &amp;#8220;good framework&amp;#8221;, even if they do tend to &lt;a href="http://en.wikipedia.org/wiki/The_Trouble_With_Tribbles"&gt;multiply uncontrollably&lt;/a&gt;. Frameworks provide a starting point; a place to hang your code initially, while you&amp;#8217;re still trying to figure out what&amp;#8217;s going on. The web seems to have more frameworks-per-capita than anywhere else, but that doesn&amp;#8217;t mean it has anything that fits your specific needs.  Brandon Bloom &lt;a href="http://blog.brandonbloom.name/2009/08/dropping-django.html"&gt;writes about his experiences&lt;/a&gt; with &lt;a href="http://www.djangoproject.com/"&gt;Django&lt;/a&gt;, and why he&amp;#8217;s been slowing dropping it. I feel his pain.&lt;/p&gt;
	&lt;p&gt;To me, there are a couple reasons to use frameworks.&lt;/p&gt;
	&lt;p&gt;First, frameworks fill in all the &lt;a href="http://en.wikipedia.org/wiki/Slartibartfast"&gt;fiddly bits&lt;/a&gt; around the edges of our work. What you&amp;#8217;re building, when you&amp;#8217;re building a website, isn&amp;#8217;t a URL dispatcher, or an authentication engine. You&amp;#8217;re not building an &lt;acronym title="Object-Relational Mapper"&gt;ORM&lt;/acronym&gt;, nor are you building middleware. All of that is simply the foundation upon which you  build your work.&lt;/p&gt;
	&lt;p&gt;Next, frameworks jumpstart your work. By providing you with a starting point, you can focus more on the actual interesting work and not so much on the grunt work of just getting things up on the web. This is a great thing, at least initially.&lt;/p&gt;
	&lt;p&gt;Finally, frameworks provide a way to think about a problem. Staring at a clean white sheet of paper is the most intimidating thing in the world. Frameworks put down a huge chunk of best-practices and assumptions that can really help you think about the problem at hand.&lt;/p&gt;
	&lt;p&gt;None of this, however, means that frameworks are forever. Frameworks only work if they fit what you need, and often that&amp;#8217;s not true as you dig further and further into the problem domain. This isn&amp;#8217;t to say they don&amp;#8217;t serve a purpose. Django has gotten me running with a bunch of projects, and generally stayed out of the way. It isn&amp;#8217;t perfect, and neither is any other framework. The important thing in all projects is to continually re-evaluate your assumptions, and that includes choice of frameworks.&lt;/p&gt;
	&lt;p&gt;At the end, the knowledge in your application-specific problem domain is where all the value is, not the framework. You can translate it to a new framework, or remove pieces of the framework if you need to. I would, however, make sure you understand why you&amp;#8217;re replacing something, rather than just choosing to be different. Every line of code you write, is another line of code you&amp;#8217;re solely responsible for. Sometimes a 80-90% solution with hundreds of developers is better than a 99% solution with one.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/pUdoTnyqkcU" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/20/the-trouble-with-frameworks/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/20/the-trouble-with-frameworks/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/20/the-trouble-with-frameworks/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Funny thought]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/Dh6El7e7q64/" />
		<id>http://blog.amber.org/?p=3761</id>
		<updated>2009-08-19T10:59:03Z</updated>
		<published>2009-08-19T10:59:03Z</published>
		<category scheme="http://blog.amber.org" term="Aside" />		<summary type="html"><![CDATA[	Where were these people who are so concerned with spending money to provide healthcare when we were, and still are, spending even more to kill them?

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/19/funny-thought/">	&lt;p&gt;Where were these people who are so concerned with spending money to provide healthcare when we were, and still are, spending even more to kill them?&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/Dh6El7e7q64" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/19/funny-thought/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/19/funny-thought/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/19/funny-thought/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[District 9]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/vc5SH_vTlZI/" />
		<id>http://blog.amber.org/?p=3757</id>
		<updated>2009-08-18T01:35:34Z</updated>
		<published>2009-08-17T15:11:47Z</published>
		<category scheme="http://blog.amber.org" term="Review" />		<summary type="html"><![CDATA[	Those who know me know that I tend toward a love-affair for the dystopian future. Whether it&#8217;s Brazil, Blade Runner or Children of Men, the idea that the future is darker than the present rings truer than any fairy tail of human redemption. So, when I saw District 9 over the weekend, I instantly loved [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/17/district-9/">	&lt;p&gt;Those who know me know that I tend toward a love-affair for the dystopian future. Whether it&amp;#8217;s &lt;em&gt;Brazil&lt;/em&gt;, &lt;em&gt;Blade Runner&lt;/em&gt; or &lt;em&gt;Children of Men&lt;/em&gt;, the idea that the future is darker than the present rings truer than any fairy tail of human redemption. So, when I saw &lt;a href="http://www.imdb.com/title/tt1136608/"&gt;District 9&lt;/a&gt; over the weekend, I instantly loved it. It turns the ever-constant &amp;#8220;alien story&amp;#8221; on its head. No longer is it &amp;#8220;what will the aliens do to us&amp;#8221;, but &amp;#8220;what will we do to them?&amp;#8221;&lt;/p&gt;
	&lt;p&gt;The darkest drive of humans is not hatred but fear; fear of that which is different. &lt;em&gt;District 9&lt;/em&gt; explores this fear with great aplomb. The acting is uniformly excellent, and more importantly believable. The special effects disappear into the story, as they should. And, in the end, enough is left unresolved to leave one wondering what might be and what could have been.&lt;/p&gt;
	&lt;p&gt;In the end, it is a story we&amp;#8217;ve seen before. It is repeated over and over throughout our history, and as the movie visualizes, it will likely be with us until we are gone.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/vc5SH_vTlZI" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/17/district-9/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/17/district-9/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/17/district-9/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Obvious]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/pQmAzfQUw8s/" />
		<id>http://blog.amber.org/?p=3750</id>
		<updated>2009-08-12T14:41:11Z</updated>
		<published>2009-08-11T21:17:59Z</published>
		<category scheme="http://blog.amber.org" term="Aside" />		<summary type="html"><![CDATA[	Deathers,
	You already have a &#8220;death panel&#8221;, but they&#8217;re into it for the money right now. They let you die, they make more money. Idiots.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/11/obvious/">	&lt;p&gt;Deathers,&lt;/p&gt;
	&lt;p&gt;You already have a &amp;#8220;death panel&amp;#8221;, but they&amp;#8217;re into it for the money right now. They let you die, they make more money. Idiots.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/pQmAzfQUw8s" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/11/obvious/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/11/obvious/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/11/obvious/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Simple]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/NvyEJ5bKdZ0/" />
		<id>http://blog.amber.org/?p=3748</id>
		<updated>2009-08-12T14:41:28Z</updated>
		<published>2009-08-11T21:16:15Z</published>
		<category scheme="http://blog.amber.org" term="Aside" />		<summary type="html"><![CDATA[	Deathers,
	It&#8217;s not a &#8220;debate&#8221; if all you do is scream. It&#8217;s nothing but bullying by cowards and idiots.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/11/simple/">	&lt;p&gt;Deathers,&lt;/p&gt;
	&lt;p&gt;It&amp;#8217;s not a &amp;#8220;debate&amp;#8221; if all you do is scream. It&amp;#8217;s nothing but bullying by cowards and idiots.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/NvyEJ5bKdZ0" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/11/simple/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/11/simple/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/11/simple/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[The strength to not fight any more]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/vT3TqcNci_A/" />
		<id>http://blog.amber.org/?p=3743</id>
		<updated>2009-08-07T13:49:55Z</updated>
		<published>2009-08-07T13:49:55Z</published>
		<category scheme="http://blog.amber.org" term="Personal" />		<summary type="html"><![CDATA[	Reading Terry Pratchett&#8217;s moving thoughts on the right to live, and die, in our own way. It closes with this line:
	
		Life is easy and cheap to make. But the things we add to it, such as pride, self-respect and human dignity, are worthy of preservation, too, and these can be lost in a fetish for [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/07/the-strength-to-not-fight-any-more/">	&lt;p&gt;Reading &lt;a href="http://www.dailymail.co.uk/news/article-1203622/Ill-die-endgame-says-Terry-Pratchett-law-allow-assisted-suicides-UK.html"&gt;Terry Pratchett&amp;#8217;s moving thoughts on the right to live, and die, in our own way&lt;/a&gt;. It closes with this line:&lt;/p&gt;
	&lt;blockquote&gt;
		&lt;p&gt;Life is easy and cheap to make. But the things we add to it, such as pride, self-respect and human dignity, are worthy of preservation, too, and these can be lost in a fetish for life at any cost.&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;blockquote&gt;
		&lt;p&gt;I believe that if the burden gets too great, those who wish to should be allowed to be shown the door.&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;blockquote&gt;
		&lt;p&gt;In my case, in the fullness of time, I hope it will be the one to the garden under an English sky. Or, if wet, the library.&lt;/p&gt;
	&lt;/blockquote&gt;
	&lt;p&gt;It is not easy to think of the end of someone&amp;#8217;s life. I certainly know that with everything that I have been through this year, that I would rather not think of it; and yet, there is power in thought. There is power in decision, and strength in not fighting.&lt;/p&gt;
	&lt;p&gt;My sister and I were fortunate to be present when our mother passed earlier this year. Because she had long suffered from &lt;acronym title="Chronic Obstructive Pulmonary Disease"&gt;COPD&lt;/acronym&gt;, the issue of what happened tomorrow often included a matter-of-fact discussion of what happened at the end. We both knew, deeply and with complete certainty, what mom wanted when the time came. There was no doubt there.&lt;/p&gt;
	&lt;p&gt;Yet the decision to let go was not easy, or simple. It was nothing less than a battle of selfish instinct versus selfless desires: my desire to have my mother in my life; her desire not to suffer any longer and not to become a burden on her children. We were fortunate to be surrounded by people who understood what we were going through. They knew how difficult the decision was, but they also knew what our mom wanted, as she was an adopted mother to them as well. Their certainty reinforced ours and gave us strength to make a decision that we did not want to make.&lt;/p&gt;
	&lt;p&gt;When mom finally took her oxygen off for the third time, and then decided to keep it off, we knew the time had come. So many years of suffering&amp;#8212;of fighting. Nearly a decade with a disease the doctors insisted would take her within a year or two. More strength than either of us could imagine wielding, especially in the face of insurmountable opposition. The time had come to stop fighting.&lt;/p&gt;
	&lt;p&gt;Fortunately, we were able to reunite my mom with people who, for reasons small and large, had drifted apart. Clara, her friend and margarita buddy, for so many years. Caroline, the woman who had raised me&amp;#8212;taught me to like liver and onions&amp;#8212;and whose spirituality made some discussions difficult, so that she had hid things from her friend for years. In the end, when the last moments tick away, concerns about the future become meaningless and my mom was able to reveal things she had kept to herself. In those last moments, there was nothing but love and acceptance, unfiltered by society&amp;#8217;s antiquated moors.&lt;/p&gt;
	&lt;p&gt;When the house finally stood still&amp;#8212;the oxygen machine off for the first time in many, many years&amp;#8212;and my mom lay peaceful for once, I realized that no matter how much it hurt, we had done what children are often called to do. To say goodbye, and to realize that we all live forever in the hearts of others. Our legacy is not money or property; our legacy are the memories we leave embedded in other&amp;#8217;s lives. Our mom had battled harder than anyone had any right to expect, and lived to see her daughter finish graduate school and married; her son happily settled. The weights on her heart were lifted in those last days and she was finally at peace.&lt;/p&gt;
	&lt;p&gt;When the day finally comes for me that I might face the dimming days, I can only hope that I have inherited a measure of my mom&amp;#8217;s strength to fight and to finally know when to fight no longer. I can only hope that those around me can find the strength to let it happen and find the peace in knowing that I find in my mom&amp;#8217;s own graceful exit.&lt;/p&gt;
	&lt;p&gt;To my sister Kim and my brother-in-law Chad; to Cary; to my friends Sharlene and Brettany; to Clara and Caroline, and the truly amazing people at &lt;a href="http://www.hospiceaustin.org"&gt;Hospice Austin&lt;/a&gt;, I can never say thank you enough. And to my mom, who never leaves my thoughts for more than a moment, thank you.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/vT3TqcNci_A" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/07/the-strength-to-not-fight-any-more/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/07/the-strength-to-not-fight-any-more/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/07/the-strength-to-not-fight-any-more/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Brown M&amp;Ms]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/n8XHCo93bsU/" />
		<id>http://blog.amber.org/?p=3741</id>
		<updated>2009-08-06T17:07:25Z</updated>
		<published>2009-08-06T17:07:25Z</published>
		<category scheme="http://blog.amber.org" term="Aside" />		<summary type="html"><![CDATA[	Why the brown M&#38;M clause should be integrated into your project.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/06/brown-mms/">	&lt;p&gt;&lt;a href="http://slott-softwarearchitect.blogspot.com/2009/08/no-brown-m-brilliant-compliance-test.html"&gt;Why the brown M&amp;#38;M clause should be integrated into your project&lt;/a&gt;.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/n8XHCo93bsU" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/06/brown-mms/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/06/brown-mms/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/06/brown-mms/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Python logging]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/GVUWZeAdZEM/" />
		<id>http://blog.amber.org/?p=3737</id>
		<updated>2009-08-01T22:17:02Z</updated>
		<published>2009-08-01T22:16:45Z</published>
		<category scheme="http://blog.amber.org" term="Python" />		<summary type="html"><![CDATA[	The current Python logging library is not well loved. Whether that&#8217;s because it feels derived from the Java logging tools, or just because it seems to require more incantations than feel Pythonic is irrelevent. It&#8217;s not loved; not even close.
	Reading a posting by Edward Ream about improving the Python logging world, it strikes me as [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/08/01/python-logging/">	&lt;p&gt;The current &lt;a href="http://docs.python.org/library/logging.html"&gt;Python logging library&lt;/a&gt; is not well loved. Whether that&amp;#8217;s because it feels derived from the &lt;a href="http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html"&gt;Java logging tools&lt;/a&gt;, or just because it seems to require more incantations than feel Pythonic is irrelevent. It&amp;#8217;s not loved; not even close.&lt;/p&gt;
	&lt;p&gt;Reading &lt;a href="http://edreamleo.blogspot.com/2009/08/better-python-logging.html"&gt;a posting by Edward Ream&lt;/a&gt; about improving the Python logging world, it strikes me as an interesting idea to wonder if logging should be less about hierarchies, and more about matrices. Strict hierarchical systems&amp;#8212;think PKI, security classification, company org charts&amp;#8212;tend to be brittle and require more than a little jerry-rigging to make function. With the rise of tagging in the Internet sphere, why not approach it from that perspective?&lt;/p&gt;
	&lt;p&gt;For example, instead of the debug levels:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;CRITICAL&lt;/li&gt;
  &lt;li&gt;ERROR&lt;/li&gt;
  &lt;li&gt;WARNING&lt;/li&gt;
  &lt;li&gt;INFO&lt;/li&gt;
  &lt;li&gt;DEBUG&lt;/li&gt;
&lt;/ol&gt;
	&lt;p&gt;plus the odd one of &amp;#8220;UNSET&amp;#8217;, we would use a simple tagging system. Rather than having a single filtering identifier, we could use &lt;i&gt;n&lt;/i&gt;-filters. What this &lt;acronym title="Application Programming Interface"&gt;API&lt;/acronym&gt; looks like is a bit more uncertain. It loses it&amp;#8217;s clear &lt;code&gt;logging.debug()&lt;/code&gt; API, and requires a bit more information, but I think that a lot of this could be simplified through how you grab the &lt;code&gt;logger&lt;/code&gt; object.&lt;/p&gt;
	&lt;p&gt;More thinking is necessary, but it would seem that this could also help address issues around auditing as well.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/GVUWZeAdZEM" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/08/01/python-logging/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/08/01/python-logging/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/08/01/python-logging/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Police and racism]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/lvH0asslIWc/" />
		<id>http://blog.amber.org/2009/07/25/police-and-racism/</id>
		<updated>2009-07-25T19:41:00Z</updated>
		<published>2009-07-25T19:35:31Z</published>
		<category scheme="http://blog.amber.org" term="Political" />		<summary type="html"><![CDATA[	With the continuing obsessive coverage of the whole Gates arrest situation in Cambridge, it reminds me of a few things. The first is  how totally worthless the &#8220;mainstream media&#8221; is in this country, that in the most deadly month yet in Iraq, with healthcare on the line, etc., all they care about is blowing [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/07/25/police-and-racism/">	&lt;p&gt;With the continuing obsessive coverage of the whole Gates arrest situation in Cambridge, it reminds me of a few things. The first is  how totally worthless the &amp;#8220;mainstream media&amp;#8221; is in this country, that in the most deadly month yet in Iraq, with healthcare on the line, etc., all they care about is blowing up something that isn&amp;#8217;t controversial into something gigantic. The media, as always, is more obsessed with playing news-maker than news-reporter. &lt;/p&gt;
	&lt;p&gt;Second, what President Obama said may have been poor word choice, but it was &lt;em&gt;not incorrect&lt;/em&gt;. Arresting someone who had not broken the law&amp;#8212;in their own home&amp;#8212;because they seem to have not demonstrated the proper level of subservience and deference to cops who were mistaken is &lt;em&gt;stupid&lt;/em&gt;. It is glaring stupid. It is a level of stupid derived from people so intoxicated with their own sense of self-righteousness and power-obsession.&lt;/p&gt;
	&lt;p&gt;Thirdly, &lt;em&gt;anyone&lt;/em&gt;&amp;#8212;black or white&amp;#8212;who was being accused of a crime, in their own home, after having demonstrated that they were who they said they were, and who was being harassed by the police would be agitated. If I had just arrived back from a 15+ hour flight from China to not be able to get into my house, and then quickly found someone accusing me of being a criminal, I&amp;#8217;d be a lot more than just agitated. I&amp;#8217;d be seriously upset and argumentative.&lt;/p&gt;
	&lt;p&gt;Lastly, that whether people care to acknowledge it or not, people are treated differently based on their color of their skin, &lt;em&gt;especially&lt;/em&gt; by the police.  To not see that is to have ones head in the sand.  This is most emphatically &lt;em&gt;not&lt;/em&gt; a post-racial society.  The election of an African-American man with a Islamic name is a demonstration of the total and complete abject failure of the Bush administration and Republicans, not the movement of a society past racial concerns.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/lvH0asslIWc" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/07/25/police-and-racism/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/07/25/police-and-racism/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/07/25/police-and-racism/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Pet Peeve &#8211; Excel is not a database]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/BqvCwiMq-gk/" />
		<id>http://blog.amber.org/?p=3729</id>
		<updated>2009-07-14T18:35:33Z</updated>
		<published>2009-07-14T18:35:33Z</published>
		<category scheme="http://blog.amber.org" term="Technology" />		<summary type="html"><![CDATA[	Please stop using Excel as a &#8220;database&#8221;. It&#8217;s not. It&#8217;s for doing calculations.
	If you enter a page of data in a single cell, you are using it as a database, or something worse.
	Just stop.
	That is all.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/07/14/pet-peeve-excel-is-not-a-database/">	&lt;p&gt;Please stop using Excel as a &amp;#8220;database&amp;#8221;. It&amp;#8217;s not. It&amp;#8217;s for doing calculations.&lt;/p&gt;
	&lt;p&gt;If you enter a page of data in a single cell, you are using it as a database, or something worse.&lt;/p&gt;
	&lt;p&gt;Just stop.&lt;/p&gt;
	&lt;p&gt;That is all.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/BqvCwiMq-gk" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/07/14/pet-peeve-excel-is-not-a-database/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/07/14/pet-peeve-excel-is-not-a-database/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/07/14/pet-peeve-excel-is-not-a-database/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[It&#8217;s alive! Mac OS X on non-Apple hardware]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/RwrFPyLGmpQ/" />
		<id>http://blog.amber.org/?p=3713</id>
		<updated>2009-07-23T02:25:07Z</updated>
		<published>2009-07-12T18:14:23Z</published>
		<category scheme="http://blog.amber.org" term="Mac" />		<summary type="html"><![CDATA[	I tried. I really tried to use Linux on the Desktop. I tried Ubuntu, I tried Fedora. I tried OpenSolaris, and I tried my favorite free OS, FreeBSD. In the end, I was dissatisfied. From each, I liked different things; but, that&#8217;s not what this post is about. This post is how I got Mac [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/07/12/its-alive/">	&lt;p&gt;I tried. I &lt;em&gt;really tried&lt;/em&gt; to use Linux on the Desktop. I tried &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, I tried &lt;a href="http://www.fedoraproject.org/"&gt;Fedora&lt;/a&gt;. I tried &lt;a href="http://www.opensolaris.org/"&gt;OpenSolaris&lt;/a&gt;, and I tried my favorite free OS, &lt;a href="http://www.freebsd.org/"&gt;FreeBSD&lt;/a&gt;. In the end, I was dissatisfied. From each, I liked different things; but, that&amp;#8217;s not what this post is about. This post is how I got Mac OS X running with 4 cores, hyper-threading and 12GB of RAM.&lt;/p&gt;
	&lt;p&gt;First, let&amp;#8217;s set the stage of the hardware involved. This is what I discussed in a &lt;a href="http://blog.amber.org/2009/05/12/a-new-toy-2/"&gt;previous post&lt;/a&gt;, and the only thing that has changed is the HD.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.antec.com/Believe_it/product.php?id=MjQ="&gt;Antec ThreeHundred&lt;/a&gt; case&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.corsair.com/products/hx/default.aspx"&gt;Corsair HX520W&lt;/a&gt; modular power supply&lt;/li&gt;
&lt;li&gt;&lt;a href="http://asus.com/product.aspx?P_ID=QtpKQuERkuYw6trc&amp;#38;templete=2"&gt;Asus P6T&lt;/a&gt; motherboard&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.intel.com/products/processor/corei7/index.htm"&gt;Intel Core i7-920&lt;/a&gt; processor&lt;/li&gt;
&lt;li&gt;12GB of &lt;a href="http://www.ocztechnology.com/products/memory/ocz_ddr3_pc3_12800_gold_low_voltage_triple_channel"&gt;OCZ DDR3-1600&lt;/a&gt; memory&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.evga.com/products/moreInfo.asp?pn=512-P3-1150-TR&amp;#38;family=GeForce%20200%20Series%20Family"&gt;EVGA nVidia GTS 250&lt;/a&gt; video card&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hitachigst.com/portal/site/en/products/deskstar/7K1000.B/" title="HDT721010SLA360"&gt;Hitachi DeskStar 7K100.B&lt;/a&gt; hard drive&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.pioneerelectronics.com/PUSA/Products/BusinessProducts/Blu-rayDisc+DVDWriters/DVDComputerWriters/DVR-1910LS"&gt;Pioneer DVR-1910LS&lt;/a&gt; DVR-RW drive&lt;/li&gt;
&lt;/ul&gt;
	&lt;p&gt;If you have &amp;#8220;identical&amp;#8221; hardware, then this will get you through it. If you don&amp;#8217;t, then hopefully this will at least share a few of the issues I ran into.&lt;/p&gt;
	&lt;p&gt;Before I start, I can&amp;#8217;t thank enough everyone on the interwebs who have shared their experiences&amp;#8212;both good and bad&amp;#8212;because without those, I&amp;#8217;d never have gotten this far. I also need to thank someone that goes by &lt;code&gt;soniclmusic&lt;/code&gt; for this &lt;a href="http://www.insanelymac.com/forum/index.php?automodule=blog&amp;#38;blogid=449&amp;#38;showentry=613"&gt;wonderful writeup&lt;/a&gt; that got me 98% of the way there.&lt;/p&gt;
	&lt;h3&gt;Preparing Your Tools&lt;/h3&gt;
	&lt;p&gt;Before you start, you&amp;#8217;ll need the following software:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Licensed&lt;/em&gt; copy of Mac OS X v10.5 (Leopard)&lt;/li&gt;
&lt;li&gt;iDeneb v1.3, based on MacOS X v10.5.5&lt;/li&gt;
&lt;li&gt;DSDT Patcher v1.0.0e (&lt;a href="http://www.insanelymac.com/forum/index.php?showtopic=133683"&gt;get here&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;DSDT Patcher GUI v1.0 (&lt;a href="http://pcwizcomputer.com/index.php?option=com_content&amp;#38;task=view&amp;#38;id=150&amp;#38;Itemid=48"&gt;get here&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;GFX Strings (&lt;a href="http://aquamac.proboards.com/index.cgi?board=hack1&amp;#38;action=display&amp;#38;thread=509&amp;#38;page=1"&gt;get here)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Kernel extensions (kext) to enable audio (&lt;a href="http://www.insanelymac.com/forum/index.php?s=a5598d22ce32423b31f81781f61f6244&amp;#38;showtopic=161430&amp;#38;st=60&amp;#38;p=1152737&amp;#38;#entry1152737"&gt;get here&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Kernel extension (kext) to enable PATA (&lt;a href="http://www.insanelymac.com/forum/index.php?showtopic=127611&amp;#38;pid=923737&amp;#38;mode=threaded&amp;#38;start="&gt;get here&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
	&lt;p&gt;Let&amp;#8217;s explain the first two. At least in my instructions, you won&amp;#8217;t be using the copy you bought, that&amp;#8217;s simply something you need to do to &lt;em&gt;pay for the OS&lt;/em&gt;. If you just steal the OS without paying for it, you&amp;#8217;re a dick, and we&amp;#8217;ll leave it at that. Once you&amp;#8217;ve bought it, place it lovingly on your desk and admire the packaging. Oooooo ahhhhhh.&lt;/p&gt;
	&lt;p&gt;The iDeneb distribution can be found somewhere on the interwebs, just search your favorite search engine or torrent site. It will make this much easier. Do &lt;em&gt;not&lt;/em&gt; use the v1.4 iDeneb installer. I was never able to get it to boot on my machine, no matter what magical invocations I tried.  We&amp;#8217;ll get the system up to 10.5.7 soon enough.&lt;/p&gt;
	&lt;h3&gt;Step 1 : BIOS configuration&lt;/h3&gt;
	&lt;p&gt;The first thing we need to do is change a bunch of settings in the &lt;acronym title="Basic Input Output System"&gt;BIOS&lt;/acronym&gt;. If you don&amp;#8217;t do this, the installation will never work. Period. Some of these may make creaky old operating systems, like Windows XP, go down in a flaming spiral, but then you weren&amp;#8217;t running Windows XP, were you? Linux, OpenSolaris and FreeBSD all deal perfectly fine with the changes that we are going to make.  The high-level changes that need to happen are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable &lt;acronym title="Advanced Host Controller Interface"&gt;AHCI&lt;/acronym&gt; for all SATA drives&lt;/li&gt;
&lt;li&gt;Disable &lt;a href="http://en.wikipedia.org/wiki/Hyper-threading"&gt;Hyper-threading&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Disable all but the first core&lt;/li&gt;
&lt;li&gt;Enable &lt;acronym title="Advanced Configuration and Power Interface"&gt;ACPI&lt;/acronym&gt; 2.0 Support&lt;/li&gt;
&lt;li&gt;Enable ACPI &lt;acronym title="Advanced Programmable Interrupt Controller"&gt;APIC&lt;/acronym&gt; support&lt;/li&gt;
&lt;/ul&gt;
	&lt;p&gt;You can enter the BIOS configuration by pressing the &lt;key&gt;DEL&lt;/key&gt; key on start-up. From there, you can navigate according to the instructions.  You need to make sure the above changes are made, otherwise the DVD will never boot. Once that&amp;#8217;s done, press &lt;key&gt;F10&lt;/key&gt; to save, and reboot the system.&lt;/p&gt;
	&lt;h3&gt;Step 2 : Booting from DVD&lt;/h3&gt;
	&lt;p&gt;I don&amp;#8217;t change the boot order of my system. Instead, you can just press &lt;key&gt;F8&lt;/key&gt; when the system starts up to select a different boot device. On my system, the DVD is displayed as &lt;code&gt;IDE:PIONEER DVR-113NP&lt;/code&gt;. Select that, or whatever yours is, and hit &lt;key&gt;ENTER&lt;/key&gt;. This will start the boot process.&lt;/p&gt;
	&lt;p&gt;When the disc actually starts loading, it will ask you if you want to boot from the disc, or press &lt;key&gt;F8&lt;/key&gt; to enter additional options.  I usually press &lt;key&gt;F8&lt;/key&gt; and enter one additional option: &lt;code&gt;-v&lt;/code&gt; which will put it into verbose mode as it boots.&lt;/p&gt;
	&lt;p&gt;It will take a little bit, perhaps a few minutes, to start the OS, and then you will be in a &amp;#8220;normal&amp;#8221; Mac OS X installation environment.&lt;/p&gt;
	&lt;h3&gt;Step 3 : Partition your hard drive&lt;/h3&gt;
	&lt;p&gt;From the Utilities menu at the top of the screen, select Disk Utility, and then proceed to partition and format your drive. For me, I simply created one partition on the 1TB drive. This only takes a few seconds to complete, and then you can quit the tool to return to the installation process.&lt;/p&gt;
	&lt;h3&gt;Step 4 : Configure the installation&lt;/h3&gt;
	&lt;p&gt;As you go through the process, you will see a button labeled Customize. You want to click that and opening the hierarchy of options, select the first kernel (VooDoo), which is for both AMD and Intel machines. Next you want to go down to Graphics and nVidia, and select the NVInject extension that has the right amount of memory. I tried skipping this step&amp;#8212;we will later use GFX Strings to fix it&amp;#8212;but the system won&amp;#8217;t boot since it won&amp;#8217;t be able to see your graphics card the first time.&lt;/p&gt;
	&lt;p&gt;After that, you&amp;#8217;ll want to go through the list of applications. You&amp;#8217;ll want to select all of them at this point, you can delete things later.&lt;/p&gt;
	&lt;h3&gt;Step 5 : Start installation&lt;/h3&gt;
	&lt;p&gt;Once you&amp;#8217;ve selected your options and installation drive, you can continue with the installation. I generally go up to the Window menu and open the log so that I can see what&amp;#8217;s happening. On my system, it takes about 10-12 minutes to do an installation, but it may take longer. When it is done, there will be a button to reboot. Do that. &lt;/p&gt;
	&lt;h3&gt;Step 6 : Initial OS configuration&lt;/h3&gt;
	&lt;p&gt;When the system boots for the first time, you&amp;#8217;ll get the fancy Apple welcome video, as well as a wizard to guide you through configuration. This stuff should be pretty self-explanatory.&lt;/p&gt;
	&lt;h3&gt;Step 7 : Enable Hyper-threading and multiple cores&lt;/h3&gt;
	&lt;p&gt;At this point, we only have 1 CPU core running, with all Hyper-threading disabled. Nice, but not really what we&amp;#8217;re looking for. In order to make the system detect properly all the cores and allow Hyper-threading, we have to insert a configuration table for the &lt;acronym title="Advanced Control and Power Interface"&gt;ACPI&lt;/acronym&gt; so that it can see things properly. This configuration table is called the &lt;acronym title="Differentiated System Description Table"&gt;DSDT&lt;/acronym&gt;, or Differentiated System Description Table, and will be different for every system motherboard/CPU combination.&lt;/p&gt;
	&lt;p&gt;To install this, we need to do two things. First we need to create the DSDT for our system, and then second we need to make sure that it is loaded early in the boot process.&lt;/p&gt;
	&lt;p&gt;To create the DSDT configuration file, we&amp;#8217;ll use the DSDT Patcher that I mentioned earlier. First, copy the &lt;code&gt;DSDT_Patcher1.0.1e.zip&lt;/code&gt; file to your desktop and double click it to extract it.  Then you need to open a Terminal window (Application -&gt; Utilities) and then type the following commands, where the &lt;code&gt;$&lt;/code&gt; represents the default shell prompt.&lt;/p&gt;
&lt;pre&gt;$ cd ~/Desktop/DSDT_Patcher1.0.1e
$ ./DSDT\ Patcher&lt;/pre&gt;
	&lt;p&gt;At this point you&amp;#8217;ll get  a question about what platform to emulate. Choose &lt;code&gt;0&lt;/code&gt; (zero) for Darwin. The program will then generate a bunch of files, and may tell you about a few warnings. These can be safely ignored at this point. Next we need to edit the file to change some configuration. In the same Terminal window, continue:&lt;/p&gt;
&lt;pre&gt;$ nano Debug/dsdt.dsl&lt;/pre&gt;
	&lt;p&gt;This will open an editor window to change the &lt;code&gt;dsdt.dsl&lt;/code&gt; file to match what you need. When in this editor, you want to remove all the lines in the first section about CPUs that start with &lt;code&gt;Alias&lt;/code&gt;. You can do this with the delete key on your keyboard and the arrow keys. When you&amp;#8217;re finished, press &lt;key&gt;Control-O&lt;/key&gt; (the control key, plus the letter &amp;#8216;o&amp;#8217; at the same time) and then &lt;key&gt;RETURN&lt;/key&gt; to save the file. Then you can press &lt;key&gt;Control-X&lt;/key&gt; to exit the editor.&lt;/p&gt;
	&lt;p&gt;Back in our Terminal window, we will continue:&lt;/p&gt;
&lt;pre&gt;$ ./DSDT\ Patcher Debug/dsdt.dsl&lt;/pre&gt;
	&lt;p&gt;When you run it, you&amp;#8217;ll get a few errors about pre-existing files, you can ignore this. It will create a file in the current directory called &lt;code&gt;dsdt.aml&lt;/code&gt;. You will copy this file to the root of the main boot drive:&lt;/p&gt;
&lt;pre&gt;$ cp dsdt.aml /DSDT.aml&lt;/pre&gt;
	&lt;p&gt;Please note that the uppercase name is required. If you don&amp;#8217;t do it in upper case, this won&amp;#8217;t work.&lt;/p&gt;
	&lt;p&gt;Next, we need to monkey patch the Chameleon loader to make sure that it actually loads the DSDT configuration file we&amp;#8217;ve created. To do this, we need to copy the &lt;code&gt;DSDTPatcherGUI_1.0.zip&lt;/code&gt; file to the desktop of the machine and double click to extract. Using the Finder, browse down into that folder to Tools and double click on &lt;code&gt;Bootloader.pkg&lt;/code&gt;. This will start up a standard Mac OS X installer. Go through it to the finish.&lt;/p&gt;
	&lt;h3&gt;Step 8 : Configure your boot.plist&lt;/h3&gt;
	&lt;p&gt;To make sure things boot correctly, you want to edit the file in:&lt;/p&gt;
&lt;pre&gt;/Library/Preferences/SystemConfiguration/com.apple.Boot.plist&lt;/pre&gt;
	&lt;p&gt;You can use the TextEdit program to do this, or use &lt;code&gt;nano&lt;/code&gt; as you did before. You want to make sure that when you&amp;#8217;re done editing at this point, that it looks like this:&lt;/p&gt;
&lt;pre&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&amp;gt;
&amp;lt;plist version="1.0"&amp;gt;
  &amp;lt;dict&amp;gt;
    &amp;lt;key&amp;gt;Kernel&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;mach_kernel&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;Kernel Flags&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;busratio=20&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;Timeout&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;5&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;device-properties&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;
  &amp;lt;/dict&amp;gt;
&amp;lt;/plist&amp;gt;&lt;/pre&gt;
	&lt;h3&gt;Step 8 : Enable all cores and Hyper-threading&lt;/h3&gt;
	&lt;p&gt;At this point, we&amp;#8217;re ready to give it a whirl. You want to go to the Apple menu, select Reboot, and then when the system reboots, hit the &lt;key&gt;DEL&lt;/key&gt; key to enter setup and enable both Hyper-threading and all cores. Press &lt;key&gt;F10&lt;/key&gt; to save, and then boot the OS as usual.&lt;/p&gt;
	&lt;p&gt;If everything has gone according to plan, and my scribbled notes, then the system should boot with all the CPUs activated.&lt;/p&gt;
	&lt;h3&gt;Step 9 : Replace NVinject with GFX Strings&lt;/h3&gt;
	&lt;p&gt;The final thing that I had to do, because the system would random hang the graphics subsystem, was move from NVinject to the GFX Strings solution.  The solution &lt;a href="http://aquamac.proboards.com/index.cgi?board=hack1&amp;#38;action=display&amp;#38;thread=509&amp;#38;page=1"&gt;mentioned here&lt;/a&gt; works perfectly and can be followed to the letter. I&amp;#8217;m not going to copy and paste it here. &lt;/p&gt;
	&lt;p&gt;Once you&amp;#8217;ve made those changes, you can reboot again.&lt;/p&gt;
	&lt;h3&gt;Step 10 : Upgrading to 10.5.7&lt;/h3&gt;
	&lt;p&gt;For me, I downloaded the combo updater &lt;a href="http://support.apple.com/downloads/Mac_OS_X_10_5_7_Combo_Update"&gt;from Apple&amp;#8217;s website&lt;/a&gt;, and ran it as normal. When I finally rebooted, I made sure to change the boot options to &lt;code&gt;-f -v&lt;/code&gt;, just to make sure that the caches were rebuilt. The first time I rebooted, though, it hung part-way through. I rebooted again and I&amp;#8217;ve had no problems since.  You can then proceed to use Software Update to bring the system up-to-date with iTunes, etc. I had no issue doing it that way.&lt;/p&gt;
	&lt;h3&gt;Step 11 : Enabling audio support&lt;/h3&gt;
	&lt;p&gt;When I first installed all this, there was no audio support.  System Profiler reported that there was no audio subsystem.  After a bit of searching, I discovered and tested using a couple of kernel extensions (kext) to enable it.  They are linked at the top of this post, and you can install them using kExt Helper, which was installed when you installed iDeneb. It will require a reboot, and you will need to select &amp;#8220;line out&amp;#8221; as your output. I&amp;#8217;ve not tested the digital output yet.&lt;/p&gt;
	&lt;h3&gt;Step 12 : Fixing the date/time clock issues&lt;/h3&gt;
	&lt;p&gt;One of the first things I noticed when I first got the machine up and running was that the date/time in the menu bar was constantly fast. So fast, in fact, that it would be at least 1-2 minutes ahead for every 5 minutes that went by.  After an hour, 12 minutes ahead, etc. It was insane.  Opening the Date &amp;#038; Time Preferences panel would fix that, as it would force an NTP resync and call &lt;code&gt;settimeofday(2)&lt;/code&gt; to fix up the clock. Then it would drift more and more and more. A solution was to be found in a  &lt;a href="http://www.insanelymac.com/forum/index.php?showtopic=162696"&gt;posting in the InsanelyMac forums&lt;/a&gt;. It was the &lt;acronym title="Front Side Bus"&gt;FSB&lt;/acronym&gt; on the processor. There&amp;#8217;s multiple ways to fix this, but I found that downloading the &lt;a href="http://chameleon.osx86.hu/articles/chameleon-20rc1-is-out"&gt;Chameleon v2&lt;/a&gt; installer and running it got you what you needed. The latest release candidate (RC1) includes support for auto FSB-speed detection. Problem solved.&lt;/p&gt;
	&lt;h3&gt;Step 13 : Installing support for the JMicron PATA interface&lt;/h3&gt;
	&lt;p&gt;Using the kExt Helper, you will want to install the JMicronATA.kext extension and reboot. That&amp;#8217;s all you need. For me, it also enables burning of DVDs.&lt;/p&gt;
	&lt;h3&gt;Open Issues&lt;/h3&gt;
	&lt;p&gt;Right now, there&amp;#8217;s no major hardware support issues outstanding. What I am still seeing is that sometimes certain preferences (like requiring a password when coming out of a screen saver) are not saved sometimes. This seems to be random.&lt;/p&gt;
	&lt;h3&gt;Conclusion&lt;/h3&gt;
	&lt;p&gt;Hopefully this provides some help to people who want to play with Mac OS X on non-Apple hardware. Good luck.&lt;/p&gt;
	&lt;p&gt;&lt;em&gt;Updated (12-July-2009)&lt;/em&gt;: Now includes instructions on enabling audio.&lt;br /&gt;
&lt;em&gt;Updated (13-July-2009)&lt;/em&gt;: Included how to resolve the clock issues.&lt;br /&gt;
&lt;em&gt;Updated (21-July-2009)&lt;/em&gt;: Now have working parallel ATA (PATA) with JMicron controller.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/RwrFPyLGmpQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/07/12/its-alive/#comments" thr:count="7" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/07/12/its-alive/feed/atom/" thr:count="7" />
		<thr:total>7</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/07/12/its-alive/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Slides From the Past, Part Deux]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/ipEUzuoG7Fg/" />
		<id>http://blog.amber.org/?p=3711</id>
		<updated>2009-06-16T20:00:28Z</updated>
		<published>2009-06-16T20:00:28Z</published>
		<category scheme="http://blog.amber.org" term="Photography" />		<summary type="html"><![CDATA[	I&#8217;ve started posting the slides, and you can find them on my flickr account.  I&#8217;ve still got a long way to go, but I&#8217;m going to try and make some constant progress.

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/16/slides-from-the-past-part-deux/">	&lt;p&gt;I&amp;#8217;ve started posting the slides, and you can find them &lt;a href="http://www.flickr.com/photos/petrilli/collections/72157619775874350/"&gt;on my flickr account&lt;/a&gt;.  I&amp;#8217;ve still got a long way to go, but I&amp;#8217;m going to try and make some constant progress.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/ipEUzuoG7Fg" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/16/slides-from-the-past-part-deux/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/16/slides-from-the-past-part-deux/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/16/slides-from-the-past-part-deux/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Bobo is Back Baby!]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/POffBY_TKJo/" />
		<id>http://blog.amber.org/?p=3709</id>
		<updated>2009-06-16T19:58:33Z</updated>
		<published>2009-06-16T19:58:33Z</published>
		<category scheme="http://blog.amber.org" term="Python" />		<summary type="html"><![CDATA[	Ohhhhhhhhhhhh yeah! Or sorta.
	The first &#8220;object publishing&#8221; framework I ever used&#8212;and this was many, many moons ago&#8212;was called &#8220;bobo&#8221;, and was the hurried effort of Jim Fulton, a wielder of much Python magic. It soon got subsumed into Zope as the foundation of object publishing and disappeared from the interwebs. Now, it&#8217;s back, but this [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/16/bobo-is-back-baby/">	&lt;p&gt;Ohhhhhhhhhhhh yeah! Or sorta.&lt;/p&gt;
	&lt;p&gt;The first &amp;#8220;object publishing&amp;#8221; framework I ever used&amp;#8212;and this was many, many moons ago&amp;#8212;was called &amp;#8220;bobo&amp;#8221;, and was the hurried effort of &lt;a href="http://www.zope.com/about_us/management/james_fulton.html"&gt;Jim Fulton&lt;/a&gt;, a wielder of much Python magic. It soon got subsumed into Zope as the foundation of object publishing and disappeared from the interwebs. Now, &lt;a href="http://bobo.digicool.com/"&gt;it&amp;#8217;s back&lt;/a&gt;, but this time it&amp;#8217;s got a fresh coat of &lt;a href="http://wsgi.org/wsgi/"&gt;WSGI&lt;/a&gt; and &lt;a href="http://www.python.org/dev/peps/pep-0318/"&gt;decorators&lt;/a&gt; to give it that new framework smell.&lt;/p&gt;
	&lt;p&gt;Will have to take a peek and see where it fits in this day and age.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/POffBY_TKJo" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/16/bobo-is-back-baby/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/16/bobo-is-back-baby/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/16/bobo-is-back-baby/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Slides from the past]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/wEOND4SubaE/" />
		<id>http://blog.amber.org/?p=3706</id>
		<updated>2009-06-15T13:45:51Z</updated>
		<published>2009-06-15T13:45:31Z</published>
		<category scheme="http://blog.amber.org" term="Photography" />		<summary type="html"><![CDATA[	In going through my mom&#8217;s house to prepare it for sale, I stumbled upon a box of slides that I had been looking for for many, many years. It contains several hundred slides that my dad shot back between 1960 and 1962 when he was stationed in Korea. Now I&#8217;ve got to work on scanning [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/15/slides-from-the-past/">	&lt;p&gt;In going through my mom&amp;#8217;s house to prepare it for sale, I stumbled upon a box of slides that I had been looking for for many, many years. It contains several hundred slides that my dad shot back between 1960 and 1962 when he was stationed in Korea. Now I&amp;#8217;ve got to work on scanning them all in.&lt;/p&gt;
	&lt;p&gt;The funny thing, to cite Paul Simon, is that the &lt;a href="http://en.wikipedia.org/wiki/Kodachrome"&gt;Kodachrome&lt;/a&gt; slides are stunning. The &lt;a href="http://en.wikipedia.org/wiki/Ektachrome"&gt;Ektachrome&lt;/a&gt; (E-2 processed) slides &lt;em&gt;suck&lt;/em&gt; unbelievably.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/wEOND4SubaE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/15/slides-from-the-past/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/15/slides-from-the-past/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/15/slides-from-the-past/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[Apple pulling a &#8220;Microsoft&#8221;]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/bzXnKjmWzRI/" />
		<id>http://blog.amber.org/?p=3704</id>
		<updated>2009-06-08T19:39:06Z</updated>
		<published>2009-06-08T19:39:06Z</published>
		<category scheme="http://blog.amber.org" term="Mac" />		<summary type="html"><![CDATA[	Let&#8217;s face it &#8230; nobody buys a Windows machine for it&#8217;s stellar functionality or beautiful interface. They buy it for the ecosystem (software) around it, and the fact that Microsoft dominates the desktop domain. While Apple may have lost out on the desktop to Microsoft, they didn&#8217;t ignore the lessons to be learned.
	With today&#8217;s announcement [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/08/apple-pulling-a-microsoft/">	&lt;p&gt;Let&amp;#8217;s face it &amp;#8230; nobody buys a Windows machine for it&amp;#8217;s stellar functionality or beautiful interface. They buy it for the ecosystem (software) around it, and the fact that Microsoft dominates the desktop domain. While Apple may have lost out on the desktop to Microsoft, they didn&amp;#8217;t ignore the lessons to be learned.&lt;/p&gt;
	&lt;p&gt;With today&amp;#8217;s announcement of the new iPhone 3GS and the reduction of the iPhone 3G to $99 (effective immediately). Let me explain why the Palm Pre has a sisyphean task:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1,000,000 SDKs downloaded&lt;/li&gt;
&lt;li&gt;50,000 applications&lt;/li&gt;
&lt;li&gt;40M iPhones/iPod Touches&lt;/li&gt;
&lt;/ul&gt;
	&lt;p&gt;That is the iPhone/iPod ecosystem. That leaves out the thousands and thousands of accessories that are &amp;#8220;Made for iPhone&amp;#8221;. It&amp;#8217;s a gigantic impediment to adoption, and more importantly a huge risk to consider for any developer. You don&amp;#8217;t unseat the &amp;#8220;best&amp;#8221; while being only incrementally better. You have to change the game.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/bzXnKjmWzRI" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/08/apple-pulling-a-microsoft/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/08/apple-pulling-a-microsoft/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/08/apple-pulling-a-microsoft/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[The iPhone Compass]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/I7Zzr5qf1bQ/" />
		<id>http://blog.amber.org/?p=3702</id>
		<updated>2009-06-04T20:47:39Z</updated>
		<published>2009-06-04T20:47:39Z</published>
		<category scheme="http://blog.amber.org" term="Mac" />		<summary type="html"><![CDATA[	Some rather horny commentators are dismissive of a compass and its importance in the iPhone, but here&#8217;s why I think it&#8217;s actually more interesting than people think:

Knowing which way the phone is facing when it&#8217;s on can tell you which way the user is facing.
Knowing which way the user is facing allows you to do [...]]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/04/the-iphone-compass/">	&lt;p&gt;Some rather &lt;a href="http://www.macworld.com/article/140980/2009/06/macalope_wwdc.html"&gt;horny commentators&lt;/a&gt; are dismissive of a compass and its importance in the iPhone, but here&amp;#8217;s why I think it&amp;#8217;s actually more interesting than people think:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Knowing which way the phone is facing when it&amp;#8217;s &lt;em&gt;on&lt;/em&gt; can tell you which way the user is facing.&lt;/li&gt;
&lt;li&gt;Knowing which way the user is facing allows you to do fun things with mapping and social media. Think turning around in place and watching Google StreetView spin to match.&lt;/li&gt;
&lt;li&gt;Navigation, especially when walking, would be strongly assisted by knowing which way the user is facing, and therefore probably walking.&lt;/li&gt;
&lt;/ul&gt;
	&lt;p&gt;Not a huge change, but it&amp;#8217;s a refinement, and since you can get a &lt;a href="http://www.sparkfun.com/commerce/product_info.php?products_id=7892"&gt;very small&lt;/a&gt; compass, it won&amp;#8217;t consume much space. More sensors is better than less.&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/I7Zzr5qf1bQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/04/the-iphone-compass/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/04/the-iphone-compass/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/04/the-iphone-compass/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>petrilli</name>
						<uri>http://www.amber.org/</uri>
					</author>
		<title type="html"><![CDATA[D&#8217;oh Moment]]></title>
		<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/pensieridiunlunaticominore/~3/2YY8sxRSjz8/" />
		<id>http://blog.amber.org/?p=3700</id>
		<updated>2009-06-02T14:33:58Z</updated>
		<published>2009-06-02T14:33:58Z</published>
		<category scheme="http://blog.amber.org" term="Technology" />		<summary type="html"><![CDATA[	There&#8217;s nothing worse than realizing that the reason the audio on your new machine isn&#8217;t working is not because of stupid Linux drivers, but because you&#8217;re a moron and somehow disabled it in the BIOS. D&#8217;oh!

 ]]></summary>
		<content type="html" xml:base="http://blog.amber.org/2009/06/02/doh-moment/">	&lt;p&gt;There&amp;#8217;s nothing worse than realizing that the reason the audio on your new machine isn&amp;#8217;t working is not because of stupid Linux drivers, but because you&amp;#8217;re a moron and somehow disabled it in the BIOS. D&amp;#8217;oh!&lt;/p&gt;

 &lt;img src="http://feeds.feedburner.com/~r/pensieridiunlunaticominore/~4/2YY8sxRSjz8" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://blog.amber.org/2009/06/02/doh-moment/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://blog.amber.org/2009/06/02/doh-moment/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://blog.amber.org/2009/06/02/doh-moment/</feedburner:origLink></entry>
	</feed><!-- Dynamic Page Served (once) in 0.768 seconds --><!-- Cached page served by WP-Cache -->
