<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>brool &#187; reviews</title>
	<atom:link href="http://www.brool.com/index.php/category/reviews/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brool.com</link>
	<description>brool \brool\ (n.) : a low roar; a deep murmur or humming</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:58:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Zotac AD02 As A Home Server</title>
		<link>http://www.brool.com/index.php/zotac-ad02-as-a-home-server</link>
		<comments>http://www.brool.com/index.php/zotac-ad02-as-a-home-server#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:06:55 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=662</guid>
		<description><![CDATA[I wanted to update my home server &#8212; what I really wanted was something that could stream or play video whilst also doing all the other various and sundry tasks. My requirements were being able to play video without problems and either USB 3.0 or eSata connectors. I noticed that Fry&#8217;s had a sale on [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to update my home server &mdash; what I really wanted was
something that could stream or play video whilst also doing all the
other various and sundry tasks.  My requirements were being able to
play video without problems and either USB 3.0 or eSata connectors.</p>

<p>I noticed that Fry&#8217;s had a sale on the Zotac AD02, so I picked one up
fairly cheaply, and have set it up. The AD02 is a small little thing,
with tons of connectors on the back (USB 2.0 + USB 3.0, eSata, HDMI,
DVI).  It&#8217;s fairly quiet &mdash; it does have a fan but the fan is very
hard to hear over standard ambient noise &mdash; although it has to be said
that they have a circular green LED on the top of the box that is
bright enough for passing UFOs to notice and use as a landing spot.</p>

<p>One thing to note is that the Zotac AD02 eSata interface <i>does</i> have a port multiplier (PMP).  With Ubuntu 11.10 I was able to connect to a <a href="http://www.amazon.com/ProBox-Drive-Enclosure-3-5-inch-drive/dp/B003X26VV4/ref=sr_1_fkmr0_2?s=electronics&#038;ie=UTF8&#038;qid=1327046090&#038;sr=1-2-fkmr0">Mediastation ProBox</a> with multiple drives and access all of them without any problems.</p>

<h2>BIOS Settings</h2>
<p>I found it almost impossible to get into the BIOS.  You&#8217;d think
this would be easy.  The trick is this: the Zotac AD02 defaults to a)
a one-second window for going into BIOS setup, and b) numlock on. So,
as soon as the box beeps, you need to hit Numlock and <i>then</i>
delete.  The Numlock is key, because if you don&#8217;t hit that then the
delete key won&#8217;t register.  When you&#8217;re in setup for the first time,
set the boot delay to a bit higher and <i>turn off Numlock</i>.</p>

<p>Why?  When you&#8217;re selecting a boot drive, <i>Numlock submits the current
selection</i>.  So, you see the list of drives that you want to boot,
decide you want to move down 2, so you hit Numlock and&#8230; the machine
starts booting.</p>

<h2>Ubuntu 11.10</h2>
<p>Either Zotac or Ubuntu doesn&#8217;t appear to boot from the USB 3.0
adapters &mdash; so, if you have a USB drive and you want to boot from it,
you have to use one of the other 3 USB slots.</p>

<p>Ubuntu 11.10 32-bit installed without problems, but I noticed after
installing that the drive was constantly flashing.  Using
iotop and <code>echo 1 > /proc/sys/vm/block_dump</code> to see what
was going on; it revealed that that the jbd2 process (used by the ext4
journals) was constantly writing, which I eventually traced back to the lightdm greeter, which was spewing debugging messages into
/var/log/x-0-greeter.log, of the form:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="br0">&#91;</span>+35196.63s<span class="br0">&#93;</span> DEBUG: user-list.vala:<span class="nu0">1204</span>: Drew <span class="nu0">1</span> frames <span class="kw1">in</span> <span class="nu0">0.1</span> seconds
<span class="br0">&#40;</span><span class="nu0">9.932854</span> fps<span class="br0">&#41;</span></pre></div></div></div></div></div></div></div>




<p>There&#8217;s a <a
href="https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/884239">bug
in Launchpad</a> for this already, and it&#8217;s apparently been fixed
recently.  My incredibly hacky fix was to link that file to /dev/null,
which was good enough for now.</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">sudo</span> <span class="kw2">ln</span> <span class="re5">-s</span> <span class="re5">-f</span> <span class="sy0">/</span>dev<span class="sy0">/</span>null <span class="sy0">/</span>var<span class="sy0">/</span>log<span class="sy0">/</span>lightdm<span class="sy0">/</span>x-<span class="nu0">0</span>-greeter.log</pre></div></div></div></div></div></div></div>




<p>For good measure I ended up putting a bunch of directories in tmpfs
anyway.  Ubuntu 11.10 has /var/run and /var/lock in tmpfs already, and
I added a few others:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">tmpfs <span class="sy0">/</span>tmp tmpfs defaults,noatime,<span class="re2">mode</span>=<span class="nu0">1777</span> <span class="nu0">0</span> <span class="nu0">0</span>
tmpfs <span class="sy0">/</span>var<span class="sy0">/</span>log tmpfs defaults,noatime,<span class="re2">mode</span>=0755 <span class="nu0">0</span> <span class="nu0">0</span> 
tmpfs <span class="sy0">/</span>var<span class="sy0">/</span>log<span class="sy0">/</span>apt tmpfs defaults,noatime <span class="nu0">0</span> <span class="nu0">0</span></pre></div></div></div></div></div></div></div>




<p>Note that putting /var/log into tmpfs is not generally recommended.</p>

<h2>VNC</h2>
<p>I usually log into the box via SSH but occasionally it is handy to be
able to get to the GUI.  I used the example described <a
href="http://mlepicki.com/?p=10">in this article</a> to set up Upstart
to automatically kick off X11VNC.  The advantage of this method is
that it&#8217;s started early enough that even the login screen is
controllable through VLC. </p>

<h2>XBMC</h2>

<p>Putting in XBMC was straightforward, but you want it to use the
graphics hardware on the E-350 chipset. I just used <a
href="http://forum.xbmc.org/showthread.php?t=116996">the instructions
here</a> and it went off without a hitch.</p>

<p>Well, the <i>video</i> was straightforward.  I went to audio settings,
set up everything for HDMI sound, and&#8230; no sound.  And then I spent
three days of little five minute sessions trying to get the sound to
work.</p>

<p>I did not get it to work perfectly &mdash; but eventually ended up putting
the following into /etc/asound.conf:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1">pcm.<span class="sy0">!</span>default <span class="br0">&#123;</span>
  <span class="kw3">type</span> plug
  slave <span class="br0">&#123;</span>
    pcm <span class="st0">&quot;hw:0,3&quot;</span>
    rate <span class="nu0">48000</span>
  <span class="br0">&#125;</span>
<span class="br0">&#125;</span></pre></div></div></div></div></div></div></div>




