Thursday, August 4, 2011

Make your own Ninja Name

Build your own Ninja Names using the below Index: 


Meshikiariritokamekatochiri - Krishnakanth


or rather Meshikiari - Kris for short

Monday, June 20, 2011

Why Microsoft did the right thing in ditching XP for IE9



A "modern browser" needs a "modern operating system," and Windows XP doesn't qualify. Much to my surprise (well, not really, I know that XP is still used and, apparently, loved by many), many doubted the characterization of XP as "obsolete," and they questioned my lack of surprise at this decision.
Simple things first. Windows XP is not a new operating system. Windows XP was released in 2001, and it has been succeeded by not one, but two newer operating systems: Windows Vista, and Windows 7. The other major desktop platform vendor—Apple—doesn't even begin to support anything that old, and the company routinely restricts its software compatibility to only the most recent version or two of its operating system.
Now, it's true that software is not like physical goods; while the ravages of time may make hardware break down, Windows XP works as well today as it did when it was new. Better, if you consider the extensive capabilities added in Service Packs and free downloads. But the computing world does not stand still; working as well as it did when it was new means that Windows XP hasn't kept up with computing's advances. The next generation of hard disks (or indeed, current generation, for Western Digital users), for example, are at risk of suffering severe performance penalties on XP systems. To get the best from the technology that for many has replaced spinning disks—the solid state drive—requires support for the TRIM command, found natively only in Windows 7. XP similarly lacks any built-in support for Blu-ray discs.
But what of Web browsers? A Web browser doesn't much care about, say, disk technology, so although it's undoubtable that XP requires more effort to use on modern hardware, this alone shouldn't be a reason for a Web browser to skip the platform. Do Windows Vista and Windows 7 offer capabilities that XP lacks that are relevant to IE9?
I think a pretty compelling case can be made that yes, in fact, they do. IPv6 is—fingers crossed—a technology that will become far more prevalent in the coming years, as the IPv4 address space finally starts to run out. XP does support IPv6 in a limited way, but it can only be configured using arcane command-line syntax. Windows Vista added GUI configuration and made IPv6 a first-class citizen on the network, and Windows 7 rounds out IPv6 support by including support for ancilary technology such as DHCPv6. XP is simply ill-prepared for an IPv6 world.

Web browser security is a problem

Web browser security is a notorious problem, as the recent pwn2own event has once again demonstrated. Windows Vista and Windows 7 have much greater systematic protections against security flaws than Windows XP does. The Address Space Layout Randomization feature makes existing flaws harder to exploit by making systems less predictable to attackers. This protection is not perfect, and there are indeed techniques that allow its circumvention, but every obstacle makes would-be hackers' jobs harder. The protection ASLR offers is also boosted by the use of a 64-bit operating system, another area where XP falls behind (64-bit XP is a bastard hybrid of Windows XP and Windows Server 2003, with the result that much 64-bit software that works properly on Vista and 7 fails to work properly or at all on XP 64).
More substantial protection is provided by the Mandatory Integrity Control feature of the two modern OSes. By marking a process as "Low Integrity," Windows prevents that process from being able to write to the majority of the hard disk and registry. The result is that even if the Web browser is compromised, the attacker is greatly restricted. Though an attacker can read most data (though this too can be restricted), he can't install rootkits, trojans, spyware, or anything else, because he cannot write to the parts of the file system required to do this.
Importantly, this protection has no real means of circumvention. Features like ASLR (and DEP, which is found in XP) are designed to make hackers' jobs harder, but do not erect any hard, kernel-enforced barriers, which is why, with skill, they can be bypassed. MIC erects a much harder barrier; to bypass MIC a hacker would have to find and use an exploit that allowed a process to elevate its privileges to strip itself of the "Low Integrity" label. If the attacker cannot do this, then he is forever trapped in the Low Integrity sandbox, unable to install his malicious software.
Privilege escalation vulnerabilities—software flaws that trick the kernel into giving a process more rights than it should have—do exist, so even MIC is no panacea. But they're substantially rarer than common browser flaws, and they are more likely to be fixed more quickly, because of their scope. Most important is that they can be fixed—they're a result of bugs in the kernel. DEP and ASLR can't be fixed as such; the circumvention mechanisms are to an extent inevitable.

The browser itself is a problem

