<?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>Eugene Kashida</title>
	<atom:link href="http://ekashida.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ekashida.wordpress.com</link>
	<description>hello world!</description>
	<lastBuildDate>Thu, 21 Apr 2011 04:09:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ekashida.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/510a3b1b1ff48ab08f758f13bd9debe5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Eugene Kashida</title>
		<link>http://ekashida.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ekashida.wordpress.com/osd.xml" title="Eugene Kashida" />
	<atom:link rel='hub' href='http://ekashida.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Reverse SSH Tunnel</title>
		<link>http://ekashida.wordpress.com/2010/08/22/reverse-ssh-tunnel/</link>
		<comments>http://ekashida.wordpress.com/2010/08/22/reverse-ssh-tunnel/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 21:51:35 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=227</guid>
		<description><![CDATA[Just finished playing around with reverse SSH tunnels with my buddy jkit so I figured I&#8217;d write this stuff down before I forgot. ssh -nNT -R 1199:localhost:22 remotehost.com This command looks pretty confusing if it&#8217;s the first time you&#8217;re seeing it (at least it did to me), but an intuitive way to phrase it would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=227&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/08/22/reverse-ssh-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Positioning Schemes</title>
		<link>http://ekashida.wordpress.com/2010/08/22/positioning-schemes/</link>
		<comments>http://ekashida.wordpress.com/2010/08/22/positioning-schemes/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 18:54:29 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=217</guid>
		<description><![CDATA[There are three positioning schemes, and they are: Floats Absolute positioning Normal flow Floated content is defined as any element that has a CSS float property of &#8216;left&#8217; or &#8216;right&#8217;. Note that these values may be inherited with the &#8216;inherit&#8217; value. Absolutely positioned elements consist of any element that has a CSS position property of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=217&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/08/22/positioning-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Closure Pattern</title>
		<link>http://ekashida.wordpress.com/2010/07/18/defining-undefined/</link>
		<comments>http://ekashida.wordpress.com/2010/07/18/defining-undefined/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 00:59:07 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=185</guid>
		<description><![CDATA[Here&#8217;s a common closure pattern that I&#8217;ve been seeing a lot: (function (window, document, undefined) { /*** - undefined, unlike null or window, is not a reserved word and can be redefined. By redefining undefined with an undefined value, we can be sure that it is what we expect it to be. - The local [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=185&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/07/18/defining-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Crockford on CSS</title>
		<link>http://ekashida.wordpress.com/2010/03/20/crockford-on-css/</link>
		<comments>http://ekashida.wordpress.com/2010/03/20/crockford-on-css/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 20:24:50 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=176</guid>
		<description><![CDATA[I find within the community of people who use CSS great affection for it. They’re totally invested in CSS, they love it. They can’t imagine any other way of doing formatting in a document. It’s it. It’s sort of like watching an episode of Cops where the cops come in and break up the family [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=176&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/03/20/crockford-on-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoiding Perl Capture Variables</title>
		<link>http://ekashida.wordpress.com/2010/02/17/avoiding-perl-capture-buffers/</link>
		<comments>http://ekashida.wordpress.com/2010/02/17/avoiding-perl-capture-buffers/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 03:43:27 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=160</guid>
		<description><![CDATA[In a recent conversation with an acquaintance of mine, he pointed out that Perl is very hard to read. I initially took offense as I loved the language during the relatively short time I coded in it, but I quickly realized that he was right. At the cost of flexibility, Perl tends to encourage unreadable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=160&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/02/17/avoiding-perl-capture-buffers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>The Factory/Constructor Pattern</title>
		<link>http://ekashida.wordpress.com/2010/02/16/the-factoryconstructor-pattern/</link>
		<comments>http://ekashida.wordpress.com/2010/02/16/the-factoryconstructor-pattern/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:49:58 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=151</guid>
		<description><![CDATA[Code your constructors defensively by checking whether or not it was called with the new operator: function Circle (color, radius) { if (! (this instanceof arguments.callee)) { return new arguments.callee(color, radius); } this.color = color; this.radius = radius; } Source<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=151&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/02/16/the-factoryconstructor-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Image Formats on the Web</title>
		<link>http://ekashida.wordpress.com/2010/02/13/image-formats-on-the-web/</link>
		<comments>http://ekashida.wordpress.com/2010/02/13/image-formats-on-the-web/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:49:59 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=139</guid>
		<description><![CDATA[Differences between image formats never really mattered to me. People tend not to care about the characteristics of TIFF and JPEG unless it makes a difference in their lives. For some, the catalyst to learn is a hobby or a career in photography or design. For me, it was when I started web development. My [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=139&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/02/13/image-formats-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Carriage Returns vs Line Feeds</title>
		<link>http://ekashida.wordpress.com/2010/02/05/carriage-returns-vs-line-feeds/</link>
		<comments>http://ekashida.wordpress.com/2010/02/05/carriage-returns-vs-line-feeds/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:31:37 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[newline]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=106</guid>
		<description><![CDATA[My first job out of school was to maintain and add to an ETL-style feed processing platform written in Perl. It&#8217;s basic function was to take a data source, apply a series of transformations to it, and then spit it back out&#8211;usually in a different format such as XML or an SQLite flat file. A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=106&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/02/05/carriage-returns-vs-line-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharing a screen session</title>
		<link>http://ekashida.wordpress.com/2010/01/23/sharing-a-screen-session/</link>
		<comments>http://ekashida.wordpress.com/2010/01/23/sharing-a-screen-session/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 22:04:27 +0000</pubDate>
		<dc:creator>Eugene Kashida</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://ekashida.wordpress.com/?p=86</guid>
		<description><![CDATA[Whenever you need to share a terminal with someone&#8211;whether it&#8217;s because you&#8217;re working from home and need to collaborate with a coworker, or you&#8217;re pair-programming and taking turns to edit code&#8211;the ability to share a screen session can be invaluable. If your guest is not able to attach to the screen instance after setting up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ekashida.wordpress.com&amp;blog=99928&amp;post=86&amp;subd=ekashida&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ekashida.wordpress.com/2010/01/23/sharing-a-screen-session/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9ca912a928f68f7f5e9b2cb82a232010?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ekashida</media:title>
		</media:content>
	</item>
	</channel>
</rss>