<p>&#8230; and then setting audio in XBMC to <code>plughw:0,3</code>, I was
able to get videos and music working (but no menu sounds).  For
something that&#8217;s only occasionally a XBMC server, this seemed good
enough.</p>

<p>Anyway, I can play a video and the CPU is only running at about
20%, so there are pretty of cycles left to run a torrent or index my
mail or whatever else.</p>

<h2>Air Video</h2> 

<p>I also set up an Air Video server according to the <a
href="http://blog.frameos.org/2011/02/08/installing-airvideo-linux-server-in-ubuntu/">instructions
here</a>, as there&#8217;s a PPA available that makes it incredibly easy to
install. Unfortunately, both CPUs are almost
completely pegged when streaming with Air Video, but it is good enough to
stream the occasional show.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/zotac-ad02-as-a-home-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 Notes (And Wireless Problem)</title>
		<link>http://www.brool.com/index.php/iphone-4-notes-and-wireless-problem</link>
		<comments>http://www.brool.com/index.php/iphone-4-notes-and-wireless-problem#comments</comments>
		<pubDate>Sat, 26 Jun 2010 20:59:53 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=431</guid>
		<description><![CDATA[Ended up getting the iPhone 4G &#8212; I had a 3G previously, and it really was starting to show its age &#8212; and it really is a nice phone. The highlights: Display is ridiculously nice It&#8217;s fast &#8212; subjectively, as fast as the iPad &#8212; and the extra CPU power really makes the web browsing [...]]]></description>
			<content:encoded><![CDATA[<p>Ended up getting the iPhone 4G &mdash; I had a 3G previously, and it really was starting to show its age &mdash; and it really is a nice phone.  The highlights:</p>

<ul>
<li>Display is ridiculously nice</li>
<li>It&#8217;s fast &mdash; subjectively, as fast as the iPad &mdash; and the extra CPU power really makes the web browsing much better.</li>
<li>The bumper case is not that great &mdash; it prevents some headphones from being used (because the distance to the headphone jack is a bit longer) and also prevents you from using the 10,000 iPod USB adapters that you have lying around the house, because the slot in the case for the iPod adapter is just small enough that older adapters don&#8217;t work.  As one of my friends said, &#8220;Get the Dremel!&#8221;</li>
<li>I took the case off and tried to reproduce the reception problems that people had been talking about, but was unable to get it to happen.</li>
</ul>

<p>The ominous thing was that the iPhone 4G suffered from the same wireless problems as the iPad, manifesting as a couple of symptoms: a) unable to connect unless I was really close to the router, b) and really low signal strength.</p>

<h2>Wireless</h2>

<p>I had been living with the wireless problems for a while, although they were extremely frustrating.  Finally, a lucky break meant that I was able figure out the underlying cause (although to my chagrin I discovered later that <a href="http://www.net.princeton.edu/announcements/ipad-iphoneos32-stops-renewing-lease-keeps-using-IP-address.html">other groups had identified this a long time ago</a>).  My iPhone 4G wouldn&#8217;t get onto the net, and even worse, every time I tried to get onto the net, it would kick my laptop off for a minute or two.</p>

<p>At that point, it became blindingly obvious &#8212; the phone was trying to use an expired lease, and as a result was conflicting with the laptop.  Thirty seconds later I had set up static IPs for the iPad and iPhone 4G, and all my problems were solved.  I could use the devices all over the house, there were no mysterious drops, signal strength was fine, and as a bonus, the mysterious wireless network failures that my laptop was having were solved.</p>

<h2>Lessons Learned</h2>
<p>Well, I really should have done my research &mdash; I could have found the answer to this much earlier.</p>

<p>Why did I think it had something to do with signal strength?  I suspect that the 3.2/4.0 iOS somehow bases the signal strength indicator on DHCP status &mdash; where I was getting one bar before is now three. The alternate explanation is that I tended to use the devices in the more remote places at night, which happened to coincide with the DHCP conflict.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/iphone-4-notes-and-wireless-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acer 1410 Mini-review</title>
		<link>http://www.brool.com/index.php/acer-1410-mini-review</link>
		<comments>http://www.brool.com/index.php/acer-1410-mini-review#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:54:48 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[acer 1410 review]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=408</guid>
		<description><![CDATA[I&#8217;ve had an Asus EEE 1000h ever since they came out, but it was getting to be time to upgrade it &#8212; it was not a bad little machine, but the Atom processor was a bit underpowered, and that damnable right shift key always did bug me. I picked up an Acer Aspire 1410 with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an Asus EEE 1000h ever since they came out, but it was getting to be time to upgrade it &#8212; it was not a bad little machine, but the Atom processor was a bit underpowered, and that damnable right shift key always did bug me.  I picked up an Acer Aspire 1410 with Bing cashback for about $370, give or take.</p>

<p>Man, netbooks have really come a long way.  A quick run through:</p>

<p><b>Screen</b>:  1366&#215;768 vs. 1024&#215;600 is almost twice as big, and makes a big difference.  It&#8217;s glossy, which is kind of annoying, and I think the contrast is a little lower than on the 1000h, but nonetheless it&#8217;s really nice.</p>

<p><b>Keyboard</b>:  Full sized shift keys on the Acer!  This far outweighs almost anything else.  The smaller cursor control keys are kind of pain, but I&#8217;ll get used to them.  Feedback is not as nice as the Asus but still pretty decent &#8212; I can type full speed on this keyboard.</p>

<p><b>Touchpad</b>:  Touchpad is good enough;  at least there are two mouse buttons, which is one of the things I really wanted.  It&#8217;s multitouch, but the drivers are a little choppy with the two finger scrolling &#8212; but I haven&#8217;t tried to fix it, either.  The two finger to zoom in and out is surprisingly handy when browsing, to be honest, and I&#8217;m using it all the time.</p>

<p><b>Wireless</b>:  Wireless on my EEE 1000h was always a little glitchy at home (and would sometimes cause my router to reboot, for whatever reason), but was fine at work and at Starbucks.  The wireless on the Acer 1410 works much better, and I haven&#8217;t had any problems. </p>

<p><b>Speaker</b>:  I frequently watch movies with the speakers on.  The speakers seem to be just a touch softer than the EEE 1000h, but still pretty good.  <a href="http://forum.notebookreview.com/showthread.php?t=419117">This tweaks thread has some tips on improving the volume of the speakers.</a></p>

<p><b>Processor</b>:  The new ULV chips are everything that Atom wanted to be.  With the Acer I&#8217;ve been able to a) run Ubuntu under virtualbox, b) play full-screen 480p Hulu, and c) play full-screen Netflix, and it hasn&#8217;t stalled out on anything.  Additionally, the 1000h would bog down when scrolling in Firefox (seriously), whereas this machine handles it fine. </p>

<p>I specifically looked for an Acer with the SU2300 (dual core) instead of the SU3500 (single core, slightly faster).  </p>

<p>The machine only starts up the fan when doing flash video &#8212; fan noise is not too bad and significantly quieter than the EEE 1000h.  The computer itself does not get very warm at all, which is nice.</p>

<p>VirtualBox was a must have, since I wanted to run Ubuntu but didn&#8217;t want to deal with the pain of partitioning and dealing with its peculiarities on a new machine.  I had assumed that having the AMD/Intel virtualization mode was a big win, but it turns out that it <a href="http://tombuntu.com/index.php/2007/10/01/should-you-enable-intels-vt-x-in-virtualbox/">really doesn&#8217;t help performance</a>.  Nonetheless, Virtualbox works fine.  VT-x mode was originally turned forced off, and it was subsequently fixed in the BIOS;  see <a href="http://forum.notebookreview.com/showthread.php?t=419117">this tweaks thread</a> for tips on getting the new BIOS. </p>

<p><b>Battery Life</b>:  Hard to say, but looks like 5-7+ with this machine, whereas I was getting about 4 with the Asus 1000h.</p>

<p><b>Operating System</b>:   I run XP on most of my computers (and didn&#8217;t upgrade any to Vista), but the Acer came with Windows 7 Home Premium.  It&#8217;s pretty and nice and performs well &mdash; I have no complaints.</p>

<p>What a difference a year makes.  These new ULV chips are amazing.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/acer-1410-mini-review/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an Alix</title>
		<link>http://www.brool.com/index.php/setting-up-an-alix</link>
		<comments>http://www.brool.com/index.php/setting-up-an-alix#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:12:47 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[voyage]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=105</guid>
		<description><![CDATA[Updated 2010-02-04: You know, in reading this over, I think this came out as a little harsh on the Alix. I stuck that tiny Alix board in an old box, put it under my TV, and it&#8217;s been running for two years with absolutely no problems. Over time, it&#8217;s gotten more and more stuff put [...]]]></description>
			<content:encoded><![CDATA[<p><b>Updated 2010-02-04</b>:  You know, in reading this over, I think this came out as a little harsh on the Alix.  I stuck that tiny Alix board in an old box, put it under my TV, and it&#8217;s been running for two years with absolutely no problems.  Over time, it&#8217;s gotten more and more stuff put onto it &#8212; file serving, torrent serving, iTunes, cron jobs that backup/index my mail, so on and so forth, and all along it has chugged along without complaining, without noise, and only sipping 5w of power.  If I were buying now, I&#8217;d definitely take a look at SheevaPlug, and at the high end it&#8217;s always been tempting to build a home server with an Artigo A2000 as the base, but given that I&#8217;ve replaced my router TWICE in the past two years due to flakiness I just have to give kudos to a device that works without problems.</p>

<b>Original</b>:
<p>I&#8217;ve been looking for a replacement for my <a href="http://www.nslu2-linux.org/">unslung NSLU2</a> for a while.  I have tons of USB drives all over the place, and wanted to a) consolidate them in one place, and b) have a low power, fanless, tiny machine that could do mail fetches, bittorrent downloads, mt-daapd, e-mail indexing, and other background tasks.  The NSLU2 wasn&#8217;t bad at all &#8212; it was very close to ideal &#8212; but it was just a tad underpowered for what I wanted, both in memory and processor.  </p>

<p>I eventually settled on an <a href="http://www.pcengines.ch/alix3d3.htm">Alix.3D3</a> board for $132, and ordered it from <a href="http://www.mini-box.com">mini-box.com</a> (which turned around the order really fast, so kudos to them, and I had also heard good things about them when doing my research).  It&#8217;s tiny, just a little smaller than your typical XBOX game (I keep mine in an old cigar box).   </p>
<img src="http://images.brool.com/blog/reviews/alix3d3_small.jpg"/>
<p>This particular version has a standard BIOS and VGA adapter, so it&#8217;s easier to debug;  some versions only have serial adapters. (I&#8217;m sure I have bunches of serial cables, but at the moment I have no computers that have serial adapters!)  It runs very quiet and cool.</p>

<p>So, in typical fashion, I allocated about two hours for everything:  30 minutes to install FreeNAS, 30 minutes to set up the drives, and an hour to gloat.  Instead, this turned into a whole day thing.  (It was not made easier by VirtualBox kind of breaking USB support in their latest release, but my curses are reserved for Parallels, who in the entire history of their program have never been able to get the USB working halfway decently).</p>

<p>On an Alix.3D3 board, here is the stuff that <i>didn&#8217;t</i> work, at least during my hurried first pass:</p>
<ul>
<li><a href="http://www.freenas.org/">FreeNAS 0.686.4</a> &mdash; does not boot, aborts with a trap 12</li>
<li><a href="http://www.freenas.org/">FreeNAS 0.69RC2</a> &mdash; does not boot, hangs at &#8220;starting devd&#8221;</li>
<li><a href="http://www.openfiler.com/">OpenFiler</a> &mdash; incredibly slow to install, results in a compact flash that did not boot</li>
<li><a href="http://www.imedialinux.com/">iMedia Alix</a> &mdash; there are bunches of versions of this.  The iMedia Alix version (332M) kind of worked, the iMedia Minibox version (525M) did not.</li>
</ul>

<p>Here is the stuff that <i>did</i> work:</p>
<ul>
<li><a href="http://linux.voyage.hk/">Voyage Linux</a> &mdash; we have a winner!  At first I didn&#8217;t think this would work on account of it not working in VirtualBox, but if build the disk in Linux using the instructions in the README, you end up with a nice small Debian installation with Alix support. It&#8217;s really a beautiful little distro.</li>
</ul>

<p>Final performance?  2.67G of 5 large files in 314 seconds, which is okayish performance for a NAS, and at least 2x faster than my NSLU2.  I have it running mt-daapd, rsync, and Samba, and will set it up with AFP soon.</p>

<p>So, if you&#8217;re looking for this, then it&#8217;s not a bad little board.  But, on consideration, I think I&#8217;m so much a niche market that it&#8217;s not even funny.  You can spend <i>less</i> money;  the old VIA and new Atom boards have more power and have SATA connectors, which gives you the option of making a little NAS box with cheap hard drives instead of USB drives.  You can spend about the same amount of money and get a NAS with pretty much the same functionality;  for example, the new Buffalo 1TB NAS drives have media streaming and run about $170 with a terabyte of disk storage.  </p>

<p>Bottom line: I&#8217;m happy with it, but not only is it not for everyone, it&#8217;s hardly for <i>anyone</i>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/setting-up-an-alix/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cingular 2125 Review</title>
		<link>http://www.brool.com/index.php/cingular-2125-review</link>
		<comments>http://www.brool.com/index.php/cingular-2125-review#comments</comments>
		<pubDate>Tue, 24 Jan 2006 20:34:29 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.brool.com/?p=60</guid>
		<description><![CDATA[My Audiovox 5600 committed suicide the other day. It was on the table, someone called, vibrate was on, so it jostled itself right off the table to a horrible death and a cracked screen. Of course, I both mourned and cheered &#8212; mourned because I&#8217;d have to set up another phone, but cheered because I [...]]]></description>
			<content:encoded><![CDATA[<p>My Audiovox 5600 committed suicide the other day. It was on the table, someone called, vibrate was on, so it jostled itself right off the table to a horrible death and a cracked screen. Of course, I both mourned and cheered &mdash; mourned because I&#8217;d have to set up another phone, but cheered because <em>I would get to buy a newer phone</em>. (It turns out that replacement screens are available on Ebay for about $50 &mdash; in hindsight, that might have been the more responsible thing to do).</p>

<p>Nonetheless, the Audiovox 5600 was, hands-down, the best phone that I had ever had: a good phone, a very decent PDA, and exactly the right form factor. I like the Treos, but the form factor is a bit large and the keyboard screams geek. I want to appease my inner geek while not giving out obvious geek signals, you see.</p>

<p>Anyway, Cingular now has the <a href="http://onlinestorez.cingular.com/cell-phone-service/cell-phones/cell-phones.jsp?v=1&#038;q_categoryId=2283000006&#038;q_deviceId=cdsku9870100&#038;WT.svl=mod23">Cingular 2125</a> available, which is pretty much the successor to the Audiovox 5600. As of this writing (Jan 2006), with 2-year contract it&#8217;s $299; if you agree to buy a $19.99 unlimited data plan you can also get a $100 rebate.</p>

<p><strong>Hardware</strong>: The Cingular 2125 has much the same form factor as the Audiovox 5600, with the addition of a &#8220;hump&#8221; on the top of the phone (you can see it in the pictures). The hump seems to throw off a lot of people, in phones as well as prospective mates, but it doesn&#8217;t bother me that much. The joystick is better than the Audiovox&#8217;s toggle-rocker-switch-thing. The screen is amazing &mdash; QVGA resolution, bright, easy to read, and you can hold an amazing amount of legible text by setting the font size to &#8220;smallest.&#8221; The power switch has been commented on in some reviews as incredibly hard to work, but at least on my phone it isn&#8217;t that bad: you just put your finger on it and kind of &#8220;squeeze&#8221; towards the screen, and it works easily.</p>

<p>Some have complained that their memory cards do not work correctly, but I had no problems transferring my Sandisk mini-SD card from the Audiovox to the Cingular.</p>

<p>There is significantly more memory available on the phone, so even though the processor is the same speed as on the Audiovox 5600, it seems faster (although, see below).</p>

<p><strong>Battery Life</strong>: Always seems good at the beginning, and then after a year you end up having to charge the phone at lunch because it won&#8217;t hold out for a full 8 hours. That said, it seems about equivalent to the Audiovox when I first got it, which means that on average I have to charge every third day. I don&#8217;t talk a lot on the phone, obviously.</p>

<p><strong>Software</strong>: Uses Windows Mobile 5.0 instead of 2003. A fair number of programs don&#8217;t work correctly with the new OS; many others will work but won&#8217;t use the entire QVGA screen. The phone seems faster, probably due to the extra memory, but there are long pauses every so often, substantially longer than with Windows 2003. Let&#8217;s not talk about the five-minute boot times I sometimes get on this phone, which is much slower than Windows Mobile 2003 ever was.</p>

<p>The <em>other</em> problem is that the UI in Windows Mobile is still enough to make your eyes bleed spontaneously.</p>

<p>The homescreens provided are awful &mdash; either too busy or too sparse.  Head on over to <a href="http://www.modaco.com">MoDaCo</a> to get some better ones (30% of them are scantily-clad females, if you want to get some Pavlovian association between scantily-clad females and your ringing phone), or use the old 2002 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1d9f75aa-daa7-473c-a30f-cdc8c87ba75b&#038;displaylang=en">Microsoft Theme Generator</a>, or just copy/edit the XML files yourself.  I have a <a href="http://images.brool.com/blog/files/mbasic.xml">modified basic screen</a> that I prefer &mdash; don&#8217;t get me ranting about the uselessness of the MRU list in the smartphone interface.</p>

<p>Last, but not least, download <a href="http://www.nethack.org/v343/ports/download-wince.html">Nethack for your phone</a>.  You&#8217;ll never be bored in line again.</p>

<strong>Using The Cingular 2125 As A Tethered USB Modem</strong>

<p>It took me a while to find the directions for this, so I&#8217;m putting it in the hopes that someone else will find it useful. To use your Cingular 2125 as a modem over a USB cable, you will need to:</p>
<ol>
	<li>Go to Accessories/Modem Link and activate the modem for a USB connection.</li>
	<li>Plug the USB cable into the phone.</li>
	<li>Windows will go through the hardware wizard.  When asked for manufacturer&#8217;s disk, point to the <em><code>\OEM\APPS\Drivers\USB Modem</code></em>     directory on your installation CD</li>
	<li>This will install the HTC Modem driver. Go to Dial-up Networking and choose a new connection based on this modem. The number to be dialed is <code>*99#</code>, and you&#8217;ll want to define an additional initialization string of <code>+CGDCONT=1,"IP","WAP.CINGULAR"</code></li>
</ol>
<div class="moreinfo"><a href="http://www.howardforums.com/showthread.php?threadid=521870">HowardForums: How To Use Your MPx220 As A Modem</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/cingular-2125-review/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exposé For Windows Part 2</title>
		<link>http://www.brool.com/index.php/expose-for-windows-part-2</link>
		<comments>http://www.brool.com/index.php/expose-for-windows-part-2#comments</comments>
		<pubDate>Sat, 08 May 2004 20:13:00 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.brool.com/reviews/expose2.html</guid>
		<description><![CDATA[An update from my previous review on Exposé (or Expose) for Windows: two new programs. But first&#8230; I mentioned in the review for WinPlosion that it had a number of bugs, and that I would try to reach technical support in order to get them fixed. I made two attempts to reach them and never [...]]]></description>
			<content:encoded><![CDATA[<p>An update from my <a href="expose.html">previous review on Exposé
(or Expose) for Windows</a>: two new programs. But first&#8230;</p>

<p>I mentioned in the review for WinPlosion that it had a number of
bugs, and that I would try to reach technical support in order to get
them fixed.  I made two attempts to reach them and never got a
response. Furthermore, I&#8217;ve never received any e-mails from them about
any updates to the program &mdash; but any way, it looks like I would
have to purchase the program again to get the latest version, and
(still!) there isn&#8217;t a trial version available.  So, given the number
of bugs in WinPlosion and the lack of support, I&#8217;d have to say that it
is not recommended.</p>

<h2>WinGlance</h2>

<div style="font-size: smaller"> <a href="http://images.brool.com/blog/reviews/winglance_desktop.jpg" target="_blank"><img src="http://images.brool.com/blog/reviews/winglance_desktop_small.jpg" alt="Small WinGlance
desktop" align="right"/></a> Site URL: <a href="http://www.winglance.com" class="external">http://www.usablelabs.com/productWinGlance.html</a><br />
Price: $8.99 (trial version available)<br /> Installed size:
250K<br /> Memory requirements: 2-4M<br /> Processor
load: negligible</div>

<p><b>User Interface</b>. Installation for the trial version was no
problem, and took up only about 250K on disk.  Runtime memory
requirements were equally sparse at about 3-5M. The following
configurations options are available:</p>

<img src="http://images.brool.com/blog/reviews/winglance1.jpg" alt="WinGlance configuration screen 1"/>
<img src="http://images.brool.com/blog/reviews/winglance2.jpg" alt="WinGlance configuration screen 2"/>
<img src="http://images.brool.com/blog/reviews/winglance3.jpg" alt="WinGlance configuration screen 3"/>

<p>The only mode available in WinGlance is the &#8220;show all programs&#8221;
mode. When you go to the overview, it tiles the windows in a matrix;
since the screens are snapshot at the time that you go to the
overview, there is a delay of a couple seconds or more, depending on
how many windows you have open. The matrix is straightforward, there
is no Expose-level cool swooping and intelligent swooping of Windows.
Mac users, they get all the cool toys.</p>

<p>The default settings aren&#8217;t good for my pattern of usage.  The
thing is that in Windows the Alt-Tab key is used for two very
different user operations:</p>

<ol>
<li>Switching between two windows, and
</li><li>Browsing windows trying to find the one that you want
</li></ol>

<p>The WinGlance default settings mean that user task #1, above,
suddenly goes from a subliminal thing to a waiting-for-three-seconds
thing, which in my humble opinion is too jarring. Given the limited
utility or duplication of existing functionality of the other two keys
&mdash; &#8220;Switch To Recent Window&#8221; just switches between the two most
recent windows, and &#8220;Switch to Other Windows&#8221; just cycles through the
window list, but without an icon overview and without the option of
using the shift key to go backwards &mdash; I would just recommend
assigning all but the first key to something that you&#8217;ll never hit,
leaving Alt-Tab with its original functionality.</p>

<p>Hovering over a window brings up two small buttons that allow you
to see some task information for the process, or a close box to close
it. The close box (oddly, and irritatingly) prompts for a window
close, but at least it is nice to be able to close the window from the
browser view.</p>

<p><b>Compatibility</b>. Handled Trillian, did not handle Stickies,
did not work with multiple desktops.  Handled floating palettes.</p>

<p><b>Bugs</b>. A few minor ones. If you select a program that
currently has a modal dialog up, focus is given to the main window
instead of the modal. Also, if you have the options dialog for
WinGlance up, it does not minimize when you go to overview mode,
ironically enough. Binding Anything-ESC to the overview mode would
just bring up the overview mode and then dismiss it, not a big deal.
Had one crash but was never able to reproduce it. 

</p><p><b>Stress test</b>. No problems found.</p>

<h2>Windows XP PowerToy Task Switcher</h2>

<div style="font-size: smaller"> <a href="http://images.brool.com/blog/reviews/powertoys_desktop.jpg" target="_blank"><img src="http://images.brool.com/blog/reviews/powertoys_desktop_small.jpg" alt="Small PowerToys
desktop" align="right"/></a>
Site URL: <a href="http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp" class="external">http://www.microsoft.com</a><br />
Price: free (not supported)<br /> 
Installed size: 100K<br /> 
Memory requirements: 4M<br /> 
Processor load: negligible</div>

<p><b>User Interface</b>. As simple as you can get.  Hitting Alt-Tab
brings up a list of the windows, and a snapshot for the currently
highlighted window is shown. It feels like looking through a blindfold.</p>

<p><b>Compatibility</b>.  Trillian and Stickies were not shown in the
Alt-Tab list (although they usually don&#8217;t, either). Palletes are
handled correctly, as were multiple desktops.</p>

<p><b>Bugs</b>. One really annoying one: oftentimes, the snapshots
aren&#8217;t done for windows, leaving only a title bar (see this <a href="http://images.brool.com/blog/reviews/powertoy_bug.jpg">screenshot for an example</a>). It
happened frequently enough that it almost wasn&#8217;t worth having the
utility at all. Also, modal windows show up in the window list as
separate windows (they don&#8217;t usually show up in Alt-Tab).</p>

<p><b>Stress test</b>. No problems found.</p>

<h2>Conclusion</h2>

<p>Microsoft PowerToys isn&#8217;t worth it. WinGlance is close, even
without all the modes, but not supporting multiple desktops is a
killer for me. If you don&#8217;t use them, it&#8217;s worth a try. From the last
review, I&#8217;ve given up on WinPlosion, given the lack of support.
Windows Exposer and iEx do not appear to have had any updates. Still
looking&#8230;</p> 
]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/expose-for-windows-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passion Of The Christ</title>
		<link>http://www.brool.com/index.php/passion-of-the-christ</link>
		<comments>http://www.brool.com/index.php/passion-of-the-christ#comments</comments>
		<pubDate>Mon, 08 Mar 2004 19:58:00 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.brool.com/reviews/passionofthechrist.html</guid>
		<description><![CDATA[Last Friday I went to see The Passion of the Christ, deciding that anything this controversial would have to be interesting, if nothing else. I just had to write an article about this &#8212; not that I will be able to say anything different or novel, but just to get it out of my head. [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I went to see <a href="http://www.imdb.com/title/tt0335345/" class="external">The Passion of the
Christ</a>, deciding that anything this controversial would have to be
interesting, if nothing else. I just had to write an article about
this &mdash; not that I will be able to say anything different or
novel, but just to get it out of my head.  I&#8217;d just like to clarify
that I&#8217;m not Christian, not Jewish, and no doubt this renders me
unable to say anything about the movie without <i>both</i> sides of
the controversy getting angry and offended.</p>

<p>The movie is violent and bloody, almost pornographic in its gross
intensity. I have never seen another movie that went to so much effort
to show, lovingly and with ultimate technical expertise, torture.
It&#8217;s the closest thing to a religious snuff film that you&#8217;ll ever see.
For example, it shows how the hooks from a whip can grab into a man&#8217;s
flesh and rip it apart, done in slow motion and realistically as
possible. Or take note of the efforts that the movie makers have put
into making the crucifixion look as realistic as possible, including a
minute or two with closeups on the hand as the spike is driven into
the cross.</p>

<p>The ultimate irony, of course, is this is about Jesus: and what is
meant to be the loving and forgiving nature of his philosophy has been
turned into a two-hour bloodfest. Church groups are going to this
movie in droves, and it has turned out to have more preticket sales
than the Lord of the Rings. This seems amazing to me. Instead of
spending Sunday drinking the metaphorical blood of Christ at
sacrament, this movie forces them to watch buckets of fake blood spew
onto the stony ground.</p>

<p>The movie presumes that you know the bible already &mdash; if you
were not familiar with it, then you could easily miss that Mary
Magdalene was a prostitute, or that the old men persecuting Jesus were
Jewish. For that matter, if you went out for popcorn at the wrong time
you could easily miss the Resurrection&#8230; it&#8217;s been relegated to a 10
second spot at the end of the movie, no doubt to leave room for a
sequel.</p>

<p>It&#8217;s ironic, really, that the reviews of this movie seem to so
closely aligned to the viewer&#8217;s religious faith: that is, I keep
reading reviews about people that are &#8220;moved&#8221; and think that the movie
is great, and they always seem to be fairly religious. Yet, I would
think that this movie would inflame the faithful <i>more</i>: they
would know his teachings, why would they choose for his lesson to be
taught in this way? I didn&#8217;t come out of the movie feeling awe for the
sacrifice of Jesus, but instead came out feeling sick. This movie does
not seem like good testimony if it only appeals to the believers.</p>

<p>I hear that Mel Gibson has decided to make a movie about Abraham
Lincoln. It will portray the south as cackling, evil brutes; Lincoln
as a complete saint; it will cover his accomplishments in about five
minutes, with one or two lines from the Gettysburg address and maybe a
mention of the Emancipation Proclamation; and the rest of the 110
minutes of movie will cover just Lincoln in Ford&#8217;s Theater, with over
an hour devoted to showing the bullet slowly passing through Lincoln&#8217;s
brain, spewing bone and flesh and blood all along.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/passion-of-the-christ/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExposÃ© For Windows</title>
		<link>http://www.brool.com/index.php/expose-for-windows</link>
		<comments>http://www.brool.com/index.php/expose-for-windows#comments</comments>
		<pubDate>Tue, 24 Feb 2004 23:47:00 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.brool.com/reviews/expose.html</guid>
		<description><![CDATA[Updated 5/8. WinGlance and Powertoys reviewed, and notes on WinPLOSION at the latest review. A review of three different programs that provide Exposï¿½ (or Expose) for Windows. ExposÃ© is cool. If you haven&#8217;t seen it, it&#8217;s worth going down to the nearest CompUSA or Apple Store and playing around with the new systems, just to [...]]]></description>
			<content:encoded><![CDATA[<p><b>Updated 5/8</b>. WinGlance and Powertoys reviewed, and notes on
WinPLOSION at the <a href="expose2.html">latest review</a>.</p>

<p>A review of three different programs that provide Exposï¿½ (or
Expose) for Windows.</p>

<p>ExposÃ© is <i>cool</i>. If you haven&#8217;t seen it, it&#8217;s worth going
down to the nearest CompUSA or Apple Store and playing around with the
new systems, just to <a href="http://www.apple.com/macosx/features/expose/" class="external">see it in
action</a>.  It&#8217;s one of the first real new paradigms in window
management to come about in a long time, and as soon as I saw it, I
knew that I wanted something like it.  Unfortunately, for better or
worse, I&#8217;m wedded to Windows &mdash; as much as I lust after the new
titanium Apple laptops <i>cum</i> lap heaters, I just can&#8217;t switch for
a variety of reasons.</p>

<p>No matter.  There are a lot of inventive programmers out there, and
I was sure that something as cool and obviously useful as ExposÃ© would
immediately be implemented on the Windows side. So, with a backup of
my registry and a snapshot of my drive, I decided to try all of them
on my laptop (see end of article for <a href="#configuration">specific
configuration details</a>).</p>

<p>Most of these programs just came out very recently. They come with
sparse documentation and sometimes-questionable UI. All but one
(XPoser) offer the same basic functionality:</p>

<ul>
<li>Tile all windows</li>
<li>Tile all windows of a particular type (i.e., all Internet Explorer windows), based on the window with focus</li>
<li>Hide all windows</li>
</ul>

<p>It should be pointed out that the last one is not that useful,
since Windows already has a way to minimize all windows and get to the
desktop: Windows-D. At any rate, I tested all of them with the
programs that I need day-to-day, both in an ordinary configuration
(abut 10 windows open) and in a <a href="#configuration">stress-testing configuration</a>. The programs
in my test set:</p>

<ul>
<li>VC 6.0</li>
<li>Photoshop CS</li>
<li><a href="http://www.lugaru.com" class="external">Epsilon</a></li>
<li><a href="http://www.btinternet.com/~tom.revell/" class="external">Stickies</a></li>
<li><a href="http://www.ceruleanstudios.com/" class="external">Trillian</a></li>
<li><a href="http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp" class="external">Microsoft PowerToys Virtual Desktops</a></li>
</ul>

<p>Note that since Windows XP doesn&#8217;t yet have Quartz, there are
limitations that any of these programs are going to be laboring under.
For one example, ExposÃ© on the Apple is live &mdash; that is, even
when the windows are shrunken, they are <i>still updating</i>.  Alas,
that is not to be for the Windows platform, or at least not for a
while, so these programs rely on taking frequent snapshots and using
the cached bitmaps when the ExposÃ© overview mode is brought up. This
means that all of them can potentially have out-of-date thumbnails,
based on when the last snapshot was done.</p>

<p>So, with expectations in order, the programs&#8230;</p>

<h2>WinPLOSION v1.32 (formerly WinExpose)</h2>

<div style="font-size: smaller"> <a href="http://images.brool.com/blog/reviews/winplosion_desktop.jpg" target="_blank"><img src="http://images.brool.com/blog/reviews/winplosion_desktop_small.jpg" alt="Small Winplosion
desktop" align="right"/></a> Site URL: <a href="http://www.winplosion.com" class="external">http://www.winplosion.com</a><br />
Price: $9.95 (no trial version available)<br /> Installed size:
700K<br /> Memory requirements: 30-40M when running<br /> Processor
load: about 4% (6-10% when &#8220;don&#8217;t freeze&#8221; option is off)</div>

<p><b>User Interface</b>. Installation was easy, once you entered the
172-character registration code. I kid you not: they have a
registration code with more bits than most wartime ciphers, and
luckily my e-mail program didn&#8217;t truncate it. Compared to the other
programs, this program is fairly zippy &mdash; I saw one thread on
about how WinPLOSION takes too long to go to the overview, but I
didn&#8217;t have any problems, and it seemed &#8220;fast enough,&#8221; faster than any
of the other programs. Presumably, the 40M of memory that it takes up
is helping there.  There are not many options in overview mode; in
fact, once you&#8217;re in the overview, you <i>have</i> to choose a window
in order to get out of it. Nothing else will work, you can&#8217;t escape,
and the task bar will not come up.</p>

<p>You have the option of animating the windows, which is kind of cool
the first five times, but I ended up turning it off. WinPLOSION&#8217;s
algorithm for sizing and placing the thumbnail images seems to be best
of all the programs reviewed here, with a fairly natural
placement.</p>

<p>The following configuration options are available:</p>

<img src="http://images.brool.com/blog/reviews/winplosion1.jpg" alt="Winplosion configuration screen 1"/>
<img src="http://images.brool.com/blog/reviews/winplosion2.jpg" alt="Winplosion configuration screen 2"/>
<img src="http://images.brool.com/blog/reviews/winplosion3.jpg" alt="Winplosion configuration screen 3"/>

<p>The last screen is amusing, and I have to quote from the one
paragraph (of the one page) of documentation:</p>

<blockquote>
<p>
<b>Short System Freezing</b><br />
On some computers WinPLOSION can cause a short freeze of the system
when the user is scrolling through a long document. If this occurs on
your machine right click the WinPLOSION icon in the system tray and
select the &#8220;Don&#8217;t Freeze&#8221; Option.
</p>
</blockquote>

<p>Ah, yes, the &#8220;Don&#8217;t Freeze&#8221; option. I wish other programs had
that.</p>

<p><b>Compatibility</b>. Trillian and Stickies windows were properly
tiled.  It does manage to handle palettes &mdash; modeless windows are
contained within the &#8220;snapshot&#8221; of the program (meaning that sometimes
you get only half a palette in the thumbnail), but otherwise works
correctly. Multiple desktops were handled, except that the desktop
image was incorrect.</p>

<p><b>Bugs</b>. Photoshop CS crashes without warning if a) you sit on
a menu too long, or b) let a tooltip pop up in the File/Open dialog,
or c) other nonreproducible cases. Sometimes, Photoshop doesn&#8217;t even
have to have focus &mdash; it just closes in the background, silently
and unbeknownst to the user. I searched the option screens for a
&#8220;Don&#8217;t Close Photoshop&#8221; option, but to no avail. Handled MSVC 6.0 and
all my other programs fine. </p>

<p><b>Stress testing</b>. The windows came up instantly! This was so
impressive and neat that I did it a couple more times, resulting in
uncloseable exception dialog, requiring Windows XP to be rebooted. But
it came up <i>really</i> fast the first two times. There is definitely
a bug here, possibly related to the number of windows that are open at
one time; it seemed that if I had more than 10 windows up, the chances
were good that I&#8217;d get an unrecoverable crash in the next five
minutes.</p>

<p><b>Update</b> (March 9th). Sent mail to the company about some of
the bugs I found, and didn&#8217;t get <i>any</i> response, not even an
autoresponder.  As of this time, I can&#8217;t recommend this product.</p>

<h2>Windows Exposer v1.17</h2>

<a href="http://images.brool.com/blog/reviews/exposer_desktop.jpg" target="_blank"><img align="right"
src="http://images.brool.com/blog/reviews/exposer_desktop_small.jpg" alt="Small Exposer desktop"/></a>

<div style="font-size: smaller">Site URL: <a href="http://www.onlinetoolsteam.com/WindowsExposer" class="external">OnlineToolsTeam</a><br />
Price: $7 (trial version available)<br />
Installed size: 600K.  But requires 37M (!) of .NET stuff downloaded.<br />
Memory requirements: 15M + 20-30M when in overview mode<br />
Processor load when idling: about 15% (at one snapshop/second)</div>

<p><b>User Interface</b>. What a horrible, horrible name, almost
obscene, but at least a trial version is available. It installed
easily, not counting the 25M of .NET downloads &mdash; if you don&#8217;t
have .NET 1.1 installed, make sure you have a fat pipe to the Internet
when you install. There are some nice features in the user interface:
you can optionally zoom a window when you mouse over the thumbnails in
overview mode; this is very nice if a bit slow, and the zoomed window
may occlude other windows.  You can also turn on an option to show the
title of the window when you mouse over.</p>

<img src="http://images.brool.com/blog/reviews/winexposer1.jpg" alt="WinExposer configuration screen 1"/>
<img src="http://images.brool.com/blog/reviews/winexposer2.jpg" alt="WinExposer configuration screen 2"/>
<img src="http://images.brool.com/blog/reviews/winexposer3.jpg" alt="WinExposer configuration screen 3"/>

<p>Although it probably isn&#8217;t obvious, the slider in the first screen
controls the size of the hotspot. It has to be mentioned that at one
snapshop/second this program is a processor hog.</p>

<p><b>Compatibility</b>. The Trillian and Stickies windows were not
tiled. Palettes were not shrunk down in overview mode. Multiple
desktops were handled correctly.</p>

<p><b>Bugs</b>. Sure. First time you go into overview mode, the
program iterates through each window and does a snapshot &mdash; and
you can see it iterating through each window in turn as it does it,
about a second per window. Annoying, but since it only happens the
first time, liveable. More unfortunately, it doesn&#8217;t handle windows
designated as always on top, so, for example, so if you have the task
manager up then the task manager will appear in <i>every</i> window
snapshot that intersects (see the example screen shot, above, for an
example). Along the same lines, the program does not handle palettes
well; palettes appear in both the owning program&#8217;s screenshot
<i>and</i> as as unshrunk windows in their own right that aren&#8217;t
really &#8220;there&#8221; in the overview, so in Photoshop or MSVC, especially,
you get a bunch of screen junk.  Finally, when a window is selected
and the desktop switches back to the standard mode, it flashes through
a bunch of windows &mdash; fairly annoying visually and making me cry
out for a DeferWindowPos.</p>

<p><b>Stress test</b>. Handled without problems. The first switch took
about 20 seconds, since it had to go through every window, but
subsequent ones were about three seconds. The processor load would bug
me, but you can just change the snapshot timer to reduce it as
needed.</p>

<h2>iEX</h2>

<a href="http://images.brool.com/blog/reviews/iex_desktop.jpg" target="_blank"><img align="right"
src="http://images.brool.com/blog/reviews/iex_desktop_small.jpg" alt="Small iEx desktop"/></a>

<div style="font-size: smaller">Site URL: <a href="http://aqua-soft.org/" class="external">www.aqua-soft.com</a><br />
Price: Free (registration required)<br />
Installed Size: 300K<br />
Memory requirements: About 6-7M plus another 10M when active.<br />
Processor load: negligible</div>

<p><b>UI</b>. No installer. To install the program, you must register,
get the program, get a RAR extractor, extract the program, and then
edit the .INI file; see this <a href="http://blog.schubart.net/archives/2004.02.07-11.51" class="external">blog for
details</a>. It has a tray icon, but no context menu or options
dialogs; you have to change the .INI file to even run the program
and/or change keyboard assignments. (There is an addon program
available that gives you a dialog for changing the .INI file, see the
aqua-soft forums for details). When you hover over the program in
overview mode, it expands and the title is overlayed &mdash; very nice
touch. Takes a couple of seconds to go into overview mode.</p>

<p><b>Compatibility</b>. Properly tiled Trillian, Stickies, worked
properly with multiple desktops. Did not handle floating palettes.</p>
 
<p><b>Bugs</b>. Doesn&#8217;t handle palettes or command consoles properly,
leaves them out there in overview mode, obscuring the view. This is
particularly annoying for me because I tend to have a <i>lot</i> of
command consoles open. Snapshots of Photoshop and Firefox frequently
were blank. Worst, it seems like the windows sizing/arrangement
algorithm has problems when there are more than about 10 windows; it
arbitrarily doesn&#8217;t present windows that you have open, meaning that
even when you&#8217;re in overview mode you can&#8217;t see all your windows
&mdash; and you don&#8217;t know that you can&#8217;t see all of them.</p>

<p><b>Stress test</b>. Didn&#8217;t show all the windows. As mentioned
above, seems to max out around 10 windows.</p>

<h2>XPoser</h2>

<a href="http://images.brool.com/blog/reviews/xposer_desktop.jpg" target="_blank"><img align="right"
src="http://images.brool.com/blog/reviews/xposer_desktop_small.jpg" alt="Small xPoser desktop"/></a>

<div style="font-size: smaller">Site URL: <a href="http://www.magnarapa.com/xposer/" class="external">www.magnarapa.com</a><br />
Price: free.  Tiny VB program; comes with source.<br />
Installed size: 60K.  But requires 37M of .NET stuff.<br />
Memory requirements: 20-25M when active; varies substantially (due to
garbage collection?)<br />
Processor load: negligible</div>

<p><b>UI</b>. Spartan UI, and not really Exposï¿½. There is only &#8220;show
all programs.&#8221; The windows don&#8217;t animate, they are shrunk and the
current desktop can be seen in the background. It does uses a
translucent window, so you can see what is going on underneath, live.
The program does not hook windows, so going into overview mode is
slow: the programs are snapped and shown one by one (probably 10 when
there are a lot of windows).  There is not an option to allow a key to
invoke the overview mode, you have to click the taskbar icon. There is
no animation, and the algorithm to display all of the thumbnails is
pretty basic: it divides the screen into n x n equal squares, and maps
the thumbnails to that. Finally, there is no way to exit the program
other than killing it in the Task Manager. But, hey, he gives you the
source, so what the heck.</p>

<p><b>Compatibility</b>. Handled Trillian and Stickies, although with
many redraw issues. Worked with multiple desktops.  Handled palettes
with aplomb.</p>

<p><b>Bugs</b>. Kept unmaximizing maximized windows. Also couldn&#8217;t
seem to snapshot Firefox 0.8 correctly &mdash; so it always showed up
as a black window.</p>

<p><b>Stress test</b>. No problems.</p>

<h2>Conclusion</h2>

<p>None of these programs are really ready for prime time.  WinPLOSION
has the best UI and is probably the coolest to demo, but it as of yet
too unstable for daily use.  Windows Exposer needs to fix their bugs
with floating windows and get rid of the annoying window flash &mdash;
and, ideally, the requirement on .NET. iEx is temptingly close &mdash;
if just a few bugs were fixed, it might actually be the preferable
solution &mdash; it&#8217;s lightweight and performed decently.  XPoser is
just too slow bringing up the overview to be useable daily.</p>

<p>So, I&#8217;m keeping my eyes on WinPLOSION and iEX, with Windows Exposer
being the long shot, and hoping that one or the other will soon pan
out. In the meantime I&#8217;ll go down to the nearest Apple Store and lust
over the Powerbooks again&#8230;</p>

<a name="configuration"></a><div class="moreinfo">
<b>Configuration</b>: Fujitsu Lifebook 5000P. Windows XP Professional, 1G Centrino, 512M of memory, 60G 7200 RPM hard drive.<br />
<b>Stress test</b>: 10 editor windows, 4 command consoles, 4 explorer windows, Photoshop, Windows Viewer.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/expose-for-windows/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fujitsu Lifebook 5000P</title>
		<link>http://www.brool.com/index.php/fujitsu-lifebook-5000p</link>
		<comments>http://www.brool.com/index.php/fujitsu-lifebook-5000p#comments</comments>
		<pubDate>Tue, 11 Nov 2003 07:38:00 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.brool.com/life/lifebook.html</guid>
		<description><![CDATA[Got a new notebook today. Please excuse the capitalistic ranting below. It seems a little extravagant, but nonetheless I needed one, especially with this project that I&#8217;ve been working on. A couple of weeks ago I had a brief fling with a Compaq notebook, but returned it two weeks later &#8212; it was just absolutely [...]]]></description>
			<content:encoded><![CDATA[<p>Got a new notebook today. Please excuse the capitalistic ranting
below.</p>

<p>It seems a little extravagant, but nonetheless I needed one,
especially with this project that I&#8217;ve been working on.  A couple of
weeks ago I had a <a href="http://www.brool.com/?p=23">brief fling with a Compaq
notebook</a>, but returned it two weeks later &mdash; it was just
absolutely horrible, had many glitches and problems and swapped keys
when you typed too fast.</p>

<p>So, I researched, with the problem being that a) I was researching
something that I have strong opinions on, and b) there are many
options out there, so I ended up using entirely too many cycles and
head space in thinking about the laptop that I was going to get.
Finally I settled on a relatively lesser-known brand, Fujitsu, and I
got a teeny tiny little computer:</p>

<center><a href="http://images.brool.com/blog/life/lifebook1_std.jpg" target="_blank"><img src="http://images.brool.com/blog/life/lifebook1_thm.jpg" border=3 width=120
height=79/></a></center>

<p>But, really, it&#8217;s hard to visualize this, so I compared it to a
common referent point:</p>

<center><a href="http://images.brool.com/blog/life/lifebook2_std.jpg" target="_blank"><img src="http://images.brool.com/blog/life/lifebook2_thm.jpg" border=3 width=79
height=120/></a></center>

<p>It&#8217;s a little bigger, but MUCH thinner.  Weight wise is hard to
tell, since I don&#8217;t have an accurate scale, but I have to give the nod
to the Harry Potter book, it seems much lighter.  But: the Harry
Potter book has about 900 pages, with each page having about 2k worth
of text; so, when you look at it, the Harry Potter book only has about
2M of storage, whereas my new computer has 60gb ï¿½ much more.</p>

<p>On the other hand, the Harry Potter book is much more robust, and
could easily be used if you needed to sit a little higher in your
chair, or to level a table, whereas you wouldn&#8217;t do that with the
computer because you&#8217;d probably damage it.</p>

<p>So, all in all, I&#8217;d have to say that they&#8217;re about even.  But at
least I&#8217;m happy with both purchases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/fujitsu-lifebook-5000p/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

