<?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>Propeller-heads Unite!</title>
	<atom:link href="http://staff.osuosl.org/~gchaix/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.osuosl.org/~gchaix</link>
	<description>Random thoughts of a cubicular denizen</description>
	<pubDate>Wed, 30 Apr 2008 23:04:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Surpassed 100 Moodle sites</title>
		<link>http://staff.osuosl.org/~gchaix/2008/04/30/surpassed-100-moodle-sites/</link>
		<comments>http://staff.osuosl.org/~gchaix/2008/04/30/surpassed-100-moodle-sites/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 23:02:10 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[ORVSD]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/?p=36</guid>
		<description><![CDATA[Wow.  I am amazed at how quickly teachers are latching onto the Oregon Virtual School District stuff.
Since I set up a system to automatically create school Moodle servers on demand, 109 Moodle instances have been spawned on the shared-code Moodle system.  That means at least one teacher from 109 different public schools and [...]]]></description>
			<content:encoded><![CDATA[<p>Wow.  I am amazed at how quickly teachers are latching onto the Oregon Virtual School District stuff.</p>
<p>Since I set up a system to automatically create school Moodle servers on demand, 109 Moodle instances have been spawned on the shared-code Moodle system.  That means at least one teacher from 109 different public schools and ESDs in Oregon has been interested enough in the ORVSD offerings to give it a try.  Of course, only a small number of them are far enough along to be using it with their students, but there are quite a few teachers getting up to speed with how the tools work.  I&#8217;m delighted to see the system seems to be scaling up remarkably well.  It&#8217;s not having any problem at all dealing with so many separate vhosts/databases running on the same Moodle install.</p>
<p>I expect we&#8217;re going to see an explosion of use by the end of the summer and beginning of next fall.  I guess I better get those disk arrays ordered &#8230; we&#8217;re probably going to need a <em>lot</em> more disk space soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2008/04/30/surpassed-100-moodle-sites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GSoC application deadline extended</title>
		<link>http://staff.osuosl.org/~gchaix/2008/03/31/gsoc-application-deadline-extended/</link>
		<comments>http://staff.osuosl.org/~gchaix/2008/03/31/gsoc-application-deadline-extended/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 18:00:49 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[Summer of Code]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2008/03/31/gsoc-application-deadline-extended/</guid>
		<description><![CDATA[All right you students out there &#8230; here&#8217;s your chance to get paid to work on open source software projects.  Google is offering to pay you $4,500 this summer to work on an open source project, all you have to do is apply!  They&#8217;ve even extended the application deadline to Monday, April 7th [...]]]></description>
			<content:encoded><![CDATA[<p>All right you students out there &#8230; here&#8217;s your chance to get <strong>paid</strong> to work on open source software projects.  Google is offering to pay you $4,500 this summer to work on an open source project, all you have to do is apply!  They&#8217;ve even extended the application deadline to Monday, April 7th to make sure you have time to get your application finished. </p>
<p>So what are you waiting for?  Apply now at: <a href="http://code.google.com/soc/2008">http://code.google.com/soc/2008/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2008/03/31/gsoc-application-deadline-extended/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOWTO: Shared-code hosting for Moodle</title>
		<link>http://staff.osuosl.org/~gchaix/2008/03/10/howto-shared-code-hosting-for-moodle/</link>
		<comments>http://staff.osuosl.org/~gchaix/2008/03/10/howto-shared-code-hosting-for-moodle/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 23:25:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[ORVSD]]></category>

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

		<category><![CDATA[learning management systems]]></category>

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

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2008/03/10/howto-shared-code-hosting-for-moodle/</guid>
		<description><![CDATA[When I first started working with Moodle servers, one of the things that bugged me was the fact that it required a complete install of the code for every site hosted on the system.  While that&#8217;s fine for most circumstances, it really did not work well in our environment where we&#8217;re looking at potentially [...]]]></description>
			<content:encoded><![CDATA[<p>When I first started working with Moodle servers, one of the things that bugged me was the fact that it required a complete install of the code for every site hosted on the system.  While that&#8217;s fine for most circumstances, it really did not work well in our environment where we&#8217;re looking at potentially hosting hundreds of Moodle instances.  So, in the fine open source tradition of scratching an itch by finding something someone else has done, modifying it, and then sharing it with the world &#8230; I give you shared-code Moodle, OSL-style.</p>
<p>First, though, credit where credit is due.  Martin Langhoff posted almost all of what we needed to do <a href="http://moodle.org/mod/forum/discuss.php?d=13211">here</a>.  All I needed to do is expand upon it to fit our needs.</p>
<p>Second, what the modified code actually does:<br />
1) config.php looks in Moodle dirroot/multisite_config for an ini file matching the server name.  I.E.: fqdn.domain.org.ini<br />
2) If found, the ini file is parsed and used to populate the Moodle $CFG</p>
<p>On to the code!</p>
<p>1)  Create a directory in your Moodle wwwroot named <code>multisite_config</code> and make sure it&#8217;s readable by the web server<br />
2)  Create a <code>moodledata_shared</code> directory to hold the various sites&#8217; <code>moodledata</code> directories<br />
3)  Modify the <code>wwwroot/config.php</code> file to look like:<br />
<code>&lt;?php  /// Moodle Configuration File<br />
unset($CFG);<br />
$CFG-&gt;dirroot   = '/var/www/moodle_shared';<br />
// Determine hostname<br />
$hostname = $_SERVER['HTTP_HOST'];<br />
if (isset($_ENV['HTTP_HOST'])){ // this is to support cronjobs on a per-host basis<br />
        $hostname = $_ENV['HTTP_HOST'];<br />
}<br />
// Load multi-site configs<br />
$multisite_config_filename = "$CFG-&gt;dirroot/multisite_config/$hostname.ini";<br />
if (file_exists($multisite_config_filename)) {<br />
        $sites_array = parse_ini_file($multisite_config_filename);<br />
} else {<br />
        // Whoops!  No ini found, fall back to a default Moodle host<br />
        $URL="http://default-moodle.domain.org";<br />
        header ("Location: $URL");<br />
        die("&lt;pre&gt;Unable to open site configuration file for '$hostname'.  Has the config file been created?\n&lt;/pre&gt;");<br />
}<br />
$CFG-&gt;dbtype    = 'mysql';<br />
$CFG-&gt;dbhost    = $sites_array[dbhost];<br />
$CFG-&gt;dbname    = $sites_array[dbname];<br />
$CFG-&gt;dbuser    = $sites_array[dbuser];<br />
$CFG-&gt;dbpass    = $sites_array[dbpass];<br />
$CFG-&gt;dbpersist =  false;<br />
$CFG-&gt;prefix    = 'mdl_';<br />
$CFG-&gt;wwwroot   = $sites_array[wwwroot];<br />
$CFG-&gt;dataroot  = '/var/www/moodledata_shared/'.$hostname;<br />
$CFG-&gt;admin     = 'admin';</code></p>
<p>4)  Create an ini file for each Moodle instance you want to host and place it in the Moodle <code>dirroot/multisite_config/</code> directory.  An example ini file for a fictitious template.domain.org Moodle instance:<br />
<code>; multisite_config.ini<br />
[template]<br />
dbhost = localhost<br />
dbname = template_db_name<br />
dbuser = template_user<br />
dbpass = dbpassword<br />
wwwroot = http://template.domain.org/moodle</code></p>
<p>5) Create a <code>moodledata_shared/hostname</code> directory for the moodledata stuff.</p>
<p>I have a canned mysqldump file I use to create new Moodle sites instead of using the GUI (along with an automated system to create the databases and generate the ini files, but that&#8217;s a topic for another post another time).  Since I wanted to avoid creating a vhost for every Moodle instance and having to bounce Apache every time I add a new one, I set up a wildcard domain to point at the moodle_shared webroot.  But this should work equally well with explicitly-defined Apache vhosts.</p>
<p>Todo:<br />
1)  Modify the GUI config to have it write the ini files directly.<br />
2)  Look into having site-specific modules.  As it stands right now, all sites get the same modules.  So far we haven&#8217;t run into module conflicts or sites wanting customized versions of modules, but I expect it&#8217;s only a matter of time.<br />
3)  Performance and scaling testing.  This seems to work well enough with the approximately 50 low traffic sites I&#8217;m running now, but I&#8217;m not sure how much of a penalty the reading and parsing of the ini file imposes.  It may not scale well on high traffic sites.<br />
3a)  Not sure how well this might be adapted to a multi-server or clustered environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2008/03/10/howto-shared-code-hosting-for-moodle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Summer of Code 2007 wrap-up</title>
		<link>http://staff.osuosl.org/~gchaix/2007/08/27/google-summer-of-code-2007-wrap-up/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/08/27/google-summer-of-code-2007-wrap-up/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 23:29:58 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[Summer of Code]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/08/27/google-summer-of-code-2007-wrap-up/</guid>
		<description><![CDATA[On Monday, August 20th, the 2007 Google Summer of Code came to its scheduled conclusion.  The OSL mentored four students on three projects this year.  We&#8217;re proud to announce that all four passed with flying colors.  We&#8217;ve been delighted with the quality of their work, and look forward to continued work with [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, August 20th, the 2007 Google Summer of Code came to its scheduled conclusion.  The OSL mentored four students on three projects this year.  We&#8217;re proud to announce that all four passed with flying colors.  We&#8217;ve been delighted with the quality of their work, and look forward to continued work with them all!</p>
<p>Thanks to Google&#8217;s generous support, the OSL was able to host three varied and exciting projects:</p>
<p><!--break--></p>
<ul>
<li>
<h3>Darko Ilic - Watch &amp; Listen, One Laptop Per Child</h3>
<p>Mentored by Brad Morgan and the rest of the OSL team working on the Watch &#038; Listen project, Darko quickly and energetically joined our team building a media player and encoder for the OLPC XO laptops.  He impressed us with his enthusiasm in the application process and his work throughout the summer has confirmed our initial impressions.  Darko has become a valued and productive member of the Watch &amp; Listen development team.  For more information on Watch &amp; Listen, see: <a href="http://olpc-player.helixcommunity.org">http://olpc-player.helixcommunity.org</a></p>
</li>
<li>
<h3>Seth Lemons - XUL/XPCOM Kiosk</h3>
<p>Mentored by Eric Searcy, Seth took on the very challenging task of building a truly cross-platform kiosk-mode browser based on the Mozilla Gecko engine.  Given the difficulties with stripping down a general-purpose web browser down to the bare minimum needed for a kiosk, Seth chose to build it from scratch using XUL/XPCOM on top of the Gecko engine.  A daunting and complicated task, Seth nevertheless managed to get a functioning prototype up before the mid-term evaluation and has been improving it ever since.  To see the code and try it our for yourself, go to: <a href="http://code.google.com/p/osl-fx-kiosk/">http://code.google.com/p/osl-fx-kiosk</a></p>
</li>
<li>
<h3>Rob Wohleb and Silas Snider - Drupal/Google API: Drupal modules implementing the Google Premium/Education API</h3>
<p>Mentored by Justin Gallardo and Greg Lund-Chaix, Seth and Rob forged into new territory blending the power of Google Apps with the Drupal content management system.  With the recent release of the Google Provisioning and Single Sign-On APIs to the Google Premium and Domains for Education just before the 2007 Summer of Code began, we had a golden opportunity to add support for single sign-on and provisioning of Google hosted domain accounts to Drupal.  Using Rob and Silas&#8217; excellent work users can now have Google domain accounts automatically created when a Drupal user is added, and have them be automatically signed into their Google domain account when they log into Drupal.  Some additional features in the works include Google Calendar<->Drupal event synchronization and Google mail list<->Drupal user group linkage.  To see more about the modules, check out: <a href="http://code.google.com/p/drupal-google-api/">http://code.google.com/p/drupal-google-api</a></p>
</li>
</ul>
<p>This year&#8217;s Summer of Code was an unmitigated success.  We are proud to say all four of our students had committed functional, good quality code before the mid-term evaluation in early July and continued to improve upon that code throughout the rest of the summer.  Communication between mentors and students - a critical component - was much improved from previous years and contributed greatly to this year&#8217;s successes.  Looking ahead - a bit of optimism on our part that Google will choose to renew the Summer of Code program for 2008 - we have some advice and lessons learned to share with the community:</p>
<ol>
<li>Communication: The more the better.  Communicate early and often.  The more talking among the students and mentors and the project community, the better.  Communication builds relationships and trust.  It helps bring the student more deeply into the project community and has the potential to turn a summer project into a long-term relationship.</li>
<li>Code: Submit early, submit often.  It&#8217;s much easier for mentors to do their jobs if students submit code as often as possible.  Mentors can help bring students into the project community, but by far the most valuable service a mentor can provide is help and feedback with the student&#8217;s work - the actual code.</li>
<li>Life happens: Illnesses crop up and schedules shift.  Murphy&#8217;s law strikes.  Milestones change, features are added and/or dropped.  It is vital that both the students and the mentors be flexible.  There&#8217;s an excellent chance the project that arrives at the final evaluation is very different than the one proposed in the spring.  Students and mentors need to be talking regularly and often so that expectations and deadlines change as the summer progresses - see #1.</li>
<li>Education: Last and certainly not least - <i>learn</i>.  Even if the code produced ends up being something completely different than what was expected or incomplete, remember that the Summer of Code is as much about learning to participate in FOSS projects and communities as it is about the code itself.  Of course it&#8217;s good to have student code incorporated into the projects, but it&#8217;s even more important to bring talented new contributors into the community.  Even if the code written during the summer never makes it into a release, the project or community has gained a potential long-term participant that can produce more code in years to come than they could have done in the course of a single summer.  If the code they submit does make it into a release, all the better, but the talented and motivated people SoC brings into our communities are invaluable.</li>
</ol>
<p>A big &#8220;Thank you!&#8221; to everyone at the Google Open Source Programs Office and to all of the 2007 Summer of Code participants.  The world is a better place because of your efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/08/27/google-summer-of-code-2007-wrap-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSCON, here we come!</title>
		<link>http://staff.osuosl.org/~gchaix/2007/07/02/oscon-here-we-come/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/07/02/oscon-here-we-come/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 21:59:53 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[planetosl]]></category>

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/07/02/oscon-here-we-come/</guid>
		<description><![CDATA[I&#8217;m really looking forward to OSCON this year.  We had a fantastic presence on the expo floor last year, made lots of really great connections and had tons of fun.  
This year IBM has surpassed their past generosity and has upgraded the booth we&#8217;ll be sharing with them and Portland State University to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really looking forward to <a href="http://osuosl.org/oscon2007">OSCON</a> this year.  We had a fantastic presence on the expo floor last year, made lots of really great connections and had tons of fun.  </p>
<p>This year IBM has surpassed their past generosity and has upgraded the booth we&#8217;ll be sharing with them and Portland State University to a 20&#8242;x20&#8242; booth <a href="http://osuosl.org/files/booth-location.png" target="_new">right at the front enterence of the hall</a>!  </p>
<p>Wow.  I guess I better make sure I&#8217;ve got a clean shirt. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/07/02/oscon-here-we-come/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portland Drupal Meetup</title>
		<link>http://staff.osuosl.org/~gchaix/2007/06/13/portland-drupal-meetup/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/06/13/portland-drupal-meetup/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 04:59:47 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[drupal]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/06/13/portland-drupal-meetup/</guid>
		<description><![CDATA[Whew!  Just got back from an excellent Drupal user group meeting here in Portland.  I am delighted to see such a healthy community growing in my own back yard.  The meeting was an interesting mix of tech folks and non-technical, Drupal veterans and newcomers.  There was a bit of something for [...]]]></description>
			<content:encoded><![CDATA[<p>Whew!  Just got back from an excellent <a href="http://groups.drupal.org/portland" targer="_new">Drupal user group</a> meeting here in Portland.  I am delighted to see such a healthy community growing in my own back yard.  The meeting was an interesting mix of tech folks and non-technical, Drupal veterans and newcomers.  There was a bit of something for everyone, I think.  I hope future meetups are equally as interesting! </p>
<p>Thanks to <a href="http://www.centerstance.com/" target="_new">Centerstance</a> for sponsoring the grub, <a href="http://www.oreilly.com/" target="_new">O&#8217;Reilly</a> and <a href="http://www.apress.com/" target="_new">Apress</a> for the door prize books, and the wonderful crew at the <a href="http://busproject.org/"target="_new">Oregon Bus Project</a> for hosting the event.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/06/13/portland-drupal-meetup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The OSU Open Source Lab is Hiring!</title>
		<link>http://staff.osuosl.org/~gchaix/2007/05/19/the-osu-open-source-lab-is-hiring/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/05/19/the-osu-open-source-lab-is-hiring/#comments</comments>
		<pubDate>Sat, 19 May 2007 18:56:58 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[planetosl]]></category>

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/05/19/the-osu-open-source-lab-is-hiring/</guid>
		<description><![CDATA[Successful organization seeks outgoing and experienced infrastructure manager for long-term relationship.
You: Articulate and educated.  Enjoy long weekends at trade shows and install-fests.  Willing to relocate to thriving college town.  Must not be allergic to penguins.  Enthusiasm a must.  An affinity for Gentoo a definite plus.
Us: Creative and enthusiastic entity living [...]]]></description>
			<content:encoded><![CDATA[<p>Successful organization seeks outgoing and experienced infrastructure manager for long-term relationship.</p>
<p>You: Articulate and educated.  Enjoy long weekends at trade shows and install-fests.  Willing to relocate to thriving college town.  Must not be allergic to penguins.  Enthusiasm a must.  An affinity for Gentoo a definite plus.</p>
<p>Us: Creative and enthusiastic entity living in an academic environment.  Into Xen and FOSSing regularly.</p>
<p><a href="http://jobs.oregonstate.edu/applicants/Central?quickFind=51171">http://jobs.oregonstate.edu/applicants/Central?quickFind=51171</a></p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/05/19/the-osu-open-source-lab-is-hiring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BarCamp Portland 2007: Come join the fun</title>
		<link>http://staff.osuosl.org/~gchaix/2007/05/10/barcamp-portland-2007-come-join-the-fun/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/05/10/barcamp-portland-2007-come-join-the-fun/#comments</comments>
		<pubDate>Thu, 10 May 2007 13:20:15 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[planetosl]]></category>

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/05/10/barcamp-portland-2007-come-join-the-fun/</guid>
		<description><![CDATA[ Tech + Geek + Culture. The event for the Portland tech community, produced BY the Portland tech community. Interesting topics, cool people, great networking opportunities, wifi, and free food.
FreeConferences++
]]></description>
			<content:encoded><![CDATA[<p><a href="http://barcamp.org/BarCampPortland"><img src="http://barcamp.org/f/barcamp-widget-sm.gif" border="0" width="133" height="52"></a> Tech + Geek + Culture. The event for the Portland tech community, produced BY the Portland tech community. Interesting topics, cool people, great networking opportunities, wifi, and free food.</p>
<p>FreeConferences++</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/05/10/barcamp-portland-2007-come-join-the-fun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Benny loves the OLPC XO!</title>
		<link>http://staff.osuosl.org/~gchaix/2007/05/03/benny-loves-the-olpc-xo/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/05/03/benny-loves-the-olpc-xo/#comments</comments>
		<pubDate>Fri, 04 May 2007 04:33:13 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[fun]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/05/03/benny-loves-the-olpc-xo/</guid>
		<description><![CDATA[I&#8217;ve seen it so it must be true:

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen it so it must be true:</p>
<p><a href="http://www.flickr.com/photos/58459279@N00/sets/72157600174343416/"><img src="http://farm1.static.flickr.com/220/483307747_913c79df92_m_d.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/05/03/benny-loves-the-olpc-xo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thanks, Gateway &#8230; NOT!</title>
		<link>http://staff.osuosl.org/~gchaix/2007/04/27/thanks-gateway-not/</link>
		<comments>http://staff.osuosl.org/~gchaix/2007/04/27/thanks-gateway-not/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:40:07 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
		
		<category><![CDATA[hardware]]></category>

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

		<guid isPermaLink="false">http://staff.osuosl.org/~gchaix/2007/04/27/thanks-gateway-not/</guid>
		<description><![CDATA[There are days when I worry about the status of intelligent life on this planet.
I have a Gateway laptop.  It&#8217;s OK.  Not great, but it gets the job done.  Last week while I was putting the laptop in my bag a CD in a paper sheath slid between the lid and the [...]]]></description>
			<content:encoded><![CDATA[<p>There are days when I worry about the status of intelligent life on this planet.</p>
<p>I have a Gateway laptop.  It&#8217;s OK.  Not great, but it gets the job done.  Last week while I was putting the laptop in my bag a CD in a paper sheath slid between the lid and the body of the laptop and popped the &#8220;\&#8221; key off the keyboard.  After muttering a few dark things about weak-ass construction I dropped a line to Gateway tech support and requested they fix it.  After confirming my street address twice and asking for an on-site repair, they said they&#8217;d fix it.  Cool.</p>
<p>So I get to my desk this afternoon after running some lunchtime errands to find a suspiciously keyboard-shaped UPS box on my desk.  Hmm.  Must be hard to fit an on-site tech in there, thinks I. Sure enough, opening the box reveals a disembodied laptop keyboard, a packing slip and a short form letter saying, &#8220;Please find enclosed the part that you requested along with easy-to-read installation instructions.&#8221;  </p>
<p>Except there were no instructions.  Nor was there the promised on-site support technician to install it.</p>
<p>Oh, and did I mention that the keyboard in the box <i>already had its &#8220;Alt&#8221; key broken off of it inside the packaging?</i></p>
]]></content:encoded>
			<wfw:commentRss>http://staff.osuosl.org/~gchaix/2007/04/27/thanks-gateway-not/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
