Good article on Signals Intelligence, read about Signals Intelligence.
If any of you are looking for various Business Models, take a look at this list of Business Models on Wikipedia.
I was simply hopping from one site to another reading randomly today and came across this wonderful post. It's better if you read it from its original author Steve Blank. So here is the post Elephants can Dance- Re-inventing HP.
Update: Read this as well : Am I a Founder?The Adventure of a Life Time. I would suggest to add these to your favorite links/url's list.

Most of the web developers will know about Fiddler.
Using Fiddler u can log the HTTP traffic between your application & Webservice, here Fiddler acts as a proxy in between your application & the Webservice.
To Use with ASP.NET set the following into your web.config, it will start logging all the HTTP Traffic.
<system.net>
<defaultProxy>
<proxy proxyaddress="http://localhost:8888" />
</defaultProxy>
</system.net>
I couldn't stop searching on Google with this Google Squared .I feel this is really cool feature in Google. Hope most of you people like this. Check the screen shot below & you will know why its useful & interesting.
Hey All the readers,
Just wanted to let you know about an exciting event siliconindia is organizing on June 6th (Saturday in Bangalore). There will be 100 most promising technology startups showcasing their products.
Please be sure to visit the event website. http://www.

Roll up your Sleeves. Meet over 100 cool startups of your city. Learn new Technologies
Come. Meet the Startups that will become tomorrow's industry leaders.
Watch live product demonstrations
Get a peek into cutting edge technologies
Lay hands on the best-of-breed solutions
Meet young, energetic, passionate geeks
Experience the culture of innovation in small companies
Visionary Keynotes
In-depth Panel Discussions
This is undoubtedly the biggest event for startups.
There are limited seats. You can register yourself for FREE at: http://www.siliconindia.com/
Around the world in 80 Telescopes : Himalayan Chandra Telescope, Hanle, India
Labels: India, Physics, ScienceHere is the list of tips & insights compiled from StackOverFlow.
Today I came across a post by Brier Dudley, about latest social networking site called Vine by Microsoft. Still its under beta & if you want to be part of it, then sign up.
As per the post, Microsoft planning to provide Vine to Emergency Management Officials, which helps them to broadcast & receive information during a disaster or other major event.
See some of the screen shots of the site below.

The below code might help you with validation of certain HTML tags entered in a TextArea. (Click image to enlarge).
I have been observing the developments in Processor Technologies, and now I am really excited with the Future of Computing with the shift from single core to many core processor technologies.

As you all know, Moore’s Law tells us that, the number of transistors on an integrated circuits (IC) doubles every two years. Now the so-called “many core shift” is happening. It’s not a thing of the future, it is here already and it will change our developers’ life as we know it today.
What’s the many core shift?
This evolution of doubling the number of transistors on an IC has reached its physical limits (clock speed, power consumption, etc.). Instead of building faster and more complex CPUs, the manufacturers started placing more CPUs, read cores, on a chip.
It all started 2006 with Intel’s dual cores, today you won’t find a single core desktop machine anymore. 
High end consumer machines come with quad cores, and servers with 16 cores (packed as 4 quad cores). Starting 2006 with 2 cores, five to six years from now we will have between 32 and 128 cores machines.
What does it mean?
Well, it probably means that today’s software runs a bit faster. Not much, certainly not the 32 times faster a 64 core machine is supposed to be compared to dual core. Have a look at the following task manager of a 16 core machine:
Now look at your own desktop and count the open applications. Outlook, Word, PowerPoint, Internet Explorer, Acrobat Reader, Firefox, Visual Studio etc. All the applications utilize 1 to two cores and Most of today’s applications simply are not capable of utilizing these cores appropriately. Consequence: In order to utilize these cores we have to change the way we write our software!
You may ask, do we actually need that kind of processing power? And if so, how do we use it?
For the first question the answer is yes, it is needed for Games, Video Conversion, File Compression, Graphics etc.
And for second question we need to know that there is a concept called Multithreading.
And “Most developers have avoided multithreading altogether. And those who did do work on multithreading probably did it just for optimizations.” So, now is the time we need to have multithreading in the mainstream of application development.
And with that in mind Microsoft is developing Visual Studio 2010. And I believe it will open up new possibilities.
I am really excited to work on Visual Studio 2010 and want to utilize the multi-core.
Let me know what you think about all this.
Reference:
- http://www.intel.com/products/processor/index.htm
- http://www.digital-daily.com/cpu/new_core_conroe/index1.htm
- http://www.intel.com/products/desktop/processors/index.htm?iid=processors_body+dt_core
I came across this wonderful site called Forvo where you can find the pronunciation of certain words and also you can add a word (your native language) and pronounce it.



