﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:my-scripts"><channel><title>Joe Beda's EightyPercent.net</title><link>http://www.eightypercent.net</link><description>Are we there yet?</description><language>en-us</language><copyright>Copyright 2003-4 Joe Beda</copyright><generator>JoeBlogger 1.0pre</generator><managingEditor>EightyPercent AT bedafamily DOT com</managingEditor><webMaster>EightyPercent AT bedafamily DOT com</webMaster><ttl>60</ttl><image><title>Joe Beda's EightyPercent.net</title><link>http://www.eightypercent.net</link><url>http://www.eightypercent.net/Images/RSSTag.gif</url><width>88</width><height>44</height></image><item><link>http://www.eightypercent.net/Archive/2007/09/18.html#a274</link><description>
    &lt;p&gt;
        I haven't updated my blog in forever and I'm probably going to abandon my homebrew
        static client generated site for something like &lt;a href="http://mephistoblog.com/"&gt;Mephisto&lt;/a&gt; at
        some point but I haven't had time to make the transition. 
    &lt;/p&gt;
    &lt;p&gt;
        In the meantime, I'd like to save people some pain and document the steps I have go
        through to upgrade my Highpoint RocketRaid 2220 on Linux.&amp;#160; I installed the driver
        a while ago and don't remember the exact steps for that, so this is just what I do
        to upgrade.&amp;#160; I wrote a little shell script: 
    &lt;/p&gt;
    &lt;pre&gt;#! /bin/sh -v

# Update this version every time you upgrade.
VER=2.6.15-29-686

# To update the highpoint driver:
# 1) Download latest highpoint driver from: 
#
# http://www.highpoint-tech.com/BIOS_Driver/rr222x/Linux/
#
# 2) Patch driver by changing wrong kernel #ifdefs in osm/linux/os_linux.c  
#   KERNEL_VERSION(2,6,15) -&amp;gt; KERNEL_VERSION(2,6,16)

# Disable sata_mv.ko by moving it to a new directory.  This driver
# conflicts with highpoint driver.  I don't know if this is the
# "right" way to do this, but it works.
sudo mkdir -p /lib/modules/${VER}.disabled
sudo mv /lib/modules/${VER}/kernel/drivers/scsi/sata_mv.ko /lib/modules/${VER}.disabled/

# Make sure kernel headers are installed
sudo apt-get install linux-headers-${VER}

# Make new hpt driver:
cd ~jbeda/sources/rr222x-linux-src-1.07/product/rr2220/linux/
make KERNELDIR=/lib/modules/${VER}/build
sudo make install KERNELDIR=/lib/modules/${VER}/build

# make a new ramfs
# mkinitramfs -o /boot/initrd.img-2.6.15-27-686 /lib/modules/2.6.15-27-686
sudo dpkg-reconfigure linux-image-${VER}&lt;/pre&gt;
    &lt;p&gt;
        Good luck. I hope this helps people out there that are stuck with this thing. I'm
        still looking for a good cheap solution to host lots of SATA drives on Linux.&amp;#160;
        Port multipliers are there and aren't as cheap as they should be.&amp;#160; The driver
        situation is pretty dire and there aren't that many non RAID (fake or not) &amp;gt;4 ports
        out there.&amp;#160; I haven't tried any SAS cards though -- perhaps the situation there
        is better.&amp;#160; I'm also running an LSI MegaRAID SATA 300-8XLP with the megaraid
        driver.&amp;#160; It wasn't as cheap but at least it works with a true open driver.&amp;#160; 
    &lt;/p&gt;
