<?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"
	>

<channel>
	<title>MINGER.NET</title>
	<atom:link href="http://www.minger.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.minger.net</link>
	<description>The Long Tail of Web 2.0</description>
	<pubDate>Tue, 30 Mar 2010 06:28:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>How to Get MagicJack and Lifecam Cinema Working on Windows 7 64-bit</title>
		<link>http://www.minger.net/2010/03/29/how-to-get-magicjack-and-lifecam-cinema-working-on-windows-7-64-bit/</link>
		<comments>http://www.minger.net/2010/03/29/how-to-get-magicjack-and-lifecam-cinema-working-on-windows-7-64-bit/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:25:42 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[windows7 usb magicjack lifecam]]></category>

		<guid isPermaLink="false">http://www.minger.net/?p=197</guid>
		<description><![CDATA[I had a busy week using USB on my system.

I've needed to connect to my Android phone using developer tools through USB.
Install MagicJack.
Fix Microsoft Lifecam to work with my system again to video chat friends on Skype.

Getting my Windows 7 to read the Android phone was a minor PITA.  It worked in the end.
I needed [...]]]></description>
			<content:encoded><![CDATA[<p>I had a busy week using USB on my system.</p>
<ol>
<li>I've needed to connect to my Android phone using developer tools through USB.</li>
<li>Install MagicJack.</li>
<li>Fix Microsoft Lifecam to work with my system again to video chat friends on Skype.</li>
</ol>
<p>Getting my Windows 7 to read the Android phone was a minor PITA.  It worked in the end.</p>
<p>I needed to MagicJack to work.  Calling tech support *about* your cellphone is a hassle when your cellphone is the only number you have.  Skype voice, even if it sounds great to your friend on the other end on Skype, always sounds terrible to tech support.  My theory is that the call gets transferred at the other end of customer service from general to tech or advanced tech support over VOIP and the double sampling kills the quality.  MagicJack should also be susceptible to the same weaknesses as Skype, but I was desperate for a solution, and willing to give it a shot.  A MagicJack number is also good to have to support Google Voice, especially if you have more than one GV account.  Mobile numbers can only be used as such on one GV account.</p>
<p>I got it to work... on my Vista machine.  Windows 7 x64 was a problem no matter what I tried.  There are downloads for both firmware and the program on that MagicJack website.  The latter supposedly supports Windows 7.  I couldn't get Windows 7 to recognize the MagicJack.  I thought updating the firmware by plugging it into the Vista box and running the update and then plugging it back into the Windows 7 machine would work.  No dice.</p>
<p>Then my Microsoft Lifecam Cinema stopped working.  This device too also has a program update and a firmware update.  Both worked fine on the Vista machine.  Again, Windows 7 refused to recognize the webcam and install the drivers.</p>
<p>0/2 left me wondering if I did something to mess up my USB setup or if an update broke things.  Scouring the web and trying OLD solutions over and over -- for better or worse, Google likes long old threads on authoritative websites, like Microsoft Tech Social -- I got no closer than when I started.  (I didn't listen to the Microsoft support drones who are fond of telling you to reinstall the OS.)  I probably rebooted my computer two dozen times today, easily, in futile cycles of uninstalling and reinstalling.</p>
<p>Finally, I did a search on Microsoft's main tech support pages and found a USB hotfix for seemingly unrelated issues.  I figured that if something is broken with the USB, repairing with the latest USB system files could surely have collateral benefit.  I was right.</p>
<p>After applying kb 978258</p>
<p><a title="USB devices that are connected to a computer may not work after the computer is idle for more than one hour Windows 7 or in Windows Server 2008 R2" href="http://support.microsoft.com/kb/978258" target="_blank">USB devices that are connected to a computer may not work after the computer is idle for more than one hour Windows 7 or in Windows Server 2008 R2</a></p>
<p>My Windows 7 x64 machine was able to see and install the drivers for both MagicJack and the Lifecam.  (The Lifecam required uninstalling and reinstall and twiddling with the registry settings.)</p>
<p>Yay!   Let me know if this works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2010/03/29/how-to-get-magicjack-and-lifecam-cinema-working-on-windows-7-64-bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for Error Installing do_mysql Datamapper Adapter on Ubuntu</title>
		<link>http://www.minger.net/2009/09/30/fix-for-error-installing-do_mysql-datamapper-adapter-on-ubuntu/</link>
		<comments>http://www.minger.net/2009/09/30/fix-for-error-installing-do_mysql-datamapper-adapter-on-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:15:20 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.minger.net/?p=193</guid>
		<description><![CDATA[Installing Datamapper on Ubuntu 9.04, I got this mysterious error:
$ sudo gem install do_mysql
Building native extensions.  This could take a while...
ERROR:  Error installing do_mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install do_mysql
extconf.rb:3:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:3

After much googling and trying other solutions like installing libmysqlclient16-dev, I stumbled upon [...]]]></description>
			<content:encoded><![CDATA[<p>Installing <a href="http://datamapper.org" target="_blank">Datamapper</a> on Ubuntu 9.04, I got this mysterious error:</p>
<p style="text-align: left; padding-left: 30px;">$ sudo gem install do_mysql<br />
Building native extensions.  This could take a while...<br />
ERROR:  Error installing do_mysql:<br />
ERROR: Failed to build gem native extension.</p>
<p style="text-align: left; padding-left: 30px;">/usr/bin/ruby1.8 extconf.rb install do_mysql<br />
extconf.rb:3:in `require': no such file to load -- mkmf (LoadError)<br />
from extconf.rb:3
</p>
<p style="text-align: left;">After much googling and trying other <a href="http://www.tatvartha.com/2009/07/installing-mysql-based-gems-on-ubuntu/" target="_blank">solutions like installing libmysqlclient16-dev</a>, I stumbled upon <a href="http://blogs.law.harvard.edu/hoanga/2006/10/27/fixing-mkmf-load-error-ruby-in-ubuntu/" target="_blank">Al Hoang's related problem and solution</a>:</p>
<p style="text-align: left; padding-left: 30px;">$ sudo aptitude install ruby-dev</p>
<p style="text-align: left;">Then</p>
<p style="text-align: left; padding-left: 30px;">$ sudo gem install do_mysql<br />
Building native extensions.  This could take a while...<br />
Successfully installed do_mysql-0.10.0<br />
1 gem installed
</p>
<p style="text-align: left;">Installing libmysqclient16-dev could have anticipated a problem that would have arisen later--it may or may not be necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2009/09/30/fix-for-error-installing-do_mysql-datamapper-adapter-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Devious New Targeted Financial Phishing Scam Strikes Your Cellphone</title>
		<link>http://www.minger.net/2009/03/05/devious-new-targeted-financial-phishing-scam-strikes-your-cellphone/</link>
		<comments>http://www.minger.net/2009/03/05/devious-new-targeted-financial-phishing-scam-strikes-your-cellphone/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:49:48 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[crime]]></category>

		<guid isPermaLink="false">http://www.minger.net/?p=148</guid>
		<description><![CDATA[I got this cryptic SMS this afternoon on my phone:
Sender: type@arlingtonvafcu.org
Arlington Virginia F C U system notify-unhandled exception . TOLL FREE 877 858 9026
Arlington Virginia Federal Credit Union happens to be legit and so is the domain of the supposed sender.  But how did this get onto my cellphone--and why??  The toll free numbers on [...]]]></description>
			<content:encoded><![CDATA[<p>I got this cryptic SMS this afternoon on my phone:</p>
<blockquote><p>Sender: type@arlingtonvafcu.org</p>
<p>Arlington Virginia F C U system notify-unhandled exception . TOLL FREE 877 858 9026</p></blockquote>
<p>Arlington Virginia Federal Credit Union happens to be legit and so is the domain of the supposed sender.  But how did this get onto my cellphone--and why??  The toll free numbers on the FCU website do not match the one in the text message.  When you call the TOLL FREE number, a synthesized voice asks you to verify your account by entering card numbers, passwords, account numbers, etc.  (I didn't have the patience to listen for more than few seconds.)</p>
<p>Phishing scam!</p>
<p>This FCU happens to be near me.  My best guess is that they harnessed the power of simple marketing or geographical databases or directories and wrote a script that blasts a SMS gateway with locally customized phishing messages directing everyone to the same automated toll free number.</p>
<p>Devious and sophisticated!</p>
<p>Who do you report a disembodied crime like this to?</p>
<p>* * *</p>
<p>The Credit Union knows about the scam and has put up an alert on their website:</p>
<blockquote><p><span style="color: #646464;"><span class="header1"><span style="color: #ff0000;"><strong>!FRAUD ALERT!</strong></span></span></span></p>
<p><span style="color: #646464;"><span class="header2"><span style="color: #808080;">Several new "phishing" and "SMiShing" attempts using Arlington Virginia Federal Credit Union's name have been detected.  While they are in no way related to the Credit Union, we want our members to beware ANY email, phone call or text message asking you to give out, or validate, your account information.  To protect yourself from "phishing" and "SMiShing" and other types of identity theft scams, simply don't give out your personal, private information to anyone... ever... over the phone, the Internet, your cell phone, etc...</span> <strong><span style="color: #0000ff;">AVFCU will never call, email, text or contact you in any other way and ask you to provide your personal, private information to us. DON'T FALL FOR THESE SCAMS! </span></strong> <a href="https://www.arlingtonvafcu.org/home/learn.fraud#idtheft">Click here</a> <span style="color: #808080;">to read more.</span></span></span></p></blockquote>
<p>Vishing and SMishing are the new variants of phishing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2009/03/05/devious-new-targeted-financial-phishing-scam-strikes-your-cellphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Errata for Programming Collective Intelligence</title>
		<link>http://www.minger.net/2007/12/21/errata-for-programming-collective-intelligence/</link>
		<comments>http://www.minger.net/2007/12/21/errata-for-programming-collective-intelligence/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 19:28:23 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[books]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/12/21/errata-for-programming-collective-intelligence/</guid>
		<description><![CDATA[I'm making my way through Toby Segaran's excellent new book "Programming Collective Intelligence," and I'm posting here some of the errata I've found in the code thus far that hasn't been reported or published on the O'Reilly site yet.  I'll report them but also want to explain them here.  (I can't get the [...]]]></description>
			<content:encoded><![CDATA[<p>I'm making my way through Toby Segaran's excellent new book "Programming Collective Intelligence," and I'm posting here some of the errata I've found in the code thus far that hasn't been reported or published on the O'Reilly site yet.  I'll report them but also want to explain them here.  (I can't get the Python code to indent using the code markup plugin.  Please let me know if you have suggestions.)</p>
<p><strong>Chapter 3</strong>, <em>Discovering Groups</em></p>
<p><em>generatefeedvector.py</em></p>
<p>The main body of this file bombs on</p>
<pre class="python">&nbsp;
title,wc=getwordcounts<span style="color: black;">&#40;</span>feedurl<span style="color: black;">&#41;</span></pre>
<p>because the URL <a href="http://www.techeblog.com/index.php/feed/">http://www.techeblog.com/index.php/feed/</a> toward the bottom of</p>
<p><a href="http://kiwitobes.com/clusters/feedlist.txt">http://kiwitobes.com/clusters/feedlist.txt</a></p>
<p>no long returns an RSS feed.  We could remove that URL from feedlist.txt, find the working RSS URL for techeblog, or make our code more robust to deal with this problem in general.  To enable the last option, encapsulate getwordcounts in Python's error apparatus:</p>
<pre class="python">&nbsp;
<span style="color: #ff7700;font-weight:bold;">try</span>:
   title,wc=getwordcounts<span style="color: black;">&#40;</span>feedurl<span style="color: black;">&#41;</span>
<span style="color: #ff7700;font-weight:bold;">except</span> <span style="color: #008000;">AttributeError</span>:
   <span style="color: #ff7700;font-weight:bold;">continue</span></pre>
<p>The variable <em>feedlist</em> in the line</p>
<pre class="python">&nbsp;
frac=<span style="color: #008000;">float</span><span style="color: black;">&#40;</span>bc<span style="color: black;">&#41;</span>/feedlist</pre>
<p>is referenced but not initialized or computed before that.</p>
<p>The fix is initialize feedlist and increment it as each feedurl is processed:</p>
<pre class="python">&nbsp;
feedlist = <span style="color: #ff4500;">0</span>
<span style="color: #ff7700;font-weight:bold;">for</span> feedurl <span style="color: #ff7700;font-weight:bold;">in</span> <span style="color: #008000;">file</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'feedlist.txt'</span><span style="color: black;">&#41;</span>:
    <span style="color: #ff7700;font-weight:bold;">try</span>:
        title,wc=getwordcounts<span style="color: black;">&#40;</span>feedurl<span style="color: black;">&#41;</span>
    <span style="color: #ff7700;font-weight:bold;">except</span> <span style="color: #008000;">AttributeError</span>:
        <span style="color: #ff7700;font-weight:bold;">continue</span>
    feedlist += <span style="color: #ff4500;">1</span>
    wordcounts<span style="color: black;">&#91;</span>title<span style="color: black;">&#93;</span>=wc
    <span style="color: #ff7700;font-weight:bold;">for</span> word,count <span style="color: #ff7700;font-weight:bold;">in</span> wc.<span style="color: black;">items</span><span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>:
        apcount.<span style="color: black;">setdefault</span><span style="color: black;">&#40;</span>word,<span style="color: #ff4500;">0</span><span style="color: black;">&#41;</span>
        <span style="color: #ff7700;font-weight:bold;">if</span> count&amp;gt;<span style="color: #ff4500;">1</span>:
            apcount<span style="color: black;">&#91;</span>word<span style="color: black;">&#93;</span>+=<span style="color: #ff4500;">1</span></pre>
<p>Lastly for Chapter 3, the string handling chokes on a character from one of the feeds that doesn't bridge the ascii and unicode worlds.  I googled for <a href="http://farmdev.com/thoughts/23/what-i-thought-i-knew-about-unicode-in-python-amounted-to-nothing/" target="_blank">a solution</a> and came up with this one simple fix:</p>
<pre class="python">&nbsp;
out = <span style="color: #008000;">open</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'blogdata.txt'</span>,<span style="color: #483d8b;">'w'</span><span style="color: black;">&#41;</span>
out.<span style="color: black;">write</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'Blog'</span><span style="color: black;">&#41;</span></pre>
<p>to</p>
<pre class="python">&nbsp;
out = <span style="color: #dc143c;">codecs</span>.<span style="color: #008000;">open</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'blogdata.txt'</span>,<span style="color: #483d8b;">'wb'</span>,<span style="color: #483d8b;">'utf-8'</span><span style="color: black;">&#41;</span>
out.<span style="color: black;">write</span><span style="color: black;">&#40;</span><span style="color: #483d8b;">'Blog'</span><span style="color: black;">&#41;</span></pre>
<p>You must</p>
<pre class="python">&nbsp;
<span style="color: #ff7700;font-weight:bold;">import</span> <span style="color: #dc143c;">codecs</span></pre>
<p>I'm not up to speed on unicode so don't ask me how it works; it works.</p>
<p>That's it for Chapter 3.  More later as I make my way through the book.  Btw, I just checked Toby's blog and found that you can <a href="http://blog.kiwitobes.com/?p=44" target="_blank">download the source code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/12/21/errata-for-programming-collective-intelligence/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yelp Battles Supporters of the Meier Family</title>
		<link>http://www.minger.net/2007/11/22/yelp-battles-supporters-of-the-meier-family/</link>
		<comments>http://www.minger.net/2007/11/22/yelp-battles-supporters-of-the-meier-family/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 09:04:58 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/11/22/yelp-battles-supporters-of-the-meier-family/</guid>
		<description><![CDATA[The listing for Lori Drew's marketing business on Yelp has been ravaged by negative reviews posted by Yelpers, including yours truly.  The number of reviews numbered six or seven dozen.  Wednesday, the day before Thanksgiving, I received the following email from Yelp HQ:
Hi,
I'm writing to let you know about our decision to remove [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.yelp.com/biz/PsQxK7u59fv1kPBVn7cvsw" title="yelp review" target="_blank">listing for Lori Drew's marketing business on Yelp</a> has been ravaged by negative reviews posted by Yelpers, including yours truly.  The number of reviews numbered six or seven dozen.  Wednesday, the day before Thanksgiving, I received the following email from Yelp HQ:</p>
<blockquote><p>Hi,</p>
<p>I'm writing to let you know about our decision to remove your review of Drew Advantage in O'Fallon, MO. Your review was flagged by the Yelp community, and our Customer Service team has determined that it falls outside our review guidelines: <a href="http://www.yelp.com/faq#great_review" target="_blank">http://www.yelp.com/faq#great<wbr></wbr>_review</a>.</p>
<p>We review every situation with detail and care and take the removal of reviews very seriously.  If you have additional questions about this policy, please contact us at <a href="http://www.yelp.com/contact" target="_blank">http://www.yelp.com/contact</a>.</p>
<p>Regards,<br />
Kris<br />
Yelp User Support</p></blockquote>
<p>I checked -- not only did Yelp delete my review, they deleted every single one.  I just checked again -- two fresh negative reviews have been posted since the deletions.</p>
<p>I can't blame Yelp for asserting themselves as alpha dog on their boards, but the truly fair solution is to remove the listing for Drew Advantage altogether because is it really a business anymore?   With the notoriety of the Drew family in their community and the negative goodwill from being associated with them, what business in their right mind would today or ever?  Can Yelp name a standing client of Drew Advantage?</p>
<p>Just in case it is not clear, Drew Advantage is a marketing company for small local businesses.  They most likely send out those advertiser packs you get in the mail with coupons for pizza, dry cleaning, car washing, etc.  What does this business have to do with the Yelp demographic anyway?  My coupons were late in the mail?  They don't come anymore?  By implicitly coming down on the side of a now defunct B2B business, Yelp is risking a PR blunder for naught.</p>
<p>Meanwhile, I am the boss of me and I'm abstaining from posting reviews of DC area businesses on Yelp for six months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/11/22/yelp-battles-supporters-of-the-meier-family/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pictures of Lori Drew</title>
		<link>http://www.minger.net/2007/11/22/pictures-of-lori-drew/</link>
		<comments>http://www.minger.net/2007/11/22/pictures-of-lori-drew/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 08:54:30 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/11/22/pictures-of-lori-drew/</guid>
		<description><![CDATA[Reader "Haywood" dug up these pictures of Lori Drew.  Curt's was easier to find.  Lori's just took longer.  The most popular person in the blogosphere couldn't hide her image forever.  The picture portfolio of the June 15th, 2006 meeting of St Peters Chamber of Commerce is the source 1, 2.


]]></description>
			<content:encoded><![CDATA[<p>Reader "Haywood" dug up these pictures of Lori Drew.  <a href="http://www.minger.net/2007/11/18/picture-of-curt-drew/" target="_blank">Curt's</a> was easier to find.  Lori's just took longer.  The most popular person in the blogosphere couldn't hide her image forever.  The picture portfolio of the June 15th, 2006 meeting of St Peters Chamber of Commerce is the source <a href="http://www.stpeterschamber.com/home/pop-up/savor_06.html?page=5" target="_blank">1</a>, <a href="http://www.stpeterschamber.com/home/pop-up/savor_06.html?page=7" target="_blank">2</a>.</p>
<p><img src="http://www.divshare.com/img/2849284-074.jpg" title="lori drew 1" alt="lori drew 1" /></p>
<p><img src="http://www.divshare.com/img/2849285-0d1.jpg" title="lori drew 2" alt="lori drew 2" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/11/22/pictures-of-lori-drew/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Picture of Curt Drew</title>
		<link>http://www.minger.net/2007/11/18/picture-of-curt-drew/</link>
		<comments>http://www.minger.net/2007/11/18/picture-of-curt-drew/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 01:49:42 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/11/18/picture-of-curt-drew/</guid>
		<description><![CDATA[[thanks to "Haywood" we now also have pictures of Lori Drew.Â  and Yelp has been pulling reviews of Drew Advantage.]
Someone in a Facebook Group dedicated to the memory of Megan Meier found this picture of Curt Drew on his Coldwell Banker real estate agent profile:

Also, Yelpers have dug up information on Curt Drew's local business, [...]]]></description>
			<content:encoded><![CDATA[<p>[thanks to "Haywood" we now also have <a href="http://www.minger.net/2007/11/22/pictures-of-lori-drew/" target="_blank">pictures of Lori Drew</a>.Â  and <a href="http://www.minger.net/2007/11/22/yelp-battles-supporters-of-the-meier-family/" target="_blank">Yelp has been pulling reviews of Drew Advantage</a>.]</p>
<p>Someone in a Facebook Group dedicated to the memory of Megan Meier found this picture of Curt Drew <a href="http://www.cbgundaker.com/search/agent/detail.jsp?publicid=CCUDREW" target="_blank">on his Coldwell Banker real estate agent profile</a>:</p>
<p><img src="http://www.divshare.com/img/2803396-78d.jpg" /></p>
<p>Also, Yelpers have dug up information on <a href="http://www.yelp.com/biz/PsQxK7u59fv1kPBVn7cvsw" target="_blank">Curt Drew's local business, Drew Advantage</a>, including a <a href="http://www.yelp.com/biz/PsQxK7u59fv1kPBVn7cvsw#hrid:i8KfJBF6wqavrXC7q3N-OA" target="_blank">list of businesses</a> that advertise through it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/11/18/picture-of-curt-drew/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brandon Antron Rolle Goes on Trial Today</title>
		<link>http://www.minger.net/2007/11/16/brandon-antron-rolle-goes-on-trial-today/</link>
		<comments>http://www.minger.net/2007/11/16/brandon-antron-rolle-goes-on-trial-today/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 11:32:28 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/11/16/brandon-antron-rolle-goes-on-trial-today/</guid>
		<description><![CDATA[[update: next hearing on the case is scheduled for 2008/01/17.  looks like yet another pre-trial hearing before the big show.  justice moves slowly in this case.]
Brandon Antron Rolle, the man accused of killing Ronald Gentile in Miami last year finally goes to trial today.Â  The killing was the subject of a crime investigation [...]]]></description>
			<content:encoded><![CDATA[<p>[update: next hearing on the case is scheduled for 2008/01/17.  looks like yet another pre-trial hearing before the big show.  justice moves slowly in this case.]</p>
<p>Brandon Antron Rolle, the man accused of killing Ronald Gentile in Miami last year finally goes to trial today.Â  The killing was the subject of a crime investigation show "48 Hours" that I saw on cable (probably in reruns) a few weeks ago.Â  Ronald Gentile was in Miami to see his son and was returning to his hotel after dropping the son off at work when he made a wrong turn in his rental car.Â  His stop to ask for directions turned into a mugging that became a murder.Â  The fingerprint lifted off the car belonged to Brandon Antron Rolle, a felon who had been released from jail only months prior.Â  Rolle was also identified as the man who tried to sell Gentile's driver's license.</p>
<p>The murder made national news and reports about it could be found on a handful of websites but nothing about the disposition of the accused could be found.Â  What happened to the accused?Â  Looking into the Miami court system, I found that <a target="_blank" href="http://www.miami-dadeclerk.com/cjis/case.asp?41A23FA465A275A2676765B463B467A63F8732A4387134A2377638B4346774A63F723802">Rolle's case</a> had been slowly making its way to trial, with much pre-trial work being done first.Â  Today is the hearing date.</p>
<p>Brandon Antron Rolle is a guy who received one chance too many.Â  The sad reality of criminality shown by "48 Hours" is that same people commit crime after crime until they get caught for doing something serious enough to put them away for good.Â  Perhaps this senselessness of the innocent suffering until the inevitable was the motivation for Philip K. Dick's <em>Minority Report.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/11/16/brandon-antron-rolle-goes-on-trial-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing Spurious Rails Routing Error</title>
		<link>http://www.minger.net/2007/07/15/fixing-spurious-rails-routing-error/</link>
		<comments>http://www.minger.net/2007/07/15/fixing-spurious-rails-routing-error/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 02:25:20 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/07/15/fixing-spurious-rails-routing-error/</guid>
		<description><![CDATA[Rails stopped routing http requests the morning after everything was working fine.  I was running demo exercises from the Agile Rails book and didn't seem to do anything that could have messed up the installation.  Downloading and symlinking to the books own app code didn't fix the problem.
 "no route found to match [...]]]></description>
			<content:encoded><![CDATA[<p>Rails stopped routing http requests the morning after everything was working fine.  I was running demo exercises from the Agile Rails book and didn't seem to do anything that could have messed up the installation.  Downloading and symlinking to the books own app code didn't fix the problem.</p>
<blockquote><p> "no route found to match "/store" with {:method=&gt;:get}"</p></blockquote>
<p>attempting to debug:</p>
<blockquote><p><span>&gt;&gt; rs = ActionController::Routing:</span><wbr></wbr><span class="word_break"></span>:Routes<br />
&gt;&gt; rs.recognize_path "/store"<br />
=&gt; {:controller=&gt;"store", :action=&gt;"index"}</p></blockquote>
<p>routes.rb seems fine:</p>
<blockquote><p><span>ActionController::Routing:</span><wbr></wbr><span class="word_break"></span>:Routes.draw do |map|<br />
<span>map.connect ':controller/:action/:id.:</span><wbr></wbr><span class="word_break"></span>format'<br />
map.connect ':controller/:action/:id'<br />
end</p></blockquote>
<p>Everything looks good where is the problem? I googled and found a <a href="http://thenoobonrails.blogspot.com/2007/06/rails-12x-routing-issues.html" target="_blank">post pointing out spurious routing problems </a>in Rails 1.2.3 and a suggestion to change boot.rb to remedy it:</p>
<blockquote>
<p align="left">root_path = Pathname.new(root_path).cleanpath(true).to_s</p>
<p align="left">to</p>
<p>root_path = Pathname.new(root_path).cleanpath(true).realpath().to_s</p></blockquote>
<p>That suggestion did not work for me. Desperate to get my Rails show back on the road, I did the obvious:</p>
<blockquote><p>gem uninstall rails<br />
gem install rails</p></blockquote>
<p>Bingo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/07/15/fixing-spurious-rails-routing-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySpace Stumbles Playing Catchup to Facebook with Status Updates &#8220;Friendsmoods&#8221;</title>
		<link>http://www.minger.net/2007/07/13/myspace-stumbles-playing-catchup-to-facebook-with-status-updates-friendsmoods/</link>
		<comments>http://www.minger.net/2007/07/13/myspace-stumbles-playing-catchup-to-facebook-with-status-updates-friendsmoods/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 21:44:10 +0000</pubDate>
		<dc:creator>minger</dc:creator>
		
		<category><![CDATA[facebook]]></category>

		<category><![CDATA[myspace]]></category>

		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.minger.net/2007/07/13/myspace-stumbles-playing-catchup-to-facebook-with-status-updates-friendsmoods/</guid>
		<description><![CDATA[MySpace'sÂ effort to emulate the distinguishing status updates feature of Facebook went down quickly after introduction and remainsÂ down:
The function that you are currently trying to use is disabled and will be back shortly.We are making some minor changes to this section so please bear with us until we can get it back online.Please do NOT email [...]]]></description>
			<content:encoded><![CDATA[<p>MySpace'sÂ effort to emulate the distinguishing status updates feature of Facebook went down quickly after introduction and remainsÂ down:</p>
<blockquote><p><strong>The function that you are currently trying to use is disabled and will be back shortly.</strong><strong>We are making some minor changes to this section so please bear with us until we can get it back online.</strong><strong>Please do NOT email me about this. Just wait it out. Jul 13, 2007 -Tom</strong></p></blockquote>
<p>While the typical MySpace user surely hasn't noticed the blip, social networking observers are keen to see whether Facebook has any enduring competitive advantages over MySpace.Â  The friend status feed has been a unique feature for the upstart network, and according to the FB corporate blog, a technological achievement.Â  How well MySpaceÂ makes the shadowing moveÂ will reveal the depth of their technical bench.Â  Are they a decent media companyÂ firstÂ but far second as a technologistÂ toÂ theÂ leaderÂ as Yahoo is to Google, or is thatÂ characterizationÂ false?</p>
<p>MySpace has never made any deep innovations.Â  Their technical competitive strength in the war against Friendster was the ability toÂ engineer scalability.Â  While Friendster choked on their open source platform, MySpaceÂ outran them with ColdFusion on steriods.Â  Friendster couldn't deliver pageviews or messages and had to cap the friend list at 500, while MySpace's scalability allowed it to foster a laissez fair environment that placed few bounds on the creativity of its users, whoÂ under this liberal regime made theÂ system a runaway success.</p>
<p>In this round againstÂ Facebook, scaling the mundane -- delivering page views and messages -- is now a problem widely solvable.Â  The magic is in the innovations that require mathematics and computer science, problems that cannot be solvedÂ with simpleÂ algorithms andÂ by eliminating bottlenecksÂ or throwing more commodity machines into the webfarm.Â  Facebook makes much of the social graph, and I suspect the term is more than a mere metaphor.Â  The innovations on Facebook probably rely much on graph theory and other beyond engineering domains.</p>
<p>Anybody canÂ put computer scientists or mathematicians on staff but is that enough against a technocracy running on all cylinders?Â  The technology gap between Yahoo and Google is probably two years or so -- and never narrowing -- and worth billions and billions in market cap.Â  How MySpace recovers from this stumble will indicate the size of their gap.</p>
<p>(<a target="_blank" href="http://mashable.com/2007/07/12/myspace-status-update/">Initial coverage of the MySpace stumble</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.minger.net/2007/07/13/myspace-stumbles-playing-catchup-to-facebook-with-status-updates-friendsmoods/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

