<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>BleepCast / Phil´s Blog &#187; programming</title>
	<atom:link href="http://blog.philstrahl.com/category/computing/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.philstrahl.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 13:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; 2010 BleepCast / Phil´s Blog http://creativecommons.org/licenses/by-nc-sa/3.0/</copyright>
	<managingEditor>philstrahl@gmail.com (Phil Strahl)</managingEditor>
	<webMaster>philstrahl@gmail.com (Phil Strahl)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://philstrahl.com/blog/wp-content/uploads/blog-feed-image.jpg</url>
		<title>BleepCast / Phil´s Blog &#187; programming</title>
		<link>http://blog.philstrahl.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>BleepCast - Level</itunes:subtitle>
	<itunes:summary>The BleepCast is all about chip-music, retro gaming and memories from the good old times when we all were young and begun having no life, instead indulging in shitty games with shitty music, or as we call it: Classics with epic soundtracks. So if you want me to take you back to the past, then you just discovered your favorite podcast!</itunes:summary>
	<itunes:keywords>chiptunes, 8-bit, retro, nintendo, games, c64, fun</itunes:keywords>
	<itunes:category text="Games &#38; Hobbies">
		<itunes:category text="Video Games" />
	</itunes:category>
	<itunes:category text="Music" />
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author>Phil Strahl</itunes:author>
	<itunes:owner>
		<itunes:name>Phil Strahl</itunes:name>
		<itunes:email>philstrahl@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>yes</itunes:explicit>
	<itunes:image href="http://philstrahl.com/imgs/bleepcast.jpg" />
		<item>
		<title>MAD: Maya ASCII Downconverter</title>
		<link>http://blog.philstrahl.com/2007/11/23/maya-ascii-downconverter/</link>
		<comments>http://blog.philstrahl.com/2007/11/23/maya-ascii-downconverter/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 15:32:53 +0000</pubDate>
		<dc:creator>Phil Strahl</dc:creator>
				<category><![CDATA[CGI & Rendering]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[donationware]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ascii files]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[first release candidate]]></category>
		<category><![CDATA[mad]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[PureBasic]]></category>

		<guid isPermaLink="false">http://promenadeblog.com/?p=189</guid>
		<description><![CDATA[Today I was somewhat grouchy: I wanted to continue my w [...]]]></description>
			<content:encoded><![CDATA[<p><img class='alignleft'  src='http://blog.philstrahl.com/wp-content/uploads/2007/11/20071123_mad_thumb.png' alt='M.A.D. Version 1.0.0.0' />Today I was somewhat grouchy: I wanted to continue my works from the day before on my notebook but couldn&#8217;t open the Maya 8.5 ASCII files in Maya 8.0 on my ACER portable. I was so annoyed by that fact that I started to code a little application that turns any Maya ASCII-file into a Maya 8.0 compatible ASCII.</p>
<p><span id="more-189"></span></p>
<p>After two hours I had the core working and this afternoon I tweaked here and there, did a little debugging and now it&#8217;s final in it&#8217;s first raw version: MAD &#8211; The Maya ASCII-file down-converter:</p>
<h2>Usage</h2>
<div class="boxright"><i><b>Note:</b></i> If you&#8217;re using some features that aren&#8217;t possible in Maya 8.0 there&#8217;s a chance of still not being able to open the file in Maya 8.0. Most likely these files will open with a bunch of error-messages, but at least they open after all.
</div>
<p>Just download (below) it an double click it. A file requester window appears and asks you for a Maya ASCII file (.ma). Select the one that you want to convert and click open. It&#8217;s as simple as that &#8212; and makes life a little easier.</p>
<p><i>MAD</i> won&#8217;t harm your precious ASCII-scenes , it will create a new version with the suffix &#8220;_downconverted&#8221; in the same directory. <i>MAD</i> opens your original file as read-only because I wanted to make it as safe as possible. If there remains a hidden file called &#8220;temp.ma&#8221; in your source directory, you can delete it, it&#8217;s only used by <i>MAC</i> to be on the safe side.</p>
<h2>Version History</h2>
<h4 style="margin-bottom: 0px;"> M.A.D. 1.0.0.0  (2007/11/23)</h4>
<ul>
<li>Initial release</li>
</ul>
<h2>Donation &#038; Download</h2>
<p>The application is donation ware. So if you want to say a little &#8220;thanks&#8221; by donating money that would be really nice. Thank in advance!</p>
<table border=0>
<tr>
<td valign="middle" align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="p_strahl@yahoo.com">
<input type="hidden" name="item_name" value="Promenade Blog Patron Donation">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="buyer_credit_promo_code" value="">
<input type="hidden" name="buyer_credit_product_category" value="">
<input type="hidden" name="buyer_credit_shipping_method" value="">
<input type="hidden" name="buyer_credit_user_address_change" value="">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="http://blog.philstrahl.com/wp-content/uploads/donate_3.png" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
</td>
<td width="360" rowspan="3" valign="middle" align="center">
<a href="http://blog.philstrahl.com/downloads/MAD-10"><br />
<img src="http://blog.philstrahl.com/wp-content/uploads/button_mad.png" title="Download MAD 1.0.0.0" border="0"></a><br />
<center><span class="fineprint">Click the Image to download<br />
the <i>MAD 1.0.0.0</i> converter</span></center></p>
</td>
</tr>
<tr>
<td valign="middle" align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="p_strahl@yahoo.com">
<input type="hidden" name="item_name" value="Promenade Blog Pal Donation">
<input type="hidden" name="amount" value="2.00">
<input type="hidden" name="buyer_credit_promo_code" value="">
<input type="hidden" name="buyer_credit_product_category" value="">
<input type="hidden" name="buyer_credit_shipping_method" value="">
<input type="hidden" name="buyer_credit_user_address_change" value="">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="http://blog.philstrahl.com/wp-content/uploads/donate_2.png" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
</td>
</tr>
<tr>
<td valign="middle" align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="p_strahl@yahoo.com">
<input type="hidden" name="item_name" value="Promenade Blog Passer By Donation">
<input type="hidden" name="amount" value="1.00">
<input type="hidden" name="buyer_credit_promo_code" value="">
<input type="hidden" name="buyer_credit_product_category" value="">
<input type="hidden" name="buyer_credit_shipping_method" value="">
<input type="hidden" name="buyer_credit_user_address_change" value="">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="http://blog.philstrahl.com/wp-content/uploads/donate_1.png" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
</td>
</tr>
</table>
<p><!--adsense--><br />
<center><br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.0/at/"><br />
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/2.0/at/88x31.png" /><br />
</a><br />
<br />This work is licensed under a<br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.0/at/">Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 Austria License</a>.<br />
</center><br />
So tell me what you think and post any bugs you stumble across. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philstrahl.com/2007/11/23/maya-ascii-downconverter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Give Up&#8230;</title>
		<link>http://blog.philstrahl.com/2007/05/28/i-give-up/</link>
		<comments>http://blog.philstrahl.com/2007/05/28/i-give-up/#comments</comments>
		<pubDate>Mon, 28 May 2007 08:08:22 +0000</pubDate>
		<dc:creator>Phil Strahl</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[DivX]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PlugIns]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://promenadeblog.com/?p=72</guid>
		<description><![CDATA[...trying to write my own Wordpress PlugIn that opens a [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;trying to write my own WordPress PlugIn that opens a DivX Webplayer window. I was so close&#8230; But coding HTML in JS that is nested in PHP is a little too much for me today&#8230; you&#8217;ll have to wait if you&#8217;re wanna read and see about my graphics card problem&#8230; i gotta get some sleep.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philstrahl.com/2007/05/28/i-give-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making a Pass at DiFi</title>
		<link>http://blog.philstrahl.com/2006/02/25/making-a-pass-at-difi/</link>
		<comments>http://blog.philstrahl.com/2006/02/25/making-a-pass-at-difi/#comments</comments>
		<pubDate>Sat, 25 Feb 2006 04:41:08 +0000</pubDate>
		<dc:creator>Phil Strahl</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Sherry Turkle]]></category>

		<guid isPermaLink="false">http://promenadeblog.com/?p=228</guid>
		<description><![CDATA[

While reading Sherry Turkle's "Life on Screen" I wa [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.philstrahl.com/wp-content/uploads/2006/02/20060225_difi_source01.png' class='lightview'  title="DiFi's source code. A part of it."><img src='http://blog.philstrahl.com/wp-content/uploads/2006/02/20060225_difi_thumb.png' alt="DiFi" class="alignleft"/></a></p>
<p>While reading <a title="Sherry's Bio" target="_blank" href="http://www.mit.edu/~sturkle/">Sherry Turkle</a>&#8216;s &#8220;<a title="Read inside " target="_blank" href="http://www.amazon.de/gp/reader/0684833484/ref=sib_dp_pt/302-2608935-2324814#reader-link">Life on Screen</a>&#8221; I was fascinated by the chatterbot <a title="Julia's Homepage" target="_blank" href="http://www.lazytd.com/lti/julia/">Julia </a>she describes early in the book. I rose the challenge of coding a simple chatter bot myself in <a title="PureBasic Homepage" target="_blank" href="http://www.purebasic.com">PureBasic</a>, a language I am quite famliar with. For three days now I am working in a bricolage process on the code and its functions, (procedures in PureBasic), and it&#8217;s working &#8211; a little &#8211; but I am patient and add line by line to the code on a daily basis.</p>
<p><span id="more-228"></span></p>
<p>Right now I am not certain about Difi&#8217;s personality or even its gender. Difi stands for <em>Digital Fidelity</em> and hence is pretty open to interpretation. And I am playing with the thought of making a German version of it, connecting it to the <a title="The Ö3-chat" target="_blank" href="http://chat.orf.at">Ö3 chat</a> and just have fun reading the log-files&#8230;</p>
<p><img class="alignleft" title="Typos!" alt="Typos!" src="http://www.culita.org/philipp/wp-admin/../wp-images/difi_02.png" />Difi even has a function for making &#8220;accurate&#8221; typos when in competitive mode. &#8220;Accurate&#8221; means, that Difi hits the correct neighboring keys on the keyboard instead (or additionally) to the right ones. If Difi gets sleepier, he/she/it will make more and more typos.</p>
<p>if you click this post&#8217;s thumbnail you&#8217;ll see a picture of Difi&#8217;s source code for answering a &#8220;what&#8217;s up&#8221; question.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.philstrahl.com/2006/02/25/making-a-pass-at-difi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
