<?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>dicianno.org/blog</title>
	<atom:link href="http://dicianno.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dicianno.org/blog</link>
	<description>notes about computers and lifestyle</description>
	<lastBuildDate>Thu, 04 Feb 2010 21:09:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prefix Portage v. Aquamacs v. aspell</title>
		<link>http://dicianno.org/blog/2008/11/12/prefix-portage-v-aquamacs-v-aspell/</link>
		<comments>http://dicianno.org/blog/2008/11/12/prefix-portage-v-aquamacs-v-aspell/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 02:49:14 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/?p=72</guid>
		<description><![CDATA[I come from a heavy Gentoo background in GNU/Linux land, so on OS X, I prefer Prefix Portage.  YMMV, but I think it&#8217;s a great environment.  I mainly use it to install the few extra UNIX utilities that don&#8217;t ship with OS X.
Wanting to get spell checking working, I read the Emacs Wiki, [...]]]></description>
			<content:encoded><![CDATA[<p>I come from a heavy Gentoo background in GNU/Linux land, so on OS X, I prefer Prefix Portage.  YMMV, but I think it&#8217;s a great environment.  I mainly use it to install the few extra UNIX utilities that don&#8217;t ship with OS X.</p>
<p>Wanting to get spell checking working, I read the Emacs Wiki, and thought all I had to do was install aspell.  I even added my prefix portage paths to my Preferences.el file:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span>setenv <span class="st0">&quot;PATH&quot;</span> <span class="br0">&#40;</span>concat <span class="st0">&quot;/Library/Gentoo/bin&quot;</span> path-separator <span class="br0">&#40;</span>getenv <span class="st0">&quot;PATH&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span>setenv <span class="st0">&quot;PATH&quot;</span> <span class="br0">&#40;</span>concat <span class="st0">&quot;/Library/Gentoo/sbin&quot;</span> path-separator <span class="br0">&#40;</span>getenv <span class="st0">&quot;PATH&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span>setenv <span class="st0">&quot;PATH&quot;</span> <span class="br0">&#40;</span>concat <span class="st0">&quot;/Library/Gentoo/usr/bin&quot;</span> path-separator <span class="br0">&#40;</span>getenv <span class="st0">&quot;PATH&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span>setenv <span class="st0">&quot;PATH&quot;</span> <span class="br0">&#40;</span>concat <span class="st0">&quot;/Library/Gentoo/usr/sbin&quot;</span> path-separator <span class="br0">&#40;</span>getenv <span class="st0">&quot;PATH&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
</ol>
</div>
<p>While the above <strong>did</strong> change my path, it didn&#8217;t make spellcheck work.  The following code did:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="co1">;; spelling</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;<span class="br0">&#40;</span>eval-after-load <span class="st0">&quot;ispell&quot;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="br0">&#40;</span><span class="kw1">progn</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="br0">&#40;</span><span class="kw1">setq</span> ispell-dictionary <span class="st0">&quot;en&quot;</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ispell-silently-savep t<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#40;</span>setq-default ispell-program-<span class="kw1">name</span> <span class="st0">&quot;/Library/Gentoo/usr/bin/aspell&quot;</span><span class="br0">&#41;</span></div>
</li>
</ol>
</div>
<p>The peculiar thing is that I had to specify the full path to aspell, and not just &#8220;aspell&#8221; with the above PATH additions.  Very strange; I&#8217;m no Lisp programmer (yet!), so any suggestions would be appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/11/12/prefix-portage-v-aquamacs-v-aspell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rubyosa-0.4.0 Bus Error</title>
		<link>http://dicianno.org/blog/2008/10/06/rubyosa-040-bus-error/</link>
		<comments>http://dicianno.org/blog/2008/10/06/rubyosa-040-bus-error/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 14:35:21 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[obt]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/?p=70</guid>
		<description><![CDATA[I was having some issues trying out the rubyosa gem, and found this useful japanese blog.
If you see an error like the following:



└──&#62; rdoc-osa &#8211;name Adium


/Library/Ruby/Gems/1.8/gems/rubyosa-0.4.0/lib/rbosa.rb:530: &#91;BUG&#93; Bus Error


ruby 1.8.6 &#40;2008-03-03&#41; &#91;universal-darwin9.0&#93;


&#160;


Abort trap



&#8230; when you are attempting to generate documentation, then you need to install an older version of the libxml-ruby gem, and modify rubyosa [...]]]></description>
			<content:encoded><![CDATA[<p>I was having some issues trying out the rubyosa gem, and found <a href="http://d.hatena.ne.jp/Watson/20081005/1223151845">this</a> useful japanese blog.</p>
<p>If you see an error like the following:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">└──&gt; rdoc-osa &#8211;name Adium</div>
</li>
<li class="li1">
<div class="de1">/Library/Ruby/Gems/<span class="nu0">1.8</span>/gems/rubyosa<span class="nu0">-0.4</span><span class="nu0">.0</span>/lib/rbosa.rb:<span class="nu0">530</span>: <span class="br0">&#91;</span>BUG<span class="br0">&#93;</span> Bus Error</div>
</li>
<li class="li1">
<div class="de1">ruby <span class="nu0">1.8</span><span class="nu0">.6</span> <span class="br0">&#40;</span><span class="nu0">2008</span><span class="nu0">-03</span><span class="nu0">-03</span><span class="br0">&#41;</span> <span class="br0">&#91;</span>universal-darwin9<span class="nu0">.0</span><span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2">Abort <span class="kw3">trap</span></div>
</li>
</ol>
</div>
<p>&#8230; when you are attempting to generate documentation, then you need to install an older version of the libxml-ruby gem, and modify rubyosa slightly.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">$ <span class="kw2">sudo</span> gem <span class="kw2">install</span> libxml-ruby &#8211;version <span class="nu0">0.3</span><span class="nu0">.8</span><span class="nu0">.4</span></div>
</li>
<li class="li1">
<div class="de1">$ <span class="kw2">sudo</span> <span class="kw2">sed</span> -i -e <span class="st0">&quot;s|require &#8216;xml/libxml&#8217;|gem &#8216;xml/libxml&#8217;, &#8216;= 0.3.8.4&#8242;|&quot;</span> /Library/Ruby/Gems/<span class="nu0">1.8</span>/gems/rubyosa<span class="nu0">-0.4</span><span class="nu0">.0</span>/lib/rbosa.rb</div>
</li>
</ol>
</div>
<p>If this issue is fixed in rubyosa, a simple gem update will override the sed line you just ran, so you don&#8217;t need to worry about it again, unless you reinstall rubyosa-0.4.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/10/06/rubyosa-040-bus-error/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Working with Spaces.app v. Workspaces as a concept</title>
		<link>http://dicianno.org/blog/2008/09/30/working-with-spacesapp-v-workspaces-as-a-concept/</link>
		<comments>http://dicianno.org/blog/2008/09/30/working-with-spacesapp-v-workspaces-as-a-concept/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 03:06:18 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/?p=66</guid>
		<description><![CDATA[First, I&#8217;m glad Apple began support of multiple workspaces with the release of Leopard last year.  Workspaces was a feature that was truly lacking from an otherwise feature-rich user interface in OS X.
Having spent a long time with GNU/Linux &#8212; long enough for it to shape my formative computer development years in high school [...]]]></description>
			<content:encoded><![CDATA[<p>First, I&#8217;m glad Apple began support of multiple workspaces with the release of Leopard last year.  Workspaces was a feature that was truly lacking from an otherwise feature-rich user interface in OS X.</p>
<p>Having spent <em>a long</em> time with GNU/Linux &#8212; long enough for it to shape my formative computer development years in high school circa 94-98 &#8212; I&#8217;ve spent time with the various desktops that implemented workspaces.  None &#8212; and I really mean <strong>none</strong> &#8212; have done workspaces better than <a href="http://www.suckless.org/wmii/">wmii</a>.  While the window-manager-that-actually-manages-windows-for-you concept might be strange to some (indeed, not being able to resize windows freely is strange to most), the concept of workspaces via tagging is so amazingly powerful.</p>
<p>It&#8217;s how workspaces should be done.</p>
<p>I&#8217;ve begun looking into implementing this on OS X using a combination of AppleScript and QuickSilver, or something similar.  Research so far isn&#8217;t promising.  The numbers of workspaces in Spaces.app really does correspond to an underlying data structure, so tagging &#8212; especially tagging of windows that should appear on multiple, but not all spaces &#8212; will have to be stored seperately.</p>
<p><P>I wonder how much fighting I&#8217;m going to need to do, to implement this?  Would anyone out there like to start an open project to collaborate on with me?  Contact me, and let&#8217;s get the ball rolling.</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/09/30/working-with-spacesapp-v-workspaces-as-a-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Your wireless network has been compromised&#8221;</title>
		<link>http://dicianno.org/blog/2008/09/30/your-wireless-network-has-been-compromised/</link>
		<comments>http://dicianno.org/blog/2008/09/30/your-wireless-network-has-been-compromised/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:07:18 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[obt]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/?p=60</guid>
		<description><![CDATA[If you&#8217;re running Mac OS X 10.5 Leopard, and you see a somewhat frightening and terse error message that says &#8220;Your wireless network has been compromised&#8220;, then you&#8217;ve probably entered into a world of annoyance.  If you&#8217;re in the situation I was, this message begins to pop-up every few minutes.  Every time it [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running Mac OS X 10.5 Leopard, and you see a somewhat frightening and terse error message that says &#8220;<em>Your wireless network has been compromised</em>&#8220;, then you&#8217;ve probably entered into a world of annoyance.  If you&#8217;re in the situation I was, this message begins to pop-up every few minutes.  Every time it does, your network access is disabled for 60 seconds.  if you&#8217;re in a Mac-centric office, and many of the developers run VMWare Fusion or Parallels Desktop, you probably noticed this issue begin to appear by now.</p>
<p>You might have tried the following:</p>
<ul>
<li>Disabled security on your WiFi network</li>
<li>Regressed to WEP security</li>
<li>Told everyone not to use the wireless</li>
</ul>
<p>Clearly, none of these work-arounds is ideal.  There is hope.</p>
<p>The problem is among OS X 10.5 &#8211; VMWare Fusion / Parallels Desktop &#8211; the TKIP WPA2 security protocol.  For some reason, installing the VM programs creates a situation on the wireless network that causes a TKIP MIC (or a &#8220;<a href="http://www.ee.oulu.fi/research/ouspg/frontier/sota/whitepaper-wots/paper.html">Michael</a>&#8220;) message integrity check error.  In short: OSX and your router think that the network is being cracked, because of a way that the VM programs use or abuse the networking interface stack.</p>
<p>The <strong>solution</strong> is to regress the security, but by as little as possible.  Simply turn of TKIP or &#8220;TKIP+AES&#8221; encryption on your wireless device, and only allow AES encryption.  This is not ideal, because the Michael check is trying to warn you about network intrusion, however, it simply does not work.</p>
<p><strong>Caveat</strong>: if you find that AES encryption does not work on some devices, you are probably use the stock Linksys firmware on your router.  Consider upgrading to the <a href="http://www.dd-wrt.com/">DD-WRT</a> firmware.  Read the docs, go over notes for your router model, and take the plunge.  The stable Linux-based environment for your router will make your network <em>work</em>, as well as offering you more features, such as local DNS, for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/09/30/your-wireless-network-has-been-compromised/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Fusion 2.0 beta 1 tools and OpenSolaris 2008.05</title>
		<link>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/</link>
		<comments>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:20:07 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[obt]]></category>
		<category><![CDATA[opensolaris]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/</guid>
		<description><![CDATA[I had a small issue getting vmware tools from VMware 2.0 beta 1 working under OpenSolaris 2008.05.  I don&#8217;t know if it&#8217;s an issue in previous versions of either software.
First, when installing OpenSolaris 2008.05, choose VMware setup options for &#8220;Solaris&#8221;, and either 32-bit or 64-bit depending on your preference.  I wanted, 64-bit, but [...]]]></description>
			<content:encoded><![CDATA[<p>I had a small issue getting vmware tools from VMware 2.0 beta 1 working under OpenSolaris 2008.05.  I don&#8217;t know if it&#8217;s an issue in previous versions of either software.</p>
<p>First, when installing OpenSolaris 2008.05, choose VMware setup options for &#8220;Solaris&#8221;, and either 32-bit or 64-bit depending on your preference.  I wanted, 64-bit, but &#8220;Other / Other 64-bit&#8221; setup option resulted in strange errors at vm boot time.</p>
<p>You can now mount the VMware tools via the menu option &#8220;Virtual Machine&#8221; -> &#8220;Install VMware Tools&#8221;.  A CD icon will appear on your desktop.  Double-click the CD, and the tar file inside there.  Untar the files onto your desktop.  Open a terminal.  Become root.  Before you run the script, we need to create some directories to help the installation complete.</p>
<p><code><br />
	# su -<br />
	(password)<br />
	# mkdir -p /usr/dt/config/Xsession.d<br />
	# mkdir -p /etc/X11/xinit/xinitrc.d<br />
	# cd ~/Desktop/vmware-tools-distrib<br />
	# ./vmware-install.pl<br />
	(run the script)<br />
	# cd /etc/X11/xinit/xinitrc.d<br />
	# ln -s /usr/dt/config/Xsession.d/9999.autostart-vmware-user.sh<br />
</code></p>
<p>What we did above was create and old directory the install script wanted to use, a new directory that will be used by gdm (the login manager), and then linked the files accordingly.</p>
<p>If you log out (or reboot), and log back in, you will now see:</p>
<p><code><br />
	$ ps -ae |grep vmware<br />
	  794 ?           0:03 vmware-m<br />
	  868 ?           0:07 vmware-g<br />
	12428 ?           0:04 vmware-u</p>
<p></code></p>
<p>The <tt>vmware-u</tt> is the vmware-user process that needs to get launched, so that features like autoresize and copy &amp; paste will work.</p>
<p>Now &#8212; on to play with ZFS!</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/06/16/vmware-fusion-20-beta-1-tools-and-opensolaris-200805/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>tar backup stupidity and limited space</title>
		<link>http://dicianno.org/blog/2008/06/11/tar-backup-stupidity-and-limited-space/</link>
		<comments>http://dicianno.org/blog/2008/06/11/tar-backup-stupidity-and-limited-space/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 04:12:01 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[cli]]></category>
		<category><![CDATA[obt]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/06/11/tar-backup-stupidity-and-limited-space/</guid>
		<description><![CDATA[So, pretend you have:

a new Mac laptop with a fast hard drive, but one that is smaller than all the data you need to backup
A backup hard drive you&#8217;ve used on Windows and Linux, but is formatted NTFS, and is much larger than your new laptop&#8217;s HD
You have files named on your system that needs [...]]]></description>
			<content:encoded><![CDATA[<p>So, pretend you have:</p>
<ul>
<li>a new Mac laptop with a fast hard drive, but one that is smaller than all the data you need to backup</li>
<li>A backup hard drive you&#8217;ve used on Windows and Linux, but is formatted NTFS, and is much larger than your new laptop&#8217;s HD</li>
<li>You have files named on your system that needs to be backed up that aren&#8217;t kosher for NTFS</li>
</ul>
<p>So, being a Linux geek, you realize &#8220;Ha! I&#8217;ll just tar my files up, copy it to the backup drive, over to the new system, and untar.&#8221;</p>
<p>Yes &#8211; you do just that, but then you need to use your laptop for work; so instead of waiting to untar the file, you copy the <em>very large</em> backup tar files from the external HD to your new laptop.</p>
<p>Now, here&#8217;s the problem: you can&#8217;t untar the entire tar flle w/o running out of space.  What do you do?  <strong>Un-tar a bit at a time; delete; continue.</strong></p>
<p>Untar a bit of the archive you want, delete it from the tar, and continue until you have more space on your HD than the rest of the tar file.<br />
<code><br />
# tar xf MYBACKUP.tar This/directory/I/want<br />
# tar --delete --file=MYBACKUP.tar This/directory/I/want<br />
</code>
</p>
<p>This method works surprisingly well, considering the tar file crossed all three major operating systems.</p>
<p>If you are unsure of what is inside the archive, you can use:<br />
<code><br />
# tar --list --file=MYBACKUP.tar<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/06/11/tar-backup-stupidity-and-limited-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quotes from The Al Roney show, WGY 810AM : Robert Mirch v. Wafaa Bilal</title>
		<link>http://dicianno.org/blog/2008/03/27/quotes-from-the-al-roney-show-wgy-810am-robert-mirch-v-wafaa-bilal/</link>
		<comments>http://dicianno.org/blog/2008/03/27/quotes-from-the-al-roney-show-wgy-810am-robert-mirch-v-wafaa-bilal/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 19:44:42 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[troy]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/03/27/quotes-from-the-al-roney-show-wgy-810am-robert-mirch-v-wafaa-bilal/</guid>
		<description><![CDATA[What follows are some choice quotes from the Al Roney show were Wafaa Bilal and Robert Mirch talked about Wafaa&#8217;s art piece and Mirch&#8217;s planned protest.  I&#8217;ve decided not to include caller&#8217;s comments at this point.  They deserve to be highlighted in an entirely different fashion.
You can get the transcripts, if you like [...]]]></description>
			<content:encoded><![CDATA[<p>What follows are some choice quotes from the Al Roney show were Wafaa Bilal and Robert Mirch <em>talked</em> about Wafaa&#8217;s art piece and Mirch&#8217;s planned protest.  I&#8217;ve decided not to include caller&#8217;s comments at this point.  They deserve to be highlighted in an entirely different fashion.</p>
<p>You can get the <a href="http://www.dicianno.org/files/nobc/al_roney-on_demand-bilal_v_mirch.transcript/">transcripts</a>, if you like (.doc format).</p>
<hr />
<p><strong>Al Roney:</strong>: <em>Robert Mirch says, he is disgusted that they&#8217;re going to host this exhibition that includes a virtual videogame portrayal of a suicide-bomber sent to assassinate President Bush and his quote is, “It’s completely inappropriate for any organization in Troy to stage an exhibit that features a portrayal of a suicide-bomber sent to kill the President. The Sanctuary For Independent Media should cancel this exhibit immediately allowing for the portrayal of the assassination of a President to be staged is wrong, un-American and destructive. I support free speech, but this exhibit goes beyond the bounds of what is decent or acceptable.”<br />
</em></p>
<hr />
<p>
<strong>Wafaa Bilal</strong>: <em>I don’t know Al, I don’t know if that is true, because whenever I talk about the war in Iraq, it seems [xx] people are very polarized. Either you are {of} the President Bush, either you are with us or you are with the terrorists. And it’s &#8212; the issue is not that simple. Let’s disagree with each other, but the disagreement has to go to a second level of a dialogue. We cannot pretend this doesn’t exist. We cannot say we are anti-war, but we like it too. There&#8217;s so many conflicting things at play here and I think people need to understand. If the war is wrong, they have to voice their opinion to stop it. It’s not enough to say, “Well, the war is wrong and our government is right, doing the right thing.” There is a contradictory here and hypocrisy and I think people need to understand it is waged in their name and it would never stop because somebody is benefit [xx] and I don’t want it to water down the issue to just one &#8212; the war to one or two issues here, but I think what’s at stake here is our democracy in this country and the bigger issue our stand in the world. If we are the world leader, if United States is the world leader, it has to act as a world leader and people have to engage, otherwise, there are so many crimes have been done against other nations in the name of the people here. And I think people are closing their ears and eyes, saying, “We don’t hear this”.</em>
</p>
<hr />
<p><strong>Wafaa Bilal</strong>: <em>Well, I think people have the right to protest and they &#8212; as much as I have the right to protest, they should give me the right to show my work and come and talk. And I think Robert Mirch is absolutely wrong when labeling art as terrorist or terrorism. He is, I think, he is completely wrong and went out of his way that show me how extreme people could be and unfortunately, people on top, the leadership, supposed to be open-minded and supposed to bring people to their consensus, talk to each other and I think Robert, by labeling art as terrorism is extremely unfortunate and extremely dangerous.<br />
</em>
</p>
<hr />
<p><strong>Robert Mirch</strong>: <em>Well thanks for having me and good morning and I agree with virtually everything you said and I thank you for your service to our country. And I agree, this is part of the two-way street of freedom of speech, where I disagree, I think this video Mr. &#8212; I’m not sure how to pronounce his last name? Bayal?<br />
</em>
</p>
<hr />
<p>
<strong>Robert Mirch</strong>: <em>OK, I’m just – it’s hard for me to understand him, I’m sorry. Well, the [xx] is… A), I have not seen the game, B) I only know about you from what I’ve read in the paper and I’ve seen on TV.<br />
</em>
</p>
<hr />
<p><strong>Robert Mirch</strong>: <em>What I was saying is you’re missing the very center of freedom of speech. If in my view I believe and I do, your video is a piece of terrorism, I’m allowed to say that just as you’re allowed to go out and say the things that you’re saying that you want to open up dialog. Well this is part of the dialog. From my point of view this dialog is that a video showing play a game to assassinate the President of the United States in my view is nothing but terrorism. You can call it art, I can call it terrorism and therein lies our disagreement.<br />
</em>
</p>
<hr />
<p><strong>Wafaa Bilal</strong>: <em>We’re so bombarded by images and news to the point we become desensitized for it and some people don’t even understand, there is a war is being waged in Iraq. And let’s be realistic when we said, when you said people, nobody likes war in this country, I completely disagree, when we ever did not wage war in the history of this country, always, because I am not talking about the people here, I am talking about leaderships. Leadership who wage war to either get a personal benefit from it or to get more control and I wanted to speak to the people even though the message may irritate them, may educate them, but that is and to my right to speak that is a peaceful process meant to engage and I think you calling the process is greatly unfortunate while what you should do is to call people to support this.<br />
</em>
</p>
<hr />
<p><strong>Wafaa Bilal</strong>: <em>Yeah, I mean &#8212; let me go back a little bit and answer the guy who said this is not art. Well, that’s his opinion and I don’t see he is an expert in that. But that’s I think besides the point and then he is missing the point &#8212; I didn’t object to the FBI or the CIA to come and investigate me. That’s their right to protect the citizen of this nation including me. But also I&#8217;m outraged by the censorship of RPI, not the censorship of the FBI. Let’s face it. FBI, the CIA, the Homeland Security did not censor me, but what censored me is an educational institution is supposed to give me the right of a peaceful person to put my art out there and to share it with others.<br />
</em>
</p>
<hr />
<p>
<strong>Al Roney</strong>: <em>They flipped the game over, you took the game that they did and then inserted yourself as the character, so you&#8217;re not the complete originator of the game, you&#8217;re the modifier of the game.</em>
</p>
<p><strong>Wafaa Bilal</strong>:	<em>Exactly, and that’s why it’s my way to protest terrorism &#8230;.</em>
</p>
<p><strong>Robert Mirch</strong>: <em>That’s insanity.</em>
</p>
<p><strong>Wafaa Bilal</strong>: <em>I&#8217;m saying because of the war, unfortunately Iraq become safe haven for terrorists group like Al-Qaeda, which I very much don’t support at all. Not their rhetoric, not their message, not their approach as well.</em>
</p>
<hr />
<p><strong>Wafaa Bilal</strong>: <em>I&#8217;m sorry Bob, I didn’t interrupt you so &#8212; I let you talk and now you have to let me talk. This is the second time you provoked and make a parallel between the game and the terrorist attack on 9/11. I completely did not support or agree with the attack. I thought it is and I believe it was an act of terrorism, but let’s be clear, this as a piece of art, does not support terrorism and it’s a protest. So I&#8217;m really sorry to see leaders that still provoking the feeling out of September 11, every time we try to speak our mind here. This is very dangerous turn for this country. We become so afraid about talking &#8212; talking about any issue that attacks our freedom and democracy and whenever we speak against, whenever we are trying to gain our democracy back, we get back pushed in the corner and 9/11 is provoked.<br />
</em>
</p>
<hr />
<p><strong>Wafaa</strong>: <em>Bob, you don’t represent America, you don’t represent America the way I know it.</em>
</p>
<p><strong>Bob</strong>: <em>I represent me.</em>
</p>
<p><strong>Wafaa</strong>: <em>Yeah, exactly, so, speak of yourself, don’t speak of America, don’t [xx].</em>
</p>
<p><strong>Bob</strong>: <em>Well, I’ll appreciate if you don’t tell me…</em></p>
<p><strong>Wafaa</strong>: <em>I&#8217;m proud to be an American. I was rotting in the desert when United States of America gave me a second chance in life and that’s what I don’t want to lose. I&#8217;m proud to be an American and ashamed for what to see people like you putting the wrong rhetoric and instigate and heat [xx].</em></p>
<hr />
<p><strong>Wafaa</strong>: <em>And I’m saying it goes to a bigger issue, I am saying let United States of America start supporting dictatorships, and that’s where the most anger is coming out from in the Middle-east. You have so many countries dictators are imposed on them in the Middle-east and United States is supporting these dictators and the dictators are doing very good job in directing the anger against United States, not against their regimes.</em></p>
<hr />
<p><strong>Al</strong>: <em>Well let me ask Bob this question. Bob you’re not planning on going down there and throwing rocks or stones or causing any mayhem, right?</em></p>
<p><strong>Bob</strong>: <em>No we just plan on having some signs, some American flags and giving our point of view to us.</em></p>
<p><strong>Wafaa</strong>: <em>Al, thank you very much for asking this because that was my second question to Bob, I have not heard him saying its going to be a peaceful protest and I would appreciate very much for him to say that on the air because essentially I was a little bit afraid of what’s going to happen tonight and I appreciate of Bob very much if he could tell his supporter to be peaceful.</em>
</p>
<hr />
<p><strong>Wafaa</strong>: <em>I greatly appreciate the comment and I need to let the listener know two hours later as the planes hit on 9/11 I was in the hospital in Chicago donating blood. So I am a citizen of this country and as I said I am proud of it.</em>
</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/03/27/quotes-from-the-al-roney-show-wgy-810am-robert-mirch-v-wafaa-bilal/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Censorship of American-Iraqi artist in city of Troy, NY</title>
		<link>http://dicianno.org/blog/2008/03/11/city-of-troy-ny-joins-in-censorship-of-american-iraqi-artist/</link>
		<comments>http://dicianno.org/blog/2008/03/11/city-of-troy-ny-joins-in-censorship-of-american-iraqi-artist/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 18:59:44 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[troy]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/03/11/city-of-troy-ny-joins-in-censorship-of-american-iraqi-artist/</guid>
		<description><![CDATA[
This is the latest in a horribly ridiculous sequence of events that started at Rensselaer Polytechnic Institue in Troy, NY, and spread into the greater City at large.


Wafaa Bilal&#8217;s other recent art piece was blogged about at BoingBoing: http://www.boingboing.net/2007/05/11/shoot-a-real-live-ir.html


Order of events over the last week.  Sorry, I need to assign dates and times to [...]]]></description>
			<content:encoded><![CDATA[<p>
This is the latest in a horribly ridiculous sequence of events that started at Rensselaer Polytechnic Institue in Troy, NY, and spread into the greater City at large.
</p>
<p>
Wafaa Bilal&#8217;s other recent art piece was blogged about at BoingBoing: <a href="http://www.boingboing.net/2007/05/11/shoot-a-real-live-ir.html">http://www.boingboing.net/2007/05/11/shoot-a-real-live-ir.html</a>
</p>
<p>
Order of events over the last week.  Sorry, I need to assign dates and times to each item.  If there are any factual discrepencies I will fix them as I get a better documentation of each item.  As of the evening of March 12th, I feel I am arriving at a nicely documented collection of items.
</p>
<p>
I have audio clips, videos, articles, emails, and others items archived on <a href="http://www.dicianno.org/files/nobc/">my site</a>.  I have copied audio and video pieces for archival purposes, as well as printing out online newspaper articles in PostScript format.  If you feel that I am inappropriately infringing on a tangible piece of work that you bear the copyright on, please let me know, and I will remove the item from the public archive I am offering.
</p>
<h3>Before 2008-03-05</h3>
<ul>
<li>
RPI Republican&#8217;s student group blogs: <a href="http://rpicollegerepublicans.blogspot.com/2008/02/rpi-arts-department-terrorist-safehaven.html">The RPI Arts Department: A Terrorist Safehaven</a>
</li>
</ul>
<h3>2008-03-05</h3>
<ul>
<li>
<strong>~1:30PM</strong>: members of a local mailing list are notified that RPI is taking down Wafaa Bilal&#8217;s installation.
</li>
<li>
<strong>~3:00PM</strong>: It becomes known that RPI would like the installation taken down soon; the exhibit is temporarily closed as the Arts deptartment tries to hash things out.
</li>
<li>
Time Union article: <a href="http://timesunion.com/AspStories/story.asp?storyID=669827&#038;category=&#038;BCCode=&#038;newsdate=3/6/2008"> RPI suspends exhibit over terror fears</a></p>
<ul>
<li><em> &#8220;It feels like a military camp, not an educational institution,&#8221; Bilal, 41, said Thursday night.</em></li>
<li><em>
<p>The origin of his work is a video game called &#8220;Quest for Saddam.&#8221; The game, where players target the ex-Iraqi leader, prompted what RPI&#8217;s Web site describes as an Al Qaeda spin-off called &#8220;The Night of Bush Capturing.&#8221;</p>
<p>Bilal hacked into that game and created a work that puts &#8220;his own more nuanced spin on this epic conflict,&#8221; according to the arts department. In Bilal&#8217;s version, unveiled at RPI Wednesday, the Iraqi-born artist casts himself as a suicide bomber who gets sent on a mission to assassinate President Bush.</p>
<p></em></li>
<li><em>The College Republicans excoriated RPI for sponsoring the exhibit and encouraged alumni to speak against it.</em></li>
<li><em>That afternoon, RPI students in a class taught by media arts professor Branda Miller were interviewing Bilal when he was pulled out of the room by RPI officials.</em></li>
</ul>
</li>
<li>
The exhibit is shown once, and then permanently removed from RPI.
</li>
<li><a href="http://www.arts.rpi.edu/index.php?eventID=100000373&#038;egid=1&#038;pageid=70&#038;siteid=3">iEAR presents Wafaa Bilal</a>
<ul>
<li><a  href="http://www.arts.rpi.edu//?pageid=428&#038;siteid=3&#038;vid=30">A video of the exhibit (requires Microsoft Silverlight plugin)</a></li>
</ul>
</li>
</ul>
<h3>2008-03-07</h3>
<ul>
<li>
newsday.com picks up the <a href="http://www.newsday.com/news/local/wire/newyork/ny-bc-ny--exhibitionsuspend0307mar07,0,880933.story">story</a></p>
<ul>
<li><em>RPI Arts Department Chairwoman Kathy High said administrators told her they&#8217;re reviewing the piece because of its use of al-Qaida material and because it shows the assassination of the president. So far, she said, she hasn&#8217;t been given a timeline for that review.</em></li>
</ul>
</li>
</ul>
<h3>2008-03-08</h3>
<ul>
<li>
<a href="http://www.thesanctuaryforindependentmedia.org/">The Sanctuary for Independent Media</a> announces that they will host the exhibit on Monday, 3/10.</p>
<ul>
<li><em>An art installation that Rensselaer Polytechnic Institute slammed shut on Thursday will open this week at The Sanctuary for Independent Media, with a reception for Iraqi-born digital media artist Wafaa Bilal at 6 PM on Monday (3/10) followed at 7 PM by a presentation about his &#8220;Virtual Jihadi&#8221; project.</em></li>
</ul>
</li>
<li>William N. Walker, Vice President for Strategic Communications and External Relations, from RPI sends a release to the RPI Employee&#8217;s list doing what most would describe as <em>damage control</em> for the university.
<ul>
<li><em>After becoming aware of and discussing concerns expressed by some members of the Rensselaer community about a lecture and associated exhibit by digital media artist Wafaa Bilal, the university decided to allow his March 5 lecture to go forward. Most observers agreed that he presented a stimulating and thought-provoking lecture.</em></li>
</ul>
</li>
<li>Igor Vamos, a member of the RPI faculty and Arts department, responds to William Walker.
<ul>
<li><em>
<p>Wafaa Bilal&#8217;s art show is not illegal.  He has been very open about the &#8220;origin, content, and intent&#8221; of the work, as have the Arts Department who invited him to RPI. There is no need for an &#8216;investigation&#8217; unless of course you are not going to listen to any of us.</p>
<p>The administration shut down Bilal&#8217;s show after a student blog post (reprinted in the press) proclaimed the arts department a &#8220;safe haven for terrorists.&#8221; By shutting down the exhibit after speaking to the artist and the Arts Department the University has affirmed the original blog post, insinuating that they agree that Bilal could be a terrorist and that we–the faculty and employees of RPI–are harboring terrorists.  The administration&#8217;s reaction to this art show is highly irresponsible. It endangers Bilal and undermines RPI faculty and staff.</p>
<p></em></li>
</ul>
</li>
</ul>
<h3>2008-03-09</h3>
<ul>
<li>RPI closes the RPI Republicans RPI-Union funded/operated web site: <a href="http://republicans.union.rpi.edu/">http://republicans.union.rpi.edu/</a> for abuse of the RPI computer conduct code.
<ul>
<li><em>In addition to alleged violations of the Electronic Citizenship Policy (GDA #17), other Grounds for Disciplinary Action may also prove relevant, specifically, GDA #2, 6 and 9 as stated in The Rensselaer Handbook of Student Rights and Responsibilities, 2006-2008 (pg. 8). As posted on the College Republicans blog, February 22, 2008, the College Republicans&#8217; statement that &#8220;The Arts Department – A Haven for Terrorists&#8221; is slanderous, blatantly untrue, and can be construed to endanger the health, safety and welfare of members of the Rensselaer community. Because these allegations are serious, egregious, and may pose an imminent threat to Rensselaer&#8217;s educational mission, the College Republicans web site is hereby temporarily suspended on the Rensselaer Computer System, effective March 9, 2008, and remains suspended pending the outcome of a judicial inquiry.<br />
</em></li>
</ul>
</li>
<li>
Rumblings about a protest against/at the SfIM are heard.
</li>
<li><a href="http://www.wgy.com/cc-common/news/sections/newsarticle.html?feed?feed=121957&#038;article=3381532">Article at wgy.com</a>
<ul>
<li><em>
<p>THE LEADER OF RENSSELAER COUNTY&#8217;S REPUBLICAN MAJORITY IS HEADING UP A PROTEST MONDAY AT 5:30 OUTSIDE THE SANCTUARY FOR INDEPENDENT MEDIA IN TROY.</p>
<p>BOB MIRCH IS UPSET ABOUT AN EXHIBITION CALLED &#8220;VIRTUAL JIHADI.&#8221;  IN IT, CREATOR WAFAA BILAL REVERSES A VIDEO GAME ABOUT HUNTING DOWN SADDAM HUSSEIN AND INSTEAD TARGETS PRESIDENT BUSH AS A SUICIDE BOMBER.</p>
<p></em></li>
</ul>
</li>
<li>
The SfIM hosts a planning meeting to discuss how to interact and deal with the protestors.
</li>
</ul>
<h3>2008-03-10</h3>
<ul>
<li>
A demonstration against the art piece is held in front of the SfIM</p>
<ul>
<li>Bob Mirch, the Public Works Comissioner of Troy, NY is in attendance.</li>
<li><a href="http://picasaweb.google.com/jonflan/TroyCensorsVirtualJihadi">Photos from the protest and inside the event</a></li>
</ul>
</li>
<li>
RPI officially declines to reopen the exhibit, in an email from William Walker.</p>
<ul>
<li><em>After extensive and careful deliberation and consideration of the origin, content, and intent of the &#8220;Virtual Jihadi&#8221; video game exhibit by digital media artist Wafaa Bilal, Rensselaer Polytechnic Institute has decided not to reopen the exhibit on the Troy campus.</em></li>
</ul>
</li>
<li><a href="http://blogs.timesunion.com/localpolitics/?p=1243">A TimesUnion blog article referncing Bob Mirch&#8217;s statements</a>
<ul>
<li><em>
<p>Bob Mirch, the GOP majority leader in the Rensselaer County Legislature, is for free speech, according to his latest press release.</p>
<p>But Mirch says he is not in favor of pretending to blow up the president of the United States.</p>
<p></em></li>
</ul>
</li>
<li>
InsideHigherEd.com runs a piece <a href="http://www.insidehighered.com/news/2008/03/10/art">Art and the College Administrator</a>, reflecting on the RPI/Bilal incident as well as similar incidents at other colleges.</p>
<ul>
<li><em>Even a few days later, Branda Miller’s voice rises with anger as she recalls what happened in her course Wednesday at Rensselaer Polytechnic Institute. An artist-in-residence — whose presence had been approved through all official channels — was in the middle of a discussion with her students when three administrators arrived, told her they needed to take the artist with them at once, escorted him to another classroom, and refused to let Miller enter or to offer any explanation to her or her students. Shortly after the disruption of her class, RPI ordered the exhibit set up by the artist — a video game based in part on an Al Qaeda video game involving attempts to kill President Bush — shut down pending a review.<br />
</em></li>
</ul>
</li>
<li>freerepublic.com new aggregation site <a href="http://www.freerepublic.com/focus/f-news/1983226/posts">discusses</a> TimeUnion article from today.  Quotes from contributers:
<ul>
<li>evets: <em>Send this loser back to Iraq.</em></li>
<li>1Old Pro: <em>This guy thinks he has the right to be herd, he doesn’t.</em></li>
<li>ml/nj: <em>
<p>Very sad.</p>
<p>I graduated from RPI in 1968.</p>
<p>The last time I stopped by the &#8216;Tute on my way from a business trip to Vermont, I wandered into the Student Union. Down near the pool tables and bowling alley, I saw lots of people going into an adjacent meeting room. It turned out to be some kind of Islamic Swine Koran reading or something. There were even some babes in hajib getups. I know other schools are also have their &#8220;MSAs&#8221; but it was particularly disgusting to me to see this going on at my alma mater. I&#8217;m sure some of this is the fault of the now president Shirley Ann Jackson. She seems to have turned the place into a bastion of political correctness. Among other evidence I cite the disgraceful invitation to the Commodities Scam Queen to speak at Graduation a couple of years ago.</p>
<p></em></li>
<li>thefactor: <em>RPI is an engineering school. i went there on a recruiting trip to play sports when i was a senior in high school. it was so lame. the school was 90% guys, and every girl i saw was asian.</em></li>
<li><strong>I find it important to point out that if you follow the links on the above site to each user&#8217;s &#8220;about&#8221; page, they do not use or disclose their real names or contact information.</strong></li>
</ul>
</ul>
<h3>2008-03-11</h3>
<ul>
<li>
The SfIM receives a phone message stating that the building is out of code, and deemed &#8220;unfit&#8221;.</p>
<ul>
<li><em>
<p>&#8220;I work for the City of Troy code enforcement.  This is regarding 3361 6th Ave.  Ugh, I was told to call you and speak to you about the front double doors that have not been replaced, and the existing 30 inch door, and the existing 29 inch door, that all need to be replaced to widths of 32 inches.  Uhmm, the front doors are double &#8230; double doors, and must swing out, and they need panic hardware &#8212; all doors need panic hardware on &#8216;em.</p>
<p>&#8220;Uhmm, we&#8217;re not going to be able to assemble anything down there, nobody&#8217;s going to be able to uhhh have any kind of assembly down there, for anything, until these &#8230; these uhh violations have been corrected; so, sometime today, this morning, I am going to ugh, put a placard on the front door stating that the place has been posted &#8220;unfit&#8221; and no &#8230; there should be no uhhm assemble there at all, for any reason, until these doors have been taken care of.&#8221;</p>
<p></em></li>
</ul>
</li>
<li>
<a href="http://timesunion.com/AspStories/story.asp?storyID=671084&#038;category=&#038;BCCode=&#038;newsdate=3/11/2008">Troy shutters site of &#8216;Jihadi&#8217; video game</a>.</p>
<ul>
<li><em>Doors at issue</em></li>
<li><em>&#8220;They put us out of business,&#8221; Steve Pierce of the Media Alliance<br />
said. &#8220;They said we had doors that were not up to code.&#8221;</em></li>
<li><em>Just last night city Public Works Commissioner Bob Mirch and others<br />
held a protest outside the Sixth Avenue site condemning the exhibit.</em></li>
</ul>
</li>
<li>
<a href="http://gamepolitics.com/2008/03/11/republican-leads-protest-as-game-art-exhibit-is-expelled-from-rpi/">gamepolitics.com runs an article about Bob Mirch leading a protest against the SfIM</a>
</li>
<li>InsideHigherEd.com runs another article: <a href="http://www.insidehighered.com/news/2008/03/11/rpi">‘Virtual Jihadi’ Leaves RPI; Controversy Doesn’t</a></li>
<li>I filed Freedom of Information requests at City Hall, requesting (paraphrasing what I recall writing down on the request):
<ol>
<li>Any and all initial/original documentation related to code violations/enforcement for 3361 6th Ave / the Sanctuary for Independent Media.</li>
<li>Any and all official extensions SfIM was given related to violations noted above.</li>
<li>Any and all paperwork/documentation related to the events of closing/threatened closing regarding the happening of 3/10/08 and 3/11/08.</li>
<li>A tabular list of all city violations posted within the last year: 3/11/07 &#8211; 3/11/08, including: ID, Property Address, Property Owner, Date Posted, Type of Posting.</li>
</ol>
<p>#4 might seem mysterious of mean, but I clearly explained the motivation behind it to the Deputy Mayor &#8212; I&#8217;m looking for trends that prove or disprove that code enforcement handles their jobs fairly, and efficiently.  While it sounds like a lot of work, if the City of Troy has their records computerized, this is an extremely easy SQL statement to write.
</li>
</ul>
<h3>2008-03-12</h3>
<ul>
<li>
gamepolitics.com catches quickly on to the fact that a City official might be improperly wielding his bestowed authorities: <a href="http://gamepolitics.com/2008/03/12/troy-city-officials-wield-building-code-to-shut-down-game-art-exhibit/">Troy City Officials Wield Building Code to Shut Down Game Art Exhibit</a>
</li>
<li>
The Schenectady Daily Gazette runs a story <a href="http://www.dailygazette.com/news/2008/mar/12/0312_exhibit/">Sanctuary displaying ‘Virtual Jihadi’ closed</a></p>
<ul>
<li><em>
<p>Sanctuary spokesman Steve Pierce said he received a call from a city code enforcement official Tuesday morning. He taped the call.</p>
<p>On it, an unidentified official said the city will not allow anyone to “assembly” inside the building until code violations are fixed. The official said the Sanctuary must replace 29-inch-wide doors inside the 108-year-old building with 32-inch-wide doors and install panic bars.</p>
<p>Deputy Mayor Jeff Buell said the city did not close the building. In a statement, he said, “We have allowed them 30 additional days to resolve these problems. All we have asked it that they do not have public gatherings until these issues are resolved, for the safety of all involved.”</p>
<p></em></li>
</ul>
</li>
<li>The TimesUnion stays on the story with <a href="http://www.timesunion.com/AspStories/story.asp?storyID=671319&#038;category=REGION&#038;newsdate=3/12/2008"> Troy closes &#8216;Virtual Jihadi&#8217; venue</a>
<ul>
<li><em>
<p>After a demonstration &#8212; organized by Public Works Commissioner Robert Mirch, who oversees city code enforcement &#8212; was held earlier in the day, city spokesman Jeff Buell said several complaints came in Monday afternoon that the sanctuary lacked proper zoning variances.</p>
<p>&#8220;When they received those zoning variances, they were told they have to make improvements to the building in order to meet the code and New York state fire standards. They were sent a letter to comply approximately 14 months ago and they have failed to comply,&#8221; he said.</p>
<p></em></li>
</ul>
</li>
<li>Wired picks up the story: <a href="http://blog.wired.com/games/2008/03/officials-shutt.html">Officials Shutter Gallery Displaying Virtual Jihadi Exhibit</a>
<ul>
<li><em>
<p>At that point Troy&#8217;s Sanctuary For Independent Media invited Bilal to display the piece at their gallery, bravely risking the wrath of those who find the art distasteful (or hoping to profit from the controversy, depending on your point of view).</p>
<p>That&#8217;s when Mirch seems to have stepped in.</p>
<p>Regardless of the content or value of the art on display, the possibility that government employees are using their responsibilities as public servants to further their personal or political beliefs is simply disgusting.</p>
<p></em></li>
</ul>
</li>
<li>The story makes it all the way to a blogger from finland: <a href="http://madfinn.paananen.fi/2008/03/12/in-soviet-troy-the-government-sanctions-art/">In Soviet Troy, the Government sanctions art</a> (but seems to be from NY)
<ul>
<li>Quoting a caller-in from the Al Roney radio show: (link from post now down): <em>I’ve been told that Muslims &#8211; all Muslims &#8211; are liars. That’s from a Christian Arab who grew up in the Middle-east. And secondly, that all mosques should be closed. You’re not doing very good, man. You’re creating hatred for your kind. You guys have been warring for thousands of years. You ain’t gonna win this one. You ain’t gonna soft shoe your way into this country. You’re goin’ down. You and your like are goin’ down.<br />
</em></li>
<li><a href="http://gamepolitics.com/2008/03/13/retraction/">gamepolitics.com retraction</a> &#8212; some of the quotes may have been from callers, and not Mirch.</li>
<li><strong>I am getting the radio show transcribed, and will be able to verify the quote, or disprove it, as well as give a time index it played at, in the show.</strong></li>
</ul>
</li>
<li><a href="http://let-your-life-evolve.blogspot.com/2008/03/letter-from-almost-alumnus.html">Letter from an (Almost) Alumnus</a> &#8211; a blog entry at a somewhat anonymous blog demanding that RPI (and Troy) offer apologies, for reasons of <em>both reason and morality</em>.
</ul>
<h3>2008-03-13</h3>
<ul>
<li><a href="http://gamepolitics.com/2008/03/13/gp-reader-offers-first-person-account-of-rpi-video-game-controversy/">A firsthand account of the exhibit at SfIM</a> (from gamepolitics.com).
<ul>
<li><em>Bilal said he created the game in order to “hold up a mirror” to an American society which believes that such a game is perfectly fine when it is an American killing Iraqis, but which finds itself outside of its comfort zone when it’s the other way around.<br />
</em></li>
</ul>
</li>
<li><a href="http://gamepolitics.com/2008/03/13/aclu-may-sue-troy-ny-in-game-controversy/">ACLU May Sue Troy, NY in Game Controversy…</a></li>
<li><a href="http://kaemmerite.livejournal.com/147575.html?mode=view">Why does this man hate America?</a> &#8212; a blog entry from another site.</li>
<li><a href="http://www.metroland.net/back_issues/vol31_no11/art_murmur.html">The local alt paper, The Metroland, reports</a>
<ul>
<li><em>
<p>On March 5, Bilal was removed from an RPI class where he was lecturing by three administrators and “interrogated” for nearly 30 minutes. His exhibit was put on suspension and the gallery locked to the general public. On Sunday, he found that West Hall, the arts building on campus, had been locked down and an outside security firm had been hired specifically because of “that artist.”</p>
<p>“I asked a security guard,’ he didn’t know who he was talking to,” Bilal said. “I asked, ‘What artist?’ And he said, ‘The artist . . . that is doing terrorist propaganda.’ ”</p>
<p>The guard told Bilal that if he saw the artist, the guards were supposed to call campus security.</p>
<p></em></li>
</ul>
</li>
<li>I change the title of this article to reflect my desire to keep this blog post as neutral and fact-dense as possible.  While I have opinions on this matter, I will keep them in other, seperate articles.  The permalink for this article still reflects the original title; that is not something I feel technically comfortable in change at the moment.</li>
<li>Based on a quote from the TimesUnion article <a href="http://timesunion.com/AspStories/storyprint.asp?StoryID=671319">Troy closes &#8216;Virtual Jihadi&#8217; venue</a>:
<ul>
<li>&#8220;After a demonstration &#8212; organized by Public Works Commissioner<br />
Robert Mirch, who oversees city code enforcement &#8212; was held earlier<br />
in the day, city spokesman Jeff Buell said several complaints came in<br />
Monday afternoon that the sanctuary lacked proper zoning variances.&#8221;</li>
</ul>
<p>I decided to send an email to the Mayor&#8217;s Office requesting some information.  If I don&#8217;t hear back by Tuesday, I will file another set of Freedom of Information requests.</p>
<ul>
<li>Exactly how many complaints came in?</li>
<li>By what medium did they come in: face-to-face, phone, e-mail, postal<br />
correspondence, other?</li>
<li>At what times did the complaints come in?</li>
<li>Did any of the complaintants identify themselves?</li>
<li>Do any of the complaintants hold public office?  If so, who are they?</li>
<li>If they are private citizens, but did not request to be anonymous, can<br />
you tell me who they were?</li>
<li>Just what were the complaints? (I find it difficult to imagine a<br />
layman could eye-ball a two-inch door variance from code, especially on<br />
TV or from photographs.)</li>
</ul>
<p>The above questions might seem inherently accussational, but frankly, as this issue progresses, what I really want to know is <strong>were there any actual complaints from the public at all?</strong>
</li>
</ul>
<h3>2008-03-14</h3>
<ul>
<li>TimesUnion &#8211; <a href="http://timesunion.com/AspStories/storyprint.asp?StoryID=671957">Shut exhibit raises questions about the role of provocative art on campus</a>
</li>
<li>The Upstate Artists Guild (UAG) sends out a strong statement to Bob Mirch, Mayor Tutunjian and the City of Troy government
<ul>
<li><em>First, we consider this attack to be a direct violation of Mr. Bilal&#8217;s First<br />
Amendment rights. Second, we condemn Mr. Mirch’s scare tactics and believe<br />
that he has made specious use of City office in order to execute a personal<br />
witch-hunt against the artist. That Mr. Mirch’s personal interests are completely<br />
unconnected to the closure of the Sanctuary by his own subordinates the very<br />
next day after he organized his protest strains all reasonable credulity. Further,<br />
that this untoward tactic should result not only in the censorship of the work of<br />
several artists, but the closure of the Sanctuary for Independent Media is doubly<br />
regrettable and an inexcusable affront to the greater arts community. We call for<br />
public apology from Mr. Mirch and the reversal of Code Enforcement’s closure.</em></li>
</ul>
</li>
<li>PostStar &#8211; <a href="http://www.poststar.com/articles/2008/03/14/news/columns/wdoolittle/13431619.prt">Exhibit offensive, but powerful</a>
<ul>
<li><em>
<p>The whole thing is highly offensive and horrible. I hate video games that involve shooting and killing people and have never played one. I would not play Mr. Bilal&#8217;s.</p>
<p>But you can see the point he is making by reversing the roles of the original game. And you can see the point he is making by showing how traumatized Iraqis like himself are ripe for recruitment by Al Qaeda.</p>
<p>And you can see how he is challenging people&#8217;s views about violence, real and virtual, by inviting them to play.</p>
<p></em></li>
</ul>
<p><strong>In my humble opinion, a piece with a clear opinion, well reasoned, and simple</strong>
</li>
<li>It is brought to my attention that the original RPI Republicans blog post &#8212; the act that really started this whole mess &#8212; has been changed to &#8220;The RPI Arts Department Crosses a Line&#8221;.  I think it&#8217;s incredibly important for people to be able to express their opinions, so I&#8217;m glad to see that the RPI Republicans haven&#8217;t removed that article, but have changed the title to reflect what they believe to be true, in a way that expresses belief and not slanderous falsehoods.</li>
</ul>
<h3>2008-03-15</h3>
<ul>
<li>A TimesUnion editorial submission: <a href="http://www.timesunion.com/AspStories/story.asp?storyID=672365">Safety? Or censorship?</a>
<ul>
<li><em>Then what&#8217;s Mr. Mirch going to say about an exhibit that troubles him and troubles some others as well? For all the hats Mr. Mirch has, none designate him as the city censor or arbiter of public morals.<br />
</em></li>
</ul>
</li>
</ul>
<h3>2008-03-16</h3>
<ul>
<li>A demonstration to protest the actions of the City, and it&#8217;s fear mongering tactics is called for by the new group &#8220;Capital Region Committee for Free Expression&#8221;.  Their itemized list of issues is:
<ol>
<li>Stop Abuse of Code Enforcement Power</li>
<li>Reopen the Sanctuary for Independent Media</li>
<li>End Racist Fear-mongering</li>
<li>No Censorship of Art and Dissent</li>
</ol>
<p>The demonstration is to be held in Monument Square in Troy, near City Hall at 5:30PM on March 18th, 2008.
</li>
</ul>
<h3>2008-03-17</h3>
<ul>
<li>TimesUnion &#8211; <a href="http://timesunion.com/AspStories/story.asp?storyID=672732&#038;category=RENSSELAER&#038;BCCode=&#038;newsdate=3/18/2008"> Arts center secures alternate venue</a>
<ul>
<li><em>&#8220;We do not dispute the need to respect city laws and ordinances. Prior to this incident, the city knew we were operating in good faith to comply with the building codes and we had made and were continuing to make ample improvements to this 108-year-old structure. There wasn&#8217;t any conflict,&#8221; said Sanctuary spokesman Steve Pierce.
<p>&#8220;Mr. Mirch has been allowed to abuse his official position to enforce his own political views &#8212; to use alleged code violations as a pretext to stifle political dissent. &#8230; His behavior has violated the civil rights of Mr. Bilal to express himself through his art &#8230;&#8221;<br />
</em></li>
</ul>
</li>
</ul>
<h3>2008-03-18</h3>
<ul>
<li>The YesMen to appear at the &#8220;sanctuary for the Sanctuary&#8221;, Christ Church United Methodist in Troy, NY for the second piece in the series &#8220;Art, Freedom, Democracy&#8221;</li>
<li>TimesUnion &#8211; <a href="http://timesunion.com/AspStories/story.asp?storyID=672948&#038;category=RENSSELAER&#038;BCCode=&#038;newsdate=3/18/2008">Rights group plans protest</a>
<ul>
<li><em>A new group, the Capital Region Committee for Free Expression, plans to picket City Hall today to protest city officials&#8217; shuttering of a media arts center last week.<br />
</em></li>
<li><em>Opponents, including city Public Works Commissioner Bob Mirch, have said the exhibit is sympathetic to terrorism.<br />
</em></li>
</ul>
</li>
<li>TroyRecord &#8211; <a href="http://www.troyrecord.com/WebApp/appmanager/JRC/BigDaily?_nfpb=true&#038;_pageLabel=pg_article&#038;r21.pgpath=%2FTRD%2FHome&#038;r21.content=%2FTRD%2FHome%2FContentTab_News_1751856">Game creator cries foul</a>
<ul>
<li><em>“Quest for Saddam” is a first-person shooter in which the player takes on the role of a U.S. soldier fighting Iraqis to hunt down dictator Saddam Hussein. It was the basis for Chicago artist Wafaa Bilal’s creation, “Virtual Jihadi,” which caused a firestorm of controversy when it arrived for an exhibition at Rensselaer Polytechnic Institute two weeks ago.<br />
</em></li>
<li><em>
<p>“It’s satire. It’s completely harmless humor,” Petrilla [ed: the original game's creator] said of his original game. “It’s nothing worse than what you would find on “Saturday Night Live.”</p>
<p>“It’s poking fun at the dictator with satire and humor,” he added. “It was something to alleviate an otherwise stressful situation and gave people an outlet to let off some steam.”</p>
<p></em></li>
<li><em>
<p>The exposure Petrilla’s creation received after the supposed al Qaida version surfaced prompted Bilal to in turn take the new version and change it into an art project, he said. Bilal stressed that he does not support terrorism and that his work was based on Petrilla’s game and the altered al Qaida version, which he did not create, to speak out against violence.</p>
<p>Bilal’s artwork irked Petrilla not only because of the content but because he said someone took his work and passed it off as his own.</p>
<p></em></li>
<li><em>
<p>Steve Pierce, spokesman for the Sanctuary for Independent Media, said Bilal gives credit to Petrilla for creating the original and that fair-use laws allow someone to use another’s work to make an artistic statement or a critique, similar to quoting another author’s writing in a book review.</p>
<p>“You’re allowed to appropriate other people’s work for artistic purposes and to comment on it,” said Pierce, who added that Bilal did not create the work for profit and that it can only be viewed at an exhibition.
</p>
<p></em></li>
<li><em>
<p>Mirch labeled Bilal’s work as plagiarism and insisted that the closure of the Sanctuary was entirely in the interest of public safety.</p>
<p>“The issue with the sanctuary is public safety,” said Mirch. “It’s no more, no less. It has nothing to do with plagiarism. It has everything to do with making sure the public is safe, even if it’s the public that likes to view plagiarism and terrorism.”</p>
<p>Mirch said he has not planned anything in response to tonight’s protest against code enforcement’s closure of the Sanctuary.</p>
<p></em></li>
</ul>
</li>
<li>Looks like the <a href="http://republicans.union.rpi.edu/main.php">RPI Republicans</a> Union sponsored web site is back up.
<ul>
<li>I&#8217;m glad the editted their headliens to be more clearly opinions and ones that are actually debatable/defensible.</li>
<li>Technophiles should note that their blog is now an iframe to blogspot<br />
<code>&lt;iframe src="http://rpicollegerepublicans.blogspot.com/"</code><br />
I am not sure if this is a way to subvert RPI computer code &#8212; e.g. <em>Well, it&#8217;s not on RPI&#8217;s server</em>, or not.  I hope not.
</li>
<li><em>The GOP Pledge:</em></li>
<li><em>We believe that good government is based on the individual and that each person&#8217;s ability, dignity, freedom and responsibility must be honored and recognized.<br />
</em></li>
<li><em>We believe in equal rights, equal justice and equal opportunity for all, regardless of race, creed, age, sex or national origin. I believe that persons with disabilities should be afforded equal rights, equal justice and equal opportunity as well.<br />
</em></li>
<li>If anyone sees violations of the above quotes &#8212; in class at RPI &#8212; the RPI Republicans club would love to know about it, as you can <a href="http://republicans.union.rpi.edu/bias.php">report bias</a> against the groups they claim to protect above.</li>
</ul>
</li>
<li>WNYT.com <a href="http://wnyt.com/article/stories/S383433.shtml?cat=10114">Protestors cry censorship over art venue shutdown</a>
<ul>
<li><em>&#8220;The citizens of Troy have had enough. They want a more free Troy. They see their civil liberties dwindling,&#8221; said Professor Branda Miller of Media Art at RPI.</em></li>
</ul>
</li>
<li>TroyRecord reports <a href="http://www.troyrecord.com/WebApp/appmanager/JRC/BigDaily?_nfpb=true&#038;_pageLabel=pg_article&#038;r21.pgpath=%2FTRD%2FHome&#038;r21.content=%2FTRD%2FHome%2FContentTab_Feature_1757174">Free speech rally at Troy City Hall</a>
<ul>
<li><em>Passing motorists honked as protesters shouted chants of “free art, free speech, we don’t want your thought police.” Demonstrators held signs reading “stop abuse of code enforcement power.” Other signs read, “fire boss Mirch” and “don’t succumb to Mirch’s power,” referring to city Public Works Commissioner Bob Mirch, who runs the code enforcement department and led a protest last week against the Sanctuary’s hosting the exhibit. Mirch, an elected Conservative, is the leader of the Rensselaer County Legislature Republican majority.<br />
</em></li>
</ul>
<li><a href="http://picasaweb.google.com/jonflan/FreeExpressionAndSpeechProtestInTroy">Photos</a> from the protest</li>
</ul>
<h3>2008-03-19</h3>
<ul>
<li>CBS 6 Albany <a href="http://www.cbs6albany.com/video/?bcpid=1137806146&#038;bclid=1143371293&#038;bctid=1460773940">reports</a>
</li>
</ul>
<h3>2008-03-20</h3>
<ul>
<li>A metroland <a href="http://www.metroland.net/back_issues/vol31_no12/newsfront.html#1">article</a> covering the protest
<ul>
<li><em>
<p>Many in the crowd join Pierce in finding the timing entirely suspect. Mirch has a reputation in the city of Troy for using the code department to exact revenge against political adversaries, and the current violation of the Sanctuary seems to follow that pattern.</p>
<p>Troy Mayor Harry Tutunjian finds that idea absurd.</p>
<p>“Bob Mirch,” Tutunjian claimed, “had nothing to do with the shutting down of the Sanctuary for Independent Media.” He said that this was not about the art itself, but the building.</p>
<p></em></li>
</ul>
</li>
</ul>
<h3>2008-03-22</h3>
<ul>
<li><a href="http://blip.tv/file/765802">A video recording</a> of the main speakers from the protest, as well as shots from marching with signs
</li>
</ul>
<h3>2008-03-23</h3>
<ul>
<li>A video podcast (relevant stuffs start ~5:18 in): <a href="http://submedia.tv/stimulator/2008/03/23/virtual-jihadi/">It’s the End of the World as We know it #30</a>
</li>
</ul>
<p>Bob Mirch has been accused of abusing his &#8212; err, one of his three &#8212; offices previous to this fiasco.   Here&#8217;s some links and background on Mirch:</p>
<ul>
<li><a href="http://wfpjournal.blogspot.com/2007/04/investigate-bob-mirch.html">http://wfpjournal.blogspot.com/2007/04/investigate-bob-mirch.html</a></li>
<li><a href="http://www.thealbanyproject.com/showDiary.do?diaryId=582">http://www.thealbanyproject.com/showDiary.do?diaryId=582</a></li>
<li><a href="http://blogs.timesunion.com/localpolitics/?p=15">”Politics is a blood sport in Troy,” is a favorite comment of Robert Mirch</a> &#8212; no, kidding, huh?</li>
</ul>
<p>
More resources on this issue:</p>
<ul>
<li>
<a href="http://rpi.freeculture.org/wiki/Wafaa_Bilal%27s_%22Virtual_Jihadi%22_exhibit_at_RPI">rpi freeculture wiki site</a>.
</li>
<li>
<a href="http://www.gameology.org/node/1269">A gamer&#8217;s review</a> of <em>Quest for Saddam</em> and <em>Night of Bush Capturing</em>, from a fairly non-biased perspective (if that&#8217;s even possible in this case).
</li>
<li>
<a href="http://www.crudeoils.us/wafaa/html/bio.html">Wafaa Bilal&#8217;s bio</a>
</li>
<li>
<a href="http://blip.tv/file/734268">Video of the introduction Bilal gave at the SfIM</a>
</li>
<li>YouTube Videos
<ul>
<li><a href="http://www.youtube.com/watch?v=O87DtGSo_NY">A Video Timeline of events</a></li>
<li><a href="http://www.youtube.com/watch?v=TGzb6lNLY98&#038;feature=related">Wafaa Bilal interviewed about RPI censorship</a></li>
<li>
  <a href="http://www.youtube.com/watch?v=Pb0th5Dpr_Q&#038;feature=related">First Protest Video</a></p>
<ul>
<li>Elephant shitting on an Iraqi flag depicted at 0:40</li>
<li>&#8220;He should go back to his own country&#8221; stated at 2:30</li>
</ul>
</li>
<li><a href="http://www.youtube.com/watch?v=3UB1yrwPioM">Second Protest Video</a> &#8212; note Bob Mirch at 2:00 in</li>
<li><a href="http://www.youtube.com/watch?v=N9Gr3lJXy1Y&#038;NR=1">Third Protest Video</a></li>
</ul>
</li>
<li>WGY.com / 810 AM &#8211; Al Roney show Podcasts
<ul>
<li>Free Speech or Terrorism?  Video Artist Wafaa Bilal and Rensselaer County Majority Leader Robert Mirch. <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa1.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">1</a> <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa2.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">2</a> <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa3.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">3</a> <a ACLU May Sue Troy, NY in Game Controversy…href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa4.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">4</a> <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa5.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">5</a> <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa6.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">6</a>
</li>
<li>Free Speech or Terrorism?  RPI pulls plug on&#8221;exhibit&#8221;. <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/art1.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">1</a> <a href="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/art2.mp3?CPROG=PCAST&#038;MARKET=ALBANY-NY&#038;NG_FORMAT=newstalk&#038;SITE_ID=1155&#038;STATION_ID=WGY-AM&#038;PCAST_AUTHOR=WGY&#038;PCAST_CAT=news&#038;PCAST_TITLE=Al_Roney_On-Demand">2</a>
</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/03/11/city-of-troy-ny-joins-in-censorship-of-american-iraqi-artist/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa1.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="17671377" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa2.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="16933261" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa3.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="16624390" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa4.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="19813001" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa5.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="14417984" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/wafaa6.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="17204517" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/art1.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="17112984" type="audio/mpeg" />
<enclosure url="http://a1135.g.akamai.net/f/1135/18227/1h/cchannel.download.akamai.com/18227/podcast/ALBANY-NY/WGY-AM/art2.mp3?CPROG=PCAST&amp;MARKET=ALBANY-NY&amp;NG_FORMAT=newstalk&amp;SITE_ID=1155&amp;STATION_ID=WGY-AM&amp;PCAST_AUTHOR=WGY&amp;PCAST_CAT=news&amp;PCAST_TITLE=Al_Roney_On-Demand" length="16898571" type="audio/mpeg" />
		</item>
		<item>
		<title>weird goodship (hating?) flier</title>
		<link>http://dicianno.org/blog/2008/01/21/weird-goodship-hating-flier/</link>
		<comments>http://dicianno.org/blog/2008/01/21/weird-goodship-hating-flier/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 19:57:41 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[goodship]]></category>
		<category><![CDATA[troy]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2008/01/21/weird-goodship-hating-flier/</guid>
		<description><![CDATA[Recently there was written an article in the Metroland (Albany&#8217;s local alt paper) cataloging the Troy Night Out / dance party / social scene that goodship  (a local collective of persons) puts on.  
Specifically, Kevin Luddy, Jason Steven Murphy, and Ryan Jenkins rock the music / dance / video / party aspects of [...]]]></description>
			<content:encoded><![CDATA[<p>Recently there was written an <a href="http://metroland.net/back_issues/vol31_no03/listen_here.html">article</a> in the <a href="http://metroland.net">Metroland</a> (Albany&#8217;s local alt paper) cataloging the Troy Night Out / dance party / social scene that <a href="http://goodship.net">goodship</a>  (a local collective of persons) puts on.  </p>
<p>Specifically, Kevin Luddy, Jason Steven Murphy, and Ryan Jenkins rock the music / dance / video / party aspects of goodship, which is very much so the most visible side of goodship.  <a href='http://www.dicianno.org/blog/wp-content/uploads/2008/01/01212008182.jpg' title='weird goodship (hating?) flier'><img align="right" src='http://www.dicianno.org/blog/wp-content/uploads/2008/01/01212008182_thumb.jpg' alt='weird goodship (hating?) flier (thumbnail)' /></a>  Troy, where a good number of goodshippers are located, is definitely an up and coming (read: gentrifying) town, and there are a number of pro-Troy groups.  So &#8230;. is one of them behind this image?  Some sort of <em>who-do-these-young whipper-snappers-think-they-are</em> kind of thing?</p>
<p>Jason pointed it out to me today; the image was located on a lamppost outside of Spill&#8217;n'the-beans.  It depicts Jason&#8217;s head on Kevin&#8217;s body and Ryan totem-poling as the crotch.  I don&#8217;t yet understand the significance of the drawn-on hipster beard/goatee things.</p>
<p>Yeah, I really don&#8217;t understand the context of the hate &#8212; so I&#8217;m thinking it&#8217;s just weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2008/01/21/weird-goodship-hating-flier/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>erlang</title>
		<link>http://dicianno.org/blog/2007/11/27/erlang-2/</link>
		<comments>http://dicianno.org/blog/2007/11/27/erlang-2/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 23:32:03 +0000</pubDate>
		<dc:creator>armando</dc:creator>
				<category><![CDATA[cli]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false">http://www.dicianno.org/blog/2007/11/27/erlang-2/</guid>
		<description><![CDATA[For some reason, the Gentoo install of erlang put the man pages into man sections that ended in &#8220;erl&#8221;.  For example, instead a directory named man3 for the 3rd man page section, it&#8217;s man3erl.
I wrote a quick alias erlman that only searches these erlang man page sections.
~/.bashrc



&#160;


alias erlman=&#34;man -S 1erl:3erl:4erl:6erl&#34;


&#160;



]]></description>
			<content:encoded><![CDATA[<p>For some reason, the Gentoo install of erlang put the man pages into man sections that ended in &#8220;erl&#8221;.  For example, instead a directory named <tt>man3</tt> for the 3rd man page section, it&#8217;s <tt>man3erl</tt>.</p>
<p>I wrote a quick alias <tt>erlman</tt> that only searches these erlang man page sections.</p>
<p><tt>~/.bashrc</tt></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">alias</span> <span class="re2">erlman=</span><span class="st0">&quot;man -S 1erl:3erl:4erl:6erl&quot;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dicianno.org/blog/2007/11/27/erlang-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