</description><pubDate>Wed, 19 Sep 2007 05:19:30 GMT</pubDate><title>HOWTO: Installing Highpoint Rocketraid 222x on Ubuntu Dapper (6.06 LTS)</title><guid isPermaLink="true">http://www.eightypercent.net/Archive/2007/09/18.html#a274</guid><comments>http://www.haloscan.com/comments.php?user=jbeda&amp;comment=274&amp;doctitle=Joe%20Beda's%20EightyPercent.Net&amp;docurl=http://www.eightypercent.net/</comments></item><item><link>http://www.eightypercent.net/Archive/2006/08/03.html#a273</link><description>
    &lt;p&gt;
        Miguel de Icaza says &lt;a href="http://tirania.org/blog/archive/2006/Aug-02.html"&gt;"Avalon
        marks the end of the American Dream."&lt;/a&gt;&amp;#160; He also compares it to J2EE -- apparently
        implying that it is overly complex and overarchitected.
    &lt;/p&gt;
    &lt;p&gt;
        Ouch.
    &lt;/p&gt;
    &lt;p&gt;
        While I wouldn't put it that way, I can't disagree.&amp;#160; I left Microsoft almost
        two years ago and Avalon still hasn't shipped.&amp;#160; A 5+ year ship cycle for a project
        can't be seen as anything but a sign that something is horribly wrong.&amp;#160; When
        I was on Avalon we kept talking about building an API for the next 10 years.&amp;#160;
        Apparently, when Avalon ships there will be 5 years left on that clock.
    &lt;/p&gt;
    &lt;p&gt;
        I take partial responsibility for this.&amp;#160; When we were first starting Avalon,
        I was all about "Go big or go home" and "We should build something only Microsoft
        can build."&amp;#160; In retrospect, the project and the company might have been better
        served by starting with a much smaller team, aiming lower to start and shipping 5
        times over those 5 years.&amp;#160; Version 1 might not have been that impressive, but
        relentless improvement would have built something better factored, simpler, and more
        in tune with what users actually need.
    &lt;/p&gt;
    &lt;p&gt;
        I named this blog "eightypercent" in honor of the 80% rule.&amp;#160; It just so happens
        there there are lots of 80% rules to apply.&amp;#160; In this case, a simpler system that
        only solved 80% of the problem would have been good enough and would have shipped
        multiple times already.
    &lt;/p&gt;
    &lt;p&gt;
        It looks like the &lt;a href="http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;q=%22WPF%2FE%22&amp;amp;btnG=Search"&gt;WPF/E&lt;/a&gt; project
        is an effort to&amp;#160;strip Avalon down to something much more approachable.&amp;#160;
        Cross platform, no full CLR, lower memory footprint -- sounds a lot like Flash/Flex.&amp;#160;
        I know some of the guys working on the project and I have high hopes that it will
        be something interesting.&amp;#160; The only question, when will&amp;#160;it ship?
    &lt;/p&gt;
</description><pubDate>Thu, 03 Aug 2006 16:56:19 GMT</pubDate><title>"Avalon marks the end of the American Dream"</title><guid isPermaLink="true">http://www.eightypercent.net/Archive/2006/08/03.html#a273</guid><comments>http://www.haloscan.com/comments.php?user=jbeda&amp;comment=273&amp;doctitle=Joe%20Beda's%20EightyPercent.Net&amp;docurl=http://www.eightypercent.net/</comments></item><item><link>http://www.eightypercent.net/Archive/2006/07/19.html#a272</link><description>
    &lt;p&gt;
        Coming in this morning, I heard a&amp;#160;&lt;a href="http://www.npr.org/templates/story/story.php?storyId=5567184"&gt;segment
        on NPR&lt;/a&gt; covering a unique program that King Country is running to provide &lt;a href="http://www.desc.org/1811.html"&gt;rooms
        for homeless alcoholics&lt;/a&gt; in Seattle.&amp;#160; The unique and controversial part of
        this program is that the residents can continue to drink. 
    &lt;/p&gt;
    &lt;p&gt;
        My wife, Rachel, has first hand experience with this problem from her work at the
        Harborview ER.&amp;#160;&amp;#160;Some of these "frequent fliers" are indeed part of the community
        at the ER. In fact, one of the patients that Rachel had lots of interactions with
        (ever since she was a med student!) recently died and it really shook her up.&amp;#160;
        Anecdotally, Rachel has seen this program provide a positive impact. 
    &lt;/p&gt;
    &lt;p&gt;
        In any case, this novel program seems to me to be a unique way to approach a very
        difficult problem.&amp;#160; It reduces the cost to the taxpayers and provides a safe
        place for these individuals.&amp;#160; Obviously we would all like to see these problems
        solved, but, failing that, at least the county is trying to manage it. 
    &lt;/p&gt;
