<?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>Adam Koch</title>
	<atom:link href="http://www.adamkoch.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkoch.com</link>
	<description>Front-end Software Developer</description>
	<lastBuildDate>Mon, 14 May 2012 18:52:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>moz-proxy issues</title>
		<link>http://www.adamkoch.com/2012/05/04/moz-proxy-issues/</link>
		<comments>http://www.adamkoch.com/2012/05/04/moz-proxy-issues/#comments</comments>
		<pubDate>Sat, 05 May 2012 03:33:59 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2164</guid>
		<description><![CDATA[I like Firefox. A lot. Even when it was named Phoenix. I even use it at work (using PortableApps.com). But some sites (ok, only StackExchange sites) I visit I get multiple popups asking for my user name and password. Because I&#8217;m behind a firewall I have to enter my credentials, no big deal. But they [...]]]></description>
			<content:encoded><![CDATA[<p>I like <a href="http://getfirefox.com">Firefox</a>. A lot. Even <a href="http://en.wikipedia.org/wiki/History_of_Firefox">when it was named Phoenix</a>.</p>
<p>I even use it at work (using <a title="Apps you can take anywhere" href="http://portableapps.com">PortableApps.com</a>).</p>
<p>But some sites (ok, only <a href="http://stackexchange.com/">StackExchange</a> sites) I visit I get multiple popups asking for my user name and password. Because I&#8217;m behind a firewall I have to enter my credentials, no big deal. But they don&#8217;t work! So I have to hit Cancel. Not just once, but, like, 4 times!</p>
<div id="attachment_2169" class="wp-caption alignnone" style="width: 657px"><a href="http://www.adamkoch.com/wp-content/uploads/2012/04/proxy1.png"><img class="size-full wp-image-2169" title="Annoying Proxy Authentication Popup" src="http://www.adamkoch.com/wp-content/uploads/2012/04/proxy1.png" alt="Annoying Popup" width="647" height="183" /></a><p class="wp-caption-text">Annoying Popup</p></div>
<div id="attachment_2170" class="wp-caption alignnone" style="width: 657px"><a href="http://www.adamkoch.com/wp-content/uploads/2012/04/proxy2.png"><img class="size-full wp-image-2170" title="Annoying Proxy Authentication Popup 2" src="http://www.adamkoch.com/wp-content/uploads/2012/04/proxy2.png" alt="Annoying Popup 2" width="647" height="183" /></a><p class="wp-caption-text">Annoying Popup 2</p></div>
<p>And it&#8217;s not the HTTP proxy, it&#8217;s asking for a &#8220;moz-proxy&#8221;.</p>
<p>I finally decided to <a href="http://www.google.com/search?q=moz-proxy">Google my issue</a>. I found <a href="http://support.mozilla.org/en-US/questions/850627">some</a> <a href="http://support.mozilla.org/en-US/questions/814632">reports</a> of <a href="http://support.mozilla.org/en-US/questions/890084">others</a> with <a href="http://support.mozilla.org/en-US/questions/920057">the</a> <a href="http://support.mozilla.org/en-US/questions/890084">same</a> <a href="http://superuser.com/questions/398740/firefox-asks-for-proxy-details-but-only-when-accessing-facebook">issue</a>. (Ironically, the last page was from a <a href="http://stackexchange.com/">StackExchange</a> site and produced the error.)</p>
<p>When I found <a title="Firefox Proxy.InstallTrigger bug report" href="https://bugzilla.mozilla.org/show_bug.cgi?id=701029">a page suggesting</a> it was a <a title="Firebug Proxy.InstallTrigger issue" href="http://code.google.com/p/fbug/issues/detail?id=4991">Firebug issue</a> I opened it and found a bunch of &#8220;407 Proxy Authentication Required&#8221; errors for <a href="http://sockets.ny.stockexchange.com">http://sockets.ny.stockexchange.com</a>.</p>
<p><a href="http://www.adamkoch.com/wp-content/uploads/2012/04/firebug.png"><img class="alignnone size-large wp-image-2168" title="firebug" src="http://www.adamkoch.com/wp-content/uploads/2012/04/firebug-1024x510.png" alt="" width="640" height="318" /></a></p>
<p>I also found these errors in the Javascript Console.</p>
<p><a href="http://www.adamkoch.com/wp-content/uploads/2012/04/console.png"><img class="alignnone size-large wp-image-2167" title="console" src="http://www.adamkoch.com/wp-content/uploads/2012/04/console-1024x649.png" alt="" width="640" height="405" /></a></p>
<p>When I saw the &#8220;ws&#8221; protocol I was pretty sure the issue was with <a title="Web Sockets on MDN" href="https://developer.mozilla.org/en/WebSockets">web sockets</a>.</p>
<p>I decided to look to see if I could turn this off.</p>
<p>Google didn&#8217;t provide any obvious <a title="Google search for turning off web sockets" href="https://www.google.com/search?q=turn+off+web+sockets+in+firefox">hits</a>, but at the bottom of <a title="Web Sockets on MDN" href="https://developer.mozilla.org/en/WebSockets">this page</a> it mentioned turning <strong>on</strong> web sockets. So I looked in &#8220;<a href="about:config">about:config</a>&#8221; and filtered on &#8220;socket&#8221;.</p>
<p><a href="http://www.adamkoch.com/wp-content/uploads/2012/04/about-config.png"><img class="alignnone size-full wp-image-2166" title="about-config" src="http://www.adamkoch.com/wp-content/uploads/2012/04/about-config.png" alt="" width="853" height="408" /></a></p>
<p>Sure enough, I was able to disable web sockets! Hurray! And now I don&#8217;t get those popups! Problem solved!</p>
<p>(This <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=701029">bug</a> seems to be related.)</p>
<p>(Maybe I can make <a href="http://www.thedreaming.org/2008/06/18/things-i-hate-about-firefox-3-and-how-to-fix-them/">this guy</a> hate Firefox a little less.)</p>
<p><a href="http://forums.mozillazine.org/viewtopic.php?f=38&amp;t=2341325">More discussion</a> and a  <a href="http://support.mozilla.org/en-US/questions/830546">possible solution</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/05/04/moz-proxy-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spiders</title>
		<link>http://www.adamkoch.com/2012/04/30/spiders/</link>
		<comments>http://www.adamkoch.com/2012/04/30/spiders/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 17:46:58 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2162</guid>
		<description><![CDATA[I don&#8217;t like spiders. I especially don&#8217;t like spiders that crawl out from the shelves above my desk, drop down to my desk and then disappear when I&#8217;m trying to sweep it off my desk onto the floor so I can step on it. I hate those.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t like spiders. I especially don&#8217;t like spiders that crawl out from the shelves above my desk, drop down to my desk and then disappear when I&#8217;m trying to sweep it off my desk onto the floor so I can step on it. I hate those.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/04/30/spiders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corporate Cup</title>
		<link>http://www.adamkoch.com/2012/04/24/corporate-cup/</link>
		<comments>http://www.adamkoch.com/2012/04/24/corporate-cup/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 02:44:51 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2148</guid>
		<description><![CDATA[Have you ever had a goal and did everything you could to reach that goal? Yea. Neither have I. I decided to give it a try by setting a goal of running in the 2012 Corporate Cup Run. I just got back from my 5th run. 1.5 miles around the neighborhood. And I can honestly [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had a goal and did everything you could to reach that goal? Yea. Neither have I.</p>
<p>I decided to give it a try by setting a goal of running in the 2012 Corporate Cup Run.</p>
<p>I just got back from my 5th run. 1.5 miles around the neighborhood. And I can honestly say, I hate exercise. I don&#8217;t get any pleasure (read: endorphins) from exercising. I am listening to Java Posse so I did get a couple of chuckles along the way. But boy am I beat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/04/24/corporate-cup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What the kids want to be when they grow up</title>
		<link>http://www.adamkoch.com/2012/04/24/when-they-grow-up/</link>
		<comments>http://www.adamkoch.com/2012/04/24/when-they-grow-up/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 13:52:43 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Alyssa]]></category>
		<category><![CDATA[Joel]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2144</guid>
		<description><![CDATA[After asking Joel, his first response was, &#8220;What do you want to be?&#8221; When I said &#8220;computer programmer&#8221; he said I was already one and I was like &#8220;Alright!&#8221;. He had to think about it but eventually said &#8220;Rock star&#8221;. Alyssa said she wanted to be a teacher. A &#8220;teacher-teacher&#8221; not a &#8220;teacher-helper&#8221; like mom.]]></description>
			<content:encoded><![CDATA[<p>After asking Joel, his first response was, &#8220;What do <em>you</em> want to be?&#8221; When I said &#8220;computer programmer&#8221; he said I was already one and I was like &#8220;Alright!&#8221;.<br />
He had to think about it but eventually said &#8220;Rock star&#8221;. <img class="alignnone" title="Thumbs up smilie" src="http://dogtired.org/images/smilies/thumb_up7.gif" alt=":)" width="22" height="20" /><br />
Alyssa said she wanted to be a teacher. A &#8220;teacher-teacher&#8221; not a &#8220;teacher-helper&#8221; like mom. <img class="alignnone" title="Tongue Smilie" src="http://dogtired.org/images/smilies/tongue.gif" alt=":P" width="18" height="18" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/04/24/when-they-grow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wait, Wait, Don&#8217;t Tell Me &#8211; Texting Bear</title>
		<link>http://www.adamkoch.com/2012/04/19/wait-wait-dont-tell-me-texting-bear/</link>
		<comments>http://www.adamkoch.com/2012/04/19/wait-wait-dont-tell-me-texting-bear/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 01:21:17 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2139</guid>
		<description><![CDATA[This is hilarious! April 14, 2012 show]]></description>
			<content:encoded><![CDATA[<p><a href="http://pd.npr.org/anon.npr-mp3/npr/waitwait/2012/04/20120414_waitwait_02.mp3?dl=1">This</a> is hilarious!</p>
<p><a href="http://www.npr.org/templates/rundowns/rundown.php?prgId=35&#038;prgDate=04-14-2012" title="April 14, 2012 show">April 14, 2012 show</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/04/19/wait-wait-dont-tell-me-texting-bear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://pd.npr.org/anon.npr-mp3/npr/waitwait/2012/04/20120414_waitwait_02.mp3?dl=1" length="1176683" type="audio/mpeg" />
		</item>
		<item>
		<title>Sliver Moon</title>
		<link>http://www.adamkoch.com/2012/04/17/sliver-moon/</link>
		<comments>http://www.adamkoch.com/2012/04/17/sliver-moon/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 11:27:11 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2122</guid>
		<description><![CDATA[The moon blushes behind the clouds I&#8217;ve caught it in a vulnerable state The smooth curved sliver A newborn&#8217;s round bottom Or the sculpted lady&#8217;s breast I divert my eyes from her beauty Though neither us should be ashamed]]></description>
			<content:encoded><![CDATA[<p>The moon blushes behind the clouds<br />
I&#8217;ve caught it in a vulnerable state<br />
The smooth curved sliver<br />
A newborn&#8217;s round bottom<br />
Or the sculpted lady&#8217;s breast<br />
I divert my eyes from her beauty<br />
Though neither us should be ashamed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/04/17/sliver-moon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quartz &#8216;phoning home&#8217; at start up</title>
		<link>http://www.adamkoch.com/2012/03/22/quartz-phoning-home-at-start-up/</link>
		<comments>http://www.adamkoch.com/2012/03/22/quartz-phoning-home-at-start-up/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 13:36:55 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Professional]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=2115</guid>
		<description><![CDATA[Since I don&#8217;t want to register with the site just to post a comment, I&#8217;ll leave it here. To follow up with the discussion, you need to set your Spring config like so: &#60;bean&#160;id=&#34;quartzScheduler&#34;&#160;class=&#34;org.springframework.scheduling.quartz.SchedulerFactoryBean&#34;&#62; &#160;&#160;&#160;&#160;&#60;property&#160;name=&#34;triggers&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;list&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;ref&#160;bean=&#34;XXXXXXXXXXXXXXXXXXXX&#34;&#160;/&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;ref&#160;bean=&#34;XXXXXXXXXXXXXXXXXXXX&#34;&#160;/&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/list&#62; &#160;&#160;&#160;&#160;&#60;/property&#62; &#160;&#160;&#160;&#160;&#60;property&#160;name=&#34;autoStartup&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;value&#62;${service.quartz.autostart}&#60;/value&#62; &#160;&#160;&#160;&#160;&#60;/property&#62; &#160;&#160;&#160;&#160;&#60;property&#160;name=&#34;quartzProperties&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;props&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;prop&#160;key=&#34;org.quartz.scheduler.skipUpdateCheck&#34;&#62;true&#60;/prop&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/props&#62; &#160;&#160;&#160;&#160;&#60;/property&#62; &#60;/bean&#62; Quartz &#8216;phoning home&#8217; at start up.]]></description>
			<content:encoded><![CDATA[<p>Since I don&#8217;t want to register with the site just to post a comment, I&#8217;ll leave it here.</p>
<p>To follow up with the discussion, you need to set your Spring config like so:<br />
<code><br />
&lt;bean&nbsp;id=&quot;quartzScheduler&quot;&nbsp;class=&quot;org.springframework.scheduling.quartz.SchedulerFactoryBean&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property&nbsp;name=&quot;triggers&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;list&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ref&nbsp;bean=&quot;XXXXXXXXXXXXXXXXXXXX&quot;&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ref&nbsp;bean=&quot;XXXXXXXXXXXXXXXXXXXX&quot;&nbsp;/&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/list&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property&nbsp;name=&quot;autoStartup&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;value&gt;${service.quartz.autostart}&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property&nbsp;name=&quot;quartzProperties&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;props&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;prop&nbsp;key=&quot;org.quartz.scheduler.skipUpdateCheck&quot;&gt;true&lt;/prop&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/props&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/property&gt;<br />
&lt;/bean&gt;<br />
</code></p>
<p><a href="http://forums.terracotta.org/forums/posts/list/3395.page">Quartz &#8216;phoning home&#8217; at start up</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/03/22/quartz-phoning-home-at-start-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance = Optimization?</title>
		<link>http://www.adamkoch.com/2012/03/08/performance-optimization/</link>
		<comments>http://www.adamkoch.com/2012/03/08/performance-optimization/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 03:30:46 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=1964</guid>
		<description><![CDATA[From http://www.javacodegeeks.com/2011/07/top-97-things-every-programmer-or.html: It&#8217;s never too early to think about performance &#8211; Rebecca Parsons From Effective Java: More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason—including blind stupidity. —William A. Wulf [Wulf72] We should forget about small efficiencies, say about 97% of the time: premature [...]]]></description>
			<content:encoded><![CDATA[<p>From http://www.javacodegeeks.com/2011/07/top-97-things-every-programmer-or.html:<br />
It&#8217;s never too early to think about performance &#8211; Rebecca Parsons</p>
<p>From Effective Java:<br />
More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason—including blind stupidity.</p>
<p>—William A. Wulf [Wulf72]</p>
<p>We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.</p>
<p>—Donald E. Knuth [Knuth74]</p>
<p>We follow two rules in the matter of optimization:</p>
<p>Rule 1. Don’t do it.</p>
<p>Rule 2 (for experts only). Don’t do it yet—that is, not until you have a perfectly clear and unoptimized solution.</p>
<p>—M. A. Jackson [Jackson75]</p>
<p>When I started programming I thought the goal was to produce code that was fast. So I wrote concise code without regard for readability. Now, I lean toward readability. I guess I&#8217;m just trying to differentiate performance and optimization. Performance is good. (Premature) optimization is bad. I struggle with this because I find it easier and more enjoyable working with the details and not at a system level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/03/08/performance-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Types of Optimizations</title>
		<link>http://www.adamkoch.com/2012/03/07/types-of-optimizations/</link>
		<comments>http://www.adamkoch.com/2012/03/07/types-of-optimizations/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 05:44:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Professional]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=1823</guid>
		<description><![CDATA[This post was created a long time ago. I&#8217;m just publishing it now. I was thinking of my optimization categories and thought I needed to rethink my categories. First we have the &#8220;value&#8221; optimizations: colors, quotes around urls, combining values. These are all &#8220;safe&#8221;. Also &#8220;safe&#8221; was the removal of characters that don&#8217;t even get [...]]]></description>
			<content:encoded><![CDATA[<p>This post was created a long time ago. I&#8217;m just publishing it now. </p>
<p>I was thinking of my optimization categories and thought I needed to rethink my categories.  First we have the &#8220;value&#8221; optimizations: colors, quotes around urls, combining values. These are all &#8220;safe&#8221;. Also &#8220;safe&#8221; was the removal of characters that don&#8217;t even get parsed: whitespace and comments. </p>
<p>The next level of optimizations I think of as &#8220;declaration&#8221; optimizations: optimizations that are dependent of the declaration and optimizations that are just declaration optimizations. I can&#8217;t compress the font-weight values unless it is for the font-weight declaration.</p>
<p>&#8220;(declaration) block&#8221; optimizations: whitespace? comments?</p>
<p>&#8220;rule&#8221; optimizations: combining rules, removing empty rules</p>
<p>&#8220;rule-set&#8221; optimizations: combining rules</p>
<p>&#8220;style sheet&#8221; optimizations</p>
<p>&#8220;gzip&#8221; optimizations: making anything lowercase</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/03/07/types-of-optimizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cars</title>
		<link>http://www.adamkoch.com/2012/03/07/cars/</link>
		<comments>http://www.adamkoch.com/2012/03/07/cars/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 05:43:23 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/?p=1833</guid>
		<description><![CDATA[This post was created a long time ago. I&#8217;m just publishing it now. The auto industry has received a lot of media attention in the last year. I just wanted to jot down my thoughts about bailouts and recalls. First, the bailouts. Looking back I am glad the gov&#8217;t bailed out GM. At the time [...]]]></description>
			<content:encoded><![CDATA[<p>This post was created a long time ago. I&#8217;m just publishing it now. </p>
<p> The auto industry has received a lot of media attention in the last year. I just wanted to jot down my thoughts about bailouts and recalls.<br />
First, the bailouts. Looking back I am glad the gov&#8217;t bailed out GM. At the time I didn&#8217;t like the idea because 1) it was coming from a fund created for bailing out the finance sector and 2) I didn&#8217;t like the idea of bailouts. I didn&#8217;t like the &#8220;too big to fail&#8221; argument. The bigger they are, the harder they fall, but they still fall. I&#8217;m glad the fed wasn&#8217;t as shortsighted. I&#8217;m glad that GM was helped and believe that if the fed hadn&#8217;t bailout GM and the financial sector we would be in a much worse situation.</p>
<p>I wish they hadn&#8217;t helped Dodge/Chrysler. I&#8217;m never been a fan. Even the Viper received little respect from me. When I see my friends driving a Chrysler I point and snicker&#8230; well, at least in my head. (Sorry Eric and Hope!)</p>
<p>I&#8217;m so proud of Ford! I feel like a parent and my step-child just won the spelling bee! They haven&#8217;t been admired by me in the past, but they&#8217;ve made some smart moves in the last decade and I&#8217;m willing to make &#8216;em part of the family. (In fact, the last car we bought was a Ford.)</p>
<p>Too bad for Toyota</p>
<p>I feel sorry for Toyota. I believe they make quality cars. Even now, after the recalls I&#8217;m thinking that maybe I can get a deal now on a Prius with all the bad publicity Toyota has received. The loyal customers are the ones who will probably feel burned the most. I keep wondering how my Toyota-fan friend is feeling. A co-worker I talked to<br />
Toyota employee thinking there was some gov&#8217;t conspiracy.<br />
Dodge/Chrysler can die. Snicker and point at friend&#8217;s cars.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2012/03/07/cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

