<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1.2" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Scatterism</title>
	<link>http://ramikayyali.com</link>
	<description>Unfocused, Opinionated.</description>
	<pubDate>Thu, 10 Apr 2008 13:28:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/scatterism" type="application/rss+xml" /><item>
		<title>Ticket #34 on Pidgin’s Trac Record</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/267679620/pidgin_vv</link>
		<comments>http://ramikayyali.com/archives/2008/04/10/pidgin_vv#comments</comments>
		<pubDate>Thu, 10 Apr 2008 13:28:09 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject><dc:subject>Free</dc:subject><dc:subject>Open Source</dc:subject><dc:subject>Pidgin</dc:subject><dc:subject>Software</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2008/04/10/pidgin_vv</guid>
		<description><![CDATA[There are three popular messengers that support voice calls: MSN (or Live) Messenger, Yahoo! Messenger, and Google Talk. While MSN and Yahoo use proprietary protocols, Google relies on extending a popular messaging protocol called Jabber, which makes it all the more relevant.

Google implemented voice chat in Google Talk and packaged that implementation in a library [...]]]></description>
			<content:encoded><![CDATA[<p>There are three popular messengers that support voice calls: <acronym title="Microsoft Network">MSN</acronym> (or Live) Messenger, Yahoo! Messenger, and Google Talk. While MSN and Yahoo use proprietary protocols, Google relies on extending a popular messaging protocol called <a href="http://jabber.org" title="Jabber, an extensible XML-based messaging protocol">Jabber</a>, which makes it all the more relevant.</p>

<p>Google implemented voice chat in Google Talk and packaged that implementation in a library called <a href="http://code.google.com/apis/talk/" title="Google Talk Developer Documentation">Jingle</a>, which was then transformed into a proposed Jabber standard, <a href="http://www.xmpp.org/extensions/xep-0166.html" title="XEP-0166: Jingle">XEP-0166</a>. Note that Google&#8217;s <a href="http://code.google.com/apis/talk/" title="Google Talk Developer Documentation">libjingle</a> is not an exact implementation of XEP-0166, it differs slightly in the way it initiates its sessions, but that&#8217;s just a minor inconvenience.</p>

<p>Jingle has been introduced back in 2005, and even three years later, while most messengers tried to incorporate it, most still don&#8217;t support it. That&#8217;s why I got excited when I read <a href="http://developer.pidgin.im/ticket/34" title="Voice/video support in Pidgin">Ticket #34</a> on Pidgin&#8217;s Trac. The ticket includes a bunch of patches that link Pidgin with <a href="http://farsight.freedesktop.org/wiki/" title="Farsight - Audio/Video Communications Framework">Farsight</a> which already supports Google Talk <em>and</em> Jingle.</p>

<p>Now the ticket isn&#8217;t assigned to a milestone, so we won&#8217;t be seeing voice support in the next couple of Pidgin version, especially that this code is only a month old. But the ticket&#8217;s been there for a year, and somebody has decided to dedicate some time to it, and that&#8217;s always a good sign.</p>

<p>I&#8217;m glad that the Pidgin team decided not to re-invent the wheel, and use Farsight. Pidgin can now, without much effort, support proprietary protocols as soon as they are implemented in Farsight. Meanwhile, I can stick to <a href="http://tapioca-voip.sourceforge.net/" title="Tapioca VoIP Messenger">Tapioca</a> for when I absolutely need to hear a human voice.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/267679620" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2008/04/10/pidgin_vv/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2008/04/10/pidgin_vv</feedburner:origLink></item>
		<item>
		<title>Nanostick: A Portable Nanoweb Server</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/265635051/nanostick001</link>
		<comments>http://ramikayyali.com/archives/2008/04/07/nanostick001#comments</comments>
		<pubDate>Mon, 07 Apr 2008 13:38:36 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2008/04/07/nanostick001</guid>
		<description><![CDATA[Nanoweb is a Web server written entirely in PHP. Of course it&#8217;s not the kind of server you&#8217;d use with YouTube&#8217;s traffic, but it&#8217;s great for personal use, especially that it only needs a copy of PHP to run.

I needed a portable Dokuwiki that I carry around on my USB stick. Not only carry-in-key-chain portable, [...]]]></description>
			<content:encoded><![CDATA[<p>Nanoweb is a Web server written entirely in <acronym title="Hypertext PreProcessing">PHP</acronym>. Of course it&#8217;s not the kind of server you&#8217;d use with YouTube&#8217;s traffic, but it&#8217;s great for personal use, especially that it only needs a copy of PHP to run.</p>

<p>I needed a portable Dokuwiki that I carry around on my <acronym title="Universal Serial Bus">USB</acronym> stick. Not only carry-in-key-chain portable, but also cross-platform platform portable. Mac OS and most Linuxes come with PHP installed, so I can run my pocket wiki without fiddling with configuration files. The Windows version on the other hand, needs to include PHP and some extensions, which amount to about 5MB extra.</p>

<p>The details are explained in the README file which you&#8217;ll find in <a href="http://ramikayyali.com/projects/nanostick/nanostick_0.0.1.zip">Nanostick&#8217;s package</a>. Nanostick by itself only weighs 250KB; adding PHP and compressing it leaves us with 2.5MB.</p>

<p><a href="http://ramikayyali.com/projects/nanostick/nanostick_0.0.1.zip">Version 0.0.1</a> includes a copy of PHP 5.2.5 for convenience only. Any subsequent version will not have PHP included.</p>

<p>Let me know if you face any trouble with it, or if there&#8217;s anything I can do to improve it.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/265635051" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2008/04/07/nanostick001/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2008/04/07/nanostick001</feedburner:origLink></item>
		<item>
		<title>inetd for Win32</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/263425598/inetd_win32</link>
		<comments>http://ramikayyali.com/archives/2008/04/03/inetd_win32#comments</comments>
		<pubDate>Thu, 03 Apr 2008 17:29:52 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject><dc:subject>Development</dc:subject><dc:subject>Software</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2008/04/03/inetd_win32</guid>
		<description><![CDATA[I found a hacked-up inetd.exe bundled with a &#8220;cheap&#8221; Perl HTTPD server. I couldn&#8217;t dig up its origins. This thing&#8217;s been written 12 years ago by one S. Freyder, and it kept crashing on XP and Vista

Here&#8217;s the source, and recompiled version linked against libcmt.lib instead of MSVCRT, so it will run on its own. [...]]]></description>
			<content:encoded><![CDATA[<p>I found a hacked-up <a href="http://en.wikipedia.org/wiki/Inetd" title="As super-server daemon">inetd.exe</a> bundled with a <a href="http://www.lightner.net/lightner/bruce/httpd/w95httpd.html" title="Mini self-contained web server">&#8220;cheap&#8221; Perl HTTPD server</a>. I couldn&#8217;t dig up its origins. This thing&#8217;s been written 12 years ago by one S. Freyder, and it kept crashing on XP and Vista</p>

<p>Here&#8217;s <a href="http://ramikayyali.com/projects/inetd/inetd.c" title="Win32 inetd.exe Source Code">the source</a>, and <a href="http://ramikayyali.com/projects/inetd/inetd.exe" title="Win32 compiled inetd.exe">recompiled version</a> linked against <a href="http://support.microsoft.com/kb/94248" title="How To Use the C Run-Time">libcmt.lib</a> instead of MSVCRT, so it will run on its own. Unfortunately it doubled in size, from 20KB to almost 57KB, I hope you don&#8217;t run into storage trouble.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/263425598" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2008/04/03/inetd_win32/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2008/04/03/inetd_win32</feedburner:origLink></item>
		<item>
		<title>The Kernel’s Business</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/262907908/the_kernel_uae</link>
		<comments>http://ramikayyali.com/archives/2008/04/02/the_kernel_uae#comments</comments>
		<pubDate>Wed, 02 Apr 2008 21:08:35 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2008/04/03/the_kernel_uae</guid>
		<description><![CDATA[The Kernel&#8217;s going to focus mainly on enterprise security and communication. You won&#8217;t be hearing news about it on this blog, but you can bookmark The Kernel&#8217;s site and get back to it in a couple of weeks.

Here&#8217;s what I&#8217;m so excited about: Even though security companies are growing like fungi in the Gulf, there [...]]]></description>
			<content:encoded><![CDATA[<p>The Kernel&#8217;s going to focus mainly on enterprise security and communication. You won&#8217;t be hearing news about it on this blog, but you can bookmark <a href="http://thekernel.com/" title="The Kernel FZCO">The Kernel&#8217;s site</a> and get back to it in a couple of weeks.</p>

<p>Here&#8217;s what I&#8217;m so excited about: Even though security companies are growing like fungi in the Gulf, there isn&#8217;t much serious focus on enterprise security. The knowhow is largely imported, most of the available solutions are developed elsewhere, and it costs ridiculous amounts of money to simply close your front doors.</p>

<p>We&#8217;re not going into the saturated firewall, IPS/IDS market; these products cannot protect you by themselves without understanding how they work and their pros and cons. We want to make sure that data is never compromised, no matter how aggressive an attack is.</p>

<p>You might have heard of <a href="http://en.wikipedia.org/wiki/Steganography" title="Steganography: The Art of Hiding Messages">steganography</a>, which is the science behind hiding information. There are many applications that can hide documents inside other documents on the computer (<a href="http://www.steganos.com/us/" title="Steganos Data Protection and Privacy">Steganos</a> comes to mind), and they do a great job at it, but they are limited to digital steganography.</p>

<p>Here&#8217;s a simplification of how these applications work:</p>

<ul>
<li>Pick a binary file.</li>
<li>Pick another binary file.</li>
<li>Scramble second file&#8217;s bits and store among.</li>
<li>Restore hidden file with password or key.</li>
</ul>

<p>Here&#8217;s how we&#8217;re doing it:</p>

<ul>
<li>Pick a media file, an image for example.</li>
<li>Pick a file to hide or a message to store.</li>
<li>Hide file inside image.</li>
<li>Print image on a $100 printer.</li>
<li>Scan the image on the other receiver&#8217;s side.</li>
<li>Restore hidden file with password or key.</li>
</ul>

<p>So instead of manipulating the the bits of the media file itself, we&#8217;re manipulating the signals it sends and making them carry data inconceivable to the human senses, and sometimes even machine&#8217;s. The very same principle can work on other media files, the bigger and noisier, the better. Now we&#8217;ll be able to hide <acronym title="Portable Document Format">PDF</acronym> files over traditional FM radio stations, or broadcast <a href="http://en.wikipedia.org/wiki/Picture-in-picture" title="Picture-in-Picture TV Feature">Picture-in-Picture</a> TV channels quite literally.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/262907908" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2008/04/02/the_kernel_uae/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2008/04/02/the_kernel_uae</feedburner:origLink></item>
		<item>
		<title>1st of April, Q2 2008</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/262207382/q2_2008</link>
		<comments>http://ramikayyali.com/archives/2008/04/01/q2_2008#comments</comments>
		<pubDate>Tue, 01 Apr 2008 21:59:39 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2008/04/01/q2_2008</guid>
		<description><![CDATA[It&#8217;s been a whole quarter since the melancholic goodbye post.

I&#8217;m going to refrain from dropping some lousy April&#8217;s fool&#8217;s joke, I&#8217;ve never been a fan of &#8220;not&#8221; jokes; and unless yours is at least as good as finding water on mars, my advice is to refrain to.

The last three months, my Q1/2008, were dedicated to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a whole quarter since the melancholic goodbye post.</p>

<p>I&#8217;m going to refrain from dropping some lousy April&#8217;s fool&#8217;s joke, I&#8217;ve never been a fan of &#8220;not&#8221; jokes; and unless yours is at least as good as finding <a href="http://apod.nasa.gov/apod/ap050401.html" title="NASA Finds Water on Mars">water on mars</a>, my advice is to refrain to.</p>

<p>The last three months, my Q1/2008, were dedicated to founding a start up. We&#8217;ve just got this little space in Dubai Airport Free Zone, a.k.a. <a href="http://www.dafza.gov.ae/en/" title="Dubai Airport Free Zone Authority">DAFZA</a>, and we&#8217;re going to deal mostly with IT security. We called it &#8220;The Kernel&#8221;, wish us luck.</p>

<p>Speaking of Dubai and IT, I&#8217;ve recently had a chance with a bunch of geeks at <a href="http://democampdubai.org/" title="DemoCamp Dubaiu">DemoCamp Dubai</a>, an informal conference where four or five presenters show off their skills and projects for 15 minutes each. I believe the only other place where you&#8217;d find such a friendly crowd is at a rehab support group.</p>

<p>Now, to explain why Scatterism looks so <a href="http://www.plaintxt.org/themes/simplr/" title="Simplr - A plaintxt.org Theme">plain</a>: I&#8217;m still running WordPress 2.1, while 2.5 has been release just a few days ago. I&#8217;ve customized the database structure a little, especially that it needed to accommodate <a href="http://www.neato.co.nz/ultimate-tag-warrior/" title="Ultimate Tag Warrior: Tagging for WordPress">Ultimate Tag Warrior</a>. I&#8217;m using Jotdown, which is a combination of Markdown, GeSHi, some footnote parsing code, and a bunch of preprocessing macros, all of which need some work to make sure they don&#8217;t break WordPress 2.5. In addition to all of this, my eyes are sore from looking at my current lights off/lights on theme, so I&#8217;ll stick to Simplr (thank you <a href="http://www.plaintxt.org/about/2/" title="About plaintxt.org">Scott</a>) for a while until I redesign.</p>

<p>I wish I could speed things up a little bit, but Dubai is a time-eating monster, with long roads and traffic jams, and unlike every other full-time blogger, I&#8217;m neither full-time, nor am I working from home.</p>

<p>Thanks Q1 for helping me out. Thanks Q2, the funniest intro award goes to you. Thank you those who still have Scatterism on their feed readers.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/262207382" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2008/04/01/q2_2008/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2008/04/01/q2_2008</feedburner:origLink></item>
		<item>
		<title>Goodbye 2007</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/209068035/2007_goodbye</link>
		<comments>http://ramikayyali.com/archives/2007/12/31/2007_goodbye#comments</comments>
		<pubDate>Mon, 31 Dec 2007 20:37:33 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2007/12/31/2007_goodbye</guid>
		<description><![CDATA[You&#8217;ve been full of interruptions, full of strange decisions.

You&#8217;ve set two of my friends free of their Dilbert&#8217;ese jobs.

You&#8217;ve made me cut down my feeds, my reads, and my emails.

You&#8217;ve been teaching me a lesson, and showing me new visions.

Goodbye 2007.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve been full of interruptions, full of strange decisions.</p>

<p>You&#8217;ve set two of my friends free of their Dilbert&#8217;ese jobs.</p>

<p>You&#8217;ve made me cut down my feeds, my reads, and my emails.</p>

<p>You&#8217;ve been teaching me a lesson, and showing me new visions.</p>

<p>Goodbye 2007.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/209068035" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2007/12/31/2007_goodbye/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2007/12/31/2007_goodbye</feedburner:origLink></item>
		<item>
		<title>Reading RSS Smartly</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/198050743/aiderss</link>
		<comments>http://ramikayyali.com/archives/2007/12/10/aiderss#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:49:04 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject><dc:subject>Asides</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2007/12/10/aiderss</guid>
		<description><![CDATA[Since the early days of FeedDemon, I heard Nick gripe about information overflow, and how he wasted time sifting through irrelevant stories.

I bumped into AideRSS, a feed reader that ranks posts and stories by the number of conversations. The idea is simple: count the number of links from Technorati, del.icio.us and the likes, and convert [...]]]></description>
			<content:encoded><![CDATA[<p>Since the early days of <a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx" title="FeedDemon Windows RSS Reader">FeedDemon</a>, I heard <a href="http://nick.typepad.com/" title="Nick Bradbury's Blog">Nick</a> gripe about information overflow, and how he wasted time sifting through irrelevant stories.</p>

<p>I bumped into <a href="http://www.aiderss.com/blog/faq" title="AideRSS: Ranked RSS Reading">AideRSS</a>, a feed reader that ranks posts and stories by the number of conversations. The idea is simple: count the number of links from Technorati, del.icio.us and the likes, and convert it to a rank relative to the rest of the posts from the same blog.</p>

<p>It might not sound very exciting, until you hit that spot of 100+ posts a day, <em>then</em> you&#8217;ll appreciate having a tiny robot filtering your news and giving you the relevant stories.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/198050743" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2007/12/10/aiderss/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2007/12/10/aiderss</feedburner:origLink></item>
		<item>
		<title>Rails 2.0 Released</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/196891378/rails20</link>
		<comments>http://ramikayyali.com/archives/2007/12/08/rails20#comments</comments>
		<pubDate>Sat, 08 Dec 2007 01:15:02 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2007/12/08/rails20</guid>
		<description><![CDATA[I can&#8217;t believe it&#8217;s been that long. It feels like yesterday, but four and half years have past by.

I don&#8217;t think there&#8217;s a better time to learn, or relearn, Rails. It&#8217;s a 2.0 release, which should give you some peace of mind. It&#8217;s overhauled, so it feels less &#8220;hacky&#8221;. And it&#8217;s not as hyped anymore, [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe it&#8217;s been that long. It feels like yesterday, but four and half years have past by.</p>

<p>I don&#8217;t think there&#8217;s a better time to learn, or relearn, Rails. It&#8217;s a 2.0 release, which should give you some peace of mind. It&#8217;s overhauled, so it feels less &#8220;hacky&#8221;. And it&#8217;s not as hyped anymore, so you can see it for what it is, a tool not a myth.</p>

<p>Take a look at David&#8217;s <a href="http://weblog.rubyonrails.org/2007/12/7/rails-2-0-it-s-done" title="Rails 2.0: It's done!">notes on the new release</a>. Tell me if it&#8217;s too quite for a 2.0.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/196891378" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2007/12/08/rails20/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2007/12/08/rails20</feedburner:origLink></item>
		<item>
		<title>My Experience With Apple</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/177379676/apple_experience</link>
		<comments>http://ramikayyali.com/archives/2007/10/31/apple_experience#comments</comments>
		<pubDate>Tue, 30 Oct 2007 22:11:10 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2007/10/31/apple_experience</guid>
		<description><![CDATA[
Had Dali and Picasso never been born, my favorite work of art would have been
that of Tom Hughes and John Casado. The nostalgic, the sentimentalists, and those
who appreciate art, know exactly what I&#8217;m talking about.

Early &#8217;90s, I put my hands on a Macintosh Classic II. It was a striking departure
from the bulky interface of Windows [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://ramikayyali.com/files/2007/10/system7.png' alt='System7' style="float:left;margin-right:3px;" />
Had Dali and Picasso never been born, my favorite work of art would have been
that of <a href="http://www.theapplemuseum.com/index.php?id=44">Tom Hughes and John Casado</a>. The nostalgic, the sentimentalists, and those
who appreciate art, know exactly what I&#8217;m talking about.</p>

<p>Early &#8217;90s, I put my hands on a <a href="http://en.wikipedia.org/wiki/Macintosh_Classic_II" title="Macintosh Classic II">Macintosh Classic II</a>. It was a striking departure
from the bulky interface of Windows 3.0, the difficulty of command-line <acronym title="Microsoft">MS</acronym>-DOS, and
the funny-looking collection of hardware we called a PC.</p>

<p>But my Classic II never became a production computer. With its tiny screen, and its meagre
memory, it remained a toy for me to play with every once in a while. I loved it, but
it was useless.</p>

<p>Skipping the Color Classic, the PowerBook and the Quadra, my next Apple computer
was a full-tower PowerMac, though I can&#8217;t quite remember the exact model number.
It ran a familiar operating system, something very similar to my Classic II, only 
it ran much faster.</p>

<p>I believe I was lucky that the first Apple OS I tried was <a href="http://en.wikipedia.org/wiki/System_7_(Macintosh)">System 7</a>, a polished, intuitive
environment where I didn&#8217;t have to worry much about what&#8217;s going on underneath.
Apple went out of their way to make sure System 7 hooked in new-comers, while still
satisfied the loyal customers.</p>

<p>However, Intel introduced the Pentium, and a couple of years later, Microsoft introduced
Windows 95<sup class="footnote"><a href="#fn328-1" id="fnref328-1">1</a></sup>. Apple&#8217;s System 7 suddenly felt out-dated. &#8220;It can&#8217;t multi-task&#8221;, my
anti-Apple friends cried out, &#8220;It doesn&#8217;t run Office&#8221;, &#8220;It&#8217;s made by a fruit!&#8221;. But
System 7 was still a more polished, more intuitive, and a better-performing system.</p>

<p>1994-1999 witnessed the decline of Apple&#8217;s market share. The PC was hungrily
biting chunks of Apple&#8217;s market, manufacturers were growing like fungi, and Intel
wasn&#8217;t standing behind Apple like it is today.</p>

<p>Yet Apple had a certain significance, especially for those of us who came to love
the two smiling faces, and especially in the Middle East. You had &#8220;designer cred&#8221;
if you owned a Mac. You were someone who knows what he&#8217;s doing.</p>

<p>That&#8217;s what Apple signified in the Middle East: Designers. The only reason anyone
would buy a Mac was to run Photoshop. Not only because Photoshop ran faster,
but also because it never crashed. Windows 95 couldn&#8217;t hold a candle to the
stability of MacOS. But then again, we all know how it didn&#8217;t matter.</p>

<p>The next upgrade was a <a href="http://en.wikipedia.org/wiki/Power_Macintosh_G3">PowerMac G3</a>. It was almost identical to its older sibling.
The only difference aside from performance, was the new and colorful MacOS 8.
OS 8 wasn&#8217;t as stable as its predecessor, not until several months after its release.
But it did its job, and only hang when our <a href="http://www.media100.com/">Media100</a> did something complicated.</p>

<p>Quickly after that, we brought in a <a href="http://en.wikipedia.org/wiki/Power_Macintosh_G3_%28Blue_%26_White%29" title="Blue &amp; White G3">B&amp;W G3</a>, followed by a similar-looking <a href="http://en.wikipedia.org/wiki/Power_Mac_G4">G4</a>,
both of which ran MacOS 9. The last &#8220;modern&#8221; operating system<sup class="footnote"><a href="#fn328-2" id="fnref328-2">2</a></sup>. That G4 was
the last Apple computer that I used on a daily basis. It is also the last PowerPC-only
Apple computer.</p>

<p>It might be because Apple was too expensive in the Middle East, or because Apple&#8217;s
support in the region was a cruel joke against loyal customers, or maybe because
Apple&#8217;s later computers were just sloppy releases (Cube, Flower Power anyone?).
Upgrading a G4 didn&#8217;t seem viable, when for only half the price, I could get the
same performance. Windows 2000 was a surprisingly stable OS, while OS X was still
an infant.</p>

<p>For as long as I can remember, Apple&#8217;s products always arrived late in our region. 
I could never get my hands on the latest an greatest releases. It was a blessing 
in disguise, I realized, but it still ticked me off that I couldn&#8217;t write a review, 
praise or criticize, or at the very least, form an opnion about Apple&#8217;s latest 
and greatest.</p>

<p>Now allow me to make a bold statement: If history is an indicator, then I suggest
you never buy a first-generation Apple product. Never. Ever.</p>

<p>Apple has a history of perfecting<sup class="footnote"><a href="#fn328-3" id="fnref328-3">3</a></sup> products as they go. It&#8217;s a smart strategy for
a company that means business, but early adopters always suffer undesirable
consequences. Apple&#8217;s first iMacs were cheap Lego-like toys. Early iPods had battery
problems. Intel MacBook Pros over-heated. First generation iPhones have personality
issues.</p>

<p>This isn&#8217;t to say that Apples products are bad. On the contrary, I currently own a 5G
iPod, and I wouldn&#8217;t replace it for any other music player. My next two computers
are going to be a MacBook and a 24&#8243; iMac. And even though I&#8217;m installing Linux
on the latter, I can&#8217;t help but want Apple&#8217;s hardware.</p>

<p>But this particular &#8220;i&#8221; trend is starting to get on my nerves. Apple has always been
the symbol of defiance. The company that revolutionized computing. &#8220;The <strong>computer</strong>
for the rest of us.&#8221; they said, only that goal was set aside by soaring shares.</p>

<p>My experience with Apple, and <a href="http://ramikayyali.com/archives/2006/05/22/summary">my support for Free software</a>, taught me to doubt Apple, 
to question their tactics every now and then, to look for better alternatives, even 
if along the way, I end up enraging some people. Brand loyalty is worthless, if the brand 
<em>I&#8217;m</em> supporting isn&#8217;t supporting <em>me</em>.</p>
<hr />

<ol>
<li class="footnote" id="fn328-1"><p>Yes, I have my dates straight. PowerMac was introduced in 1994, while
Windows 95 had no weight until late &#8216;95, early &#8216;96.
 <a href="#fnref328-1">&uarr;</a></p>
</li>
<li class="footnote" id="fn328-2"><p>Mac OS X is based on BSD, and uses a hybrid kernel. Whereas MacOS 9 and older 
systems use a nanokernel, which is considered to be a more modern approach to kernel design.
 <a href="#fnref328-2">&uarr;</a></p>
</li>
<li class="footnote" id="fn328-3"><p>Perfecting that is, not enhancing.
 <a href="#fnref328-3">&uarr;</a></p>
</li>
</ol><img src="http://feeds.feedburner.com/~r/scatterism/~4/177379676" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2007/10/31/apple_experience/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2007/10/31/apple_experience</feedburner:origLink></item>
		<item>
		<title>A Word on Bashing Apple</title>
		<link>http://feeds.feedburner.com/~r/scatterism/~3/176801503/apple_bashing</link>
		<comments>http://ramikayyali.com/archives/2007/10/29/apple_bashing#comments</comments>
		<pubDate>Mon, 29 Oct 2007 19:43:14 +0000</pubDate>
		<dc:creator>Rami Kayyali</dc:creator>
		
	<dc:subject>General</dc:subject>
		<guid isPermaLink="false">http://ramikayyali.com/archives/2007/10/29/apple_bashing</guid>
		<description><![CDATA[
  I can’t believe that this guy had the nerve to call this hair-brained conspiracy theory a valid counter weight to Daring Fireball’s rational analysis.
  
  &#8212; Dan Hamilton, iPhone Bashing for Fun and Profit


I feel terrible about having to post a response on my blog, when it should be a comment [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
  <p>I can’t believe that this guy had the nerve to call this hair-brained conspiracy theory a valid counter weight to Daring Fireball’s rational analysis.</p>
  
  <p>&#8212; Dan Hamilton, <a href="http://www.igadgetblog.com/?p=37">iPhone Bashing for Fun and Profit</a></p>
</blockquote>

<p>I feel terrible about having to post a response on my blog, when it should be a comment on iGadget Blog.</p>

<p>I can&#8217;t say I&#8217;m completely surprised by the responses to my <a href="http://ramikayyali.com/archives/2007/10/26/between_lines" title="Reading Between Apple’s Lines">previous little post</a> which links to a <a href="http://www.mobile-review.com/articles/2007/iphone-buissnes-en.shtml" title="Apple iPhone – apocalypse today or business strategies">Mobile-review.com article</a>. Nobody gets away with bashing Apple. Not even the middle man.</p>

<p>However, the reason I linked to such &#8220;drivel&#8221; is so I can read more responses like Dan&#8217;s. I&#8217;ll leave my share of experience with Apple to another post, but I&#8217;m not an Apple expert, and I would much rather read proper, not just emotional or sarcastic, responses to a conspiracy article.</p>

<p>I know for a fact that my readers are smart people, and they need no one to take them by the hand and show them the true path. They need no one to clarify that Mobile-review&#8217;s article, regardless of its validity, isn&#8217;t a response to a Daring Fireball article. I&#8217;m sure you all know where Daring Fireball ranks on my list.</p><img src="http://feeds.feedburner.com/~r/scatterism/~4/176801503" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ramikayyali.com/archives/2007/10/29/apple_bashing/feed/</wfw:commentRss>
		<feedburner:origLink>http://ramikayyali.com/archives/2007/10/29/apple_bashing</feedburner:origLink></item>
	</channel>
</rss>
