<?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>Skoobalon</title>
	<atom:link href="http://www.skoobalon.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skoobalon.com/blog</link>
	<description>Computer Nonsense, etc</description>
	<lastBuildDate>Sat, 05 May 2012 16:57:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Air Conditioner Maintenance</title>
		<link>http://www.skoobalon.com/blog/2012/05/05/air-conditioner-maintenance/</link>
		<comments>http://www.skoobalon.com/blog/2012/05/05/air-conditioner-maintenance/#comments</comments>
		<pubDate>Sat, 05 May 2012 16:57:22 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Babel]]></category>
		<category><![CDATA[ac]]></category>
		<category><![CDATA[air conditioner]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[maintenance]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=491</guid>
		<description><![CDATA[The purpose of this post is to remind myself every 6 months what it is that I do to keep my air conditioner maintained. 1. Clean the air filter! Turn off the AC, it should not run without the filter in place.  Using a vacuum (ideally a shop vac), suck out all the dust from [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this post is to remind myself every 6 months what it is that I do to keep my air conditioner maintained.</p>
<p><strong>1. Clean the air filter!</strong></p>
<p>Turn off the AC, it should not run without the filter in place.  Using a vacuum (ideally a shop vac), suck out all the dust from the side the dust is on, not the clean side.  No sense in pulling the dust farther into the filter.</p>
<p>After the vacuum can pull out no more, use a hose and shoot water through it with as much pressure as possible to help release any dust left behind.  Leave it out in the sun for a bit to dry off.</p>
<p><strong>2. Clean the drip line!</strong></p>
<p>(This is adapted from reading through a post on <a href="http://frugaldad.com/2008/05/20/diy-project-2-unclogging-an-air-conditioner-drain/" target="_blank">Frugal Dad</a>, paired with what the house builder told me to do, but I never wrote down and couldn&#8217;t recall exactly what it was.)  Remove the cap for the drip line next to the AC unit inside.  Pour a half cup of vinegar down the line to kill any mold and mildew that&#8217;s been growing in there.  Replace the cap.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2012/05/05/air-conditioner-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player and Weak Event Listeners</title>
		<link>http://www.skoobalon.com/blog/2012/03/08/flash-player-and-weak-event-listeners/</link>
		<comments>http://www.skoobalon.com/blog/2012/03/08/flash-player-and-weak-event-listeners/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 20:27:21 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[event listener]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[weak]]></category>
		<category><![CDATA[weak reference]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=483</guid>
		<description><![CDATA[This is a lesson which took me most of the week to learn: If you are attempting to diagnose a bug in an ActionScript program with the following properties: It is unpredictable Appears to happen after a certain period of time Relates to expected behavior not being performed Then you likely have a weak event [...]]]></description>
			<content:encoded><![CDATA[<p>This is a lesson which took me most of the week to learn:</p>
<p>If you are attempting to diagnose a bug in an ActionScript program with the following properties:</p>
<ul>
<li>It is unpredictable</li>
<li>Appears to happen after a certain period of time</li>
<li>Relates to expected behavior not being performed</li>
</ul>
<p>Then you likely have a weak event listener that needs to be strong.  The garbage collector is coming through and deleting objects because it thinks they are no longer in use.  I&#8217;m now reading through <a href="http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e54.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7e46" target="_blank">Adobe&#8217;s event listener documentation</a> to refresh myself on this sort of bug.  While I do not believe I wrote the offending code, I want to make sure that I&#8217;m still sharp and do not commit such an act in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2012/03/08/flash-player-and-weak-event-listeners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome and the Debug Flash Player</title>
		<link>http://www.skoobalon.com/blog/2012/03/07/chrome-and-the-debug-flash-player/</link>
		<comments>http://www.skoobalon.com/blog/2012/03/07/chrome-and-the-debug-flash-player/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 18:32:04 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=480</guid>
		<description><![CDATA[Chrome is usually a great web browser.  However, I am a professional software developer, and one of the platforms I develop for is Flash.  To aid in development, I use the debug Flash player, which notifies me of any uncaught exceptions. This week I&#8217;ve been trying to track down a bug in one of the [...]]]></description>
			<content:encoded><![CDATA[<p>Chrome is usually a great web browser.  However, I am a professional software developer, and one of the platforms I develop for is Flash.  To aid in development, I use the <a href="http://www.adobe.com/support/flashplayer/downloads.html" target="_blank">debug Flash player</a>, which notifies me of any uncaught exceptions.</p>
<p>This week I&#8217;ve been trying to track down a bug in one of the games I&#8217;m in charge of, but at seemingly every turn I would run into mysterious problems that appeared to be caused by uncaught exceptions &#8212; yet there was never any notification of these.  I blamed the code in the game for silently catching these and not logging them, since it has certainly happened in the past with this project.  (Nobody I know worked on the original code base, which is quite poor.)</p>
<p>Today, I finally found the real reason that I was not getting notification of the uncaught exceptions: Chrome updated its version of the Flash player without my approval and without notification.  This has wasted many hours of effort, and I am tempted to send them a bill for it.  (Though I wouldn&#8217;t expect to be reimbursed.)</p>
<p>It is my understanding that this is how you would prevent this from happening in the future, though time will tell if this is indeed a valid solution:</p>
<ol>
<li>In your address bar (you might want to open a new tab for this), type &#8220;chrome://plugins&#8221;.</li>
<li>Disable the &#8220;Google Update&#8221; plugin.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2012/03/07/chrome-and-the-debug-flash-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ripping DVDs in Windows 7</title>
		<link>http://www.skoobalon.com/blog/2012/03/07/ripping-dvds-in-windows-7/</link>
		<comments>http://www.skoobalon.com/blog/2012/03/07/ripping-dvds-in-windows-7/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 15:08:37 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[rip]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=475</guid>
		<description><![CDATA[This post is here to remind myself the process which I have used in the past to rip DVDs to my hard drive, and to share with others who may find it useful.  In particular, my purpose is so that I can play them on my Wii and not have to juggle the discs around. [...]]]></description>
			<content:encoded><![CDATA[<p>This post is here to remind myself the process which I have used in the past to rip DVDs to my hard drive, and to share with others who may find it useful.  In particular, my purpose is so that I can play them on my Wii and not have to juggle the discs around.  I have kids now, and I can foresee the discs quickly getting destroyed.  Please do not use this information to support piracy.</p>
<ol>
<li>Install <a href="http://handbrake.fr/" target="_blank">HandBrake</a>.  The version I am presently using is 0.9.6.</li>
<li>Install <a href="http://www.slysoft.com/en/anydvd.html" target="_blank">AnyDVD</a>.  The version I am presently using is 7.0.1.0.  This is a trial, and I&#8217;ll likely have to buy it, though non-free software makes me leery.</li>
<li>For encode settings, I started with the &#8220;Universal&#8221; settings, then, because I&#8217;m not overflowing with disc space, reduced the video&#8217;s average bitrate to 1200 kbps and selected &#8220;2-Pass Encoding&#8221;.</li>
<li>Add the first English subtitle track and set it as the default (so that when you start playing you know if there are subs or not).</li>
<li>Save as an MKV file.</li>
</ol>
<p>My experience is that encoding goes very fast and does not get in the way of you using your computer at the same time.</p>
<p>An alternative to AnyDVD which I have heard of but not yet tested is downloading <a href="http://download.videolan.org/pub/libdvdcss/last/" target="_blank">libdvdcss</a> and placing the dll in the same directory as HandBrake, then in the options panel disabling the default DVD decoder LibDVDNav so that it uses libdvdread instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2012/03/07/ripping-dvds-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vaccines and Autism: An Examination of the Evidence</title>
		<link>http://www.skoobalon.com/blog/2012/02/13/vaccines-and-autism-an-examination-of-the-evidence/</link>
		<comments>http://www.skoobalon.com/blog/2012/02/13/vaccines-and-autism-an-examination-of-the-evidence/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 18:46:41 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Babel]]></category>
		<category><![CDATA[andrew wakefield]]></category>
		<category><![CDATA[autism]]></category>
		<category><![CDATA[dtap]]></category>
		<category><![CDATA[mmr]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[thimerosal]]></category>
		<category><![CDATA[vaccine]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=471</guid>
		<description><![CDATA[Many people are aware of the controversy regarding vaccines that has swept the nation in the past 14 years. By my father&#8217;s suggestion, I performed my own research into the matter so that I could draw my own conclusions based on the scientific evidence. Rather than looking at web forums and blogs, which tend to be [...]]]></description>
			<content:encoded><![CDATA[<p>Many people are aware of the controversy regarding vaccines that has swept the nation in the past 14 years. By my father&#8217;s suggestion, I performed my own research into the matter so that I could draw my own conclusions based on the scientific evidence. Rather than looking at web forums and blogs, which tend to be looking for something to blame and offer anecdotal evidence rather than reproducible statistical studies, I chose to look at scientific journals.</p>
<p>Before getting into things, I would like to point out that I am not a professional researcher and do not have the kind of time to devote to writing a proper summary of my findings.  I have not thoroughly summarized the research, but instead have hand picked examples which could be easily summarized.  There is a lot of other data out there to look at, which I encourage you to do.  I am a secondary source and am providing no new data, so do not take anything I say here as fact without performing your own investigations.</p>
<p>When I began my research into the theory that vaccinations can cause autism, the bulk of what I was finding related to the MMR vaccine, though late in my research I also discovered that there was fear with regard to the preservative thimerosal, which contains mercury, that has been in use in the vaccines since, to my recollection, the 40&#8242;s (don&#8217;t take this at face value: I have no citation for it because I did not think it was important enough to note before I wrote this). Having already spent an entire day working on this subject, I did not wish to dig into the existing research around this preservative, because I determined that since 2001 there has been no cause for concern in the United States.</p>
<p>According to the FDA, there is insufficient evidence to support the claim that thimerosal causes autism. “However, depending on the vaccine formulations used and the weight of the infant, some infants could have been exposed to cumulative levels of mercury during the first six months of life that exceeded EPA recommended guidelines for safe intake of methylmercury.” As a precautionary measure, since 2001, “all vaccines manufactured for the U.S. Market and routinely recommended for children &lt;= 6 years of age have contained either no thimerosal or only trace amounts (&lt;= 1 microgram of mercury per dose).”[1] In other words, as this is no longer used, investigating the research available is, for the most part, a moot point.</p>
<p>However, there still exists the theory that the MMR vaccine causes autism. This notion seems to have been created by Andrew Wakefield and 11 of his peers in a 1998 article titled <em>Illeal-lymphoid-nodular hyperplasia, non-specific colitis, and pervasive developmental disorder in children</em>, published in The Lancet[2]. This study examined 12 children in depth and among other claims, it was suggested that within days of administration of the MMR vaccine, these children were demonstrating signs of autism.</p>
<p>This was indeed a shocking revelation, and others sought to perform their own research to investigate this claim. A 1999 article by Brent Taylor et al., titled <em>Autism and measles, mumps, and rubella vaccine: no epidemiological evidence for a causal association</em>, describes a study which they carried out by statistically analyzing children with autism who had been born since 1979 in eight North Thames health districts in the UK[3]. 498 cases of autism diagnoses were identified, though only 293 were confirmed based on the criteria laid out by the <a href="http://en.wikipedia.org/wiki/ICD-10">ICD-10</a>. (The link is provided for convenience to give an overview of the topic, and does not constitute a valid scholarly reference.) Of these confirmed cases, it was concluded that there is no “causal association between MMR vaccine and autism. If such an association occurs, it is so rare that it could not be identified in this large regional sample.” In other words, not only does this study demonstrate that the MMR vaccine did not cause autism, if there is any association between the two, it was not evident with the data collected.</p>
<p>In 2002, Kreesten Madsen et al. published an article in the New England Journal of Medicine titled <em>A population-based study of measles, mumps, and rubella vaccination and autism</em>[4]. In their study, they investigated the records of all children born in Denmark from 1991 through 1998. Of the 537,303 children examined, 82% received the MMR vaccine, and the set of those who were vaccinated was compared against those who were not. There was no statistical difference in the rate of autism among either group. They conclude that they have presented “strong evidence against the hypothesis that MMR vaccination causes autism.”</p>
<p>Despite these additional studies, there still existed debate over the topic. In a 2004 letter to the editor of Lancet, 10 of the 12 authors of the original article clarified that the original article did not demonstrate that the MMR vaccine caused autism, and that it was instead speculating at the possibility of a link which required further research[5]. Of the two who did not participate in this clarification, one was unable to be contacted, and the other was Wakefield, the lead author.</p>
<p>While this should, at the very least, quell any particular furor related to the theories surrounding this vaccine, misinformation had already been ingrained in many people.  Brian Deer, a British investigative reporter, spent many years investigating the claims of Wakefield, and determined that data was both unethically obtained and falsified for his 1998 article[6]. He also exposed that Wakefield was involved in litigation against the makers of the MMR vaccine in which 11 of the 12 children in his study were plaintiffs, posing as a serious conflict of interest. While this data is not presented in a sufficient manner to come to a scientific conclusion, evidence that was presented before a UK court found these accusations to be true, and Wakefield was stripped of his license to practice medicine.</p>
<p>Thus, I have come to the conclusion that, generally speaking, vaccines are not something that people should be afraid of.  Give your children immunity to diseases, they&#8217;ll thank you for it later.  (They may night verbally thank you for it, but they will enjoy going through life not developing polio, measles, diphtheria, etc.)  To clarify this, it has not been shown that specific vaccines do not have problems, but rather that the general fear linking autism to vaccines has no merit.</p>
<p>What can we take away from all of this?  When reading the claims of others on the Internet, I always ask myself, “what is the source of this information?” My experience is that most people who post things on the Internet are “armchair experts,” who like to pass along their version of reality and cannot provide citations for anything they say.  I encourage all who read this to perform scholarly research into controversial scientific topic.  To reiterate what was stated at the beginning, that means no blogs and very few websites, but peer-reviewed journals.  Your local university library should have access to many such resources.  You can use the articles summarizing the research of others to find original sources, but don&#8217;t put your faith in these secondary sources either.</p>
<p>&nbsp;</p>
<p><em>Note on comments: all comments on this blog must be approved before being publicly visible.  Any comments with claims that are either not backed up or are backed up with non-scholarly resources will not be approved.  Please offer any corrections or suggestions for clarification that can be made here, though again, if you do not properly cite your reasoning your comment will be ignored.</em></p>
<p>&nbsp;</p>
<p>Citations</p>
<ol>
<li>FDA. Thimerosal in vaccines questions and answers. Web site. <a href="http://www.fda.gov/BiologicsBloodVaccines/Vaccines/QuestionsaboutVaccines/UCM070430">http://www.fda.gov/BiologicsBloodVaccines/Vaccines/QuestionsaboutVaccines/UCM070430</a>. Accessed Feb 11, 2012.</li>
<li>Andrew J. Wakefield, et al. (1998). Ileal-lymphoid-nodular hyperplasia, non-specific colitis, and pervasive developmental disorder in children. Lancet, 351(9103), 637.</li>
<li>Brent Taylor, et al. (1999). Autism and measles, mumps, and rubella vaccine: no epidemiological evidence for a causal association. Lancet, 353(9167), 2026.</li>
<li>Kreesten M. Madsen, et al. (2002). A population-based study of measles, mumps, and rubella vaccination and autism. New England Journal of Medicine, 347, 1477.</li>
<li>Simon H. Murch, et al. (2004). Retraction of an interpretation. Lancet, 363(9411), 750.</li>
<li>Brian Deer. Brian deer: the lancet scandal. Web site. <a href="http://briandeer.com/mmr-lancet.htm">http://briandeer.com/mmr-lancet.htm</a>. Accessed Feb 11 2012.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2012/02/13/vaccines-and-autism-an-examination-of-the-evidence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>macromedia.abc.DecoderException: unknown opcode?? 60</title>
		<link>http://www.skoobalon.com/blog/2011/12/15/macromedia-abc-decoderexception-unknown-opcode-60/</link>
		<comments>http://www.skoobalon.com/blog/2011/12/15/macromedia-abc-decoderexception-unknown-opcode-60/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 17:36:16 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexmojos]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=461</guid>
		<description><![CDATA[Today I was trying to build a Flash game with Maven, and I received this error: macromedia.abc.DecoderException: unknown opcode?? 60 at macromedia.abc.Decoder$Opcodes.decode(Decoder.java:1700) at macromedia.abc.Decoder$MethodBodies.decode(Decoder.java:537) at macromedia.abc.Optimizer.optimize(Optimizer.java:293) at macromedia.abc.Optimizer.optimize(Optimizer.java:83) at flex2.linker.DependencyWalker.dump(DependencyWalker.java:266) at flex2.linker.FlexMovie.generate(FlexMovie.java:242) at flex2.linker.API.link(API.java:41) at flex2.tools.oem.Application.link(Application.java:1200) at flex2.tools.oem.Application.build(Application.java:433) at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.build(AbstractFlexCompilerMojo.java:2473) at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.run(AbstractFlexCompilerMojo.java:1282) at org.sonatype.flexmojos.AbstractIrvinMojo.execute(AbstractIrvinMojo.java:183) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387) at [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to build a Flash game with Maven, and I received this error:</p>
<pre>macromedia.abc.DecoderException: unknown opcode?? 60
        at macromedia.abc.Decoder$Opcodes.decode(Decoder.java:1700)
        at macromedia.abc.Decoder$MethodBodies.decode(Decoder.java:537)
        at macromedia.abc.Optimizer.optimize(Optimizer.java:293)
        at macromedia.abc.Optimizer.optimize(Optimizer.java:83)
        at flex2.linker.DependencyWalker.dump(DependencyWalker.java:266)
        at flex2.linker.FlexMovie.generate(FlexMovie.java:242)
        at flex2.linker.API.link(API.java:41)
        at flex2.tools.oem.Application.link(Application.java:1200)
        at flex2.tools.oem.Application.build(Application.java:433)
        at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.build(AbstractFlexCompilerMojo.java:2473)
        at org.sonatype.flexmojos.compiler.AbstractFlexCompilerMojo.run(AbstractFlexCompilerMojo.java:1282)
        at org.sonatype.flexmojos.AbstractIrvinMojo.execute(AbstractIrvinMojo.java:183)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
        at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)</pre>
<p>It was not a fluke: trying a clean rebuild did not solve anything.  Searching the web didn&#8217;t return much of anything.  The purpose of this rebuild was to utilize the latest versions of certain external dependencies.  I isolated the dependency which was causing the problem.  In this case, my game was two versions behind on the dependency, and bumping it up at all caused this problem.</p>
<p>I do not have any idea what in particular with this dependency is causing the issue.  Perhaps the swc was built in an incompatible way?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2011/12/15/macromedia-abc-decoderexception-unknown-opcode-60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Desktop Experience</title>
		<link>http://www.skoobalon.com/blog/2011/11/04/my-desktop-experience/</link>
		<comments>http://www.skoobalon.com/blog/2011/11/04/my-desktop-experience/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 20:18:43 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=455</guid>
		<description><![CDATA[To contrast the lifespan of laptops I have owned, this chronicles the desktop machines I have owned. IBM Personal Computer XT &#8212; Probably still ticking, somewhere&#8230; (13+ years) To my knowledge, this is the first computer I touched.  This model was introduced in 1983 and discontinued in 1987.  I last saw it in 2000 and [...]]]></description>
			<content:encoded><![CDATA[<p>To contrast the lifespan of laptops I have owned, this chronicles the desktop machines I have owned.</p>
<p><a href="http://en.wikipedia.org/wiki/IBM_Personal_Computer_XT" target="_blank">IBM Personal Computer XT</a> &#8212; <span style="color: #339966;">Probably still ticking, somewhere&#8230; (13+ years)</span><br />
<a href="http://en.wikipedia.org/wiki/IBM_Personal_Computer_XT"></a>To my knowledge, this is the first computer I touched.  This model was introduced in 1983 and discontinued in 1987.  I last saw it in 2000 and it was still completely functional.  It had a copy of Word Perfect 5.1 on it and a math flash cards game which my dad wrote.  (I re-wrote it in Javascript many years later: see <a href="http://www.skoobalon.com/software/games/kids" target="_blank">Kids</a>.)  To my knowledge, nothing on this beast ever malfunctioned.</p>
<p><span style="text-decoration: underline;">Compaq Portable</span> &#8212; <span style="color: #808080;">Unknown</span><br />
My dad had some sort of portable Compaq computer that he brought home once upon a time.  We thought it was the coolest thing ever.  I don&#8217;t recall seeing it more than once though.</p>
<p><a href="http://www.pcworld.com/article/179063/compaq_deskpro_386_1986.html" target="_blank">Compaq Deskpro 386</a> &#8212; <span style="color: #339966;">Probably still ticking, somewhere&#8230; (10+ years)</span><br />
My dad had a lot of these for his business.  After they were retired for work purposes, they made their way to our house.  I know we had at least 3 of them, but in reality it was probably more.  These were introduced in 1986, and I do not know when they were discontinued.  The last time I saw one was in 1998, and it was still operational.  Note, however, that I had dissected and destroyed the two others that I can recall existing.</p>
<p><span style="text-decoration: underline;">Packard Bell Legend 386</span> &#8212; <span style="color: #808080;">Unknown</span><br />
This computer supplemented the Deskpro&#8217;s in my dad&#8217;s office.  One day this made it&#8217;s way into my brothers&#8217; room, though.   I last recall seeing it last in 1996 or 1997, though the circumstances surrounding it&#8217;s disappearance are unknown.  I have no idea how many years of service it provided.</p>
<p><span style="text-decoration: underline;">AST Advantage 486DX2/66, 4 MB RAM</span> &#8212; <span style="color: #800000;">Dead (7 years?)</span><br />
I believe that these machines replaced the Compaq Deskpro 386&#8242;s in my dad&#8217;s office.  When these were retired as well, they made their way into our house.  This one I recall most vividly.   I used it from 1995 or so until the end of 1999, though I know it had life before that time period.</p>
<p><span style="text-decoration: underline;">Compaq Presario 5100en (I think)</span> &#8212; <span style="color: #800000;">Dead (3 years)</span><br />
This was the first computer that I bought and paid for myself.  It was obtained in 2001 and died in October 2004.</p>
<p><span style="text-decoration: underline;">Home-Assembled Computer 1</span> &#8212; <span style="color: #800000;">Dead (6 years)</span><br />
After the Compaq above took up the ghost, I replaced all the hardware inside the case with new, more modern equipment in December 2004.  I used this computer through May of 2006, and it then went into my parents&#8217; possession, as I was travelling a lot and could not hold on to it.  It finally bit the dust in 2010 when, due to poor maintenance, the fan broke and the CPU overheated, presumably.  I have not had physical access to this machine in ages, so I have not confirmed this fate.</p>
<p><span style="text-decoration: underline;">Home-Assembled Computer 2</span> &#8212; <span style="color: #008000;">Still running (2+ years)</span><br />
Built in August 2009 and still running strong.  This blog post was written on it, in fact&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2011/11/04/my-desktop-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Laptop Experience</title>
		<link>http://www.skoobalon.com/blog/2011/11/04/my-laptop-experience/</link>
		<comments>http://www.skoobalon.com/blog/2011/11/04/my-laptop-experience/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 06:02:05 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=446</guid>
		<description><![CDATA[Compaq Armada E500 &#8212; Still operational (10+ years), not actively used (will be officially put out to pasture soon) Manufactured: 2001? Use started: Same time? (Obtained used in April 2006, to replace an identical model where the HD failed.  The other physical device I had was superior in craftsmanship.) Screen connectors broke: April 2006 HP [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://h18000.www1.hp.com/products/quickspecs/10441_div/10441_div.html" target="_blank">Compaq Armada E500</a> &#8212; <span style="color: #339966;">Still operational (10+ years), not actively used (will be officially put out to pasture soon)</span><br />
Manufactured: 2001?<br />
Use started: Same time?  (Obtained used in April 2006, to replace an identical model where the HD failed.  The other physical device I had was superior in craftsmanship.)<br />
Screen connectors broke: April 2006</p>
<p><a href="http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00690466&amp;lc=en&amp;cc=us&amp;dlc=en&amp;product=3184211&amp;lang=en" target="_blank">HP Pavilion dv5220us</a> &#8212; <span style="color: #339966;">Still operational (5+ years), actively used as a low-traffic web server<br />
</span> Manufactured:  2006?<br />
Use started: August 2006<br />
Bottom 1/3 of screen broke: 2008</p>
<p><a href="http://support.gateway.com/s/Mobile/2007/SonicC/1014139R/1014139Rsp2.shtml">Gateway MX8711</a> &#8211; <span style="color: #800000;">Dead (5 years)</span><br />
Manufactured: December 2006<br />
Use started: Same time?  (Bought recertified in August 2007)<br />
Power jack broke: March or April 2008<br />
Died completely: November 2011 (Cannot receive power)</p>
<p><a href="http://support.acer.com/acerpanam/notebook/0000/Acer/Aspire4520/Aspire4520sp2.shtml">Acer Aspire 4520</a> &#8212; <span style="color: #800000;">Dead (1.75 years)</span><br />
Manufactured: July 2009<br />
Use started: August 2009?<br />
Died completely: April 2011 (Power button blinks LEDs, but nothing else happens)</p>
<p><span style="text-decoration: underline;">Dell Inspiron 15 (N5040)</span> &#8212; <span style="color: #339966;">Still operational (0+ years)</span><br />
Manufactured: November 2011<br />
Use started: November 2011</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2011/11/04/my-laptop-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip Video + Adobe CS4 DVD Authoring Workflow</title>
		<link>http://www.skoobalon.com/blog/2011/11/03/flip-video-adobe-cs4-dvd-authoring-workflow/</link>
		<comments>http://www.skoobalon.com/blog/2011/11/03/flip-video-adobe-cs4-dvd-authoring-workflow/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 18:50:54 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[encore]]></category>
		<category><![CDATA[premiere pro]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=444</guid>
		<description><![CDATA[This post is to document the workflow I am currently using to edit home movies taken with my Flip camera, using Adobe CS4. To create a sequence of video files: Copy MP4 files off of camera Extract audio from MP4 files using Avidemux as high bitrate MP3s (sometimes Premiere Pro has trouble with the audio [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to document the workflow I am currently using to edit home movies taken with my Flip camera, using Adobe CS4.</p>
<p>To create a sequence of video files:</p>
<ol>
<li>Copy MP4 files off of camera</li>
<li>Extract audio from MP4 files using Avidemux as high bitrate MP3s (sometimes Premiere Pro has trouble with the audio of these files)</li>
<li>Create a Premiere Pro CS4 project and mix together the clips as desired</li>
</ol>
<p>To create a DVD video stream:</p>
<ol>
<li>In Premiere Pro CS4, create a new master project</li>
<li>Import the project for each individual sequence</li>
<li>Lay out sequences on the timeline in the desired order</li>
<li>Add transitions as appropriate</li>
</ol>
<p>To master a DVD:</p>
<ol>
<li>Export master Premiere Pro CS4 project as MPEG2-DVD</li>
<li>Create new Encore CS4 project</li>
<li>Import exported MPEG2-DVD file as a new timeline</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2011/11/03/flip-video-adobe-cs4-dvd-authoring-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulating Network Latency in Linux</title>
		<link>http://www.skoobalon.com/blog/2011/10/14/simulating-network-latency-in-linux/</link>
		<comments>http://www.skoobalon.com/blog/2011/10/14/simulating-network-latency-in-linux/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 20:49:55 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Computer Guides]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.skoobalon.com/blog/?p=441</guid>
		<description><![CDATA[Sometimes it is necessary to simulate latency when testing network applications.  This is how I do it in Linux: # tc qdisc add dev eth0 root netem delay 500ms And to remove the latency: # tc qdisc del dev eth0 root &#160;]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is necessary to simulate latency when testing network applications.  This is how I do it in Linux:</p>
<pre># tc qdisc add dev eth0 root netem delay 500ms</pre>
<p>And to remove the latency:</p>
<pre># tc qdisc del dev eth0 root</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skoobalon.com/blog/2011/10/14/simulating-network-latency-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

