Slashdot Mirror


2.0 Beta Chrome On Windows, Chromium On Linux

AlienRancher writes "Google launched this morning a new beta version of Chrome 2.0: 'The best thing about this new beta is speed — it's 25% faster on our V8 benchmark and 35% faster on the Sunspider benchmark than the current stable channel version and almost twice as fast when compared to our original beta version.' Other enhancements include user script support (greasemonkey-like) and form auto-fill." And reader Lee Mathews adds news of the open source version, Chromium, on Linux: "Not only has Chromium gotten easier to take for a test drive thanks to the personal package archive for Ubuntu Chrome daily build team, but development on the browser is also progressing nicely. Despite being a very early build, Chromium on Linux feels solid and boasts the same blazing speed the Windows users have been enjoying for months."

13 of 258 comments (clear)

  1. Re:Still waiting for adblock :( by Darkness404 · · Score: 5, Informative

    Edit your hosts file (theres even one for Windows), and put in all adservers to redirect to localhost. There. No ads, similarly, no extra bloat from Adblock. Plus, it works on whatever, e-mail, browsers, etc.

    --
    Taxation is legalized theft, no more, no less.
  2. Re:Wake me up when... by tpgp · · Score: 5, Insightful

    Edit your hosts file to block all ad servers. Its quick and painless.

    Not as quick & painless as Adblock. Especially when it comes to maintenance.

    --
    My pics.
  3. Re:Is this a WINE wrapper? by corychristison · · Score: 5, Informative

    Not a wrapper.

    Check out the Chromium Wiki for more info:
    http://dev.chromium.org/Home

  4. Re:Namespace collision by danhm · · Score: 5, Informative

    It's only called "Chromium" because it's an unofficial build; once Google finally releases a GNU/Linux version it is expected that it will also be called Google Chrome. At least that's what the article implies.

  5. Re:Wake me up when... by cryptoluddite · · Score: 5, Insightful

    Edit your hosts file to block all ad servers. Its quick and painless.

    www.example.com/index.html
    www.example.com/ads/annoying.swf

    When people say they want adblock and noscript and you say "just edit your hosts file" you sound like another fanboy making up excuses. When I was using adblock I had */ads/* and a bunch of others that are not even possible with a hosts file.

    As for NoScript, I'm not a huge fan of it (its more of a pain then anything else

    Wha? NoScript can occasionally be a mild hassle, but it basically automatically block all annoying ads automatically AND all that useless unrendered crap like google-analytics AND in practice it makes your browsing a hell of a lot more secure than separate processes.

  6. All I can say to this is... by david.given · · Score: 5, Interesting

    ...my god it's fast.

    Start up in under half a second. From cold.

    When you resize it, the text moves smoothly, the way old-fashioned Xlib apps used to do. My Firefox installation gets about two redraws a second.

    Render speed seems to be decent, and it generally feels snappy in a way that Firefox doesn't.

    However: this is in no way ready to be used as a browser, even if you're masochistic. No dialogue boxes, so no setting of options. No tab control; you always see the most recent tab, and there's no way of selecting another one. Rendering glitches; Slashdot won't render, for example (although this might be considered a feature). And it's unstable. Five minutes playing made it crash three times.

    But I'm going to continue watching with great interest. I'd love to ditch Firefox.

  7. Re:Obnoxious by Anonymous Coward · · Score: 5, Informative

    Actually, there is a dialog box when the browser is first run. You likely clicked through it

  8. Re:Still waiting for adblock :( by jeanph01 · · Score: 5, Informative

    Well I found out how to do it. I do not have ads anymore in chrome... Go here and follow instructions : http://www.adsweep.org/ Basically, since Chrome now support Greasemonkey scripts, you just have to have a good ad blocking script and adsweep is one. I wonder what will be the future extension mecanism of Chrome but with Greasemonkey, there is something very usefull and integrated in the web pages we use. So this is definitely interesting.

  9. Re:Firefox is a stinking pile of garbage by Daniel+Phillips · · Score: 5, Interesting

    Let's just sum up the state of the three major browsers:

    Chrome
    Multithreaded Javascript and code for each tab.
    Memory protection for each tab so no single tab can take down the browser.
    Quick and responsive native UI.

    IE
    Multithreaded Javascript and code for each tab.
    Memory protection for each tab so no single tab can take down the browser.
    Quick and responsive native UI.

    Firefox
    All tabs and Javascript run in one giant mess. One execution heavy tab drags down the performance of the entire browser
    No memory protection. Everything is in one gigantic soup of data. One tab crashes, down goes the whole browser
    Clunky and slow crossplatform UI implementation

    The latest IE 8's absolutely smoke Firefox in performance and stability. What an absolute humiliation for the Firefox developers. They had years to get their shit together. But they sat on their asses and now they have been left in the technological dust by both Google and Microsoft.

    High five Firefox devs!

    Well given that that AC's post is technically accurate I don't really think it's a troll. It's true, Firefox failed to advance in many respects, the way it should have giving its high level of funding. It leaks like a sieve, everybody knows that. I too have to restart it every couple of days or it ooms my machine. Keyboard navigation is still very dodgy. It has big problems with spinning on on web pages that konq just loads gracefully. Etc.

    Yes, you can say it's better than IE 5/6/7. I don't know about IE 8, jury is out.

    --
    Have you got your LWN subscription yet?
  10. how to remove (its not that simple) by Anonymous Coward · · Score: 5, Informative

    its not in msconfig as its installed a service (they thought of that) even hijackthis wont kill it due to permissions (it runs as system) if its running it puts itself right back

    to remove it you need to
    start>run>services.msc
    find google service in list, double click it and take note of the service name
    it should be something like googleupdatesvc(randomcharacters)
    stop the service (if its running)
    then open a command prompt (in admin mode if you are on vista) and type
    sc delete "nameofgoogleservice"
    then go into controlpanel>scheduled tasks
    and delete the google job

    and voila its not running anymore, then for full piece of mind delete the googleupdate exe in its folder.

    As you can see, its just as malicious to remove as most spyware, so we (our company) treats it as such, the fact that its google[donoevil] means nothing to us as we can only judge by an applications behaviour

  11. Re:Still waiting for adblock :( by Eil · · Score: 5, Informative

    Edit your hosts file (theres even one for Windows), and put in all adservers to redirect to localhost. There. No ads, similarly, no extra bloat from Adblock. Plus, it works on whatever, e-mail, browsers, etc.

    While somewhat effective, that's a very crude way of blocking ads. Adblock can block ads and other content based on regular expressions (for example, */ads/*) and can auto-subscribe to a regularly-updated blocklist. I especially like how you can pretty much click on a particular element and say, "here, block this" whether it's an ad or not. And it doesn't really add any noticeable bloat to the browser. My only gripe is that it doesn't support more browsers.

  12. Re:Firefox is a stinking pile of garbage by Anonymous Coward · · Score: 5, Interesting

    The "Linux" Chrom(ium) is 32-bit only, and everything indicates it is also Linux-only, meaning they just replaced crappy platform-dependent WinAPI code with not-less-crappy Linux code. Wake me up when I can compile Chrapmium on OpenBSD.

    There is no way you can compare a visualbasic gui slapped on top of WebKit with a full-featured cross-platform browser like firefox. Process separation sounds like a good idea now that everyone has crappy code that crashes every now and then.

    I would rather Firefox developers focusing in making the code more stable and threadable instead of adding unneeded process overhead.

  13. Re:Chrome - Feels Like A Running A New Computer by Twinbee · · Score: 5, Insightful

    Not enough importance and effort is given to latency with software. Clicking between tabs, resizing windows, opening/closing tabs, clicking back/forward (which isn't ideal in Chrome btw), opening and closing the software - they all are underrated imo.

    --
    Why OpalCalc is the best Windows calc