<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.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>the (un)real thoughts of realbt</title>
	<link>http://www.realbt.com/content</link>
	<description>the (un)real, often nerdy, sometimes insightful thoughts of Brett A. Taylor</description>
	<pubDate>Fri, 11 Jul 2008 04:54:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Cell Phone Usability</title>
		<link>http://www.realbt.com/content/post/cell-phone-usability/</link>
		<comments>http://www.realbt.com/content/post/cell-phone-usability/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 04:52:21 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/cell-phone-usability/</guid>
		<description><![CDATA[While everyone is busy talking about getting the new 3G iPhone, I&#8217;m happy to stick with my 4 year old off-contract Audiovox cell phone with no data plan. This is largely because I barely pay $30 per month for it including more minutes than I ever consume. On the other hand, it would be nice [...]]]></description>
			<content:encoded><![CDATA[<p>While everyone is busy talking about getting the new 3G iPhone, I&#8217;m happy to stick with my 4 year old off-contract Audiovox cell phone with no data plan. This is largely because I barely pay $30 per month for it including more minutes than I ever consume. On the other hand, it would be nice to have a new phone that didn&#8217;t suffer from some of the annoying quirks mine does.</p>
<p>A couple examples:</p>
<ul>
<li>If I happen to receive a text message while typing one, the message I am writing is interrupted and lost.</li>
<li>Setting an alarm takes about twice as many clicks as it should. The interface for changing the date and time is terribly cumbersome.</li>
<li>If I press OK in my address book instead of send when trying to place a call, it reverts to the main screen. After 4 years, I still make this mistake because the OK button is located in the middle of the arrow keys used for scrolling through entries.</li>
<li>When my text message inbox/outbox fills up, the phone requires I delete all the messages. There is no way to make it automatically purge old messages as the mailbox fills up.</li>
<li>If I change the volume during a phone call, I have to wait nearly 3 seconds before I can push any other buttons on the phone. This is annoying if I&#8217;m calling a number that requires me to press &#8216;1&#8242; for English, etc&#8230;, and my volume is too low. This seems to be linked with the way the phone handles modal dialogs (on a phone? that can&#8217;t be a good idea.). Whenever it raises one of these alerts, all other functions stop responding on the phone until it disappears and you can&#8217;t press a button to get rid of it sooner &#8212; it&#8217;s the longest 3 seconds of your life.</li>
</ul>
<p>Despite all of this, I can&#8217;t justify the cost of the iPhone and Rogers call plans just yet. And knowing that there are very few really good phones on the market, I&#8217;m reluctant to replace it with something else.</p>
<p>I think it&#8217;s time cell phone manufacturers paid a visit to <a href="http://www.cooper.com/">Alan Cooper</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/cell-phone-usability/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Acrobat Reader Browser Plug-in</title>
		<link>http://www.realbt.com/content/post/acrobat-reader-browser-plug-in/</link>
		<comments>http://www.realbt.com/content/post/acrobat-reader-browser-plug-in/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 04:30:50 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Technical</category>
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/acrobat-reader-browser-plug-in/</guid>
		<description><![CDATA[I have complained before about Acrobat Reader&#8217;s poor usability. Tonight, I want to point out another flaw in the way Acrobat deals with PDF links from within a web browser.
For example, if you search Google and find a PDF link, click on it, and Acrobat opens as an embedded window within your web browser, then [...]]]></description>
			<content:encoded><![CDATA[<p>I have complained <a href="/content/post/adobe-acrobat-zoom-annoys-me/">before</a> about Acrobat Reader&#8217;s poor usability. Tonight, I want to point out another flaw in the way Acrobat deals with PDF links from within a web browser.</p>
<p>For example, if you search Google and find a PDF link, click on it, and Acrobat opens as an embedded window within your web browser, then Acrobat will attempt to conserve bandwidth by not downloading the full PDF but only rendering the contents that you are viewing. This makes sense for people on slow connections with large PDF documents. However, there&#8217;s no point doing this if the connection is fast enough. It really makes browsing the PDF almost unusable in a variety of situations.</p>
<p>Because content is only downloaded as it&#8217;s needed, you often have to wait between pages for the content to download and be rendered. If this were a PDF stored in entirety on your hard drive, this time would be unnoticeable. It only gets worse if you try skipping around in the document; you will suffer from serious lag (no matter how fast your connection) waiting for the download thread(s) to synchronize and render the content you are actually trying to view.</p>
<p>Now try searching the PDF loaded within your web browser. You will see that Acrobat (via the browser) makes numerous connections to the web server to retrieve content. My suspicion is that there is one round trip per page of the PDF document, as if it were rendering it one page at a time. For a large PDF document of a couple hundred pages, it makes it impossible to perform a text search on the document in a reasonable amount of time. It can easily take up to a second to search 1 or 2 pages when uncached. It would make much more sense to download the entire PDF, then perform a text search, which happens in less than a few seconds even for PDF documents of several hundred pages.</p>
<p>Ultimately, this leads the savvy web user to click &#8216;back&#8217;, save the PDF link to the disk, and then open it externally in Acrobat to make navigation and searching fast. The trouble is, average users probably don&#8217;t know they can do this. Or even how. They may not be able to understand the association between the slow search and viewing the document within the web browser; and if they do, they may not know how to get around this.</p>
<p>This is a classic usability problem that drives me crazy on a regular basis.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/acrobat-reader-browser-plug-in/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Traditional Media Web Sites Are Always the Worst</title>
		<link>http://www.realbt.com/content/post/traditional-media-web-sites-are-always-the-worst/</link>
		<comments>http://www.realbt.com/content/post/traditional-media-web-sites-are-always-the-worst/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 19:02:29 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Technical</category>
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/traditional-media-web-sites-are-always-the-worst/</guid>
		<description><![CDATA[I think I&#8217;ve written about this before. But I&#8217;m going to do it again with a different spin.
Why are traditional media web sites (CTV, CNN, the Globe and Mail, Canada.com, etc.) always the worst? They are quite possibly the most poorly thought out, the least accessible, and the most annoying to read of any industry [...]]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;ve written about this before. But I&#8217;m going to do it again with a different spin.</p>
<p>Why are traditional media web sites (CTV, CNN, the Globe and Mail, Canada.com, etc.) always the worst? They are quite possibly the most poorly thought out, the least accessible, and the most annoying to read of any industry of major web sites.</p>
<p>Apart from the fact that they are too cluttered (often trying to make their front pages look like their newspaper&#8217;s front page, forgetting the fact that we&#8217;re dealing with monitors not newsprint), they often have annoying little slide shows or &#8220;interactive&#8221; stories exploiting (and I chose that word quite deliberately) Flash.</p>
<p>Let&#8217;s choose, for example, CBC&#8217;s <a href="http://www.cbc.ca/news/interactives/map-foodsafety/">interactive food safety map</a>. I hate to pick on CBC, because I think they are among the best at maintaining a well-designed web presence, however, this is an excellent example of what I&#8217;m writing about.</p>
<p>Problem #1: how is this interactive? I can click on a picture and then see text relating to it. Is this really what interactive means? Maybe my expectations are too high. </p>
<p>Problem #2: why couldn&#8217;t this have been presented as a list with an image and some text broken into sections/categories. They could have even had one category per page and made a &#8220;slide show&#8221; using real HTML pages, eliminating Flash altogether. Maybe this interactive map is just a way of disguising their lack of real content.</p>
<p>Problem #3: how can people who can&#8217;t read embedded Flash text read this? It is entirely unaccessible. What makes it most frustrating is that there is no good reason for using Flash.</p>
<p>Problem #4: Flash. Okay, so this is the common problem among everything I have said already. I think the important thing to understand about Flash is thus: Flash is an acceptable web site component only when you are trying to present content that is otherwise ill-suited for a web browser environment. These include: games, movies (think YouTube), and other <i>multimedia</i> content unfit for HTML. This does not include advertising or any other means for presenting otherwise static content.</p>
<p>Problem #5: it&#8217;s annoying to use. I have to click to bring up the content I want. Click again to hide it. Click again to bring up the next set. It scores very low on my usability scale and does not ever make me want to view an interactive tidbit at CBC (regardless of how much I like CBC) again.</p>
<p>When I see things like this happen, it makes me wonder if it&#8217;s the web designers who are trying to show-off their fancy Flash skills because they&#8217;re bored of designing conservative web sites for their media companies, or if it&#8217;s mid- to high-level managers trying to make their respective media companies keep up with the Jones&#8217; because &#8220;everyone is doing Flash.&#8221; I would really like to know.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/traditional-media-web-sites-are-always-the-worst/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Inconsistent Reply Flag in Outlook</title>
		<link>http://www.realbt.com/content/post/inconsistent-reply-flag-in-outlook/</link>
		<comments>http://www.realbt.com/content/post/inconsistent-reply-flag-in-outlook/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 06:45:52 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Technical</category>
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/inconsistent-reply-flag-in-outlook/</guid>
		<description><![CDATA[I find the reply flag on email in Outlook only somewhat useful. But regardless, it would still be nice if it was consistent.
When using Outlook Web Access (OWA) to connect to the Exchange server at work, the reply flag on an email is set immediately after I click the &#8216;reply&#8217; or &#8216;reply all&#8217; button. Even [...]]]></description>
			<content:encoded><![CDATA[<p>I find the reply flag on email in Outlook only somewhat useful. But regardless, it would still be nice if it was consistent.</p>
<p>When using Outlook Web Access (OWA) to connect to the Exchange server at work, the reply flag on an email is set immediately after I click the &#8216;reply&#8217; or &#8216;reply all&#8217; button. Even if I cancel the message, the email is still flagged incorrectly. Why? Is it so hard to make it consistent?</p>
<p>This makes a pseudo-useful feature even less useful due to unreliability. If I can&#8217;t trust it, why would I pay attention to it?</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/inconsistent-reply-flag-in-outlook/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Adobe Acrobat Zoom Annoys Me</title>
		<link>http://www.realbt.com/content/post/adobe-acrobat-zoom-annoys-me/</link>
		<comments>http://www.realbt.com/content/post/adobe-acrobat-zoom-annoys-me/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 21:01:27 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/adobe-acrobat-zoom-annoys-me/</guid>
		<description><![CDATA[Do you use Adobe Acrobat Reader on Windows? Note this doesn&#8217;t seem to be the case with Acroread on Linux; I can&#8217;t speak for it on Mac OS.
In any case, the Hand Tool, which is the default selected mouse tool when you launch Acrobat, serves two uses regrettably. First, it enables one to drag the [...]]]></description>
			<content:encoded><![CDATA[<p>Do you use Adobe Acrobat Reader on Windows? Note this doesn&#8217;t seem to be the case with Acroread on Linux; I can&#8217;t speak for it on Mac OS.</p>
<p>In any case, the Hand Tool, which is the default selected mouse tool when you launch Acrobat, serves two uses regrettably. First, it enables one to drag the document within the viewing pane (left/right, up/down) &#8212; essentially, anything one can accomplish with the scroll bars, you can do with the hand tool by dragging the document around. It&#8217;s a nice shortcut.</p>
<p>The second use (and the source of my frustration) of the Hand Tool is the zoom function. When the Hand Tool is over content within the document (text, images, etc. &#8212; from what I can tell, anything other than the margin) it zooms the viewing scope of the document. For example, if I am at 100% zoom and I click with the Hand Tool when it&#8217;s in zoom mode, it may jump to 125%.</p>
<p>The problem is that I don&#8217;t want it at 125%. I want it at 100%, which is why I previously zoomed to that level.</p>
<p>The Hand Tool mouse pointer changes depending on mode (click/drag/move, click/zoom) so one can tell what action one is about to commit. However, should one click on the document when the Acrobat window is not in focus, the click registers in the current mode: if the click is over a margin, it acts as a click/drag/move, which is fine since it will have no real noticeable affect on the document. However, if the click is over content, it acts as a click/zoom. The problem is that <strong>you can&#8217;t tell what mode you&#8217;re in when the Acrobat window isn&#8217;t in focus</strong>. The mouse pointer is simply a mouse pointer, with no Hand Tool mouse pointer changing depending on where the cursor tracks.</p>
<p>This is very annoying. Inevitably, I end up zooming in my Acrobat document when I merely want to bring the window into focus.</p>
<p>This is a perfect example of why the default tool selected in an application shouldn&#8217;t serve two uses like this. Keep it simple and consistent. This is particularly bad when Acrobat is supposed to be an easy application for non-techies to be able to use.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/adobe-acrobat-zoom-annoys-me/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Hauppage MediaMVP</title>
		<link>http://www.realbt.com/content/post/hauppage-mediamvp/</link>
		<comments>http://www.realbt.com/content/post/hauppage-mediamvp/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 22:24:09 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Technical</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/hauppage-mediamvp/</guid>
		<description><![CDATA[After running into problems (and quite frankly, being too lazy to fix them) running my old 3dfx Voodoo3 with TV-out to my TV, I decided to look for a device that would play the movies and TV shows that I had on my computer on my TV without a whole lot of fuss. After some [...]]]></description>
			<content:encoded><![CDATA[<p>After running into problems (and quite frankly, being too lazy to fix them) running my old 3dfx Voodoo3 with TV-out to my TV, I decided to look for a device that would play the movies and TV shows that I had on my computer on my TV without a whole lot of fuss. After some searching, I discovered the <a href="http://www.hauppauge.com/pages/products/data_mediamvp.html">Hauppage MediaMVP</a>.</p>
<p>The MediaMVP is a Power PC-powered linux unit that does on-board MPEG 1 and 2 decoding. It connects to your LAN via wired or wireless ethernet, and communicates by various means to pull the data stream and display it on your TV. It comes with a remote control that you can use to browse your media, and play/pause/etc like you would on a VCR. Very useful. It turned out to be a better solution than using the TV-out since this way I don&#8217;t have to run over to my PC to make it pause the video.</p>
<p>The unit ships with Windows software for booting the device (the &#8220;MVP Server&#8221;) and streaming the data from the PC&#8217;s hard drive. For DivX, the host PC transcodes on-the-fly to mpeg and then streams to the device. I found the Hauppage software to be kind of ugly and not really all that great.</p>
<p>I decided to give some third-party software a try within a couple minutes of playing with the Hauppage stuff. First, I tried the <a href="http://www.mvpmc.org/">MediaMVP Media Centre</a> (mvpmc) which doesn&#8217;t require a Windows PC at all &#8212; better for me, since I don&#8217;t have one, apart from my laptop, which is not the way I want to run my MVP. mvpmc is a replacement linux kernel for booting on the MVP (served by tftp from any host) that connects to nfs and cifs (samba, Windows smb protocol) hosts to grab mpeg 1 and 2 data for playing. For DivX, it uses VLC with the telnet interface to stream mpeg to the device. This worked okay, but I ran into some audio sync issues and instability. Some DivX just wouldn&#8217;t play.</p>
<p>(The cool thing about mvpmc was that it had busybox on it. I could telnet into my MVP and do all sorts of stuff. Very cool. Not all together useful.)</p>
<p>Finally, I gave in and tried <a href="http://www.gbpvr.com">GBPVR</a>, a larger PVR project for Windows. So I built a Windows 2000 virtual machine (since I&#8217;m a VMWare junky, it turned out not to be a big deal to run a Windows VM dedicated to the MVP) and set-up GBPVR. I don&#8217;t want/need any of the PVR capabilities, but it does a rather nice job of working with the MVP. It works the same way as the Hauppage software in many respects. For DivX, it transcodes and streams. Once I solved some aspect ratio problems (with the help of a utility for GBPVR called ZProcess), things are working relatively smoothly without too many hiccups. I can play my mp3s in the living room now, and listen to low-quality Internet radio stations.</p>
<p>On a side note, I ran into some bizarre issues with my Windows VM access Samba on my main workstation. For some reason, as soon as I started browsing, explorer would lock up for a few seconds. On large files, it would lock-up for a really long time &#8212; so long I never waited it out and killed explorer. In the end, I tracked it down to some bizarre problem with an option on my ethernet card: tcp segmentation ofload. Running <code>ethtool -k eth0 tso off</code> seemed to do the trick. There is also an option in Samba that may do the same thing, though I didn&#8217;t test it.</p>
<p>Later, I wired up my <a href="http://webcid.sf.net">webcid</a> script to send a <a href="http://sunflowerhead.com/software/yac/">YAC</a> ping to the YAC listener plug-in for GBPVR. Now, when someone calls, I get caller ID information popping up on my TV when I&#8217;m using the MVP. Very cool, very useless. It was a little too easy to make all the bits interoperate it wasn&#8217;t that exciting to see it work.</p>
<p>So far, so good. It&#8217;s turned out to be a good $100 investment.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/hauppage-mediamvp/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>AI and UI</title>
		<link>http://www.realbt.com/content/post/ai-and-ui/</link>
		<comments>http://www.realbt.com/content/post/ai-and-ui/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 04:58:05 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Usability</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/ai-and-ui/</guid>
		<description><![CDATA[I have a problem.
I believe that AI algorithms for predicting my behaviour within user interfaces (specifically for my interaction with the interface: think resizing windows, positioning on screen, tab selection, etc.) are usually quite dumb. Maybe that&#8217;s because they aren&#8217;t really AI routines to begin with, but dumb rudimentary logic some programmer was told to [...]]]></description>
			<content:encoded><![CDATA[<p>I have a problem.</p>
<p>I believe that AI algorithms for predicting my behaviour within user interfaces (specifically for my interaction with the interface: think resizing windows, positioning on screen, tab selection, etc.) are usually quite dumb. Maybe that&#8217;s because they aren&#8217;t really AI routines to begin with, but dumb rudimentary logic some programmer was told to code in. This is useless. I don&#8217;t think my behaviour is really all that unpredictable anyway.</p>
<p>However, at the same time, it drives me crazy that Windows doesn&#8217;t know how to size file explorer dialogues to my liking. My folder preview pane width should be proportional to the depth of the file tree. And the detailed file view of the current directory need not be so wide to consume space that will not be used. This is especially annoying when the columns of the detailed list view end before while the window width continues. This is dumb. Fix it. But fix it right.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/ai-and-ui/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>C assertions</title>
		<link>http://www.realbt.com/content/post/c-assertions/</link>
		<comments>http://www.realbt.com/content/post/c-assertions/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 21:35:45 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Programming</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/c-assertions/</guid>
		<description><![CDATA[The assert method is a very useful debugging macro for C/C++. It&#8217;s great when developing code that other people will be using and extending, to ensure that someone doesn&#8217;t do something unintentional. In cases like this, a useful assert(0) will spew an error and abort the instance of the application. It tells the developer &#8220;oops: [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.die.net/doc/linux/man/man3/assert.3.html">assert</a> method is a very useful debugging macro for C/C++. It&#8217;s great when developing code that other people will be using and extending, to ensure that someone doesn&#8217;t do something unintentional. In cases like this, a useful assert(0) will spew an error and abort the instance of the application. It tells the developer &#8220;oops: you did something wrong&#8221;. Yes, it can be confusing to some developers, and it&#8217;s even worse when a user sees it (insert boring rant about the necessity of good breadth testing). But when used well, I quite like it.</p>
<p>At work I&#8217;m using the LSB C++ compiler to build our latest product for all Linux Standards Base platforms. I&#8217;ve written about how the compiler is buggy before (at least I meant to..), but this time it&#8217;s an issue in the assert.h header that ships with the LSB SDK: it&#8217;s completely broken.</p>
<p>The macro doesn&#8217;t work properly whatsoever.</p>
<p>It&#8217;s rather frustrating when something like that is so utterly broken. The only good news is that the LSB folks are taking the bug rather <a href="http://bugs.linuxbase.org/show_bug.cgi?id=1489">seriously</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/c-assertions/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Unix Commands Can Be Funny</title>
		<link>http://www.realbt.com/content/post/unix-commands-can-be-funny/</link>
		<comments>http://www.realbt.com/content/post/unix-commands-can-be-funny/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 05:21:38 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Funny!</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/unix-commands-can-be-funny/</guid>
		<description><![CDATA[
Cracks me up.
In other news, my heatsink fell of my cpu/motherboard on my new computer today. That is definitely not a good thing.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/c149.html"><img src="http://xkcd.com/comics/sandwich.png"/></a></p>
<p>Cracks me up.</p>
<p>In other news, my heatsink fell of my cpu/motherboard on my new computer today. That is definitely not a good thing.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/unix-commands-can-be-funny/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>New Hardware</title>
		<link>http://www.realbt.com/content/post/new-hardware/</link>
		<comments>http://www.realbt.com/content/post/new-hardware/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 04:52:14 +0000</pubDate>
		<dc:creator>realbt</dc:creator>
		
	<category>Technical</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://www.realbt.com/content/post/new-hardware/</guid>
		<description><![CDATA[After four years of the same old Athlon 1 GHz, I finally have some new hardware. It&#8217;s quite fun not to have to wait for anything to load. I&#8217;m not going to a big nerd and go on about the specs, however, I do want to write a bit about what works and what does [...]]]></description>
			<content:encoded><![CDATA[<p>After four years of the same old Athlon 1 GHz, I finally have some new hardware. It&#8217;s quite fun not to have to wait for anything to load. I&#8217;m not going to a big nerd and go on about the specs, however, I do want to write a bit about what works and what does not work with Linux, since it&#8217;s quite a different set-up than I&#8217;ve had previously.</p>
<p>RAID: my motherboard has on-board &#8220;fakeraid&#8221; which is poorly supported by the Linux kernel. I wanted RAID 1 (mirroring) and the current kernel (without crazy patches, which I hate doing) doesn&#8217;t do any redundancy checking when reading/writing from the RAID array, which basically makes the array useless. So I&#8217;m doing software RAID with Linux, which seems to be working well.</p>
<p>SMP kernel: I have a 64 bit dual core cpu. Installed linux-image-k7 worked great &#8212; it automatically is running with both cores, no configuring. Didn&#8217;t even require a special SMP kernel &#8212; it&#8217;s all one in. Very convenient.</p>
<p>(Why am I running a 32 bit kernel? Because, quite frankly, 64 bit sounds like a bit of a pain with drivers and the like. It&#8217;s just easier to stick with 32 bit for now.)</p>
<p>NVIDIA TwinView: I&#8217;m running binary NVidia drivers on my box, with two monitors &#8212; my existing ViewSonic widescreen and a regular 4:3 square Dell that I bought from a friend. TwinView is nice becaue I don&#8217;t have to worry about annoyances from some of the other lame ways of running dual-head with X. However, one of its major limitations is the inability to run a different DPI on each monitor. So far, I think it&#8217;s okay and my fonts aren&#8217;t screwy. But I&#8217;m kind of paranoid about it since the KDE login screen is quite badly distorted.</p>
<p>Google Earth: I can run Google Earth now, which seems incredibly cool. Except it doesn&#8217;t render correctly and I have no idea why.</p>
<p>Multimedia keys: It was surprisingly easy to set-up my multimedia keys on my Microsoft (gasp!) natural keyboard.</p>
<p>That is all for now.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.realbt.com/content/post/new-hardware/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
