<?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>EgoSystem &#187; Computing</title>
	<atom:link href="http://egosystem.istudio.ro/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://egosystem.istudio.ro</link>
	<description>Tudor's rant outlet</description>
	<lastBuildDate>Fri, 17 Sep 2010 15:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stupid software, pt. 4</title>
		<link>http://egosystem.istudio.ro/2007/12/17/stupid-software-pt-4/</link>
		<comments>http://egosystem.istudio.ro/2007/12/17/stupid-software-pt-4/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 12:24:30 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/12/17/stupis-software-pt-4/</guid>
		<description><![CDATA[I thought the previous post will be the last in this series (at least for a while), but I really must share this with you, it&#8217;s priceless. And of course it comes from my favorite, MS Windows. While trying to move some user&#8217;s documents from an old computer to a newly assigned one, I stumbled [...]]]></description>
			<content:encoded><![CDATA[<p>I thought the previous post will be the last in this series (at least for a while), but I really must share this with you, it&#8217;s priceless. And of course it comes from my favorite, MS Windows.</p>

<p>While trying to move some user&#8217;s documents from an old computer to a newly assigned one, I stumbled upon a folder which Windows Explorer refused to copy, the error message saying &#8220;Cannot copy file:&#8221;, then a blank for the file name (sorry, no screen shot for this one, I simply didn&#8217;t think of it at the time).</p>

<p>First thing that crossed my mind was that this was a path length problem, as I was copying the files through the network using <abbr title="Universal Naming Convention">UNC</abbr> paths (&#92;&#92;&lt;server&gt;&#92;&lt;share&gt;&#92;&lt;path&gt;), operation which most often than not suffers from this kind of problems. So I mapped the network path to a drive letter to slightly shorten it, but it still wouldn&#8217;t want to copy the damned folder.</p>

<p><span id="more-78"></span>So I manually copied each sub-folder in order to pinpoint the troublemaker. In the first screen shot you will see the full path of the folder, as displayed in explorer&#8217;s folders pane:</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-06.png" alt="Long folder structure" title="Long folder structure" /></p>

<p>The path is 132 characters long, not counting the backslashes:</p>

<blockquote>
  <p><code>D:&#92;Backup&#92;2006&#92;0 Research&#92;1 Competitii&#92;1 Competitii vechi&#92;Competitii 2005 si 2006 Ian-Iun&#92;Competitie Renault&#92;2005&#92;Informatii necesare&#92;articles&#92;</code></p>
</blockquote>

<p>But this next screen shot will show you the full name of the file which was causing the problem (see the yellow tooltip):</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-07.png" alt="Long file name" title="Long file name" /></p>

<p>The file name is 126 characters long:</p>

<blockquote>
  <p><code>Dacia a vandut aproape 164_000 de vehicule in 2005 – analize, stiri auto moto reportaje interviuri analize piata de masini.html</code></p>
</blockquote>

<p>So the file name containing the path is 258 characters long, just 3 over the 255 limit imposed by explorer (which probably uses an ANSI file function, instead of a Unicode one).</p>

<p>It is obvious that the file was created using the Save As command of a browser (probably IE 6) and not manually named by the user. Usually browsers name saved pages using the text from the HTML title tag (this is also true for my current version of <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> &mdash; 2.0.0.11 at the time of writing).</p>

<p>Yet Windows Explorer refused to do anything to that file: renaming failed silently without any visual feedback, while copy/move operations would fail with a stupid error message. This is nothing new in Windows, but I find it totally inadmissible in a 32bit operating system which dominates the market for such a long time. In my view it&#8217;s just proof of Microsoft&#8217;s total lack of respect for its customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/12/17/stupid-software-pt-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Killer keyboards and zombie scenarios</title>
		<link>http://egosystem.istudio.ro/2007/12/11/killer-keyboards/</link>
		<comments>http://egosystem.istudio.ro/2007/12/11/killer-keyboards/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 14:21:49 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/12/11/killer-keyboards/</guid>
		<description><![CDATA[Stumbled upon this site filled with useless and silly quizzes, but this one might be more truthful than it seems: Which is not something one would normally say about this one: Just too bad the code for the badge they provide on the site contains a shameless link to their dating service. Not nice. Oh [...]]]></description>
			<content:encoded><![CDATA[<p>Stumbled upon this site filled with useless and silly quizzes, but <a href="http://www.justsayhi.com/bb/keyboard" title="How Many Germs Live On Your Keyboard?">this one</a> might be more truthful than it seems:</p>

<p><img src="http://egosystem.istudio.ro/images/external/keyboard.png" alt="How Many Germs Live On Your Keyboard?" title="How Many Germs Live On Your Keyboard?" /></p>

<p>Which is not something one would normally say about <a href="http://www.justsayhi.com/bb/zombie" title="What Are Your Chances of Surviving a Zombie Apocalypse?">this one</a>:</p>

<p><img src="http://egosystem.istudio.ro/images/external/zombie.png" alt="What Are Your Chances of Surviving a Zombie Apocalypse?" title="What Are Your Chances of Surviving a Zombie Apocalypse?" /></p>

<p>Just too bad the code for the badge they provide on the site contains a shameless link to their dating service. Not nice. Oh well&hellip;</p>

<p><strong>Update December 11<sup>th</sup></strong>: I have removed the badge code because the background images linked externally were slowing down the page display. The code was also displaying inconsistently across browsers, so I just rendered the badges as images. I have kept the links to the quizzes, but not the ones to the dating service though.</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/12/11/killer-keyboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid software, pt. 3</title>
		<link>http://egosystem.istudio.ro/2007/12/09/stupid-software-pt-3/</link>
		<comments>http://egosystem.istudio.ro/2007/12/09/stupid-software-pt-3/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 20:44:04 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/12/09/stupid-software-hits-again/</guid>
		<description><![CDATA[This may well be the last installment for this series of posts, because as (I think) I have mentioned before I&#8217;ve quit my current sysadmin job. December 21 will be my last day with Graffiti BBDO, but this is going to be another post. I must confess the story of this first screenshot is a [...]]]></description>
			<content:encoded><![CDATA[<p>This may well be the last installment for this series of posts, because as (I think) I have mentioned before I&#8217;ve quit my current sysadmin job. December 21 will be my last day with <a href="http://graffiti.bbdo.ro/">Graffiti BBDO</a>, but this is going to be another post.</p>

<p>I must confess the story of this first screenshot is a little blurry, I took it several weeks ago but couldn&#8217;t find the time to write about it until now.</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-04.png" alt="Windows Explorer alert on Windows Server 2003 R2" title="Windows Explorer alert on Windows Server 2003 R2" /></p>

<p><span id="more-73"></span>I do remember though that I was trying to copy some files by dragging and dropping between two explorer windows. First mistake: since the windows were created by pressing <abbr title="Windows logo key">Win</abbr>+E, which is a system-wide shortcut for Windows Explorer, why on earth should the alert&#8217;s title bar read &#8220;Internet Explorer&#8221;?!</p>

<p>The next point may not be valid for native English speakers, but it sure was for me at the time. I understand English pretty well, I think I speak it decently (although the sequence of tenses is still a challenge even after so many years), but I&#8217;m aware that thinking in ones native tongue and reading messages in another can be a problem at times. At a first glance and swiftly translated to Romanian, the message seems to be asking the user to choose whether he or she wants to move or to copy files, but this is a question that can not be answered with yes or no. This is anyway a clear example of programmer laziness, since this situation would have been very easily avoided by presenting two different messages based on the circumstances. If the user was trying to move files (by holding the shift key while dragging), then the message should have read &#8220;Are you sure you want to move files from this zone?&#8221;. You get the idea. I also believe that   asking &#8220;Do you want to&hellip;&#8221; is condescending. Of course I want to move or copy files, that&#8217;s why I was dragging files between windows, dumb ass!</p>

<p>Next candidate for the Shitty Software Award (<abbr title="Shitty Software Award">SSA</abbr>) is&hellip; (drum roll)&hellip; <a href="http://www.roxio.com/">Roxio</a>!</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-05.png" alt="Progress dialog from Roxio Easy Media Creator 9" title="Progress dialog from Roxio Easy Media Creator 9" /></p>

<p>This is what you get from Roxio&#8217;s Easy Media Creator 9 if you are trying to burn multiple copies of the same project. After successfully burning the first copy, the progress indicator freezes saying &#8220;Current task: Please wait (100%)&#8221;. The Cancel button is also dead in the watter, you can break your mouse by clicking on it and nothing will happen, the program is frozen for good. Completely stupid!</p>

<p>And what bothers me the most is that Roxio&#8217;s Toast, the mac burning software, is a great piece of software, a lot more user friendly and a lot less bug-ridden.</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/12/09/stupid-software-pt-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not quite news&#8230;</title>
		<link>http://egosystem.istudio.ro/2007/12/01/not-quite-news/</link>
		<comments>http://egosystem.istudio.ro/2007/12/01/not-quite-news/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 09:54:30 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/12/01/not-quite-news/</guid>
		<description><![CDATA[But I still have to say it: I finally found some time and upgraded my WordPress installation to version 2.3, codenamed &#8220;Dexter&#8221; . I couldn&#8217;t have missed it for the world! I wish I could have made it for his birthday, but anyway&#8230; better late than never. Now I just wish I could also change [...]]]></description>
			<content:encoded><![CDATA[<p>But I still have to say it: I finally found some time and upgraded my <a href="http://wordpress.org/">WordPress</a> installation to version 2.3, codenamed &#8220;<strong>Dexter</strong>&#8221; <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> . I couldn&#8217;t have missed it for the world! I wish I could have made it for his birthday, but anyway&hellip; better late than never. Now I just wish I could also change the theme so it can be a true dedication to our beloved dog, but I have to be realistic about it: it&#8217;s not going to happen too soon.</p>

<p>Not now when I&#8217;m in the process of changing jobs&hellip; again! But more about this when it happens.</p>

<p><span id="more-76"></span>Also <strong>the site runs on new hardware</strong>, a long awaited and deserved upgrade to Pentium 4 2.8GHz HT (overclocked to 3.1GHz, of course), 1.2GB memory and 190GB storage space (2 &times; 80GB drives, plus a 30GB one).</p>

<p>The old hardware (Pentium III 550MHz, 512MB <abbr title="Random Access Memory">RAM</abbr>) has been retired for good, but the <a href="http://fedoraproject.org/">Fedora Core 5</a> installation lives on, running on my workstation in a <a href="http://www.vmware.com/">VMware</a> virtual machine right off the 8GB drive that was once inside the old server. It still serves as a mail server until I&#8217;ll be able to find some more time and migrate the service to the new server as well. But I must say I was amazed that it ran without a glitch in a virtual machine, away from the original hardware. Try this with Windows!</p>

<p>The old server is dead, long live the new server! And Linux! And WMware! And last but not least &mdash; WordPress!</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/12/01/not-quite-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More stupid software</title>
		<link>http://egosystem.istudio.ro/2007/08/13/more-stupid-software/</link>
		<comments>http://egosystem.istudio.ro/2007/08/13/more-stupid-software/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 11:12:20 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/08/13/more-stupid-software/</guid>
		<description><![CDATA[I thought the days of cryptic Mac error messages were long gone, but here&#8217;s a screenshot of such an error message issued by Microsoft&#8217;s Word 2003 running on Windows XP:]]></description>
			<content:encoded><![CDATA[<p>I thought the days of cryptic Mac error messages were long gone, but here&#8217;s a screenshot of such an error message issued by Microsoft&#8217;s Word 2003 running on Windows XP:</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/catastrophic-failure.png" alt="Microsoft's Word 2003 very informative error message" title="Microsoft's Word 2003 very informative error message" /></p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/08/13/more-stupid-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid software can ruin even the greatest of products</title>
		<link>http://egosystem.istudio.ro/2007/06/19/stupid-software-can-ruin-even-the-greatest-of-products/</link>
		<comments>http://egosystem.istudio.ro/2007/06/19/stupid-software-can-ruin-even-the-greatest-of-products/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 12:18:59 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/06/19/stupid-software-can-ruin-even-the-greatest-of-products/</guid>
		<description><![CDATA[My company has over time acquired a few Fujitsu-Siemens workstations, some models of the Esprimo series, and some of the Celsius series. They are all decent computers, they are doing their job admirably under the tough circumstances, and although their cases are really ugly (see below), they have good thermal design. The power supplies with [...]]]></description>
			<content:encoded><![CDATA[<p>My company has over time acquired a few <a href="http://www.fujitsu-siemens.com">Fujitsu-Siemens</a> workstations, some models of the <a href="http://www.fujitsu-siemens.com/campaigns/esprimo_vpro/esprimo_p_series.html">Esprimo</a> series, and some of the <a href="http://www.fujitsu-siemens.com/products/deskbound/workstations/celsius_m.html">Celsius</a> series.</p>

<p>They are all decent computers, they are doing their job admirably under the tough circumstances, and although their cases are really ugly (see below), they have good thermal design. The power supplies with passive cooling and the air flow guides on the processors make them whisper quiet, which is really nice.</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-01.jpg" alt="The Esprimo PC series from Fujitsu-Siemens. The front panel is badly designed and uses very poor quality materials." title="The Esprimo PC series from Fujitsu-Siemens. The front panel is badly designed and uses very poor quality materials." /><span id="more-64"></span></p>

<p>I have included a slightly larger detail of the front panel because that&#8217;s what has been causing me headaches since I begun working here. <em><strong>Note:</strong> The images above are copyrighted material. I have &#8220;borrowed&#8221; them from <a href="http://www.fujitsu-siemens.com">fujitsu-siemens.com</a> and composited them for illustration purposes.</em></p>

<p>The microphone and headphone connectors on the front panel are incredibly poor quality and it usually takes just a few plugs/unplugs to break them completely useless. The user then has to unplug the cable of the monitor speakers from the back panel and try to use that connector for his/hers headphones. Which <strong>theoretically</strong> should be fine.</p>

<p>Except the ass-wipes programmers at <a href="http://www.realtek.com.tw/">Realtek</a> (or who the hell they are outsourcing to) thought that is really a no-no. You can plug your headphones in each and every connector on the back panel, the internal speaker is not cut off and there&#8217;s no sound in the headphones at all. And then there&#8217;s this really annoying popup (if configured, which it is by default) that keeps asking you what device have you just plugged in. But the best part is that, despite the fact the dialog allows you to select headphones from that list, once you dismiss the dialog it shows a tray balloon saying they don&#8217;t support that type of device plugged into that connector! This is absolutely precious!</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-02.jpg" alt="Realtek audio software: mind bogging stupidity" title="Realtek audio software: mind bogging stupidity" /></p>

<p>The only way to restore predictable behavior to the back panel connectors is to completely uninstall the Realtek software and drivers, then update the drivers from Microsoft, through windows update.</p>

<p>Unfortunately this is not a 100% reliable workaround: it worked on two of the problem computers, but not on a third. I still have to find a failsafe solution to this…</p>

<p>The only time I remember having to deal with software created by such incompetent jerks was a few years back, when Crenguţa was still employed, and her employer bought an HP scanner (sorry, I don&#8217;t remember the name and model, but I&#8217;m fairly sure it was a low-end one &#8212; not that this could be an excuse). It lacked the most basic functionality like saving the scan settings between sessions, so you had to re-set each and every knob for each scan, because even the default values were so stupid they were unusable. That, together with a clumsy and ugly web-based interface that was running in a defaced instance of <abbr title="Internet Explorer">IE</abbr>, were making even the simplest scan a pain in the ass. So although the scanner was of decent quality, the bundled software was rendering it almost unusable.</p>

<p>I cannot help thinking about the iPod, as surprising this association may be for some. The hardware is not rocket science, let&#8217;s face it. The industrial design (the case, the controls) is great, but the thing that matters the most in every day usage is the software. And the software is just brilliant. It has snappy reactions to every command, and there are plenty of other usability highlights regarding the user interface.  The only feature I&#8217;m missing is the possibility of chronologically sorting albums of the same artist, but that&#8217;s not a big thing and is probably an indication of the many issues I have these days (speaking of issues, of course I have quickly put together a script that prepends the year to the album name &#8212; problem solved!).</p>

<p>What I&#8217;m trying to say is that, with all it&#8217;s great design, the iPod would have been just another device, not a great music player. And poorly designed software could have easily killed it. Kudos to Apple, everybody else take notes, <em>especially</em> Realtek.</p>

<p><strong>Edit June 22<sup>nd</sup>:</strong> Speaking of stupid software, here&#8217;s a little supplement for you from a product very high on my personal scale for shitty software &#8212; <a href="http://www.microsoft.com/windows/products/windowsxp/">Microsoft Windows XP</a>.</p>

<p>I currently have Office 2007 fully installed, and only Word and Excel from the Office 2003 suite. Apparently <em><strong>not</strong></em> having Outlook 2003 is not a good enough reason for Windows Update to stop asking me to update the junk email filter for it! I&#8217;ve ticked the &#8220;don&#8217;t notify&#8221; option three times already, and the update available balloon keeps popping up after 3 minutes. Oh, how I hate this…</p>

<p><img src="http://egosystem.istudio.ro/images/stupid-software/stupid-software-03.png" alt="Windows Update keeps asking me to update the junk email filter for Outlook 2003, although it's not currently installed!" title="Windows Update keeps asking me to update the junk email filter for Outlook 2003, although it's not currently installed!" /></p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/06/19/stupid-software-can-ruin-even-the-greatest-of-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Problems</title>
		<link>http://egosystem.istudio.ro/2007/04/30/memory-problems/</link>
		<comments>http://egosystem.istudio.ro/2007/04/30/memory-problems/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 14:44:56 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/04/30/memory-problems/</guid>
		<description><![CDATA[Starting to act on my latest resolution, I have just revisited some old files/projects. Namely, my long awaited audio player. Having a little spare time on my hands, It seemed like a good opportunity to check out the new Flash CS3, and also do something about that audio player in the process. Yet, to my [...]]]></description>
			<content:encoded><![CDATA[<p>Starting to act on <a href="http://egosystem.istudio.ro/2007/04/10/resolution/">my latest resolution</a>, I have just revisited some old files/projects. Namely, my long awaited <a href="http://egosystem.istudio.ro/2005/11/15/song-of-the-day/">audio player</a>.</p>

<p>Having a little spare time on my hands, It seemed like a good opportunity to check out the new <a href="http://www.adobe.com/products/flash/" title="Flash CS3 Professional homepage">Flash CS3</a>, and also do something about that audio player in the process.</p>

<p>Yet, to my deepest grief, I have discovered that since leaving <a href="http://teamcode.net" title="My former employer's webpage">Teamcode</a> in October last year, <strong>I have forgot a really big chunk of what I new about Flash</strong>!</p>

<p>I mean I was aware at the time I still have a lot to learn about it (I&#8217;m a long time fan of Director and never seemed to get the same level of acquaintance with Flash) but this is really annoying!</p>

<p>Oh, well&hellip; like everything else these days, it seems it&#8217;s going to be a lot harder than I was hoping.</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/04/30/memory-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 13</title>
		<link>http://egosystem.istudio.ro/2007/04/13/april-13/</link>
		<comments>http://egosystem.istudio.ro/2007/04/13/april-13/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 10:41:28 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[(Almost) Daily]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Mumbling]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/04/13/april-13/</guid>
		<description><![CDATA[So much for my resolutions&#8230; I didn&#8217;t get the chance to write anything since two days ago. Nothing interesting happened in the meantime, really. Except for two nights ago, when I decided to swap the hard drive in Crenguţa&#8217;s laptop. If only I knew from the beginning what a hassle is going to be, and [...]]]></description>
			<content:encoded><![CDATA[<p>So much for my resolutions&hellip; I didn&#8217;t get the chance to write anything since two days ago.</p>

<p>Nothing interesting happened in the meantime, really. Except for two nights ago, when I decided to swap the hard drive in Crenguţa&#8217;s laptop. If only I knew from the beginning what a hassle is going to be, and that the very next day she was going to ask me to swap it back with the old one again <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> &hellip;</p>

<p>From the very beginning when she got her hands on this old <a href="http://h18002.www1.hp.com/products/quickspecs/10826_div/10826_div.HTML" title="Quick specs on the HP website">Compaq Armada 110</a>, the hard drive, a <a href="http://reviews.cnet.com/IBM_TravelStar_20GN_hard_drive_10_GB_ATA_66/4505-3186_7-30022428.html">10GB IBM Travelstar</a>, had some weird clicks and pops while reading and writing. So I thought I&#8217;m doing her a favor if I change it with a 10GB Fujitsu drive I had lying around.</p>

<p>Well, not really. The Fujitsu doesn&#8217;t make very loud noises during I/O operations, but the motor that spins the plates has a very loud and sharp hiss, which turns out it&#8217;s a lot more distracting because it&#8217;s permanent and constant, as opposed to the occasional clicks of the old drive.</p>

<p>But the best part was that I had to take the damn thing completely apart to reach the hard drive! And tonight I&#8217;ll have to do it again, to put the old drive back <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> .</p>

<p>Another really sweet moment was when I discovered the IBM drive has an opening that fully exposes part of the pins, which the other drive hasn&#8217;t. And the wise guys at Compaq <em>just had</em> to take advantage of that opening, cramming in the ridge of an underlying heatsink! <img src="http://egosystem.istudio.ro/images/april13-ScrShot02.jpg" alt="Opening that exposes the pins of the IBM Travelstar" title="Opening that exposes the pins of the IBM Travelstar" /></p>

<p>Needless to say the new drive didn&#8217;t fit because of that heatsink&#8217;s ridge, so the best solution I could come up with at 2 A.M. was to loosen up the motherboard screws so that I could lift the corner holding the HDD connector just enough to squeeze the new drive in.</p>

<p>I didn&#8217;t feel like laughing back then, but I sure did when discovering the quick specs page above: what an appropriate schematic for this laptop!</p>

<p><img src="http://egosystem.istudio.ro/images/april13-ScrShot01.png" alt="Very appropriate schematic on the quick specs page of the Compaq Armada 110" title="Very appropriate schematic on the quick specs page of the Compaq Armada 110" /></p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/04/13/april-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally joining the club</title>
		<link>http://egosystem.istudio.ro/2007/02/06/finally-joining-the-club/</link>
		<comments>http://egosystem.istudio.ro/2007/02/06/finally-joining-the-club/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 16:30:04 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2007/02/06/finally-joining-the-club/</guid>
		<description><![CDATA[I am the fresh, proud and happy owner of an 80GB iPod! After years of drooling, my dream has finally came true, thanks to my incredible wife Crenguţa, whose idea I believe it was, and with the financial help from my sister Ancuţa, my sister-in-law Alina and my mother-in-law Iuliana. Thank you, I love you! [...]]]></description>
			<content:encoded><![CDATA[<p>I am the fresh, proud and happy owner of an 80<acronym title="Gigabytes">GB</acronym> <a href="http://www.apple.com/ipod/ipod.html" title="iPod mother ship">iPod</a>! <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_grin.png" alt="-D" class="wp-smiley" /> </p>

<p>After years of drooling, my dream has finally came true, thanks to my incredible wife Crenguţa, whose idea I believe it was, and with the financial help from my sister Ancuţa, my sister-in-law Alina and my mother-in-law Iuliana. Thank you, I love you!</p>

<p>My wife never ceases to amaze me, even after all these years (we were class mates in primary school, and our love story took off during highschool &#8212; although according to family folklore I had a crush on her since the first grade, and we were more or less flirting since the seventh or eighth grade).</p>

<p>She is to be committed to the hospital again tomorrow for the second hip replacement surgery, yet she finds the time, the energy and the will to think about my birthday! I know she&#8217;s really worried and has a lot on her mind right now, and this shows just what kind of person she is: so caring, so thoughtful and so altruist&hellip;</p>

<p>I must confess that I would have probably behaved completely different in her situation. I think I would have felt so low and unable to think of anything else. But not my baby! That&#8217;s why she is so special, and I must be really lucky to have her in my life.</p>

<p>I love you very much, get well soon so we can get on with our life, OK?</p>

<p><img src="http://egosystem.istudio.ro/images/Crengutz20041225.jpg" alt="Family picture" title="Family picture" /></p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2007/02/06/finally-joining-the-club/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>November&#8217;s Top Requests</title>
		<link>http://egosystem.istudio.ro/2006/11/27/novembers-top-requests/</link>
		<comments>http://egosystem.istudio.ro/2006/11/27/novembers-top-requests/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 15:24:16 +0000</pubDate>
		<dc:creator>Tudor</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://egosystem.istudio.ro/2006/11/27/novembers-top-requests/</guid>
		<description><![CDATA[My first month on the new job is almost over now, so I thought I&#8217;d share with you the most funny support requests I&#8217;ve had so far. For example today I got a call from someone in the PR Department that sounded something like this (approximate quotation from the top of my head): When I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>My first month on the new job is almost over now, so I thought I&#8217;d share with you the most funny support requests I&#8217;ve had so far.</p>

<p>For example today I got a call from someone in the PR Department that sounded something like this (approximate quotation from the top of my head):</p>

<blockquote>
  <p>When I&#8217;m opening e-mail attachments, if I scroll up or down I can see some other attachments, some of them sensitive information from other e-mails. Can you confirm the client doesn&#8217;t also get the other attachments? Because that would be really bad&hellip;</p>
</blockquote>

<p>As you can imagine, I didn&#8217;t understand anything from that, so I went to the lady&#8217;s desk to see it happening &#8220;live&#8221;. It turns out she was double-clicking some image attachment in Outlook (a sorry excuse for an e-mail client, if you ask me), which was then getting saved to the temp folder and opened up with the default application for the file type &mdash; ACDSee in this particular case. Using the scroll wheel of the mouse, one can go to next/previous images in the same folder, so that&#8217;s how she was seeing attachments from other mails, they were previously saved in the same temp folder <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> . I told her she&#8217;s safe, no client has been receiving anything else than the documents she actually attached to her messages.</p>

<p>Another cool one was from a new intern. I had an iMac set up for her and everything was fine, except the next morning she came by my desk to report that someone had stolen her mouse and she can&#8217;t work <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> . Of course nobody had taken her mouse, it was hanging over the side of her desk, probably pushed by some cleaning lady.</p>

<p>But the best has to be the one when a lady in the Production Department (all of them were women, have you noticed?) called me pretty panicked and said:</p>

<blockquote>
  <p>You have to come quick, a voice started to come out of my computer! It speaks English, I don&#8217;t know what&#8217;s saying, it seems to be counting or something, but it sounds pretty upset!</p>
</blockquote>

<p>First I thought it&#8217;s a prank, the &#8220;let&#8217;s play the new IT guy a good one&#8221; type. But she was genuinely concerned. Of course no voice came out of the computer while I was there, so I guess I can say I failed to answer this particular request <img src="http://egosystem.istudio.ro/wp-content/plugins/more-smilies/Silk/emoticon_smile.png" alt=")" class="wp-smiley" /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://egosystem.istudio.ro/2006/11/27/novembers-top-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

