<?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>rishel.org &#187; Jay</title>
	<atom:link href="http://rishel.org/author/jay/feed/" rel="self" type="application/rss+xml" />
	<link>http://rishel.org</link>
	<description>My inane ramblings.  Or acerbic wit.  Take your pick.</description>
	<lastBuildDate>Thu, 19 Jan 2012 19:15:21 +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>Xvfb As A Service</title>
		<link>http://rishel.org/2012/01/xvfb-as-a-service/</link>
		<comments>http://rishel.org/2012/01/xvfb-as-a-service/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:06:47 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rishel.org/?p=547</guid>
		<description><![CDATA[sometimes it&#8217;s useful to run a a X app without a display to batch process something, but the app won&#8217;t run without an X server to connect to. That&#8217;s where X Virtual Frame Buffer Xvfb comes in. It&#8217;s everything an X server should be except actually displaying anything. It&#8217;s just missing one nicety, by default [...]]]></description>
			<content:encoded><![CDATA[<p>sometimes it&#8217;s useful to run a a X app without a display to batch process something, but the app won&#8217;t run without an X server to connect to. That&#8217;s where X Virtual Frame Buffer <a href="http://www.xfree86.org/4.0.1/Xvfb.1.html">Xvfb</a> comes in. It&#8217;s everything an X server should be except actually displaying anything. It&#8217;s just missing one nicety, by default it doesn&#8217;t run as a service, so you&#8217;d have to bring it up and tear it back down for every instance that needs the X display.  that seems a bit silly, so I wrote a RHEL (and CentOS) chkconfig compatible script to start it up and bring it down gracefully.</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash
#### linux chkconfig settings
# chkconfig: 345 01 99
# description: runs Xvfb on screen :2 at 1024x768x24
case $1 in
'start')
     echo -n &quot;Starting Xvfb...&quot;
     /usr/bin/Xvfb :2 -screen 0 1024x768x24 &gt; /dev/null 2&gt;&amp;1 &amp;
     echo $! &gt; /var/lock/subsys/Xvfb
     RETVAL=$?
     echo
     [ $RETVAL = 0 ]
    ;
'stop')
     echo -n &quot;Stopping Xvfb...&quot;
     kill `cat /var/lock/subsys/Xvfb`
     rm -f /var/lock/subsys/Xvfb
     RETVAL=$?
     echo
     [ $RETVAL = 0 ]
    ;;
*)
    echo &quot;usage: $0 {start|stop}&quot;
    ;;
esac
</pre>
<p>update: I just found this <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">wordpress plugin</a> to make the script have proper tabs, and get syntax highlighting as a plus. Pretty slick.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2012/01/xvfb-as-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meat Popsicle Casing Update</title>
		<link>http://rishel.org/2011/09/meat-popsicle-casing-update/</link>
		<comments>http://rishel.org/2011/09/meat-popsicle-casing-update/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 03:52:01 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://rishel.org/2011/09/meat-popsicle-casing-update/</guid>
		<description><![CDATA[Skin continues to calm down, used hibiclens this morning. Breakfast: eggs, sausage Lunch: yogurt, orange, white cheddar popcorn Dinner: cheese, Ham, green beans, gluten free mac &#038; cheese, Klondike bar. Rash starting back this evening, on shoulders, armpits.]]></description>
			<content:encoded><![CDATA[<p>Skin continues to calm down, used hibiclens this morning.</p>
<p>Breakfast: eggs, sausage<br />
Lunch: yogurt, orange, white cheddar popcorn<br />
Dinner: cheese, Ham, green beans, gluten free mac &#038; cheese, Klondike bar.</p>
<p>Rash starting back this evening, on shoulders, armpits. </p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/09/meat-popsicle-casing-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unprocessed Soilent Green Wrapper Update</title>
		<link>http://rishel.org/2011/09/unprocessed-soilent-green-wrapper-update/</link>
		<comments>http://rishel.org/2011/09/unprocessed-soilent-green-wrapper-update/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 13:08:54 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[health]]></category>

		<guid isPermaLink="false">http://rishel.org/?p=543</guid>
		<description><![CDATA[steroids last night helping some. Breakfast: gluten-free english muffin, butter, peanut butter Lunch: Taco Salad from work cafeteria after eating it thought I should have checked the dressing, but I think it was Ken&#8217;s which should be ok&#8230; Dinner: Brinner! bacon, sausage, gluten free pancakes.. nom.]]></description>
			<content:encoded><![CDATA[<p>steroids last night helping some.</p>
<p>Breakfast: gluten-free english muffin, butter, peanut butter<br />
Lunch: Taco Salad from work cafeteria after eating it thought I should have checked the dressing, but I think it was Ken&#8217;s which should be ok&#8230;<br />
Dinner: Brinner! bacon, sausage, gluten free pancakes.. nom.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/09/unprocessed-soilent-green-wrapper-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of The Meat Covering</title>
		<link>http://rishel.org/2011/09/state-of-the-meat-covering/</link>
		<comments>http://rishel.org/2011/09/state-of-the-meat-covering/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 02:41:00 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rishel.org/2011/09/state-of-the-meat-covering/</guid>
		<description><![CDATA[Skin: rashes on forearms, inner elbows, behind ears. Flakey itchy patch on left middle and ring fingers Topical applications: in AM, washed with Dr. Bronner&#8217;s magic soap. In PM applied Vanos (synthetic steroid cream) to worst rash sites. Breakfast: wrapless breakfast burrito over potatoes, chocolate milk Lunch: vanilla dannon Greek yogurt, banana, peanuts Dinner: Burger [...]]]></description>
			<content:encoded><![CDATA[<p>Skin: rashes on forearms, inner elbows, behind ears. Flakey itchy patch on left middle and ring fingers<br />
Topical applications: in AM, washed with Dr. Bronner&#8217;s magic soap. In PM applied Vanos (synthetic steroid cream) to worst rash sites.<br />
Breakfast: wrapless breakfast burrito over potatoes, chocolate milk<br />
Lunch: vanilla dannon Greek yogurt, banana, peanuts<br />
Dinner: Burger King California Whopper, no bun. Fries, diet coke.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/09/state-of-the-meat-covering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It Puts The Lotion On Its Skin</title>
		<link>http://rishel.org/2011/09/it-puts-the-lotion-on-its-skin/</link>
		<comments>http://rishel.org/2011/09/it-puts-the-lotion-on-its-skin/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 17:58:13 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[ezcema]]></category>
		<category><![CDATA[gluten]]></category>

		<guid isPermaLink="false">http://rishel.org/2011/09/it-puts-the-lotion-on-its-skin/</guid>
		<description><![CDATA[For close to two years now I&#8217;ve had off and on flare ups of eczema. From my GP to a Dermatologist to an Allergist treatment has gone from antifungals (no change), antibiotics (a little better?), topical steroids and moisturizers (calms things down, but is not a long term solution, also greasy), to changes in my [...]]]></description>
			<content:encoded><![CDATA[<p>For close to two years now I&#8217;ve had off and on flare ups of eczema. From my GP to a Dermatologist to an Allergist treatment has gone from antifungals (no change), antibiotics (a little better?), topical steroids and moisturizers (calms things down, but is not a long term solution, also greasy), to changes in my shampoo (now using Dr. Bronner&#8217;s to avoid SLS) and experimenting with Gold Bond Powder (didn&#8217;t help much) and lastly topical antimicrobial wash (seems to help breakouts heal, but isn&#8217;t preventative) and diet change. My allergist didn&#8217;t think my rash looked like a textbook <a href="http://en.wikipedia.org/wiki/Dermatitis_herpetiformis http://">gluten rash</a> but said it was worth a try. I started a gluten free diet and within two months my skin was great. I also began slowly losing weight and my.. um toilet related activities were better, not that I thought they were horrible to begin with.</p>
<p>But the last few days things have gotten itchy again. Did I eat some gluten accidentally? Quite possibly. But I&#8217;m not sure. I did notice some gastrointestinal distress the day before the rash came back. </p>
<p>Yesterday I saw a post by Eugenia with <a href="http://eugenia.queru.com/2011/09/13/listen-to-your-gut/ http://">gut problems but also eczema</a> describing the benefits of starting a modified <a href="http://infographic.paleolithicdiet.com/">Paleo diet</a> to her condition. My <a href="http://samthebutcher.multiply.com/tag/ulcerative%20colitis">friend Sam</a> has had a similar battle with colitis, which he is successfully controlling with the Specific Carbohydrate Diet that inspired Eugenia to start her modified paleo diet</p>
<p>So, my current thinking, since antibiotics do seem to help calm things down, and the antimicrobial wash seems to help a little, and gluten seemed to be the answer, or part of the answer is this: I&#8217;ve got a rogue bacteria on/in my skin or in my gut that is causing the autoimmune reactions leading the the ezema. I&#8217;m not entirely sure if gluten free is enough, or if I need go to something like SCD or Paleo. So my current plan is to blog more. (Ha!) I&#8217;m going to document the condition of my skin and what I&#8217;ve been eating, and what lotion i&#8217;ve put on my skin, or else I get the hose&#8211; I mean itchy.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/09/it-puts-the-lotion-on-its-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Motion Video on Linux</title>
		<link>http://rishel.org/2011/06/stop-motion-video-on-linux/</link>
		<comments>http://rishel.org/2011/06/stop-motion-video-on-linux/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:22:14 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[vparadox]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[stopmotion]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://rishel.org/?p=512</guid>
		<description><![CDATA[I needed to make a cutesy video to give a quick overview of the products the startup I&#8217;m working with wants to make. Here is how I accomplished this on Ubuntu: sudo apt-get install luciole luciole is an interesting project written for a french animation festival (you&#8217;ll want to run those links through google translate, [...]]]></description>
			<content:encoded><![CDATA[<p>I needed to make a cutesy video to give a quick overview of the products the startup I&#8217;m working with wants to make.  Here is how I accomplished this on Ubuntu:</p>
<p><code>sudo apt-get install luciole</code></p>
<p><a href="http://festival.inattendu.org/Luciole-Linux">luciole</a> is an interesting project written for a <a href="http://festival.inattendu.org/-Le-festival-">french animation festival</a> (you&#8217;ll want to run those links through google translate, or be fluent in French. whatevs).  If you&#8217;ve got a webcam that works with <a href="http://en.wikipedia.org/wiki/Video4Linux">V4L2</a>, and most should, you&#8217;re ready to go. Luckily I was using a <a href="http://www.huehd.com/">hueHD</a> with a flexible neck, so it was easy to point the camera at my animation surface.</p>
<p>After I had the basic story board of what I wanted to present figured out, and that was the hardest part, it was a matter of arts and craft. My media used were doodles from <a href="http://www.vparadox.net/our-company">Eva</a> and multicolored pipe cleaners.</p>
<p>I laid out the basic shots, then recorded a narration with <a href="http://audacity.sourceforge.net/">audacity</a>.  then I went back to luciole and added frames until the animation lasted as long as the narration. Exported the luciole track as an mpeg2 and stuck them together with <a href="http://www.pitivi.org/">PiTiVi</a>, and re-exported the final video.</p>
<p><object width="640" height="510"><param name="movie" value="http://www.youtube-nocookie.com/v/JTjNVmR8VHg?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/JTjNVmR8VHg?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/06/stop-motion-video-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blog hacked</title>
		<link>http://rishel.org/2011/06/blog-hacked/</link>
		<comments>http://rishel.org/2011/06/blog-hacked/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 15:06:54 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rishel.org/?p=520</guid>
		<description><![CDATA[so, the blog was hacked, I think they got in via an outdated instance of gallery which I had migrated to flickr but hadn&#8217;t cleaned up. I think we&#8217;re all better now, but let me know if see something out of place.]]></description>
			<content:encoded><![CDATA[<p>so, the blog was hacked, I think they got in via an outdated instance of gallery which I had migrated to flickr but hadn&#8217;t cleaned up.  I think we&#8217;re all better now, but let me know if see something out of place.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2011/06/blog-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing 32-bit Citrix Reciever on 64-bit Ubuntu</title>
		<link>http://rishel.org/2010/10/installing-32-bit-citrix-reciever-on-64-bit-ubuntu/</link>
		<comments>http://rishel.org/2010/10/installing-32-bit-citrix-reciever-on-64-bit-ubuntu/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 13:45:58 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>

		<guid isPermaLink="false">http://rishel.org/?p=499</guid>
		<description><![CDATA[I recently picked up an HP Mini 210-1041nr laptop and painlessly installed Ubuntu 10.10 from USB. I needed one more thing to make it usable for work: Citrix. Citrix kindly makes Debian packages available, but only 32-bit. I googled around and found some directions, but they seemed a bit overly complicated. Here is what I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently picked up an <a href="http://www.amazon.com/HP-210-1040NR-10-1-Inch-Black-Netbook/dp/B00318CGF0/ref=sr_1_fkmr0_3?ie=UTF8&#038;qid=1288013248&#038;sr=1-3-fkmr0&#038;tag=rishelorg-20">HP Mini 210-1041nr</a> laptop and painlessly installed <a href="http://www.ubuntu.com/desktop/get-ubuntu/download">Ubuntu 10.10 from USB</a>.  I needed one more thing to make it usable for work: Citrix.  Citrix kindly makes Debian packages available, but <a href="http://citrix.com/English/SS/downloads/details.asp?downloadID=3323&#038;productID=-1">only 32-bit</a>. I googled around and <a href="https://help.ubuntu.com/community/CitrixICAClientHowTo">found some directions</a>, but they seemed a bit overly complicated.
<ol>
 Here is what I did and it seems to work:</p>
<li>
Install the motif and 32bit libraries:<br />
<code>sudo apt-get install libmotif3 ia32-libs</code></li>
<li>Download the <a href="http://citrix.com/English/SS/downloads/details.asp?downloadID=3323&#038;productID=-1">32-bit deb package</a> from Citrix.</li>
<li>Force it to install despite the architecture mismatch:<br />
<code>sudo dpkgs -i --force-architecture icaclient_11.100.i386.patched.deb</code></li>
<li>Log into my employer&#8217;s Citrix site and click on a .ica file, telling the browser to open these files with <code>/usr/lib/ICAClient/wfcmgr</code></li>
</ol>
<p>this seemed to be a quite a bit easier than the very detailed directions I found on the ubuntu forum, so I thought I&#8217;d get these out here on the old blog for so I can google it myself because I can no longer remember anything outside of my <a href="http://en.wikipedia.org/wiki/Exocortex">exocortex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2010/10/installing-32-bit-citrix-reciever-on-64-bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Favorites for 04/26/10</title>
		<link>http://rishel.org/2010/04/twitter-favorites-for-042610/</link>
		<comments>http://rishel.org/2010/04/twitter-favorites-for-042610/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 07:07:46 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rishel.org/2010/04/26/twitter-favorites-for-042610/</guid>
		<description><![CDATA[I found the following things interesting on twitter recently ThatKevinSmith: Thing is, we never asked anybody at Skywalker if we COULD marry there; only wedding ever held on the property had been for a George&#8217;s niece.]]></description>
			<content:encoded><![CDATA[<div>I found the following things interesting on twitter recently
<ul>
<li><a href="http://twitter.com/ThatKevinSmith/statuses/12818939106">ThatKevinSmith: Thing is, we never asked anybody at Skywalker if we COULD marry there; only wedding ever held on the property had been for a George&#8217;s niece.</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2010/04/twitter-favorites-for-042610/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Favorites for 02/10/10</title>
		<link>http://rishel.org/2010/02/twitter-favorites-for-021010/</link>
		<comments>http://rishel.org/2010/02/twitter-favorites-for-021010/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:06:05 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://rishel.org/2010/02/11/twitter-favorites-for-021010/</guid>
		<description><![CDATA[I found the following things interesting on twitter recently icelander: We need to get Lancaster in on Google&#8217;s gigabit fiber experiment. Nominate us and get city officials to sign up. http://is.gd/86EC1]]></description>
			<content:encoded><![CDATA[<div>I found the following things interesting on twitter recently
<ul>
<li><a href="http://twitter.com/icelander/statuses/8917301201">icelander: We need to get Lancaster in on Google&#8217;s gigabit fiber experiment. Nominate us and get city officials to sign up. http://is.gd/86EC1</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://rishel.org/2010/02/twitter-favorites-for-021010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

