<?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>Bohemian Blog &#187; Computer Hardware</title>
	<atom:link href="http://www.bohemianalps.com/blog/category/hardware-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bohemianalps.com/blog</link>
	<description>sharing bohunk ingenuity with the world</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lenovo G530 Touchpad (Trackpad) Disabled</title>
		<link>http://www.bohemianalps.com/blog/2010/07/lenovo-g530-touchpad-trackpad-disabled/</link>
		<comments>http://www.bohemianalps.com/blog/2010/07/lenovo-g530-touchpad-trackpad-disabled/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:50:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=487</guid>
		<description><![CDATA[Recently my wife was using my Lenovo G530 (running Ubuntu Linux) in the living room and somehow managed to disable the trackpad. She could not recall pressing anything unusual. This particular laptop has a little blue light that glows in between the two trackpad buttons with an icon indicating that the light means that the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my wife was using my Lenovo G530 (running Ubuntu Linux) in the living room and somehow managed to disable the trackpad. She could not recall pressing anything unusual. This particular laptop has a little blue light that glows in between the two trackpad buttons with an icon indicating that the light means that the touchpad was disabled. Great, so the built-in feedback that the laptop had was working correctly, but how did we get the laptop in this state? At the time we had a friend over, so I just pulled out a spare mouse rather than attempt to solve the problem.</p>
<p>The next morning I expected that, upon restarting the laptop, the trackpad would be functioning correctly. There are many bugs in the computer world that can be resolved with a system restart. But that didn&#8217;t work this time. The touchpad continued to have no influence over the cursor on the screen.</p>
<p>I then proceeded to search the web for more information about this touchpad-disabling bug either associated to the Lenovo G530, to the particular version of Ubuntu that I was running or to a combination of the two. I found several listings but they mostly had to do with the touchpad being completely unavailable after a recent operating system install or upgrade. My touchpad had worked perfectly including horizontal and vertical scrolling until this recent change.</p>
<p>Well, after an hour or so of casually poking around the internet I discovered an important, but rarely noticed touch-sensitive button next to some touch-sensitive volume controls that I almost never use:</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2010/07/LenovoG530_DisableTrackpad.jpg"><img class="aligncenter size-full wp-image-488" title="LenovoG530_DisableTrackpad" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/07/LenovoG530_DisableTrackpad.jpg" alt="" width="400" height="300" /></a></p>
<p>Sure enough, touching that quasi-button re-enabled the touchpad. My wife had apparently touched it accidentally when trying to increase the volume. All I could do was laugh at my stupidity. And be a bit delighted that Linux so completely supports the hardware on my laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/07/lenovo-g530-touchpad-trackpad-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Started Running BOINC!</title>
		<link>http://www.bohemianalps.com/blog/2010/03/running-boinc/</link>
		<comments>http://www.bohemianalps.com/blog/2010/03/running-boinc/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:32:28 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=410</guid>
		<description><![CDATA[I&#8217;ve been running my Debian Linux (PowerMac G4 780 MHz) file server for almost a year now. Aside from a recent near-suffocation from cat hair it has had no problems. When we&#8217;re going to be out of town I shut it down, but otherwise it runs all the time. We haven&#8217;t really noticed the addition [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://boinc.berkeley.edu/"><img class="alignright size-full wp-image-411" title="boinc_logo" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/03/boinc_logo.gif" alt="" width="164" height="73" /></a>I&#8217;ve been running my Debian Linux (PowerMac G4 780 MHz) file server for almost a year now. Aside from a recent near-suffocation from cat hair it has had no problems. When we&#8217;re going to be out of town I shut it down, but otherwise it runs all the time. We haven&#8217;t really noticed the addition to our power bill and in the winter it just contributes to the in-home heating, so it&#8217;s not a big deal. Especially considering that I got this machine for little or nothing.</p>
<p>It&#8217;s pretty nice being able to jump from my desktop to my laptop without missing a beat when working on various projects or to listen to my entire music collection from anywhere in my home. It&#8217;s also very satisfying to have a weekly automated backup to a secondary drive for all of my files. I don&#8217;t have an off-site backup solution yet, but at least I&#8217;m prepared for hardware failure.</p>
<p>Better late than never, but I finally got around to setting up <a href="http://boinc.berkeley.edu/">BOINC</a> on this server.BOINC is &#8220;Open-source software for <a href="http://boinc.berkeley.edu/volunteer.php">volunteer computing</a> and <a href="http://boinc.berkeley.edu/dg.php">grid computing</a>.&#8221; Basically, it turns lots of individual computers into one effective super computer. The main goal behind this software is to allow individuals to help under-budgeted research projects by allowing them to use their idle computers to process computations.</p>
<p>Since my PowerMac G4 spends most of its time twiddling its thumbs I thought it would be good to give it something constructive to do. In this case I have set it to help with the <a href="http://boinc.bakerlab.org/rosetta/">Rosetta@Home</a> project:</p>
<p style="padding-left: 30px;"><strong>Rosetta@home</strong> needs your help to determine the 3-dimensional shapes of proteins in research that may ultimately lead to finding cures for some major human diseases. By running the Rosetta program on your computer while you don&#8217;t need it you will help us speed up and extend our research in ways we couldn&#8217;t possibly attempt without your help. You will also be helping our efforts at designing new proteins to fight diseases such as HIV, Malaria, Cancer, and Alzheimer&#8217;s.</p>
<p>It sounds like a pretty good thing to provide assistance to. I&#8217;ll report back once my server has actually completed some work and registered on the project&#8217;s meters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/03/running-boinc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On the Design of Laptops (and my new Lenovo G530 running Ubuntu Linux)</title>
		<link>http://www.bohemianalps.com/blog/2009/09/laptops-lenovo/</link>
		<comments>http://www.bohemianalps.com/blog/2009/09/laptops-lenovo/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 18:00:59 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=238</guid>
		<description><![CDATA[Over the last few months I’ve been shopping for a new/refurbished laptop. I had my mind set on a refurbished Thinkpad R61 or R500, but those were ranging between $600 and $700. At that price I was going to have to wait a while until I had more money set aside. In the meantime I [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I’ve been shopping for a new/refurbished laptop. I had my mind set on a refurbished Thinkpad R61 or R500, but those were ranging between $600 and $700. At that price I was going to have to wait a while until I had more money set aside. In the meantime I have been looking at every laptop I come across just in case there’s something awesome out there that I have not yet seen.</p>
<p>Earlier this week I was at Best Buy for an unrelated computer project and, on my way out, I swung through the laptop section. After looking everything over it was apparent that anything that was under $500 was crap. However, NONE of the machines were very appealing to me. I know that for a computer I should just be concerned with the performance aspects, but I can’t help but be extremely interested in the overall design of the hardware.</p>
<p>Looking at all of those laptops was disappointing in that aspect. But for Apple and Lenovo, all of the computer manufacturers have apparently decided that all computers must look like some kind of pimped-out Honda Accord. All of them are very glossy plastic and generally covered in distracting ‘designer’ details. The new Dell Studio line is an improvement, but I was underwhelmed by the ‘feel’ of those devices. They felt cheap and bulky and were all priced at the high end. The Sonys look a little better, but not much and they are WAY over priced.</p>
<p>None of these machines resembled the regal designs of Apple or Thinkpad laptops. I know Thinkpads are often considered ugly and bland, but I don’t agree with that. The T-series especially are always very thin with hinges, buttons and levers that intuitively make sense. And the cases always feel very serious and rugged. The Thinkpad is actually better than any Apple laptop in my opinion since it doesn’t allow aesthetics to override functionality. There are plenty of buttons next to the trackpads. The display-latch is not some thin little button that you have to push with your fingernail (Titanium Powerbook).The arrow keys are not scaled down to fit into the overall rectangle of the keyboard.</p>
<blockquote><p>Speaking of screwed up keyboards, just used a friend’s Dell-AlienWare laptop last night&#8230; why would a gamer or anyone that would spend that much money on a laptop want a keyboard that is compromised in any way? For example, the laptop was a 17&#8243; display version with a full number pad but for some reason important keys like the arrow keys, the right-shift key and the question mark/slash key were all micro-sized to fit into a rectangular keyboard outline. It made the keyboard almost unusable. I kept hitting the Shift key instead of the slash-key while typing in URLs. Why would you do that to a premium laptop keyboard? These hardware designers have obviously lost touch with reality. Or maybe gamers really don’t use their computers for anything other than gaming.</p></blockquote>
<p>After all of this frustration I ended up finding a good laptop at the unbelievable price of $378 on NewEgg.com’s daily specials. I did some quick research and decided to go with it as a compromise to save some money. When the machine arrived two days later I was mostly delighted. What’s the machine? A Lenovo G530. Never heard of it? Neither had I.</p>
<p><img class="aligncenter size-full wp-image-241" title="Lenoro G530" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/09/Lenoro-G530.jpg" alt="Lenoro G530" width="500" height="500" /></p>
<p>Apparently Lenovo’s Value Line isn’t very heavily promoted. Also, if you go to their site, the price isn&#8217;t much different from their IdeaPad line. The price on NewEgg was pretty spectacular. I knowingly made some compromises, but overall I&#8217;m very happy with this new laptop, how it runs and how it looks.</p>
<p>Once you carefully peal off the ‘Intel Dual Pentium Inside’ and ‘Built for Windows Vista’ decals the machine is all black with some subtle gray print and a few blue lights. The only real design misstep is the oversized Lenovo logo on the outside cover. It could have been half the size or maybe even a third. And it’s some kind of metal decal that’s inset into the cover, so you would probably do more  damage than good trying to remove it. Here’s a short list of gripes:</p>
<ul>
<li>The display would be better if it had a latch that held it closed.</li>
<li>The oversized exterior Lenovo logo</li>
<li>It’s thicker than my Thinkpad T42</li>
<li>The exterior cover is a smooth black that shows finger smudges.</li>
<li>They could have saved time and forgotten about the touch-sensitive buttons.</li>
<li>A middle-button with the trackpad would have been nice.</li>
<li>Display is glossy</li>
</ul>
<p>Here’s a list of nice features:</p>
<ul>
<li>Very quiet</li>
<li>Very cool to touch even after long hours of use</li>
<li>Touchpad is as good and sensitive as a Thinkpad’s</li>
<li>Display is big, sharp and bright</li>
<li>Keyboard is great</li>
<li>Runs Ubuntu Linux as though it were its intended OS</li>
<li>Wireless turn-off switch is handy</li>
<li>Exterior looks great</li>
<li>Handling/moving laptop build feels strong and well-built</li>
<li>Video playback is excellent</li>
</ul>
<p>And here are the specs:</p>
<ul>
<li>Pentium Dual-Core T4200 — 2 GHz</li>
<li>2 GB of RAM</li>
<li>15&#8243; display — 1280 x 800</li>
<li>150 GB Hard Drive</li>
<li>DVD-RW Optical Drive</li>
<li>Built-in Webcam</li>
<li>Built-in a/b/g Wireless</li>
<li>4 USB ports</li>
<li>VGA-out port</li>
<li>Ethernet port</li>
<li>Modem port</li>
<li>Multi-Card Reader</li>
<li>Line In jack</li>
<li>Headphone jack</li>
</ul>
<p>This is a good system and great for running Linux. Some of the hardware needs proprietary drivers (wireless) but with Ubuntu getting drivers like that is fairly simple. A great budget machine that, in my opinion, is much better looking and less bulky than most of the ]more expensive models that are on the market currently. If you can find it at the price I got, this is an amazing machine compared to the much smaller and less powerful netbooks that are similarly priced.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/09/laptops-lenovo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enhance Your Apple Trackpad with Raging&#160;Menace’s&#160;SideTrack</title>
		<link>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/</link>
		<comments>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:24:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=193</guid>
		<description><![CDATA[Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging [...]]]></description>
			<content:encoded><![CDATA[<p>Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging Menace and two pieces of software that they make that are completely awesome: MenuMeters and SideTrack. Last week I acquired a PowerBook G4 550 MHz laptop and remembered how necessary SideTrack was. Without it the laptop was painful to use without carrying a mouse around at all times. It makes these old trackpads just about as useful or maybe even more useful than the new multi-touch trackpads that Apple has introduced. I like this software so much that I am taking the time to introduce more people to it.</p>
<h3>MenuMeters</h3>
<p><img class="alignright size-full wp-image-198" title="Raging Menace: MenuMeters for OSX" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_MenuMeters.png" alt="Raging Menace: MenuMeters for OSX" width="430" height="97" />I know this is a post about enhancing Apple trackpads, but first a quick note about MenuMeters. If you’re familiar with Linux you’re probably used to having a nifty system resources ‘gauge’ that provides live information about processor activity, RAM use, network activity and more. OSX comes with an application called ‘Activity Monitor’ but it&#8217;s a resource hog and doesn’t provide a simple interface that can be visible at all times.</p>
<p>MenuMeters adds this feature to OSX by making this data available in the main menu bar next to your wireless network status and volume control. It takes very little resources. I don’t know exactly how little, but if you can run it on a PowerBook G3 running OSX 10.3 while being able to do OTHER things, it apparently isn’t using very many resources. It’s so excellent that it should come with OSX pre-installed. The good news? <a href="http://www.ragingmenace.com/software/menumeters/index.html" target="_blank">Raging Menace offers MenuMeters as a free download</a>.</p>
<h3>SideTrack</h3>
<p><img class="alignright size-full wp-image-199" title="RM_SideTrack" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_SideTrack.gif" alt="RM_SideTrack" width="400" height="295" />This little bit of software is just as valuable and unassuming. SideTrack opens up that simple, one-purpose Apple trackpad and turns it into a powerful, multi-purpose device. Suddenly your trackpad is endowed with vertical scroll, horizontal scroll, the ability to set each corner of the trackpad to evoke a custom key command and more.</p>
<p>SideTrack isn’t free, but you can try it out for free and, if you find it useful, purchase a license for $15. Totally worth every penny. It’s definitely easiest to understand its many features by just downloading and installing it. However, these screenshots of the preference panes will tell you a lot.</p>
<p>Check out these excellent pieces of software at <a href="http://ragingmenace.com" target="_blank">ragingmenace.com</a>. You won’t regret it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell XPS 420 with Linux Review</title>
		<link>http://www.bohemianalps.com/blog/2008/01/dell-xps-420-with-linux-review/</link>
		<comments>http://www.bohemianalps.com/blog/2008/01/dell-xps-420-with-linux-review/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 20:07:45 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/01/19/dell-xps-420-with-linux-review/</guid>
		<description><![CDATA[Well, it&#8217;s not perfect. I think my big mistake was not going with the more expensive NVIDIA video card. Actually, I&#8217;m fairly certain that any problems I am having have everything to do with the video card: ATI Radeon HD 2400. On the whole it&#8217;s exactly as advertised. Following are some things that I feel [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/dellxps420_300px.jpg' alt='Dell XPS 420' style="float:right; margin:0 0 0 1em;" />Well, it&#8217;s not perfect. I think my big mistake was not going with the more expensive NVIDIA video card. Actually, I&#8217;m fairly certain that any problems I am having have everything to do with the video card: ATI Radeon HD 2400. On the whole it&#8217;s exactly as advertised. Following are some things that I feel are important features.</p>
<h3>Packaging</h3>
<p>I was disappointed that the box for this beast was so big. I&#8217;ve seen the recent Mac Pro tower boxes and they are not much bigger than the machine itself. The XPS 420 box is HUGE. This does mean that the machine arrived in pristine condition though.</p>
<p>Dell is definitely close to Apple in presentation with the XPS systems. Here&#8217;s what came with the machine:</p>
<ul>
<li>1&#8243; thick User Manual</li>
<li>Small quick start manual</li>
<li>Very nice noise-canceling ear bud headphones</li>
<li>Velcro straps to help you keep your many wires and cables under control</li>
<li>Dust Towel for the everyday necessity of wiping the dust off the glossy black finish</li>
<li>Faux-leather XPS-stuff collection book-ish thing to hold this stuff</li>
<li>Dell Multi-media keyboard (extra $25 I think) It&#8217;s very nice</li>
<li>Dell 2-button mouse with scroll (I am using my trusty Logitech MX310 instead)</li>
<li>REAL WINDOWS VISTA INSTALL DISC (not a stupid &#8216;from recovery partition disc&#8217;)</li>
<li>ATI Driver disc, basic Dell software disc, Adobe Photoshop and Studio Elements, Microsoft Works</li>
</ul>
<p>I also bought a $50 speaker set from them with these nice, small speaker panels to put on your desk and a 12&#8243; box sub-woofer to put on the floor. Sounds great, but would rather just have the table speakers alone.</p>
<h3>Fit and Finish</h3>
<p>The XPS 420 seems well built and solid. Surprisingly, it&#8217;s just about as big as my G5. However, it weighs no where near as much. Also, this thing runs very quiet. Now I realize how loud the G5 was. I think I remember them advertising the G5 as a quiet machine, but maybe I&#8217;m crazy.</p>
<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/xps-towertray.jpg' alt='Dell XPS 420 tower tray' style="margin-bottom:1em;" /><br />
There&#8217;s a nifty rubber-bottomed tray on top of the tower that is an excellent fit for all of those gadgets that usually end up on top of your tower: Portable Media Player, Digital Camera, and I put my wireless router there as well. They also provide some thin slits to hide you USB cables that run from the devices to the much-appreciated <strong>SIX USB PORTS</strong> on the back of the XPS. I don&#8217;t think Apple would ever do this, but I love it.</p>
<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/xps-keyboard.jpg' alt='Dell Multimedia Keyboard' style="margin-bottom:1em;" /><br />
The Dell keyboard feels good and the multimedia keyboard comes with an attachable palm rest. I highly recommend spending a little extra for this keyboard. The multimedia keys all work in Linux except for the &#8216;Volume Dial&#8217; which apparently does not have a &#8216;button push&#8217; input. If you Google it, somebody has written a script to handle the input, but I just remapped the big arrow keys on the left to control the main system volume instead. It&#8217;s nice to have keys specific for media player (next track, previous track, play/pause). There are a few additional buttons that can be used for pretty much anything. I was able to set the &#8216;Close Window&#8217; button to &#8216;Eject&#8217; the optical drive disc. My wife likes the Calculator button. Also, someone other than Apple has finally caught on to the idea of putting USB ports on the keyboard. That&#8217;s excellent.</p>
<h3>GNU/Linux Experience</h3>
<p>Thanks to the video card, installing Ubuntu wasn&#8217;t very slick. Eventually I used the Alternate install disc with the text-based installer and was sure to specify only my optimal screen resolution, a few smaller resolutions and nothing larger than what I planned to use. Once I figured that out everything went fine after installing <a href="http://albertomilone.com/nvidia_scripts1.html">Envy</a> and getting the direct ATI video driver.</p>
<p>Everything works aside from things related to the video card. What doesn&#8217;t work?</p>
<ul>
<li>Fast User Switching: I get a black screen and Ctrl+Alt+Backspace doesn&#8217;t help</li>
<li>Hibernate and Sleep: Appears to go to sleep fine, but won&#8217;t wake up</li>
<li>Compiz Fusion with dual-display: It does work, but doesn&#8217;t feel stable and playing video suffers with it on</li>
</ul>
<p>The only thing I use Compiz Fusion for is the Expos&#233;-like window picker and I think the Alt-Tab app switcher in Compiz looks nicer and is larger. So, not a huge loss and I&#8217;m confident these issues can be resolved with improved driver offerings from ATI. Fast User Switching would have been nice also.</p>
<p>The ATI Catalyst Controller application for setting up the video card works well enough. Setting up a second monitor with a combined desktop space was simple. It&#8217;s seems a little out of wack though. I wouldn&#8217;t fiddle with it too much.</p>
<h3>Performance</h3>
<p>My system sports the Intel Core 2 Quad 2.4 GHz processor with 3 GB of RAM. This machine is fast fast fast. I&#8217;m pretty sure most of the speed comes from just one instance of the 2.4 GHz processors. The Quad proc does flex it&#8217;s muscles when exporting/converting/compressing video and audio. I don&#8217;t have numbers for you, but I was exporting some MP3 files from audio recordings I had made a while back with impressive results. I started the process on my 1.6 GHz 1 MB RAM G5 just to compare. The MP3 compression was at least twice as fast using the latest version of Audacity on both machines. And if you watch the processor activity graphs, the old G5 was peaking the whole time while the Core 2 Quad just hummed along on two of it&#8217;s four cores.</p>
<p>Running virtual machines with it is an excellent experience. As mentioned earlier, my wife likes to watch ABC shows online. I tried the Firefox-for-Windows-Over-Wine trick, but that&#8217;s not working right. Instead I set my wife up with a Windows XP VM using <a href="http://www.virtualbox.org/">VirtualBox</a>. I know VMWare is king in virtualization, but installing VMWare server, after agreeing to the legal mumbo-jumbo is a pain and apparently I can&#8217;t install VMWare Player via Synaptic on my system (I don&#8217;t get it). VirtualBox, because they offer a full open source version, is much easier to install. The performance is good too. I hear the big difference is in networking and that&#8217;s not really why I need a virtual server anyway. Regardless, my wife can enjoy a full-screen ABC.com HD video experience on my Linux system via Windows XP via VirtualBox. Fantastic!</p>
<h3>Windows Vista</h3>
<p>For starters, Windows Vista runs just fine on a VirtualBox VM with plenty of allotted RAM. However, now that I&#8217;ve had some time to look around, I find Vista to be very cluttered. The main menu has too much stuff displayed immediately and there&#8217;s so much crap on the initial desktop including the widgets that I felt claustrophobic. I can only imagine what a less savvy user would think on initial start. I&#8217;m confused. I thought they were trying to minimize menus and everything to focus on the average user with the capability to customize for an advanced user. They&#8217;re so inconsistent. Windows XP was actually looking good in my opinion. As a Mac user I felt a little threatened at the time. I think Vista may be a step back.</p>
<p>On the other hand, the install experience was a big improvement, but unfortunately most of their users won&#8217;t ever experience it. The loading and log in screens look great too. I&#8217;m starting to wonder if I should start fiddling with the Linux Gnome log in screen. Somebody, a designer, needs to step in and make it cool like what Windows Vista and Mac OSX offer. Currently the standard &#8216;enter username and password&#8217; screens can look nice, but the &#8216;list of users with avatars&#8217; screens look like crap on a stick.</p>
<table width="450" cellpadding="0" style="margin:0; padding:0;">
<tr>
<td width="225"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/login_linux-ubuntu.png' alt='Login Ubuntu' title='Ubuntu Login' /></td>
<td width="225"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/login_linux-cleanx.png' alt='Login CleanX' title='Custom Linux Gnome Login CleanX that I use' /></td>
</tr>
<tr>
<td width="225"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/login_osx.png' alt='Login OSX' title='OSX Login' /></td>
<td width="225"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/login_windowsvista.png' alt='Login Windows Vista' title='Windows Vista Login' /></td>
</tr>
<tr>
<td colspan="2" align="center"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/login_linux-gnomeuserlist.png' alt='Login Linux Gnome User List' title='Linux Gnome Login with User List (this is off some site, but you get the idea)' /></td>
</tr>
</table>
<h3>Complaints</h3>
<ol>
<li>I can only wait for ATI to improve their Linux driver. Supposedly more &#8216;openness&#8217; is coming down the pipe. Worst case scenario: I&#8217;ll buy another video card. However, it seems like the best open source video support goes to Intel&#8217;s integrated video hardware. Since ATI is owned by AMD and NVIDIA is owned by Intel I&#8217;m pretty sure Intel is sharing info about the integrated video because it&#8217;s their low-end hardware. Somebody tell me what a good 3D and dual-head capable video card is for Linux. It all looks bad outside of older hardware that has been reverse engineered.</li>
<li>The black gloss looks great in photos but is a bitch to keep clean in the real world. Anybody that&#8217;s owned a black car knows that.</li>
<li>Frickin&#8217; Windows Sideshow display is completely worthless, even if I was running Windows.</li>
<li>Too many wires and cables. I definitely appreciate why people pay a lot for an iMac.</li>
</ol>
<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/xps-wires.jpg' alt='Dell XPS 420 Lots of Wires' /></p>
<h3>Overall</h3>
<p>I&#8217;m very pleased with this system. It&#8217;s extremely nice and it&#8217;s a pleasure to finally use a high-powered machine with plenty of screen real estate to run my favorite open source graphics programs. I apologize for the long review (took WAY too long to finish) but there were a lot of relevant details. I hope this review is helpful for Linux users looking for new hardware especially.</p>
<div style="clear:right;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/01/dell-xps-420-with-linux-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kodak C330: Apparent SD Card Size Limitation</title>
		<link>http://www.bohemianalps.com/blog/2008/01/kodakc330/</link>
		<comments>http://www.bohemianalps.com/blog/2008/01/kodakc330/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 00:36:07 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/01/04/kodakc330/</guid>
		<description><![CDATA[Yes, this camera is over two years old. However, we&#8217;ve been wanting to replace my wife&#8217;s 256 MB SD Card for some time now. With much appreciation, we received a shiny new Kodak-brand 2 GB SD Card for Christmas from her parents. Excellent. I finally got around to trying it out today only to discover [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2008/01/c330.gif' alt='Kodak C330' style='float:right; margin:1em 0 1em 1em;' /></p>
<p>Yes, this camera is over two years old. However, we&#8217;ve been wanting to replace my wife&#8217;s 256 MB SD Card for some time now. With much appreciation, we received a shiny new Kodak-brand 2 GB SD Card for Christmas from her parents. Excellent.</p>
<p>I finally got around to trying it out today only to discover that the C330 camera reads the card as &#8216;Full&#8217; and any attempt to format the SD Card (which I know to be completely empty) results in the statement &#8216;Filesys Error 0e0010&#8242;.</p>
<p>Fortunately I have another SD Card-based digital camera. It sees that the card is empty and says I can take 600+ pictures at some ridiculously high resolution. I even tried swapping my other camera&#8217;s 2 GB SD card with the new one with the same result.</p>
<p>My conclusion is that it&#8217;s the size of the card at fault. The 32 MB and 256 MB cards we have work just fine with the C330 while the two different 2 GB cards both have the same problem with this camera. This isn&#8217;t surprising coming from a fairly inexpensive camera, but still disappointing knowing that her parents could have spent a lot less money for a card that we could use.</p>
<p>My last gripe is that this apparent limitation isn&#8217;t listed in the specifications for the camera in the user manual or on the Kodak site. Perhaps the primary audience for this device is the type that just uses the card it comes with? Perhaps Kodak never imagined SD Cards getting so big! <img src='http://www.bohemianalps.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/01/kodakc330/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Dell XPS 420: Linux Dream Machine?</title>
		<link>http://www.bohemianalps.com/blog/2007/12/new-dell-xps-420-linux-dream-machine/</link>
		<comments>http://www.bohemianalps.com/blog/2007/12/new-dell-xps-420-linux-dream-machine/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 05:04:34 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/12/30/new-dell-xps-420-linux-dream-machine/</guid>
		<description><![CDATA[One week before Christmas my beloved Thinkpad T42 started having motherboard problems. After a little looking around I found that the problem was common. I don&#8217;t know what the deal is exactly, but pressing on the keyboard or touchpad too hard causes the display to flicker and the system to freeze. As a bonus it [...]]]></description>
			<content:encoded><![CDATA[<p>One week before Christmas my beloved Thinkpad T42 started having motherboard problems. After a little looking around I found that the problem was common. I don&#8217;t know what the deal is exactly, but pressing on the keyboard or touchpad too hard causes the display to flicker and the system to freeze. As a bonus it will also freeze at completely random moments. No more reconditioned laptops for this kid.</p>
<p>So I just finished ordering my first Dell desktop. I have been looking around at the Circuit City, Gateway, NewEgg and System 76 sites. They all have great Core 2 Duo-based systems at good prices. I applaud what System 76 is doing selling Ubuntu pre-installed systems only. Unfortunately it looks like they can&#8217;t compete with the buying power of the much larger discount computer manufacturers. I can&#8217;t deny my financial situation. The price difference is just too great. I even looked at building my own machine with pieces from NewEgg, but after talking to a friend I swallowed my former-Apple-promoting pride and gave Dell a try.</p>
<p>First I looked at the Ubuntu Pre-installed systems that Dell offers. Much to my disappointment the offering is very limited and not high-powered. To me, I would think that Linux users are generally advanced computer users that buy fairly high-end systems. I&#8217;m sure they did a lot of market research to determine what systems to offer, but this looks like a misstep to me. Perhaps their target isn&#8217;t people that know how to install Linux on any machine. Perhaps their target audience are people looking for an inexpensive alternative to Windows. However, if that indeed is the goal why aren&#8217;t they selling the Linux systems along side the Windows systems?</p>
<p>I decided to just shop at the regular Dell store and install Ubuntu myself. From what I&#8217;ve read, there are Linux drivers for most of the hardware provided, albeit &#8216;restricted&#8217; drivers provided by the manufacturer. I don&#8217;t have a problem with installing these drivers. I&#8217;m grateful that the manufacturers even bother to provide them. Also, the companies will respond to increased demand for their product. They won&#8217;t necessarily respond to an extremely small group of people bitching about their drivers being open source. That&#8217;s how I look at it.</p>
<p>I settled on the XPS 420 because of its price range and power. Here are my new machine&#8217;s specs:</p>
<ul>
<li>Intel&reg; Core 2 Q6600 Quad-Core (8MB L2 cache, 2.4GHz, 1066FSB)</li>
<li>128MB ATI Radeon HD 2400 PRO </li>
<li>3GB Dual Channel DDR2 SDRAM at 667MHz &#8211; 4 DIMMs</li>
<li>320GB &#8211; 7200RPM, SATA 3.0Gb/s, 16MB Cache</li>
<li>CD/DVD Burning Optical Drive</li>
<li>External speakers with sub-woofer</li>
<li><strong>FINAL PRICE: $974</strong> (after $100 savings, before tax/shipping)</li>
</ul>
<p>The video card is supposed to be capable of outputting to two displays. However, I am prepared to buy a second video card later if that doesn&#8217;t work under Linux. I know that my Apple G5&#8242;s video card doesn&#8217;t successfully accomplish dual-display under Linux even though it works fine under OSX. Maybe xrandr is more capable with this particular video card. I am very impressed with the potential of xrandr, especially after my S-Video Out setup from a few weeks ago.</p>
<p>I&#8217;m expecting this machine to be everything I could ask for in my own personal design/development system. It should be delivered before the end of the week, but with the New Years holiday it might be next week before I can get back to working in Linux. I will report on the outcome asap.</p>
<p style="padding:1em; background-color:#AFEEEE;">
<strong>Homework assignment:</strong><br />
If anyone can explain exactly how many &#8216;cores&#8217; are in the above listed processor, I&#8217;d love to know. Due to the 4-DIMM ram setup I am guessing the magic number is four. However, the title &#8216;Core 2 Quad Core&#8217; is confusing. If a Core Duo has two cores, a Core 2 Duo has four cores, then  a Core 2 Quad Core should have eight cores, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/12/new-dell-xps-420-linux-dream-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching Internet TV on My TV</title>
		<link>http://www.bohemianalps.com/blog/2007/12/internettv/</link>
		<comments>http://www.bohemianalps.com/blog/2007/12/internettv/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:43:54 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/12/05/internettv/</guid>
		<description><![CDATA[Recently, due to our move and lack of willing to pay for a DVR with our cable subscription, my wife has introduced me to how the big networks are offering all their shows online. It&#8217;s great. Really. Unfortunately, this means my wife has been sitting in our bedroom watching her favorite shows on a 19&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, due to our move and lack of willing to pay for a DVR with our cable subscription, my wife has introduced me to how the big networks are offering all their shows online. It&#8217;s great. Really.</p>
<p>Unfortunately, this means my wife has been sitting in our bedroom watching her favorite shows on a 19&#8243; computer monitor hooked up to our Apple G5.</p>
<p>Solution: I found an RF modulator at Wal-Mart for $20 (RCA I think) that lets me hook my laptop&#8217;s S-Video output up to our old 30&#8243; CRT. I wouldn&#8217;t write any letters on it or do lengthy reading, but video and images look pretty good. Using Linux certainly threw a few curve balls into an otherwise simple setup.</p>
<h3>So, how can I too enjoy Internet TV on my old CRT Television?</h3>
<p>Well, you are in luck, &#8216;cuz I did all the hunting around for you. At least if you are running Ubuntu Linux 7.10 on a Thinkpad T42.</p>
<p>Here&#8217;s how to use the xrandr tools to start your S-Video out:<br />
<a href="http://mfbernardes.com/drupal/content/finally-i-got-tv-out-s-video-working-my-thinkpad-t42#comment-14">mfbernardes.com: Finally I Got S-Video Working My Thinkpad T42</a><br />
<a href="http://wiki.debian.org/XStrikeForce/HowToRandR12">XStrikeForce: HowToRandR</a></p>
<p>I took Mr Bernardes&#8217; terminal commands and created custom application shortcuts for each separate step that I use frequently:</p>
<ol>
<li>Activate S-Video<br />
<code>xrandr --output S-video --set load_detection 1</code></li>
<li>Start S-Video OUT<br />
<code>xrandr --output S-video --auto</code></li>
<li>Turn LCD OFF<br />
<code>xrandr --output LVDS --off</code></li>
<li>Turn LCD ON<br />
<code>xrandr --output LVDS --auto</code></li>
</ol>
<p>Then simply go to NBC.com, CBS.com or whatever. Hell, YouTube even.</p>
<p>Another good thing that helps position your video window on the TV for optimal viewing is the ZOOM capabilities of Compiz-Fusion. So look into that. You can get it set just right without too much visual noise around the video.</p>
<h3>Wait a second, all my favorite shows are on ABC&#8230;</h3>
<p>If you haven&#8217;t figured it out yet, ABC has a custom video player that is not available for Linux. That&#8217;s a deal breaker right there. Especially since that&#8217;s my wife&#8217;s favorite channel currently.</p>
<p>Luckily, the good folks over at WINE are doing a smash-up job. The trick is to install the Windows version of Firefox over WINE and then watch ABC from Firefox/Windows. Check out the following info for details:</p>
<p><a href="http://www.jdeslippe.com/wordpress/?p=103">JDESLIPPE</a></p>
<p>It&#8217;s a pretty clever solution. Not too many details there.</p>
<h3>What about audio?</h3>
<p>The RF Modulator that I bought has inputs for component audio that will then pass to your TV via COAX. I actually have a receiver stereo, so I push the audio through that from my laptop for the full experience.</p>
<h3>That was simple!</h3>
<p>I don&#8217;t guarantee this will work, but I wish you luck if you choose this challenge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/12/internettv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logitech MX310 and Ubuntu</title>
		<link>http://www.bohemianalps.com/blog/2007/05/mx310/</link>
		<comments>http://www.bohemianalps.com/blog/2007/05/mx310/#comments</comments>
		<pubDate>Sat, 05 May 2007 15:01:27 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/05/05/mx310/</guid>
		<description><![CDATA[I spent some time setting up my Logitech MX310 mouse to work with Ubuntu and Beryl. The Beryl Settings Manager provides an amazing amount of customization IF you can find what you are looking for. Beryl is making a lot of progress in the interface, but it&#8217;s a very complicated mechanism they&#8217;ve built and there [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2007/04/logitech-mx310.png' alt='Logitech MX310 Button Map' style="float:right; padding:0 0 2em 2em;" /></p>
<p>I spent some time setting up my Logitech MX310 mouse to work with Ubuntu and Beryl. The Beryl Settings Manager provides an amazing amount of customization IF you can find what you are looking for. Beryl is making a lot of progress in the interface, but it&#8217;s a very complicated mechanism they&#8217;ve built and there really isn&#8217;t any way to simplify it. So you simply have to get your hands dirty. However, I am hoping this post can help you out. With a little help, your MX310 will be invoking Beryl&#8217;s Window Picker (a lot like Expose in OSX) with the click of a button.</p>
<p>First, you have to know which button is which. My little drawing on the right illustrates how my system sees the MX310 buttons. This may be different for you depending on your X configuration. I can&#8217;t recall customizing my setup, so I&#8217;m hoping I have a default configuration. Note that the very top button and the scroll-wheel-click register as the same button. <img src='http://www.bohemianalps.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Second, you have to go to the Beryl Settings Manager. I would start with disabling a few default settings that simply have no purpose and only create confusion when they are accidently invoked: Window Opacity and Window Saturation. It&#8217;s cool what Beryl can do with these features to create feedback, but being able to see the window below my active window via transparency is perfectly worthless. Let&#8217;s get started:</p>
<ol style="padding:.2em 0;">
<li>Open Beryl Settings Manager</li>
<li>
<p>Go to:<br /> General Options/ Shortcuts/ Keyboard and Mouse/ <strong>General Options</strong>/ Bindings.</p>
<table cellpadding="3" border="1" width="100%">
<tr>
<td width="65%">Increase Opacity</td>
<td>Disable</td>
</tr>
<tr>
<td>Decrease Opacity</td>
<td>Disable</td>
</tr>
<tr>
<td>Increase Saturation</td>
<td>Disable</td>
</tr>
<tr>
<td>Decrease Saturation</td>
<td>Disable</td>
</tr>
<tr>
<td>Hide All Windows And Focus Desktop</td>
<td>&lt;Control&gt;Button2</td>
</tr>
</table>
</li>
<li>
<p>Go to:<br /> General Options/ Shortcuts/ Keyboard and Mouse/ <strong>Scale</strong>/ Bindings.</p>
<table cellpadding="3" border="1" width="100%">
<tr>
<td width="65%">Initiate Window Picker for All Workspaces</td>
<td>Button2</td>
</tr>
</table>
</li>
<li>
<p>Congratulations You&#8217;re Set!</p>
</li>
</ol>
<p>Let me know if this was helpful or if you have discovered a different configuration.</p>
<div style="clear:right;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/05/mx310/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 6.06 on 1.6 GHz PowerMac G5 (part 3)</title>
		<link>http://www.bohemianalps.com/blog/2006/11/ubuntu-606-on-16-ghz-powermac-g5-part-3/</link>
		<comments>http://www.bohemianalps.com/blog/2006/11/ubuntu-606-on-16-ghz-powermac-g5-part-3/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 13:35:03 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2006/11/07/ubuntu-606-on-16-ghz-powermac-g5-part-3/</guid>
		<description><![CDATA[The first thing to do with Ubuntu on a G5 is reconfigure the X server. By doing this you will be able to expand your allowed screen resolution from 1024 x 8XX to 12XX x 1024 or possibly 16XX x whatever. This was a big issue for me. 1024 is just not big enough. When [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing to do with Ubuntu on a G5 is reconfigure the X server. By doing this you will be able to expand your allowed screen resolution from 1024 x 8XX to 12XX x 1024 or possibly 16XX x whatever. This was a big issue for me. 1024 is just not big enough.</p>
<p>When doing this make sure you know your G5&#8242;s video card and model (my 1.6 GHz G5 has nVidia GeForce FX5200). There are plenty of questions within the set up process where you will simply give the default answer because you don&#8217;t know what the hell they&#8217;re talking about. If the question sounds over your head, just relax and most likely there&#8217;ll be some helpful notes there for you. Open a terminal and enter the following to begin the set up:</p>
<p>sudo dpkg-reconfigure xserver-xorg</p>
<p>After that&#8217;s done it&#8217;s pretty much business as usual. There are a few sacrifices. The G5 is fast, but I think the video card isn&#8217;t being used to it&#8217;s potential by Linux. When the screen saver that looks a lot like the standard OSX colored-flare screen saver comes on, it seems to work the machine pretty hard. In fact, any of those more dynamic screen savers run a bit choppy. The G5 should have no problem with those things, but that&#8217;s truly the least of my concern.</p>
<p>The other issue is that of sitting at a Mac with a Mac keyboard but not being able to use the &#8216;Apple&#8217; key like you used to. There is a lot of room for custom key commands, but Linux looks at the Apple-keys as two separate buttons rather than two buttons with the same function. So, the left key can be set up differently than the right key. It makes one wonder about the use of the control key. Well, the location of the control key anyway. The Apple key location makes so much more sense. It&#8217;s definitely more ergonomic.</p>
<p>For the record, I plan on reinstalling OSX and selling my G5. I want a Linux-only system and the G5 (with my limited Linux and programming capabilities) is just not the easiest machine to use. There is also the fact that I want a laptop, so my perspective might be distorted. My assessment is similar to others: If you have a Mac, run OSX. There are some things about OSX that I don&#8217;t like and there are some things about Linux that I like, want to learn more about and promote. The day the GIMP supports CMYK will be the nail in the coffin for me, but until then I&#8217;m going to try hard to make designing for print and the web in Linux work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2006/11/ubuntu-606-on-16-ghz-powermac-g5-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
