<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>Halffull.org &#187; Tech</title>
	<link>http://halffull.org</link>
	<description>distributed humor</description>
	<pubDate>Thu, 08 May 2008 22:06:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Eve Kills boot.ini, Or: Why I Won&#8217;t Be Playing Eve</title>
		<link>http://halffull.org/2007/12/06/eve-kills-bootini-or-why-i-wont-be-playing-eve/</link>
		<comments>http://halffull.org/2007/12/06/eve-kills-bootini-or-why-i-wont-be-playing-eve/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 02:51:53 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[News]]></category>

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

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

		<guid isPermaLink="false">http://halffull.org/2007/12/06/eve-kills-bootini-or-why-i-wont-be-playing-eve/</guid>
		<description><![CDATA[I&#8217;m a programmer by trade.  I read a lot of tech-related and programming sites, both for the good tips and the horror stories.  We&#8217;ve all heard about the IT guy who forgot to backup the production server (oops!) or the janitor who unplugged the AC in the server room (ouch!).  All kinds [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a programmer by trade.  I read a lot of tech-related and programming sites, both for the good tips and the <a href="http://worsethanfailure.com/" title="Worse Than Failure">horror stories</a>.  We&#8217;ve all heard about the IT guy who forgot to backup the production server (oops!) or the janitor who unplugged the AC in the server room (ouch!).  All kinds of fun in the world of corporate IT.</p>

<p>We&#8217;ve even heard about some commercial software with heinous errors.  Games with no sound.  Security software that steals your resources.  Sony installing rootkits.  Microsoft software.</p>

<p><a href="http://www.eve-online.com/" title="Eve Online">Eve Online</a>, however, has just gone one step beyond.  If you installed their new expansion, Trinity, on opening day, it deleted your boot.ini file.  You can no longer boot Windows.</p>

<p>Even a rootkit leaves your computer working for a <em>little while</em>.</p>

<p>In case you haven&#8217;t heard of it, Eve Online is a space combat <a href="http://en.wikipedia.org/wiki/Mmorpg" title="Wikipedia on MMORPGs">MMORPG</a>.  There are somewhere around 300,000 subscribers, and 30,000 people online on an average night.  Tens of thousands of potential victims.</p>

<p>Of course, there was no warning that this would happen.  They did not send out any kind of alert until a day later - today at 5:45pm EST.  If you happened to reboot or shut down your system in that time, and you&#8217;re not running Linux (my saving grace), you&#8217;d be greeted with a unusable computer.</p>

<p>This is simply inexcusable.  <a href="http://www.ccpgames.com/" title="CCP Games">CCP</a>, the developer of Eve, and whose slogan is &#8220;We Care More, We Work Harder,&#8221; is a professional software development firm.  They should have <strong>tested</strong> what they&#8217;re putting on your computer.  My God, you&#8217;d think making a computer inoperable would make one of their QA people say &#8220;Hmmm&#8230; that can&#8217;t be right.&#8221;  There is <em>no</em> conceivable reason for the game installer to even <em>touch</em> the boot.ini file, forget about <em>deleting it</em>.</p>

<p><a href="http://halffull.org/2007/12/06/eve-kills-bootini-or-why-i-wont-be-playing-eve/#more-461" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2007/12/06/eve-kills-bootini-or-why-i-wont-be-playing-eve/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software I Love</title>
		<link>http://halffull.org/2007/10/07/software-i-love/</link>
		<comments>http://halffull.org/2007/10/07/software-i-love/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 02:11:42 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://halffull.org/2007/10/07/software-i-love/</guid>
		<description><![CDATA[Over the years, a few pieces of software have really impressed me.  They&#8217;re not just refined, they go a step beyond their competitors to produce a more elegant experience.  Here is my short list.

Vim - if I were stuck on a desert island with only one program, it&#8217;d be Vim.  At least [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, a few pieces of software have really impressed me.  They&#8217;re not just refined, they go a step beyond their competitors to produce a more elegant experience.  Here is my short list.</p>

<p><strong>Vim</strong> - if I were stuck on a desert island with only one program, it&#8217;d be <a href="http://www.vim.org" title="Vim">Vim</a>.  At least I could write the rest of the applications I&#8217;d need in a <a href="http://halffull.org/2005/01/09/emacs-vs-vi-the-showdown/" title="vi versus emacs">good editor</a>.</p>

<p><strong>Zsh</strong> - Bash&#8217;s <a href="http://zsh.sourceforge.net/" title="Zsh">big brother</a>.  Better completion, more customizable, great builtins, just as fast.</p>

<p><strong>Ruby</strong> - An elegant, expressive programming language, suitable for almost any purpose.  They hype is <a href="http://www.ruby-lang.org/en/" title="Ruby">justified</a>.  And please, look at it separately from <a href="http://www.rubyonrails.org/" title="Ruby on Rails">Rails</a>.</p>

<p><strong>Linux kernel</strong> - If you ask me, this Unix clone has surpassed its master.  A free, stable, modular <a href="http://kernel.org/" title="Linux kernel">kernel</a> with a huge support base, what more could you ask for?</p>

<p><strong>Gentoo Linux</strong> - A remarkable way to package an OS.  <a href="http://www.gentoo.org/" title="Gentoo Linux">Gentoo</a> gives you the flexibility and power to turn the Linux kernel into a full, beautiful environment without the worries of many other distributions.</p>

<p><strong>Amarok</strong> - I keep discovering more thoughtful features of this <a href="http://amarok.kde.org/">music player</a>.  It can move audio files to your collection with any naming format you choose.  It has great dynamic playlisting, podcasting, and net radio support.  I couldn&#8217;t begin to list everything, but it still doesn&#8217;t feel bloated.</p>

<p><strong>Firefox</strong> - No other browser to this day has given developers such a good <a href="http://www.mozilla.com/en-US/firefox/" title="Firefox">platform</a> for improving the client-side web experience.  Since the web might actually move us towards the &#8220;thin client&#8221; dreams of old, this is increasingly important.  Specific addons I couldn&#8217;t live without - <a href="http://adblockplus.org/en/" title="Adblock Plus">Adblock</a>, <a href="http://noscript.net/" title="Noscript">Noscript</a>, <a href="http://www.getfirebug.com/" title="Firebug">Firebug</a>.  And then there&#8217;s <a href="http://www.greasespot.net/" title="Greasemonkey">Greasemonkey</a>, a platform on a platform for a platform.  You could call it web<sup>3</sup>.</p>

<p>All free software.</p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2007/10/07/software-i-love/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wal-Mart Effect?  Thumbs Down to Businessweek</title>
		<link>http://halffull.org/2007/04/24/wal-mart-effect-thumbs-down-to-businessweek/</link>
		<comments>http://halffull.org/2007/04/24/wal-mart-effect-thumbs-down-to-businessweek/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 13:30:26 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

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

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

		<guid isPermaLink="false">http://halffull.org/2007/04/24/wal-mart-effect-thumbs-down-to-businessweek/</guid>
		<description><![CDATA[Today&#8217;s review will cover an &#8220;interesting&#8221; article from Businessweek on the so-called Wal-Mart Effect.  The author&#8217;s journalistic skill will be shamelessly torn down and mocked.  Enjoy.

Essentially, he says that Wal-Mart&#8217;s pricing on a single flat-panel TV in the Christmas season has fundamentally and permanently changed the landscape of the electronics market as a [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s review will cover an &#8220;interesting&#8221; article from Businessweek on the so-called <a href="http://www.businessweek.com/bwdaily/dnflash/content/apr2007/db20070423_364297.htm?campaign_id=rss_topStories" title="Businessweek's Wal-Mart Effect">Wal-Mart Effect</a>.  The author&#8217;s journalistic skill will be shamelessly torn down and mocked.  Enjoy.</p>

<p>Essentially, he says that Wal-Mart&#8217;s pricing on a single flat-panel TV in the Christmas season has fundamentally and permanently changed the landscape of the electronics market as a whole.  A no-name TV, specifically a 42&#8243; Viore, was priced at $988.  A similar Panasonic was priced at $1294.  Other retailers couldn&#8217;t match these prices - or didn&#8217;t want to - as their prices had been nearly double that for some time.</p>

<p>Cleary, this was an evil act.  I mean, come on, retailers are going out of business.</p>

<blockquote><p>The fallout is evident: After closing 70 stores in February, Circuit City Stores on Mar. 28 laid off 3,400 employees and put its 800 Canadian stores on the block. Tweeter Home Entertainment Group, the high-end home entertainment store, is shuttering 49 of its 153 stores and dismissed 650 workers. Dallas-based CompUSA is closing 126 of its 229 stores, and regional retailer Rex Stores is boarding up dozens of outlets, as well as selling 94 of its 211 stores.  [&#8230;]  Circuit City shares have fallen 24%, to $18.76, since the end of November, when the price war started. In the same period, Tweeter&#8217;s shares declined 32%, to $1.72, near a 52-week low, and Best Buy&#8217;s stock is down 9%, to $48.73. Shares of Rex Stores have been flat, down 0.7%, to $16.98.  [&#8230;]  <b>The carnage has one phrase written all over it: the &#8220;Wal-Mart effect.&#8221;</b></p></blockquote>

<p><a href="http://halffull.org/2007/04/24/wal-mart-effect-thumbs-down-to-businessweek/#more-439" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2007/04/24/wal-mart-effect-thumbs-down-to-businessweek/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cellular Companies Preventing Progress?  A Wireless World</title>
		<link>http://halffull.org/2007/04/11/cellular-companies-preventing-progress-a-wireless-world/</link>
		<comments>http://halffull.org/2007/04/11/cellular-companies-preventing-progress-a-wireless-world/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 03:13:34 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Tech]]></category>

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

		<guid isPermaLink="false">http://halffull.org/2007/04/11/cellular-companies-preventing-progress-a-wireless-world/</guid>
		<description><![CDATA[
The world is going wireless.  We&#8217;ve been seeing the trend for 20 years, and it&#8217;s really gained momentum in the last five.  Not only do all new laptops have wifi built in, but many new desktop computers do as well.  It&#8217;s getting difficult to find someone who doesn&#8217;t own a cell phone. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/vespa_gt/373806267/" title="Cable Mess"><img src="http://halffull.org/wp-content/uploads/2007/04/cable_mess.jpg" alt="Cable Mess" title="Cable Mess" style="float: right; margin: 2px 2px 10px 10px; border: none;" /></a>
The world is going wireless.  We&#8217;ve been seeing the trend for 20 years, and it&#8217;s really gained momentum in the last five.  Not only do all new laptops have wifi built in, but many new desktop computers do as well.  It&#8217;s getting difficult to find someone who doesn&#8217;t own a cell phone.  Portable music players, such as the <a href="http://en.wikipedia.org/wiki/Zune" title="Zune">Zune</a>, are getting interesting wireless capabilities.  Home entertainment equipment is going wireless to prevent the mess of cables pictured over on the right.  <a href="http://www.autobuyguide.com/new-cars/index.html"></a><a href="http://www.autobuyguide.com/new-cars/index.html">All new cars</a> have wireless key fobs for easier entry.  I could go on all day.</p>

<p>Not all wireless devices are a commercial success, of course.  Remember the portable TVs of the 90&#8217;s?  They were in every electronics store and usually had a 2&#8243; screen.  You never see one anymore.  It&#8217;s because of the popularity of cable and <a href="http://www.ftasatellitesource.com"></a><a href="http://www.ftasatellitesource.com">satellite TV</a>, and the unwillingness to settle for three channels.  It is <em>not</em> because of the screen, I might note - geeks go crazy for <a href="http://en.wikipedia.org/wiki/Oled" title="OLED screens">tiny screens</a> for the portability.  I predict that we&#8217;ll see a resurgence of portable televisions, though in a different form.  We&#8217;ll have television streamed onto <a href="http://en.wikipedia.org/wiki/Portable_media_Player" title="PMP">portable media players</a> through wifi or cellular <a href="http://www.broadband.co.uk">broadband</a>.  And this brings us to the topic of this post.</p>

<p>Cellular <a href="http://www.broadband.co.uk">broadband</a> is the <em>only</em> commercially viable method of sending data wirelessly to the entire country.  Public wifi networks only exist in a few major cities.  Satellite is available, but not feasible due to cost and receiver size.  Cellular networks such as <a href="http://en.wikipedia.org/wiki/Evolution-Data_Optimized" title="EVDO">EVDO</a> and <a href="http://en.wikipedia.org/wiki/High-Speed_Downlink_Packet_Access" title="HSDPA">HSDPA</a> are virtually nationwide, the <a href="http://en.wikipedia.org/wiki/4G" title="Fourth generation cellular">new standards</a> are coming soon, and the older <a href="http://en.wikipedia.org/wiki/EDGE" title="EDGE">EDGE</a> and <a href="http://en.wikipedia.org/wiki/CDMA2000" title="1xRTT - CDMA2000">1xRTT</a> standards are available as fallbacks.</p>

<p>Think of what we could do with the cellular data networks in an ideal world.  First of all, no cables.  Your computers wouldn&#8217;t need network cables, your TV wouldn&#8217;t need a cable line, your online-capable video game systems wouldn&#8217;t even need a wireless router.  Your cell phone or portable media player could be fully internet capable, not crippled like most current devices.  Your car, house, and appliances could send you maintenance reports.  You&#8217;d never lose a device again, because they&#8217;d all have GPS-like capabilities.  You&#8217;d worry a lot less about stolen goods for the same reason.  And these are just the basics.</p>

<p>So why isn&#8217;t cellular data more widespread?  Because the <a href="http://consumerist.com/consumer/cellphones/why-are-text-messages-marked-up-4876-247518.php" title="Cellular markups">cellular companies like their profits</a>.  Huge profits.  Text messages are marked up 7314% from the data charge, and the data charge itself is marked up by an even larger percentage.  The most basic data plan for a PDA from <a href="http://www.cingular.com/cell-phone-service//cell-phone-plans/data-connect-plans.jsp" title="Cingular data plans">Cingular</a> is $19.99/month for <strong><em>five megabytes</em></strong>.  For comparison, I can download five megabytes at home in about five seconds, for a cost per megabyte of 0.007 <strong>cents</strong>.  The first unlimited plan, not including any text or media messaging, is $44.99/month.</p>

<p>Quite frankly, it&#8217;s absurd, and I think it&#8217;s holding back technological progress.  It seems to be another case of short-term thinking on the part of the business, and consumers lacking the information they need to make better decisions.</p>

<p>Maybe if more of the consumers knew they were paying a <strong>285,571% markup</strong> for mobile data, they would have a word with their cell phone provider.</p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2007/04/11/cellular-companies-preventing-progress-a-wireless-world/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Wife Knows Computers</title>
		<link>http://halffull.org/2006/12/27/my-wife-knows-computers/</link>
		<comments>http://halffull.org/2006/12/27/my-wife-knows-computers/#comments</comments>
		<pubDate>Wed, 27 Dec 2006 19:27:07 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Humor]]></category>

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

		<guid isPermaLink="false">http://halffull.org/2006/12/27/my-wife-knows-computers/</guid>
		<description><![CDATA[When I need a new computer, I rely on my wife.  She&#8217;s the expert.

wife: what about from Falcon?
wife: I&#8217;m totally going to check their site and price out a spectacular computer for you
wife: you&#8217;ll be totally amazed at my computer prowess

wife: MACH 5!
wife: the best of the best
wife: and it involves silicon
wife: which is [...]]]></description>
			<content:encoded><![CDATA[<p>When I need a new computer, I rely on my wife.  She&#8217;s the expert.</p>

<p><strong>wife:</strong> what about from <a href="http://falcon-nw.com" title="Falcon Northwest">Falcon</a>?<br />
<strong>wife:</strong> I&#8217;m totally going to check their site and price out a spectacular computer for you<br />
<strong>wife:</strong> you&#8217;ll be totally amazed at my computer prowess<br />
<br />
<strong>wife:</strong> MACH 5!<br />
<strong>wife:</strong> the best of the best<br />
<strong>wife:</strong> and it involves silicon<br />
<strong>wife:</strong> which is like big boobies<br />
<strong>wife:</strong> so obviously this is the one you want to get<br />
<strong>wife:</strong> and I&#8217;m going to configure it for you as well<br />
<br />
<strong>wife:</strong> I clicked on the &#8220;Bragging Rights&#8221; computer<br />
<strong>wife:</strong> which costs slightly less than your car did.<br />
<strong>wife:</strong> ok how about the middle one?<br />
<strong>wife:</strong> it&#8217;s like $5k<br />
<strong>wife:</strong> that&#8217;s chump change!<br />
<strong>wife:</strong> for donald trump.<br />
<br />
<strong>wife:</strong> i selected the chassis with teh FLAMES<br />
<strong>wife:</strong> what&#8217;s a computer chassis?<br />
<strong>wife:</strong> I don&#8217;t know<br />
<strong>wife:</strong> but this one has FLAMES<br />
<br /> <a href="http://halffull.org/2006/12/27/my-wife-knows-computers/#more-423" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2006/12/27/my-wife-knows-computers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Saved Up Reviews</title>
		<link>http://halffull.org/2006/06/18/saved-up-reviews/</link>
		<comments>http://halffull.org/2006/06/18/saved-up-reviews/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 06:24:55 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

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

		<guid isPermaLink="false">http://halffull.org/2006/06/18/saved-up-reviews/</guid>
		<description><![CDATA[Some of these opinions are long overdue.  Since my last review, I have come into delightful contact with many varied areas of consumer culture.  The following presents my take, which, of course, you should use as only a part of your research if you are spending your hard-earned and heavily-taxed money.

Sennheiser HD580 headphones



I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Some of these opinions are long overdue.  Since my last review, I have come into delightful contact with many varied areas of consumer culture.  The following presents my take, which, of course, you should use as only a <em>part</em> of your research if you are spending your hard-earned and heavily-taxed money.</p>

<h3>Sennheiser HD580 headphones</h3>

<p><img src="http://halffull.org/images/hd580.jpg" title="Sennheiser HD580" alt="Sennheiser HD580" style="float:right; margin: 3px;" /></p>

<p>I&#8217;ve had a set of these for a few years now and have been nothing but impressed.  Music is perfectly clear and full, and has a rich tone that can&#8217;t be explained if you&#8217;ve only used crappy earbuds or cheapo headphones.  There&#8217;s a true soundstage - close your eyes and you can position every element of the performance as if you were there.  I couldn&#8217;t class myself as an audiophile yet, but my HD580&#8217;s produce some of the best sound I&#8217;ve ever heard.  Don&#8217;t expect them to block any outside noise, though.</p>

<p>The HD580 is the baby brother to Sennheiser&#8217;s HD600 and, more recently, the HD650.  That&#8217;s a pretty good family to be in, I&#8217;d say.  All three have a 300 ohm impedance.  If you don&#8217;t know an ohm from an amp, <em>impedance</em> measures the resistance to your music that the headphones provide.  The higher the impedance, the more power your music player needs to put out.  For comparison, most earbuds have around a 16 ohm impedance.  If you&#8217;re going to use real headphones like the HD580&#8217;s with a tiny portable mp3 player, you&#8217;ll need a headphone amp.  (Some mp3 players have a decent output and can put out enough power themselves, but don&#8217;t count on it unless you&#8217;ve checked.)</p>

<p>That said, the retail price on these bad boys is $200 - $250, though you can get them at most stores for $150.  If you&#8217;re serious about your music and have a decent source, I&#8217;d say it&#8217;s worth every penny.</p>

<p><a href="http://halffull.org/2006/06/18/saved-up-reviews/#more-315" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2006/06/18/saved-up-reviews/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First Impression: Inspiron 6000</title>
		<link>http://halffull.org/2006/01/20/first-impression-inspiron-6000/</link>
		<comments>http://halffull.org/2006/01/20/first-impression-inspiron-6000/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 13:54:24 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://halffull.org/?p=296</guid>
		<description><![CDATA[I recently convinced myself to purchase a laptop.  As blue midget will attest to, this took considerable mental effort on my part.  (don&#8217;t call me cheap!)  I knew it&#8217;d be nice to have for attending techie user groups, for travel, and for just-plain-being-better-than-my-old-computer, but the kicker was the possibility of having to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently convinced myself to purchase a laptop.  As blue midget will attest to, this took considerable mental effort on my part.  <em>(don&#8217;t call me cheap!)</em>  I knew it&#8217;d be nice to have for attending <a href="http://www.lugor.org/" title="LUGOR">techie</a> <a href="http://ror.jayunit.net/" title="Rochester on Rails">user groups</a>, for travel, and for just-plain-being-better-than-my-old-computer, but the kicker was the possibility of having to travel for work.</p>

<p>The <a href="http://www.dell.com" title="Dell">Dell</a> <a href="http://www1.us.dell.com/content/products/productdetails.aspx/entnb_6000?c=us&amp;cs=19&amp;l=en&amp;s=dhs" title="Inspiron 6000">Inspiron 6000</a> intrigued me - it&#8217;s fast, attractive, has mostly good reviews, and is as cheap as day-old doughnuts for what you get, but it&#8217;s <em>Dell</em>.  Their support is difficult, to put it nicely.  I&#8217;ve personally seen them ship computers with no expansion ports and the CD-ROM drive not screwed in.  It&#8217;s truly a sad state what they&#8217;ve slipped to from their original high.  (Unless you&#8217;re willing to shell out several thousand for an <a href="http://www1.us.dell.com/content/topics/segtopic.aspx/xps?c=us&amp;cs=19&amp;l=en&amp;s=dhs" title="Dell XPS systems">XPS</a> model, of course.</p>

<p>However, I&#8217;m impressed with my Inspiron 6000 so far.  It seems sturdy, powerful, compatible, and value-concious.</p>

<p><a href="http://halffull.org/2006/01/20/first-impression-inspiron-6000/#more-296" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2006/01/20/first-impression-inspiron-6000/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP is Strange Voodoo</title>
		<link>http://halffull.org/2005/12/21/php-is-strange-voodoo/</link>
		<comments>http://halffull.org/2005/12/21/php-is-strange-voodoo/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 02:40:40 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Tech]]></category>

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

		<guid isPermaLink="false">http://halffull.org/?p=293</guid>
		<description><![CDATA[All I want is a simple database management program.

All I need is to create tables, rows, and fields, insert or edit data, things that aren&#8217;t always convenient on the mysql command line.  (editing of data in particular.)  The only decent program I&#8217;ve found is phpMyAdmin, which of course requires a web server and [...]]]></description>
			<content:encoded><![CDATA[<p>All I want is a simple database management program.</p>

<p>All I need is to create tables, rows, and fields, insert or edit data, things that aren&#8217;t always convenient on the mysql command line.  (editing of data in particular.)  The <em>only</em> decent program I&#8217;ve found is <a href="http://www.phpmyadmin.net/" title="phpMyAdmin">phpMyAdmin</a>, which of course requires a <a href="http://www.lighttpd.net/" title="lighttpd, small fast webserver">web server</a> and <a href="http://www.php.net/" title="PHP">php</a>.  I&#8217;ve tried every native DB management tool in <a href="http://gentoo.org" title="Gentoo's Portage package management system">portage</a>, and several not in portage, to avoid these requirements.  They all <strong>bite ass</strong>.  Even <a href="http://www.mysql.com" title="MySQL">MySQL</a>&#8217;s own <a href="http://www.mysql.com/products/tools/administrator/" title="MySQL Administrator">management tool</a> is buggy and missing features.  Is this really so difficult a request?!</p>

<p>Anyway - phpmyadmin decided to die yesterday, after I hadn&#8217;t used it for a month or so.  The strange voodoo that commenced haunts me to this day.</p>

<p><a href="http://halffull.org/2005/12/21/php-is-strange-voodoo/#more-293" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2005/12/21/php-is-strange-voodoo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sony Confirmed Pure Evil</title>
		<link>http://halffull.org/2005/11/03/sony-confirmed-pure-evil/</link>
		<comments>http://halffull.org/2005/11/03/sony-confirmed-pure-evil/#comments</comments>
		<pubDate>Thu, 03 Nov 2005 15:26:44 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Politics]]></category>

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

		<guid isPermaLink="false">http://halffull.org/2005/11/03/sony-confirmed-pure-evil/</guid>
		<description><![CDATA[http://www.theinquirer.net/?article=27426

That deserved a line of its own.  Go read about how Sony hates you.  Admittedly the story is a bit biased, but it has a right to be.  Shame on you, Sony.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theinquirer.net/?article=27426" title="Sony is teh debil">http://www.theinquirer.net/?article=27426</a></p>

<p>That deserved a line of its own.  Go read about how Sony hates you.  Admittedly the story is a bit biased, but it has a <em>right</em> to be.  Shame on you, Sony.</p>

<p><a href="http://halffull.org/2005/11/03/sony-confirmed-pure-evil/#more-275" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2005/11/03/sony-confirmed-pure-evil/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review: Palm Zire 31 and Z22</title>
		<link>http://halffull.org/2005/10/13/review-palm-zire-31-and-z22/</link>
		<comments>http://halffull.org/2005/10/13/review-palm-zire-31-and-z22/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 19:34:29 +0000</pubDate>
		<dc:creator>redshift</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

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

		<guid isPermaLink="false">http://halffull.org/?p=251</guid>
		<description><![CDATA[A deathmatch or a friendship?]]></description>
			<content:encoded><![CDATA[<p>I purchased a <a href="http://www.palm.com/us/products/handhelds/zire31/" title="Palm Zire 31">Palm Zire 31</a> last week, so of course this week <a href="http://www.palm.com" title="Palm, Inc.">Palm</a> released the upgrade, the <a href="http://www.palm.com/us/products/handhelds/z22/" title="Palm Z22">Z22</a>.  I&#8217;m not bitter about the timing <em>at all</em>, in case you couldn&#8217;t tell.  In any case, they&#8217;re both great products, and I feel it is my duty to let you, the Halffull public, know what I think of them.</p>

<p><a href="http://halffull.org/2005/10/13/review-palm-zire-31-and-z22/#more-251" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://halffull.org/2005/10/13/review-palm-zire-31-and-z22/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.055 seconds -->
