<?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>Misfiring Neurons &#187; Rants</title>
	<atom:link href="http://pavel.tcholakov.net/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://pavel.tcholakov.net</link>
	<description>Just another geek with a blog</description>
	<lastBuildDate>Wed, 24 Feb 2010 16:30:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows, NVIDIA, and oversaturated colours</title>
		<link>http://pavel.tcholakov.net/2009/12/windows-nvidia-and-oversaturated-colours/</link>
		<comments>http://pavel.tcholakov.net/2009/12/windows-nvidia-and-oversaturated-colours/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 18:08:37 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://pavel.tcholakov.net/?p=176</guid>
		<description><![CDATA[After a recent power dip, I had to reboot my machine and the colours went completely crazy. I have an HP 2475w wide-gamut monitor which can produce some seriously "dayglo" colours - e.g. the orange in the Firefox icon became an eye-searing hypersaturated red. Since my PC is on 24/7 for long intervals at a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pavel.tcholakov.net/wp-content/uploads/2009/12/nvidia-digital-vibrance.png"><img class="alignright size-medium wp-image-177" title="nvidia digital vibrance" src="http://pavel.tcholakov.net/wp-content/uploads/2009/12/nvidia-digital-vibrance-300x214.png" alt="" width="300" height="214" /></a>After a recent power dip, I had to reboot my machine and the colours went completely crazy. I have an HP 2475w wide-gamut monitor which can produce some seriously "dayglo" colours - e.g. the orange in the Firefox icon became an eye-searing hypersaturated red. Since my PC is on 24/7 for long intervals at a time, it was absolutely impossible to tell what had caused this. I had been evaluating some new raw converters recently so my initial guess was that some software I installed had made the change. After much frustration, uninstalling apps, and several reboots later, it turns out that the culprit is the  latest NVIDIA drivers which default the "digital vibrance" setting to 90% (where it had previously been 50%).</p>
<p>WTF, NVIDIA? Please don't screw with my colours and focus on building better hardware instead. Secondly, how did this update get WHQL approval and made it into Microsoft's Windows Update? It's little things like this that have made all the pros move to Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2009/12/windows-nvidia-and-oversaturated-colours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developers, developers, developers</title>
		<link>http://pavel.tcholakov.net/2009/08/windows-command-line-rant/</link>
		<comments>http://pavel.tcholakov.net/2009/08/windows-command-line-rant/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:47:18 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pavel.tcholakov.net/?p=155</guid>
		<description><![CDATA[Yes, what else, I'm referring to the infamous Steve Ballmer going crazy on stage scene. Bruce Eckel recently wrote in a blog post:
He's right, developers are important. And if you only go to Microsoft conferences, it looks like all developers are using Windows. But if you go to any other developer conference, everyone is using [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, what else, I'm referring to the infamous <a href="http://www.youtube.com/watch?v=8To-6VIJZRE">Steve Ballmer going crazy</a> on stage scene. <a href="http://www.artima.com/weblogs/viewpost.jsp?thread=266136">Bruce Eckel recently wrote</a> in a blog post:</p>
<blockquote><p><em>He's right, developers are important. And if you only go to Microsoft conferences, it looks like all developers are using Windows. But if you go to any other developer conference, everyone is using Macs.</em></p></blockquote>
<p>Which got me thinking, WTF is up with the Windows command prompt? If there's one thing developers need, it's a solid command line interface which lets them manipulate OS primitives with the minimum of fuss. So why do I find myself installing <a href="http://cygwin.com/">Cygwin</a> and <a href="http://code.google.com/p/puttycyg/">puttycyg</a> on every Windows machine that I need to get some work done with? Maybe I'm just a *nix die-hard who's too stubborn to learn something new but it works great, for the most part (what's wrong is the subject of another rant altogether).</p>
<p>Some will probably say that <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">PowerShell</a> is meant to be the answer but I disagree. It may be nice for scripted rolling out of patches and performing other sysadmin-type tasks en masse but c'mon, who wants to use that as their shell? Even if you were willing to dig deeper and learn the arcane syntax, you're still stuck in the same old DOS box "terminal" that the regular cmd.exe runs in. Even trivial operations like resizing the window or copy &amp; paste are a misson. A Google search for <em>"<a href="http://www.google.com/search?q=Those+who+don't+understand+UNIX+are+condemned+to+reinvent+it%2C+poorly">Those who don't understand UNIX are condemned to reinvent it, poorly</a>"</em> returns a similar <a href="http://blog.brandonbloom.name/2009/04/powershell-condemned-to-reinvent.html">rant about PowerShell</a> as one of the top results so clearly I'm not the only one frustrated by it. It all sounds very good on paper what with the pipes on steroids and .NET integration but it somehow fails to provide a shell replacement.</p>
<p>Are all Windows developers hopelessly stuck somewhere deep inside the Visual Studio GUI? (The ones that haven't migrated to the Mac yet, anyway?)</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2009/08/windows-command-line-rant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vista and file deletion</title>
		<link>http://pavel.tcholakov.net/2009/04/vista-and-file-deletion/</link>
		<comments>http://pavel.tcholakov.net/2009/04/vista-and-file-deletion/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:33:54 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://pavel.tcholakov.net/?p=134</guid>
		<description><![CDATA[I've been running Windows Vista for about a year and a half (my desktop hasn't been reinstalled once), and find it to be great. But every once in a while I still encounter the ridiculously slow performance issue where file operations take forever - even simply browsing into a folder with Explorer. Here is an [...]]]></description>
			<content:encoded><![CDATA[<p>I've been running Windows Vista for about a year and a half (my desktop hasn't been reinstalled once), and find it to be great. But every once in a while I still encounter the ridiculously slow performance issue where file operations take forever - even simply browsing into a folder with Explorer. Here is an example of a folder deletion of a small source project with a bunch of Git history in it that Windows has been busy deleting for a good half an hour now:</p>
<p><a href="http://smg.photobucket.com/albums/v124/pcholakov/FAIL/?action=view&amp;current=vista_file_deletion_fail.png" target="_blank"><img src="http://img.photobucket.com/albums/v124/pcholakov/FAIL/vista_file_deletion_fail.png" border="0" alt="Photobucket" /></a></p>
<p>A whole bunch of fixes were supposed to have been included in SP1 but it seems like some problems still remain <img src='http://pavel.tcholakov.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>UPDATE: it's something to do with the folder being shared - and unsharing takes extremely long, while keeping the hard drive very busy. Possibly some kind of dodgy recursive file system metadata update? Deleting from the command line with "rmdir /s" solved the problem in the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2009/04/vista-and-file-deletion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Random rants</title>
		<link>http://pavel.tcholakov.net/2008/08/rants-for-the-day/</link>
		<comments>http://pavel.tcholakov.net/2008/08/rants-for-the-day/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 09:36:44 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[home theater]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[media centre]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://kay.za.net/?p=78</guid>
		<description><![CDATA[
Is the SOAP Stack an Embarrassing Failure? (Or should that be "Java's SOAP Stack" rather?) Axis 2, um, "leads the pack" in that regard. WS-* not complicated enough for you? Let's reinvent the app server wheel while we're at it too. If you have to do Web Services in Java, I recommend you check out [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Is the <a href="http://www.infoq.com/news/2008/08/rest-vs-soap-stack">SOAP Stack an Embarrassing Failure?</a> (Or should that be "Java's SOAP Stack" rather?) Axis 2, um, "leads the pack" in that regard. WS-* not complicated enough for you? Let's reinvent the app server wheel while we're at it too. If you have to do Web Services in Java, I recommend you check out <a href="http://www.springframework.org/spring-ws/">Spring Web Services</a>.</li>
<li>Enabling Media Sharing in Vista doesn't unblock the Windows Firewall ports it uses. A while ago I got this to work with my Xbox 360 (though it was much slower and never worked with video compared to the free, 3rd party app <a href="http://www.tversity.com">TVersity</a>). Then one day it decided to stop working. Turns out that Windows Firewall decided to block it for no apparent reason. This despite me re-enabling Media Sharing several times afterwards. @#$%! And this, kids, is why <a href="http://www.reghardware.co.uk/2008/08/19/apple_acsi_poll_win/">Apple is winning this round</a>.</li>
<li>Badly implemented Ajax is worse than no Ajax. We survived for many years without dynamic web pages but now everyone feels the need to Web 2.0-ify their online presence. Looking at you, <a href="http://www.goodreads.com/">Good Reads</a>. Rendering badly in Firefox is not hip in this day and age <img src='http://pavel.tcholakov.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p>P.S. Don't you just hate it when they put footnotes at the <em>end </em>of a book?</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2008/08/rants-for-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Reading for Game Developers</title>
		<link>http://pavel.tcholakov.net/2008/04/useful-reading-for-game-developers/</link>
		<comments>http://pavel.tcholakov.net/2008/04/useful-reading-for-game-developers/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 08:30:26 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://kay.za.net/?p=59</guid>
		<description><![CDATA[Established game studios' staff as well as would-be game developers should check out The 7 Commandments All Video Games Should Obey over at Cracked.com. Commandments #5 and #6 sum up everything that is wrong with Assassin's Creed, but it's #7 - be playable with real friends in the same room as you - that I [...]]]></description>
			<content:encoded><![CDATA[<p>Established game studios' staff as well as would-be game developers should check out <a href="http://www.cracked.com/article_16196_7-commandments-all-video-games-should-obey.html">The 7 Commandments All Video Games Should Obey</a> over at Cracked.com. Commandments #5 and #6 sum up everything that is wrong with Assassin's Creed, but it's #7 - be playable with real friends in the same room as you - that I wish more games paid attention to. Even among the few games that do offer split screen, too many manage to get it so horribly wrong it's worth asking why they bothered in the first place. Just look at the various G.R.A.W. and Rainbow 6: Vegas titles - Ubisoft devs should sit down and play Halo 3 and Gears of War end to end with a buddy to see where the bar is at.</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2008/04/useful-reading-for-game-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faaaaaaaaast Forward</title>
		<link>http://pavel.tcholakov.net/2007/05/faaaaaaaaast-forward/</link>
		<comments>http://pavel.tcholakov.net/2007/05/faaaaaaaaast-forward/#comments</comments>
		<pubDate>Fri, 18 May 2007 08:06:39 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://kay.za.net/?p=39</guid>
		<description><![CDATA[Do you ever get the feeling that somebody's pushed the FFWD button of your life and not letting go? That is how I'm feeling this morning. And I can't even put my finger on why it is but in the back of my mind things are happening at a rapid rate. It's probably just a [...]]]></description>
			<content:encoded><![CDATA[<p>Do you ever get the feeling that somebody's pushed the FFWD button of your life and not letting go? That is how I'm feeling this morning. And I can't even put my finger on why it is but in the back of my mind things are happening at a rapid rate. It's probably just a reflection of the busy modern-day lifestyle and it's probably even something that you could enjoy on occasion. But right now, all I want to do is pause for a sec. At least I haven't lost my <a href="http://xkcd.com/c263.html">sense of humor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pavel.tcholakov.net/2007/05/faaaaaaaaast-forward/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
