<?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>Standard Mischief</title>
	<atom:link href="http://standardmischief.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://standardmischief.com/blog</link>
	<description>Life. Liberty. Pursuit of Happiness.</description>
	<pubDate>Fri, 16 May 2008 05:44:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Decoupling</title>
		<link>http://standardmischief.com/blog/2008/05/07/decoupling/</link>
		<comments>http://standardmischief.com/blog/2008/05/07/decoupling/#comments</comments>
		<pubDate>Wed, 07 May 2008 15:59:05 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=361</guid>
		<description><![CDATA[There&#8217;s an economic theory that&#8217;s been floated around lately that says even if the US economy goes in the dumps for a little while, the rest of the world is big enough and robust enough to &#8220;decouple&#8221; itself from the USA and stay strong.
Soldiers fire on food riot crowds (Somalia)
Tens of thousands riot in Mogadishu [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an economic theory that&#8217;s been floated around lately that says even if the US economy goes in the dumps for a little while, the rest of the world is big enough and robust enough to &#8220;decouple&#8221; itself from the USA and stay strong.</p>
<p><a href="http://winnipegsun.com/News/World/2008/05/05/5474361.html">Soldiers fire on food riot crowds</a> (Somalia)</p>
<p><a href="http://www.independent.co.uk/news/world/africa/tens-of-thousands-riot-in-mogadishu-in-eruption-of-anger-over-food-prices-821614.html">Tens of thousands riot in Mogadishu in eruption of anger over food prices</a></p>
<p><a href="http://www.nzherald.co.nz/section/story.cfm?c_id=1&amp;objectid=10508401">Stores impose limits as rice stocks shrink</a> (New Zealand)</p>
<p><a href="http://www.theglobeandmail.com/servlet/story/GAM.20080429.TORRICE29/TPStory/TPComment">Toronto feeling effects of global rice shortage</a></p>
<p><a href="http://www.reuters.com/article/economicNews/idUSL3080449920080430">GLOBAL ECONOMY -Inflation and slowdown plague industrial world</a></p>
<p><a href="http://www.bloomberg.com/apps/news?pid=20601101&amp;sid=aR.akhFZDyxw&amp;refer=japan">Global Growth Slows, UBS Says (Update1)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/05/07/decoupling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>*nix mischief: fun with &#8220;file carving&#8221;</title>
		<link>http://standardmischief.com/blog/2008/04/30/nix-mischief-fun-with-file-carving-foremost-ext3/</link>
		<comments>http://standardmischief.com/blog/2008/04/30/nix-mischief-fun-with-file-carving-foremost-ext3/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 05:00:56 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[don't try this at home]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=345</guid>
		<description><![CDATA[I had these really important photos on my hand-held device, with a backup on the PC when I caught a case of teh stupid and erased them one night to make some space. On next sync, the files were &#8220;deleted&#8221; per standard sync procedure, which in a ext3 file system means that the inodes were [...]]]></description>
			<content:encoded><![CDATA[<p>I had these really important photos on my hand-held device, with a backup on the PC when I caught a case of teh stupid and erased them one night to make some space. On next sync, the files were &#8220;deleted&#8221; per standard sync procedure, which in a ext3 file system means that the inodes were erased, effectively marking those spots on the hard drive as available for reuse. I didn&#8217;t really think about the files going &#8220;poof&#8221; until about 36 hours later.</p>
<p>Quote from me: &#8220;Oh crap&#8221;</p>
<p>When I got home, I shut the system down. While the PC was up, there was always a chance that something would write to disk, and overwrite those important files. After some study and research, I found <a href="http://foremost.sourceforge.net/">Foremost</a>, a program to do &#8220;file carving&#8221;. What this program does is search an image of a filesystem and copies out any series of bytes that have the proper start and ending hex strings. you can look through the raw data and copy out anything that looks like a jpeg or a html file, or just about anything else you want to search for.  Here&#8217;s something of a step-by-step. This is basically what I did, except without the tedious research between many of the steps to make sure I was doing the right thing.</p>
<ol>
<li>Boot the PC using a Linux live CD that does not automatically mount hard drives. I used an old copy of Ubuntu I had lying around, therefore instructions here will be tailored to that distro. By default, Ubuntu will use any swap space it finds, but will not auto-mount any file systems.</li>
<li>I had space on my hard drive, so I used a partition program to make a new 8 GB partition.<br />
If there wasn&#8217;t any space, I&#8217;d likely have to install another hard drive or something. I used whatever came with Ubuntu, likely Gparted, to format the partition.</li>
<li>In Ubuntu, you will need to go to software sources and enable via check box the <strong>universe</strong> and <strong>multiverse</strong> options. I believe everything is in the <strong>universe</strong> repository, but why do this step twice?</li>
<li>Drop down into console (command line) and mount your new partition. You could also mount anything where you have enough space, and this could be network drives or flash drives, or anything that works for you. Just don&#8217;t mount the partition that contains the files you want to recover. I used <code>$ sudo mkdir /home/hda4</code> to create the mount point, and then <code>$ sudo mount -t ext3 /dev/hda4 /home/hda4</code> to mount the partition.</li>
<li>Use <strong>dd</strong> to make an image of the unmounted partition where recovery took place. I used <code>$ dd if=/dev/hda3 of=/home/hda4/image.dd bs=4096 conv=notrunc,noerror</code></li>
<li>Get Foremost. I used <code>$ apt-get install foremost</code></li>
<li>I also had to get some tools for interfacing with Palm PDA. Depending on what you want to carve, you likely won&#8217;t need this. For me it was <code>$ sudo apt-get install pilot-link</code></li>
<li>Run Formost on your disk image. I had to write my own formost.conf file. Full details are on the man page. I won&#8217;t go into details because it&#8217;s not likely that you will be searching for the exact same kinds of files as I was. I was looking for files that ended in jpg.pdb, and I had to create some example files first and then do hexdumps to see what the files start and end with. Fun.</li>
</ol>
<p>In the end I recovered the photographs, but I ended up not ever needing them. They were from a hit and run accident where the lady that plowed into me ended up stopping long enough to talk to me and call someone else, but then abruptly left when I was on the phone with the police. Luckily, I had pictures of the other vehicle with license plates and after contacting her insurance, and every possible delay, her agent finally cut me a check for the damage.</p>
<p>I&#8217;ve really got to work on my incremental hard disk backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/30/nix-mischief-fun-with-file-carving-foremost-ext3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spam Karma 2.3 rc4 update</title>
		<link>http://standardmischief.com/blog/2008/04/29/spam-karma-23-rc4-update/</link>
		<comments>http://standardmischief.com/blog/2008/04/29/spam-karma-23-rc4-update/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:18:22 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[standard mischief blog news]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=359</guid>
		<description><![CDATA[I wish Dr Dave would put up a RSS feed for new releases or something. Anyway, I was at Spam Karma 2.2 r3, but now I&#8217;m giving 2.3 rc4 a spin.
The only problem I&#8217;m really having spamwise nowadays is people who create actual WordPress spam blogs (splogs) and create actual posts actually linking to me. [...]]]></description>
			<content:encoded><![CDATA[<p>I wish Dr Dave would put up a RSS feed for new releases or something. Anyway, I was at Spam Karma 2.2 r3, but now I&#8217;m giving <a href="http://unknowngenius.com/blog/wordpress/spam-karma/">2.3 rc4</a> a spin.</p>
<p>The only problem I&#8217;m really having spamwise nowadays is people who create actual WordPress spam blogs (splogs) and create actual posts actually linking to me. Ye Olde Spam Karma couldn&#8217;t tell the difference between a splog and a actual blog. I&#8217;m not sure if SK2.3 fixes that.</p>
<p>I might want to see if I could cobble up a plugin for SK2.3 that would let you create a whitelist to give people on your bloglist a boost of karma, and then just set everyone else that pings you to moderation or something. Unfortunatly, my PHP-Fu is lacking.</p>
<p>The other minor issue is that the Spam Karma comes zipped up in a folder called SK2. You know, just like the last version did. I&#8217;ve renamed the new folder SK2.3rc4. Hopefully that won&#8217;t be an issue.</p>
<p>Watch this space, because If anything goes wacky, I&#8217;ll report.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/29/spam-karma-23-rc4-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Won&#8217;t work, nice try though</title>
		<link>http://standardmischief.com/blog/2008/04/29/wont-work-business-reply-envelope-brick-form-990/</link>
		<comments>http://standardmischief.com/blog/2008/04/29/wont-work-business-reply-envelope-brick-form-990/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 12:00:29 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=358</guid>
		<description><![CDATA[I figured someone else would say something already, but no one has.
Sailorcurt takes up on the suggestion that we all use the Brady Campaign&#8217;s business reply envelope as a mailing label, gluing the thing to something heavy like a brick. The idea being that the Brady Bunch would have to pay more money out of [...]]]></description>
			<content:encoded><![CDATA[<p>I figured someone else would say something already, but no one has.</p>
<p><a href="http://sailorcurt.blogspot.com/2008/04/its-miracle.html">Sailorcurt</a> takes up on the suggestion that we all use the Brady Campaign&#8217;s business reply envelope as a mailing label, gluing the thing to something heavy like a brick. The idea being that the Brady Bunch would have to pay more money out of their own funds to receive something useless.</p>
<p>It won&#8217;t work, but it&#8217;s a nice try though.</p>
<p>It&#8217;s really no surprise that a quasi-goverment 23rd level bureaucratic quagmire such as the United States Postal Service has a regulation to exactly cover this situation. The USPS also has regs that cover the placement of rubber bands on bulk mailing bundles of magazines and the fluorescent properties of the stock used to print postcards.</p>
<p>In this case one of my favorite columnists, Cecil Adams, tells me that it&#8217;s reg 917.243(b):</p>
<blockquote><p><a href="http://www.straightdope.com/classics/a2_356.html">According to rule 917.243(b) in the Domestic Mail Manual, when a business reply card is &#8220;improperly used as a label&#8221;&#8211;e.g., when it&#8217;s affixed to a brick&#8211;the item so labeled may be treated as &#8220;waste.&#8221; That means the post office can heave it into the trash without further ado.</a></p></blockquote>
<p>You could probably stuff it with newsprint, and seal it. That would cost them a few cents. You could enclose a target or two from your last range session, but that might be interpreted as a threat. Another idea from <a href="http://ask.metafilter.com/15516/Whats-the-most-you-can-cost-someone-who-sent-you-a-prepaid-business-reply-mail-envelope">Ask Metafilter</a> is to request a copy of their IRS Form 990.  Wikipedia says:</p>
<blockquote><p><a href="http://en.wikipedia.org/wiki/IRS_Form_990#990">Public Inspection IRC 6104(d) regulations state that an organization must provide copies of its three most recent Form 990s to anyone who requests them, whether in person, by mail, fax, or e-mail. Additionally, requests may be made via the IRS using Form 4506-A, and PDF copies can often be found online on sites such as Foundation Center&#8217;s 990 Finder and Guidestar.org.</a></p></blockquote>
<p>You know, if you really want to cost a non-profit some coin, you could take an old fax modem, a standard analog phone line, and a computer and fax in your requests for those IRS form 990 from those non-profits.  I think there&#8217;s some ad supported web-to-fax services out there too. It would probably take an army of clones to make a serious dent in their finances, but I suppose every little bit helps.</p>
<p>Please be aware that POSTNET, the current postal barcode is being phased out for the <a href="http://en.wikipedia.org/wiki/Intelligent_Mail_Barcode">Intelligent Mail Barcode</a> (to be required in 2009). Intelligent Mail Barcodes encode both the mailing and return address and if it was used on  business reply envelopes (I&#8217;m not 100% on the regs, so I&#8217;m not sure) would probably allow that brick to be traced back to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/29/wont-work-business-reply-envelope-brick-form-990/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In defense of Pizza Hut, or why, there ought to be a law&#8230;</title>
		<link>http://standardmischief.com/blog/2008/04/28/in-defense-of-pizza-hut-delivery-driver-why-there-ought-to-be-a-law/</link>
		<comments>http://standardmischief.com/blog/2008/04/28/in-defense-of-pizza-hut-delivery-driver-why-there-ought-to-be-a-law/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 15:42:22 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=356</guid>
		<description><![CDATA[Say Uncle is upset with Pizza Hut for their firing of a delivery driver who defended himself with his lawfully carried firearm. There are a few &#8220;hell yea, me too&#8221; messages in the comments, and a mention in the VCDL blog too.  Some people have even threated to boycott the company in response. While [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.saysuncle.com/archives/2008/04/23/fired-4/">Say Uncle</a> is upset with Pizza Hut for their firing of a delivery driver who defended himself with his lawfully carried firearm. There are a few &#8220;hell yea, me too&#8221; messages in the comments, and a mention in the <a href="http://blog.vcdl.org/index.php?/archives/50-A-Slice-of-Aggravation-Deep-Dish-Style.html">VCDL blog</a> too.  Some people have even threated to boycott the company in response. While I certainly have to admire commitment to only patronize businesses that support all of our civil rights, I think that there&#8217;s a few points being missed.</p>
<ul>
<li>Pizza hut gave the former driver two months severance pay and was offered help finding a new job by the company</li>
</ul>
<p>Really. For a pizza delivery job. To me that says &#8220;We really don&#8217;t want to fire you, but our lawyers are making us&#8221;.</p>
<ul>
<li>Every single pizza chain delivery store has the same policy. So do most convenience stores and many other retailers.</li>
</ul>
<p>The reason most retailers have these workplace rules is strictly economics. In this example, Pizza Hut with the deep pockets does not want to be successfully sued by the wounded would-be robber, or in a (theoretical) different case, the dead bad guy&#8217;s family. So they have a corporate policy against weapons, and they enforce it when they have to.</p>
<p>I don&#8217;t usually like to say &#8220;tort reform&#8221;, because that&#8217;s usually just lawyer-speak for &#8220;reform&#8221; regarding who get socked with writing a big check, rather than meaningful reform of our legal system. I do think something needs to be changed.</p>
<p>So since the NRA is so much better at shielding the corporate limited liability thingys from frivolous lawsuits solely aimed to drive manufactures out of business - such as the <a href="http://en.wikipedia.org/wiki/Protection_of_Lawful_Commerce_in_Arms_Act">Protection of Lawful Commerce in Arms</a> Act, something I wholeheartedly agree with - than actually, you know, restoring rights to individual citizens, perhaps we could push for some reform this way.</p>
<p>Something like if limited liability companies do not have policies that limit individuals from lawfully carrying firearms for the defense of their own life, then they are automatically shielded from any lawsuits arising from the personal defensive use of those firearms by their employees.</p>
<p>Oh, and while I think Pizza Hut pizza by and large is subpar and too greasy, I think their &#8220;hand-tossed&#8221; style is pretty good in a corporate consistent mediocre way. The main problem with all the chains and most of the independent shops is that they use the cheapest mozzarella available, and that cheese simply doesn&#8217;t taste at good as the good stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/28/in-defense-of-pizza-hut-delivery-driver-why-there-ought-to-be-a-law/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress version 2.5.1 - here we go again</title>
		<link>http://standardmischief.com/blog/2008/04/25/wordpress-version-251-here-we-go-again/</link>
		<comments>http://standardmischief.com/blog/2008/04/25/wordpress-version-251-here-we-go-again/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 02:45:25 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[standard mischief blog news]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=355</guid>
		<description><![CDATA[Well, it&#8217;s pretty painless to me, because I install and update mine via Subversion, but still. I can barely get a post out before another important exploit fix comes around.
In addition to the security fix, 2.5.1 contains many bug fixes. If you are interested only in the security fixes, you can download these corrected copies [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s pretty painless to me, because I install and update mine via <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Subversion</a>, but still. I can barely get a post out before another <a href="http://wordpress.org/development/2008/04/wordpress-251/">important exploit fix comes around.</a></p>
<blockquote><p>In addition to the security fix, 2.5.1 contains many bug fixes. If you are interested only in the security fixes, you can download these corrected copies of <strong>wp-includes/pluggable.php</strong>, <strong>wp-admin/includes/media.php</strong>, and <strong>wp-admin/media.php</strong>. Replace your existing copies of these files with these new copies.</p></blockquote>
<p>I hope your host has one-click install/update at the very least. If you don&#8217;t want to do the whole installation again, it seems you can rename your old files with a .bak extension, and copy over the three new files as a quick fix.</p>
<p>Subversion Mischief:</p>
<p><code><strong>$</strong> svn sw http://svn.automattic.com/wordpress/tags/2.5.1/</code></p>
<p>Update: there&#8217;s a recommended but optional updated <b>wp-config.php</b> in the new package, but it&#8217;s called <b>wp-config-sample.php</b> to keep it from overwriting your current file. To use it:</p>
<ol>
<li>Rename your old <b>wp-config.php</b> to something like <b>wp-config.OLD.php</b> .</li>
<li>Open that same file in notepad or another simple editor. Word wrap should be off.</li>
<li>In another window, open <b>wp-config-sample.php</b> for editing.</li>
<li>Copy over the proper <b>DB_NAME, DB-USER, DB_PASSWORD,</b> and if needed, <b>DB_HOST</b>.</li>
<li>Scroll down to where it says &#8216;put your unique phrase here&#8217;, and between the quotes, insert a long string of random upper and lower case letters and numbers, or <a href="http://api.wordpress.org/secret-key/1.0/">use this page</a> to randomly generate yourself a string</li>
<li>Save this file as <b>wp-config.php</b> . You&#8217;re done. If you used notepad, please check to see that the damn thing didn&#8217;t add a <b>.TXT</b> extension to the end. Go and load your blog and make sure everything is working.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/25/wordpress-version-251-here-we-go-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.5 test post</title>
		<link>http://standardmischief.com/blog/2008/04/13/wordpress-25-test-post/</link>
		<comments>http://standardmischief.com/blog/2008/04/13/wordpress-25-test-post/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 06:56:31 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[standard mischief blog news]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/?p=354</guid>
		<description><![CDATA[This is just the typical test post. I wasn&#8217;t going to upgrade yet, but there is apparently an exploit for WordPress 2.3.3 (or perhaps some earlier version, my source is a little sketchy with the details).
I though I caught the bug, and searched around for more info. This page talks about &#8220;hidden link injection,&#8221; while [...]]]></description>
			<content:encoded><![CDATA[<p>This is just the typical test post. I wasn&#8217;t going to upgrade yet, but there is apparently an exploit for WordPress 2.3.3 (or perhaps some earlier version, <a href="http://blog.nearlyfreespeech.net/2008/04/08/surprise-wordpress-upgrade/">my source</a> is a little sketchy with the details).</p>
<p>I though I caught the bug, and searched around for more info. <a href="http://www.shoemoney.com/2008/03/21/wordpress-233-hidden-links-injection-exploit-and-how-to-not-let-it-happen-to-you/">This page</a> talks about &#8220;hidden link injection,&#8221; while this page has a <a href="http://smackdown.blogsblogsblogs.com/2008/03/23/new-wordpress-233-exploitvulnerability-adds-spam-directory-wp-content1/">different exploit</a> regarding a new directory. I seem to have neither of these.</p>
<p>What&#8217;s really weird about WordPress now (and before the upgrade), is that it seems that my blog is sending - in response to a request for my RSS feed - zip compressed content whether or not it&#8217;s requested or even supported by the reader doing the request. I have no idea why this started happening all of a sudden.</p>
<p>At least, thanks to cURL, I know what the heck is going on.</p>
<p><code>$ curl http://standardmischief.com/blog/feed/|head</code></p>
<p>About 50% of the time this will feed me garbage. The <strong>head</strong> command it there to limit the scope of the garbage.</p>
<p><code>$ curl --compressed http://standardmischief.com/blog/feed/|head</code></p>
<p>Nearly the same command, but the <strong>&#8211;compressed </strong>option actually requests compression and decodes it if it arrives that way.</p>
<p>Stumped.</p>
<p><strong>Update, 10 minutes later:</strong> As I was composing the service request, the issue seemed to have disappeared. I&#8217;ll hold off and keep an eye on the problem. My feed has been off all day (I suppose my reader does not accept gzip), but it&#8217;s working fine now.</p>
<p><strong>Update 2:</strong> Here&#8217;s a terminal screenshot: <a href="http://standardmischief.com/wp-content/uploads/2008/04/gzip.png">(179k)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/13/wordpress-25-test-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A good sign while job hunting, and Pipl.com</title>
		<link>http://standardmischief.com/blog/2008/04/05/a-good-sign-while-job-hunting-and-piplcom/</link>
		<comments>http://standardmischief.com/blog/2008/04/05/a-good-sign-while-job-hunting-and-piplcom/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 03:10:54 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<category><![CDATA[job hunting]]></category>

		<category><![CDATA[resume]]></category>

		<category><![CDATA[search engine]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/2008/04/05/a-good-sign-while-job-hunting-and-piplcom/</guid>
		<description><![CDATA[Wednesday, I found an intriguing job posted on monster.com
Thursday, I attached a customized resume to a cover letter email and sent it off. I also placed my resume in Word and PDF versions on my (real name) website. Shortly thereafter HR emailed me back, confirming that they got it. Thanks for that, HR.
Friday, I received [...]]]></description>
			<content:encoded><![CDATA[<p>Wednesday, I found an intriguing job posted on monster.com</p>
<p>Thursday, I attached a customized resume to a cover letter email and sent it off. I also placed my resume in Word and PDF versions on my (real name) website. Shortly thereafter HR emailed me back, confirming that they got it. Thanks for that, HR.</p>
<p>Friday, I received my first good sign, someone had hit my (real name) website. I did a whois on their IP address, and then did the same for their company&#8217;s website. The hosting provider names matched. The user agent string on the hit hints at an out-of-date (1.0) version of Firefox on a windowing Linux platform. I&#8217;m leaning towards this being a bot, either that, or it&#8217;s a savvy speed surfer who has images turned off by default.</p>
<p>Saturday, I got an interesting hit with a referrer string from a site called <strong>Pilp.com</strong>, which seems to be a search engine targeted to find people. Chatter on the <em>tubez of interwebz</em> suggest that the company is good at scraping social networking sites like MySpace and Xanga. They also seem to have some access to court records and such. Obfuscated access  log follows:</p>
<p><code><strong>0.0.0.0</strong> - - [05/Apr/2008:<strong>00:00:00</strong> -0700] &#8220;GET / HTTP/1.0&#8243; 200 705 &#8220;http://www.pipl.com/search/?FirstName=<strong>FIRST</strong>&amp;LastName=<strong>LAST</strong>&amp;City=&amp;State=&amp;Country=US&amp;CategoryID=2&amp;Interface=1&#8243; &#8220;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)&#8221;</code></p>
<p>This one pulled the image on my page, so it&#8217;s likely a real human. The reverse DNS hints that this is a dialup line, so I&#8217;m going to assume that it&#8217;s a person, using Internet Explorer, from home, checking out a job candidate that they are at least seriously considering, via a link they found from the search engine at pipl.com.</p>
<p>Hopefully I&#8217;ll get a call for an interview on Monday.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/05/a-good-sign-while-job-hunting-and-piplcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updated: Katrina in Kansas</title>
		<link>http://standardmischief.com/blog/2008/04/03/katrina-in-kansas/</link>
		<comments>http://standardmischief.com/blog/2008/04/03/katrina-in-kansas/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 05:44:45 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/2008/04/03/katrina-in-kansas/</guid>
		<description><![CDATA[Update 05apr08: I&#8217;ve attempted to find a bit more data on this, and while I can&#8217;t verify nor debunk this story, well it seems to taste a little astroturfy.
A commenter (Anonymous) over at Xav&#8217;s place says:
Has this been verified by anyone. The only report I can find anywhere about this is from Patricia A. Stoneking. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 05apr08:</strong> I&#8217;ve attempted to find a bit more data on this, and while I can&#8217;t verify nor debunk this story, well it seems to taste a little astroturfy.</p>
<p>A commenter (<span class="anon-comment-author">Anonymous) </span>over at Xav&#8217;s place says:</p>
<blockquote><p>Has this been verified by anyone. The only report I can find anywhere about this is from Patricia A. Stoneking. She seems to be the only source of this happening that I&#8217;ve found at this point. With the N.O. incidents there was quite a lot of public outcry and even media coverage.</p></blockquote>
<p><span class="anon-comment-author">Anonymous seemed to sum it up well. I&#8217;d be really disappointed to find out this was some kind of hoax to advance legislation at the state level. The other guys, the bad ones,  pull crap like that. Not us. </span></p>
<p>I&#8217;m going to assume, until better data comes up, that I went off half-cocked. I&#8217;m also going to apologize to the NRA for the bashing I gave them in this post. If any additional data turns up, I&#8217;ll be sure to post something about it.</p>
<p>The original text of this post is below:</p>
<p>I don&#8217;t normally like to post when I just have something to link to. I mean, usually I&#8217;d prefer to at least comment, however today I&#8217;m speechless. Please read this story about another Katrina-type gun grab posted over at <a href="http://xavierthoughts.blogspot.com/2008/04/totowere-not-in-new-orleans-anymore.html">Xavier&#8217;s place.</a></p>
<p>If this story is accurately portrayed, I would hope for an outrage from the RKBA community to be at least as large as the juggernaut that flattened poor Zumbo.</p>
<p>If there&#8217;s even a whiff of truth to this story, I&#8217;m going to sincerely hope that the NRA begins to air drop lawyers immediately instead of waiting for their surrogate brass balls, the <a href="http://www.saf.org">Second Amendment Foundation</a>, to kick them in the groin first.</p>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/04/03/katrina-in-kansas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google doesn&#8217;t like my zeroed out cookie</title>
		<link>http://standardmischief.com/blog/2008/03/29/google-doesnt-like-my-zeroed-out-cookie/</link>
		<comments>http://standardmischief.com/blog/2008/03/29/google-doesnt-like-my-zeroed-out-cookie/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:37:50 +0000</pubDate>
		<dc:creator>Standard Mischief</dc:creator>
		
		<category><![CDATA[deranged rants]]></category>

		<guid isPermaLink="false">http://standardmischief.com/blog/2008/03/29/google-doesnt-like-my-zeroed-out-cookie/</guid>
		<description><![CDATA[A ways back. I wrote a little HowTo on zeroing out and then protecting the perpetual cookie that Google likes to give you. The idea behind using the same cookie as myself, iMilly, and a bunch of other people is that  by sharing a cookie, Google would find it that much harder to aggregate [...]]]></description>
			<content:encoded><![CDATA[<p>A ways back. I wrote a little HowTo on <a href="http://standardmischief.com/blog/2006/01/20/google-can-and-should-do-better/">zeroing out and then protecting the perpetual cookie</a> that Google likes to give you. The idea behind using the same cookie as myself, <a href="http://www.imilly.com/google-cookie.htm">iMilly</a>, and a <a href="http://girlinshortshorts.blogspot.com/2008/03/google-blocks-anonymous-surfing.html">bunch</a> of <a href="http://googlesystem.blogspot.com/2006/08/anonymous-google-cookie.html">other</a> <a href="http://userscripts.org/scripts/show/10448">people</a> is that  by sharing a cookie, Google would find it that much harder to aggregate all your search data into a nosy little profile. Well you can forget about all that. About the time Google broke the news of a <a href="http://www.allheadlinenews.com/articles/7010459479">slowdown in the click rate of their ads</a>, they started sending us with the zero cookie people over to this <a href="http://sorry.google.com/sorry/misc/">403 error page.</a></p>
<p>I don&#8217;t know if the two are related, but I have said in the past that if Google ever tries to target ads based on their consumers who are savvy enough to do a little mischief with their cookie, well, I can be pretty sure that those users would block those ads too.</p>
<p>I&#8217;d like to propose a workaround. Since Google has decided to block our agreed upon zero cookie, I say we all just agree to use another one. Feel free to use this one (fetched via the always awesome <a href="http://curl.haxx.se/">cURL</a>):</p>
<p><code>Added cookie PREF="ID=bce8f3f9e5dce73e:TM=1206810267:LM=1206810267:S=F9QPv3nrV4NpDJsu" for domain google.com, path /, expire 1269882267</code></p>
<p><strong>Quickie step by step for Firefox: </strong></p>
<ol>
<li>Download and install Firefox extensions <a href="https://addons.mozilla.org/en-US/firefox/addon/573">Add N Edit Cookies</a> and  <a href="https://addons.mozilla.org/en-US/firefox/addon/82">CookieCuller</a>.</li>
<li>Visit Google to get the cookie.</li>
<li> Use <strong>Add N Edit Cookies</strong> to change your cookie to the ID shown above.</li>
<li>Follow the rest of my <a href="http://standardmischief.com/blog/2006/01/20/google-can-and-should-do-better/">HowTo</a> on using <strong>CookieCuller</strong> and the Firefox preferences to protect your altered Google cookie, and any other cookie you deem worthy of keeping around. Remaining cookies will be upchucked when you close Firefox.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://standardmischief.com/blog/2008/03/29/google-doesnt-like-my-zeroed-out-cookie/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
