<?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"
	>

<channel>
	<title>Quantum Theology</title>
	<atom:link href="http://www.open-minds.info/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.open-minds.info/blog</link>
	<description>Insane according to G.K. Chesterton</description>
	<pubDate>Sat, 25 Oct 2008 01:14:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Nikon Software Development Issues</title>
		<link>http://www.open-minds.info/blog/2008/10/24/nikon-software-development-issues/</link>
		<comments>http://www.open-minds.info/blog/2008/10/24/nikon-software-development-issues/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 01:14:12 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=572</guid>
		<description><![CDATA[I&#8217;m rapidly getting edumacated in the ways of C/C++ development on the OS X platform. I&#8217;ve been having a LOT of issues related to the relationship between binaries and dynamic libraries which might be complied for either the PowerPC or Intel architectures. This is because the dynamic libraries that Nikon has for the D40 are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m rapidly getting edumacated in the ways of C/C++ development on the OS X platform. I&#8217;ve been having a LOT of issues related to the relationship between binaries and dynamic libraries which might be complied for either the PowerPC or Intel architectures. This is because the dynamic libraries that Nikon has for the D40 are compiled on the PowerPC architecture, while my laptop and some key programs running on it are either Universal or Intel binaries. You can&#8217;t link to a PowerPC library from an Intel executable.</p>
<p>After HOURS and HOURS of doing some strange things to try to get around this issue, I discovered that the SDK for the D60 uses the SAME libraries but are Universal! Oh man, what a lucky find.</p>
<p>I&#8217;ve just now gotten a simple PERL script to load the libraries without crashing &#8230; now to write some usefull code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/24/nikon-software-development-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nikon Hacking</title>
		<link>http://www.open-minds.info/blog/2008/10/20/nikon-hacking/</link>
		<comments>http://www.open-minds.info/blog/2008/10/20/nikon-hacking/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 04:10:11 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=571</guid>
		<description><![CDATA[I&#8217;d like to try my hand at HDR photography &#8230; but the Nikon D40 leaves something to be desired due to it&#8217;s lack of exposure bracking. This make things difficult because you need to adjust the shutter speed by hand, which means I have to jostle the camera between exposures.
Not good.
The two alternatives are to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to try my hand at HDR photography &#8230; but the Nikon D40 leaves something to be desired due to it&#8217;s lack of exposure bracking. This make things difficult because you need to adjust the shutter speed by hand, which means I have to jostle the camera between exposures.</p>
<p>Not good.</p>
<p>The two alternatives are to either use a single RAW image, or perhaps use software to control the camera. Of these two alternatives, the latter will probably make a better HDR. The nice thing about the Nikon cameras is that you can control everything from a USB cable attached to a PC or Mac. The bad thing is that the camera control software from Nikon will set you back about 100 bucks and its not specialized enough for what I want to do.</p>
<p>I took the liberty of downloading the Nikon SDK which handles the RAW image format as well as controlling the camera from the USB interface. Of course, it&#8217;s written in C which makes things ackward since I&#8217;m not the best C hacker around. I considered writing a JNI interface so that I could control things from within Java, but from experience I know that JNI can be a major pain in the butt. An alternative I&#8217;m pursuing now is to wrap the SDK in the PERL scripting language. This should in theory allow me to write scripts on the fly to make my camera do what I want.</p>
<p>There are some open-source command line tools for HDR image processing, so it&#8217;s quite possible that I will eventually be able to write a script that will take the pictures from the camera, convert them into an appropriate format, and run them through the HDR software. I&#8217;d be able to see the results nearly instantly instead of having to go through the time consuming process of navigating cumbersome menu&#8217;s.</p>
<p>I&#8217;ve gotten so far as getting the code to compile in XCode, but I fear that I will have to re-write the example code that comes with the SDK as it&#8217;s more suited for use in an application than in a library. It looks like a lot of work ahead, but it&#8217;s a fun change of pace from my normal programming fare.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/20/nikon-hacking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I don&#8217;t know C#</title>
		<link>http://www.open-minds.info/blog/2008/10/13/i-dont-know-c/</link>
		<comments>http://www.open-minds.info/blog/2008/10/13/i-dont-know-c/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 00:30:46 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=569</guid>
		<description><![CDATA[But I&#8217;m betting that putting &#8216;GC.collect()&#8217; inside a heavily used method is a bad idea.
]]></description>
			<content:encoded><![CDATA[<p>But I&#8217;m betting that putting &#8216;GC.collect()&#8217; inside a heavily used method is a bad idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/13/i-dont-know-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Difference Between Big Towns And Small Towns</title>
		<link>http://www.open-minds.info/blog/2008/10/07/the-difference-between-big-towns-and-small-towns/</link>
		<comments>http://www.open-minds.info/blog/2008/10/07/the-difference-between-big-towns-and-small-towns/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 00:38:37 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=568</guid>
		<description><![CDATA[I am supposed to get some additional hardware for my home office. The question was asked if my house was secure. People who know me should get a giggle at that. Of course I answered &#8216;yes, but of course.&#8217; I&#8217;m sure they were thinking about people with ski masks raiding my house. I was thinking [...]]]></description>
			<content:encoded><![CDATA[<p>I am supposed to get some additional hardware for my home office. The question was asked if my house was secure. People who know me should get a giggle at that. Of course I answered &#8216;yes, but of course.&#8217; I&#8217;m sure they were thinking about people with ski masks raiding my house. I was thinking about mountain lions and bears. They detected a strangeness in my tone, so they next inquired if I had an alarm system. I simply said, &#8220;I have a gun.&#8221; The silence was priceless!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/07/the-difference-between-big-towns-and-small-towns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Is it getting time to buy stocks again?</title>
		<link>http://www.open-minds.info/blog/2008/10/07/is-it-getting-time-to-buy-stocks-again/</link>
		<comments>http://www.open-minds.info/blog/2008/10/07/is-it-getting-time-to-buy-stocks-again/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 00:32:33 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=567</guid>
		<description><![CDATA[Or is it the end of western financial supremacy?
Do you double down or get out while the getting is good?
How you decide this could either make you rich or poor.
]]></description>
			<content:encoded><![CDATA[<p>Or is it the end of western financial supremacy?</p>
<p>Do you double down or get out while the getting is good?</p>
<p>How you decide this could either make you rich or poor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/07/is-it-getting-time-to-buy-stocks-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>British Humor I Actually Get</title>
		<link>http://www.open-minds.info/blog/2008/10/05/british-humor-i-actually-get/</link>
		<comments>http://www.open-minds.info/blog/2008/10/05/british-humor-i-actually-get/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 15:43:49 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=566</guid>
		<description><![CDATA[It&#8217;s a bit long, but you will be rewarded at the 8th minute mark. 

]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a bit long, but you will be rewarded at the 8th minute mark. <br/></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/mzJmTCYmo9g&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/mzJmTCYmo9g&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/05/british-humor-i-actually-get/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quite Possibly The Best Daily Show Clip</title>
		<link>http://www.open-minds.info/blog/2008/10/04/quite-possibly-the-best-daily-show-clip/</link>
		<comments>http://www.open-minds.info/blog/2008/10/04/quite-possibly-the-best-daily-show-clip/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 22:23:56 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=565</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><embed FlashVars="videoId=186776" src='http://www.thedailyshow.com/sitewide/video_player/view/default/swf.jhtml' quality='high' bgcolor='#cccccc' width='332' height='316' name='comedy_central_player' align='middle' allowScriptAccess='always' allownetworking='external' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/04/quite-possibly-the-best-daily-show-clip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Few Good Men</title>
		<link>http://www.open-minds.info/blog/2008/10/02/a-few-good-men/</link>
		<comments>http://www.open-minds.info/blog/2008/10/02/a-few-good-men/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 17:02:23 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=564</guid>
		<description><![CDATA[All senators aren&#8217;t corrupt or lacking in wisdom, it&#8217;s just the vast majority.
Bernie Sanders and Jim Bunning are a few good men in a den of thieves.

]]></description>
			<content:encoded><![CDATA[<p>All senators aren&#8217;t corrupt or lacking in wisdom, it&#8217;s just the vast majority.</p>
<p>Bernie Sanders and Jim Bunning are a few good men in a den of thieves.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CWMkbJ_FmwU&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/02/a-few-good-men/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sub prime society</title>
		<link>http://www.open-minds.info/blog/2008/10/01/sub-prime-society/</link>
		<comments>http://www.open-minds.info/blog/2008/10/01/sub-prime-society/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 17:19:13 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=562</guid>
		<description><![CDATA[From following the financial crisis and the response by law makers, I have come to the conclusion that our entire society is sub-prime from bottom to top. We have sub prime voters who act sub prime in their jobs and who vote in sub prime politiicans who make sub prime legislation and sub prime foreign [...]]]></description>
			<content:encoded><![CDATA[<p>From following the financial crisis and the response by law makers, I have come to the conclusion that our entire society is sub-prime from bottom to top. We have sub prime voters who act sub prime in their jobs and who vote in sub prime politiicans who make sub prime legislation and sub prime foreign policy choices. In this respect it&#8217;s hardly surprising that we have a sub-prime financial system.</p>
<p>I was pleased that a lot of legislators voted down the bail out bill, but that only lasted until I heard their reasons for opposition. They voted &#8216;no&#8217; but for the WRONG REASONS because they don&#8217;t have a clue. They voted &#8216;no&#8217; because of a lack of restrictions on short selling and because they actually thought the problems could go away if the accountants can simply make up values for their assets. When our leaders say idotic stuff like this I just KNOW that the country lacks the constitution to solve the upcoming entitlement fiscal crisis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/10/01/sub-prime-society/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thoughts On The Financial Bailout Of Bad Men In Suits Drinking Starbucks And Talking On BlackBerry&#8217;s</title>
		<link>http://www.open-minds.info/blog/2008/09/21/thoughts-on-the-financial-bailout-of-bad-men-in-suits-drinking-starbucks-and-talking-on-blackberrys/</link>
		<comments>http://www.open-minds.info/blog/2008/09/21/thoughts-on-the-financial-bailout-of-bad-men-in-suits-drinking-starbucks-and-talking-on-blackberrys/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 00:59:05 +0000</pubDate>
		<dc:creator>michael.dufel</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.open-minds.info/blog/?p=561</guid>
		<description><![CDATA[Folks, the sad reality is that we have a subprime financial system which is insolvent. I think that there are some realistic options. You either have government remove the bad assets from the banks balance sheet, or you have the banks default on their obligations, or you print a lot of money and hand it [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><span style="font-family: Arial,Helvetica,sans-serif;">Folks, the sad reality is that we have a subprime financial system which is insolvent. I think that there are some realistic options. You either have government remove the bad assets from the banks balance sheet, or you have the banks default on their obligations, or you print a lot of money and hand it over to the banks. I&#8217;m sure there are other things that could happen, I just don&#8217;t know what they are.  The bottom line is that we only get to pick who pays and when. There is no solution where the problem just magically goes away.</p>
<p>Clearly the system is not as we would like, but wishing we had a better system won&#8217;t stop the current system from sinking us all. A bailout of some form is necessary to deal with the limitations of the current system.</p>
<p>Paulson&#8217;s plan for buying up the bad assets at above market prices will probably work. Here is the problem. Paulson and his banker friends want the bailout to happen without any downside to them personally, or in the fundamental way in which they do business. In other words, they want business to continue as usual after this unfortunate affair. This is like carting away the dead bodies from some guy on a shooting ramage without shooting the perp. A great deal for the perp, but not so good for the victims.</p>
<p>The system as it exists today is a systemic risk and needs to be fundamentally changed. Financial innovation is a good thing. Securitization of mortgages is a good thing. Making money is a good thing. Perverse bonus systems which reward risky and destructive behavior is a bad thing. Giving golden parachutes to CEO&#8217;s who wipe out their shareholders is a bad thing. The bribery of congress is a bad thing. The existence of institutions which are too big to fail is a bad thing. In general, the lack of accountability is a bad thing.</p>
<p>In order for capitalism to work, you need a way for good decision makers to be rewarded and bad decision makers to fail. This system needs to be restored. Your neighbor who purchased a home he/she couldn&#8217;t afford should not be allowed to keep the home and should not get special treatment of any kind including any sort of loan workout deal. Senior management at public corporations have great incentives to the upside if a company does well. They also need to share in the downside if the company does poorly. We need to FORCE companies to be truthfull and transparant when making public statements to shareholders and failures to do so should require either termination or even jail time.</p>
<p>It seems that the liberals want to have to government get shares in any bank that gets the bailout. Government ownership isn&#8217;t the answer. The government that can&#8217;t fiscally manage the country shouldn&#8217;t be allowed to influence others unless it can prove it can manage it&#8217;s own affairs. Bailing out homeowners isn&#8217;t the answer either. Why should the system protect those who can&#8217;t read a loan document or accurately calculate what they can or can&#8217;t afford?</p>
<p>It seems that being fiscally conservative has meant cutting taxes while running up deficits, and allowing the market to function without any meaningful oversight. This is just as flawed as what the liberals want. Running up deficits is nothing more than a scheme to tax your children for what you consume today. Capitalism is an unstable system without a minimum of controls. The root of capitalism is self interest and greed, and these vices will consume the system if not checked. It&#8217;s not that we didn&#8217;t have controls, it&#8217;s just that nobody was around to make sure they were followed in the manner in which they were intended. What&#8217;s the point of public SEC filings if content is a bunch of lies, half truths, and obfuscations?</p>
<p>Is a bailout necessary? I&#8217;d say that it is. I&#8217;d also say that after the bailout, the system should be fundamentally reformed. Unfortunately, the liberals don&#8217;t get it and neither does the current crop of conservatives. The sad reality is that the system is only as good as those who run it. While the constitutional government and capitalistic market works well even in the face of bad people, no system can work when the corrupt, evil, and incompetent fill every level and every office.</p>
<p>At this point, I wonder if it might be better for the entire system to crumble. At some point you have to stop trying to patch the levy and start building a new one. I didn&#8217;t leave the Republican party because I disagreed with the stated platform, I left because the leaders have shown a willingness to circumvent the constitution, place party loyalty over competence and in doing so have shown an ineptness at running the government itself. They have shown a propensity for corruption, and failed to demonstrate any kind of integrity or values in how they conduct our business, while they speak of the same in their speeches. They have appealed to fear instead of courage, and foolishness instead of sober reason. The political parties need to be refined by fire and the dross cleared before I will consider another vote for the status quo.</p>
<p>The Bible holds leaders to a higher moral, ethical, and professional standard. I think that&#8217;s sound advice.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-minds.info/blog/2008/09/21/thoughts-on-the-financial-bailout-of-bad-men-in-suits-drinking-starbucks-and-talking-on-blackberrys/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
