Chrome Hits 20% Share As IE Continues Slide
jbrodkin writes "Google Chrome's rise in popularity has been remarkably fast and it's just hit a new milestone: more than 20% of all browser usage, according to StatCounter. Chrome rose from only 2.8% in June 2009 to 20.7% worldwide in June 2011, while Microsoft's Internet Explorer fell from 59% to 44% in the same time frame. Firefox dropped only slightly in the past two years, from 30% to 28%. While other browser trackers show Chrome with a lower percentage, there's a reason: StatCounter tracks total surfing, not the number of users. It's the Web's power users who are pushing Chrome to new heights."
Google pays affiliate commissions for every install of their toolbar and chrome. It's perfect bundle for those PC manufacturers who put all kind of stuff on new pc's (like Norton trials etc) and get paid for commissions. IE doesn't give them anything, so they throw in Chrome and make a little extra every PC sold. Chrome and the toolbar also pushed by affiliate marketers who try to get people to install it along their (sometimes shitty) software. So it's no wonder it spreads.
Better to see some Chrome installs out there because: it runs on multiple platforms, does a hell of a job in supporting web standards and is fast. Although it does crash on occasion, especially with web content. It also dies when you have 60+ Google Maps tabs open.
For me as a web developer I prefer to see more Chrome installs than IE, just it makes life easier. The only positive thing about IE is that they have gotten better at supporting web standards. Even though stuff that worked in IE 8 doesn't work in IE 9. and stuff made for IE6 and special modifications in IE7 still break IE8 and IE9. But I'm getting off-topic here.
if you go with fresh ie to google.com it's like going to spam city. it has an advert bar at the top to change your homepage to google(a big one, 2x the size of ie's program bar), what's worse the "yes" choice isn't yes, in finnish it's "sopiihan se" which translates roughtly to "oh that's okay" - softening the menu, but it's straight out of spam advertiser course to do that, yes/no would be sufficient, but it woudl be better that they wouldn't do that at all, it's using their monopoly in search to try to push their browser. and it does a "would you like to install a faster way to browse" pop-over on the google logo for installing google chrome. it's an atrocity, really - and it's like if ms and google have traded places.
also the stats are a bit suspect. (I roll with firefox normally)
world was created 5 seconds before this post as it is.
>>It's Google who just pushes their software. On our network, several users 'suddenly' had Chrome installed.
Yeah. I wanted to put the Google photo screensaver on my mom's computer. So a quick Google search, and here it is - http://pack.google.com/screensaver.html
So you click on "get google photos screensaver" and it takes you, not to a link to the download, but to a page for "The Google Pack" which has a bunch of checkboxes for various software options.
None of which are the screensaver. But Chrome is checked by default, as is Google Desktop. So a non-technical user might think that Google Desktop = hey, free screensaver. So they might download that. And get Chrome. (And all the other bloatware like Avast! antivirus found here:http://pack.google.com/pack_installer.html). I knew that it was probably part of Picasa, so I unchecked all of the bloatware options, and just downloaded Picasa, which indeed had the screensaver my mom wanted, and there you go.
But the point is:
1) Google is acting evil (if my mom had tried to do this herself, she'd be stuck with a horrible antivirus product - or two, there's two in the Pack)
2) Chrome installs are up because of their evil.
Giving free advertising to Chrome on Google.com is borderline evil, too. Leverage of monopolistic powers and all.
I'm confused, if Chrome doesn't do ad-blocking then what's this? Are you saying that AdBlock for chrome is different in some significant way? If yes, please provide a citation.
Firefox could have become the rock solid browser that "just works".
The only reason we have standards like those set by W3C is stability.
There is no need for rapid releases any more because the major problems have been solved years ago. I am still using Firefox 3.0 as my default browser and while I had to install Chrome because Google-Translator mysteriously stopped working, otherwise I had no problems with it.
Because of the good extension-system, Firefox could be a rock-solid browser while all the experimental stuff and new functionality is done in extensions.
But no. Mozilla decided that Firefox has to be like Chrome. Of course not really like Chrome because to get the advantages of Chrome would require a complete rewrite of Firefox, so Mozilla settled for a completely nonsensical release-policy completely with automatic non-wanted upgrades ("What is my computer doing now? Oh, my browser changed again!").
Mozilla should understand that the 90s are over and people are no longer buying a new computer every 2 years and upgrade their software even more often. The new features (ALL of them) are not needed in the default install. They could be tested using extensions but there is absolutely no reason any more to change ANYTHING just for change's sake.
What we need is at least one browser-alternative that aims at creating a bug-free browser instead of a perpetual usability experiment.
The main cause is the new release cycle. Asa's big mouth only helped it a bit.
I wouldn't ever take behaviour on Slashdot as an indication of anything for a browser, Slashdots Javascript is just shit, its layout is just shit, and in general its just shit - there are so many shitty bugs in the code that have been complained about for ages and yet the team constantly roll out new candy rather than fix fairly major bugs.
My two pet ones are the "load another comment further up the chain when you click in the comment box, and remove the focus from the comment box. Yeah, that means the next click will load another comment..." and the random lack of karma scores on comments.
And yet they recently changed the page layout slightly, which fixed none of the bugs commonly reported. Eye candy over functionality.
Utterly pathetic. The only reason I come here any more is for the entertainment from the discussion, which actually I haven't found elsewhere. But as an example of a front end, Slashdot is just shit.
Wikimedia browser share gives Chrome at 15.6%.
(This is just one site, of course. But (a) Wikimedia has no interest in pushing the numbers (analysts' business model is selling out) (b) it's a top-10 general interest site used by normal people, not just geeks (c) this is worldwide.)
http://rocknerd.co.uk
The Classic Discussion System works fine, though.
Dilbert RSS feed
You have of course reported any known bugs to nvidia.
I haven't, no, but the person who discovered the hole did, about a year ago. Still waiting for the fix.
Unfortunately, both the silicon and the drivers were designed to run trusted code very fast. Being able to run untrusted code safely is an entirely different design requirement. The latest hardware is designed to be able to run semi-trusted code fast (although the drivers aren't really), but the older hardware isn't.
Addressing security holes by ensuring those who need to know about problems can fix them helps.
That only works if they have an incentive to fix them. 99% of nVidia customers don't care if shader code can compromise their system, because they trust all of the shader code that they run. They do care if they see a performance hit. If you produce a new driver that gives people a 10% drop in framerate, how many are going to thank you?
You'll notice that the responses to Microsoft's comments were all from browser developers, not from driver developers. People who work with the drivers know that they shouldn't be allowed near untrusted code. A typical driver for a modern GPU is a huge chunk of code that was developed with only one design constraint in mind: speed. The fact that the recent hardware is a bit safer is due to this same requirement: customers don't want the overhead of switching to kernel mode to talk to the GPU, so the newer chips just do some basic setup in the kernel and are designed to have all of the commands sent via a ring buffer mapped into the userspace process. Because the userspace process has more or less direct access to the hardware, the hardware now needs to provide proper isolation for unrelated processes. This makes it a bit more likely that it's safe. Of course, this doesn't prevent the WebGL code from being able to compromise the browser, it just prevents it from being able to compromise the system without compromising the browser first.
WebGL is nice in theory, but it's inserting untrusted code into a software stack that was never designed to be secure, and that's a problem.
I am TheRaven on Soylent News
I find it sad that an audience who ran away from MS a decade ago is willing to embrace something so easily from an arguably much more sinister source. Personally I have stopped using Google for searches (DuckDuckGo) and never embraced GMail except as a throwaway account.