</description><pubDate>Wed, 19 Jul 2006 17:07:05 GMT</pubDate><title>Seattle's Homeless Alcoholics on NPR</title><guid isPermaLink="true">http://www.eightypercent.net/Archive/2006/07/19.html#a272</guid><comments>http://www.haloscan.com/comments.php?user=jbeda&amp;comment=272&amp;doctitle=Joe%20Beda's%20EightyPercent.Net&amp;docurl=http://www.eightypercent.net/</comments></item><item><link>http://www.eightypercent.net/Archive/2006/07/14.html#a271</link><description>
    &lt;p&gt;
        Check &lt;a href="http://n.nfshost.com/1.html"&gt;this&lt;/a&gt; out.&amp;#160; Get to 30.&amp;#160; Your
        day is now shot :) 
    &lt;/p&gt;
    &lt;p&gt;
        (I just finished.) 
    &lt;/p&gt;
</description><pubDate>Fri, 14 Jul 2006 21:15:05 GMT</pubDate><title>1 to 30</title><guid isPermaLink="true">http://www.eightypercent.net/Archive/2006/07/14.html#a271</guid><comments>http://www.haloscan.com/comments.php?user=jbeda&amp;comment=271&amp;doctitle=Joe%20Beda's%20EightyPercent.Net&amp;docurl=http://www.eightypercent.net/</comments></item><item><link>http://www.eightypercent.net/Archive/2006/07/04.html#a270</link><description>
    &lt;p&gt;
        Happy fourth!
    &lt;/p&gt;
    &lt;p&gt;
        I just wanted to post a note bragging about my sister, Jill.&amp;#160; The Chicago Tribune
        just &lt;a href="http://www.chicagotribune.com/entertainment/chi-0607040196jul04,1,4767917.story?ctrack=1&amp;amp;cset=true"&gt;ran
        an article&lt;/a&gt; about her and her daughter Ellie.&amp;#160; Ellie has what they are calling
        "Sensory Integration Disorder."&amp;#160; She is basically really hyper and needs to jump,
        spin, rock, swing, etc.&amp;#160; I think I probably had a touch of something similar
        when I was small.&amp;#160; One of the things that helps&amp;#160;Ellie has been a weighted
        vest.&amp;#160; Jill couldn't find any she and Ellie liked and so made one herself.&amp;#160;
        It turned out so well, she decided to start making them for others.&amp;#160; 
    &lt;/p&gt;
    &lt;p&gt;
        I've helped her get a web site up and running to show off what she has done.&amp;#160;
        Check it out at &lt;a href="http://www.customweightedvests.com"&gt;www.customweightedvests.com&lt;/a&gt;.
        You can also check out some other custom sewing she does at &lt;a href="http://www.stitchessosweet.com"&gt;www.stitchessosweet.com&lt;/a&gt;.&amp;#160; 
    &lt;/p&gt;
</description><pubDate>Tue, 04 Jul 2006 15:50:24 GMT</pubDate><title>Custom Weighted Vests</title><guid isPermaLink="true">http://www.eightypercent.net/Archive/2006/07/04.html#a270</guid><comments>http://www.haloscan.com/comments.php?user=jbeda&amp;comment=270&amp;doctitle=Joe%20Beda's%20EightyPercent.Net&amp;docurl=http://www.eightypercent.net/</comments></item></channel></rss>