Some places to get yourself back

While its very easy to forget oneself in this world and life, where media and opinion of others are not only heard but also forced upon you, there are places where you can get back your true self or awake to the real self, forgetting the race you are doing to waste your precious gift; the life.

Below are a list of some such places,

http://www.pickthebrain.com
http://lateralaction.com
http://www.ratracetrap.com
http://thinksimplenow.com
http://www.elephantjournal.com

Have a happy life :)

iOS5 with ARC ( Automatic Reference Counting )

With iOS5 comes the most important feature for me as a developer, Automatic Reference Counting.
This is may not feel a large announcement from an user’s perspective but as a developer, this is the feature. Well, what does that mean and how it affects me as an iOS application developer? This means no retain and release, yeeeaaaahhooooo. If you are developing for iOS devices till now, the pain of maintaining the reference count of an object is always there till it goes to the appstore. With the ARC, one can now forget those. In other words we can say finally garbage collection is here with iOS5, though its not that from a technical perspective, but from a developers perspective its kind of that.
Here is the official description about all the features of iOS5.
Whatever the announcement is for others, but for a developer it is the most significant release of the iOS till now.