The track record of Web browsers is pretty lousy. Actually, it's not just Web browsers; the track record of computer software is pretty lousy. Bugs are absolutely rife. But Web browsers are particularly important here, because Web browsers are exposed to potentially hostile code all day long. An exploitable bug in my MP3 player or word processor is bad, sure—it's something that I would prefer not to be there—but with these programs the main thing I'm going to use is my own MP3s and documents that I (or my colleagues) have written. And these files are going to be harmless. But the main thing I do in my browser, practically the only thing I do, is to look at webpages that were put up by other people. Other people who may or may not have good intentions; people who may or may not secure their servers properly, audit their code, or virus-scan their machines.
The result is that my Web browser is exposed to potentially hostile code like no other program on my PC. My e-mail client comes in second, and it's a distant second; even when I get hundreds of e-mails a day, most of these are from colleagues rather than spammers/phishers/other miscreants and ne'er-do-wells. As such, isolating the browser with MIC isn't just something that's a good idea—it's something that you would have to have a really good reason not to do. And frankly, no such reason exists. The Web is unfortunately a dangerous place.
Of the big five, only two browsers currently use this protection on Windows; Internet Explorer (7 and 8), and Chrome. For this reason alone, I'd be hesitant to use Safari, Opera, or Firefox. Their security track record isn't really any better than Microsoft's, and the consequent exploitability of these browsers is much greater.
This advantage is not one that is merely hypothetical, either. In common with other vendors, Microsoft assigns a risk rating to every security flaw, and Internet Explorer flaws on Windows Vista and Windows 7 have quite consistently had lower risk ratings than those same flaws on Windows XP. Why? Because the flaws are greatly restricted by the MIC barrier. Microsoft might be biased, but there are security researchers who concur; Charlie Miller, so successful at pwn2own, regards Chrome and IE 8 on Windows 7 as arguably the safest Web browsing platform. It's no coincidence that these are the browsers that use MIC sandboxing. The protection works.
Windows XP supports none of this protection, nor will it ever. Denying XP users access to its latest and greatest browser isn't a bad thing: Windows XP users should be strongly discouraged from using their machines in any hostile environment. Far from saying that IE9 should be supported on XP, we should be demanding that the other three browsers start supporting these security features and dropping XP support, too. These really are features that everybody should be using.

Graphically speaking

