<?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>nathanpowell.org &#187; lifehacking</title>
	<atom:link href="http://nathanpowell.org/blog/archives/category/lifehacking/feed" rel="self" type="application/rss+xml" />
	<link>http://nathanpowell.org/blog</link>
	<description>Bad running advice, boring family stuff, and technology few find interesting</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:25:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>White noise</title>
		<link>http://nathanpowell.org/blog/archives/305</link>
		<comments>http://nathanpowell.org/blog/archives/305#comments</comments>
		<pubDate>Thu, 03 May 2007 13:46:20 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/305</guid>
		<description><![CDATA[I found a site that has free mp3&#8242;s of whitenoise. Download one, then in the shell mplayer -loop 0 foo.mp3 That will loop over and over forever. The only problem so far is when the file starts over there is &#8230; <a href="http://nathanpowell.org/blog/archives/305">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I found a site that has free <a href="http://www.calm-your-screaming-baby.com/soothing-sounds.html">mp3&#8242;s</a> of whitenoise.  Download one, then in the shell<br />
<code><br />
mplayer -loop 0 foo.mp3<br />
</code></p>
<p>That will loop over and over forever.</p>
<p>The only problem so far is when the file starts over there is some silence.  That is distracting, however I am going to see if I can edit the file tonite, Or at least find a longer one.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/305/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mass closing of comments for WordPress</title>
		<link>http://nathanpowell.org/blog/archives/300</link>
		<comments>http://nathanpowell.org/blog/archives/300#comments</comments>
		<pubDate>Sun, 29 Apr 2007 00:08:28 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/300</guid>
		<description><![CDATA[I couldn&#8217;t seem to find in the admin section how to mass close posts for commenting. When spam gets past Akismet it&#8217;s usually for a really old post. So I looked in the database and made the change by hand &#8230; <a href="http://nathanpowell.org/blog/archives/300">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t seem to find in the admin section how to mass close posts for commenting.  When spam gets past Akismet it&#8217;s usually for a really old post.  So I looked in the database and made the change by hand<br />
<code><br />
UPDATE wp_posts SET comment_status = 'closed' WHERE ID < 283;<br />
</code></p>
<p>**UPDATE** Heh, right after I posted this, I got some ping spam...<br />
</code><code><br />
UPDATE wp_posts SET ping_status = 'closed' WHERE ID < 283;<br />
</code></code></p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/300/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taskr</title>
		<link>http://nathanpowell.org/blog/archives/239</link>
		<comments>http://nathanpowell.org/blog/archives/239#comments</comments>
		<pubDate>Sun, 04 Mar 2007 00:19:33 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/239</guid>
		<description><![CDATA[I wrote a command line ToDo list manager in ruby this morning. It&#8217;s not feature complete and it&#8217;s not uber robust. It&#8217;s for small ToDo lists. You can get it here if you like. sudo cp taskr.rb /usr/bin/taskr taskr -h &#8230; <a href="http://nathanpowell.org/blog/archives/239">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote a command line ToDo list manager in ruby this morning.  It&#8217;s not feature complete and it&#8217;s not uber robust.  It&#8217;s for small ToDo lists.  You can get it <a href="http://nathanpowell.org/code/taskr.rb">here</a> if you like.</p>
<p><code><br />
 sudo cp taskr.rb /usr/bin/taskr<br />
 taskr -h<br />
</code></p>
<p>-i isn&#8217;t there yet, gotta save something .02 :)</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/239/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For those of you that don&#8217;t read comments &#124; Yahoo Pipes</title>
		<link>http://nathanpowell.org/blog/archives/221</link>
		<comments>http://nathanpowell.org/blog/archives/221#comments</comments>
		<pubDate>Wed, 14 Feb 2007 13:35:23 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/221</guid>
		<description><![CDATA[For those of you who don&#8217;t read the comments here (shame on you, the people that read this blog are a lot smarter than me and say much more poignant things than I) I think this comment deserves a post &#8230; <a href="http://nathanpowell.org/blog/archives/221">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you who don&#8217;t read the comments here (shame on you, the people that read this blog are a lot smarter than me and say much more poignant things than I) I think this comment deserves a post of it&#8217;s own.</p>
<p>David, a buddy of mine, saw my plight with the <a href="http://nathanpowell.org/blog/archives/218">Dubner</a> post below, and fixed it with <a href="http://pipes.yahoo.com/pipes/KqPecYC72xGPBzCXjwtvUw/">this</a> Yahoo <a href="http://pipes.yahoo.com/">Pipe</a>.  Pretty trick if you ask me.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/221/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life Hack: Toothbrush</title>
		<link>http://nathanpowell.org/blog/archives/199</link>
		<comments>http://nathanpowell.org/blog/archives/199#comments</comments>
		<pubDate>Mon, 15 Jan 2007 18:51:25 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/199</guid>
		<description><![CDATA[I buy those cheap battery powered toothbrushes, and they are great, make my teeth nice and clean, but they have a serious design flaw. Namely, once the batteries die, it&#8217;s really tough to get them back together after changing the &#8230; <a href="http://nathanpowell.org/blog/archives/199">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I buy those cheap battery powered toothbrushes, and they are great, make my teeth nice and clean, but they have a serious design flaw.  Namely, once the batteries die, it&#8217;s really tough to get them back together after changing the batteries.</p>
<p>It&#8217;s a simple problem really.  The o-ring which acts as a gasket, keeping water away from the batteries, gets caught on the lip of the handle when you go to put it back together.  What I do is clean it real good, spray a little PAM cooking spray on my finger and coat the gasket.  Makes it go right back together.</p>
<p>Happy brushing!</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/199/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bash History Life Hack</title>
		<link>http://nathanpowell.org/blog/archives/188</link>
		<comments>http://nathanpowell.org/blog/archives/188#comments</comments>
		<pubDate>Wed, 03 Jan 2007 13:14:50 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/188</guid>
		<description><![CDATA[I use my shell to take quick notes I don&#8217;t want to forget. Like a phone number or an address, so I can look them up later. I first make sure I have a long bash_history (in ~/.bashrc): HISTSIZE=1500 HISTFILESIZE=1500 &#8230; <a href="http://nathanpowell.org/blog/archives/188">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use my shell to take quick notes I don&#8217;t want to forget.  Like a phone number or an address, so I can look them up later.</p>
<p>I first make sure I have a long bash_history (in ~/.bashrc):</p>
<p><code><br />
HISTSIZE=1500<br />
HISTFILESIZE=1500</p>
<p>export   HISTSIZE HISTFILESIZE<br />
</code></p>
<p>Then when someone gives me something I need for later, I type that in my shell and hit enter.  Bash complains that the command is not found, and writes it to my history.  Later, I hit ctrl+r and type a few letters or numbers and it&#8217;s displayed.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/188/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simplifying</title>
		<link>http://nathanpowell.org/blog/archives/167</link>
		<comments>http://nathanpowell.org/blog/archives/167#comments</comments>
		<pubDate>Mon, 06 Nov 2006 21:23:13 +0000</pubDate>
		<dc:creator>Nathan Powell</dc:creator>
				<category><![CDATA[lifehacking]]></category>

		<guid isPermaLink="false">http://nathanpowell.org/blog/archives/167</guid>
		<description><![CDATA[Lifehack: I know it&#8217;s a little trashy to do, but I put an old beat up exercize bike on my sidewalk with a free sign on it. Someone took it! w00t. Now, I need to find other things in here &#8230; <a href="http://nathanpowell.org/blog/archives/167">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lifehack:  I know it&#8217;s a little trashy to do, but I put an old beat up exercize bike on my sidewalk with a free sign on it.  Someone took it! w00t.  Now, I need to find other things in here I can do that with.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathanpowell.org/blog/archives/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

