<?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>Akshay&#039;s Blog</title>
	<atom:link href="http://gakshay.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gakshay.wordpress.com</link>
	<description>Linux, Mac, Ruby, Rails, JS, AJAX, DB, Server =&#62; WEB2.0</description>
	<lastBuildDate>Mon, 14 Jun 2010 06:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gakshay.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/3c082ff524c94b8690c8fb500ced1309?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Akshay&#039;s Blog</title>
		<link>http://gakshay.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gakshay.wordpress.com/osd.xml" title="Akshay&#039;s Blog" />
	<atom:link rel='hub' href='http://gakshay.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Vim, TextMate and Gedit, make your editor rich featured</title>
		<link>http://gakshay.wordpress.com/2010/06/13/vim-textmate-and-gedit-make-your-editor-rich-featured/</link>
		<comments>http://gakshay.wordpress.com/2010/06/13/vim-textmate-and-gedit-make-your-editor-rich-featured/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 19:17:17 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[Editor]]></category>
		<category><![CDATA[History and software]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/?p=27</guid>
		<description><![CDATA[There are hundreds of editors available in the market, both free and paid, depending upon ones need. I mostly work on Ruby or ROR, Web2.0 stuff and I prefer to work fast, efficient and effective way and editor plays a very important role for every developer, so as system (OS) but its a different discussion <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=27&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are <a href="http://en.wikipedia.org/wiki/List_of_text_editors" target="_blank">hundreds of editors</a> available in the market, both free and paid, depending upon ones need. I mostly work on <a href="http://www.ruby-lang.org/en/" target="_blank">Ruby</a> or <a href="http://rubyonrails.org" target="_blank">ROR</a>, Web2.0 stuff and I prefer to work fast, efficient and effective way and editor plays a very important role for every developer, so as system (OS) but its a different discussion as of now.</p>
<p>I&#8217;ll make my assumptions on the basis you like working either on MacOS X or linux (Ubuntu, fedora or any other flavour) and can dig yourself to get your things working like the way you want to work on your machine. Sorry, I don&#8217;t recommend Windows for development and I presume that you like to learn shortcuts and emphasize more upon your keyboard instead of mouse.</p>
<p>I started development during my college days on Vim or GEdit on Linux. Truly speaking <a href="http://www.vim.org/">VIM</a> seemed flamboyant with its unmatched capabilities. I always wanted to work/handson/try Emacs there after, but still lazy enough to start exploring it.</p>
<p>After college, I started development on Mac OS X and got paid version of <a href="http://macromates.com/">TextMate</a> and as said its best for development for <a href="http://rubyonrails.org" target="_blank">Ruby on Rails</a> application. I was pretty happy and used to install some bundles from time to time to make it work the way I want to code fast and effective and started coding with as many shortcuts I can learn and remember. As a rescue I used <a href="http://www.vim.org/">Vim</a> and always feel overwhelmed about Linux community and such a powerful and fast editor, which can&#8217;t be replaced by anything (with same regard for Emacs).</p>
<p>With time I worked more on Vim and TextMate and trying to point some of their key features which I liked and used the most.</p>
<h2>Vim (all terminal based and though fast):</h2>
<li><em>Searching (/search_string)</em></li>
<li><a href="http://vim.wikia.com/wiki/Search_and_replace" target="_blank"><em>Search and replace</em></a><em> (:%s/search/replace/gi)</em></li>
<li><a href="http://www.thegeekstuff.com/2009/01/vi-and-vim-macro-tutorial-how-to-record-and-play/" target="_blank"><em>Macro</em></a><em> (record and play on a file of any size), at par feature</em></li>
<li><em>Practically open file of any size (tried with gigs of sql files)</em></li>
<li><em>use of </em><a href="http://linux.byexamples.com/archives/177/vim-with-ctags/"><em>CTags</em></a><em> (extremely powerful feature when working on a project)</em></li>
<li><em>GVIM with more additional feature</em></li>
<li><em>Split (horizontal and vertical) views (:sp or :vsp &lt;filename&gt;)</em></li>
<li><em>Automated indentation</em></li>
<li><em>Color schema makes one feel geeky developer <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  especially after watching </em><a href="http://www.imdb.com/title/tt0133093/" target="_blank"><em>MatriX</em></a></li>
<li><em>Thousands of other feature and plugin and it makes it extremely powerful and fast to work till now</em></li>
<p><em><br />
</em></p>
<h2>TextMate (a high-hyped editor):</h2>
<address>
<li>Snippets to call your programming structures e.g. def+tab will complete the function block</li>
<li>Supports almost all languages and frameworks</li>
<li>It can open your whole project (in a side pane, left or right side), I prefer right side. I love this feature</li>
<li>Allows you to remove reference certain files or folders from project to apply search upon e.g logs, images etc</li>
<li>except common feature, it allows full project search (even regular expression)</li>
<li><a href="http://railstips.org/blog/archives/2006/12/14/two-really-handy-textmate-shortcuts/"><span style="color:#000000;"><span style="text-decoration:none;">Star Me and CmdT</span></span></a> allows to reach any part of the file and to file in your open project by just typing some literals</li>
<li>Auto file indent (Cmd] or SftCmd[ )</li>
<li>Cmd/ to auto comment line or lines</li>
<li>Most importantly, it won't annoy you some red or green light here and there or extra fancy stuff and provide more space to code and keep it elegant</li>
<li>I like the twilight theme to work upon</li>
<li>Takes up very less memory(as compared to most rich featured editors) and its pleasant to work upon it</li>
</address>
<div id="attachment_32" class="wp-caption aligncenter" style="width: 310px"><a href="http://gakshay.files.wordpress.com/2010/06/textmate.png"><img class="size-medium wp-image-32" title="textmate" src="http://gakshay.files.wordpress.com/2010/06/textmate.png?w=300&#038;h=180" alt="" width="300" height="180" /></a><p class="wp-caption-text">Textmate</p></div>
<p>Recently, I moved to Delhi and started working on Linux and to be frank its a hard transition to work without TextMate. Thanks to VIM again, it wasn&#8217;t a hard transition. Gedit is good but its like Notepad of windows and reasonably nothing is there. Than I started making it feature rich owing to the fact its always fast to load and can be my textmate on linux. Thanks to hundreds of plugins available and for such a vibrant community around and the research already done by other folks.</p>
<p>So lets talk about different plugins for Gedit to make it work fast, efficient, elegant and more like TextMate</p>
<h2>Gedit (conventional and basic editor):</h2>
<p><a href="http://live.gnome.org/Gedit/Plugins">Here</a> are hundreds of plugins available but choosing the right one is important.</p>
<h4>How to install additional Gedit plugins</h4>
<p>While Gedit ships with a set of default plugins, you can surely add as many as you like. To install a plugin for Gedit, you must first download it to a local folder and then extract the contents to ‘~/.gnome2/gedit/plugins/’ directory. Also look for a package named “gedit-plugins” in your distribution’s package manager, this package contains some additional plugins for gedit. Once you have installed the plugin you want, you need to enable it via Edit -&gt; Preferences and then the Plugins Tab.</p>
<li>
<address>Snippets -&gt; allows you to insert frequently typed phrases and text by using hotkeys or a shortcode, it supports mostly all the languages</address>
</li>
<li>
<address>Auto Tab  -&gt; detects the indent/space settings in a file and adjusts tabbing accordingly on the fly</address>
</li>
<li>
<address>File Browser Pane -&gt; It open up a whole project in directory structure ( file structure)</address>
</li>
<li>
<address>Right Pane -&gt; For right hand side pane for project viewer</address>
</li>
<li>
<address>Code Comment -&gt; To comment your code (CTL+m)</address>
</li>
<li>
<address>External Tools -&gt; Execute external commands and shell scripts</address>
</li>
<p style="text-align:center;"><a href="http://live.gnome.org/Gedit/ToolLauncherPlugin"><img class="aligncenter" title="GEdit -&gt; External Tools" src="http://people.gnome.org/~pborelli/tools-manager.png" alt="" width="632" height="415" /></a></p>
<li><em>Quick Open -&gt; Its good but not as good as CMDT of textmate</em></li>
<li>
<address>Regex Search and replace -&gt; CTL + H for regex search and replace</address>
</li>
<li>
<address>Gemini -&gt; character completion</address>
</li>
<li>
<address>Change Case -&gt; for fast switching case for selected text</address>
</li>
<li>
<address>Class Browser -&gt; List all the methods of class or module, uses Ctags and side pan view</address>
</li>
<li>
<address><a href="http://github.com/jessevdk/gedit-commander" target="_blank">Commander</a> -&gt; to provide command line interface</address>
</li>
<li>
<address>Document Statistics -&gt; Analyses the current document and reports the number of words, lines, characters and non-space characters in it.</address>
</li>
<li>
<address>Embedded Terminal and Open terminal here </address>
</li>
<li>
<address>File Search -&gt; Search for text in all files in a directory</address>
</li>
<li>
<address>Session Saver -&gt; Session saver allows you to save you current workspace</address>
</li>
<li>
<address>Snap Open -&gt; A regex open file dialog that resembles that of Textmate</address>
</li>
<li>
<address>Tag List -&gt; Provides a method to easily insert into a document commonly used tags/strings without having to type them</address>
</li>
<li>
<address>Word Completion -&gt; suggestions from all words in all documents in all windows, annoying sometimes </address>
</li>
<h4>Colors and fonts:</h4>
<p>Get all themes from <a href="http://github.com/mig/gedit-themes">here</a>. But I prefer these two.</p>
<li>Rubycious</li>
<li>Twilight</li>
<p><em>So, after go through of important features of all these editors. Its one like and dislike or any editor (other than these three). Vim is always the winner, as it comes with these features and the moment you do code review or sit on someone else computers, it takes no time to work on new machine. Vim is a must for any programmer (If I infer it right, it makes you think above conventional ways). On top of it, while working on a project and other than terminal TextMate (Mac) and Gedit (Linux) is no-doubt a better option.</em></p>
<div><em>To comment on Windows based editors GVim, e-text editor with cygwin and notepad ++  seems to be better and fast option.</em></div>
<div><em>Happy Coding!</em></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=27&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2010/06/13/vim-textmate-and-gedit-make-your-editor-rich-featured/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>

		<media:content url="http://gakshay.files.wordpress.com/2010/06/textmate.png?w=300" medium="image">
			<media:title type="html">textmate</media:title>
		</media:content>

		<media:content url="http://people.gnome.org/~pborelli/tools-manager.png" medium="image">
			<media:title type="html">GEdit -&#62; External Tools</media:title>
		</media:content>
	</item>
		<item>
		<title>Railscasts crawler (Download all screencasts easily)</title>
		<link>http://gakshay.wordpress.com/2009/03/14/railscasts-crawler-download-all-screencasts-easily/</link>
		<comments>http://gakshay.wordpress.com/2009/03/14/railscasts-crawler-download-all-screencasts-easily/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 08:36:00 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[Crawler]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/2009/03/14/railscasts-crawler-download-all-screencasts-easily</guid>
		<description><![CDATA[I wrote this script, as I felt really annoying to download each screencast everytime I needed them. So I ended up writing script to automatically download all screencasts without hassle i.e crawler. Its in Ruby of course and requires simple Hpricot gem. If you not having it. Just type this command in your terminal &#8211; <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=17&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wrote this script, as I felt really annoying to download each screencast everytime I needed them. So I ended up writing script to automatically download all screencasts without hassle i.e crawler.</p>
<div>Its in <a href="http://www.ruby-lang.org/">Ruby</a> of course <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  and requires simple <a href="http://wiki.github.com/why/hpricot">Hpricot</a> gem.</div>
<div>If you not having it. Just type this command in your terminal &#8211;</div>
<div><span style="font-weight:bold;"><br />
</span></div>
<div><span style="font-weight:bold;">$gem install hpricot</span></div>
<div><span style="font-weight:bold;"><br />
</span></div>
<div>&#8211;Rest include this script in your /lib folder</div>
<div>&#8211;Change the path in the script where you want to download all the screencasts</div>
<div>&#8211;Go to your projects development environment (script/console) and run the script by these commands&#8211;</div>
<div><span style="font-weight:bold;">video = Railscasts.new </span>#new Railscasts object</div>
<div><span style="font-weight:bold;">video.start </span>#will start downloading all screencasts from <a href="http://railscasts.com/">Railscasts</a></div>
<div><span style="font-weight:bold;">Note:</span></div>
<div>
<ol>
<li>If you stop the script in between manually, it will not download those screencasts that are already in your hard disk.</li>
<li>All logs are maintained in Railsproject/log/railscasts.log.</li>
<li>Handling all exceptions raised</li>
</ol>
<p>Improvements/Suggestions  are appreciated.</p>
</div>
<div>Thanks</div>
<div>And yes script:</div>
<div>
<pre>
<pre># Author : Akshay Gupta
#file: railscasts.rb
# First check you have all gems installed. Place the script in /lib folder and run the script.
# I don't have expertize in ruby, please tell how it can be improved.
# change the path accordingly, where you want to save path
# My working env is on MacOS, one need to make some changes if running on Windows
<code>
require 'rubygems'
require 'hpricot'
require 'open-uri'
require 'logger'
$log = Logger.new('log/railscasts.log')
$path = "/Users/akshaygupta/railsvideo/railscasts/"
$stop = false

class Railscasts
attr_accessor :url

def initialize
  @@page = 1
  @@url  = "http://railscasts.com/episodes?page="
  start
end

def url
  @url = @@url+@@page.to_s
end

def start
  url
  build_doc
  screencasts_links
  download_screencasts
  next_page
  if !$stop
    start
  else
    puts "Successfully done <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Enjy all the screencasts"
  end
end

def build_doc
  begin
    $log.info("*********Fetching #{@url}***********")
    @doc = Hpricot(open(@url))
  rescue Exception =&gt; e
    $log.debug("Problem fetching #{e}")
  end
end

def screencasts_links
  begin
    @download_links =
      (@doc/".download/a[1]").collect {|a| (a.search("[@href]").first[:href])}
    $log.info(" All Download links on this page :\n #{@download_links}")
  rescue
    $log.info("Problem in download links")
  end
end

def download_screencasts
  @download_links.each do |mov|
    begin
      file = mov.split('/').last
      res = `cd #{$path}; ls | grep "#{file}"`
      if !res
        $log.info("Now downloading file #{file}")
        result = `cd #{$path}; wget "#{mov}"`
        if result
          $log.info("Successfully Downloaded #{file}")
        end
      else
        $log.info("Already downloaded #{file}")
      end
    rescue Exception =&gt; e
      $log.info("problem downloding file #{e}")
    end
  end
end

  def next_page
    if @@page &lt; 17
      @@page += 1
    else
      $log.info("All screencasts downloaded <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , Mission accomplished!!")
      $stop = true
    end
  end
end
</code></pre>
</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=17&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2009/03/14/railscasts-crawler-download-all-screencasts-easily/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>
	</item>
		<item>
		<title>Moments, Life and Remarkability</title>
		<link>http://gakshay.wordpress.com/2008/12/31/moments-life-and-remarkability/</link>
		<comments>http://gakshay.wordpress.com/2008/12/31/moments-life-and-remarkability/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 20:21:00 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[remarkablity]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/2008/12/31/moments-life-and-remarkability</guid>
		<description><![CDATA[Moments pass by as a drop of water, each one of it make Life. Moments vanishes as you start thinking of it to complete your life. But just analyze WHY? Why are we here ? What we are supposed to be? Some good saying: Live whole-heartedly, help others, do whatever you like with passion, contribute <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=16&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:justify;">Moments pass by as a drop of water, each one of it make Life. Moments vanishes as you start thinking of it to complete your life. But just analyze WHY? Why are we here ? What we are supposed to be?<br />
Some good saying: Live whole-heartedly, help others, do whatever you like with passion, contribute to the miraculous deeds our ancestors had done once, never give up life will always test your patience and endurance. Is it love, lust, success we are living for? Are we going the right way? Are we destined ?</div>
<p>If one ever think of why <a href="http://en.wikipedia.org/wiki/Albert_Einstein">Einstein</a>, <a href="http://en.wikipedia.org/wiki/Michael_Faraday">Faraday</a>, <a href="http://en.wikipedia.org/wiki/Sachin_Tendulkar">Sachin</a>, <a href="http://en.wikipedia.org/wiki/Mahatma_Gandhi">Gandhi</a>..name anyone..why were they great?How come respect comes out of its own while remembering them.</p>
<ul>
<li>Simple they discovered something, they were leaders, they were simply different.</li>
<li>How come they were different, they were mere humans.</li>
</ul>
<p>Your answers started sprouting:</p>
<ul>
<li>Things were easier at that time. Nah</li>
<li>Easy resources. Not possible.</li>
<li>Plenty of time to try out something new. Not sure? same 24 hours.</li>
<li>Things was unexplored, now everything is there. Same thoughts prevails over centuries.</li>
</ul>
<div id="__ss_222268" style="width:300px;text-align:left;"><a style="font-family:Helvetica,Arial,Sans-serif;font-style:normal;font-variant:normal;font-weight:normal;font-size:14px;line-height:normal;display:block;text-decoration:underline;margin:12px 0 3px;" title="Eight  Secrets Of  Life" href="http://www.slideshare.net/thiru.kalpa/eight-secrets-of-life?type=powerpoint">Eight  Secrets Of  Life</a></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View SlideShare <a style="text-decoration:underline;" title="View Eight  Secrets Of  Life on SlideShare" href="http://www.slideshare.net/thiru.kalpa/eight-secrets-of-life?type=powerpoint">presentation</a> or <a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint">Upload</a> your own. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/secrets">secrets</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/powerpoint">powerpoint</a>)</div>
</div>
<div style="text-align:justify;">It seems they did something different, impossible and remarkable. My thoughts say follow those simple guys who were remarkable, contributer and made their life worth living. Moving against the tide is never easy, but the flew, they were not different rather they were much simpler. Isn&#8217;t?<br />
Its just that they analyzed and walked through the path their heart was leading. It was their passion and inner urge to follow their dream that made them remarkable. They never did it to be famous or for wealth, its the satisfaction they were thriving for. This is greatness.Now, lets discuss our life, we are brought up educated, equipped with all resources (most of them one don&#8217;t even need), plenty of time (exclude the time spent on cell, chat, bc and complains about life), I belief everything is more easy, approachable, just one click away thanks to <a href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Mr Tim Berners Lee</a>. One dont have to travel years to find where India is, on boat with few crew members. Our great remarkable leaders fulfilled all the resposibilities, they did loved some one, they did married, they did whatever a common man spent time upon. So whats missing ??</p>
</div>
<div style="text-align:center;">Passion, Depth of thought, Direction etc</div>
<div style="text-align:justify;">In one thought we have never thought, why are we here for? It was their remarability that made them respectable, different, famous, successful. You know Apple never fell over <a href="http://www.newscientist.com/blogs/culturelab/2010/01/newtons-apple-the-real-story.html">Newton</a>&#8216;s head, he was just sitting idle under apple tree and looking at calm moon and an Apple and he realized that both are of same size and yet one falls down and one never. So distance can make things look alike but something decreases and he coined the name as <a href="http://en.wikipedia.org/wiki/Gravity"><span style="font-weight:bold;">Gravity</span></a>. Remarkable enough for the whole world.<span style="font-weight:bold;">In Modern World </span>one try to dress, talk , walk, become rich but surprisingly none of them takes to the path of remarkability other than creating differences, boundaries. Simplicity is the characterstic of being different.</p>
</div>
<p>I believe &#8220;<span style="font-weight:bold;font-style:italic;">Simplicity of character is the natural result of profound thought</span>&#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=16&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2008/12/31/moments-life-and-remarkability/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>
	</item>
		<item>
		<title>Job vs Life</title>
		<link>http://gakshay.wordpress.com/2008/09/13/job-vs-life/</link>
		<comments>http://gakshay.wordpress.com/2008/09/13/job-vs-life/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:17:00 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[job]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/2008/09/13/job-vs-life</guid>
		<description><![CDATA[Why are we being educated? Nursery, LKG, UKG, I, II, III, IV, V, VI, VII, VIII, IX, X, XI, XIIWhat Next ? &#8230;IIT, an year dropped:(, Jamia is although good. I, II, III, IV year. B.Tech Comp(uter)lete. What Next?&#8230;MS/MBA/Job?I opted for Job Being from a middle class family, some how our society gives you an <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=15&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;"><span style="font-weight:bold;">Why are we being educated?</span></span></p>
<div style="text-align:justify;">Nursery, LKG, UKG, I, II, III, IV, V, VI, VII, VIII, IX, X, XI, XII<br />What Next ? &#8230;IIT,  an year dropped:(, Jamia is although good. I, II, III, IV year. B.Tech Comp(uter)lete. What Next?&#8230;MS/MBA/Job?I opted for Job <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>
<p>Being from a middle class family, some how our society gives you an aim to get a &#8220;JOB&#8221; and <span style="font-style:italic;">work generously to rise and earn decent salaries</span>.
<div style="text-align:justify;">And when I am very near to start with my first job, there is something within myself which is questioning is this the end (as shown by our society) or is this the beginning? Beginning as of&#8230;starting of my career, going to company everyday, work and again work. Is this what for I have been educated for so long and awaited to feel the eternal bliss of a Job, what only matters is to earn money, do i also get trapped as millions of people and loose my identity, will it provide me happiness to the rest of my life, will I be able to fulfill my dreams/ambitions within some years from now before marriage specifically.</p>
<p>I felt really disappointing that neither our society nor our education system taught anything in this regard. Always I tried soving Matrix/Differential/Integration problems, mugging history, solving assignments, impress my teachers, having high grade. Unfortunately, it had lead me nowhere and I completely don&#8217;t know why did I actually studied all the crap which I have already forgotten long time back and to blame myself, I never took the pain to explore beyond the psychological comfort of a job which somehow flourished in my mindset too and I completely felt a class-I guy who enters new classroom (World), and feels completely strange with no mentor this time and as understanding grows, this is stage where again I have to prove myself where millions of people are already competing to grow by hook or by crook. Remember famous dialogue from RDB: &#8220;<span style="font-style:italic;">gate k is taraf hum duniya ko nachate hai and gate k us taraf duniya hamein aur duniya ki is bheed me na jaane laakhon DJ piss gaye</span>&#8220;,indeed very true. We are out of the gate, no step backing, now.</p>
<p>Don&#8217;t read if you think I&#8217;m about to give to an answer or an alternate to situation. What I mean is to understand yourself, organize your thought. Think again and again why have you really been educated? Its only your thought process that can enlighten your path to vision beyond the boundaries.</p>
<p>If I talk about myself, I am closely analyzing all trends of lifestyle, fashion, Gen X, Tech World, Entrepreneurs, Government, India&#8217;s &#8220;Cool&#8221; philosophy (will talk more about it later), Mobile, Internet etc., and will launch myself in the direction I&#8217;ll feel myself more aligned to unleash the mystery of life and to achieve 100 percent of my thought. This might be the reason why Americans/Japanese are leading as they walk in that platform they are actually meant for besides merely following others blindly and unknowingly getting trapped.</p>
<p>Remember, job in any way is a medium (not the end) to reach to your dream/ambitions and this is what you exactly need to explore and then one need to keep the <span style="font-weight:bold;">SPARK</span> alive to achieve them. Happy Beginning <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gakshay.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gakshay.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=15&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2008/09/13/job-vs-life/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>
	</item>
		<item>
		<title>Ideas and their Execution..</title>
		<link>http://gakshay.wordpress.com/2007/12/11/ideas-and-their-execution/</link>
		<comments>http://gakshay.wordpress.com/2007/12/11/ideas-and-their-execution/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 18:06:00 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/2007/12/11/ideas-and-their-execution</guid>
		<description><![CDATA[Ideas &#8230; ? Human brain works at much higher frequency than a CPU of one&#8217;s PC or laptop, without getting unplugged or low battery. Simulations shake hand concurrently without deadlock par than multitasking system can. Hemoglobin transfers data and control signals with FSB with the frequency of light. Brain stores all memories with infinite storage <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=14&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2 class="title"><span style="font-size:130%;">Ideas &#8230; ?</span></h2>
<p>  Human brain works at much higher frequency than a CPU of one&#8217;s PC or laptop, without getting unplugged or low battery. Simulations shake hand concurrently without deadlock par than multitasking system can. Hemoglobin transfers data and control signals with FSB with the frequency of light. Brain stores all memories with infinite storage capacity as a Hard-disk without ever getting crashed, Responses which are impulsive, simple, potent and follow all the Laws of Nature, and portray ones thought process which flows out intermittently from our Mind (Cache). Ans if they really solve some problem&#8230;I call them IDEAS &#8230; !!!<br />Hope now one understands my IDEA !!<br />I&#8217;m another idiotic computers guy <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gakshay.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gakshay.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=14&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2007/12/11/ideas-and-their-execution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>
	</item>
		<item>
		<title>Individual Globalization&#8230;.</title>
		<link>http://gakshay.wordpress.com/2007/05/18/individual-globalization/</link>
		<comments>http://gakshay.wordpress.com/2007/05/18/individual-globalization/#comments</comments>
		<pubDate>Fri, 18 May 2007 00:00:00 +0000</pubDate>
		<dc:creator>gakshay</dc:creator>
				<category><![CDATA[History and software]]></category>
		<category><![CDATA[Individual Globalization]]></category>
		<category><![CDATA[The World is Flat]]></category>

		<guid isPermaLink="false">http://gakshay.wordpress.com/2007/05/18/individual-globalization</guid>
		<description><![CDATA[Voyage: The term mostly related with Christopher Coumbus on his voyage in 1492 who sailed with the Nina, the pinta and the Santa Maria in an effort to discover a shorter, more direct route to India to confirm that the world is round not flat!!U know Y he did the Voyage???Just to encounter a New <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=13&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gakshay.blogspot.com/2007/05/voyage-and-flat-worldisnt-contadicting.html"></a><br />
<h3 class="post-title entry-title"> </h3>
<p>   <strong>Voyage:</strong></p>
<div style="text-align:left;"> The term mostly related with<strong> Christopher Coumbus</strong> on his voyage in 1492 who sailed with the Nina, the pinta and the Santa Maria in an effort to discover a shorter, more direct route to India to confirm that the <span style="font-weight:bold;font-style:italic;">world is </span><i>round not flat</i>!!<br />U know Y he did the Voyage???Just to encounter a New World, to search Indian Riches: precious metals , silks, spices. <strong>Era of The Globalizaton of countries and power</strong>.</div>
<p><strong>World:</strong></p>
<div style="text-align:justify;">Then from 19th to 20th century the expansion of world via telephones, media, electronics world, Stock exchange, the PC&#8217;s, satellite, Multi national Companies headed while being interrupted by the great depresson(colonization and bombing on Hiroshima and Nagasaki) and World Wars I &amp;II the life never stopped and the key factor <strong>&#8220;Change&#8221; </strong>resulted in the <span style="font-weight:bold;"><br /></span>
<div style="text-align:center;"><span style="font-weight:bold;">Globalization of Companies and their Integration</span></div>
</div>
<p><strong>Flat World</strong>:</p>
<p>&#8220;<strong>The Playing Ground Is Being Leveled: Mr Nilkani, CEO Infosys&#8221;<br /></strong>Now the 21st Century and the world shrinking is to nano size and the storage expanding to Terabytes. Asians, especially Indian professional outsourcing the work and Indian IT market and Software graduates encomplishing tons of work while its night in the Developed Countries has set the world for a individual to Expand Its Horizon and</p>
<p><strong> The Era Of INDIVIDUAL Globalization</strong>, the newfound power to collaborate and compete globally has now Leveled the GROUND.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gakshay.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gakshay.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gakshay.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gakshay.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gakshay.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gakshay.wordpress.com&amp;blog=13706924&amp;post=13&amp;subd=gakshay&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gakshay.wordpress.com/2007/05/18/individual-globalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/156244c21cdc6380a03efafed3ce3186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gakshay</media:title>
		</media:content>
	</item>
	</channel>
</rss>
