<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for blog.oremj.com</title>
	<atom:link href="http://blog.oremj.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oremj.com</link>
	<description>What is Jeremy thinking about?</description>
	<lastBuildDate>Thu, 14 Jan 2010 16:57:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Simple bash locking by cp</title>
		<link>http://blog.oremj.com/2008/12/02/simple-bash-locking/comment-page-1/#comment-6237</link>
		<dc:creator>cp</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=24#comment-6237</guid>
		<description>You can avoid the race condition by using &quot;set -o noclobber&quot;. Like this:
if ! (set -o noclobber; echo &quot;$$&quot; &gt; &quot;/tmp/lock&quot;) 2&gt; /dev/null; then
  echo &quot;locking failed&quot;
  exit 1
fi</description>
		<content:encoded><![CDATA[<p>You can avoid the race condition by using &#8220;set -o noclobber&#8221;. Like this:<br />
if ! (set -o noclobber; echo &#8220;$$&#8221; &gt; &#8220;/tmp/lock&#8221;) 2&gt; /dev/null; then<br />
  echo &#8220;locking failed&#8221;<br />
  exit 1<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speedup Firefox with VACUUM by Ryan Doherty</title>
		<link>http://blog.oremj.com/2009/08/20/speedup-firefox-with-vacuum/comment-page-1/#comment-2550</link>
		<dc:creator>Ryan Doherty</dc:creator>
		<pubDate>Sat, 22 Aug 2009 02:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=46#comment-2550</guid>
		<description>Awesome, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speedup Firefox with VACUUM by Mishail</title>
		<link>http://blog.oremj.com/2009/08/20/speedup-firefox-with-vacuum/comment-page-1/#comment-2541</link>
		<dc:creator>Mishail</dc:creator>
		<pubDate>Fri, 21 Aug 2009 01:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=46#comment-2541</guid>
		<description>That&#039;s great. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Command line pastebin by Shyam</title>
		<link>http://blog.oremj.com/2009/07/16/command-line-pastebin/comment-page-1/#comment-2536</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=44#comment-2536</guid>
		<description>And there&#039;s also wgetpaste! http://wgetpaste.zlin.dk/ Does pretty much the same, with a bunch of options etc.</description>
		<content:encoded><![CDATA[<p>And there&#8217;s also wgetpaste! <a href="http://wgetpaste.zlin.dk/" rel="nofollow">http://wgetpaste.zlin.dk/</a> Does pretty much the same, with a bunch of options etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speedup Firefox with VACUUM by Speedup Firefox with VACUUM at Oremj&#8217;s Blog</title>
		<link>http://blog.oremj.com/2009/08/20/speedup-firefox-with-vacuum/comment-page-1/#comment-2535</link>
		<dc:creator>Speedup Firefox with VACUUM at Oremj&#8217;s Blog</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=46#comment-2535</guid>
		<description>[...] Cross post from my personal blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross post from my personal blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom-User-CSS &#8211; Wordpress Plugin by Wayne</title>
		<link>http://blog.oremj.com/2009/02/11/custom-user-css-wordpress-plugin/comment-page-1/#comment-2090</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Tue, 04 Aug 2009 00:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=34#comment-2090</guid>
		<description>Do you know whether it&#039;s possible to have a slide-out menu that contains a tag cloud or some other way to browse an archive? 

It would be something like this:

ARCHIVE (top menu item)
&gt; TAGS 
   &gt;&gt; (all tags listed as slideout)
&gt; CATEGORIES
   &gt;&gt; (all categories listed as a slideout)
&gt; MONTH
   &gt;&gt; (all months listed as a slideout)</description>
		<content:encoded><![CDATA[<p>Do you know whether it&#8217;s possible to have a slide-out menu that contains a tag cloud or some other way to browse an archive? </p>
<p>It would be something like this:</p>
<p>ARCHIVE (top menu item)<br />
&gt; TAGS<br />
   &gt;&gt; (all tags listed as slideout)<br />
&gt; CATEGORIES<br />
   &gt;&gt; (all categories listed as a slideout)<br />
&gt; MONTH<br />
   &gt;&gt; (all months listed as a slideout)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MediaWiki: HttpAuth Plugin by Yranac</title>
		<link>http://blog.oremj.com/2008/09/07/mediawiki-httpauth-plugin/comment-page-1/#comment-1833</link>
		<dc:creator>Yranac</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=10#comment-1833</guid>
		<description>Hi, i&#039;m trying to use your extension, y log in the apache popup window and all is ok, the wiki loads, but i&#039;m not logged in the wiki and the user is not created, what i do in the wrong way??</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m trying to use your extension, y log in the apache popup window and all is ok, the wiki loads, but i&#8217;m not logged in the wiki and the user is not created, what i do in the wrong way??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom-User-CSS &#8211; Wordpress Plugin by oremj</title>
		<link>http://blog.oremj.com/2009/02/11/custom-user-css-wordpress-plugin/comment-page-1/#comment-1758</link>
		<dc:creator>oremj</dc:creator>
		<pubDate>Thu, 16 Jul 2009 18:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?p=34#comment-1758</guid>
		<description>Thanks for the advice. I&#039;ve moved the options page to the appearance menu and fixed a couple of other bugs in version 0.2.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice. I&#8217;ve moved the options page to the appearance menu and fixed a couple of other bugs in version 0.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom-User-CSS &#8211; Wordpress Plugin by harmony</title>
		<link>http://blog.oremj.com/custom-user-css-wordpress-plugin/comment-page-1/#comment-1377</link>
		<dc:creator>harmony</dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?page_id=28#comment-1377</guid>
		<description>Thanks for this plugin! Comes in handy with a WpMU installation! 

One note I&#039;d like to make for users who are finding the style is not taking is that you must make sure the wp_head() tag must come after the style meta in the header file of the theme. 

And for SethB&#039;s question, yes, I suppose you could just copy and paste the old style into the box and edit. 

Hope this helps someone. 

Thanks Again!</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin! Comes in handy with a WpMU installation! </p>
<p>One note I&#8217;d like to make for users who are finding the style is not taking is that you must make sure the wp_head() tag must come after the style meta in the header file of the theme. </p>
<p>And for SethB&#8217;s question, yes, I suppose you could just copy and paste the old style into the box and edit. </p>
<p>Hope this helps someone. </p>
<p>Thanks Again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom-User-CSS &#8211; Wordpress Plugin by Jason Judge</title>
		<link>http://blog.oremj.com/custom-user-css-wordpress-plugin/comment-page-1/#comment-1344</link>
		<dc:creator>Jason Judge</dc:creator>
		<pubDate>Tue, 07 Apr 2009 16:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.oremj.com/?page_id=28#comment-1344</guid>
		<description>Any clues how to use this thing? It&#039;s installed, activated, and - well, that&#039;s it. I can&#039;t see anything different.</description>
		<content:encoded><![CDATA[<p>Any clues how to use this thing? It&#8217;s installed, activated, and &#8211; well, that&#8217;s it. I can&#8217;t see anything different.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
