<?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>idlethreat &#187; Uncategorized</title>
	<atom:link href="http://idlethreat.com/site/index.php/archives/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://idlethreat.com/site</link>
	<description>stupid is durable</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:33:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mirror for Boardgame AI 101</title>
		<link>http://idlethreat.com/site/index.php/archives/230</link>
		<comments>http://idlethreat.com/site/index.php/archives/230#comments</comments>
		<pubDate>Fri, 03 Sep 2010 11:33:33 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=230</guid>
		<description><![CDATA[To assist the Boardgame AI class at Reddit University, I&#8217;m now mirroring all the lectures and files over at http://ai.idlethreat.com. Want to join in? Sign up with University of Reddit and follow along at the official Reddit thread, above.]]></description>
			<content:encoded><![CDATA[<p>To assist the <a href="http://www.reddit.com/r/Boardgame_AI_101/">Boardgame AI class at Reddit University</a>, I&#8217;m now mirroring all the lectures and files over at <a href="http://ai.idlethreat.com">http://ai.idlethreat.com</a>.</p>
<p>Want to join in? Sign up with <a href="http://universityofreddit.com/class/158">University of Reddit</a> and follow along at the official Reddit thread, above.</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back!</title>
		<link>http://idlethreat.com/site/index.php/archives/207</link>
		<comments>http://idlethreat.com/site/index.php/archives/207#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:17:58 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=207</guid>
		<description><![CDATA[Been a while since I posted. So, Here&#8217;s an angry baby demanding an explanation.]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://new.idlethreat.com/gallery/2008/12-01-08/105573d56b2020842e512a0d3b18fd56.explanation_demand.jpg" class="aligncenter" width="640" height="509" /></p>
<p>Been a while since I posted. So, Here&#8217;s an angry baby demanding an explanation.</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeneticModification for Synplant Now Available</title>
		<link>http://idlethreat.com/site/index.php/archives/173</link>
		<comments>http://idlethreat.com/site/index.php/archives/173#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:36:51 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=173</guid>
		<description><![CDATA[Wow. it&#8217;s been a while since I posted anything on here. Here&#8217;s hoping this one is worth the wait. I recently came across Synplant and have been using it in its three-week testing mode to see if I liked it enough for purchase. Short and sweet, it&#8217;s a pretty damned interesting a fun plugin to [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. it&#8217;s been a while since I posted anything on here. Here&#8217;s hoping this one is worth the wait.</p>
<p>I recently came across <a href="http://www.soniccharge.com/synplant">Synplant</a> and have been using it in its three-week testing mode to see if I liked it enough for purchase. Short and sweet, it&#8217;s a pretty damned interesting a fun plugin to explore music.</p>
<p>While digging around in the software, I run across the fact that the Synplant patch files (called .synp) are nothing more than text with minimal formatting and settings for the Synplant application itself:</p>
<p><code><br />
SynplantPatch: {<br />
	Version: 10<br />
	Implementation: 10<br />
	Name: "AZ Quartet"<br />
	ModWheel: 88.18897605 %<br />
	Rotation: 0.00000000 degrees<br />
	Tuning: +0.00000000 ct<br />
	Atonality: 7.26197660 %<br />
	Effect: 29.45638895 %<br />
	Release: 1.23537318 s<br />
	WheelScale: 41.46341383 %<br />
	VelSens: 50.00000000 %<br />
	Volume: -9.32751660 dB<br />
</code></p>
<p>&#8220;Well damn,&#8221; I thought to myself &#8220;I can probably write up a random sound generator with that&#8221;. So, with a bit of hacking and some Python, I did.</p>
<p>The resulting application is named GeneticModification for Synplant. It seems to work pretty much 100% with v1.0.1 (154) with no crashes or problems with the synth. </p>
<p>If you want to download and check it out, please get it from <a href="http://idlethreat.com/files/GeneticModification.zip">[[right here]]</a>. You will need Python 2.6.1. To make it work, run the script by itself. It will create a new, randomly named patch for you in the current directory. Keep running the script over and over to make more patches to play with.</p>
<p>If you just want to check out some of the patches that GeneticModification makes, I&#8217;m also making available a set of free randomly generated Synplant patches. You can download the patches from <a href="http://idlethreat.com/files/GeneticModificationPresets.zip">[[download patches]]</a></p>
<p>That should be enough to get you running. Remember this script is extremely early in its development cycle, so check back to see if and when I get new features for it.</p>
<p>Enjoy the new sounds that it makes! If you end up making some great stuff, send me a copy!</p>
<p>Cheers,</p>
<p>tom</p>
<p><strong>Quick Edit!</strong></p>
<p>Since Python isn&#8217;t default on any Windows systems, I&#8217;ve lovingly hand crafted up a <a href="http://idlethreat.com/files/GeneticModificationWindows.zip">GM For Windows</a>. This can help  you out if that happens to be your OS of choice. MD5 is 67da86bce4841dc028bc48d1199029a1 and I&#8217;ve personally tested it on 32 bit XP without any issues.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/173/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back In One Piece</title>
		<link>http://idlethreat.com/site/index.php/archives/167</link>
		<comments>http://idlethreat.com/site/index.php/archives/167#comments</comments>
		<pubDate>Fri, 31 Jul 2009 02:40:10 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=167</guid>
		<description><![CDATA[View Larger Map This year&#8217;s vacation extravaganza had our resident geek flying from Kansas City out to the west coast for two weeks of vacation goodness. Some take-aways from the vacation: Take a two week vacation. Seriously. Stop splitting your vacation time, a long weekend here and there, and mabbie a week during the summer.take [...]]]></description>
			<content:encoded><![CDATA[<p><center><iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=San+Francisco,+CA&amp;daddr=Palmdale,+CA+to:Las+Vegas,+NV&amp;hl=en&amp;geocode=&amp;mra=ls&amp;sll=36.394757,-118.146973&amp;sspn=3.421978,10.755615&amp;ie=UTF8&amp;ll=36.377068,-118.212891&amp;spn=8.489016,14.0625&amp;z=6&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=San+Francisco,+CA&amp;daddr=Palmdale,+CA+to:Las+Vegas,+NV&amp;hl=en&amp;geocode=&amp;mra=ls&amp;sll=36.394757,-118.146973&amp;sspn=3.421978,10.755615&amp;ie=UTF8&amp;ll=36.377068,-118.212891&amp;spn=8.489016,14.0625&amp;z=6" style="color:#0000FF;text-align:left">View Larger Map</a></small></center></p>
<p>This year&#8217;s vacation extravaganza had our resident geek flying from Kansas City out to the west coast for two weeks of vacation goodness. Some take-aways from the vacation:</p>
<ul>
<li>Take a two week vacation. Seriously. Stop splitting your vacation time, a long weekend here and there, and mabbie a week during the summer.<b>take the whole damn time off all at once</b>. Go out of the country, go somewhere completely different and enjoy the hell out of yourself. You deserve it.</li>
<li>Even in the middle of summer you will need long sleeves and a jacket in San Francisco. Brr.</li>
<li>In-n-Out burger is OK. Not the &#8220;so great god must have dipped his balls in it&#8221; that I&#8217;ve heard, but good. I like the fries.</li>
<li>Tomtom GPS receivers are so good you will want to weep openly. Go ahead, you&#8217;re among friends.</li>
<li>Tomtom GPS receivers will somehow make you drive by the only Best Buy in the region every time. Spooky.</li>
<li>&#8220;It&#8217;s a dry heat&#8221; is a lie.</li>
<li>Deserts are neat for about 5 miles.</li>
<li>A good titty show is about 70 bucks for two. Production is surprisingly good.</li>
<li>You will leave something behind. That&#8217;s ok.</li>
</ul>
<p>Ok. that&#8217;s all I got. Now to find something new to start coding on.</p>
<p>Cheers,</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 10th Dimension</title>
		<link>http://idlethreat.com/site/index.php/archives/164</link>
		<comments>http://idlethreat.com/site/index.php/archives/164#comments</comments>
		<pubDate>Sat, 11 Jul 2009 04:35:27 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=164</guid>
		<description><![CDATA[I run across this video while checking out stumbleupon and found it to be pretty interesting.. http://www.tenthdimension.com/medialinks.php No clue on any of the math, but it&#8217;s an interesting video nevertheless. tom]]></description>
			<content:encoded><![CDATA[<p>I run across this video while checking out stumbleupon and found it to be pretty interesting..</p>
<p><a href="http://www.tenthdimension.com/medialinks.php">http://www.tenthdimension.com/medialinks.php</a></p>
<p>No clue on any of the math, but it&#8217;s an interesting video nevertheless.</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Slowdown In Posts</title>
		<link>http://idlethreat.com/site/index.php/archives/149</link>
		<comments>http://idlethreat.com/site/index.php/archives/149#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:38:42 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=149</guid>
		<description><![CDATA[Pretty wild that my last post was from nearly three months ago. Oh, my how the time has flown. I&#8217;ve been spending a bit of time gearing up for launching a new project of mine and that&#8217;s ended up taking quite a bit of mind share. Stay tuned for more code and other goodies as [...]]]></description>
			<content:encoded><![CDATA[<p>Pretty wild that my last post was from nearly <strong>three </strong>months ago. Oh, my how the time has flown. I&#8217;ve been spending a bit of time gearing up for launching a <a href="http://ultrapig.com">new project of mine</a> and that&#8217;s ended up taking quite a bit of mind share.</p>
<p>Stay tuned for more code and other goodies as time permits. If you happen to be interested in Snort IDS, check out <a href="http://ultrapig.com">http://ultrapig.com</a>, too.</p>
<p>Cheers!</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/149/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring Migration</title>
		<link>http://idlethreat.com/site/index.php/archives/120</link>
		<comments>http://idlethreat.com/site/index.php/archives/120#comments</comments>
		<pubDate>Mon, 30 Mar 2009 03:32:04 +0000</pubDate>
		<dc:creator>tgiles</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://idlethreat.com/site/?p=120</guid>
		<description><![CDATA[Along with changing of the seasons, I decided to move my current web log from Drupal over to WP. The features for importing posts in to Word Press limited me to using Drupal&#8217;s RSS feed to download all of the current posts and import them in. While it sounds good to start with, I ended [...]]]></description>
			<content:encoded><![CDATA[<p>Along with changing of the seasons, I decided to move my current web log from <a href="http://drupal.org">Drupal</a> over to <a href="http://wordpress.org">WP</a>. </p>
<p>The features for importing posts in to Word Press limited me to using Drupal&#8217;s RSS feed to download all of the current posts and import them in. While it sounds good to start with, I ended up stuck with the fact that Drupal happily limits you to the number of feed items to a maximum of 30, no matter what you do.</p>
<p>I located the actual values to the Drupal configuration at &#8220;modules/system/system.admin.inc&#8221;. Read more on what I did to change it.<br />
<span id="more-120"></span></p>
<p>The actual array that you&#8217;re looking for will be right at line 1442 (or so):</p>
<pre class="prettyprint">
$form['feed_default_items'] = array(
'#type' => 'select',
'#title' => t('Number of items in each feed'),
'#default_value' => variable_get('feed_default_items', 60),
'#options' => drupal_map_assoc(array(<strong>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30</strong>)),
'#description' => t('Default number of items to include in each feed.')
);
</pre>
<p>See the values in the array? Add in the top number you&#8217;re anticipating on using. For me, it was 50, so mine looks like this now:</p>
<pre class="prettyprint">
$form['feed_default_items'] = array(
'#type' => 'select',
'#title' => t('Number of items in each feed'),
'#default_value' => variable_get('feed_default_items', 60),
'#options' => drupal_map_assoc(array(<strong>1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 50</strong>)),
'#description' => t('Default number of items to include in each feed.')
);
</pre>
<p>Save your changes, and then refresh the RSS configuration page. hit the drop down, select 50, and okay the change.</p>
<p>Once that&#8217;s done you can have an RSS feed 50 items long, if you would like.</p>
<p>And, for the record, WP gives you a box where you can type in the number you would like. That&#8217;s just a bit easier.</p>
<p>Hope this helps.</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/120/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sick Day</title>
		<link>http://idlethreat.com/site/index.php/archives/76</link>
		<comments>http://idlethreat.com/site/index.php/archives/76#comments</comments>
		<pubDate>Tue, 13 Nov 2007 04:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I woke up this morning feeling pretty crappy, so I ended up playing hooky from work and spending the balance of the day playing [HL2](http://en.wikipedia.org/wiki/Half-Life_2) and enjoying the hell out of it. I&#039;m not a huge gamer, so it takes a while before I end up playing the more popular titles out there. I would [...]]]></description>
			<content:encoded><![CDATA[<p>I woke up this morning feeling pretty crappy, so I ended up playing hooky from work and spending the balance of the day playing [HL2](http://en.wikipedia.org/wiki/Half-Life_2) and enjoying the hell out of it.</p>
<p>I&#039;m not a huge gamer, so it takes a while before I end up playing the more popular titles out there. I would have to say that HL2 really deserved the name &#039;best game ever&#039;. So far, so good. really love it.</p>
<p>I think Highway 17 was my favorite level so far. Dark, misty, driving a dune buggy down a mostly deserted road and fighting off things that pop up here and there. The best &#039;post-apocalyptic&#039; sort of feeling that I&#039;ve ever gotten from a game, really.</p>
<p>I suppose this will be a small update this evening. Just wanted to yap about HL2 for a minute or two before getting some sleep.</p>
<p>The lovely wife was photoshopping the pubic hair of one of her friends that she photographed over the weekend. Long story there, kids.</p>
<p>Heard from Gizmo this evening. It&#039;s been a very, very long time. Really good to hear from her. More on that later as well.</p>
<p>Cheers,</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the Gathering Storm</title>
		<link>http://idlethreat.com/site/index.php/archives/77</link>
		<comments>http://idlethreat.com/site/index.php/archives/77#comments</comments>
		<pubDate>Mon, 15 Oct 2007 10:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[there was an interesting [article posted](http://www.wired.com/politics/security/commentary/securitymatters/2007/10/securitymatters_1004) by [Bruce Schneier](http://www.schneier.com/) the Storm worm seems to be gathering strength, attacking targets of apparent low interest to build a better bot net. Where I work, we currently have a new client in the environment that I manage that is getting hit by systems apparently infected by the Storm [...]]]></description>
			<content:encoded><![CDATA[<p>there was an interesting [article posted](http://www.wired.com/politics/security/commentary/securitymatters/2007/10/securitymatters_1004) by [Bruce Schneier](http://www.schneier.com/) the Storm worm seems to be gathering strength, attacking targets of apparent low interest to build a better bot net.</p>
<p>Where I work, we currently have a new client in the environment that I manage that is getting hit by systems apparently infected by the Storm worm. While the attacks currently happening are not causing any DOS (Denial of Service) and is more of a nuisance instead of a threat, it is *extremely* worrying that all someone has to do is flip a switch and cause all sorts of havoc to an environment.</p>
<p>> IronPort found that on Sept. 9, roughly 280,000 distinct Storm-infected systems sent about 2.7 billion e-mails advertising those addresses, making Storm responsible for about 4 percent of all spam sent that day. [[quote](http://blog.washingtonpost.com/securityfix/2007/10/the_storm_worm_maelstrom_or_te.html)]</p>
<p>Perhaps the more frightening bit is that there&#039;s no head nor tail to this beast.</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10-09-72 and counting</title>
		<link>http://idlethreat.com/site/index.php/archives/78</link>
		<comments>http://idlethreat.com/site/index.php/archives/78#comments</comments>
		<pubDate>Wed, 10 Oct 2007 02:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well, it&#039;s my birthday today. 34 years ago today I was getting pulled out of my mother, shrieking at the top of my lungs. 34 years later, and I still shriek on occasion. Speaking of shrieking&#8230; Been playing the hell out of The Thousand Year Door today and love it. Took the day off from [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#039;s my birthday today. 34 years ago today I was getting pulled out of my mother, shrieking at the top of my lungs. 34 years later, and I still shriek on occasion.</p>
<p><img src="http://new.idlethreat.com/gallery/10-09-07/e48aa76801e6ac0245aac925b00f6b21.box-l.jpg"></p>
<p>Speaking of shrieking&#8230; Been playing the hell out of The Thousand Year Door today and love it. </p>
<p>Took the day off from work, sat on my ass, played games and pretty much did nothing whatsoever. Here&#039;s hoping for more days like that in the future ;)</p>
<p>tom</p>
]]></content:encoded>
			<wfw:commentRss>http://idlethreat.com/site/index.php/archives/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
