<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bassem Reda</title>
	<atom:link href="http://bassemreda.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassemreda.wordpress.com</link>
	<description>All Things Tech</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:42:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bassemreda.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bassem Reda</title>
		<link>http://bassemreda.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bassemreda.wordpress.com/osd.xml" title="Bassem Reda" />
	<atom:link rel='hub' href='http://bassemreda.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Auto completion for Python on Windows</title>
		<link>http://bassemreda.wordpress.com/2010/03/16/auto-completion-for-python-on-windows/</link>
		<comments>http://bassemreda.wordpress.com/2010/03/16/auto-completion-for-python-on-windows/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:41:37 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=74</guid>
		<description><![CDATA[I wanted to write some scripts using python. If you have ever used python you would know that the you miss features from a strongly typed language such as auto completion of your variables. As python is a dynamic language mistakes occur very often. Any one who uses python has come across iPython.Taken straight from ipython documentation: At any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=74&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to write some scripts using python. If you have ever used python you would know that the you miss features from a strongly typed language such as auto completion of your variables. As python is a dynamic language mistakes occur very often.</p>
<p>Any one who uses python has come across iPython.Taken straight from ipython documentation:</p>
<blockquote><p>At any time, hitting TAB will complete any available python commands or variable names, and show you a list of the possible completions if there’s no unambiguous one. It will also complete filenames in the current directory if no python names match what you’ve typed so far.</p></blockquote>
<p>Right now I&#8217;m on a Windows platform. Luckly I found ipython <a title="iPython Download Page" href="http://ipython.scipy.org/moin/Download" target="_blank">windows installer</a>. But as I gave it a try, I found that I can&#8217;t use my beloved &lt;tab&gt; for auto completion feature. So with the help of Google I found a library called <a href="http://ipython.scipy.org/moin/PyReadline/Intro" target="_blank">PyReadline</a>: a ctypes-based readline for Windows, which enables auto completion to iPython.</p>
<p>After <a title="Download Link" href="https://launchpad.net/pyreadline/+download" target="_blank">downloading</a>, and  installing this package, launching iPython will give you auto completion.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=74&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2010/03/16/auto-completion-for-python-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OSX Leopard- The Definitive Guide</title>
		<link>http://bassemreda.wordpress.com/2009/09/05/leopard-definitive-guide/</link>
		<comments>http://bassemreda.wordpress.com/2009/09/05/leopard-definitive-guide/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 10:22:45 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=48</guid>
		<description><![CDATA[For a long time, I have developed a fascination with beautiful functional software. I get a sense of satisfaction from viewing beautiful smooth interfaces. I have gone quite frustrated with Microsoft Windows operating system. At work I switched to Linux, got fascinated by the open source community. Really the command line has found the geek in me eager to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=48&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_56" class="wp-caption aligncenter" style="width: 614px"><img class="size-full wp-image-56" title="Leopard" src="http://bassemreda.files.wordpress.com/2009/09/leopard-desktop.jpg?w=604&#038;h=377" alt="Mac OSX Leopard" width="604" height="377" /><p class="wp-caption-text">Mac OSX Leopard</p></div>
<p>For a long time, I have developed a fascination with beautiful functional software. I get a sense of satisfaction from viewing beautiful smooth interfaces. I have gone quite frustrated with Microsoft Windows operating system. At work I switched to Linux, got fascinated by the open source community. Really the command line has found the geek in me eager to learn and explore. But the problem with Linux (other than it has no problems) is the lack of decent 3rd party software. Nonetheless everything that needed to be done, could be done on a Linux machine, but the overhead of tweaking and configuring can become quite taxing as nothing works straight out of the box. Last week I switched to apple&#8217;s Mac OSX 10.5.6. And by far this is the best environment that I have worked in. Truly the passion and attention  to details that apple has put into it is reflected in every pixel on the screen.</p>
<p>This post is an attempt to list all the software that I have used on a daily basis for the last two weeks. Often my excitement with finding beautifully designed software renders me speachless. By far the best cross application integeration I have found is on apple&#8217;s leopard. I hope this information will benefit early &#8220;switchers&#8221; to the mac religion, but I also hope this review will encourage hesitant spectators to take the plunge and give it a try.</p>
<p>Not all these applications are open source. This may disappoint <a title="Shady " href="http://www.shadyyoussef.com/" target="_blank">a lot</a> <a title="Ahmed Kamal Kimo" href="http://foss-boss.blogspot.com/" target="_blank">of my</a> <a title="Soli" href="http://www.ahmedsoliman.com/" target="_blank">friends</a>. You have two options, and I won&#8217;t be the one to preach at you here for obvious reasons.</p>
<h3>Application Launcher:</h3>
<h5 style="padding-left:30px;"><a href="http://www.blacktree.com/" target="_blank"><span style="font-weight:normal;">Quicksilver</span></a><span style="font-weight:normal;"> :</span></h5>
<p style="padding-left:30px;">I&#8217;m a very keyboard centric guy. I&#8217;m always on the watch for the quickest shortcut to perform a task. Moving my hands to the mouse and then moving the mouse to click is very time consuming. I have heard of quicksilver for quite some time,</p>
<p style="padding-left:30px;"><img class="size-full wp-image-59 alignright" title="Quicksilver" src="http://bassemreda.files.wordpress.com/2009/09/quicksilver.jpg?w=362&#038;h=271" alt="Quicksilver" width="362" height="271" />even before switching to the mac. And it is the first application that I have switched to.</p>
<p style="padding-left:30px;">The huge array of plugins and tweaks that are present, that I have not even tapped to is staggering. Quicksilver is an open source project, that performs a number of  functions from an application launcher to a plateform to a powerful command line-like tool.</p>
<p style="padding-left:30px;">To get started on quicksilver here is<a title="Merlin Mann" href="http://www.merlinmann.com/" target="_blank"> Merlin Mann&#8217;s</a> <a href="http://www.43folders.com/2004/11/05/quicksilver-setup-troubleshooting" target="_blank">getting started</a>, also watch his <a href="http://www.themerlinshow.com/ep/006-howto-quicksilver-comma-trick" target="_blank">video tutorial</a></p>
<h5 style="padding-left:30px;"><a href="http://www.obdev.at/products/launchbar/index.html" target="_blank"><span style="text-decoration:none;font-weight:normal;">Launchbar</span></a></h5>
<p style="padding-left:30px;">If you don&#8217;t like quicksilver, there is launchbar, which is just like spotlight on steroids. And of course there is the Google <a href="code.google.com/p/qsb-mac/" target="_blank">Quick Search Box</a> developed by the maker of Quicksilver, Nicholas Jitkoff since he moved to Google. Here is a <a title="QSB Review" href="http://theappleblog.com/2009/06/10/google-quick-search-box-officially-released/" target="_blank">review on Google QSB.</a></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<h3>Web Browser:</h3>
<h5 style="padding-left:30px;"><a href="http://www.apple.com/safari/" target="_blank">Safari</a></h5>
<p style="padding-left:30px;">Safari is by far the best web browser available for the mac plateform. Ofcourse if you are an early adaptor and want to give <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Google Chromium</a> a shot, go ahead but I&#8217;ve found chromium to be mostly buggy and unstable. That did not suite my browsing demands. So I&#8217;m sticking with Safari till google releases Chrome for the mac.</p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<h3>Fluid:</h3>
<h5 style="padding-left:30px;"><a href="http://fluidapp.com" target="_blank">Fluid</a></h5>
<p style="padding-left:30px;">Fluid is an amazing application and it deserves its own extensive review. If you&#8217;re tired of</p>
<p><img class="alignright size-full wp-image-62" title="Fluid" src="http://bassemreda.files.wordpress.com/2009/09/fluid.png?w=332&#038;h=192" alt="Fluid" width="332" height="192" /></p>
<p style="padding-left:30px;"><span style="text-decoration:none;"> Flash ads crashing your browser, you should give fluid a try. Fluid gives any WebApp a home on your Mac OS X desktop complete with Dock icon, standard menu bar, logical separation from your other web browsing activity. Fluid includes Tabbed Browsing, built-in Userscripting (aka <a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Greasemonkey</a>) , URL pattern matching for browsing whitelists and blacklists, bookmarks, auto-software updates.</span></p>
<p style="padding-left:30px;"><span style="text-decoration:none;"> </span></p>
<p style="padding-left:30px;"><span style="text-decoration:none;"><br />
</span></p>
<h3>Email:</h3>
<h5 style="padding-left:30px;"><a href="http://gmail.com" target="_blank">Gmail</a></h5>
</p>
<p style="padding-left:30px;">At first I tried Apple&#8217;s mail.app. But after a couple of days I have found a longing for gmail&#8217;s conversation view. So I switched back to gmail running on a separate instance using fluid.</p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<h3>Rss Feed:</h3>
<h5 style="padding-left:30px;"><a href="http://www.newsgator.com/INDIVIDUALS/NETNEWSWIRE/" target="_blank">NetNewsWire</a> vs <a href="http://google.com/reader/" target="_blank">GReader</a></h5>
<p style="padding-left:30px;">At first I wanted to try NetNewsWire. It has many positive points. First is the ability to skim through a 100 post in a certain feed without seeing their content by viewing their titles. Then when you want to read one article you can double click to view in your browser. But I&#8217;ve found that I have been too attached to Google Reader. So after a couple of days I switched back to GReader.  So I&#8217;m back with Google reader running in fluid.</p>
<h3>Calendar:</h3>
<p><img class="alignright size-full wp-image-64" title="GCalendar" src="http://bassemreda.files.wordpress.com/2009/09/gcalendar.jpg?w=423&#038;h=264" alt="GCalendar" width="423" height="264" /></p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">To be honest I didn&#8217;t even try Apple&#8217;s calendar.app, I am too dependant on Google Calendar. I&#8217;m sure there is a way to use Google calendar over calendar.app but I haven&#8217;t tried. What my current setup is Google Calendar running inside  fluid with <a href="http://www.iamadtaylor.com/helvetical/" target="_blank">helvetical </a> and the result is beautiful.</p>
<p style="padding-left:30px;">
<h3>Development:</h3>
<h5 style="padding-left:30px;"><a href="http://macromates.com/" target="_blank">Textmate</a></h5>
<p style="padding-left:30px;">For web development, I use textmate. It has a minimal unobtrusive interface and a lot of plugins.</p>
<h5 style="padding-left:30px;"><a href="http://www.eclipse.org/downloads/" target="_blank">Eclipse</a></h5>
<p style="padding-left:30px;">Still I can&#8217;t get away from eclipse.</p>
<h5 style="padding-left:30px;"><a href="http://www.mamp.info/en/index.html" target="_blank">MAMP</a></h5>
<p style="padding-left:30px;">Macintosh Apache MySQL and PHP. Need I say more. Removes all the hassles of installation. A very good utility.</p>
<p style="padding-left:30px;">
<p style="padding-left:30px;">
<h3><span style="text-decoration:underline;">Bookmarks:</span></h3>
<h5 style="padding-left:30px;"><a href="http://www.instapaper.com/" target="_blank">Instapaper</a></h5>
<p style="padding-left:30px;">For a long time I&#8217;ve had a hassel with bookmarks. I surf the web alot. And I&#8217;m an information junkie. I also suffer from <a title="Nerd Attention Deficiency Disorder" href="http://www.randsinrepose.com/archives/2003/07/10/nadd.html" target="_blank">NADD</a> and I don&#8217;t like to go sifting through my web history to find that article or post that I wanted to finish reading. So I developed this complex system to bookmark every page into its specific folder. But there was the problem of syncing between different computers, at work, at home. And this workflow required more overhead. Until I&#8217;ve found this amazing bookmark Instapaper is an amazing app that syncs my bookmarks has folders and even has an iPhone application that I use to read later while I&#8217;m on the go.</p>
<h3>Productivity:</h3>
<h5 style="padding-left:30px;"><span style="text-decoration:none;"><a href="http://culturedcode.com" target="_blank">Things</a></p>
<p></span></h5>
<p style="padding-left:30px;"><span style="text-decoration:none;">Things is a beautifully designed application that helps you organize tasks and projects. It is</span></p>
<p><img class="alignright size-full wp-image-69" title="Things" src="http://bassemreda.files.wordpress.com/2009/09/things.jpg?w=377&#038;h=235" alt="Things" width="377" height="235" /></p>
<p style="padding-left:30px;"><span style="text-decoration:none;"> the most popular productivity application out there, but its quite expensive.</span></p>
<h5 style="padding-left:30px;"><a href="http://willmore.eu/software/isolator/" target="_blank"><span style="text-decoration:none;">Isolator</span></a></h5>
<p style="padding-left:30px;"><span style="text-decoration:none;">Isolator takes everything off the screen</span></p>
<p style="padding-left:30px;"><span style="text-decoration:none;"> except the current application you&#8217;re working in. It is an excellent little utility that I use often.</span></p>
<h5 style="padding-left:30px;"><span style="text-decoration:none;"><a href="http://www.apple.com/pro/tips/spaces.html" target="_blank">Spaces</a> </span></h5>
<p style="padding-left:30px;">I use spaces extensively with spaces dedicated to web browsing, development. , music/email/GReader/calendar.</p>
<h5 style="padding-left:30px;"><a href="http://www.machinecodex.com/dateline/index.php" target="_blank"><span style="text-decoration:none;">Dateline</span></a></h5>
<p style="padding-left:30px;"><span style="text-decoration:none;">Dateline is a little utility that puts your calendar on the desktop. Very minimal and quite elegant.</span></p>
<h5 style="padding-left:30px;"><a href="http://www.islayer.com/apps/istatmenus/" target="_blank"> <span style="text-decoration:none;">iStat</span></a></h5>
<p style="padding-left:30px;">I use iState to keep an eye on my resources in the menu bar. Really helpful application.</p>
<h3>Cloud Storage:</h3>
<h5 style="padding-left:30px;"><a href="https://www.getdropbox.com/referrals/NTE3MDQ1ODc5" target="_blank">Dropbox</a></h5>
<p style="padding-left:30px;">I use dropbox to back up my most important files. And to sync all my machine. Dropbox is an excellent piece of software it has a native application for the Mac, Windows, and Linux. Plus a web interface. Dropbox also provides a version control system so if you delete a file by mistake you can restore it again or go back to a specific version of it.</p>
<h3>Music</h3>
<h5 style="padding-left:30px;"><a href="http://www.apple.com/itunes/overview/" target="_blank">iTunes</a></h5>
<p style="padding-left:30px;">iTunes is my music&#8217;s home, I sync my ipod Touch, and listen to podcast and albums all from here it is by far the best music application ever.</p>
<h3>Chatting and Twitter:</h3>
<h5 style="padding-left:30px;"><a href="www.skype.com/">Skype</a></h5>
<p style="padding-left:30px;">I use skype at work.</p>
<h5 style="padding-left:30px;"><a href="http://iconfactory.com/software/twitterrific">Twitteriffic</a></h5>
<p style="padding-left:30px;">I use twitterrific to keep on top of my twitter feed. It has an elegant interface and an iphone application.</p>
<h3>Video</h3>
<h5 style="padding-left:30px;"><a href="http://www.videolan.org/vlc/download-macosx.html" target="_blank">vlc</a></h5>
<p style="padding-left:30px;">VLC is an opensource project. This player can literally play anything.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=48&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2009/09/05/leopard-definitive-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>

		<media:content url="http://bassemreda.files.wordpress.com/2009/09/leopard-desktop.jpg" medium="image">
			<media:title type="html">Leopard</media:title>
		</media:content>

		<media:content url="http://bassemreda.files.wordpress.com/2009/09/quicksilver.jpg" medium="image">
			<media:title type="html">Quicksilver</media:title>
		</media:content>

		<media:content url="http://bassemreda.files.wordpress.com/2009/09/fluid.png" medium="image">
			<media:title type="html">Fluid</media:title>
		</media:content>

		<media:content url="http://bassemreda.files.wordpress.com/2009/09/gcalendar.jpg" medium="image">
			<media:title type="html">GCalendar</media:title>
		</media:content>

		<media:content url="http://bassemreda.files.wordpress.com/2009/09/things.jpg" medium="image">
			<media:title type="html">Things</media:title>
		</media:content>
	</item>
		<item>
		<title>Snow Stacks- An Overview</title>
		<link>http://bassemreda.wordpress.com/2009/07/14/snow-stacks-an-overview/</link>
		<comments>http://bassemreda.wordpress.com/2009/07/14/snow-stacks-an-overview/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:45:21 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Snow Stack]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=41</guid>
		<description><![CDATA[Snow Stack new 3D CSS Visual Effects demo using pure HTML, WebKit’s 3D CSS Effects extensions and JavaScript. In a little while we will not need flash any more, with HTML 5 released an implemented in most decent browsers andCSS extensions like snow stacks rolling out. Some comments on this: State changes are handled via [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=41&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1></h1>
<p><a href="http://www.satine.org/archives/2009/07/11/snow-stack-is-here/">Snow Stack</a> new 3D CSS Visual Effects demo using pure HTML, <a href="webkit.org">WebKit</a>’s 3D CSS Effects extensions and JavaScript. In a little while we will not need flash any more, with HTML 5 released an implemented in most decent browsers andCSS extensions like snow stacks rolling out.</p>
<p>Some comments on this:</p>
<ul>
<li>State changes are handled via CSS.</li>
<li>Snow Stack’s 3D transforms, transform and opacity animations all run on the GPU. Layout and networked image loading happens on the CPU.</li>
</ul>
<p>Currently you can&#8217;t demo this on web browsers except safari built on Apple&#8217;s Snow Leopard [still a developer's beta]. So instead you can watch this video.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='604' height='370' src='http://www.youtube.com/embed/3R6sb4NO25E?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=41&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2009/07/14/snow-stacks-an-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>
	</item>
		<item>
		<title>Google OS</title>
		<link>http://bassemreda.wordpress.com/2009/07/09/google-os/</link>
		<comments>http://bassemreda.wordpress.com/2009/07/09/google-os/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:55:22 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[google os]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=27</guid>
		<description><![CDATA[Google announced 2 days ago, a new Google Chrome Operating System. This is Google&#8217;s attempt to re-think what an operating system should be and do. Google Chrome OS is going to be an open source, lightweight OS that will be initially targeted at netbooks, its going to be available in 2010 according to Google. Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=27&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">announced</a> 2 days ago, a new Google Chrome Operating System. This is Google&#8217;s attempt to re-think what an <a title="Operating System" href="en.wikipedia.org/wiki/Operating_system">operating system</a> should be and do. Google Chrome OS is going to be an <a title="Open Source Software" href="en.wikipedia.org/wiki/Open_source">open source</a>, lightweight OS that will be initially targeted at netbooks, its going to be available in 2010 according to Google. Google Chrome OS will be running with a new windowing system on top of a Linux Kernel.</p>
<p>Google put the main three aspects of the OS, to be<em> speed, simplicity </em>and<em> reliability</em>. The aim of the OS is to advance the web as the main platform for applications and computer use in general, so that the entirety of the user experience will take place on the web.</p>
<h2><em>Is the web ready to take over native applications?</em></h2>
<p>Yes, the web is on its way to replace native applications completely. With the advancement of open standards, programming language, browsers, the web is taking huge steps towards reaching native like performance. With projects like <a href="http://code.google.com/p/nativeclient/">Google&#8217;s Native Client</a>, which is a technology for running native code in web applications that offers features like thread support and  access to vector instructions while maintaining file-system and network security all this while maintaining browser neutrality and cross-platform support for all OSs.  The web is advancing rapidly as the main computational platform of choice, due to its vast reach and cross-platform compatibility.</p>
<h2><em>Features that I would like to see in Google Chrome OS:</em></h2>
<p><em>Here are some of the features that I would like to see in Google OS.<br />
</em></p>
<p><em><strong>Speed:</strong></em></p>
<p>More speed: This translates into faster boot up, and a faster, snappier user experience. One of Googles keys to success is its delivery on speed. If Google wants to steel some users from the OS market they have to provide a user experience that is so other than that would blow my mind away, just as I noticed the speed difference between chrome and other browsers as I started using <a href="http://www.google.com/chrome">chrome</a> as my browser of choice.</p>
<p>Oh by the way if your still using Internet Explorer do yourself a favor right now go to chrome&#8217;s <a href="http://www.google.com/chrome">download page </a> or <a href="http://www.apple.com/safari/download/">Apple&#8217;s safari</a> and install the browser it will make your life so much better and you will thank me later.</p>
<p><em><strong>Synchronization</strong></em>:</p>
<p>Instant synchronization betwen files and cloud data, between different machines, cellphones and servers. Out of the box just works. I want to be able to have my desktop, iphone, laptop, and netbook all synced up with each other without having to worry about the details. If Google can provide a cloud syncing solution that would work with multiple platforms and on all my data, in all my applications then this would be the kind of breakthrough that would send users by the flocks switching to the OS.</p>
<p><em><strong>Search:</strong></em></p>
<p>Google should take search to another level, with not only indexing the web, but also indexing the filesystem, application, the data itself for fast universal access from anywhere on the OS. This is more likely to happen as <a href="http://www.blacktree.com/">Quicksilver</a> developer Nicholas Jitkoff is on the Google Chrome OS team, we are likely to a quicksilver like application integrated with the OS itself.</p>
<p><em><strong>Hardware Support:</strong></em></p>
<p>With the Linux kernel that Google Chrome OS will run on, hardware compatibility with existing hardware peripherals and devices will not be an issue. Google already <a href="http://chrome.blogspot.com/2009/07/google-chrome-os-faq.html">announced</a> that companies that will support Google chrome OS include Acer, Adobe, ASUS, Freescale, HP, Lenovo, Qualcomm, Toshiba among many others.</p>
<h2>Endnote:</h2>
<p>I think that Google Chrome OS is a big step towards advancing the web as a platform for serious computing. I think this project will also effect the future of current operating systems like <a href="http://www.apple.com/macosx/">Apple OS X</a> and <a href="http://windows.microsoft.com/en-US/windows7/products/home?os=nonwin7">Windows 7</a>. I think that this project will change the current OS paradigm.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=27&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2009/07/09/google-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>
	</item>
		<item>
		<title>Console pdf Viewer</title>
		<link>http://bassemreda.wordpress.com/2009/03/06/console-pdf-viewer/</link>
		<comments>http://bassemreda.wordpress.com/2009/03/06/console-pdf-viewer/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 22:05:27 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=21</guid>
		<description><![CDATA[How to open a pdf file from your console in Linux: As far as I know there is no console based pdf viewer, but you can use the following trick to open a pdf file: I&#8217;m using a Red Hat Fedora 10, First of all install pdftohtml- a command line tool to convert pdf files [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=21&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How to open a pdf file from your console in Linux:</p>
<p>As far as I know there is no console based pdf viewer, but you can use the following trick to open a pdf file:</p>
<p>I&#8217;m using a Red Hat Fedora 10,</p>
<p>First of all install pdftohtml- a command line tool to convert pdf files into html and to other formates.</p>
<blockquote>
<pre>#sudo yum install pdftohtml</pre>
</blockquote>
<p>Next install lynx which is a command line html viewer.</p>
<blockquote>
<pre style="text-align:left;">#sudo yum install lynx.i386</pre>
</blockquote>
<p>Next convert the file you want to view into html using:</p>
<blockquote>
<pre style="text-align:left;">#pdftohtml ch.01.pdf</pre>
</blockquote>
<p>Next open the file you want to view using lynx:</p>
<blockquote>
<pre style="text-align:left;">
#lynx ch.o1.html</pre>
</blockquote>
<p>You can also convert a pdf to text using pdftotext, which is a command-line tool to convert pdf files into text files.</p>
<blockquote>
<pre style="text-align:left;">
#pdftotext ch01.pdf</pre>
</blockquote>
<p>You can then open the text file using vim:</p>
<blockquote>
<pre style="text-align:left;">
#vim ch01.txt</pre>
</blockquote>
<pre></pre>
<blockquote>
<pre></pre>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=21&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2009/03/06/console-pdf-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>
	</item>
		<item>
		<title>This is my blog</title>
		<link>http://bassemreda.wordpress.com/2009/03/05/this-is-my-blog/</link>
		<comments>http://bassemreda.wordpress.com/2009/03/05/this-is-my-blog/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:22:09 +0000</pubDate>
		<dc:creator>bassemreda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://bassemreda.wordpress.com/?p=7</guid>
		<description><![CDATA[Hi Internet, This is my first try at blogging. I&#8217;m going to be talking here about all things tech. I&#8217;m a new Linux user. And I&#8217;m learning new tricks and tweaks everyday and I&#8217;m going to post it here. Hope you enjoy this blog Bassem Reda<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=7&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Internet,</p>
<p>This is my first try at blogging. I&#8217;m going to be talking here about all things tech.</p>
<p>I&#8217;m a new Linux user. And I&#8217;m learning new tricks and tweaks everyday and I&#8217;m going to post it here.</p>
<p>Hope you enjoy this blog</p>
<p>Bassem Reda</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bassemreda.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bassemreda.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bassemreda.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bassemreda.wordpress.com&amp;blog=3457130&amp;post=7&amp;subd=bassemreda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bassemreda.wordpress.com/2009/03/05/this-is-my-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">bassemreda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