The biggest single reason for dropping XP is not, however, security; it's graphics. Internet Explorer 9 already boasts high-performance, hardware-accelerated graphical capabilities. In particular, Microsoft has shown off IE9's SVG capabilities. (SVG is a W3C standard that enables vector graphics to be embedded into webpages.) These graphics can be manipulated using JavaScript, opening up a whole new world of possibilities for standards-compliant webpages—widespread support for SVG might very well allow standard pages to start doing the kinds of tasks that hitherto have required plugins like Flash or Silverlight to accomplish.
SVG support is found in a number of other browsers, but it's not without its problems. One particular issue is performance. SVGs are mostly pretty slow; static images work fine, but even simple animations suffer poor frame rates. The result is that currently, SVG is only really good for static graphics. That's still useful, but there's a world of difference between a static graphics format and a moving, programmable graphics format. To use SVG for Flash-type tasks requires strong animation support.
The way that Microsoft has decided to achieve this is to use Direct2D for all of IE9's rendering. Direct2D is a 2D vector graphics API that's layed on top of Direct3D, and Direct3D is, of course, fully hardware accelerated. Direct2D is in many ways a pretty good match for HTML, CSS, and SVG rendering; unlike Windows' old graphics API, GDI, Direct2D is vector-based (so allows for easy, high-quality scaling and animation), but unlike OpenGL or Direct3D, it offers a simple programmatic interface that's tailored towards 2D graphics, without the complexity that 3D entails.
Similarly, for text, Microsoft is using DirectWrite. Again, the technology is high-performance, hardware-accelerated, and it integrates cleanly with Direct2D.
Is this the only way to do it? Well, no. An enterprising developer could certainly develop a Direct2D-like API (that is, a 2D API that simplified use of, and was accelerated by, OpenGL or Direct3D) by hand for XP, such that it could be used with, say, Direct3D 9c. DirectWrite is a bit trickier, as hardware acceleration of DirectWrite is dependent on some Direct3D 10-level features, but a reasonable approximation could probably be achieved.
But the thing is, Microsoft has already done the development for these APIs, and they're already shipped, supported, and available to third-party developers. They just require an OS that's been released in the past three and a half years (they're built in to Windows 7, and available as a free download for Windows Vista). It's ridiculous to expect the company to just ignore that it's done all this work, and then do it all again (and this time, to do it as something built in to IE, rather than as a general-purpose library available to any developer).
The other compatible option—abandoning 3D acceleration completely—seems even less palatable. It might be possible to create a high-performance, high-quality SVG implementation using nothing other than GDI, but no vendor has managed to do so thus far. It's certainly not clear that it's worth the development effort, given that an effective solution already exists: use Direct2D. Giving up entirely—throwing performance concerns out the window—leaves you with an SVG browser that's useless for animations, and as such, is severely restricted when compared to one that's a workable animation platform.
As large a company as Microsoft is, its resources are nonetheless finite. Moreover, the lack of scalability of software projects is well-known; getting more productivity by throwing more developers at a project is possible, but it takes considerable care, and can't be done willy-nilly. As such, the company absolutely has to choose where it spends its development time. Re-creating Direct2D, or writing a high-performance GDI-based graphics layer just isn't a good use of its resources. Most significantly, it's duplicating work that's already been done on a more modern platform.

Conclusions

Microsoft wants IE9 to be a first-rate browser, and to achieve that, the company is exploiting modern operating system features. That's precisely what Microsoft should be doing—these features have been developed so that developers can use them, and that includes Redmond. XP can't do the things that the new OSes can do. Kernel-enforced protected mode would be essentially impossible to provide on XP; a Direct2D equivalent would be doable (though DirectWrite might not be), but would require substantial effort, and in any case, an application simply shouldn't have to do such things. These are jobs the OS should be doing—jobs that Windows Vista and Windows 7 do, in fact, do. And not it's not just XP and Vista that support these capabilities. 
Courtesy of Compiz and Cairo, Linux has 3D-accelerated desktop composition, and a 3D accelerated 2D vector API; Quartz Extreme and QuartzGL offer the same for Mac OS X. Mac OS X 10.6 also incorporates a security framework offering similar capabilities to Windows' Mandatory Integrity Control, and SELinux has long given Linux equivalent protection. This is not to say that these features are necessarily as widely used as they are in Windows Vista or Windows 7, but these abilities are clearly part of modern operating systems.
The new graphics APIs, coupled with the security advantages of Windows Vista and Windows 7—advantages that all Web users should be demanding that their browsers support, because they're really that good—make it clear that the new OSes have indeed advanced beyond the capabilities of Windows XP. Yes, I acknowledge that XP still does all that it does just as well today as it did when it was new . But I would also say that people should be demanding more of their OS. A 2001 feature set isn't good enough any more. I know it's also popular to claim that Windows Vista, in particular, really offers nothing new. But it does offer new features; it has just taken a while for software to exploit these new abilities. In sum, there are modern operating systems out there, operating systems that are ideal platforms for modern browsers. XP really isn't one of them: it's obsolete.

Sunday, May 8, 2011

What Happens when You Get Shot in the Head



You may or may or may not see it coming, but it doesn't really matter. You're not going to have time to react. Because a bullet can travel at speeds exceeding 3200 feet per second, which is too fast to duck or yell or plead. Hang in there. Taking a cap to the dome means that it will be over faster than a fatal wound anywhere else.
The bullet with your name on it slides past hair, skin and muscle before it smashes into one of eight cranial bones engineered to keep your brain safe. Unfortunately, it's too late for that now. Bullets beat bones. The projectile's entrance into your skull makes easy shrapnel of your calcium, phosphorus, sodium, and collagen case. As a souvenir of the opening, you gain a circular hole rimmed with abraded skin. Distance matters, too: The closer you are to the bullet, the more the gun's smoke and powder could burn your flesh.
But enough about the blemish; the real work happens deeper. The connective tissue and fibrous membranes that act as internal cushioning are split open just before the bullet dives into your cerebrospinal fluid. This fluid serves as a shock absorber. It, with some other structures, allows you to ride roller coasters and join mosh pits without injury. But again, because your 3.4-pound control system is being taken out, this will be your last head bang.
The bullet travels through your brain faster than the speed at which your tissues tear. This means that it's actually pushing tissues out of the way, stretching them beyond their breaking points. When high velocity long arms are responsible, bullets traveling at thousands of feet per second will exit your body before your tissues have a chance to rip.
The ability to process information and solve problems? All gone when the bullet shoves its way through your prefrontal cortex. Your ability to index memories? Gone with your hippocampus. In the bullet's wake, a long temporary cavity is left. When the tearing finally does happen, your tissues will snap back toward the initial opening and overshoot their original position. You know that back and forth thing that happens when you kick one of those springy door stops? Well that's what your tissues do when the shock waves kick them.
Then the passage collapses. The high-speed firearm that produced the bullet created a disruption in your brain 10 times its diameter.
But you're lucky, relatively speaking. If you were shot in the heart, your blood pressure would quickly drop, but it would take 10 to 15 seconds to lose brain function. In that time you could draw your gun, utter last words, or spend some time thinking about your unfortunate situation. But a shot to the brain is different. Your brain stops functioning almost immediately. In just a fraction of a second, you're gone.
Rachel Swaby is a freelance writer living in San Francisco.
Image credit Shutterstock

Tuesday, April 12, 2011

Proud to be Human - 50 Years of Space Flight


Well I am, all the achievements we had had since eternity, the process of evolving from a stone age barbaric to technically advanced, scientifically sane group of societies is amazing.
Today we should congratulate ourselves for one such occasion which can be considered as one of the greatest Landmark of entire human existance.
Today marks the 50th anniversary of Human Spaceflight.
On 12th April, 1961, Russian cosmonaut  Yuri Gagarin became the first human in space, making a 108-minute orbital flight in his Vostok 1 spacecraft.
Gagarin was the first human to enter outer space and see what no one else had ever witnessed – our commonly shared Earth as a planet and beautiful blue globe with no borders.
Lets commemorate this day as when we humans, escaped the constrains that held us firmly on this planet so long.



Trajectory of Yuri’s flight




 Salute

Friday, March 18, 2011

An Open Letter to Sachin Tendulkar


Dear Sachin,
I feel sad. Even after 22 years of playing for the country, you are still expected to win matches on your own. We forget that apart from you there are 10 more players in the team. You have been the run machine in World Cups with an average …of 60. Even today while you yet again proved your class with a 111 the others around took it easy. You chased the ball in the outfield and ensured that your throws landed on top of the bails. Others preferred to drop catches or go back to the dressing room for a ‘rest’ while a substitute fielder came in. Sachin, the current Indian cricket team doesn’t deserve you. They don’t know what it is like to give one’s blood and sweat for this nation of a billion people. For them fame and money has come to easy and undeserving – not commensurate to the ’supposed talent’ that they posses. Do you remember what you had said to Tom Alter in that interview in 1989? “I just want to play cricket”. Sachin, let me also not hide the truth – you are not my favorite cricketer – but one plays favorites only with humans – not with Gods for they are revered, emulated and looked at in awe… [We expect Sachin to win this cup for us. But what about the other players? Are they supposed to be playing ludo in the dressing room? I hope that the rest of the team wake up and realize that they are not there to 'play' in the tournament, they are supposed to 'win' it - not for themselves, not for India but for the greatest Indian to have lived - Sachin Tendulkar. P.S: In the 1992, Hero Cup semi-final in Eden Gardens Kolkata (India Vs. SA), SA needed 6 runs to win off the last over. Tendulkar snatched the ball from Azhar and bowled a magnificent over to win that match for us. (He gave away only 3 runs). Maybe our team needs to watch that over to know what guts and glory are all about.] Sachin, I hope we win the final in Wankhede. If we don’t a billion people can only hang their heads in shame and ask for your forgiveness.
Regards,
One of your undying fans who:
1. Still goes crazy when you hit that straight drive and show us the manufacturer’s name on the bat.
2. Stayed awake late into the night before my end terms to watch that 100 in Sharjah in the midst of that sandstorm.
3. Relished every shot that you played to decimate Warne in 1998 and then Shoaib Akhtar in that 2003 World Cup against Pakistan.
4. Will stop watching cricket after you retire.

Tuesday, March 15, 2011

Sachin Tendulkar... On a Serious Note

Remember when you failed an examination. How many people recall that, your class, friends, relatives? You failed to make it to the IITs or IIMs. Who remembers. How many times have you had the feeling of being the best in your class, school , university, state….., you failed to get a visa stamped this quarter…, you missed a promotion this year…, how did it feel when you dad told you in your early twenties that you are good for nothing…..and now your boss tell you the same...   You keep introspecting and go into a shell when people most of whom don’t matter a dime in your life criticize you, back bite you, make fun of you. You are left sad and shattered and you cry when your own kin scoffs at you. You say I am feeling low today. It takes a lot from us to come out of these everyday situations and move on. A lot??? really?   Now here’s a man standing on the third man boundary in the last over of a world cup match. The bowler just has to bowl sensibly to win this game. What the man at the boundary sees is 4 rank bad bowls bowled without any sense of focus, planning or regret. India loses, yet again in those circumstances when he has done just about everything right. He does not cry. Does not show any emotion. Just keeps his head down and leaves the field. He has seen these failures for 22 years now. And not just his class, relatives, friends but the whole world has seen these failures. We are too immature to even imagine what goes on in that mind and heart of his. That’s why I would never want to be Sachin.   True, he has single handedly lifted to moods of this entire nation umpteen number of times. He has been an inspiration to rise above our mediocrity. Nobody who has ever lifted the willow even comes close to this man’s genius. His dedication and metal strength is unparallel. This is specially for those people who would have made fun of him again last night when India lost. They are people who are mediocre in their own lives. Who just scoff at others to create cheap fun. Who have lived in a small hole throughout their lives and thought they have seen the oceans.   Think about the man himself. He is 37 years of age. He has been playing almost non stop for 22 years. The way he was running and diving around the field last night would have put 22 year olds to shame. The way he played the best opening quickies in the world was breathtaking. He just keeps getting better which is by the way humanly impossible. Its not for nothing that people call him GOD. But still I don’t want to be in those shoes. We struggle in keeping our monotonous lives straight, lives which affect a limited number of people. Imagine what would be the magnitude of the inner struggle for him, pain both mental and physical, tears that have frozen with time, knees and ankles and every other joint in the body that is either bandaged or needs to be attended to every night, eyes that don’t sleep before a big game, bats that have scored 99 international tons and still see expectations from a billion people.   Well I think its time that his team realizes that enough is enough. They have an obligation, not towards their country alone but towards sachin. They need to win this one for him. Stay assured that he himself will still deliver and leave no stone unturned to make sure India wins this cup. This is not just a game, and he is not just a sportsman. Its much more than this. Words fail here...


Harsha Bhogle

Wednesday, March 2, 2011

Stop Unwanted Calls or Messages on Your Mobile - Register in NDNC


Telecom Regulatory Authority Of India (TRAI)’s issuance of “The Telecom Commercial Communications Customer Preference Regulations, 2010” can be regarded as a more convenient approach towards providing mobile subscribers the choice to selectively choose telemarketing services.

The National Customer Preference Register (NCPR) of TRAI which will become effective from 1 January, 2011 allows customers to either completely block or choose telemarketing calls from pefedeined seven categories.

You can set your preferences  via Voice callvia IVRS and also through SMS. Here we look at how to register, deregister and change your preferences for telemarketing calls, through SMS.

Registration Your Tele Marketing Preference through SMS
You can set your preferences via SMS by sending an SMS to 1909. Follow the instructions given below carefully to completely block or partially allow tele marketing calls.

To avail the fully blocked option which blocks all seven categories, you have to send SMS START 0 to 1909.

For registering to partially blocked option, you have to send an SMS in the format  given below:
  1. Send START 1 for receiving SMS relating to Banking / Insurance / Financial products / Credit Cards
  2. Send START 2 for receiving SMS relating to Real Estate
  3. Send START 3 for receiving SMS relating to Education
  4. Send START 4 for receiving SMS relating to Health
  5. Send START 5 for receiving SMS relating to Consumer goods and automobiles
  6. Send START 6 for receiving SMS relating to Communication / Broadcasting / Entertainment / IT
  7. Send START 7 for receiving SMS relating to Tourism and Leisure

You can also register to get telemarketing calls from more than one category by sending a single SMS. You need to include your preferred category numbers coma separated.
For example, if you want calls from Education and Health, you have to send an SMS in the format START 3, 4
When your options are received at the other end, the Access Provider will send you an SMS, asking for your confirmation.
When you reply, the Access Provider will register your preference and will  send a final SMS notifying the success of registration along with your unique registration number.

If you are sending an SMS like “START 0,2,3” with 0 (zero) included, the SMS will be treated as fully blocked.

Changing preference through SMS
Here we will show you how to change your already registered preferences with your new preference options.
  1. You can stop existing options by sending an SMS STOP, followed by the preference number. For eg, if you want to stop the education related telemarketing calls, send STOP 3 to 1909.
  2. If you want a new option to your existing options, you can send an SMS START, followed by your preference number. Eg, You can send an SMS “START 3” to start receiving calls from Education telemarketing agents.
  3. After you send SMS to your Access Provider, you will get an SMS asking for your confirmation. When you reply, your preferences will get registered.
  4. You also get an SMS indicating that your preferences are registered. This SMS will also have your unique registration number


De-Registration of preference through SMS
To deregister from the National Customer Preference Register, send “STOP” to 1909. You will then get a deregistration confirmation request via SMS. Once you confirm, the Access Provider will activate your option and inform you through SMS.