<?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>P(failure &#124; big_shot_present) = .9 &#187; software</title>
	<atom:link href="http://blog.e-thang.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.e-thang.net</link>
	<description>If even 1 person reads this, I will consider that a success</description>
	<lastBuildDate>Wed, 19 Oct 2011 14:52:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Networking troubles with VMWare and Windows 7</title>
		<link>http://blog.e-thang.net/2011/05/25/networking-troubles-with-vmware-and-windows-7/</link>
		<comments>http://blog.e-thang.net/2011/05/25/networking-troubles-with-vmware-and-windows-7/#comments</comments>
		<pubDate>Wed, 25 May 2011 13:24:54 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=145</guid>
		<description><![CDATA[If you install Windows 7 on a VM by &#8220;upgrading&#8221; rather than &#8220;clean installation,&#8221; you may load up your VM and find that Windows can&#8217;t find a driver for your network adapter.  Since you can&#8217;t use the network, you can&#8217;t very well search the internet for one (from your guest OS, anyway).  I had to [...]]]></description>
			<content:encoded><![CDATA[<p>If you install Windows 7 on a VM by &#8220;upgrading&#8221; rather than &#8220;clean installation,&#8221; you may load up your VM and find that Windows can&#8217;t find a driver for your network adapter.  Since you can&#8217;t use the network, you can&#8217;t very well search the internet for one (from your guest OS, anyway).  I had to rediscover the solution to this today, so rather than have to rediscover it a second time, I&#8217;m posting it here.  (Tip of the hat to WoodyZ on <a href="http://communities.vmware.com/thread/194536">this thread</a>).</p>
<p>Basically you open in a text editor the .vmx file that corresponds to your VM.  If you&#8217;re using VMWare Fusion for OSX, don&#8217;t forget that your Virtual Machines are, in fact, directories as opposed to single files.  Once that file is open, add the following line:</p>
<blockquote>
<pre><code>ethernet0.virtualDEV = "e1000"</code></pre>
</blockquote>
<p>For style reasons I like to put it near the other lines that start with &#8220;ethernet0,&#8221; but you can put it wherever you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2011/05/25/networking-troubles-with-vmware-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RVM woes on Ubuntu 11.04</title>
		<link>http://blog.e-thang.net/2011/05/19/rvm-woes-on-ubuntu-11-04/</link>
		<comments>http://blog.e-thang.net/2011/05/19/rvm-woes-on-ubuntu-11-04/#comments</comments>
		<pubDate>Thu, 19 May 2011 11:17:12 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[installation problems]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=135</guid>
		<description><![CDATA[Having had an epiphany the other day, I needed this morning to start work on a new prototype.  This post isn&#8217;t about that prototype. It IS about the new setup I was using to do that prototype.  I figured this was a good chance to try out RVM in a Rails project, as well as [...]]]></description>
			<content:encoded><![CDATA[<p>Having had an epiphany the other day, I needed this morning to start work on a new prototype.  This post isn&#8217;t about that prototype.</p>
<p>It IS about the new setup I was using to do that prototype.  I figured this was a good chance to try out <a href="https://rvm.beginrescueend.com/">RVM</a> in a <a href="http://rubyonrails.org/">Rails</a> project, as well as try out <a href="http://www.ubuntu.com/download/ubuntu/download">Ubuntu 11.04</a>, as well as install the OS in <a href="http://en.wikipedia.org/wiki/France">French</a>.  So, with the new VM up and running, I follow RVM&#8217;s installation instructions, anticipation building with each scrolling character.  And then&#8230; BAM!</p>
<blockquote><p>ethan@ubuntu11:~/rvmsource$ bash &lt; &lt;(curl -s https://rvm.beginrescueend.com/install/rvm)<br />
Cloning into rvm&#8230;<br />
remote: Counting objects: 4765, done.<br />
remote: Compressing objects: 100% (2433/2433), done.<br />
remote: Total 4765 (delta 3086), reused 3183 (delta 1672)<br />
Receiving objects: 100% (4765/4765), 1.57 MiB | 322 KiB/s, done.<br />
Resolving deltas: 100% (3086/3086), done.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/base&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/version&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/selector&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/cd&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/cli&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
WARNING:<br />
Could not source &#8216;/home/ethan/.rvm/scripts/override_gem&#8217; as file does not exist.<br />
RVM will likely not work as expected.<br />
cat: /home/ethan/.rvm/VERSION: Aucun fichier ou dossier de ce type</p></blockquote>
<p>A few Google searches turned up a few people having a similar problem but no solutions.  But whould&#8217;ve thunk it that installing the OS in French would actually have some practical value?  Google must&#8217;ve seen that and then dumped me on to <a href="http://forum.ubuntu-fr.org/viewtopic.php?pid=3843024">this forum</a>, wherein one of the posters linked to <a href="http://blog.escarworld.com/post/2010/09/02/Installer-rubyonrails-3.0.0-et-ruby-1.9.2-avec-rvm-sur-ubuntu-10.04">this post</a>, which basically says to just follow the directions that RVM spit out as part of the big error message.  Who&#8217;d've thunk THAT?  I sure didn&#8217;t.  I just focused on the error message itself in my searches.</p>
<blockquote><p>WARNING:  you have a &#8216;return&#8217; statement in your ~/.bashrc<br />
This could cause some features of RVM to not work.</p>
<p>This means that if you see something like:</p>
<p>&#8216;[ -z "$PS1" ] &amp;&amp; return&#8217;</p>
<p>then you change this line to:</p>
<p>if [[ -n "$PS1" ]] ; then</p>
<p># &#8230; original content that was below the &#8216;&amp;&amp; return&#8217; line &#8230;</p>
<p>fi # &lt;= be sure to close the if at the end of the .bashrc.</p>
<p># This is a good place to source rvm v v v<br />
[[ -s "/home/ethan/.rvm/scripts/rvm" ]] &amp;&amp; source &#8220;/home/ethan/.rvm/scripts/rvm&#8221;  # This loads RVM into a shell session.</p></blockquote>
<p>It looks like RVM tries to run outside of a standard shell session, and the way .bashrc is configured by default on Ubuntu 11.04 prevents that sort of thing.  When you&#8217;re done with your edits your .bashrc should look something like this:</p>
<blockquote><p># &#8216;[ -z "$PS1" ] &amp;&amp; return&#8217; &lt;&#8212;&#8211; delete this line.  It isn&#8217;t commented out in the original</p>
<p>if [[ -n "$PS1" ]] ; then</p>
<p># the rest of your old .bashrc contents</p>
<p>fi</p>
<p>[[ -s "/home/ethan/.rvm/scripts/rvm" ]] &amp;&amp; source &#8220;/home/ethan/.rvm/scripts/rvm&#8221;  # This loads RVM into a shell session.</p></blockquote>
<p>After making that change I re-ran <a href="https://rvm.beginrescueend.com/rvm/install/">the installation instructions</a>, and PRESTO!  Or maybe I should say, Voilà!  As always, YMMV.  I really don&#8217;t think it was the double install that fixed the problem.  And be sure to replace &#8220;ethan&#8221; with whatever your actual path is.  That happens to be mine, because, well, that&#8217;s my name.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2011/05/19/rvm-woes-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best comment ever</title>
		<link>http://blog.e-thang.net/2011/03/23/best-comment-ever/</link>
		<comments>http://blog.e-thang.net/2011/03/23/best-comment-ever/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 13:21:54 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[best comment]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=113</guid>
		<description><![CDATA[Comments are a wonderful addition to any code base, especially when used well.  As for a definition of used well, that is a Holy War I do not wish to start here. Anyway, I came across the following comment.  Hopefully it isn&#8217;t revealing any proprietary information: # something That isn&#8217;t a typo.  That&#8217;s a verbatim [...]]]></description>
			<content:encoded><![CDATA[<p>Comments are a wonderful addition to any code base, especially when used well.  As for a definition of used well, that is a Holy War I do not wish to start here.</p>
<p>Anyway, I came across the following comment.  Hopefully it isn&#8217;t revealing any proprietary information:</p>
<p><code># something</code></p>
<p>That isn&#8217;t a typo.  That&#8217;s a verbatim reproduction of the comment.</p>
<p>How about you?  What&#8217;s the best comment you&#8217;ve ever seen?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2011/03/23/best-comment-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paperclip/ImageMagick/RMagick error: &#8220;is not recognized by the &#8216;identify&#8217; command&#8221;</title>
		<link>http://blog.e-thang.net/2009/12/30/paperclipimagemagickrmagick-error-is-not-recognized-by-the-identify-command/</link>
		<comments>http://blog.e-thang.net/2009/12/30/paperclipimagemagickrmagick-error-is-not-recognized-by-the-identify-command/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 04:19:12 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[rmagick]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=70</guid>
		<description><![CDATA[If you&#8217;re using the above combination, and you&#8217;re getting the above error, make sure that you&#8217;ve configured Paperclip to find ImageMagick in the right place.  Create an initializer file, RAILS_ROOT/config/intializers/paperclip.rb, and put &#8220;Paperclip.options[:image_magick_path] = &#8216;path/to/image_magic&#8217;&#8221; inside of it.  On Mac or a *nix system, type &#8220;which identify&#8221; to find the right folder. Big thanks to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using the above combination, and you&#8217;re getting the above error, make sure that you&#8217;ve configured Paperclip to find ImageMagick in the right place.  Create an initializer file, RAILS_ROOT/config/intializers/paperclip.rb, and put &#8220;Paperclip.options[:image_magick_path] = &#8216;path/to/image_magic&#8217;&#8221; inside of it.  On Mac or a *nix system, type &#8220;which identify&#8221; to find the right folder.</p>
<p>Big thanks to avit on <a href="http://railsforum.com/viewtopic.php?pid=73000#p73000">this forum</a> for the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/12/30/paperclipimagemagickrmagick-error-is-not-recognized-by-the-identify-command/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing Ruby gems that require building native extensions on Snow Leopard</title>
		<link>http://blog.e-thang.net/2009/12/18/installing-ruby-gems-that-require-building-native-extensions-on-snow-leopard/</link>
		<comments>http://blog.e-thang.net/2009/12/18/installing-ruby-gems-that-require-building-native-extensions-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 19:31:47 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[rant]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=60</guid>
		<description><![CDATA[I haven&#8217;t tested this on all &#8220;machines&#8221; running Snow Leopard, but on the brand new one I had to get today for work, I found that the default Ruby / Gems install doesn&#8217;t support installing gems that require building native extensions. The error message I was treated to contained the following: MacBook-Pro-de-Ethan-Garofolo:~ juanpaco$ sudo gem [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t tested this on all &#8220;machines&#8221; running Snow Leopard, but on the brand new one I had to get today for work, I found that the default Ruby / Gems install doesn&#8217;t support installing gems that require building native extensions.  The error message I was treated to contained the following:</p>
<p><code>MacBook-Pro-de-Ethan-Garofolo:~ juanpaco$ sudo gem install thin<br />
Password:<br />
Building native extensions.  This could take a while...<br />
ERROR:  Error installing thin:<br />
	ERROR: Failed to build gem native extension.<br />
<code><br />
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install thin<br />
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h</p>
<p><code><br />
Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10 for inspection.<br />
Results logged to /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/ext/gem_make.out</p>
<p>The solution was hyper-intuitive.  Install XCode.  Because of course that's the first thing you think of.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/12/18/installing-ruby-gems-that-require-building-native-extensions-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Renaming a database in Rails</title>
		<link>http://blog.e-thang.net/2009/12/14/renaming-a-database-in-rails/</link>
		<comments>http://blog.e-thang.net/2009/12/14/renaming-a-database-in-rails/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:09:15 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[myql]]></category>
		<category><![CDATA[rename database]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=54</guid>
		<description><![CDATA[Hooray for a non-rant post! The heart of this method works outside of Rails, but there&#8217;s one particular convenience method that Rails provides.  Find some way to mimic that behavior, and the rest would apply.  Also, this is a MySQL-specific solution.  I haven&#8217;t tried it with any other DB systems. We &#8220;rename&#8221; a database by [...]]]></description>
			<content:encoded><![CDATA[<p>Hooray for a non-rant post!</p>
<p>The heart of this method works outside of Rails, but there&#8217;s one particular convenience method that Rails provides.  Find some way to mimic that behavior, and the rest would apply.  Also, this is a MySQL-specific solution.  I haven&#8217;t tried it with any other DB systems.</p>
<p>We &#8220;rename&#8221; a database by moving all of its tables into a new database.  We do so via <a title="MySQL RENAME TABLE Syntax" href="http://dev.mysql.com/doc/refman/5.0/en/rename-table.html">MySQL&#8217;s RENAME TABLE command</a>.  Basically, create an empty database with the new name.  We then use our ActiveRecord connection&#8217;s &#8220;tables&#8221; method to loop over all the tables in our database, executing a RENAME TABLE from the old to the new with each iteration.  &#8220;Tables&#8221; is the convenience method I mentioned above. Encapsulating this in a method we get:</p>
<pre>def rename_database(old_db_name, new_db_name)
    ActiveRecord::Base.connection.execute "CREATE DATABASE #{new_db_name}"
    ActiveRecord::Base.connection.tables.each do |table|
        ActiveRecord::Base.connection.execute
            "RENAME TABLE #{old_db_name}.#{table} TO #{new_db_name}.#{table}"
    end
    ActiveRecord::Base.connection.execute "DROP DATABASE #{old_db_name}"
end</pre>
<p>Error checking is left as an (important!) exercise to the reader.  Also, you may prefer to monkey patch this into ActiveRecord itself as opposed to some odd method floating around in global space.</p>
<p>This presupposes that the new database destination will be on the same server.</p>
<p>Another way to rename a database is to mysqldump the old one to a file and then reimport it to the renamed database.  The method presented in this article is advantageous if your database has a large amount of data.  Renaming a table is almost instant.  <strong>Dumping millions of rows and reimporting them is not so instant.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/12/14/renaming-a-database-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SubSonic Post 1</title>
		<link>http://blog.e-thang.net/2009/11/29/subsonic-post-1/</link>
		<comments>http://blog.e-thang.net/2009/11/29/subsonic-post-1/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 12:13:52 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SubSonic]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=51</guid>
		<description><![CDATA[I&#8217;m trying out SubSonic for my personal finance management tool, Budgeteer, that I&#8217;m creating.  The experience thus far has been frustrating. I&#8217;m quite keen on straightforward documentation.  The creators of SubSonic are not.  They are quite keen of being &#8220;clever.&#8221; Take for example the first bit you&#8217;re likely to read at SubSonic&#8217;s webpage, bit which [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying out <a title="SubSonic website" href="http://subsonicproject.com/">SubSonic</a> for my personal finance management tool, <a title="Budgeteer at GitHub" href="http://wiki.github.com/juanpaco/budgeteer/">Budgeteer</a>, that I&#8217;m creating.  The experience thus far has been frustrating. I&#8217;m quite keen on straightforward documentation.  The creators of SubSonic are not.  They are quite keen of being &#8220;clever.&#8221;</p>
<p>Take for example the first bit you&#8217;re likely to read at SubSonic&#8217;s webpage, bit which I presume is meant to explain what SubSonic does.  &#8220;<span>SubSonic is</span> A Super High-fidelity Batman Utility Belt that works up your Data Access&#8230;&#8221;  I like Batman, especially since Christopher Nolan rebooted the franchise.  But I don&#8217;t care about Batman with relation to software projects.  I still don&#8217;t really know what SubSonic is after having read that.  Is it an ORM?  Is it a set of functions similar to MySQL access in PHP?  I don&#8217;t know, and they don&#8217;t seem to want to tell me.</p>
<p>I can stomach cleverness to about the same degree I can stomach horseradish.  It ought to enhance the content, and it can in the <a title="Example of where cleverness works" href="http://www.sourcetext.com/grammarian/">right hands</a>.  The SubSonic authors WAY overdo it, and their writing style hides all the content behind a shroud of utter nonsense.  Hopefully they code better than they write English (a common engineering foible shared by this author as well).</p>
<p>They also use a LOT of screencasts.  Screencasts have their place, when done well (<a href="http://railscasts.com/">example</a>).  However, the 1 that I&#8217;ve looked into up to this point goes on about how easy it is to set up SubSonic while scrolling past the code the author is adding after about 1 second.  Screencasts don&#8217;t have the best pause mechanism, so it&#8217; s pretty easy to miss what the author is typing.  You also can&#8217;t copy/paste from a screencast.</p>
<p>More will follow.  Since there isn&#8217;t actually anything useful on how to set SubSonic up in a client application, and that&#8217;s what I&#8217;m writing, I&#8217;ll do that once and if I figure it out.  The frustration had risen to a point where I needed to vent, and where better than the solitude of a blog?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/11/29/subsonic-post-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monty Python has nothing on Russia or Taking issue with Akismet</title>
		<link>http://blog.e-thang.net/2009/09/19/taking-issue-with-akismet/</link>
		<comments>http://blog.e-thang.net/2009/09/19/taking-issue-with-akismet/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:45:10 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Misc_is_a_lame_category]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[link farms]]></category>
		<category><![CDATA[Russian]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=48</guid>
		<description><![CDATA[Akismet has been rocking my socks in spam prevention, but at present I&#8217;m finding it a bit lacking. A swarm of spam messages has been attempting to find its way onto my fair pages. Because I care so much about all 1.7 of you who come here on average and the integrity of Google&#8217;s search [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Akismet homepage" href="http://akismet.com/">Akismet</a> has been rocking my socks in spam prevention, but at present I&#8217;m finding it a bit lacking.  A swarm of spam messages has been attempting to find its way onto my fair pages.  Because I care so much about all 1.7 of you who come here on average and the integrity of Google&#8217;s search engine, I want to make sure those comments don&#8217;t see the light of day.  All comments from someone who hasn&#8217;t yet had a comment posted here require my approval.  Given my large volume of readers with the never-ending stream of comments, I realize what a labor of love it is for me to devote my every waking moment to filtering out spam, but I&#8217;m just that kind of guy.</p>
<p>So what&#8217;s the issue?  Well, all of the spammers post pretty much the same message.  It shows up in my browser as &#8220;??????? ?? ???????? ?? ?????,&#8221; or something like that, and all the associated URLs end in .ru.  Now, I don&#8217;t speak Russian&#8211; let&#8217;s get that right there&#8211; so what I say next doesn&#8217;t carry the same authority it would if those URLs ended in &#8220;.fr.&#8221;  For some reason I imagine written Russian having more than a single character at its disposal as opposed to this Morse code variant.  Perhaps some of you non-spammer Russian speakers out there can confirm this.</p>
<p>Why can&#8217;t Akismet pick up on this?  Russian link farm with no message content&#8211; seems like a no-brainer to me. The only thing I can figure is that the messages contain more than just question marks, but I don&#8217;t have the right alphabet installed on my computer. Which is just as well. I don&#8217;t want to learn how Viagra ads are written in Russian until and if I learn Russian for real.</p>
<p>For the time being I&#8217;ve shut down comments on my Apple Strikes Again post to see if that can exorcise the demon, comrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/09/19/taking-issue-with-akismet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Deserves a pizza #3</title>
		<link>http://blog.e-thang.net/2009/08/27/deserves-a-pizza-3/</link>
		<comments>http://blog.e-thang.net/2009/08/27/deserves-a-pizza-3/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:33:34 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Deserves a pizza]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[pizza]]></category>
		<category><![CDATA[YourSQL]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=46</guid>
		<description><![CDATA[For helping me figure out why YourSQL stopped working (giving me a &#8220;No document could be created&#8221; error), my hat is off to oae.  It&#8217;s a Java thing. YourSQL doesn&#8217;t play well with Java 6, which I had set my computer to use.  The only thing I could add to oae&#8217;s post is that to [...]]]></description>
			<content:encoded><![CDATA[<p>For helping me figure out why <a title="YourSQL" href="http://yoursql.ludit.it/">YourSQL</a> stopped working (giving me a &#8220;No document could be created&#8221; error), my hat is off to <a title="YourSQL and " href="http://o-a-e.blogspot.com/2008/05/yoursql-and-no-document-could-be.html">oae</a>.  It&#8217;s a Java thing. YourSQL doesn&#8217;t play well with Java 6, which I had set my computer to use.  The only thing I could add to oae&#8217;s post is that to change the Java settings on OSx, go to Applications-&gt;Utilities-&gt;Java-&gt;Java Preferences.  Then drag Java 5 to the top of the list.</p>
<p>So hopefully the 5 visitors I&#8217;ve had here will lend me enough Google street cred that this link to your blog brings you .3 visitors.</p>
<p>If you wonder why I was using your sequel or whether or not you had even written the first work requiring a sequel, then I can say with at least .9 certainty that this post doesn&#8217;t apply to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/08/27/deserves-a-pizza-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i(Tunes &#124; Pod) deficiency or Deserves a Pizza #2</title>
		<link>http://blog.e-thang.net/2009/07/31/itunes-pod-deficiency-or-deserves-a-pizza-2/</link>
		<comments>http://blog.e-thang.net/2009/07/31/itunes-pod-deficiency-or-deserves-a-pizza-2/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:07:47 +0000</pubDate>
		<dc:creator>e-thang</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Deserves a pizza]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://blog.e-thang.net/?p=45</guid>
		<description><![CDATA[Apple, the reigning champion of &#8220;intuitive&#8221; design, strikes again has another winner. &#8220;Podcast&#8221; is a useless, branded neologism for audio files that come out on a regular basis.  Nevertheless, audio files that come out on a regular basis are enjoyable.  I &#8220;subscribe&#8221; to the Dave Ramsey &#8220;podcast.&#8221;  I also bike to work.  Those may seem [...]]]></description>
			<content:encoded><![CDATA[<p>Apple, the reigning champion of &#8220;intuitive&#8221; design, <span style="text-decoration: line-through;">strikes again</span> has another winner.</p>
<p>&#8220;Podcast&#8221; is a useless, branded neologism for audio files that come out on a regular basis.  Nevertheless, audio files that come out on a regular basis are enjoyable.  I &#8220;subscribe&#8221; to the <a title="Dave Ramsey's web site" href="http://www.daveramsey.com">Dave Ramsey</a> &#8220;<a title="Dave Ramsey's audio files that come out on a regular basis" href="http://www.daveramsey.com/etc/cms/index.cfm?intContentID=3236">podcast</a>.&#8221;  I also bike to work.  Those may seem unrelated, but in fact the latter is the cause of the former.</p>
<p>Biking to work falls into the high-risk class of activities, but is closer to the moderate-risk class than, say, sky diving without a parachute.  Folks who don&#8217;t bike to work don&#8217;t much notice those who do. I&#8217;m all for live and let live, but this lack of attention can sometimes break that pattern for bikers.  The point is that just how a pregnant woman has to eat for 2, I have to pay attention for 2, or 3, or 4, depending on how many motorized vehicles cross my path during my commute.  That payment of attention only requires a visual debit, leaving many spare brain cycles during which my mind sits idle.  I like to fill that with sound.  Sound where I learn something is even better.</p>
<p>Enter audio files that come out regularly.  But sometimes I don&#8217;t listen to the Dave Ramsey audio files that come out on a regular basis, giving me a backlog.  This means that there&#8217;s more than that I haven&#8217;t heard.  Now, the genius of mp3 players is that they hold more than 1 song, and mp3 players can, generally, play all their contents without user attention between each track.</p>
<p>Enter the iPod.</p>
<p>Audio files that come out regularly are a magical class of audio file for the iPod.  The iPod, by default, cannot play 1 such audio file and then go on to the next without user interaction.  In fact, at the end of 1 such track, it repeats the same track, even though the menu is showing a list of all availabe Dave Ramsey audio files that come out on a regular basis.  Now, I realize that desiring this feature just means I&#8217;m using the iPod wrong, because only holiness emanates from Cupertino.  Nonetheless, academic freedom dictates that I must challenge such dogmas and question all authority.</p>
<p>Assuming all cows are perfect spheres, this as a default behavior makes perfect sense.  And it gets better!  If we define &#8220;intuitive&#8221; as &#8220;difficult&#8221; or &#8220;requires somewhere-above-average-but-less-than-expert knowledge of system to use,&#8221; then Apple has provided an intuitive way to overcome this problem.  This <a title="Blog post" href="http://www.danandchoka.net/?p=50">blog post</a> describes the solution.  I mean, who wouldn&#8217;t have thought to create a &#8220;Smart Playlist&#8221; to do something so <span style="text-decoration: line-through;">basic</span> complicated as playing the next track?  Who actually uses their mp3 player that way anyway?</p>
<p>However, if not all cows are, in fact, perfect spheres and we define &#8220;intuitive&#8221; the same way that <a title="Definition of intuitive" href="http://www.merriam-webster.com/dictionary/intuitive">Merriam-Webster does</a>, then to get the next track to play, one should just have the next track on the device.  Ergo, this is an Apple fail.</p>
<p>Conclusions:</p>
<ol>
<li>danandchoka deserve a pizza.</li>
<li>The fact that goole has just over 400k hits for &#8220;ipod podcast play next&#8221; seems to indicate that I&#8217;m not alone in this problem.</li>
</ol>
<p>Besides venting another Apple-related spleen, I wrote this post to bump up danandchoka&#8217;s post.  I really did appreciate finding the answer to this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.e-thang.net/2009/07/31/itunes-pod-deficiency-or-deserves-a-pizza-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

