<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jed's fridge door notes (a.k.a. "so i won't forget")</title>
	<atom:link href="http://jedrm.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jedrm.wordpress.com</link>
	<description>classic jazz, unix one-liners, anti-theism, crypto</description>
	<lastBuildDate>Tue, 20 Jan 2009 09:14:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='jedrm.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/08e3cab4b47f38ff54c038bdbf5b82e8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Jed's fridge door notes (a.k.a. "so i won't forget")</title>
		<link>http://jedrm.wordpress.com</link>
	</image>
			<item>
		<title>new site. old self.</title>
		<link>http://jedrm.wordpress.com/2009/01/14/new-site-old-self/</link>
		<comments>http://jedrm.wordpress.com/2009/01/14/new-site-old-self/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 23:54:39 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/2009/01/14/new-site-old-self/</guid>
		<description><![CDATA[http://jedmallen.com
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=261&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://jedmallen.com">http://jedmallen.com</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=261&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2009/01/14/new-site-old-self/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling scrollwheel in Slack</title>
		<link>http://jedrm.wordpress.com/2009/01/04/enabling-scrollwheel-in-slack/</link>
		<comments>http://jedrm.wordpress.com/2009/01/04/enabling-scrollwheel-in-slack/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 08:10:09 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=258</guid>
		<description><![CDATA[Edit /etc/X11/xorg.conf:

Section "InputDevice"
         Identifier "Mouse0"
         Driver "mouse"
         Option "Protocol"        "auto"
         Option "Device"     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=258&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="wp-caption alignright" style="width: 203px"><img title="enabling scrollwheel in slack" src="http://www.techspikes.com/wp-content/uploads/2008/08/mouse-scroll-wheel.jpg" alt="enabling scrollwheel in slack" width="193" height="144" /><p class="wp-caption-text">enabling scrollwheel in slack</p></div>
<pre>Edit /etc/X11/xorg.conf:
<span class="computercode">
Section "InputDevice"
         Identifier "Mouse0"
         Driver "mouse"
         Option "Protocol"        "auto"
         Option "Device"          "/dev/input/mice"
         Option "Buttons"         "5"
         Option "ZAxisMapping"    "4 5"
EndSection
</span></pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=258&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2009/01/04/enabling-scrollwheel-in-slack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>

		<media:content url="http://www.techspikes.com/wp-content/uploads/2008/08/mouse-scroll-wheel.jpg" medium="image">
			<media:title type="html">enabling scrollwheel in slack</media:title>
		</media:content>
	</item>
		<item>
		<title>Being sedentary</title>
		<link>http://jedrm.wordpress.com/2008/12/23/being-sedentary/</link>
		<comments>http://jedrm.wordpress.com/2008/12/23/being-sedentary/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 15:54:15 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=255</guid>
		<description><![CDATA[http://bluehackers.org/2008/12/19/doing-a-little-more
1. bike commute &#8211; I have been bugging my bike-freak brother to set me up a road bike that&#8217;s good for commuting to work. 3+ klicks is a short bike ride (I walked it in 38 minutes).
2. run - I can probably do this before work, say five-ish. I have to get new shoes for this.
I&#8217;m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=255&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://bluehackers.org/2008/12/19/doing-a-little-more">http://bluehackers.org/2008/12/19/doing-a-little-more</a></p>
<p>1. bike commute &#8211; I have been bugging my bike-freak brother to set me up a road bike that&#8217;s good for commuting to work. 3+ klicks is a short bike ride (I walked it in 38 minutes).</p>
<p>2. run - I can probably do this before work, say five-ish. I have to get new shoes for this.</p>
<p>I&#8217;m slowly getting into the GTD groove. I shouldn&#8217;t have stopped it back in 2002. Amazing how a few small lists can make you feel you&#8217;re in control of your life.</p>
<p>Someday/Maybe:</p>
<p>- invest some part of my savings in something that doesn&#8217;t require full-time attention</p>
<p>- get back to my net rackets <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>- money management</p>
<p>- re-learn drawing (blank ink preferred)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=255&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/12/23/being-sedentary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>
	</item>
		<item>
		<title>missing the small things&#8230;</title>
		<link>http://jedrm.wordpress.com/2008/12/17/missing-the-small-things/</link>
		<comments>http://jedrm.wordpress.com/2008/12/17/missing-the-small-things/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 01:07:55 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[slack]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=252</guid>
		<description><![CDATA[Sometimes you watch some complex process and hold your breath until it gets done. That&#8217;s the feeling I had back when I had a 486 and compiled GPG now and then because of some minor adjustment in the algos. Most of the time the old 486 conks out on the compile and I had to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=252&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes you watch some complex process and hold your breath until it gets done. That&#8217;s the feeling I had back when I had a 486 and compiled GPG now and then because of some minor adjustment in the algos. Most of the time the old 486 conks out on the compile and I had to compile each module individually before I compile the whole program (eliminating the need for a Makefile altogether). And sometimes the old horse soldiers on and coughs up the newly compiled program (until I had to change twofish or cast5 again and do the same process all over).</p>
<p>Watching my slack box build mplayer, seeing those lines scroll&#8230; pure serenity.</p>
<p><img class="alignnone size-full wp-image-253" title="mplayer-build" src="http://jedrm.files.wordpress.com/2008/12/mplayer-build.jpg?w=700&#038;h=484" alt="mplayer-build" width="700" height="484" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=252&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/12/17/missing-the-small-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>

		<media:content url="http://jedrm.files.wordpress.com/2008/12/mplayer-build.jpg" medium="image">
			<media:title type="html">mplayer-build</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading Reiserfs from Windows</title>
		<link>http://jedrm.wordpress.com/2008/12/12/reading-reiserfs-from-windows/</link>
		<comments>http://jedrm.wordpress.com/2008/12/12/reading-reiserfs-from-windows/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:52:10 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>
		<category><![CDATA[reiserfs]]></category>
		<category><![CDATA[rfstool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=248</guid>
		<description><![CDATA[You got two choices:
1. rfstool
2. visualrfstool
visualrfstool I haven&#8217;t tried yet.
Here&#8217;s how to use rfstool in Windows:
1. Run rfstool on the command line and that will show you on what partition Reiserfs resides in. For my case it&#8217;s Disk 0, Partition 3.
2. rfstool -p0.3 ls
3. rfstool -p0.3 cp /home/nocti/filetocopy copy-this-file-here
That&#8217;s it.
No write abilities. Just read.
Good enough [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=248&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You got two choices:</p>
<p>1. <a href="http://p-nand-q.com/download/rfstool.html">rfstool</a></p>
<p>2. <a href="http://sourceforge.net/projects/visualrfstool/">visualrfstool</a></p>
<p>visualrfstool I haven&#8217;t tried yet.</p>
<p>Here&#8217;s how to use rfstool in Windows:</p>
<p>1. Run rfstool on the command line and that will show you on what partition Reiserfs resides in. For my case it&#8217;s Disk 0, Partition 3.</p>
<p>2. rfstool -p0.3 ls</p>
<p>3. rfstool -p0.3 cp /home/nocti/filetocopy copy-this-file-here</p>
<p>That&#8217;s it.</p>
<p>No write abilities. Just read.</p>
<p>Good enough for me.</p>
<p>I&#8217;m using cygwin in this screenshot.</p>
<p><img class="alignnone size-full wp-image-249" title="rfstool-cygwin" src="http://jedrm.files.wordpress.com/2008/12/rfstool-cygwin.jpg?w=700&#038;h=521" alt="rfstool-cygwin" width="700" height="521" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=248&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/12/12/reading-reiserfs-from-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>

		<media:content url="http://jedrm.files.wordpress.com/2008/12/rfstool-cygwin.jpg" medium="image">
			<media:title type="html">rfstool-cygwin</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Combo</title>
		<link>http://jedrm.wordpress.com/2008/12/12/linux-combo/</link>
		<comments>http://jedrm.wordpress.com/2008/12/12/linux-combo/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:11:12 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[zenwalk]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/2008/12/12/linux-combo/</guid>
		<description><![CDATA[Slackware for my Desktop.
Zenwalk for my laptop.
Nice quote from Slack book:
&#8220;There are many reasons why Slackware is Linux&#8217;s oldest living distribution. It does not try to emulate Windows, it tries to be as Unix-like as possible. It does not try to cover up processes with fancy, point-and-click GUIs (Graphical User Interfaces). Instead, it puts users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=245&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.slackware.com/">Slackware</a> for my Desktop.<br />
<a href="http://www.zenwalk.org">Zenwalk</a> for my laptop.</p>
<p>Nice quote from <a href="http://www.slackbook.org/html/introduction-slackware.html">Slack book</a>:</p>
<blockquote><p>&#8220;There are many reasons why Slackware is Linux&#8217;s oldest living distribution. It does not try to emulate Windows, it tries to be as Unix-like as possible. It does not try to cover up processes with fancy, point-and-click GUIs (Graphical User Interfaces). Instead, it puts users in control by letting them see exactly what&#8217;s going on. Its development is not rushed to meet deadlines-each version comes out when it is ready.</p>
<p>Slackware is for people who enjoy learning and tweaking their system to do exactly what they want. Slackware&#8217;s stability and simplicity are why people will continue to use it for years to come. Slackware currently enjoys a reputation as a solid server and a no-nonsense workstation. You can find Slackware desktops running nearly any window manager or desktop environment, or none at all. Slackware servers power businesses, acting in every capacity that a server can be used in. Slackware users are among the most satisfied Linux users. Of course, we&#8217;d say that. :^)&#8221;</p></blockquote>
<p>And that basically sums up what I need for my unix system. Gentoo gave me that to a certain point. But along the way it got tedious, both net- and cpu-wise. It&#8217;s still a great distro though.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=245&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/12/12/linux-combo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>
	</item>
		<item>
		<title>Slackbox progress</title>
		<link>http://jedrm.wordpress.com/2008/12/11/slackbox-progress/</link>
		<comments>http://jedrm.wordpress.com/2008/12/11/slackbox-progress/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 10:42:39 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[slackware]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/2008/12/11/slackbox-progress/</guid>
		<description><![CDATA[
Still missing a few things (mplayer, among other things).
Using kde/xfce temporarily. I&#8217;ll finish tweaking flux probably some time next week, then get into those php/perl projects I&#8217;ve been thinking about for the whole year.
That&#8217;s Wayne Shorter on the playlist  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=240&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-full wp-image-243" title="slack-screenie2" src="http://jedrm.files.wordpress.com/2008/12/slack-screenie2.jpg?w=700&#038;h=560" alt="slack-screenie2" width="700" height="560" /><img class="alignnone size-full wp-image-239" title="slackscreenie" src="http://jedrm.files.wordpress.com/2008/12/slackscreenie.jpg?w=700&#038;h=560" alt="slackscreenie" width="700" height="560" /></p>
<p>Still missing a few things (mplayer, among other things).<br />
Using kde/xfce temporarily. I&#8217;ll finish tweaking flux probably some time next week, then get into those php/perl projects I&#8217;ve been thinking about for the whole year.</p>
<p>That&#8217;s Wayne Shorter on the playlist <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=240&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/12/11/slackbox-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>

		<media:content url="http://jedrm.files.wordpress.com/2008/12/slack-screenie2.jpg" medium="image">
			<media:title type="html">slack-screenie2</media:title>
		</media:content>

		<media:content url="http://jedrm.files.wordpress.com/2008/12/slackscreenie.jpg" medium="image">
			<media:title type="html">slackscreenie</media:title>
		</media:content>
	</item>
		<item>
		<title>Umph</title>
		<link>http://jedrm.wordpress.com/2008/11/25/umph/</link>
		<comments>http://jedrm.wordpress.com/2008/11/25/umph/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 05:48:00 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[astroturf]]></category>
		<category><![CDATA[squeeze play]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=233</guid>
		<description><![CDATA[I was eating hex for breakfast even while you were still in your diapers.
Who&#8217;s the n00b now?
And you had to go to college for that?
Seriously.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=233&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was eating hex for breakfast even while you were still in your diapers.</p>
<p>Who&#8217;s the n00b now?</p>
<p>And you had to go to college for that?</p>
<p>Seriously.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=233&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/11/25/umph/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>
	</item>
		<item>
		<title>I just had to..</title>
		<link>http://jedrm.wordpress.com/2008/11/25/i-just-had-to/</link>
		<comments>http://jedrm.wordpress.com/2008/11/25/i-just-had-to/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 05:43:24 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[spook country]]></category>
		<category><![CDATA[william gibson]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=230</guid>
		<description><![CDATA[Browsing at a bookstore, came upon this.
http://www.williamgibsonbooks.com/books/spook.asp
No thinking.
No neurotransmitter involved whatsoever.
Picked it up.
Paid for it.
Felt I did the right thing.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=230&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Browsing at a bookstore, came upon this.</p>
<p><a href="http://www.williamgibsonbooks.com/books/spook.asp">http://www.williamgibsonbooks.com/books/spook.asp</a></p>
<p>No thinking.</p>
<p>No neurotransmitter involved whatsoever.</p>
<p>Picked it up.</p>
<p>Paid for it.</p>
<p>Felt I did the right thing.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=230&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/11/25/i-just-had-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>
	</item>
		<item>
		<title>Mount DAA files with DAA2ISO</title>
		<link>http://jedrm.wordpress.com/2008/11/21/mount-daa-files-with-daa2iso/</link>
		<comments>http://jedrm.wordpress.com/2008/11/21/mount-daa-files-with-daa2iso/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 06:28:42 +0000</pubDate>
		<dc:creator>jedrm</dc:creator>
				<category><![CDATA[Computer/IT]]></category>
		<category><![CDATA[DAA]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://jedrm.wordpress.com/?p=226</guid>
		<description><![CDATA[Open source rulez  
http://aluigi.altervista.org/mytoolz.htm
http://aluigi.altervista.org/mytoolz/daa2iso.zip (download)

No need to install crap like PowerISO who just adds to the proprietary software fodder that pollutes the net.
Same thing goes for Nero&#8217;s NRG files, WinRAR&#8217;s RAR archives, WinWurd&#8217;s DOC, etc&#8230;. and the list goes on. Listen up people, creating proprietary file formats that only your software can open is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=226&subd=jedrm&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Open source rulez <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://aluigi.altervista.org/mytoolz.htm">http://aluigi.altervista.org/mytoolz.htm</a></p>
<p><a href="http://aluigi.altervista.org/mytoolz/daa2iso.zip">http://aluigi.altervista.org/mytoolz/daa2iso.zip</a> (download)</p>
<p><img class="aligncenter" title="daa2iso" src="http://aluigi.altervista.org/mytoolz/daa2iso.png" alt="" width="663" height="543" /></p>
<p>No need to install crap like PowerISO who just adds to the proprietary software fodder that pollutes the net.</p>
<p>Same thing goes for Nero&#8217;s NRG files, WinRAR&#8217;s RAR archives, WinWurd&#8217;s DOC, etc&#8230;. and the list goes on. Listen up people, creating proprietary file formats that only your software can open is just as bad as creating a language only you can understand. Like, what&#8217;s the point? Money can only go so far&#8230;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jedrm.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jedrm.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jedrm.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jedrm.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jedrm.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jedrm.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jedrm.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jedrm.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jedrm.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jedrm.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jedrm.wordpress.com&blog=107906&post=226&subd=jedrm&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jedrm.wordpress.com/2008/11/21/mount-daa-files-with-daa2iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01998f8679fb55985dfc2ac450a51521?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jedrm</media:title>
		</media:content>

		<media:content url="http://aluigi.altervista.org/mytoolz/daa2iso.png" medium="image">
			<media:title type="html">daa2iso</media:title>
		</media:content>
	</item>
	</channel>
</rss>