<?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>stanistan</title>
	<atom:link href="http://stanistan.com/plus/feed/" rel="self" type="application/rss+xml" />
	<link>http://stanistan.com/plus</link>
	<description>foraging for age</description>
	<lastBuildDate>Sun, 09 May 2010 23:28:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>the buddha as lion.</title>
		<link>http://stanistan.com/plus/writings/the-buddha-as-lion/</link>
		<comments>http://stanistan.com/plus/writings/the-buddha-as-lion/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 16:51:42 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=104</guid>
		<description><![CDATA[Come on, Simba, feed those cubs, feed them to yourself and infanticide be damned, you’ll remain king of the jungle for long enough that at some point you will be wishing for death, but it won’t come at the hands of another, or at the hands of age, it’ll come at the hands of creation, [...]]]></description>
			<content:encoded><![CDATA[<p>Come on, Simba, feed those cubs, feed them to yourself and infanticide be damned, you’ll remain king of the jungle for long enough that at some point you will be wishing for death, but it won’t come at the hands of another, or at the hands of age, it’ll come at the hands of creation, you will fertilize the land with your corpse. There will be a rainforest in many a generation.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/the-buddha-as-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shiver me spindles.</title>
		<link>http://stanistan.com/plus/meta/shiver-me-spindles/</link>
		<comments>http://stanistan.com/plus/meta/shiver-me-spindles/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:38:33 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[meta]]></category>
		<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=82</guid>
		<description><![CDATA[
My spindle shivers unnecessarily with the weight of just one sun collapsing into itself. I imagine this would make the sun nervous. Think it lives in anticipation of its demise, and as with ourselves, has no idea what will happen to it when it dies? Does it fade to destruction wishing it had done more [...]]]></description>
			<content:encoded><![CDATA[<p>
My spindle shivers unnecessarily with the weight of just one sun collapsing into itself. I imagine this would make the sun nervous. Think it lives in anticipation of its demise, and as with ourselves, has no idea what will happen to it when it dies? Does it fade to destruction wishing it had done more with its life? Or is its bliss self sustaining, self creating, and oh <em>so</em> masturbatory like a platypus looking nature in the face and asking, “you didn’t see this coming, did you?”</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/meta/shiver-me-spindles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ninja video grease script.</title>
		<link>http://stanistan.com/plus/code/ninja-video-grease-script/</link>
		<comments>http://stanistan.com/plus/code/ninja-video-grease-script/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 19:07:10 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=29</guid>
		<description><![CDATA[So I decided to mess around with NinjaVideo.net a bit and change the theme of it. I&#8217;d never wrote a Greasemonkey userscript before, but I&#8217;ve definitely wanted to try it. The object of this was specifically to change the way that the site looks, just the CSS, to remove the things that I don&#8217;t want [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided to mess around with <a href="http://ninjavideo.net">NinjaVideo.net</a> a bit and change the theme of it. I&#8217;d never wrote a <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> userscript before, but I&#8217;ve definitely wanted to try it. The object of this was specifically to change the way that the site looks, just the CSS, to remove the things that I don&#8217;t want and make have, over all, a cleaner interface.
</p>
<p><a href="http://stanistan.com/plus/wp-content/uploads/2010/02/ninjavideo-original.png"><img src="http://stanistan.com/plus/wp-content/uploads/2010/02/ninjavideo-original-600x375.png" alt="NinjaVideo.net Original" title="ninjavideo-original" width="600" height="375" class="aligncenter size-medium wp-image-73" /></a></p>
<h2>set up.</h2>
<p>
So then, of course, we want to know how to set up this user script. <br />
I called the file, <code>ninjavideo.user.js</code>, particularly after I realized that user scripts need that at the end of the file name. It sadly took about 10 minutes for that to actually become obvious.
</p>
<pre>
<code>
// ==UserScript==
// @name              NinjaVideo Skin
// @namespace         http://stanistan.com/plus/
// @description       Skin for ninjavideo.net
// @include           http://ninjavideo.net/*
// @include	      http://beta.ninjavideo.net/*
// @include	      http://*.ninjavideo.net/*

// ==/UserScript==
</code>
</pre>
<h2>what i want.</h2>
<p>
A clean, ad-less, video centered design that I can accomplish with CSS.
</p>
<p><span id="more-29"></span></p>
<p>I needed to include a CSS file to override ninjavideo&#8217;s own. Luckily, javascript is fantastic and one can append a css file to the <code>&lt;head&gt;</code> using this function:
</p>
<pre>
<code>
function append_css(p_file) {
	var v_css  = document.createElement('link');
	v_css.rel = 'stylesheet'
	v_css.type = 'text/css';
	v_css.href = p_file;
	document.getElementsByTagName('head')[0].appendChild(v_css);
}
</code>
</pre>
<p>Followed by: </p>
<pre><code>append_css('http://stanistan.com/projects/ninjavideo/ninjavideo.css');
</code></pre>
<p>
My knowledge of javascript isn&#8217;t that amazing, so this in particular is fun for me especially to realize how completely someone can manipulate a document&#8211;post rendering using the language. I generally just use <a href="http://jquery.com">jQuery</a> because of how awesome and simple it is. I realized that I would need some javascript for this because the <code>&lt;span&gt;</code> elements were styled inline, impossible to edit via an external stylesheet, really.
</p>
<p>
I knew that if I used jQuery, I could easily, with one line of code, change the color of these elements: <code>$('span').css('color', '#333');</code> and voila all of these were done and the page was now much more readable. Then I had an idea that would actually be useful for the site, having the sidebar, on the TV SHOWS section, searchable. Now this would be tricky, even my limited knowledge of jQuery would need sprucing up. This would be my code for that:
</p>
<pre>
<code>
$(document).ready(function() {
	$('span').css('color', '#333');

	var form_html = '&lt;p&gt;Search: &lt;input id="list_form" name="list_form" /gt;&lt;/p&gt;&lt;ul id="form_value"&gt;&lt;/ul&gt;';

	$('#left h3').after(form_html);

	$("#list_form").keyup(function() {
	    $("#left ul li").hide();
	    $("#left ul li:contains(" + this.value + ")").show();
	    if (this.value === '') {
	    	$("#left ul li").show();
	    }
	});
});
</code>
</pre>
<p>
So the problem with this, or one of the problems with this, is that it is case sensitive. Another problem, perhaps a bigger one, is that I would have to end up including the jQuery library in this user script. And.. really? That&#8217;s just stupid. Makes the file a lot larger, and for what? I probably wouldn&#8217;t need that much raw javascript code anyway.
</p>
<h2>right.</h2>
<p>
So I set out to do this. Which was a lot of fun, and made me really appreciate jQuery for it&#8217;s simplicity and englishness, it was also just interesting to see how particular the language of javascript actually is. So here&#8217;s the complete rewrite, and it&#8217;s quite small, too. Maybe could be done better, but I&#8217;m pretty happy with it.
</p>
<pre>
<code>
function append_css(p_file) {
	var v_css  = document.createElement('link');
	v_css.rel = 'stylesheet'
	v_css.type = 'text/css';
	v_css.href = p_file;
	document.getElementsByTagName('head')[0].appendChild(v_css);
}

append_css('http://stanistan.com/projects/ninjavideo/ninjavideo.css');

var new_p = document.createElement('p');

var new_p_text = document.createTextNode('Search: ');
new_p.appendChild(new_p_text);

var inputField = document.createElement('input');
inputField.id = 'list_form';
inputField.name = 'list_form';
new_p.appendChild(inputField);

var beforeList = document.getElementById('left').getElementsByTagName('ul')[0];
document.getElementById('left').insertBefore(new_p, beforeList);

inputField.onkeyup = function(e) {
	var fieldValue = inputField.value.toLowerCase();
	var list = beforeList.getElementsByTagName('li');
	for (var i in list) {
		var link = list[i].getElementsByTagName('a')[0];
		var linkText = link.innerHTML.toLowerCase();
		list[i].style.display = "none";
		if (linkText.match(fieldValue)) {
			list[i].style.display = "block";
		}
	}
}

var spans = document.getElementsByTagName('span');
for (var i in spans) {
	spans[i].style.color = '#333';
}
</code>
</pre>
<p><a href="http://stanistan.com/plus/wp-content/uploads/2010/02/ninjavideo-final-1.png"><img src="http://stanistan.com/plus/wp-content/uploads/2010/02/ninjavideo-final-1-600x375.png" alt="NinjaVideo Fianl" title="ninjavideo-final-1" width="600" height="375" class="aligncenter size-medium wp-image-78" /></a></p>
<p>
Note: This hasn&#8217;t been tested in anything other than Google Chrome. So it probably works fine in the latest of Firefox, Safari, and not at all IE, you know, the whole <code>box-shadow</code> and <code>border-radius</code> things.
</p>
<p>
Also, AdBlock speeds up load time.
</p>
<div class="link_to_file">
<a href="http://stanistan.com/projects/ninjavideo/ninjavideo.user.js">download ninjavideo.user.js</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/code/ninja-video-grease-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>juan.</title>
		<link>http://stanistan.com/plus/writings/juan/</link>
		<comments>http://stanistan.com/plus/writings/juan/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:32:38 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=23</guid>
		<description><![CDATA[Light them twice as there are two of them sitting there just begging for it. Nicotine bazookas bumping for anti-health priority, but don&#8217;t worry, they&#8217;ll both be smoked, launched and smiled at while writhing hard on asphalt thereafter. How electric, I&#8217;ll stare twice at this point on the wall. Meaning: I&#8217;ll leave the second time [...]]]></description>
			<content:encoded><![CDATA[<p>Light them twice as there are two of them sitting there just begging for it. Nicotine bazookas bumping for anti-health priority, but don&#8217;t worry, they&#8217;ll both be smoked, launched and smiled at while writhing hard on asphalt thereafter. How electric, I&#8217;ll stare twice at this point on the wall. Meaning: I&#8217;ll leave the second time that eye contact is broken, pivoting eyeballs singing setting interactive and sonorous it sings black. Stop staring. What be you looking at? I&#8217;ll close in faster than light allows, so just turn it off. In black, fetal fears flurry like fire but don&#8217;t forget that you can&#8217;t see it, be it and burn twice as bright, twice as fast and be the longest gap in between god&#8217;s brick wall of teeth, the largest statement screaming cream hard like life depends on it and it does as doves stop signifying peace, become crows, and skedaddle to harass spelunkers. Let&#8217;s make this fun so you can drop your jaw, but don&#8217;t forget that the sound of it falling is slower than the wall closing in. </p>
<p>Try shutting your eyes faster than possible, but generally, horrible doesn&#8217;t wait for anyone probable, even god&#8217;s cavity. But look here, there&#8217;s transmission incoming that sounds like someone&#8217;s coming to help and they&#8217;re near bearing weapons for self defense and density&#8217;s longest, largest defiance mirror. This way, the wall can only approach itself and be left shattered instead of causing some arbitrary hell. Seriously, this is the man of anyone&#8217;s dreams, even if you, as I do, generally dream of women, it&#8217;s a supposition meant to be broken twice like these two now dead cigarettes stomped out outside still sprouting the ephemera of smoke. It still hisses, but the volume is being decreased ever after.</p>
<p>They say it&#8217;s the oral fixation that keeps people on this addiction, mine is also the aural and there&#8217;s nothing like that sound, like listening to sex is sometimes better than watching. There must be some firm believer in this somewhere, but meet him and he&#8217;ll tell you he&#8217;ll give his hearing to be able to see it. Still bitter and bitten off more than he can chew because he had never felt it. But smoldering senses are no match for logical malfunction, really, they&#8217;re the flame discarding sanity and making sure to blame the action containers, stealing perspective and discarding the mistaken eyes of woe nowhere to be found. Sleep in fatigues because hiding from grief reading is the new world&#8217;s way of saying you&#8217;re in to the club formed by jagged destruction and script raptures that glitter like toasters that just sprung up toast. Mostly to be devoured slowly, and tirelessly invoking clandestine symptoms that spell out mystery. So add this to itself and repeat, world length connives now to stupor engagement and its nap time comes in the form of a flagrant vagrant leaning against a wall out of fear of the pavement beneath him. Maybe it&#8217;s hovering time, maybe it&#8217;s time to overturn unnatural fears, but he probably thinks he should be a bird perched indefinitely. A gargoyle in his past life saw misery. Speaking of symmetry, life comes to those with leather backs coupling with soviet backpackers immune to current events. Now who&#8217;s afraid of coming down? Maybe suicidals is a misnomer, too, jumpers finally facing their fear of the ground in the most powerful way possible. If they survive, there&#8217;s nothing stopping them from walking except for, probably, the self evident cripple-ness inherent in the breaking of the legs upon landing. </p>
<p>Wheel ahead ahoy! </p>
<p>Stagger steps expelling some majesty rhythms to deploy followers trying to flower misanthropic cathartic towers shelling out ivory in double, triple, quadruple doses grinning back at lists ever increasing in length just to occupy space. Wasp aces littering the sidewalk like the spelling bee had just got out, last day of school style, meanwhile messengers vigilant scrambled like clean-up-this litterbugs looking for muggers and their invertible residues of sadness maddening the ridiculous to insanity. Monitor the powerless, they know only word enough to ask for help and follow orders of leaders seeking remedies to not having enough influence and not yet having created paradise.</p>
<p> My slice of heaven involves breaking walls with hope and collecting their pieces while crashing cymbals together lovingly. Honestly, I just have no idea how to personify myself, and at great length, focus escapes the trap I set for it. Hence this. Spit my image to become your tongue prosthesis and then lay low, larder loves leaving lions lame, lethargic and turned into velcro like life, sticky, but not overwhelming. And when it&#8217;s the latter, it peels like skin overdue for some rind experience, flesh still succulent, and bleeding an orange into cigarette vitamin substitution, this is my illusion and it knows how to starve me. Rip softness from the fingers, engage them with difficulty, spread the misery, and what&#8217;s left is sunrise summing up what point of view really is: Fiction calling the world flat. Splitting the mental system to perspectives still all powerful enough to spiral out, then back in, a top enacting the potential of creation but accomplishing nothing. Supple tongues lie this way, rippling minds die this way, nipple clasps <em>love</em> this fucking way. </p>
<p>Strap on a helmet and start. Jungle gyms settle the mind to something resembling thickness, and the omelette outcome is fluffy, too, like serendipity scrambling eggs to induce bonding. How emotional. Waddle here and bring your mirror, watch yourself because your reflection is free and there&#8217;s a lesson in jeopardy of being lost. Blossom. Squeeze the mind into tapestry, because only then will the woven tales of lore emanate with the beauty that evokes recognition, niches wishing missions observed them in style. </p>
<p>The moral is sunglasses.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/juan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pretend pretend dialogue.</title>
		<link>http://stanistan.com/plus/writings/pretend-pretend-dialogue/</link>
		<comments>http://stanistan.com/plus/writings/pretend-pretend-dialogue/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:42:40 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=21</guid>
		<description><![CDATA[“Check it out. That fly. It’s just sitting there like we can’t see it. That awkwardly camouflaging things makes me want to believe in god. Shit. If this isn’t an example of intelligent design, I don’t know what is.”
“Can I say something?”
“Sure, but you didn’t really have to raise your hand, it’s not like this [...]]]></description>
			<content:encoded><![CDATA[<p>“Check it out. That fly. It’s just sitting there like we can’t see it. That awkwardly camouflaging things makes me want to believe in god. Shit. If this isn’t an example of intelligent design, I don’t know what is.”</p>
<p>“Can I say something?”</p>
<p>“Sure, but you didn’t really have to raise your hand, it’s not like this is some formal education kind of thing where you need to be recognized or given permission to speak. Do you cook, too? ‘Cause that’ll make you perfect, knowing your place and all. Weird thing is, is that my mom wasn’t like that and I really appreciated that about her. But that’s what I want in a wife. Weird, right? Oh yeah, digressing. That damned fly. Like it knows. Look at it over there, watching us talk, listening maybe, fucking plotting against us. It’s god way of keeping us honest like: watch out or the flies will take over. But isn’t that the roaches destiny? Man, you know it won’t be planet of the apes but planet of the roaches. Imagine Charleston Heston in that scenario, I’d love to see them still speak English and try to pull that off. Holy shit. Oh… you’re rolling two? Thanks.”</p>
<p>“No, they’re both for me, just keep talking and I’ll enjoy myself smoking them.”</p>
<p>“That’s kinda rude of you. You should try to be more considerate. There’s two people here after all.”</p>
<p>“Did you really just say that?”</p>
<p>“What?”</p>
<p>“Here, just be quiet for a second. I don’t even remember what I wanted to say.”</p>
<p>“When?”</p>
<p>“Fucking&#8211;When I was raising my hand!”</p>
<p>“I still can’t believe you did that in casual conversation. If you’re like that here what were you like when you were in school? Would you (ha!) pass a note to the person next to you asking them to raise their hand and then tell the teacher that you had a question or just stare the teacher down in hope that he would notice your gaze? Or… were you one of those rude, outspoken kids and then it all went horribly wrong one day and you ended up changing your ways?”</p>
<p>“Yeah. My teacher. He, he beat me after class one day.”</p>
<p>“Wait, really?”</p>
<p>“No, you dumb ass.”</p>
<p>“You can’t just say shit like that!”</p>
<p>“You keep saying shit so why can’t I?”</p>
<p>“You’re the respectable one and are supposed to say meaningful things!”</p>
<p>“Smile.”</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/pretend-pretend-dialogue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>re-chronological.</title>
		<link>http://stanistan.com/plus/writings/re-chronological/</link>
		<comments>http://stanistan.com/plus/writings/re-chronological/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:14:04 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=17</guid>
		<description><![CDATA[If I were a legitimate translation from right to left, skies would breathe sighs of relief to smoke signal that the latest trend needs to end, needs to become: The new latest trend, so this too should end and then, my reading would make sense, as the fat lady’s grand finale does in the way [...]]]></description>
			<content:encoded><![CDATA[<p>If I were a legitimate translation from right to left, skies would breathe sighs of relief to smoke signal that the latest trend needs to end, needs to become: The new latest trend, so this too should end and then, my reading would make sense, as the fat lady’s grand finale does in the way that it is understandable; it is the end. And after this, one can begin a bravo applause, one can begin again. Restart, because resetting is just a bit too much on the fictional side, like omitting what happened yesterday. </p>
<p>What happened yesterday? It fit the data, it rained snot out of rusty noses trying to contain themselves in tissue cloth masks by consequence also hiding smiles. Also, hiding happiness, and this bides time like weather making clouds shroud the sun ‘til high noon. Where is it? Where is it? Oh yeah, finally, it finished rising on some other time’s schedule. And this, it rips through the already rotten fabric like termites through wood, but they’ve been watching the sun set all this time, like backwards little bugger critters igniting themselves with phoenix envy. And I’m allowed to reference this overused trite phrase of life as my current version of a smile seeps into its seventh incarnation, loosely basing itself on the mouth contortion that usually comes coupled with tears. Oh dear, I swear I’ve sworn off laughing at my peers because I no longer use the baseline to gauge my mental Reimann sum. It’s more midpoint areas trying to twine protein knots out of nothing, not anything, and definitely not this something that I loathe to see. But I’ll be the bereft one grammatically incorrect and requiring maintenance and proof maintainers and their disciples still able to confine me in a bleeding tub of ivory just to remind me of the tower where I was born. Atop it, of course, like just sweet desserts surrounded by moss surrounded by mole hills surrounded by ⎯ fuck it. I wear orange in my ear attached to the rinds on the floor so I would never have to finish this. </p>
<p>The emphasis on <em>this</em>. </p>
<p><em>This</em> has the potential to be homo-carnivorous, a cannibal jogging through the woods making due with beetles for breakfast. Breakstarve more like it though, a kind of dirty nostalgia that I find myself inhabiting breeds collarless dress shirts on puppy dogs as they only walk on their hind legs and eat with utensils. Eating utensils, forks ‘n shit. I twirl hair with them, too, that’s why specificity is coming in an imperative. It’s like taking a bite out of a disgruntled apple: interesting, but so obvious. And I’ve eaten close to sixty-three, because I’ve discarded cores. It’s like when our planet dies, God will find our center mangled on the floor of the universe surrounded by remainders of our solar system and all he’ll say is, “litterbugs,” and like day, night, earth, and heaven, <em>it was Good</em>.</p>
<p>And yet it is as is, and I’ll rewrite it still on my seldom birthdays. Tomorrow, He just frowns as one does at a cigarette butt in the grass, but that’s just because we’re missing the head. I’ve never seen one, nor legs, though, and an ass by my definition is the yum fat on top of ‘em. So let’s just say, “supposedly… What the fuck,” without any kind of interrogatory inflection.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/re-chronological/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>parse growth in three ways.</title>
		<link>http://stanistan.com/plus/writings/parse-growth-in-three-ways/</link>
		<comments>http://stanistan.com/plus/writings/parse-growth-in-three-ways/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:46:14 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://stanistan.com/plus/?p=10</guid>
		<description><![CDATA[ Here, we forage for age and step up to the wisdom altar before it vanishes over the horizon, thus proving that the earth is round. We forage in the fall to recount the summer as it’s the season that has just passed when things bloomed and withered repeatedly, recursively. This lasts until the wind [...]]]></description>
			<content:encoded><![CDATA[<p> Here, we forage for age and step up to the wisdom altar before it vanishes over the horizon, thus proving that the earth is round. We forage in the fall to recount the summer as it’s the season that has just passed when things bloomed and withered repeatedly, recursively. This lasts until the wind blows the maximum finger count times from each possible direction, obviously decreeing some directions impossible. The non slopes refracting vectors to prove their own verity by being. And still, we forage, we look for jungle gyms to recount days of old and for floor mats to buffer any and all fears, especially of heights. With brooms we sweep squeaky clean the sidewalks and manifest lucidity like the instrumental being unbiased when arias argue. We sift passively and grow impatient, but at least we grow, so impatience can halt itself at the door, unwelcome. This is all so gratuitously selfish. This all so gratuitously selfish. This is all so beautiful, bring forth dreams on shattered platters and arrange the eating utensils properly, fork adjacent to probe, across from tear catchers and smile magnifiers. Our hair blooms like spring time, we forage the fall, and when we’re done, we burn it down, ignite us this way, fertilize our futures with similes of the sun showering us to glorious and the moon marinating us to delicious. We sit parallel, intersecting fingers and unifying pulses, spray paint in fish bowls never felt this good, neither did the goldfish. Two more and I can stand with you to make us all up and forage galloping, whistling away blisters, and carving stilts to stand in the tall characteristic of pretend. </p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/parse-growth-in-three-ways/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>softness.</title>
		<link>http://stanistan.com/plus/writings/softness/</link>
		<comments>http://stanistan.com/plus/writings/softness/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:42:30 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://localhost/stanistan/plus/?p=9</guid>
		<description><![CDATA[
It’s like the softness that runs down your fingers after you’ve devoured ice cream and joked about it being your last meal yet to realize that it was the penultimate. Perhaps now, as streaming tears give your face texture, you’ll re-swallow the flavor residue and mmm think yourself into a moment of that first bite. [...]]]></description>
			<content:encoded><![CDATA[<p>
It’s like the softness that runs down your fingers after you’ve devoured ice cream and joked about it being your last meal yet to realize that it was the penultimate. Perhaps now, as streaming tears give your face texture, you’ll re-swallow the flavor residue and mmm think yourself into a moment of that first bite. The outpouring of juice and love emotions from your gaping mouth tastes like strawberry to those of us with taste buds. To the rest, you look broken and rotten, your face a mess, and your nostrils flared like there was just an accident in from of them. Bright lights ahoy, you can only gasp the number of bites it took you to get to the center, the number of licks it took you to find yours. Now begrudgingly you scream, “happy birthday,” and jump. Remember love lost? It splashes against your belly as you make contact. Remember happiness? It shatters your spine so you can die in its entirety. Now look up to see a familiar face, yours ⎯ thoughtlessly sucking on a chocolate ice cream cone with sprinkles sprinkled and an expression that betrays the softness of your fingers. Everlasting taste test can only mean one thing now, infinite loop, computational error. Don’t you wish you got some fruit instead? Soft would be replaced with sticky and moths would flock to you as if you were illuminated beyond recognition. But the stone was dropped, and you followed it down, crashing seven fold and leaving ooohs and aaahs like this was a trick you’ve practiced over and over again. But you were prolific in the way you sucked it down, soft hands and hard, calloused finger tips and curled lips in an expression pure. Gluttony. The usurping pricelessly red in color.</p>
<p> Well, maybe not red, but more specific color nomenclature is not in this skill set. So… it was red, priceless, and colorful. Colorful in that unanimous red hue. Yeah, that’s it. Feed yourself and all of your surroundings, and get full, do a peck, blow up, kindly by 8:30AM. Work starts directly after that.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/writings/softness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>introducing.</title>
		<link>http://stanistan.com/plus/meta/introducing/</link>
		<comments>http://stanistan.com/plus/meta/introducing/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 00:52:46 +0000</pubDate>
		<dc:creator>stan</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://localhost/stanistan/plus/?p=1</guid>
		<description><![CDATA[So there&#8217;s nothing here yet, but there&#8217;ll be a plethora of and about me and my whiles involved and missing sustenance and sustaining substance at the same time.
]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s nothing here yet, but there&#8217;ll be a plethora of and about me and my whiles involved and missing sustenance and sustaining substance at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanistan.com/plus/meta/introducing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
