<?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>kuro.dk &#187; Random Musings</title>
	<atom:link href="http://kuro.dk/category/random-musings/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuro.dk</link>
	<description>kuro is the old black</description>
	<lastBuildDate>Sat, 21 Apr 2012 22:29:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>This didn&#8217;t happen, really.</title>
		<link>http://kuro.dk/2011/12/this-didnt-happen-really/</link>
		<comments>http://kuro.dk/2011/12/this-didnt-happen-really/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 00:35:40 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=786</guid>
		<description><![CDATA[&#8220;So are you two still an item?&#8217; &#8216;I don&#8217;t know really. Last time we spoke it was kind of weird.&#8217; &#8216;Define weird.&#8217; &#8216;You know, just, weird.&#8217; &#8216;And how long ago was that?&#8217; &#8216;It&#8217;s… Been a while.&#8217; &#8216;Dude, she just updated &#8230; <a href="http://kuro.dk/2011/12/this-didnt-happen-really/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;So are you two still an item?&#8217;<br />
&#8216;I don&#8217;t know really. Last time we spoke it was kind of weird.&#8217;<br />
&#8216;Define weird.&#8217;<br />
&#8216;You know, just, weird.&#8217;<br />
&#8216;And how long ago was that?&#8217;<br />
&#8216;It&#8217;s… Been a while.&#8217;</p>
<p>&#8216;Dude, she just updated her Facebook status to &#8220;in a relationship.&#8221;&#8216;<br />
&#8216;Yeah? So I guess&#8230;&#8217;<br />
&#8216;With another guy.&#8217;<br />
&#8216;&#8230; Oh.&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2011/12/this-didnt-happen-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s old drawing time again!</title>
		<link>http://kuro.dk/2011/01/its-old-drawing-time-again/</link>
		<comments>http://kuro.dk/2011/01/its-old-drawing-time-again/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 11:22:40 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=639</guid>
		<description><![CDATA[Another old one I had lying around.]]></description>
			<content:encoded><![CDATA[<p>Another old one I had lying around. </p>
<p><a href="http://kuro.dk/wp-content/uploads/2010/12/pshomegirl.jpg"><div id="attachment_647" class="wp-caption aligncenter" style="width: 360px"><img src="http://kuro.dk/wp-content/uploads/2010/12/pshomegirl-350x800.jpg" alt="PSHomeGirl" title="PSHomeGirl" width="350" height="800" class="size-medium wp-image-647" /><p class="wp-caption-text">PSHomeGirl</p></div></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2011/01/its-old-drawing-time-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maya plane with image</title>
		<link>http://kuro.dk/2010/09/maya-plane-with-image/</link>
		<comments>http://kuro.dk/2010/09/maya-plane-with-image/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 08:01:10 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=612</guid>
		<description><![CDATA[This is a small PyMEL script sript that I wrote for maya 2011 to create a polyplane and add an image texture to it. Just select an image and there you go. filename = fileDialog2(caption = "Select a file", okCaption &#8230; <a href="http://kuro.dk/2010/09/maya-plane-with-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a small PyMEL script sript that I wrote for maya 2011 to create a polyplane and add an image texture to it. Just select an image and there you go. </p>
<pre lang="python" line="1">
filename = fileDialog2(caption = "Select a file", okCaption = "Use this please", cancelCaption = "No, don't do it!", ds = 2, fm = 1 )
if filename != None:

    file = createNode('file', name = "imageplanetexturefile")
    file.fileTextureName.set(filename)

    shdr, sg = createSurfaceShader( 'lambert', name = "imageplaneshader" )

    file.outColor >> shdr.color

    filesize = file.outSize.get()

    imgplane = polyPlane(name = "imageplane", width = filesize[0], height = filesize[1])

    sets(sg, forceElement = imgplane[0])
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/09/maya-plane-with-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Wallpaper 2</title>
		<link>http://kuro.dk/2010/08/team-wallpaper-2/</link>
		<comments>http://kuro.dk/2010/08/team-wallpaper-2/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 08:12:49 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=601</guid>
		<description><![CDATA[A while back someone posted a lot of Team Fortress 2 Achievement wallpapers, each depicting a different icon. I thought it would be cool to have all the achievements in one wallpaper and since no one had done so (at &#8230; <a href="http://kuro.dk/2010/08/team-wallpaper-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while back someone posted a lot of Team Fortress 2 Achievement wallpapers, each depicting a different icon. I thought it would be cool to have <em>all</em> the achievements in one wallpaper and since no one had done so (at the time) I set out to do it. Just for kicks. And then I never did anything with them. Until today. I was cleaning up and old computer when I stumbled upon my two attempts and I thought I would upload them, just in case anyone was interested. There are probably many new achievements in the game now, but I am not going to update these wallpapers unless the demand is really strong.</p>
<p>Here they are:</p>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 456px"><a href="http://kuro.dk/wp-content/uploads/2010/08/16x9.png"><img class="aligncenter size-medium wp-image-603" title="1920x1080" src="http://kuro.dk/wp-content/uploads/2010/08/16x9-446x250.png" alt="" width="446" height="250" /></a><p class="wp-caption-text">16x9 wallpaper</p></div>
<p>&nbsp;</p>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 456px"><a href="http://kuro.dk/wp-content/uploads/2010/08/4x3.png"><img class="aligncenter size-medium wp-image-602" title="1600x1200" src="http://kuro.dk/wp-content/uploads/2010/08/4x3-446x334.png" alt="" width="446" height="334" /></a><p class="wp-caption-text">4x3 wallpaper</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/08/team-wallpaper-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not A Story</title>
		<link>http://kuro.dk/2010/06/not-a-story/</link>
		<comments>http://kuro.dk/2010/06/not-a-story/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 16:46:57 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=597</guid>
		<description><![CDATA[I wrote some text: Her name was Candela Nutts although not many people knew this fact. She didn&#8217;t much care about what people thought of her but she neither needed or wanted the added complications of having a name that &#8230; <a href="http://kuro.dk/2010/06/not-a-story/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wrote some text:</p>
<p><em>Her name was Candela Nutts although not many people knew this fact. She didn&#8217;t much care about what people thought of her but she neither needed or wanted the added complications of having a name that inferred being, if you were extremely lucky, small, crunchy and edible. So she tried being Candela for a while and failed because everyone just called her Candle. She could live with that and at least now no one would ever know. </p>
<p>The man sitting in the chair in front of her knew and that worried her. &#8220;But enough with the pleasentries, Miss Nutts,&#8221; he said. Without even a hint of a smile, Candle noticed. That worried her even more. </em></p>
<p>Now only 74870 words to go before my new novel is finished. </p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/06/not-a-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sex in sci-fi</title>
		<link>http://kuro.dk/2010/03/sex-in-sci-fi/</link>
		<comments>http://kuro.dk/2010/03/sex-in-sci-fi/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:26:16 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=591</guid>
		<description><![CDATA[In my quest to find an author whose books I can devour in the same way that I do Terry Pratchetts (his books are quite good, especially with ketchup), I have started Peter F. Hamiltons Reality Disfunction. His other two &#8230; <a href="http://kuro.dk/2010/03/sex-in-sci-fi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In my quest to find an author whose books I can devour in the same way that I do Terry Pratchetts (his books are quite good, especially with ketchup), I have started Peter F. Hamiltons Reality Disfunction. His other two books that I have read, Pandoras Star and Judas Unchained, were fairly good and pulled off a few really cool sequences, so I was hoping for something similar.<br />
I am a little over halfway through now and it is finally starting to get interesting. 600 pages in. It needs to pull of a seriously spectacular ending if I am to be convinced to buy the sequel.</p>
<p>Another thing: one of the main characters in the book is having sex with, and I am almost not kidding here, <em>every single hot woman he comes into contact with</em>. And the ones he doesn&#8217;t have sex with (so far as I have read) either wants to have sex with him or at least finds him really attractive. Now, this could possibly work, but usually it is just too easy. I will now paraphrase his latest encounter to demonstrate:</p>
<p><em>He was laying on his bed in the guest-room watching boring TV. Suddenly the door unlocks and the landlords hot young wife that, by the way, he met earlier, enters his room entirely uninvited.</p>
<p>Hot young wife: &#8220;I want to have sex with you&#8221;</p>
<p>Him: &#8220;why?&#8221;</p>
<p>Hot young wife: &#8220;Because I am hot and you are hot and I want to prevent you from having sex with my hot daughter&#8221;</p>
<p>Him: &#8220;OK&#8221;</p>
<p>Fade suggestively to black.<br />
</em></p>
<p>Usually I don&#8217;t mind sex in books but in this is getting a little ridiculous.</p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/03/sex-in-sci-fi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can you make this jingle sound more brown?</title>
		<link>http://kuro.dk/2010/02/can-you-make-this-jingle-sound-more-brown/</link>
		<comments>http://kuro.dk/2010/02/can-you-make-this-jingle-sound-more-brown/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 11:51:13 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=586</guid>
		<description><![CDATA[So this would probably be something more relevant for Twitter, but since I don&#8217;t actually post there and also because then I wouldn&#8217;t be able to make this small-but-still-larger-than-140-characters stab at Twitter I am posting it here. A fun site &#8230; <a href="http://kuro.dk/2010/02/can-you-make-this-jingle-sound-more-brown/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So this would probably be something more relevant for Twitter, but since I don&#8217;t actually post there and also because then I wouldn&#8217;t be able to make this small-but-still-larger-than-140-characters stab at Twitter I am posting it here. </p>
<p>A fun site I tumbled u-pun (times 2, intended but failed). Name speaks for itself: <a href="http://clientsfromhell.tumblr.com/">Clients From Hell</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/02/can-you-make-this-jingle-sound-more-brown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And Other Things That Will Earn Me Eternal Damnation.</title>
		<link>http://kuro.dk/2010/01/and-other-things-that-will-earn-me-eternal-damnation/</link>
		<comments>http://kuro.dk/2010/01/and-other-things-that-will-earn-me-eternal-damnation/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:56:47 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=570</guid>
		<description><![CDATA[Not that I actually have any of that this time. I had just forgotten about my latest post and was actually kind of surprised, because, really, it&#8217;s not that good. No, what I wanted to say was that I had &#8230; <a href="http://kuro.dk/2010/01/and-other-things-that-will-earn-me-eternal-damnation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Not that I actually have any of that this time. I had just forgotten about my latest post and was actually kind of surprised, because, really, it&#8217;s not <em>that</em> good.</p>
<p>No, what I wanted to say was that I had been super swamped with work and that is why I haven&#8217;t written anything in <em>waaay</em> to long. Unfortunately, I can&#8217;t even say that because that would be a lie, and lying is wrong. Especially on the internet, where everything is right and proper.</p>
<p>As is customary in these cases, I give you some old drawings. These are a couple of character design tests that I did for a Nintendo DS game that I wanted to make. It was supposed to be an old school adventure-game not entirely unlike <a href="http://en.wikipedia.org/wiki/Fate_of_atlantis">The Fate of Atlantis</a>, except with a young female archeology student and also possibly the fountain of youth. Or something.</p>
<div id="attachment_572" class="wp-caption aligncenter" style="width: 456px"><a href="http://kuro.dk/wp-content/uploads/2010/01/showoff.jpg"><img class="size-medium wp-image-572" title="Game Girl" src="http://kuro.dk/wp-content/uploads/2010/01/showoff-446x276.jpg" alt="Game Girl" width="446" height="276" /></a><p class="wp-caption-text">Game Girl</p></div>
<p>It also bears mentioning that I have now unlocked, from the deepest recesses of racial memory, the secret knowledge of baking carrot-cake (my mom gave me the recipe) which means that I am now doomed to become brown, oblong and delicious, if the saying is to be believed.  </p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2010/01/and-other-things-that-will-earn-me-eternal-damnation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hmmm&#8230;.</title>
		<link>http://kuro.dk/2009/10/hmmm/</link>
		<comments>http://kuro.dk/2009/10/hmmm/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:58:57 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/?p=568</guid>
		<description><![CDATA[I&#8217;m not saying anything.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not saying anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2009/10/hmmm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Blog WIll Never Die!</title>
		<link>http://kuro.dk/2009/10/my-blog-will-never-die/</link>
		<comments>http://kuro.dk/2009/10/my-blog-will-never-die/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 08:00:03 +0000</pubDate>
		<dc:creator>kenhaun</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://kuro.dk/2009/10/my-blog-will-never-die/</guid>
		<description><![CDATA[Not even when I die. It&#8217;s true. But it might need some CPR from time to time. CPR, by the way, is short for Cardio-Pulmonary Resuscitation so don&#8217;t pretend I never tell you anything useful&#8230; Today&#8217;s anecdote is about me. &#8230; <a href="http://kuro.dk/2009/10/my-blog-will-never-die/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Not even when I die. It&#8217;s true. But it might need some CPR from time to time. CPR, by the way, is short for Cardio-Pulmonary Resuscitation so don&#8217;t pretend I never tell you anything useful&#8230;</p>
<p>Today&#8217;s anecdote is about me. I recently found out that I am actually spending more money than I am making. Ignoring for at moment the fact that I am only procuring spending capital and not actually <em>making</em> money, this came as quite a disappointment to me.<br />
The anecdotal part of this story and the part  that is very telling to my way of dealing with money, is that my reaction to the said discovery was to immediately buy a butt-load of books on Bamazo, I mean Amazon&#8230;</p>
<p>I am so looking forward to getting them!</p>
]]></content:encoded>
			<wfw:commentRss>http://kuro.dk/2009/10/my-blog-will-never-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

