I am INTJ

I took part in a survey on http://typefocus.com. My personality type came out to be “INTJ”.
So overall description for INTJ is here

Common Qualities of Introverts:

Attracted to in-depth analysis
Like to think, sometimes without talking
Like to understand
Keyword: Inner-directed



Common Qualities of Intuitives:

Notice the whole picture
Theoretical - interested in WHY things work
Creative - like to experiment
Keyword: Imaginative



Common Qualities of Thinkers:

Appreciate analysis
Quick to give advice
Fair and just - same rules for all
Keyword: Logical



Common Qualities of Judgers:

Are comfortable when everything is organized
Like to have a time-framed schedule
Decide quickly - sometimes bossy
Keyword: Organized

General Description:
INTJs understand complex relationships and use these insights to organize their life. If they are determined to see their inner vision realized, they can be businesslike and sometimes impersonal. Being visionaries, INTJs enjoy the complexities of new challenges and become bored quickly with unchanging routine. Of all the types, they are the most independent and may appear difficult to get to know until they have established a deeper relationship.

Career Insights:
INTJs like to bring their inner visions into reality and can be determined in their pursuit of this goal. They understand the “big picture” quickly and are good at impersonal analysis. They enjoy intellectual people and organizations, where their quick conceptual grasp of things is appreciated. Careers that prove popular to INTJs include architecture, legal professions, engineering, science, human resource management and computer systems.

Rails moved to Git

It is now official that Rails is moving to Git. I am more happy because I love both Git and Rails. From last couple of months Git became my favourite source control tool. I was so much excited about it that I read most articles/posts/manuals about it for last some months, I gave a BarCamp presentation on it. I have been using it lot, for my personal side-projects.

Some days ago, I forked koz-rails(Rails repo git mirror) repository, considering that I would start hacking Rails source. I had no idea that Rails would officially move to Git that time. I had read some posts of Koz that it is not that easy to start using Git to manage Rails source. But now after reading DHHs announcement post, I am happy.

The good thing is that it will use GitHub (awesome Git repository hosting site). I am in love with GitHub since I heard about it. I think, I am one of the earlier users of GitHub and that makes it and me special that Rails is using GitHub.

Even DHH himself has written good words about Git and GitHub. Chris also wrote some posts related to this announcement.

I always find that like minded people like similar things and it continues. I also noticed that whatever I like becomes Hit and popular(oh yeah). I think I have some little sense to predict about any app and its future. I think I can definitely define product features for a successful app. I think I also understand the market and what people want and expect. This is why I am more eager to develop my side projects.

Update 12 April, 08: You could visit Rails repository at http://github.com/rails/rails/tree./

For cloning do


git clone git://github.com/rails/rails.git

My fork for Rails is at http://github.com/anildigital/rails/tree