<?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>Onward, Lusty Fellows!</title>
	<atom:link href="http://blog.naget.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.naget.com</link>
	<description>The chronicles of naget BDFLs and friends</description>
	<lastBuildDate>Sun, 07 Mar 2010 12:08:32 +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>Working with Xsplash</title>
		<link>http://blog.naget.com/2009/11/working-with-xsplash/</link>
		<comments>http://blog.naget.com/2009/11/working-with-xsplash/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 06:19:41 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.naget.com/?p=150</guid>
		<description><![CDATA[Every once in a while, I&#8217;ll come into contact with something that I can&#8217;t seem to put down: something that makes me giddy, like poptarts for breakfast or a really intriguing story. What has compelled me to curiosity? What new toy has challenged my tinkering spirit? Xsplash, part of the new &#8220;boot experience&#8221; in Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_151" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.naget.com/wp-content/uploads/2009/11/karmic-xsplash-orig.png"><img class="size-thumbnail wp-image-151" title="karmic-xsplash-orig" src="http://blog.naget.com/wp-content/uploads/2009/11/karmic-xsplash-orig-150x150.png" alt="karmic-xsplash-orig" width="150" height="150" /></a><p class="wp-caption-text">Ubuntu 9.10 Xsplash</p></div>
<p>Every once in a while, I&#8217;ll come into contact with something that I can&#8217;t seem to put down: something that makes me giddy, like poptarts for breakfast or a really intriguing story. What has compelled me to curiosity? What new toy has challenged my tinkering spirit? Xsplash, part of the new &#8220;boot experience&#8221; in Ubuntu 9.10.</p>
<p>When I first installed the latest Ubuntu release (then in Release Candidate form, a few days before the official launch), I was wowed by the boot splash that led up to the login window. It was very smooth and sleek; far nicer than the louder, more pronounced background used in 9.04. As chance would have it, I managed to break the splash screen (but that story is unrelated), and so I went on a relatively short and uneventful journey to restore it back to its former glory. I found a few posts around the web providing information on changing background, and I was able to set things right again.</p>
<div id="attachment_152" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.naget.com/wp-content/uploads/2009/11/karmic-xsplash-seahorse.jpg"><img class="size-thumbnail wp-image-152" title="karmic-xsplash-seahorse" src="http://blog.naget.com/wp-content/uploads/2009/11/karmic-xsplash-seahorse-150x150.jpg" alt="karmic-xsplash-seahorse" width="150" height="150" /></a><p class="wp-caption-text">Customized Xsplash</p></div>
<p>But the story doesn&#8217;t end there! See, I have this neverending quest to attain the perfect blend of functionality and eyecandy on my desktop (well, that&#8217;s subjective, but my taste suits me). The magic started to fade after  installing 9.10 on two other computers in my house. They all shared  the same boot splashes, so, of course I didn&#8217;t feel special anymore. I wanted something new. Specifically, I wanted to keep the login background in sync with my desktop wallpaper. That&#8217;s what this post is about: customizing your xsplash theme.</p>
<p><strong>Getting your hands dirty</strong></p>
<p>Xsplash details have been pretty rare as far as I can tell. A search for &#8220;xsplash documentation&#8221; yields&#8230; well, nothing really useful, so I&#8217;ve had to figure certain things out myself (and other people as well). One of the complaints leveled against xsplash and the new <abbr title="GNOME Display Manager">GDM</abbr> is that there aren&#8217;t any official configuration tools yet. This has led some to believe that it&#8217;s impossible to customize the appearance, but that&#8217;s simply a lack of ingenuity on their part: You just need to know where to look!</p>
<p>Your first stop should be <code>/usr/share/images/xsplash</code>. This directory has a few different images xsplash uses to create all the pretty effects. The filenames are very specific: The background image, logo, and throbber must all conform to their own naming schemes. I have not tested which logo or throbber file is used, but it appears that xsplash will only use a background image named <code>bg_2560x1600.jpg</code> (regardless of whether it&#8217;s actually 2560&#215;1600 or a JPEG image&#8212;I&#8217;ve tested with a 1440&#215;900 PNG image!).</p>
<p><strong>Fire up your terminal</strong></p>
<p>The first thing we want to do is backup the xsplash directory, just in case this blows up and we&#8217;re left with a messy, broken xsplash. So start that terminal and type in one of these:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>xsplash <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>xsplash.bk</pre></div></div>

<p><code>cp</code>, of course, <em>c</em>o<em>p</em>ies files from one location to another. Now, we&#8217;re going to replace the old xsplash background with whatever our current wallpaper is. I&#8217;m sure you already know the path and filename of the image, but that&#8217;s not fun to type every time you change your wallpaper. Instead, we can use gconftool to automate this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">bg_file</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$(gconftool --get /desktop/gnome/background/picture_filename)</span>&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>xsplash<span style="color: #000000; font-weight: bold;">/</span>bg_2560x1600.jpg
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${bg_file}</span>&quot;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>images<span style="color: #000000; font-weight: bold;">/</span>xsplash<span style="color: #000000; font-weight: bold;">/</span>bg_2560x1600.jpg</pre></div></div>

<p>The first line retrieves the value of the /desktop/gnome/background/picture_filename property&#8212;this is your current wallpaper. The second line removes the xsplash wallpaper, and the third line copies your wallpaper to the xsplash directory, replacing the old image. At this point, you can test your new xsplash by issuing the following command in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> xsplash</pre></div></div>

<p>It will disappear after a few seconds (but if you&#8217;re in a hurry you can press the ESC key on your keyboard). If your wallpaper appeared instead of the default image, perfect! If it messed up somehow, you&#8217;ve still got all the original files backed up, so you can restore them at any time (you can also reinstall the original artwork with <code>sudo apt-get install --reinstall ubuntu-xsplash-artwork</code>). Note that the throbber and logo should also appear (if you left them as-is).</p>
<p><strong>This can be easier&#8230;</strong></p>
<p>&#8230;so let&#8217;s automate the entire thing. I wrote a script that will keep the GDM, Xsplash, and desktop backgrounds in sync. You can get the file <a href="http://blog.naget.com/somestuff/update-xsplash">here</a>. Whenever you change your wallpaper, just run the script and everything will be taken care of. Admittedly, it&#8217;s not as easy as it could be (it is possible to turn it into a wallpaper monitoring daemon), but it was sufficient for my needs.</p>
<p>So, what are you waiting for? Go have some fun customizing xsplash!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/11/working-with-xsplash/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Things I miss when I use Windows</title>
		<link>http://blog.naget.com/2009/10/things-i-miss-when-i-use-windows/</link>
		<comments>http://blog.naget.com/2009/10/things-i-miss-when-i-use-windows/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:41:18 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.naget.com/?p=100</guid>
		<description><![CDATA[&#8220;Wolde you bothe eate your operating system, and have your operating system?&#8221; I&#8217;m sure that&#8217;s what John Heywood would have said if he were in my shoes, anyway (and if he weren&#8217;t busy talking about cakes&#8212;the glutton!). I like to use what I have on my computer (Ubuntu), but there are times when I must [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Wolde you bothe eate your operating system, and have your operating system?&#8221; I&#8217;m sure that&#8217;s what <a href="http://en.wikipedia.org/wiki/Have_one%27s_cake_and_eat_it_too">John Heywood</a> would have said if he were in my shoes, anyway (and if he weren&#8217;t busy talking about cakes&#8212;the glutton!). I like to use what I have on my computer (<abbr title="Fancy-shmancy GNU/Linux software distribution">Ubuntu</abbr>), but there are times when I must use other peoples&#8217; computers, and they don&#8217;t always use what I like. In fact, I&#8217;ve never met another person (<em>in</em> person) who does! So, it&#8217;s inevitable that I run into those little once-in-a-while differences. Here&#8217;s an incomplete list of things that noticeably change my computing experience.</p>
<p><strong>Quick copying and pasting.</strong> The X Window System has a mechanism whereby any selected text is stored (separate from the &lt;ctrl&gt;c &#8220;clipboard&#8221;). The aforementioned text can be pasted with the middle mouse button. I make frequent use of this feature when my hand is on the mouse because it&#8217;s just so quick to use.</p>
<p><strong>Interacting with inactive windows.</strong> Another X feature that I frequently use is the ability to keep interacting with &#8220;inactive&#8221; windows when the active window is in the way. Let&#8217;s say I&#8217;m talking to someone and reading an article at the same time. I want to keep my conversation window focused and on top, but I also need to scroll down on the article&#8217;s window to read the next paragraph.</p>
<p>In Windows, I have to click on the inactive window (with the article), which brings it in front and obscures the conversation window, scroll down, and then rummage through the taskbar to get to my conversation again. In X, I don&#8217;t need to lose focus of the conversation window at all because I can still send mouse events (like <em>scroll</em>) to inactive windows. I only need to move the mouse over the article window and use my mouse&#8217;s scroll wheel&#8212;the conversation never becomes the inactive window.</p>
<p><strong>Always on top always available.</strong> A nifty feature of the Gnome desktop environment (and I&#8217;m sure KDE) is that each window&#8217;s &#8220;window menu&#8221; (accessible from the icon in the title bar, by right-clicking the title bar, or by right-clicking the entry in the panel) has an &#8220;always on top&#8221; setting. Some programs in Windows do have this feature, but it&#8217;s not applicable everywhere. I realized that a few months ago when I was using my brother&#8217;s laptop.</p>
<p><strong>I miss the terminal.</strong> It makes me feel special.</p>
<p><strong>Compiz.</strong> At first, I thought Compiz was only for the eye candy. It does have a lot of silly things that don&#8217;t actually help you accomplish any tasks besides impressing your friends (or&#8212;in my case at least&#8212;nephew). But there sure is something to be said for how fluid and alive some modest settings for &#8220;wobbly windows&#8221; can make your desktop feel.</p>
<p><strong>Nice font rendering.</strong> This gripe really only extends to Windows XP, which sports no smoothing whatsoever unless it is turned on. Unfortunately I don&#8217;t know many people who <em>have</em> turned it on. Luckily, I don&#8217;t come across Windows XP very much anymore! (And thankfully no one turns it <em>off</em> in Vista.)</p>
<p><strong>Software repositories and package managers.</strong> Every once in a while I&#8217;ll have to install some software on someone&#8217;s computer. This is a real chore in Windows, because I have to search online for what I need, then (unless I already know of some trustworthy software) I usually research what I&#8217;ve found to make sure it doesn&#8217;t come with any nasty surprises. For an accurate depiction of the problem, check out &#8220;<a href="http://www.psychocats.net/ubuntucat/software-installation-in-linux-is-difficult/">software installation in linux is difficult</a>.&#8221;</p>
<p><strong>The Gnome applications menu.</strong> I love the Applications menu in Gnome. Why? Well, because the only things it lists are applications. The Windows &#8220;start menu&#8221; has quite a bit more than that&#8212;most software gets its own submenu in the menu with the program itself, documentation, maybe some links to websites, etc. Some program submenus even have submenus of their own! They&#8217;re all thrown in there willy-nilly as well. The other thing I love about the Gnome Applications menu is that software is categorized (accessories, games, graphics, internet, sound &amp; video, et cetera). I always know where to find what I&#8217;m looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/10/things-i-miss-when-i-use-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Code Monkies</title>
		<link>http://blog.naget.com/2009/04/code-monkies/</link>
		<comments>http://blog.naget.com/2009/04/code-monkies/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 05:59:10 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[satire]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=79</guid>
		<description><![CDATA[So have I observed: A good Code Monkey should know C++, Java, or both. (I have evaluated C# as well, but a lot of .NET and Mono programmers seem genuinely interested in getting things done, so they are therefore disqualified.) As a bonus, a good Code Monkey should take classes on either language. These classes [...]]]></description>
			<content:encoded><![CDATA[<p>So have I observed:</p>
<ul>
<li>A good Code Monkey should know C++, Java, or both. (I have evaluated C# as well, but a lot of .NET and Mono programmers seem genuinely interested in getting things done, so they are therefore disqualified.) As a bonus, a good Code Monkey should take classes on either language. These classes are perfect because they don&#8217;t actually teach you anything.</li>
<li>A good Code Monkey should disregard most other languages, except as toys, and should become familiar with the word &#8220;powerful&#8221; (but they should not give it any substantial definition in an argument). They should, however, avoid words like &#8220;expressive&#8221; (and any occurrence of the word should be remapped to &#8220;toy&#8221;).</li>
<li>A good Code Monkey knows that if it can be done in 5 lines of code in a toy language, it deserves to be done in 50 in a real language.</li>
<li>A good Code Monkey, further, knows that programming languages were not made for humans; they were made for computers.</li>
<li>A good Code Monkey knows that programming languages only exist as a source of income. It is not, as toy programmers seem to spout, about solving interesting problems, culture, art, history, fun, or anything intellectual (unless followed by property). It is only about the enterprise.</li>
<li>A good Code Monkey knows that if it does not exist in C++ or Java, it is probably not worth it, because all you need are pointers and long class names.</li>
<li>A good Code Monkey should learn the object oriented paradigm, because it is the only one that matters in an enterprise environment. However, they should not be lured into toy languages that utilize the object oriented paradigm in non-standard ways (see Ruby, a toy language): It is only necessary that they can create deep class hierarchies.</li>
<li>A good Code Monkey should also never be tempted to learn other programming paradigms, because if they want to make it in the world, there is only one way that they are required to think.</li>
<li>A good Code Monkey knows that a strong language has two key features: static typing (because all errors happen at compile time) and native machine code compilation (Java has been forgiven). As an added bonus, the more code that must be produced to have a working solution means that it is a stronger solution.</li>
<li>A good Code Monkey is able to judge a language based on the development environments that are available for it. As an added bonus, the harder it is to write code in a language without the full support of an enterprise-class IDE, the better the language is.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/04/code-monkies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sequential versus random access</title>
		<link>http://blog.naget.com/2009/04/sequential-versus-random-access/</link>
		<comments>http://blog.naget.com/2009/04/sequential-versus-random-access/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 20:46:17 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=75</guid>
		<description><![CDATA[It&#8217;s inevitable that clothes get dirty with time. It&#8217;s inevitable that you have to change out of your dirty clothes and into clean clothes. It is inevitable that the dirty clothes will need to be washed. I can accept these three principles as laws of nature without needing all the math. Unfortunately, it&#8217;s also inevitable [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s inevitable that clothes get dirty with time. It&#8217;s inevitable that you have to change out of your dirty clothes and into clean clothes. It is inevitable that the dirty clothes will need to be washed. I can accept these three principles as laws of nature without needing all the math. Unfortunately, it&#8217;s also inevitable that, when all is said and done, the clothes will come back to me. Why is that so bad? It has to do with storage. At the foot of my bed, and about a foot away from my door, there&#8217;s a fancy wooden dresser that keeps my clothes and other items. It has six drawers. The two on the top row house an odd collection of bits and bobs, such as pictures, letters, lethal weapons, a hard drive or two, and a deck of cards. Below that is the underwear and sock drawer, which, coincidentally, also has a Shirasaya Wakizashi. Below that is a drawer full of books that I don&#8217;t read. Below that, my shirts. Below that, my pants.</p>
<p>Now, I really hate putting my clothes away. I hate getting them out too. Why? What&#8217;s so bad about my setup? Well, sequential access doesn&#8217;t facilitate my workflow. It&#8217;s very inefficient that I have to stack my clothes sequentially when I don&#8217;t have any fixed outfits. This would be easier if I could stack them in such a way that I would always be able to take the top item from my shirts and pants drawer, but I like to mix things up.</p>
<p>I have concluded that random access clothing storage (RACS for short, or &#8220;closet space&#8221; if you want to sound boring) is definitely the way to go. My RACS capacity is unfortunately very limited, so I will have to continue using sequential access clothing storage. I am currently looking for funding and sponsorship for large-scale usability tests to come up with new innovations in RACS. MIT has shown interest. If <em>you</em> want to sponsor me or send me money, please contact me via comments and I will surely get back to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/04/sequential-versus-random-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stepping out of my comfort zone</title>
		<link>http://blog.naget.com/2009/03/stepping-out-of-my-comfort-zone/</link>
		<comments>http://blog.naget.com/2009/03/stepping-out-of-my-comfort-zone/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 00:57:12 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=53</guid>
		<description><![CDATA[At the end of February, I went to the Dell website to order a brand new laptop with which to surprise my brother. I navigated to the &#8220;open ource&#8221; section first to check the availability of a laptop with Ubuntu. Unfortunately, the one I had seen previously was no longer listed. I knew that ordering [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of February, I went to the Dell website to order a brand new laptop with which to surprise my brother. I navigated to the &#8220;open ource&#8221; section first to check the availability of a laptop with <a href="http://www.ubuntu.com/">Ubuntu</a>. Unfortunately, the one I had seen previously was no longer listed. I knew that ordering Windows XP would add another $150 to the price of the laptop, so I opted for &#8220;the-worst-case-scenario-as-far-as-I&#8217;d-been-told,&#8221; Vista. Everyone&#8217;s familiar by now with the multitude of <a href="http://en.wikipedia.org/wiki/Criticism_of_Windows_Vista">criticism</a> and backlash the two year old has suffered, so I won&#8217;t spend any time preaching its condemnation here. Instead, I&#8217;ll summarize my experience with it over the past few days. It&#8217;s not a complete rundown of every feature in Vista&#8212;just a few things I wanted to comment on.</p>
<p><strong>First impressions</strong></p>
<p>After primarily using <abbr title="as in freedom, but that's confusing, so just refer to open source">free</abbr> and open source software for so long, setting up an OEM installation of Windows is a little bit shocking. Now, you should understand that to us die-hard, liberated-from-shackles, grab-your-1740-replica-Katana-and-rebel open source guys, an <abbr title="End User License Agreement">EULA</abbr> is sort of like an affront to our personal freedom (yeah, deep down we know it&#8217;s kinda silly, but have some sympathy for us&#8212;we&#8217;re delicate). But true to form, I looked on in horror as several EULAs had to be accepted to use both Vista and the software that came with the computer.</p>
<p>When Vista was fully installed and usable, it was the familiar routine of plucking out the things we didn&#8217;t want or need. The control panel is a lot nicer in Vista. For some reason, I couldn&#8217;t ever find anything in the XP control panel unless I switched to the class view. (It might&#8217;ve been all the blue disorienting me.)</p>
<p>Not long after, our first order of important business was to use Microsoft&#8217;s Glorified Firefox Download Software™ (ie., IE) for obtaining a web browser.</p>
<p><strong>Style</strong></p>
<p>Certainly, one of the most publicized features of Vista is its updated look and feel. I&#8217;ve never really talked to anyone who feels neutral on this subject. They either love it or hate it. I like it, but I&#8217;m not satisfied with the handling of themes and theming in Windows. I&#8217;ve been spoiled by the wealth of customizations that are available  in GNOME, KDE, and other free desktop managers for Unix-like systems (Linux, BSD, &#8230;). In comparison Windows has always been extremely limited here. Theming is possible, of course, as a myriad of websites will show you; but it is not easily doable and usually requires third party software.</p>
<p>Instead of being built into Windows, theming is the responsibility of the individual applications that wish to implement it. (Safari has its own look, Advanced WindowsCare has its own look, et cetera.) I would rather have all the applications look the same. Some of my friends have said that I&#8217;m just boring, but a level of uniformity in the look and feel of each application allows me to know what to expect: It helps straighten the learning curve when I&#8217;m using new software.</p>
<p><strong>Explorer</strong></p>
<p>One of the features that I liked in Explorer was that the music directory showed album covers as if they were pages in an open folder. Unfortunately, it&#8217;s not an equal opportunity feature&#8212;even though I had installed the Ogg/Vorbis codec, it would only fetch information and art for the few mp3s in my collection (this one-sided behavior continued in Windows Media Player). About 85 to 95 percent of my music collection is Ogg/Vorbis. In the end, this feature is more of a novelty than a necessity, but it would have been nice to see it play well with the geeky kids across the street.<a href="#1">[1]</a></p>
<p>I like how the <a href="http://en.wikipedia.org/wiki/Breadcrumb_(navigation)">breadcrumb trail</a> has been separated into segments as well, although it doesn&#8217;t realize its full potential. For example, in Nautilus (the GNOME file manager), files can be dragged to different segments to move or copy them to that location. This is a useful feature when you want to move files or directories up a few levels. Other useful features it&#8217;s missing are tabs or <a href="http://farm3.static.flickr.com/2399/2194727964_51c35ce04e.jpg">split views</a>, and a quick directory search (like Firefox&#8217;s quick find).</p>
<p><strong>Still lacking a lot</strong></p>
<p>A lot of things are still lacking or impossible in Windows that are easy to do in other operating systems. For example, I wanted to mount an ISO image. This is a two click operation in many Linux distributions, or a single line in the terminal, but a search for how to mount an ISO image in Vista revealed that I would need to download third party software.</p>
<p>There are many glaring issues with software management as well. Installing and uninstalling software often requires a restart, and is still a series of unintuitive &#8220;click next&#8221; screens. There is no package management available; to obtain any software I have to go find it &#8220;in the wild.&#8221; I&#8217;m not really comfortable doing this, especially when it comes to closed source software (I found three programs for mounting ISOs, and only one was not reported to have malicious software of some kind).</p>
<p>I feel naked without a comprehensive set of command line utilities. <a href="http://www.catb.org/~esr/writings/unix-koans/gui-programmer.html">Sometimes it&#8217;s just a whole lot easier to tell the computer what you want to do with words, not clicks and motions</a>.</p>
<p><strong>Conclusion</strong></p>
<p>If I were still a Windows user, I would definitely upgrade from XP to Vista. Microsoft has taken a step in the right direction, and I&#8217;m looking forward to seeing what Windows 7 puts on the table. But I&#8217;m a Linux guy at heart. I have a different mindset when it comes to operating systems, from a design perspective and a usage perspective. Vista feels cumbersome because &#8220;the Windows way&#8221; doesn&#8217;t facilitate my workflow.</p>
<p>Ironically, almost none of my criticisms here are aimed at Vista in particular. I experienced the majority of these problems in XP as well. The core issues like look and feel, software management, and the &#8220;one true way&#8221; approach to design are true for all Microsoft operating systems to this date. However, I do understand that not everyone feels the same way I do. To them I&#8217;ll say that <a href="http://naget.com/blog/?p=9">Dane is right</a>: Give it a fair go before you throw it in the trashcan. You might even like it!</p>
<p>&#8230;</p>
<p>But if your heart is still set against it, try <a href="http://fedoraproject.org/">one</a> of the <a href="http://ubuntu.com">free</a> alternatives. <img src='http://blog.naget.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a name="1">[1]</a> My brother finally got the album information to display in WMP. Unfortunately, we only know how to do it one album at a time. <img src='http://blog.naget.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/03/stepping-out-of-my-comfort-zone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Programmer brainfood, part 2</title>
		<link>http://blog.naget.com/2009/02/programmer-brainfood-part-2/</link>
		<comments>http://blog.naget.com/2009/02/programmer-brainfood-part-2/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 00:09:34 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[self-help]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=46</guid>
		<description><![CDATA[Here is another set of articles with which to feed your brain. This time around the main focus of my article-scrounging is history and conduct, although a few general programming articles are still there. History is especially important for programmers to understand because it gives us a basis for why things are the way they [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another set of articles with which to feed your brain. This time around the main focus of my article-scrounging is history and conduct, although a few general programming articles are still there. History is especially important for programmers to understand because it gives us a basis for why things are the way they are today. Last time, I focused on dynamic programming languages (<a title="http://naget.com/blog/?p=23" href="http://naget.com/blog/?p=23">programmer brainfood</a>, part 1).</p>
<p><a title="http://www.paulgraham.com/disagree.html" href="http://www.paulgraham.com/disagree.html">How to Disagree</a></p>
<p>We all disagree on things. Sometimes we get carried away, or don&#8217;t exactly know <em>how</em> to disagree. This article by Paul Graham is a great overview of the argument pyramid, and a great set of guidelines for your next argument!</p>
<p><a title="http://www.b-list.org/weblog/2008/dec/05/python-3000/" href="http://www.b-list.org/weblog/2008/dec/05/python-3000/">Let&#8217;s Talk About Python 3.0</a></p>
<p>Although this article is focused on Python 3.0, the introduction is very insightful and applicable to many areas of life, programming included. (And if you&#8217;re interested in Python, go ahead and read the rest as well.) I had always agreed with the lesson of the introduction in some way or another, but reading it there really put things into perspective for me: reasons are important.</p>
<p><a title="http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html" href="http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html">Execution in the Kingdom of Nouns</a></p>
<p>Another long one by Steve Yegge. This time he&#8217;s focusing on &#8220;noun oriented programming&#8221; (which some also affectionately call &#8220;object obsessed programming&#8221;).</p>
<p><a title="http://www.joelonsoftware.com/articles/fog0000000069.html" href="http://www.joelonsoftware.com/articles/fog0000000069.html">Things You Should Never Do, Part 1</a></p>
<p>Joel Spolsky talks about a big mistake that a lot of people have made, and I&#8217;m no exception: throwing away code. &#8220;It&#8217;s important to remember that when you start from scratch there is absolutely no reason to believe that you are going to do a better job than you did the first time.&#8221;</p>
<p><a title="http://www.catb.org/~esr/faqs/hacker-howto.html" href="http://www.catb.org/~esr/faqs/hacker-howto.html">How To Become A Hacker</a></p>
<p><em>&#8220;There is another group of people who loudly call themselves hackers, but aren&#8217;t.  These are people (mainly adolescent males) who get a kick out of breaking into computers and phreaking the phone system.  Real hackers call these people ‘crackers’ and want nothing to do with them.&#8221;</em> Eric S. Raymond, long-time Unix hacker and author, presents an article and FAQ about (real) hacker culture.</p>
<p><a title="http://www.catb.org/~esr/writings/taoup/html/philosophychapter.html" href="http://www.catb.org/~esr/writings/taoup/html/philosophychapter.html">The Art of Unix Programming: Chapter 1, Philosophy</a></p>
<p>Although it&#8217;s worthwhile to read the entire chapter, the focal point here is the list of rules that support the Unix philosophy. It&#8217;s filled with software design wisdom. Some of my favorites are &#8220;separate policy from mechanism&#8221; and (paraphrasing) &#8220;a programmer&#8217;s time is expensive; a machine&#8217;s time is not.&#8221;</p>
<p><a title="http://www.catb.org/~esr/writings/taoup/html/historychapter.html" href="http://www.catb.org/~esr/writings/taoup/html/historychapter.html">The Art of Unix Programming: Chapter 2, History</a></p>
<p>Even if you have never used a Unix descendant, such as Linux or BSD, it has such a rich history that it is worth knowing. The birth of the Internet, the C programming language, and the Open Source Movement are all closely related to Unix. (The book is also available as a <a title="http://catb.org/~esr/writings/taoup/html/graphics/taoup.pdf" href="http://catb.org/~esr/writings/taoup/html/graphics/taoup.pdf">pdf</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2009/02/programmer-brainfood-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Two guys walk into a bar&#8230;</title>
		<link>http://blog.naget.com/2008/12/two-guys-walk-into-a-bar/</link>
		<comments>http://blog.naget.com/2008/12/two-guys-walk-into-a-bar/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 06:14:17 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=35</guid>
		<description><![CDATA[&#8230;and that&#8217;s why cell phones are dangerous. Here&#8217;s another story. Leading up to the end of my first college semester, my software design course swallowed its anchor chain and abruptly changed direction. We had spent nearly three fourths of the course studying basic programming concepts, with some rudimentary diagramming and an overview of object oriented [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;and that&#8217;s why cell phones are dangerous.</p>
<p>Here&#8217;s another story.</p>
<p>Leading up to the end of my first college semester, my software design course swallowed its anchor chain and abruptly changed direction. We had spent nearly three fourths of the course studying basic programming concepts, with some rudimentary diagramming and an overview of object oriented design (I think high-level structural programming concepts like first-class functions are more interesting, but that&#8217;s another post) mixed in. Where, then, did the anchor fall? Unfortunately, it fell during my month-long illness, but after one missed class I found out that we were far south of our high-level comrades: We had come to an archipelago called <span style="font-family: monospace; font-size: 10pt;">3AA0 1FA0 2F41 2F43</span> &#8230; sorry, &#8220;Machine Language.&#8221; We used a RISC-like machine simulator with 15 registers (0 through F) and 255 main memory &#8220;cells&#8221; (00 through FF), where each instruction occupies two cells (two bytes). I&#8217;ll spare the other details.</p>
<p>So here we are in this foreign archipelago (let me stress that most of the adventure was point-and-click), and I can tell that the crew is getting disoriented. A few weeks passed and Mr. Mendonsa gave word of our final test. Lucky for us, nothing that we covered in the first three fourths was on it &#8212; instead, the entire thing was about binary, hexadecimal, and our fabled machine language. One of my classmates asked if the test was to be taken there or online, to which the response was a resounding, &#8220;I&#8217;ll let you know&#8221; (paraphrasing).</p>
<p>Another week passed and I was becoming particularly worried that I wouldn&#8217;t be able to take the test at home. On the day of the test, about two and a half hours before class was supposed to start, an e-mail arrived bearing great news: The test was online! I could stay home! Furthermore, we had until the 15th of December to submit all unfinished work (including the test). This was on the 9th.</p>
<p>On the 10th, I took the test. There were 30 problems spread across 30 pages. Many of the problems required multiple answers (eg., &#8220;suppose you want to complement the middle four bits of a byte while leaving the other four bits undisturbed. What mask must you use together with what operation?&#8221;). The test had a possibility of 78 points. I was able to answer many of the questions with a fair amount of certainty (although this may have been because of my calculator, a two&#8217;s complement calculator I found online, and testing the machine language problems in the simulator before giving an answer&#8230; but hey, who&#8217;s counting?). The only problems I had to guess were the ones that I just didn&#8217;t really grok (I&#8217;m looking at you, binary fractions).</p>
<p>When I came to the final page, I had been taking the test for nearly one and one half hours. The problem was unceremoniously easy: &#8220;What is the hexadecimal value of 1001 0101 0110 1111?&#8221; I selected my answer (it&#8217;s 956F for the uninitiated), but I was not yet satisfied enough to press the submit button. Instead, I paraded around the livingroom, knowing that I had done well on the test. Lo that as soon as I returned to submit the test to my teacher, Firefox and some Java applet decided to go crazy and lock up my computer so that I had to restart.</p>
<p>Panic! Horror! The test remains unfinished!</p>
<p>Well, when I was able to use my computer again, I logged back into Blackboard to see if I had caused any major damage. I ventured onto the assignments page, clicked the final test link, and it told me to press &#8220;OK&#8221; to take the test. &#8220;The test is complete. Press OK to view the results.&#8221; &#8220;The test is incomplete. You cannot view the results. Press OK to continue.&#8221;</p>
<p>It was at this point that I wrote an e-mail to my teacher about my technical mishap. Two days passed with no response, so I decided to write another e-mail, just in case the first one had been lost. That didn&#8217;t yield any results either. Saturday rolled around, which meant that my teacher wouldn&#8217;t be checking his school-related mail. On Monday (if you&#8217;re keeping track, Monday was the 15th &#8212; The Last Day), there was still no reply.</p>
<p>Just to be sure, I went into Blackboard and checked the grades page. The results for my test had finally landed, but it wasn&#8217;t something to celebrate: Although it recognized that most of my answeres were correct, my score looked a lot like a 0.</p>
<p>Panic! Horror! I failed the class!</p>
<p>Instead of chancing another e-mail, I took the direct approach and called his office. Very fortunately for me, he answered, and I was able to go over the problem again. He explained that he had been too busy to check his e-mail over the week and that he was glad I called. He looked over the original e-mail, then went to Blackboard and manually scored my test. I ended up with a 71/78, not a 0. As the semester came to a close, my grand total came to a 96. I got an A. (The average grade on the test was a 34, but I suspect it was so low because certain layabouts didn&#8217;t take the test!)</p>
<p>What&#8217;s the moral of this story? Cell phones are still dangerous.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2008/12/two-guys-walk-into-a-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITP 100 weekly rituals</title>
		<link>http://blog.naget.com/2008/11/itp-100-weekly-rituals/</link>
		<comments>http://blog.naget.com/2008/11/itp-100-weekly-rituals/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:34:16 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=27</guid>
		<description><![CDATA[When I get to class, I insert my Kingston DataTraveler and go through the barrage of &#8220;new hardware detected or installed or please open this in Windows Media Player!&#8221; (what?), set the resolution on the monitor to something sane, turn on cleartype for slightly nicer font rendering, get rid of the search bar on the [...]]]></description>
			<content:encoded><![CDATA[<p>When I get to class, I</p>
<ol>
<li>insert my Kingston DataTraveler and go through the barrage of &#8220;new hardware detected or installed or please open this in Windows Media Player!&#8221; (what?),</li>
<li>set the resolution on the monitor to something sane,</li>
<li>turn on cleartype for slightly nicer font rendering,</li>
<li>get rid of the search bar on the taskbar,</li>
<li>adjust the mouse speed so that it doesn&#8217;t take an hour to get from one end of the screen to the other, and</li>
<li>open Firefox Portable to check on things before the teacher gets in.</li>
</ol>
<p>There has to be a better way to get my education.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2008/11/itp-100-weekly-rituals/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Programmer brainfood</title>
		<link>http://blog.naget.com/2008/11/programmer-brainfood/</link>
		<comments>http://blog.naget.com/2008/11/programmer-brainfood/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 10:55:14 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Sam]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[self-help]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=23</guid>
		<description><![CDATA[One of my favorite pastimes is scouring the internet for stuff to read. Much of the time I search for interesting articles about programming (in a broader sense than &#8220;just writing code&#8221;). These are the fruits of my labor. (This is taken from a post I made on a forum.) Teach Yourself Programming in Ten [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite pastimes is scouring the internet for stuff to read. Much of the time I search for interesting articles about programming (in a broader sense than &#8220;just writing code&#8221;). These are the fruits of my labor. (This is taken from a post I made on a forum.)</p>
<p><a rel="nofollow" href="http://norvig.com/21-days.html" target="_blank">Teach Yourself Programming in Ten Years</a></p>
<p>Many books claim to teach technical subjects in so-and-so days or hours. Peter Norvig disagrees with this approach and instead offers his own recipe for success, which includes teaching yourself over a span of ten years &#8212; not days.<strong></strong></p>
<p><a rel="nofollow" href="http://www.itworld.com/software/55415/knowing-java-not-knowing-much" target="_blank">Knowing Java is not knowing much</a></p>
<p>This article puts forth the idea that simply knowing a language doesn&#8217;t mean that you know a whole lot, whether it be Java, C, or something else. It&#8217;s a good, brief message.</p>
<p><a rel="nofollow" href="http://blog.plover.com/2006/09/11/" target="_blank">Design Patterns of 1977</a></p>
<p>I&#8217;ve seen a lot of people try to throw design patterns around to make things less painful, and while well-implemented ones can help out a whole lot, it doesn&#8217;t address a core issue: Design patterns show a deficiency in the language.</p>
<p><a rel="nofollow" href="http://www.voidspace.org.uk/python/weblog/arch_d7_2008_09_06.shtml#e1010" target="_blank">Static Typing, Dynamic Language Performance, V8 and Tracing JITs</a></p>
<p><em>&#8220;For optimisation, more is known about a program written in a dynamically typed language at runtime than</em><em> is known about programs in statically typed languages at compile time.&#8221;</em> Dynamic languages are getting much faster. This article drives the point that performance needn&#8217;t be a trade-off, and that the more you know about a program&#8217;s characteristics at runtime, the more it can be optimized.</p>
<p><a rel="nofollow" href="http://steve-yegge.blogspot.com/2008/05/dynamic-languages-strike-back.html" target="_blank">Dynamic Languages Strike Back</a></p>
<p>This is an entertaining and long (transcribed) talk that Steve Yegge gave earlier this year. It goes over a *lot* of stuff (when he&#8217;s not rambling <img src="http://i37.tinypic.com/34hyt1c.jpg" alt="Posted Image" />) and may take a while to read through, but it&#8217;s still enjoyable.</p>
<p><a rel="nofollow" href="http://www.paulgraham.com/avg.html" target="_blank">Beating the Averages</a></p>
<p>Paul Graham argues that all languages were not created equally, and shares what he believes &#8220;power&#8221; actually means. This is one of my favorite articles, and I highly recommend it to all programmers. (It is at least worth reading the &#8220;blub paradox&#8221; section.) He has other interesting essays posted on his website as well.</p>
<p><a href="http://blog.labix.org/2008/08/04/write-more-to-write-better">Write more to write better</a></p>
<p>From the comments: <em>Someone once asked Somerset Maugham if he wrote on a schedule or only when struck by inspiration. “I write only when inspiration strikes,” he replied. &#8220;Fortunately it strikes every morning at nine o’clock sharp.”</em> Not strictly for programmers, but just as effective!</p>
<p><a href="http://www.mindview.net/WebLog/log-0025">Strong typing vs. Strong testing</a></p>
<p>Bruce Eckel of &#8220;Thinking in [Java, C++]&#8221; fame offers the argument that strong testing, even in dynamically typed languages, trumps the presumed safety of static type systems. (Note that &#8220;strong typing&#8221; here refers to static typing.)</p>
<p>Have some of your own? Feel free to share them! <img src='http://blog.naget.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2008/11/programmer-brainfood/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Is hatred of Vista justified?</title>
		<link>http://blog.naget.com/2008/06/is-hatred-of-vista-justified/</link>
		<comments>http://blog.naget.com/2008/06/is-hatred-of-vista-justified/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 06:06:11 +0000</pubDate>
		<dc:creator>Dane</dc:creator>
				<category><![CDATA[Dane]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[O/S]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://naget.com/blog/?p=9</guid>
		<description><![CDATA[Hey, I just realised something. Why do people hate Vista so much? I think I’ve figured out why. It has had a bad image from the start. I mean sure, there were some problems related to performance which were pretty much fixed through updates, hotfixes and SP1, but from what opinions I’ve heard from numerous [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, I just realised something. Why do people hate Vista so much? I think I’ve figured out why.</p>
<p>It has had a bad image from the start. I mean sure, there were some problems related to performance which were pretty much fixed through updates, hotfixes and SP1, but from what opinions I’ve heard from numerous people, it doesn’t seem to have swayed the general view on Vista. Most of these opinions are extremely critical. I have to double check to make sure they really are talking about Windows Vista. (Okay, I had issues with it too at first, but I’m now over getting a PC game made in 2001 to work on Vista. I have two desktops at hand with XP Pro, SP3 installed.) Apart from a little software incompatibility &#8211; which is easily remedied thanks to the Internet, and issues about the performance requirements of the new O/S, (I like a very small memory footprint) I’ve had no problems whatsoever with Vista.</p>
<p>I’ve come to accept the fact that the hardware nowadays is well able to handle a measly thing like Vista. It’s just where I’m used to seeing a page file of 100 to 140 megabytes on start-up, I now see it climb over 1000 megabytes with little prodding. This is not affecting the performance on my laptop – hooray for RAM &#8211; just my mental state. You should read my previous entry to get an idea how much I care about memory footprints. With the aforementioned software incompatibility – again, this is to be expected. We must remember that Vista is not Windows XP, where XP is basically a beefed up Windows 2000. It’s a completely new system.</p>
<p>Aside from those hiccups – where I again feel the need to mention that they are entirely normal and to be expected – I have had absolutely no problems with Windows Vista. Everything I’ve done to it, whether it be installing it, networking it to another PC, a slice of gaming (MAME yay!) and just general computery stuff, etcetera – works like a charm. It really does. And in some cases, it works where XP doesn’t. So there!</p>
<p>After looking back on all this, why do people seem to hate it so much? The answer is simple. It has become the operating system which people love to hate. You know those self proclaimed power users who consider themselves a bit of a dab hand at computing – I reckon they just jump on the bandwagon and abuse Vista on online forums (while using Vista of course). Not to mention everyone else who has gotten swept up in all this. I honestly haven’t seen this much crap hurled at an operating system since Windows ME – and you gotta admit, that ‘un was at least justified in its reviews.</p>
<p>Up until Windows XP, we had a plethora of regular releases of operating systems and people were used to that. Now there’s a break of five years where people used XP the whole time. Then Vista popped up. I think people had far too high expectations of Vista (yes, Microsoft loved to talk about it) and were waiting for something to sweep everything else away. That’s never ever going to happen by the way!</p>
<p>Also when it was being developed, you’d get the occasional announcement that special features that were promised in the release were dropped. People weren’t happy about it. This went on for quite a while and by the time Vista was released… whoops. People were already ready to hate it. They wanted blood. And like all new operating systems, it had a few niggles, performance issues and wasn’t fully supported by hardware vendors and wasn’t a better experience than Windows XP in every way imaginable… yeah, it wasn’t a pretty spectacle once reviewers ripped it apart.</p>
<p>But hey, it seems to have stabilised quite a bit. People are buying it. Sales are good. Positive reviews from people who know what they’re talking about. Yeah, I reckon things are turning around. C’mon, give Vista a fair go. Don’t believe in all the negative hype. It’s a fact &#8211; some people will always hate Microsoft, no matter what you say.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.naget.com/2008/06/is-hatred-of-vista-justified/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
