<?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>All Night Diner &#187; personal</title>
	<atom:link href="http://micropipes.com/blog/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://micropipes.com/blog</link>
	<description>because at 3am anything sounds good</description>
	<lastBuildDate>Mon, 03 May 2010 17:34:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automating &#8220;Thinking of you&#8221;</title>
		<link>http://micropipes.com/blog/2009/07/20/automating-thinking-of-you/</link>
		<comments>http://micropipes.com/blog/2009/07/20/automating-thinking-of-you/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 17:53:39 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/?p=81</guid>
		<description><![CDATA[I had an idea a few weeks ago.  I&#8217;ve got a bunch of great photos on my computer that no one ever sees unless we meet in person.  Sure, we&#8217;ve got flickr and social networking sites, but I&#8217;m talking about an old photo that someone only saw once in passing, or a favorite [...]]]></description>
			<content:encoded><![CDATA[<p>I had an idea a few weeks ago.  I&#8217;ve got a bunch of great photos on my computer that no one ever sees unless we meet in person.  Sure, we&#8217;ve got <a href="http://www.flickr.com/">flickr</a> and social networking sites, but I&#8217;m talking about an old photo that someone only saw once in passing, or a favorite shot from summer while you&#8217;re huddled over your heater wondering when the sun is coming back.</p>
<p>I can look at them any time, and there are a few on flickr that other people can look at, but what about people that aren&#8217;t tech savvy or are really busy and get caught up in the daily grind?</p>
<p>I was thinking, the answer can be a really simple script running from cron, say, weekly.  It picks a random photo from a directory and emails it to a group of people.  That&#8217;s it.  The idea is:</p>
<ul>
<li>it&#8217;s low tech compared to RSS feeds and social networking sites.  This &#8220;just works&#8221; with the tools people (potentially, low-tech people) are already used to using.</li>
<li>in a similar vein, commenting and discussion are built in if you feel like it.</li>
<li>it&#8217;s focused on the people on the CC list.  Sending out an old photo that is relevant just to those people has a lot more effect than one scrolling by on flickr.  It&#8217;s got a personal touch.</li>
<li>it&#8217;s automatic.  You wake up Monday morning, drag yourself to work, and there is a photo from 15 years ago in your inbox and you can laugh about how bad your hair was.  Awesome.</li>
</ul>
<p>So, I thought I would try it and cooked up <a href="http://svn.micropipes.com/audreytoo/audreytoo.py">audreytoo</a>.  Basically, you seed a directory with <em>copies</em> of the pictures you want to send out, add the script to a cron job, and it does it&#8217;s thing.  There are a couple other features in the script that you could look at if you want to get fancier.</p>
<p>I realize there is some irony in using an automated script to say &#8220;I&#8217;m thinking of you&#8221; but as long as I&#8217;m on the CC list it&#8217;s still true. <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Anyway, I&#8217;m sharing the code in case anyone else can find value in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2009/07/20/automating-thinking-of-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why doesn&#8217;t the Android Market keep us up to date?</title>
		<link>http://micropipes.com/blog/2008/12/06/why-doesnt-the-android-market-keep-us-up-to-date/</link>
		<comments>http://micropipes.com/blog/2008/12/06/why-doesnt-the-android-market-keep-us-up-to-date/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 00:41:24 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/?p=66</guid>
		<description><![CDATA[The Android platform comes with a great market available for browsing and downloading applications.  Comments are easy to read, the permissions the application is requesting are clearly explained, and installing is a snap and happens in the background.  Overall it&#8217;s a breeze to use.  However, it&#8217;s got a large gap in it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The Android platform comes with a great market available for browsing and downloading applications.  Comments are easy to read, the permissions the application is requesting are clearly explained, and installing is a snap and happens in the background.  Overall it&#8217;s a breeze to use.  However, it&#8217;s got a large gap in it&#8217;s model that I haven&#8217;t seen addressed anywhere &#8211; there are no automatic updates for the applications.</p>
<p>When I install an application I&#8217;m stuck with the version I get unless I happen to check the Android market, go find the application again, and attempt to reinstall it.  There is no indication that an update is available until after I&#8217;ve clicked the &#8220;Install&#8221; button again at which point it explains it will replace the existing installation.</p>
<p>In this first wave of applications for the G1 a lot of developers either skipped some features or avoided adding some final polish in their rush to be first in the store.  Now their application is available to everyone and they have no (built-in) way of keeping people up to date.</p>
<p>When I see interesting applications with some complaints in the comments I&#8217;m tempted to hold off installing them because there might be updates in a few days and I&#8217;d rather have the new versions (there&#8217;s no way I&#8217;m going to be reviewing all my apps and checking for new versions).  That&#8217;s ridiculous!</p>
<p>In an attempt to fix this oversight several applications have added code that does its own checks for updates.  If this is the route developers are forced to take we&#8217;re looking at bigger downloads taking up more space on our devices, additional bugs since everyone has to write the script themselves, slower devices with less usable RAM, and additional security bypasses (the applications with update scripts in them require permission to access the internet and start when the device starts).</p>
<p>Automatic updates should have launched with the market to save developers&#8217; time and keep people up to date.  As it stands now, I guess I&#8217;ll add it to my Christmas list for <del>Santa</del> Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/12/06/why-doesnt-the-android-market-keep-us-up-to-date/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Your signature matters (sometimes)</title>
		<link>http://micropipes.com/blog/2008/11/18/your-signature-matters-sometimes/</link>
		<comments>http://micropipes.com/blog/2008/11/18/your-signature-matters-sometimes/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:13:58 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[pdx]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/?p=62</guid>
		<description><![CDATA[Some quick background for those who don&#8217;t live in Oregon:  In Oregon we do our governmental voting by mail and we&#8217;re given the option of sticking a stamp on it and mailing it or dropping it off at any of the ballot drop boxes scattered around the counties.
What we mail back consists of the [...]]]></description>
			<content:encoded><![CDATA[<p>Some quick background for those who don&#8217;t live in Oregon:  In Oregon we do our governmental voting by mail and we&#8217;re given the option of sticking a stamp on it and mailing it or dropping it off at any of the ballot drop boxes scattered around the counties.</p>
<p>What we mail back consists of the anonymous ballot, a secrecy envelope, and an outer envelope.  The outer envelope has a bar code which identifies who is voting and it also requires a signature on the outside of the envelope.  Once the fact the person has voted is counted (note: not <em>what</em> they voted) the outer envelope is discarded and anonymity takes over.</p>
<p>I&#8217;ve never liked having to sign the outside of the envelope.  It&#8217;s always seemed like one more way someone could rip off a signature relatively easily. </p>
<p>Is it that big of a deal though?  We sign all kinds of stuff and my general attitude has been that no one really looks at signatures these days anyway.  Mix that idea with <a href="http://www.zug.com/pranks/credit_card/">other people coming to the same conclusion</a>, add my general laziness and I guess I let my signature slop around on my ballot envelope.  Also, apparently they actually look at those.  I got a letter in the mail today that said:</p>
<blockquote><p>We were able to match your signature and your ballot was counted from this election, however it appears that your signature has changed since you last registered to vote.</p></blockquote>
<p>They include another registration card for me to update my signature.  I&#8217;m curious how they matched my signature despite it changing and, since they <em>could</em> match my signature, why am I being asked to sign another card?  My guess is it failed a computerized test and had to be reviewed in person.  That just raises the question, why can&#8217;t they scan the new signature and add it to the list of matches in the computer?</p>
<p>Anyway, it&#8217;s the first time my signature has mattered in a long time and seems to bring relevance to my original concern &#8211; putting it on the outside of an envelope makes it that much easier to copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/11/18/your-signature-matters-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThreadBubble going the way of the dodo</title>
		<link>http://micropipes.com/blog/2008/10/22/threadbubble-going-the-way-of-the-dodo/</link>
		<comments>http://micropipes.com/blog/2008/10/22/threadbubble-going-the-way-of-the-dodo/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 22:30:33 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[ThreadBubble]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/?p=60</guid>
		<description><![CDATA[I got the chance to try out the latest version of Shredder last night which recently celebrated it&#8217;s Alpha 3 release fixing an impressive number of bugs.  Among the heap of bugs is our very own bug 262319; &#8220;sort by thread fails to resort on new message.&#8221;  Two weeks shy of celebrating it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I got the chance to try out the latest version of <a href="http://www.mozillamessaging.com/en-US/thunderbird/3.0a3/">Shredder</a> last night which recently celebrated it&#8217;s Alpha 3 release <a href="http://www.rumblingedge.com/2008/10/07/shredder-alpha-3-released/">fixing an impressive number of bugs</a>.  Among the heap of bugs is our very own <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=262319">bug 262319</a>; &#8220;sort by thread fails to resort on new message.&#8221;  Two weeks shy of celebrating it&#8217;s fourth birthday it was squashed and a fix was checked in.</p>
<p><a href="https://bugzilla.mozilla.org/showdependencygraph.cgi?id=236849">A few straggling bugs aside</a>[1] proper message sorting has been achieved and the <a href="http://micropipes.com/code/threadbubble/">ThreadBubble extension</a> is no longer needed.</p>
<p>The latest version, ThreadBubble 0.8, is compatible with Thunderbird versions up to 3.0a2pre and I expect it will be the last version released.  Maybe I&#8217;ll work on a Firefox extension next&#8230;</p>
<p>Anyway, thanks to everyone who tested, used, and gave feedback about ThreadBubble. <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[1] This is kind of a joke &#8211; the <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=236849">parent bug</a> is actually a meta bug for all threaded view issues and I don&#8217;t know how many of those are confirmed or are relevant to what ThreadBubble fixed.  I do know I filed <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=461100">bug 461100</a> last night which is a new problem with the threaded view as far as I can tell.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/10/22/threadbubble-going-the-way-of-the-dodo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ThreadBubble 0.8 Released</title>
		<link>http://micropipes.com/blog/2008/07/09/threadbubble-08-released/</link>
		<comments>http://micropipes.com/blog/2008/07/09/threadbubble-08-released/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 15:40:07 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[ThreadBubble]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/?p=53</guid>
		<description><![CDATA[A new version of ThreadBubble is available.  Changes include:

Thunderbird 3 Support: Tested on the latest nightly and working fine.  This also means a lot of the code was cleaned up and made simpler.  (Thunderbird 2 still works)
Fixed a bug when sorted ascending where new messages wouldn&#8217;t sink to the bottom of the [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of ThreadBubble is available.  Changes include:</p>
<ul>
<li><b>Thunderbird 3 Support</b>: Tested on the latest nightly and working fine.  This also means a lot of the code was cleaned up and made simpler.  (Thunderbird 2 still works)</li>
<li>Fixed a bug when sorted ascending where new messages wouldn&#8217;t sink to the bottom of the list.</li>
</ul>
<p><a href="http://svn.micropipes.com/threadbubble/releases/threadbubble-0.8.xpi">Download ThreadBubble 0.8</a></p>
<p>Someone already tested this update and had no problems so I&#8217;m putting it online.  If I don&#8217;t hear any complaints by next week I&#8217;ll push it live on <a href="https://addons.mozilla.org/">AMO</a> and everyone can get the update automatically.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/07/09/threadbubble-08-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mother&#8217;s day pie</title>
		<link>http://micropipes.com/blog/2008/05/15/mothers-day-pie/</link>
		<comments>http://micropipes.com/blog/2008/05/15/mothers-day-pie/#comments</comments>
		<pubDate>Fri, 16 May 2008 05:21:35 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[cooking]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/2008/05/15/mothers-day-pie/</guid>
		<description><![CDATA[
Not that I need a special occasion to bake a tasty pie but mother&#8217;s day combined with picking 6 pounds of fresh rhubarb added up to a good excuse.
I puttered around on the internet looking for less ordinary recipes than what I was used to and came up with an idea and a recipe.
The pie [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content/img/2008_rhubarb_pies.png" class="alignright" alt="Two Pies" /></p>
<p>Not that I need a special occasion to bake a tasty pie but mother&#8217;s day combined with picking 6 pounds of fresh rhubarb added up to a good excuse.</p>
<p>I puttered around on the internet looking for less ordinary recipes than what I was used to and came up with an idea and a recipe.</p>
<p>The pie with the lattice top was a regular strawberry/rhubarb mix but I stirred the fruit in a custard before adding it which made it richer with a hint of nutmeg.</p>
<p>The pie in the background was a <a href="http://www.rhubarbinfo.com/recipe-pie.html#index_pie_39">Rhubarb and Pineapple Pie</a>.  There were four layers of fruit in the pie: two pineapple and two rhubarb.  I thought it was a good combination, but really, we&#8217;re talking about butter, sugar, and fruit &#8211; how bad is it going to be? You could put pomegranates and kiwis in there and it&#8217;d probably still taste great.</p>
<p>Oh, one more thing &#8211; what&#8217;s the deal with tiny pies?  That recipe I linked to calls for two cups of rhubarb and one cup of pineapple&#8230;really?  That&#8217;s it?  If I&#8217;m going to all the trouble to make pie crusts and bake a pie I&#8217;m going to fill that bad boy up.  I put in around 5 cups of rhubarb and an entire pineapple.  Of course, that meant a piece of the pie wasn&#8217;t so much dessert as the whole meal.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/05/15/mothers-day-pie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Homemade Vanilla Extract</title>
		<link>http://micropipes.com/blog/2008/03/15/my-homemade-vanilla-extract/</link>
		<comments>http://micropipes.com/blog/2008/03/15/my-homemade-vanilla-extract/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:51:16 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[cooking]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/2008/03/15/my-homemade-vanilla-extract/</guid>
		<description><![CDATA[
I haven&#8217;t found much time for cooking lately but this project brought me back to the kitchen tonight.  I&#8217;ve been acquiring the ingredients for about a month and finally found a suitable bottle (it was originally a bottle of Mönchshof World Classic Schwarz).  I followed these instructions for the most part but I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://micropipes.com/blog/wp-content/img/vanilla_extract.jpg" alt="Bottled vanilla extract" class="alignright" /><br />
I haven&#8217;t found much time for cooking lately but this project brought me back to the kitchen tonight.  I&#8217;ve been acquiring the ingredients for about a month and finally found a suitable bottle (it was originally a bottle of Mönchshof World Classic Schwarz).  I followed <a href="http://www.instructables.com/id/DIY-Vanilla-Extraction/?ALLSTEPS">these instructions</a> for the most part but I added a tablespoon of dark rum for additional flavor.</p>
<p>The site claims the vanilla can be used as soon as a month but I expect to filter it around September and then transfer it to smaller bottles.  All in all I should get about a cup and a half of extract.  I hope it&#8217;s as delicious as it smells. <img src='http://micropipes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/03/15/my-homemade-vanilla-extract/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Settle for Mediocrity on the Web</title>
		<link>http://micropipes.com/blog/2008/02/25/dont-settle-for-mediocrity-on-the-web/</link>
		<comments>http://micropipes.com/blog/2008/02/25/dont-settle-for-mediocrity-on-the-web/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 17:07:49 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[open web]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/2008/02/25/dont-settle-for-mediocrity-on-the-web/</guid>
		<description><![CDATA[When I browse the web looking to purchase a service, I find there are two pretty distinct kinds of sites.  One feels like it was made in the early 90&#8217;s:  it&#8217;s mostly functional, almost renders correctly, and has the odd combination of distracting images and colors we thought was a good idea back [...]]]></description>
			<content:encoded><![CDATA[<p>When I browse the web looking to purchase a service, I find there are two pretty distinct kinds of sites.  One feels like it was made in the early 90&#8217;s:  it&#8217;s mostly functional, almost renders correctly, and has the odd combination of distracting images and colors we thought was a good idea back then.  The second kind of site is like a breath of fresh air:  navigation that flows, easy to read content, effective images, and a severe discrimination against stuff like &lt;marquee&gt;.</p>
<p>Why the disconnect?  Did we suddenly have a budget for planning a website beyond the back of a napkin?  Did graphic designers figure out how to translate their pen and paper skills onto the web?  Did the web slowly evolve into something that could provide a canvas for more than just plain text and drawing boxes with <abbr title="American Standard Code for Information Interchange">ASCII</abbr>?  Well, yeah &#8211; all the above.  But what&#8217;s on my mind right now is the mental attitude &#8211; what I see as the mindset of the 90&#8217;s.</p>
<p>I suspect the first kind of site is purely legacy and only exists because of habit.  It&#8217;s maintained out of habit, it has a budget out of habit, and people visit out of habit.  If the site launched today with zero users it would probably remain that way until it was retired as a failure.  These are not pleasing sites for either the current users or the new visitors.  The only things these sites have going for them are momentum and division.  </p>
<p>Their momentum is driven by recognition &#8211; the sites have been around so long people either know about them or they show up first in search results.  This is a valuable position to be in but it&#8217;s not permanent and without proper maintenance will change.</p>
<p>The other leg of their shaky foundation, how they retain users, is the division.  They separate themselves from the crowd by giving their users  just enough reason not to leave.  Often that reason is that people have already invested so much time, money, and energy putting information into the site that they don&#8217;t want to leave even if another site is substantially better.  Not only does this hurt the user, it hurts the web (and thus, all of us).  When people continue to use mediocre sites it continues to send the message that it&#8217;s OK to not improve and to not add value.</p>
<p>The second style of sites &#8211; the breath of fresh air style &#8211; is the result of a newer way of thinking.  I&#8217;m not just talking about colors that don&#8217;t hurt your eyes.  I&#8217;m talking about a fundamental shift of viewpoints.  Integrate with other sites?  Sure.  Provide useful content in forms that other sites can consume?  You bet.  Publish <abbr title="application programming interface">API</abbr>&#8217;s that let people do things you haven&#8217;t thought of?  Let users export their data and do what they want with it?  Share your content with a permissive license?  Hell yeah.</p>
<p>This is what we should be demanding as users of the web.  Give us accessible content.  Give us thought-out workflow.  Give us options.  Give us value, and we&#8217;ll choose you.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/02/25/dont-settle-for-mediocrity-on-the-web/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Turns out greylisting is awesome</title>
		<link>http://micropipes.com/blog/2008/02/18/turns-out-greylisting-is-awesome/</link>
		<comments>http://micropipes.com/blog/2008/02/18/turns-out-greylisting-is-awesome/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:48:17 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/2008/02/18/turns-out-greylisting-is-awesome/</guid>
		<description><![CDATA[I used to get several hundred spam emails a day on micropipes.com.  I wasn&#8217;t thrilled with having a four or five digit message count in my spam folder, but I deleted the few that slipped through each day and didn&#8217;t think about it much more.  Someone else running a domain on this server [...]]]></description>
			<content:encoded><![CDATA[<p>I used to get several hundred spam emails a day on micropipes.com.  I wasn&#8217;t thrilled with having a four or five digit message count in my spam folder, but I deleted the few that slipped through each day and didn&#8217;t think about it much more.  Someone else running a domain on this server got enough initiative to do something about it though and installed a <a href="http://greylisting.org/">Grey Listing</a> filter.</p>
<p>For those who are unfamiliar, from the site:</p>
<blockquote><p>What happen is that each time a given mailbox receives an email from an unknown contact (ip), that mail is rejected with a &#8220;try again later&#8221;-message (This happens at the SMTP layer and is transparent to the end user). This, in the short run, means that all mail gets delayed at least until the sender tries again &#8211; but this is where spam loses out! Most spam is not sent out using RFC compliant MTAs; the spamming software will not try again later. </p></blockquote>
<p>It means a short delay to get a message from someone that has never mailed you before, but subsequent messages are delivered immediately and the amount of spam I get is nearly nothing now &#8211; I&#8217;m averaging about one per day.  Definitely a win if you&#8217;re fighting a flood of spam.</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/02/18/turns-out-greylisting-is-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mmmm…. scams… (part 2)</title>
		<link>http://micropipes.com/blog/2008/02/08/mmmm%e2%80%a6-scams%e2%80%a6-part-2/</link>
		<comments>http://micropipes.com/blog/2008/02/08/mmmm%e2%80%a6-scams%e2%80%a6-part-2/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 05:10:03 +0000</pubDate>
		<dc:creator>Wil Clouser</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[drama]]></category>
		<category><![CDATA[grey area]]></category>
		<category><![CDATA[o rly]]></category>

		<guid isPermaLink="false">http://micropipes.com/blog/2008/02/08/mmmm%e2%80%a6-scams%e2%80%a6-part-2/</guid>
		<description><![CDATA[I think it must be my old age shining through but rather than go down to the meeting and cause hate and discontent I decided to repair a hole in my kitchen floor instead.  As much as I enjoy awkward conversations (when I&#8217;m the instigator), it just seemed like a lot of effort &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I think it must be my old age shining through but rather than go down to the meeting and cause hate and discontent I decided to repair a hole in my kitchen floor instead.  As much as I enjoy awkward conversations (when I&#8217;m the instigator), it just seemed like a lot of effort &#8211; and for what?  Not much.</p>
<p>I remembered my neighbor left his phone number so I gave him a quick call about an hour before the meeting to let him know I wouldn&#8217;t be able to make it.  After confirming that he wasn&#8217;t the one giving the presentation tonight I told him that it was all a <a href="http://en.wikipedia.org/wiki/Multi-level_marketing">multi-level marketing scam</a> and was wondering if he was aware of that.  He started to get a little defensive and said his friends we&#8217;re all involved (<a href="http://www.scam.com/showthread.php?t=10697">where have I heard that?</a>) and it sounded pretty good.  I don&#8217;t think he knew much about the internet so I told him I just wanted to give him a heads up and that there were a lot of stories online about people getting scammed with madebig.  Hell, google for madebig and scam.com is the second link.  Here&#8217;s a short excerpt and also my final realization that going down there would be a huge waste of time:</p>
<blockquote><p>
<b>Me:</b> <em>Just do a little research on them before you give them your money.  The entire scam is documented online.</em><br />
<b>Him:</b> <em>Ok, thanks.  I&#8217;ll ask them about that at the meeting.</em><br />
<b>Me:</b> <em>You&#8217;ll ask them if they are a scam?</em><br />
<b>Him:</b> <em>Yeah.</em>
</p></blockquote>
<p>And with that I wished him good-luck and got off the phone.  What a waste.</p>
<p>Moral of the story: People don&#8217;t give money away.  Use your head.  Also, I should care less about what other people do.</p>
<p>(For the record, turns out pyramid schemes are actually illegal in Oregon under <a href="http://www.leg.state.or.us/ors/646.html">ORS 646.609</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://micropipes.com/blog/2008/02/08/mmmm%e2%80%a6-scams%e2%80%a6-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
