<?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>Eat Your Vegetables</title>
	<atom:link href="https://rawspinach.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://rawspinach.org/</link>
	<description>Stuff. </description>
	<lastBuildDate>Mon, 19 May 2025 13:39:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>using imagemagick to strip out colors for .png</title>
		<link>https://rawspinach.org/2015/10/13/imagemagick-to-strip-out-colors/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Tue, 13 Oct 2015 21:44:28 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://rawspinach.org/?p=868</guid>

					<description><![CDATA[<p>It took me a while to figure this out but I was happy with the results and figured this might help someone else.  I had about 100 two color .png files that I wanted to change the color on.  I didn&#8217;t feel like editing each one by hand in an image editor so I stumbled [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2015/10/13/imagemagick-to-strip-out-colors/">using imagemagick to strip out colors for .png</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It took me a while to figure this out but I was happy with the results and figured this might help someone else.  I had about 100 two color .png files that I wanted to change the color on.  I didn&#8217;t feel like editing each one by hand in an image editor so I stumbled on <a href="http://www.imagemagick.org/script/index.php" target="_blank" rel="nofollow">imagemagick</a>.</p>
<p>I am on a Mac (OSX) so I installed it via brew:</p>
<blockquote>
<pre>➜  ~  brew install imagemagick
Warning: imagemagick-6.9.2-4 already installed
➜  ~
</pre>
</blockquote>
<p>As you can see, I had already installed it. It was obvious, but here&#8217;s the command I eventually came up with:</p>
<blockquote>
<pre>convert filename.png -fuzz 25% -fill "#000000" -opaque "#4e9db3" filename_new.png</pre>
</blockquote>
<p>The infile is obvious. The &#8220;-fuzz 25%&#8221; seemed to make the entire replacement more thorough. If I went above 25% I found all the colors were replaced. The &#8220;-fill&#8221; tells imagemagick what you want to use as the replacement color. The &#8220;-opaque&#8221; is what you are replacing. To make it easier for me, I also outputted my altered file into a sub folder. Here&#8217;s how I looped through all the files:</p>
<blockquote>
<pre>for i in *.png : do
convert $i -fuzz 25% -fill "#000000" -opaque "#4e9db3" done/$i
done
</pre>
</blockquote>
<p>And off it went. I was very happy with this result. You can read more about it here: <a href="http://www.imagemagick.org/Usage/color_basics/#replace" target="_blank" rel="nofollow">Replacing Colors in an Image</a></p>
<p>The post <a href="https://rawspinach.org/2015/10/13/imagemagick-to-strip-out-colors/">using imagemagick to strip out colors for .png</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SEO and Social Media for Non-Profits</title>
		<link>https://rawspinach.org/2011/08/27/seo-and-social-media-for-non-profits/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Sat, 27 Aug 2011 15:44:41 +0000</pubDate>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Smarts]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[web 2.0]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=540</guid>

					<description><![CDATA[<p>seo and social media for non-profits This year, I’ve been fortunate to be involved with a non-profit organization here in Atlanta, called Vision Rehabilitation Services of Georgia.  My wife is a member of their staff and I have volunteered to help with promote their upcoming fundraising event via SEO and Social Media.  It’s been a [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/08/27/seo-and-social-media-for-non-profits/">SEO and Social Media for Non-Profits</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>seo and social media for non-profits</h1>
<p>This year, I’ve been fortunate to be involved with a non-profit organization here in Atlanta, called <a title="Vision Rehabilitation Services of Georgia" href="http://www.vrsga.org/" target="_blank" rel="nofollow">Vision Rehabilitation Services of Georgia</a>.  My wife is a member of their staff and I have volunteered to help with promote their upcoming fundraising event via <strong>SEO</strong> and <strong>Social Media</strong>.  It’s been a great learning experience and I am proud of the results that have been produced so far.</p>
<p><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-2.24.24-PM.png" rel="nofollow" target="_blank"><img decoding="async" class="aligncenter size-full wp-image-541" title="Google Analytics" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-2.24.24-PM.png" alt="Screen shot from Google Analytics showing improvment" width="222" height="128" /></a></p>
<p>Thankfully, my wife is often my sounding board and she will be the first person to remind me I am talking over people’s heads.  I love technology and all things internet related. Once I get excited about something, I tend to take off or (incorrectly) assume everyone knows what I’m talking about.</p>
<h2>consider your audience</h2>
<p>Alas, such is not the case.  The good people at <a title="Vision Rehabilitation Services of Georgia" href="http://www.vrsga.org/" target="_blank" rel="nofollow">VRS</a> are not technical in nature and I’ve done everything from explaining what <strong>Twitter</strong> is to how to edit the title of a page in <strong>HTML</strong>.  They certainly haven’t had much exposure to <strong>SEO</strong> and <strong>Social Media</strong>. This, I have found, is great since it helps me stay grounded, slow down, take a breath, and really make a difference in helping achieve results.</p>
<p>&nbsp;</p>
<p>I have found that I learn best when I have a goal in hand and the can put whatever I’m doing to practice.  This is how I <strong>learn</strong> and <strong>improve</strong>.</p>
<p>&nbsp;</p>
<p>I’m no stranger to <strong>Social Media</strong> and I consider myself more of a <strong>rabid enthusiast</strong> as opposed to an expert. I was already somewhat familiar with <strong>SEO</strong> and the over all concepts, but putting it all together for a good cause really helped me grow and be effective.</p>
<p>&nbsp;</p>
<p>I’ve bought books, signed up for mailing lists, practiced and experimented.</p>
<p style="text-align: center"><img decoding="async" class="aligncenter size-medium wp-image-542" title="Rinse, Lather, Repeat" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-3.06.36-PM-300x243.png" alt="Rinse, Lather, Repeat for success!" width="240" height="194" srcset="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-3.06.36-PM-300x243.png 300w, http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-3.06.36-PM.png 312w" sizes="(max-width: 240px) 100vw, 240px" /></p>
<p>(If you read Malcolm Gladwell’s book, Outliers, you know about opportunity and experience so I think that’s very apropos in this case.)</p>
<p style="text-align: center"><a title="Outliers" href="http://www.amazon.com/Outliers-Story-Success-Malcolm-Gladwell/dp/0316017922" target="_blank" rel="nofollow"><img decoding="async" class="aligncenter size-medium wp-image-543" title="Outliers" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-3.06.44-PM-199x300.png" alt="Malcolm Gladwell's book, Outliers" width="159" height="240" /></a></p>
<h2>finishing touches</h2>
<p>I’ve been using an example to illustrate how I feel. The example I’ve been using is that the Internet is a car; I know how to work on the engine, transmission and brakes, and with what I’m learning now I’m learning how to put on the <strong>custom, hand-painted pin striping</strong>.</p>
<p><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/08/Screen-shot-2011-08-26-at-Aug-26-3.09.26-PM.png" rel="nofollow" target="_blank"></a></p>
<p>I’m not going to go into specifically into <strong>SEO</strong> or <strong>Social Media</strong> tips for non-profits because that stuff is already plastered all over the web and can be found in books, but I have really enjoyed my experience and am glad I’m helping a great cause.</p>
<p>&nbsp;</p>
<p>But is has become clear to me that you have to use both, or that is to say,<strong> you should use both</strong>.  <em><strong>The sum is greater than the parts</strong></em> and with the various tools available, you can see the results, (whether positive or negative) pretty quickly.</p>
<h2>goals</h2>
<p>I guess the one piece of advice I can give, is to <strong>have a goal</strong>.  Whether it is something like “getting people to sign up for the fundraiser,” or “move up in search engine results,” or simply create awareness, you got to have identified what you are trying to do.   <strong>SEO</strong> and <strong>Social Media</strong> just for the heck of it, will not work.</p>
<p>&nbsp;</p>
<p>Oh, and if you are interested in helping our cause and seeing how SEO and Social Media can help a non-profit, check out the <a title="The Spooktacular Chase 5k Race in Smyrna GA" href="http://www.spooktacularchase.com" target="_blank" rel="nofollow">Spooktacular Chase, 5k Race in Symrna GA</a>.</p>
<p>&nbsp;</p>
<p style="text-align: center">I’d love to hear any suggestions or questions you have.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://rawspinach.org/2011/08/27/seo-and-social-media-for-non-profits/">SEO and Social Media for Non-Profits</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>goodbye to a legacy&#8230;</title>
		<link>https://rawspinach.org/2011/07/08/goodbye-to-a-legacy/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Sat, 09 Jul 2011 03:38:11 +0000</pubDate>
				<category><![CDATA[beer]]></category>
		<category><![CDATA[homebrewing]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[spontaneous communication]]></category>
		<category><![CDATA[updates]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=500</guid>

					<description><![CDATA[<p>This came to me via the Real Beer Pages monthly newsletter. CHARLES KOCH, VITAL TO CREATION OF BOSTON BEER, DIES Charles Joseph Koch Jr., father of Boston Beer Company co-founder Jim Koch, has died. He was 89 years old. A press release from Boston Beer explains, &#8220;The elder Mr. Koch was a guiding light for his oldest [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/07/08/goodbye-to-a-legacy/">goodbye to a legacy&#8230;</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This came to me via the Real Beer Pages monthly newsletter.</p>
<blockquote><p>CHARLES KOCH, VITAL TO CREATION OF BOSTON BEER, DIES<br />
Charles Joseph Koch Jr., father of Boston Beer Company co-founder Jim Koch, has died. He was 89 years old. A press release from Boston Beer explains, &#8220;The elder Mr. Koch was a guiding light for his oldest son, Jim, in the creation of The Boston Beer Company. He contributed his immense knowledge of brewing, as well as his sound business advice. But his greatest gift lay in an old trunk stored in his attic. That trunk contained family brewing memorabilia and beer recipes dating back to the 1800s. Indeed, he handed over to his son what he considered the best of the family beer recipes. That beer was first brewed in 1984 and soon appeared in taverns and restaurants in Boston under the name Samuel Adams Boston Lager. The success of Samuel Adams Boston Lager is widely credited as a catalyst for the American Craft Beer Revolution.&#8221; Charles Koch was born in Cincinnati on Nov. 14, 1922, and after majoring in chemical engineering at the University of Cincinnati he became the fifth generation of eldest Koch sons to become a brewer.</p></blockquote>
<p>The loss of a family member is very sad.</p>
<p><span id="more-500"></span></p>
<p>You can sign up for the RBP here: <a href="http://www.realbeer.com/shared/subscribe/" rel="nofollow" target="_blank">http://www.realbeer.com/shared/subscribe/</a></p>
<p>This was the very first Internet email list I have subscribed to back in the day.</p>
<p><!--
google_ad_client = "ca-pub-8923121346083970";
/* 300x250HomeBrewing */
google_ad_slot = "1888593430";
google_ad_width = 300;
google_ad_height = 250;
//--></p>
<p>The post <a href="https://rawspinach.org/2011/07/08/goodbye-to-a-legacy/">goodbye to a legacy&#8230;</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>usb 2.0 not working in windows 7?</title>
		<link>https://rawspinach.org/2011/05/15/usb-2-0-not-working-in-windows-7/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Mon, 16 May 2011 02:44:31 +0000</pubDate>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[win7]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=482</guid>

					<description><![CDATA[<p>Man, I wished I saved some screenshots. I wasn&#8217;t sure when it happened, but I was getting a pop-up whenever I plugged my USB devices in that said, &#8220;This Device may be able to perform faster&#8230;&#8221; and then it said I had no USB 2.0 or Hi-Speed USB connections installed on my system. It was [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/05/15/usb-2-0-not-working-in-windows-7/">usb 2.0 not working in windows 7?</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Man, I wished I saved some screenshots.</p>
<p>I wasn&#8217;t sure when it happened, but I was getting a pop-up whenever I plugged my USB devices in that said, &#8220;This Device may be able to perform faster&#8230;&#8221; and then it said I had no USB 2.0 or Hi-Speed USB connections installed on my system.</p>
<p>It was driving me nuts since I had a combo USB/Firewire PCI-E card installed and my Kindle, iPod, HTC phone, all complained and I was getting slow(er) USB transfer speeds.</p>
<p>I didn&#8217;t know what it could be!  I took out the card, blew the dust out, resat the card, etc, re-installed drivers, but nothing made a difference.</p>
<p>Then I read a forum post that said it might be related to the recent Service Pack for Windows 7.</p>
<p>In my device manager, I had three yellow exclamation points next to my USB devices.  The forum post said to delete them from your device manager, reboot, and then Windows 7 would reinstall the right driver.</p>
<p>Sure enough, it worked!</p>
<figure id="attachment_485" aria-describedby="caption-attachment-485" style="width: 300px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/05/device_mgmr.png" rel="nofollow" target="_blank"></a><figcaption id="caption-attachment-485" class="wp-caption-text">All my yellow &quot;!&quot; are gone!</figcaption></figure>
<p>In looking back through my <a title="YOUR Google search history!" href="http://www.google.com/history" target="_blank" rel="nofollow">Google Search History</a>, I see that I saw an interesting thing in my Event Log:</p>
<blockquote><p>The driver Driverusbehci failed to load for the device PCI</p></blockquote>
<p>I work with a real sharp Microsoft Engineer and the first place he always looks is the Event Log.</p>
<p>Here&#8217;s the forum post that helped me solve this all:</p>
<blockquote><p><a href="http://www.sevenforums.com/hardware-devices/139441-standard-enhanced-pci-usb-host-controller-not-running.html" rel="nofollow" target="_blank">http://www.sevenforums.com/hardware-devices/139441-standard-enhanced-pci-usb-host-controller-not-running.html</a></p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://rawspinach.org/2011/05/15/usb-2-0-not-working-in-windows-7/">usb 2.0 not working in windows 7?</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>welcome back to the real world</title>
		<link>https://rawspinach.org/2011/04/26/welcome-back-to-the-real-world/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 02:44:19 +0000</pubDate>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[Smarts]]></category>
		<category><![CDATA[updates]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=469</guid>

					<description><![CDATA[<p>We just got back from a wonderful time down at Disney World.  They sure know how to do it right.  Not only do they have excellent customer service, they go all out to make sure their customers have a great time. This was the first time we actually spent time on their property.  That&#8217;s how [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/04/26/welcome-back-to-the-real-world/">welcome back to the real world</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We just got back from a wonderful time down at Disney World.  They sure know how to do it right.  Not only do they have excellent customer service, they go all out to make sure their customers have a great time.</p>
<figure id="attachment_470" aria-describedby="caption-attachment-470" style="width: 209px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/mickey.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" class="size-full wp-image-470" title="mickey" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/mickey.jpg" alt="Mickey Mouse" width="209" height="241" /></a><figcaption id="caption-attachment-470" class="wp-caption-text">Mickey Mouse</figcaption></figure>
<p>This was the first time we actually spent time on their property.  That&#8217;s how you got to do it.  I drove our van once over the entire week for a beer run. Everything else has been taken care of.</p>
<p>I have some observations that I&#8217;d like to share.</p>
<h2>Tattoos</h2>
<p>Now, I have a tattoo.  I got it when I was 18. I can hide it easily.  At Disney world, <strong>tattoos are the new goatee</strong>.  <em>You ain&#8217;t cool unless you have a tattoo.</em> At Disney World, one will get to see a lot of tattoos.  I saw plenty of <a title="Arm Sleeves via Google" href="http://www.google.com/search?q=arm+sleeve+tattoos&amp;hl=en&amp;prmd=ivns&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=3GqiTZOwMcfZgAez46jaBQ&amp;ved=0CCYQsAQ&amp;biw=1920&amp;bih=912" rel="nofollow" target="_blank">arm sleeves</a>, leg tattoos, and heck, I even thought about getting another one on my leg, (in college I had picked out the<a title="Thanks, Google!" href="http://www.google.com/search?q=japanese+shadow+puppets&amp;hl=en&amp;prmd=ivns&amp;source=lnms&amp;tbm=isch&amp;ei=BmuiTaOrDcf3gAe3rrHaBQ&amp;sa=X&amp;oi=mode_link&amp;ct=mode&amp;cd=2&amp;ved=0CAoQ_AUoAQ&amp;biw=1920&amp;bih=912" rel="nofollow" target="_blank"> most awesome Japanese Shadow puppet </a>for my calf), but there <em><strong>were zero neck tattoos</strong></em>.  That is, until we returned to <strong>Georgia</strong>. It still boggles my mind why anyone would get a neck tattoo.</p>
<figure id="attachment_471" aria-describedby="caption-attachment-471" style="width: 205px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/neck.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" class="size-full wp-image-471" title="Neck Tattoo" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/neck.jpg" alt="Oh yeah... I am very cool" width="205" height="246" /></a><figcaption id="caption-attachment-471" class="wp-caption-text">Mr. Dumas</figcaption></figure>
<h2><span id="more-469"></span></h2>
<h2>Shoes</h2>
<p>If you know anything about me, then you will know I have a thing for shoes. Specifically, wearing the proper shoes for the specific occasion; don&#8217;t wear running shoes for playing tennis or soccer, don&#8217;t run in cross trainers, etc. For the most part, I was pleasantly surprised to see that most people did wear proper shoes for the <a title="Bataan Death March &lt;- For real!" href="http://en.wikipedia.org/wiki/Bataan_Death_March" rel="nofollow" target="_blank">Bataan Death March</a> that is walking for 13 hours on pavement around the Magic Kingdom.  There were a few people wearing <a title="http://www.crocs.com/" href="http://www.crocs.com/" rel="nofollow" target="_blank">Crocs</a> and flip-flops, but there was one lady wearing super-sexy high heeled shows, (let me state that by saying &#8220;super-sexy&#8221; I didn&#8217;t find her super sexy, but something led me to believe she thought she was super sexy), who was pushing a baby stroller.</p>
<p>Honestly, I&#8217;m not sure if that is vanity or just plain ol&#8217; poor planning but if she walked just half of the distance we walked, she&#8217;s going to need surgery by the time she&#8217;s 40.</p>
<figure id="attachment_472" aria-describedby="caption-attachment-472" style="width: 200px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/ouch.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" class="size-full wp-image-472" title="Ouch!" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/ouch.jpg" alt="Ouch!" width="200" height="204" /></a><figcaption id="caption-attachment-472" class="wp-caption-text">Ouch!</figcaption></figure>
<p><span style="font-size: 20px;font-weight: bold">relaxin&#8217;</span></p>
<p>The place we stayed had an <a title="Awesome pool" href="http://www.google.com/search?q=fort+wilderness+pool&amp;hl=en&amp;prmd=ivns&amp;source=lnms&amp;tbm=isch&amp;ei=fWuiTdiUGJTQgAem5YDaBQ&amp;sa=X&amp;oi=mode_link&amp;ct=mode&amp;cd=2&amp;ved=0CAsQ_AUoAQ&amp;biw=1920&amp;bih=912" rel="nofollow" target="_blank">awesome pool.</a> It was awesome for many reasons, but the best reason, I think, is that we met a ton of cool people at the pool. Heck, we met a ton of cool people everywhere but at the pool we had the time to sit and talk and get to know people. We met their kids, learned about their lives, etc. It was awesome. I wish I had the foresight to bring my calling cards to hand out so we could keep in touch with these folks.</p>
<p>At the parks, we ran into neighbors from our subdivision, kids from school, and our son heard someone in the crowd say my and my wife&#8217;s name. So there is no telling who else we (could have) bumped into. <em>Update:<a title="David and Courtney at Disney" href="http://www.people.com/people/article/0,,20481789,00.html" target="_blank" rel="nofollow"> Courtney Cox and David Arquette were there the same time we were</a>.</em></p>
<h2>food</h2>
<p>We ate like pigs.  I kept calling myself, &#8220;7000 Calorie Man!&#8221; since everywhere we ate, it was tons o&#8217; food.  But we certainly walked it off.  Every place we ate at was better than the last place. No one in our family was particularly taken by the Disney Characters, but our kids, (surprisingly), chowed down on the salmon at the buffets.</p>
<figure id="attachment_473" aria-describedby="caption-attachment-473" style="width: 262px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/buffet.jpg" rel="nofollow" target="_blank"></a><figcaption id="caption-attachment-473" class="wp-caption-text">The Buffet (not an actual picture of the buffet)</figcaption></figure>
<p>One night, we hit the German Beer Garden in Epcot. It was really fun and I overate big time. It was more about the experience than it was about the food, but it still was pretty good. I could not get my daughter to do the Chicken Dance with me.</p>
<p><iframe loading="lazy" width="700" height="525" src="https://www.youtube.com/embed/PYitRF_886Y?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<h2>mobility</h2>
<p>We take it for granted. We&#8217;re healthy, we can get around pretty easy. We aren&#8217;t confined to a wheel chair or walker. This time, there were 100&#8217;s of people in those motorized scooters or chairs. It was hard to tell if they were handicapped or just fat but they were everywhere.</p>
<figure id="attachment_474" aria-describedby="caption-attachment-474" style="width: 225px" class="wp-caption aligncenter"><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/rascal.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" class="size-full wp-image-474" title="The Rascal" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/rascal.jpg" alt="The Rascal" width="225" height="225" srcset="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/rascal.jpg 225w, http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/rascal-150x150.jpg 150w" sizes="auto, (max-width: 225px) 100vw, 225px" /></a><figcaption id="caption-attachment-474" class="wp-caption-text">The Rascal</figcaption></figure>
<p><a href="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/walle.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-475" title="Wall-E Fat Guy Chair" src="http://rawspinach.digitalcloudmen.com/wp-content/uploads/sites/12/2011/04/walle.jpg" alt="Wall-E Fat Guy Chair" width="273" height="184" /></a></p>
<h2>awesome time</h2>
<p>At the time, I was thinking I have had enough Disney to last until the kids are teenagers. But looking back, it was a great vacation and a lot of fun. I&#8217;d consider going back before too long. If you have questions, suggestions, or comments, I&#8217;d love to hear them!</p>
<p>The post <a href="https://rawspinach.org/2011/04/26/welcome-back-to-the-real-world/">welcome back to the real world</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>cycles of improvements</title>
		<link>https://rawspinach.org/2011/03/17/cycles-of-improvements/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Fri, 18 Mar 2011 03:40:47 +0000</pubDate>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Smarts]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ted conference]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtual collaboration]]></category>
		<category><![CDATA[web 2.0]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=416</guid>

					<description><![CDATA[<p>A good friend of mine shared something with me that was really cool.  Surely, you&#8217;ve heard to TED Talks. In case you didn&#8217;t here&#8217;s a brief description: TED is a small nonprofit devoted to Ideas Worth Spreading. It started out (in 1984) as a conference bringing together people from three worlds: Technology, Entertainment, Design. Since then [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/03/17/cycles-of-improvements/">cycles of improvements</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A good friend of mine shared something with me that was really cool.  Surely, you&#8217;ve heard to TED Talks. In case you didn&#8217;t here&#8217;s a brief description:</p>
<blockquote><p>TED is a small nonprofit devoted to Ideas Worth Spreading. It started out (in 1984) as a conference bringing together people from three worlds: <strong>Technology, Entertainment, Design.</strong> Since then its scope has become ever broader. Along with two annual conferences &#8212; the TED Conference in Long Beach and Palm Springs each spring, and the TEDGlobal conference in Edinburgh UK each summer &#8212; TED includes the award-winning TEDTalks video site, the Open Translation Project and Open TV Project, the inspiring TED Fellows and TEDx programs, and the annual TED Prize.</p></blockquote>
<p>And that&#8217;s taken <a title="TED Talks" href="http://www.ted.com/pages/about" target="_blank" rel="nofollow">right from their website</a>.</p>
<p>I honestly don&#8217;t watch enough of them.  Some of videos I seen are &#8220;knock-yer-socks-off&#8221; type of good.  Most everything I&#8217;ve seen so far has been really inspiration.</p>
<p>So, my friend shared with me, <a title="TED Curator Chris Anderson on Crowd Accelerated Innovation" href="http://www.wired.com/magazine/2010/12/ff_tedvideos/all/1" rel="nofollow" target="_blank">TED Curator Chris Anderson on Crowd Accelerated Innovation</a>, which was featured in Wired. I&#8217;ll embed the accompanying video here. I think both the article and the video have profound impact. Anderson&#8217;s video focuses on videos, but I feel the same sentiment can be applied towards <a title="http://twitter.com/jpabian" href="http://twitter.com/jpabian" target="_blank" rel="nofollow">Twitter</a> and <a title="http://www.facebook.com/jpabian" href="http://www.facebook.com/jpabian" target="_blank" rel="nofollow">Facebook</a>, and other social media outlets.</p>
<p><!--copy and paste--></p>
<p>What I find interesting, is the concept of people who have passion and are self-taught, can raise the bar on those classically trained.</p>
<blockquote><p>Innovation is hard work; it based on 100&#8217;s of hours of research, practice&#8230; abscense of desire&#8230; it&#8217;s not going to happen&#8230;</p>
<p style="text-align: right"><em>&#8211; Chris Anderson </em></p>
</blockquote>
<p style="text-align: left"><span id="more-416"></span></p>
<p style="text-align: left">One of the more remarkable things in his talk, is the Legion of Extraordinary Dancers.  Why is this remarkable? Well, I freaking hate dance&#8230; and contemporary dance at that. Watching <a title="http://www.fox.com/dance/" href="http://www.fox.com/dance/" target="_blank" rel="nofollow">So You Think You Can Dance</a> and <a title="http://abc.go.com/shows/dancing-with-the-stars/" href="http://abc.go.com/shows/dancing-with-the-stars/" target="_blank" rel="nofollow">Dancing with the Stars</a> is like taking a shower in prison; <em>I don&#8217;t like it</em>.  So when I saw this video, I was amazed.  It got to me&#8230; I had never seen a dance performance like that. Here&#8217;s the <strong>LXD </strong>video:</p>
<p style="text-align: left">httpv://www.youtube.com/watch?v=KDmjLeqQwsM</p>
<p style="text-align: left">I love &#8220;Slow Motion Man&#8221; at the 1:00 minute mark. Call me silly.</p>
<p style="text-align: left">Here&#8217;s why I find all of this terribly exciting. Imagine how this sort of access can apply to your life, your kids, your work&#8230; there are no limits!  I see what is available to my kids today, and if I filter out the seedier side of the Internet and focus on the exposure and the opportunities they will have that I didn&#8217;t have&#8230; they can be capable of anything! Granted, I hope to instill in them a good moral compass before they leave the nest, but stop a moment and consider the potential they have before them! <em>It&#8230; is&#8230; limitless.</em></p>
<p style="text-align: left">Here&#8217;s a great example.  One of the things we like to do as a family is watch <a title="http://abc.go.com/shows/americas-funniest-home-videos" href="http://abc.go.com/shows/americas-funniest-home-videos" target="_blank" rel="nofollow">America&#8217;s Funniest Videos</a> on Sunday night. I am a Cat Guy, so I like the funny cat videos.  We found <a title="http://www.youtube.com/user/mugumogu" href="http://www.youtube.com/user/mugumogu" target="_blank" rel="nofollow">Maru on YouTube</a>, a box-loving, inquisitive cat from Japan.  Maru&#8217;s owner seems to have a ton of time on his hands since he has so many videos of Maru. We enjoy watching his videos and I love watching my kids laugh at Maru&#8217;s silly antics.  After the earthquake and tsunami in Japan, my kids were actually worried about Maru, (his family is in Tokyo). <a title="Maru's Blog" href="http://sisinmaru.blog17.fc2.com/" target="_blank" rel="nofollow"> We found out through his Youtube channel he was okay</a>. My youngest son started getting the idea (he&#8217;s six) to make videos to let the rest of our nationally dispersed family, we were okay, too. He&#8217;s six! YouTube is as much as part of his life as anything else he watches on TV.</p>
<p style="text-align: left">httpv://www.youtube.com/watch?v=w-iIbotFkzQ</p>
<p style="text-align: left">In my next related post, I&#8217;ll reference the book, &#8220;<a title="http://en.wikipedia.org/wiki/Crossing_the_Chasm" href="http://en.wikipedia.org/wiki/Crossing_the_Chasm" target="_blank" rel="nofollow">Crossing the Chasm</a>&#8221; and how I think this is all related.</p>
<p>The post <a href="https://rawspinach.org/2011/03/17/cycles-of-improvements/">cycles of improvements</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NYTimes: Supremacy of a Social Network</title>
		<link>https://rawspinach.org/2011/03/16/nytimes-supremacy-of-a-social-network/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Wed, 16 Mar 2011 21:10:06 +0000</pubDate>
				<category><![CDATA[Ramblings]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/2011/03/16/nytimes-supremacy-of-a-social-network/</guid>

					<description><![CDATA[<p>The anthropologist in me really appreciates this article. I can see this sort of social evolution happening within a corporation. NYTimes: Supremacy of a Social Networkhttp://nyti.ms/epqleF</p>
<p>The post <a href="https://rawspinach.org/2011/03/16/nytimes-supremacy-of-a-social-network/">NYTimes: Supremacy of a Social Network</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>The anthropologist in me really appreciates this article. I can see this sort of social evolution happening within a corporation.</p>
<p><div class='p_embed p_image_embed'> <img loading="lazy" decoding="async" alt="15animals6-articleinline" height="237" src="http://posterous.com/getfile/files.posterous.com/temp-2011-03-16/ajJbgbsFlCJIEfaapdgbymbdjaCyoApkmcquEDaqhuEgcpEkjBGnwCoktlph/15animals6-articleInline.jpg.scaled500.jpg" width="190" /> </div>
</p>
<p>NYTimes: Supremacy of a Social Network<br /><a href="http://nyti.ms/epqleF" rel="nofollow" target="_blank">http://nyti.ms/epqleF</a></p>
</div>
<p>The post <a href="https://rawspinach.org/2011/03/16/nytimes-supremacy-of-a-social-network/">NYTimes: Supremacy of a Social Network</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>&#8230; to the cloud!!!</title>
		<link>https://rawspinach.org/2011/03/09/to-the-cloud/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 04:05:02 +0000</pubDate>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Smarts]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[asterisk pbx]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[trixbox]]></category>
		<category><![CDATA[vm]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/?p=449</guid>

					<description><![CDATA[<p>&#8230; to sound cliche. boo-hoo&#8217;ing So, my precious VMWare node, running on an old Dell 1850 died a couple weeks ago. I lost a drive. I had it set up with RAID0.  Yes, I&#8217;ll admit I was over confident. I was surprised how quickly that drive died, but I lost everything. I lost years of [&#8230;]</p>
<p>The post <a href="https://rawspinach.org/2011/03/09/to-the-cloud/">&#8230; to the cloud!!!</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&#8230; to sound cliche.</p>
<h2><strong>boo-hoo&#8217;ing</strong></h2>
<p>So, my precious <strong>VMWare node</strong>, running on an old <strong>Dell 1850</strong> died a couple weeks ago. I lost a drive. I had it set up with <strong>RAID0</strong>.  Yes, I&#8217;ll admit I was over confident. I was surprised how quickly that drive died, but I lost everything. I lost years of work: my SVN repositories, my Asterisk configs, my DNS records, the list goes on.</p>
<p>A good friend of mine said, &#8220;<strong><em>It&#8217;s time to go to the Cloud; It&#8217;s awesome.</em></strong>&#8221;</p>
<p>He was right. In recent months, I&#8217;ve relied heavily on <a title="Get Dropbox!" href="http://db.tt/IEFe3q9" target="_blank" rel="nofollow">DropBox</a> and more recently on <a title="box.net" href="http://www.box.net/" target="_blank" rel="nofollow">Box.net</a>, and even more recently on <a title="Skydrive!" href="http://skydrive.live.com" target="_blank" rel="nofollow">Microsoft&#8217;s Skydrive</a>, but what was I going to do with my other services?</p>
<h2>&#8230; back in my day&#8230;</h2>
<p>It&#8217;s been so many years since I&#8217;ve run a server in my basement. Even before my kids were born.  I was one of the first people to get aDSL in Atlanta: this was when the phone company still did a truck roll to their customer&#8217;s house.  I ran a <a title="FreeBSD" href="http://www.freebsd.org/" target="_blank" rel="nofollow">FreeBSD</a> box, (I think 4.5), that did PPPoE with a really old 10Mbit switch.  Ever since then, I had a box in the basement doing things.  I used to run mail servers, web servers, media servers, network drive, internal DNS, and even an Asterisk PBX.</p>
<p><span id="more-449"></span></p>
<p>So when this box died this year, (2011), I felt naked. So here&#8217;s what I did and I am pretty happy.  Ultimately, this forced me to evolve and I&#8217;m better off for it.  I remember reading a post somewhere, might have been<a title="/." href="http://slashdot.org/" target="_blank" rel="nofollow"> /.</a>, but during something like Hurricane Katrina, you can zip up and encrypt you bank account information, and send it to yourself at Gmail, and have it available if you could get to a computer.  Things have changed since then so this is easier than every, so apply the same base idea and you can recover from any crisis in minimal time.</p>
<h2>evolution</h2>
<p>So where was I&#8230; oh yeah&#8230; here&#8217;s what I did:</p>
<ul>
<li>Moved my internal DNS to <a href="http://www.dyndns.com/" rel="nofollow" target="_blank">http://www.dyndns.com/</a>.  I use it to get to my home network so now I have both my external IP and my internal IP&#8217;s.</li>
<li>Moved my PBX for my c<a title="Cbeyond Cloud Services Virtual PBX" href="https://www.aretta.com/" target="_blank">ompany&#8217;s cloud PBX server</a>.  Very nice!</li>
<li>I lost my Confluence installation, so for now&#8230; I am using <a title="PBWiki" href="http://pbworks.com/content/personal+overview" target="_blank" rel="nofollow">PBWiki</a></li>
<li>Set up a small Dell Optiplex 745 with <a title="ProxMox" href="http://www.proxmox.com/" target="_blank" rel="nofollow">Proxmox</a>, which uses<a title="Open VZ" href="http://wiki.openvz.org" target="_blank" rel="nofollow"> OpenVZ</a> as the underlying virtualization technology.</li>
</ul>
<p>This is working really nice, in my opinion.  I really like my linux containers on my Proxmox box.  This is way ligher than running VMWare on a 1U server. I am sure my power bill will decrease immensely.</p>
<p>This is what I am running on my Dell Optiplex.  It&#8217;s only got 2GB of RAM and I have to say, I think my containers are running better than they did on my Dell 1850. I did have to enable &#8220;VT&#8221; in the Optiplex&#8217;s bios to get full KVM support. Go figure:</p>
<ul>
<li>One container set up for web development, Apache + PHP</li>
<li>One container running MySQL</li>
<li>One container<a title="Confluence. Get yourself a $10 Enterprise Wiki" href="http://www.atlassian.com/software/confluence/" target="_blank" rel="nofollow"> running Confluence</a></li>
<li>One container running a development WordPress blog</li>
<li>One KVM virtual image running<a title="Alien Vault" href="http://alienvault.com/" target="_blank" rel="nofollow"> AlienVault</a></li>
</ul>
<p>The AlienVault VM was more of an experiment to run a completely virtualized image.  It&#8217;s pretty cool but I&#8217;m not really relying on it.</p>
<h2>behind the curtain</h2>
<p>I wanted to do something slicker than doing port redirection on my gateway/router for the various images behind the firewall.  So I enabled <a title="mod_proxy" href="http://httpd.apache.org/docs/2.2/mod/mod_proxy.html" target="_blank" rel="nofollow">mod_proxy</a> on the webdev  box and after some trial and error, it works.  So I set up CNAMES in DynDNS that are public names and the<strong> mod_proxy</strong> works great.  This is what I have in my <strong><em>vhost_name.conf</em></strong> for Apache. I have one <em>.conf</em> for each web site behind my router:</p>
<blockquote>
<pre>&lt;VirtualHost 192.168.0.71:80&gt;
        ServerName host.public.domain.tld
        ProxyRequests Off
        &lt;Proxy *&gt;
                Order deny,allow
                Allow from all
        &lt;/Proxy&gt;

        ProxyPass / http://host.internal.domain.tld/
        ProxyPassReverse / http://host.internal.domain.tld/

        &lt;Location /&gt;
                Order allow,deny
                Allow from all
        &lt;/Location&gt;
        ErrorLog /var/log/httpd/blogs-error_log
        CustomLog /var/log/httpd/blogs-access_log common

&lt;/VirtualHost&gt;</pre>
</blockquote>
<p>It works great!  I love it! No more crazy port redirects! I got conf files for my Tivo&#8217;s, too! I was doing some remote work, and I think I might need a tiny VZ container to use as an SSH jump host.</p>
<h2>lessons learned</h2>
<p>This time, I am going to be more rigorous around my backups.  <strong>Proxmox </strong>has a backup utility built into it, and I am uploading those tar files up to <strong>box.net</strong> for now.  It&#8217;s manual, but I will script here shortly.</p>
<blockquote><p>&nbsp;</p></blockquote>
<p>The post <a href="https://rawspinach.org/2011/03/09/to-the-cloud/">&#8230; to the cloud!!!</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Awesome lunch at Tandoor in Marietta</title>
		<link>https://rawspinach.org/2011/02/24/awesome-lunch-at-tandoor-in-marietta/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Thu, 24 Feb 2011 18:49:25 +0000</pubDate>
				<category><![CDATA[Ramblings]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/2011/02/24/awesome-lunch-at-tandoor-in-marietta/</guid>

					<description><![CDATA[<p>Amazing Pakistani lunch&#8230; now with pictures!!! &#160; See the full gallery on posterous &#160;</p>
<p>The post <a href="https://rawspinach.org/2011/02/24/awesome-lunch-at-tandoor-in-marietta/">Awesome lunch at Tandoor in Marietta</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="posterous_autopost">
<p>Amazing Pakistani lunch&#8230; now with pictures!!!</p>
<p>&nbsp;</p>
<p><a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/jtjkbcpfCAygggjDguEEokwjxnuDfeEaHsjvmlCdGsylbovEfmbJDElljoAj/IMAG0049.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/jtjkbcpfCAygggjDguEEokwjxnuDfeEaHsjvmlCdGsylbovEfmbJDElljoAj/IMAG0049.jpg.scaled500.jpg" alt="" width="500" height="835" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/sDbozgFDclGvlqcBwsyrvdrlHnEjalzovFdlmeiopCayesbJnfCsvdkzvpuJ/IMAG0047.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/sDbozgFDclGvlqcBwsyrvdrlHnEjalzovFdlmeiopCayesbJnfCsvdkzvpuJ/IMAG0047.jpg.scaled500.jpg" alt="" width="500" height="835" /></a></p>
<p><span id="more-446"></span></p>
<p><a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/vlHauIbJoBqnFCkkugfedFvgtFFpylGJGEsAzAdaCultIvvrwjaxGwleuunq/IMAG0046.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/vlHauIbJoBqnFCkkugfedFvgtFFpylGJGEsAzAdaCultIvvrwjaxGwleuunq/IMAG0046.jpg.scaled500.jpg" alt="" width="500" height="835" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/mwapuDIFvHImIIemyEDwcGkrAfjtBoHGhkbcsqEEgnaEmpcnsjDpcnHDqJDw/IMAG0044.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/mwapuDIFvHImIIemyEDwcGkrAfjtBoHGhkbcsqEEgnaEmpcnsjDpcnHDqJDw/IMAG0044.jpg.scaled500.jpg" alt="" width="500" height="835" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/wjyzituIHnlCglccCbHyABcqdywDxJcJFrwvrdyzhuxcqFixlkngzEkiHIfe/IMAG0045.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/wjyzituIHnlCglccCbHyABcqdywDxJcJFrwvrdyzhuxcqFixlkngzEkiHIfe/IMAG0045.jpg.scaled500.jpg" alt="" width="500" height="835" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/afgrugBjIghvnoxzEfkahnxDbcsdqljcExaCztstkDsxcrhdHwlvjBxfItox/IMAG0050.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/afgrugBjIghvnoxzEfkahnxDbcsdqljcExaCztstkDsxcrhdHwlvjBxfItox/IMAG0050.jpg.scaled500.jpg" alt="" width="500" height="299" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/CritdJhtcmBeJdJwdBDmtBEnylnngukhyBrlIHqedztcBHAdlsCHudqkuGon/IMAG0042.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/CritdJhtcmBeJdJwdBDmtBEnylnngukhyBrlIHqedztcBHAdlsCHudqkuGon/IMAG0042.jpg.scaled500.jpg" alt="" width="500" height="835" /></a> <a href="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/ClynJcCwijCzGahBxfJiFeymlgFadjqzGzltAvGrIjkavyAvDgmJbucqIczt/IMAG0043.jpg.scaled1000.jpg" rel="nofollow" target="_blank"><img loading="lazy" decoding="async" src="http://posterous.com/getfile/files.posterous.com/temp-2011-02-24/ClynJcCwijCzGahBxfJiFeymlgFadjqzGzltAvGrIjkavyAvDgmJbucqIczt/IMAG0043.jpg.scaled500.jpg" alt="" width="500" height="835" /></a></p>
<div><a href="http://jpabian.posterous.com/awesome-lunch-at-tandoor-in-marietta" rel="nofollow" target="_blank">See the full gallery on posterous</a></div>
<p>&nbsp;</p>
</div>
<p>The post <a href="https://rawspinach.org/2011/02/24/awesome-lunch-at-tandoor-in-marietta/">Awesome lunch at Tandoor in Marietta</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>NYTimes: Ken Olsen, Who Built DEC Into a Power, Dies at 84</title>
		<link>https://rawspinach.org/2011/02/08/nytimes-ken-olsen-who-built-dec-into-a-power-dies-at-84/</link>
		
		<dc:creator><![CDATA[Jeff Pabian]]></dc:creator>
		<pubDate>Tue, 08 Feb 2011 14:38:42 +0000</pubDate>
				<category><![CDATA[Ramblings]]></category>
		<guid isPermaLink="false">http://www.rawspinach.org/2011/02/08/nytimes-ken-olsen-who-built-dec-into-a-power-dies-at-84/</guid>

					<description><![CDATA[<p>NYTimes: Ken Olsen, Who Built DEC Into a Power, Dies at 84http://nyti.ms/e7MFDs</p>
<p>The post <a href="https://rawspinach.org/2011/02/08/nytimes-ken-olsen-who-built-dec-into-a-power-dies-at-84/">NYTimes: Ken Olsen, Who Built DEC Into a Power, Dies at 84</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='posterous_autopost'>NYTimes: Ken Olsen, Who Built DEC Into a Power, Dies at 84<br /><a href="http://nyti.ms/e7MFDs" rel="nofollow" target="_blank">http://nyti.ms/e7MFDs</a></div>
<p>The post <a href="https://rawspinach.org/2011/02/08/nytimes-ken-olsen-who-built-dec-into-a-power-dies-at-84/">NYTimes: Ken Olsen, Who Built DEC Into a Power, Dies at 84</a> appeared first on <a href="https://rawspinach.org">Eat Your Vegetables</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
