<?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 Monsen &#187; Odd</title> <atom:link href="http://adammonsen.com/post/tag/odd/feed" rel="self" type="application/rss+xml" /><link>http://adammonsen.com</link> <description></description> <lastBuildDate>Thu, 03 May 2012 18:11:34 +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>Don&#8217;t Try the Snake</title><link>http://adammonsen.com/post/400?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-try-the-snake</link> <comments>http://adammonsen.com/post/400#comments</comments> <pubDate>Sun, 21 Dec 2008 23:32:23 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[cold]]></category> <category><![CDATA[home improvement]]></category> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/?p=400</guid> <description><![CDATA[I thought I&#8217;d learned a thing or two about unclogging drains, but I was flummoxed at a suddenly and completely plugged-up bathtub this morning at my apartment. Turns out a pinky-sized hole in the insulation let a draft through that was enough to freeze the trap solid! Written in pencil on a section of wall [...]]]></description> <content:encoded><![CDATA[<p>I thought I&#8217;d learned a thing or two about unclogging drains, but I was flummoxed at a suddenly and completely plugged-up bathtub this morning at my apartment. Turns out a pinky-sized hole in the insulation let a draft through that was enough to freeze the <a href="http://en.wikipedia.org/wiki/Trap_(plumbing)">trap</a> solid! Written in pencil on a section of wall above the trap:</p><blockquote><p>Heater on if below zero for several days.</p></blockquote><p><img src="http://adammonsen.com/wp-content/uploads/2009/01/img_1821-300x225.jpg" alt="frozen bathtub drain trap" title="frozen_trap" width="300" height="225" class="size-medium wp-image-407" /><br /> Indeed, it&#8217;s been below zero for a stretch. I guess the previous tenant opted for the band-aid fix instead of just stuffing some insulation in the hole.</p><p>Yes, I still love it here in Minnesota, <em>especially</em> because of the weather! It&#8217;s a winter wonderland outside. It rarely rains and is often sunny. And as soon as I get my STABILicers™ I&#8217;ll feel comfortable running on the ice-rink sidewalks again!</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/400/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sunstroke Prevention for Fun and Profit</title><link>http://adammonsen.com/post/331?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sunstroke-prevention-for-fun-and-profit</link> <comments>http://adammonsen.com/post/331#comments</comments> <pubDate>Thu, 03 Apr 2008 04:52:13 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[china]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[humor]]></category> <category><![CDATA[Odd]]></category> <category><![CDATA[Travel]]></category><guid isPermaLink="false">http://adammonsen.com/post/331</guid> <description><![CDATA[Bryan recently pointed out that a popular tourist &#8220;festival activity&#8221; in Beijing is &#8220;sunstroke prevention&#8221;.]]></description> <content:encoded><![CDATA[<p><a href="http://thesmokinvolcano.blogspot.com/2008/04/know-more-about-beijing.html">Bryan recently pointed out</a> that <a href="http://english.visitbeijing.com.cn/">a popular tourist &#8220;festival activity&#8221; in Beijing is &#8220;sunstroke prevention&#8221;</a>.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/331/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Multitaskcraptastic</title><link>http://adammonsen.com/post/327?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dang-distractions</link> <comments>http://adammonsen.com/post/327#comments</comments> <pubDate>Thu, 31 Jan 2008 12:44:20 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[c]]></category> <category><![CDATA[Odd]]></category> <category><![CDATA[programming]]></category><guid isPermaLink="false">http://adammonsen.com/post/327</guid> <description><![CDATA[There are just too many shiny objects out there. Here&#8217;s how I ended up looking at some of the strangest C code I&#8217;ve ever seen. Started on the gslug mailing list, reading about a new keyboard layout. I continue to be drawn in to rumors that the QWERTY layout is a conspiracy to slow down [...]]]></description> <content:encoded><![CDATA[<p>There are just too many shiny objects out there. Here&#8217;s how I ended up looking at some of the strangest C code I&#8217;ve ever seen.</p><ol><li>Started <a href="http://lists.ifokr.org/pipermail/gslug-general/2008-January/000382.html">on the gslug mailing list</a>, reading about a new keyboard layout. I continue to be drawn in to rumors that the QWERTY layout is a conspiracy to slow down typers, so hearing about a new keyboard layout called Colemak piqued my curiosity.</li><li>Progressed quickly from <a href="http://colemak.com/">colemak.com</a> to the <a href="http://en.wikipedia.org/wiki/Colemak">Wikipedia entry on Colemak</a>. Cool, Colemak is supposed to be easier to switch to than Dvorak.</li><li>The Colemak entry on Wikipedia mentions <a href="http://en.wikipedia.org/wiki/Digraph_%28computing%29">digraphs</a>. I&#8217;ve heard of digraphs because I use them in Vim, but <a href="http://david.tribble.com/text/cdiffs.htm#C90-digraph">you can use them in C</a>, too? Strange.</li><li>The digraph entry on Wikipedia also mentions <a href="http://en.wikipedia.org/wiki/C_trigraph">trigraphs</a>. Trigraphs!</li></ol><p>Sheesh. Interesting, but talk about distracting. I sure hope it isn&#8217;t true that <a href="http://science.slashdot.org/article.pl?sid=08/01/27/2221228">multitasking kills your brain</a>.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/327/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Begone, TV!</title><link>http://adammonsen.com/post/325?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=begone-tv</link> <comments>http://adammonsen.com/post/325#comments</comments> <pubDate>Tue, 22 Jan 2008 02:36:26 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Odd]]></category> <category><![CDATA[tv]]></category><guid isPermaLink="false">http://adammonsen.com/post/325</guid> <description><![CDATA[http://jwz.livejournal.com/830604.html rotfl. I agree that it is basically vandalism in that the reason everyone is there is to see the what&#8217;s on the TVs, but it&#8217;s still funny as heck. Like a couple of the commenters, I&#8217;ve found the TV-B-Gone indispensable in airports, bars, restaurants; any place where the management seems to think people need [...]]]></description> <content:encoded><![CDATA[<p><a href="http://jwz.livejournal.com/830604.html">http://jwz.livejournal.com/830604.html</a></p><p>rotfl.</p><p>I agree that it is basically vandalism in that the reason everyone is there is to see the what&#8217;s on the TVs, but it&#8217;s still funny as heck.</p><p>Like a couple of the commenters, I&#8217;ve found the TV-B-Gone indispensable in airports, bars, restaurants; any place where the management seems to think people need a TV playing in the background (or foreground) at all times.<br /> <a href="http://www.thinkgeek.com/gadgets/electronic/755e/">Here&#8217;s the thing they probably used to turn off the TVs</a>.</p><p>(via <a href="http://psoul.com/wordpress/">Patrick</a>)</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/325/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Backslash: Subtle Butt and Christmas</title><link>http://adammonsen.com/post/317?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backslash-subtle-butt-and-christmas</link> <comments>http://adammonsen.com/post/317#comments</comments> <pubDate>Sun, 16 Dec 2007 13:31:14 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Fun]]></category> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/post/317</guid> <description><![CDATA[Subtle Butt: anti-fart pads (via Strange New Products) Is it Christmas? (via Patrick)]]></description> <content:encoded><![CDATA[<p><a href="http://www.strangenewproducts.com/2007/12/subtle-butt-fart-pads.html">Subtle Butt</a>: anti-fart pads (via <a href="http://www.strangenewproducts.com/">Strange New Products</a>)</p><p><a href="http://isitchristmas.com/">Is it Christmas</a>? (via <a href="http://www.psoul.com/wordpress/">Patrick</a>)</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/317/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tree Lit by Electric Eel</title><link>http://adammonsen.com/post/316?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tree-lit-by-electric-eel</link> <comments>http://adammonsen.com/post/316#comments</comments> <pubDate>Sun, 09 Dec 2007 15:27:33 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/post/316</guid> <description><![CDATA[&#160; Apparently this eel is being used to power the lights for a Christmas tree. Via Metaefficient.]]></description> <content:encoded><![CDATA[<p class="summary">&nbsp;</p><p class="shorty">Apparently this eel is being used to power the lights for a Christmas tree.<a href="http://www.metaefficient.com/renewable-power/electric-eel-used-to-power-christmas-tree.html" target="_blank"><br /> </a><a href="http://www.metaefficient.com/renewable-power/electric-eel-used-to-power-christmas-tree.html" target="_blank"><img src="http://www.metaefficient.com/wp-content/uploads/2007/12/electric_eel_christmas_tree.jpg" alt="Eel in a tank" /></a></p><p>Via <a href="http://www.metaefficient.com/" target="_blank">Metaefficient</a>.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/316/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Liger: Laugh or Cry?</title><link>http://adammonsen.com/post/309?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=liger-laugh-or-cry</link> <comments>http://adammonsen.com/post/309#comments</comments> <pubDate>Tue, 20 Nov 2007 04:35:00 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/post/309</guid> <description><![CDATA[As in, I don&#8217;t know whether to. But in these situations I always have a default, and it is laugh, of course!]]></description> <content:encoded><![CDATA[<p>As in, <a href="http://en.wikipedia.org/wiki/Liger">I don&#8217;t know whether to</a>. But in these situations I always have a default, and it is laugh, of course!</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/309/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Folding: No Excuse</title><link>http://adammonsen.com/post/306?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=folding-no-excuse</link> <comments>http://adammonsen.com/post/306#comments</comments> <pubDate>Thu, 01 Nov 2007 15:38:54 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/post/306</guid> <description><![CDATA[From the old-news-but-still-relevant-and-fun department&#8230; How to fold a t-shirt in one or two seconds (mirror). If this doesn&#8217;t make you want to fold a t-shirt, nothing will.]]></description> <content:encoded><![CDATA[<p>From the old-news-but-still-relevant-and-fun department&#8230;</p><p><a href="http://gprime.net/video.php/crazyfold">How to fold a t-shirt in one or two seconds</a> (<a href="http://www.youtube.com/watch?v=b5AWQ5aBjgE">mirror</a>). If this doesn&#8217;t make you want to fold a t-shirt, nothing will.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/306/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Don&#8217;t Bother With LaTeX</title><link>http://adammonsen.com/post/298?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-bother-with-latex</link> <comments>http://adammonsen.com/post/298#comments</comments> <pubDate>Sun, 16 Sep 2007 15:55:27 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/?p=298</guid> <description><![CDATA[The biggest problem I see with elegant, declarative markup languages like LaTeX is that, in a nutshell, relatively few people know how to use them. Collaboration often requires the lowest common denominator, and that means a document editor like OpenOffice.org Writer. But LaTeX is fun. It is always consistent. The final result is beautiful. Since [...]]]></description> <content:encoded><![CDATA[<p>The biggest problem I see with elegant, <a href="http://en.wikipedia.org/wiki/Category:Declarative_markup_languages" title="Declarative markup language definition on Wikipedia">declarative markup languages</a> like <a href="http://en.wikipedia.org/wiki/LaTeX" title="LaTeX definition at Wikipedia">LaTeX</a> is that, in a nutshell, relatively few people know how to use them. Collaboration often requires the lowest common denominator, and that means a document editor like <a href="http://www.openoffice.org/product/writer.html" title="OOO Writer home">OpenOffice.org Writer</a>.</p><p>But LaTeX is <em>fun</em>. It is always consistent. The final result is beautiful. Since you are editing source code (unless you use <a href="http://www.lyx.org/" title="LyX - The Document Processor">LyX</a>), you have complete control over the final document. Ideally, you forget about trying to bold this, indent that and focus instead on the content of what you write.</p><p>I can&#8217;t help it, I find myself using LaTeX for more and more documents. What the heck is wrong with me?</p><p>It is possible when using Writer to keep your document clean and simple, use styles profusely, and focus mostly on content, only dipping into presentation at one time, and some people do in fact do this.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/298/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mountain Climbing: Fun Facts</title><link>http://adammonsen.com/post/296?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mountain-climbing-fun-facts</link> <comments>http://adammonsen.com/post/296#comments</comments> <pubDate>Tue, 04 Sep 2007 01:14:50 +0000</pubDate> <dc:creator>adam</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Fun]]></category> <category><![CDATA[Life]]></category> <category><![CDATA[Odd]]></category><guid isPermaLink="false">http://adammonsen.com/?p=296</guid> <description><![CDATA[Mount Rainier is the 5th highest mountain in the contiguous United States. Mount Whitney is the highest. From this Forbes article on Everest deaths: one in ten mountain climbers die trying to summit, and those who successfully summit have a one in twenty chance of dying on the way down. Humans living in higher altitudes [...]]]></description> <content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Mount_Rainier">Mount Rainier</a> is the 5th highest mountain in the contiguous United States. <a href="http://en.wikipedia.org/wiki/Mount_Whitney">Mount Whitney</a> is the highest.</p><p>From <a href="http://www.forbes.com/forbeslife/health/feeds/hscout/2006/08/24/hscout534574.html">this Forbes article</a> on Everest deaths: one in ten mountain climbers die trying to summit, and those who successfully summit have a one in twenty chance of dying on the way down.</p><p>Humans living in higher altitudes <a href="http://en.wikipedia.org/wiki/Acclimatization">acclimatize</a> by increasing the number of red blood cells, thereby increasing the capacity for oxygen and carbon dioxide movement within the body.</p><p>Fun facts were inspired by a recent <a href="http://www.flickr.com/photos/meonkeys/sets/72157601842216938/">Mount Adams climb</a>.</p> ]]></content:encoded> <wfw:commentRss>http://adammonsen.com/post/296/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: adammonsen.com @ 2012-05-22 19:20:04 -->
