<?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>Reign Drops Fall... &#187; vbscript</title>
	<atom:link href="http://www.reigndropsfall.net/tag/vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reigndropsfall.net</link>
	<description>Ramblings from a hacker in Iowa</description>
	<lastBuildDate>Wed, 09 May 2012 19:48:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Functionality and stupidity</title>
		<link>http://www.reigndropsfall.net/2004/06/18/functionality-and-stupidity/</link>
		<comments>http://www.reigndropsfall.net/2004/06/18/functionality-and-stupidity/#comments</comments>
		<pubDate>Fri, 18 Jun 2004 14:42:28 +0000</pubDate>
		<dc:creator>Bryan Forbes</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[coaster]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I start my internship today. As a result of this, I woke up early and dressed in uncomfortable clothes so I can look &#8220;respectable&#8221;. I don&#8217;t see how wearing pants that feel like they&#8217;re restricting your movement and shoes that have horrid support makes you respectable, but I don&#8217;t make the rules. If anyone has [...]]]></description>
			<content:encoded><![CDATA[<p>I start my internship today.  As a result of this, I woke up early and dressed in uncomfortable clothes so I can look &#8220;respectable&#8221;.  I don&#8217;t see how wearing pants that feel like they&#8217;re restricting your movement and shoes that have horrid support makes you respectable, but I don&#8217;t make the rules.  If anyone has some suggestions for comfortable dress pants (business casual) and shoes, please let me know.  I normally wear <a href="http://www.jnco.com">JNCO</a> jeans and they&#8217;re comfortable.  They settle a little below your waist (unlike the pants I&#8217;m wearing, which feel like they&#8217;re at my chest) and give me room to move.  If there&#8217;s anything out there like that in a dressier style, I&#8217;d love to know.</p>
<p><strong>Coaster</strong><br />
While waiting for my internship to start, I figured I&#8217;d put some functionality into <a href="http://www.coaster-burn.org">Coaster.</a>  I&#8217;ve uploaded a new erase dialog which checks for all the burners on the system and populates a combo box with them; when you select one, it checks if the disc is eraseable and makes the OK button sensitive depending on the result it gets back.<br />
I also tried to get erasing working.  This was much harder and I pulled many hairs out working on it.  The first thing I did was just call the code to erase a disc from the &#8220;OK clicked&#8221; routine.  This worked except that while the disc was erasing, the GUI would hang.  Not acceptable.  So, on the advice of Daniel Elstner of <a href="http://regexxer.sourceforge.net">regexxer</a> fame, I called the status update routine in a timeout.  Result: Coaster blew up.  This is my first experiment with threading, so I&#8217;m sure I&#8217;m doing something wrong, but if anyone wants to help me out here, feel free to <a href="http://www.coaster-burn.org/coaster-gui/download.html">download</a> the code and help me figure this out.</p>
<p><strong>VBScript</strong><br />
I have never met a more horrid language.  I was trying to parse a string today and found out the hard way that strings are indexed from 1 to the length of the string.  What the crap?  There is no consistancy in this language (arrays are indexed from 0 to length &#8211; 1) other than it consistantly sucks.  I can&#8217;t wait until this class is over.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.reigndropsfall.net/2004/06/15/proof-of-idiocy/" title="Proof of Idiocy">Proof of Idiocy</a></li><li><a href="http://www.reigndropsfall.net/2006/04/01/my-current-endeavors/" title="My current endeavors">My current endeavors</a></li><li><a href="http://www.reigndropsfall.net/2006/01/21/updates-2/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/11/09/dork-sided/" title="Dork-sided">Dork-sided</a></li><li><a href="http://www.reigndropsfall.net/2005/09/13/catching-up/" title="Catching up">Catching up</a></li><li><a href="http://www.reigndropsfall.net/2005/08/07/updates/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/07/14/oh-the-joy-of-technology/" title="Oh the joy of technology">Oh the joy of technology</a></li><li><a href="http://www.reigndropsfall.net/2005/04/07/drivel-and-coaster/" title="Drivel and Coaster">Drivel and Coaster</a></li><li><a href="http://www.reigndropsfall.net/2005/03/24/coaster-site/" title="Coaster site">Coaster site</a></li><li><a href="http://www.reigndropsfall.net/2005/02/20/i-can-almost-hear-it/" title="I can almost hear it&#8230;">I can almost hear it&#8230;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.reigndropsfall.net/2004/06/18/functionality-and-stupidity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proof of Idiocy</title>
		<link>http://www.reigndropsfall.net/2004/06/15/proof-of-idiocy/</link>
		<comments>http://www.reigndropsfall.net/2004/06/15/proof-of-idiocy/#comments</comments>
		<pubDate>Tue, 15 Jun 2004 13:58:36 +0000</pubDate>
		<dc:creator>Bryan Forbes</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[coaster]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve spent the last 40 minutes hacking out (if you can even call it that) VBScript for a class I&#8217;m taking. I am thoroughly convinced that M$ is completely retarded now (not that I didn&#8217;t have my doubts before). I had to do some work with arrays and the declaration of arrays is one of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the last 40 minutes hacking out (if you can even call it that) VBScript for a class I&#8217;m taking.  I am thoroughly convinced that M$ is completely retarded now (not that I didn&#8217;t have my doubts before).  I had to do some work with arrays and the declaration of arrays is one of the most horrid implementations I&#8217;ve ever seen.  The first thing I noticed was that <code>dim myArray(9)</code> declares an array of <strong>10</strong> elements.  It goes downhill from there and I won&#8217;t hurt anyone by subjecting them to that nonsense.</p>
<p><strong>Truck</strong><br />
A strange, high-pitched whine has been coming from the backend of my truck ever since I drove home from Council Bluffs on Sunday so I woke up early this morning, hoping that if I got into the shop early enough, they would be able to loan me a car while they fixed my truck.  I forgot that I needed to make an appointment for things of this nature (oil changes, tire rotations, and such don&#8217;t need appointments&#8230; it&#8217;s quite convenient).  A mechanic and I took the truck for a spin and he told me it&#8217;s probably a rear diff or axle bearing that&#8217;s out.  That sounds to me like it&#8217;ll be a lot of money in labor; something I don&#8217;t need with a wedding coming up.  I drove the truck to school since they couldn&#8217;t get it in and hopefully they can fix it this afternoon.  If not, I&#8217;ll need a loaner.</p>
<p><strong>Halfway</strong><br />
Can you believe it?  It&#8217;s freaking halfway through June!  This summer is going too fast (maybe that means I&#8217;m getting old&#8230;) and the wedding is approaching even faster.  The only good thing about June going fast is that my birthday is at the end of the month (the 26<sup>th</sup>, I&#8217;ll be 22).  Presents are welcome <img src='http://www.reigndropsfall.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p><strong>Coaster</strong><br />
I think I&#8217;m getting closer to the initial release of the GUI of <a href="http://www.coaster-burn.org">Coaster.</a>  The GUI doesn&#8217;t do much functionally (like burn CD&#8217;s), but I think I need to make a release to get feedback on the layout and HIG&#8217;ness of the interface.  I&#8217;d also like to get some people working on translations.  The next step (I think) is to get libburn behind the GUI.  I&#8217;m going back and forth with myself (which produces interesting conversations at times&#8230;) whether or not to make a wrapper for libburn or if I should just throw the C behind my GUI.  I&#8217;ve never written a wrapper for a non-GNOME project, so I don&#8217;t want to screw it up royally.</p>
<p><strong>Internship</strong><br />
Yesterday I went in for an interview at <a href="http://www.ihs.org">Iowa Health System</a> and got an internship.  Hopefully, it works out that they hire me but if they don&#8217;t, at least I&#8217;ll have some experience under my belt.  The only downfall is that they code in Java; maybe I can get them to change <img src='http://www.reigndropsfall.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .  Doubtful&#8230;</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.reigndropsfall.net/2004/06/18/functionality-and-stupidity/" title="Functionality and stupidity">Functionality and stupidity</a></li><li><a href="http://www.reigndropsfall.net/2006/04/01/my-current-endeavors/" title="My current endeavors">My current endeavors</a></li><li><a href="http://www.reigndropsfall.net/2006/01/21/updates-2/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/11/09/dork-sided/" title="Dork-sided">Dork-sided</a></li><li><a href="http://www.reigndropsfall.net/2005/09/13/catching-up/" title="Catching up">Catching up</a></li><li><a href="http://www.reigndropsfall.net/2005/08/07/updates/" title="Updates">Updates</a></li><li><a href="http://www.reigndropsfall.net/2005/07/14/oh-the-joy-of-technology/" title="Oh the joy of technology">Oh the joy of technology</a></li><li><a href="http://www.reigndropsfall.net/2005/04/07/drivel-and-coaster/" title="Drivel and Coaster">Drivel and Coaster</a></li><li><a href="http://www.reigndropsfall.net/2005/03/24/coaster-site/" title="Coaster site">Coaster site</a></li><li><a href="http://www.reigndropsfall.net/2005/02/20/i-can-almost-hear-it/" title="I can almost hear it&#8230;">I can almost hear it&#8230;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.reigndropsfall.net/2004/06/15/proof-of-idiocy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

