Slashdot Mirror


Firefox Goes for World Download Record

Kelson writes "For the upcoming release of Firefox, Mozilla is preparing Download Day 2008: a campaign to set a world record for the most software downloaded in 24 hours. Participants are asked to pledge to download Firefox 3 on the day that it's launched. The exact date hasn't been scheduled yet, but everything seems on track for June."

344 comments

  1. Perhaps not the cleverest plan... by Apatharch · · Score: 5, Funny

    Are they trying to kill their own servers or what?

    1. Re:Perhaps not the cleverest plan... by Daengbo · · Score: 1

      This seems silly. Why waste the bandwidth? I use apt-get. I don't want to download something just to send it to the bin.

      Oh, yeah, and the new comment system sucks.

    2. Re:Perhaps not the cleverest plan... by QuantumPete · · Score: 5, Insightful

      It's like inviting a DDOS attack. I suppose it has the dual merit of setting world record and testing their server capacity.

      --
      QuantumPete
    3. Re:Perhaps not the cleverest plan... by Thelasko · · Score: 1

      This reminds me of the story of a man who found himself in possession of tickets to the World Series. Instead of auctioning them off, he decided to sell them for $150 each to the first person to send him an email to his corporate account at 2:17 pm. He printed flyers and handed them out to everyone he knew. At the stroke of 2:17, guess what happened? The corporate email server went down after receiving over 800 emails in less than one second.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    4. Re:Perhaps not the cleverest plan... by socsoc · · Score: 1

      800 emails in a second? Is it running on a 286 or something? Before signing up with Postini, my mail server was getting that nearly round the clock... Gosh I love spammers.

    5. Re:Perhaps not the cleverest plan... by darkpixel2k · · Score: 4, Funny

      and testing their server capacity.

      while /bin/true; do wget -c http://download.mozilla.com/whatever/firefox-3.0.0-is-awesome.tar.gz; done

      Well--I'm ready to help them meet their goal. ;)

      --
      There's no place like ::1 (I've completed my transition to IPv6)
    6. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 0

      Good call.

    7. Re:Perhaps not the cleverest plan... by Thelasko · · Score: 1

      I should note that the 800 emails were just to him.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    8. Re:Perhaps not the cleverest plan... by harry666t · · Score: 1

      how about

      while sleep $PICK_YOUR_INTERVAL; do wget -c http://download.mozilla.com/whatever/firefox-3.0.0-is-awesome.tar.gz & done

      it'd ensure using the max capacity of your internetanschluss ;p

    9. Re:Perhaps not the cleverest plan... by dwater · · Score: 1

      > Oh, yeah, and the new comment system sucks.

      Furthermore, you have to log in and use the new preferences in order switch back to the old one. That was impossible for me on my phone's browser (Nokia E90 - webkit) since the preferences don't work for that :(

      I had to wait until I could get to another computer in order to switch it off. It seems there's no way at all to switch if off without logging in.

      --
      Max.
    10. Re:Perhaps not the cleverest plan... by Vancorps · · Score: 1

      Still shouldn't have crashed the server, whatever email client he's using maybe not the server. Someone didn't design their infrastructure very well, always use an outside MTA, always!

      That way when you do get 800 emails in one second or 8000 the MTA just hums along transmitting email to internal mail servers which can ingest the content at whatever rate they are capable.

    11. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 1, Funny

      You are forgetting the & at the end of that wget command

    12. Re:Perhaps not the cleverest plan... by jc42 · · Score: 2, Insightful

      Are they trying to kill their own servers or what?

      Doesn't matter. On the Big Day, it's guaranteed that someone will announce it here, and within minutes we'll slashdot the server.

      Someone else suggested getting the current beta version, because it seems to work just fine. This won't help their server, though, because on the Big Day, your beta version will check, find that there's an upgrade, ask if you want to download it - and you'll join in the slashdotting.

      They should just put the server on a slow net connection. That way, the bottleneck would be upstream of them, and we'd just get "no connection" messages asking if we'd like to try again. Only N of us would be able to get through at any given time, keeping their server up, and frustrating their rabid fans.

      Or maybe they're just expecting that the can handle the onslaught. Whatever happens, you'll read about it here.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    13. Re:Perhaps not the cleverest plan... by tirnacopu · · Score: 2, Informative

      wget -c will exit immediately as the file is fully downloaded ;)

    14. Re:Perhaps not the cleverest plan... by CarpetShark · · Score: 2, Funny

      The corporate email server went down after receiving over 800 emails in less than one second.


      Yeah, and that was just the normal Microsoft Exchange startup sequence.
    15. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 0


      $cat > killserver.sh
      #/bin/bash
      while /bin/true
      do
          wget http://download.mozilla.com/whatever/firefox-3.0.0-is-awesome.tar.gz [mozilla.com]
          rm firefox-3.0.0-is-awesome.tar.gz
      done
      ^C

      $sh killserver.sh &

      Fixed that for you (why the heck would you have the continue flag set if you just want to hammer their servers?)

    16. Re:Perhaps not the cleverest plan... by Godji · · Score: 1

      So they are getting their bandwidth stretched to the limit and getting slashdotted? These people have balls!

    17. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 0

      $ while true; do wget -c --delete-after http://download.mozilla.com/whatever/firefox-3.0.tar.gz; done

      Otherwise it's finished after one try. I mean, if you're trying to help set the record.

    18. Re:Perhaps not the cleverest plan... by darkpixel2k · · Score: 2, Funny

      wget -c will exit immediately as the file is fully downloaded ;)

      Damnit--you're right. I'll bet Hello World had a bug the first time they tried to run it.

      --
      There's no place like ::1 (I've completed my transition to IPv6)
    19. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 0

      for super effeciency, replace /bin/true with a :

      while :; do wget -c http://download.mozilla.com/whatever/firefox-3.0.0-is-awesome.tar.gz; done

    20. Re:Perhaps not the cleverest plan... by Anonymous Coward · · Score: 0

      I don't know about your phone browser, but with a bookmarklet and a little JavaScript know-how you can reformat the URL to use the old comment system without logging in. I'll leave the exact details as an exercise for the reader. We are all geeks after all, aren't we?

      Hint: an example reformatted URL for this story is this.

    21. Re:Perhaps not the cleverest plan... by Gerv · · Score: 1

      Please don't do that; the logs get audited. I don't know if Guinness will disqualify the attempt if there's funny business going on but, before anything else, it's cheating anyway.

      Gerv

    22. Re:Perhaps not the cleverest plan... by Boltronics · · Score: 1

      If this actually counts, I believe you are cheating even more than you intended!

      From the man page:
      -c
      Continue getting a partially-downloaded file.

      As you would have already downloaded the file the first time, wget would not have anything to resume! Try this instead:

      while /bin/true; do wget -O /dev/null http://download.mozilla.com/whatever/firefox-3.0.0-is-awesome.tar.gz; done

      --
      It's GNU/Linux dammit!
    23. Re:Perhaps not the cleverest plan... by darkpixel2k · · Score: 1

      Please don't do that; the logs get audited. I don't know if Guinness will disqualify the attempt if there's funny business going on but, before anything else, it's cheating anyway.

      ...that was a joke. I'm not really going to waste my bandwidth downloading 400 copies of firefox.

      --
      There's no place like ::1 (I've completed my transition to IPv6)
  2. Patch Tuesday by pjt33 · · Score: 5, Interesting

    What's the current record? I'd expect MS service packs to set a pretty high bar. Also, how are they counting? If Debian get Firefox 3 through into testing on the day (which I doubt), would an install via aptitude count, or are they only counting direct downloads from Mozilla?

    1. Re:Patch Tuesday by morgan_greywolf · · Score: 2, Insightful

      Probably as in previous download counts, they are only counting downloads from Mozilla. As for Microsoft service packs, should a patch really count?

    2. Re:Patch Tuesday by Crock23A · · Score: 5, Funny

      I bet WOW patches are high ranking.

    3. Re:Patch Tuesday by Simon+(S2) · · Score: 4, Insightful

      As for Microsoft service packs, should a patch really count? They are Software. So if they want to set a world record for the most software downloaded in 24 hours of course service packs count.
      --
      I just don't trust anything that bleeds for five days and doesn't die.
    4. Re:Patch Tuesday by morgan_greywolf · · Score: 3, Insightful

      I bet WOW patches are high ranking.
      I bet not. How many Windows users are there? What percentage of those Windows users play WOW? (Hint: it's probably not even a majority.)
    5. Re:Patch Tuesday by unlametheweak · · Score: 3, Interesting

      I would suspect "software downloads" would imply an independent application and not a patch or a service pack. I'm sure they have their servers prepared to get Slashdotted and Digged, etc for the marketing event. Though I wonder why Microsoft with it's money couldn't hire a marketing firm to think up something savvy like that for Internet Explorer.

      It would also be a great opportunity to promote bittorent as a mass downloading medium. Too bad it doesn't seem to be in the plan.

    6. Re:Patch Tuesday by manwal · · Score: 2, Informative

      Anything goes; there is currently no world record in this category.

    7. Re:Patch Tuesday by EvilRyry · · Score: 5, Funny

      Yes, but people _need_ to download the WoW patches as soon as they come out to continue to feed their addictive whereas Windows users are usually (or should be) scared to download the newest service pack when it first comes out.

    8. Re:Patch Tuesday by noidentity · · Score: 1

      What's the current record? I'd expect MS service packs to set a pretty high bar.

      That and viruses/malware probably. Hmmm, I'm repeating what you said, sorry.

    9. Re:Patch Tuesday by morgan_greywolf · · Score: 4, Insightful

      Two words: Automatic Updates,

    10. Re:Patch Tuesday by Sturdy · · Score: 1

      One would think, but they actually roll their service packs out in stages for the initial release of service packs, so in theory, there is no real peak for those downloads.

    11. Re:Patch Tuesday by hansamurai · · Score: 1

      Actually, we can guess at this number pretty well. WoW currently has around 10 million users. So the number of daily downloads is going to be less than 10 million, but obviously greater than zero. So there you go, somewhere between zero and 10 million. We don't need your fancy percentages here.

    12. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      I wonder why Microsoft with it's money couldn't hire a marketing firm to think up something savvy like that for Internet Explorer What? Haven't you seen Microsoft's "save the planet, download IE7" promo? http://www.microsoft.com/windows/products/winfamily/ie/default.mspx

    13. Re:Patch Tuesday by Kamokazi · · Score: 1

      But not all 10 million get patches on the same day...a lot of localizations, so they all wouldn't download within 24 hours.

      --
      As our way of thanking you for your positive contributions to Slashdot, you are eligible to disable Slashdot 2.0.
    14. Re:Patch Tuesday by elrous0 · · Score: 4, Interesting

      Bittorent doesn't allow for tracking downloads. It's one of the things that really holds it back for general use for a lot of companies. For example, a lot of internet TV shows would LOVE to use bittorent to reduce their download overhead (which is HUGE), but how are they supposed to determine their "ratings" if they're not sure how many donwloads they've had? They used to talk a lot about this over at DLTV.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    15. Re:Patch Tuesday by pablomme · · Score: 5, Informative

      Yup. They say they're going for 5M downloads. Firefox 2 got 1.6M on its first day. Says so here

      --
      The state you are in while your HEAD is detached... - wait, what?
    16. Re:Patch Tuesday by PopeRatzo · · Score: 4, Insightful

      Four words: Turned off Automatic Updates.

      --
      You are welcome on my lawn.
    17. Re:Patch Tuesday by JavaBear · · Score: 2, Informative

      WoW clients download the majority of the larger updates weeks in advance of them being applied, and Wowwiki have a very popular patch mirror page.

    18. Re:Patch Tuesday by morgan_greywolf · · Score: 4, Insightful

      Three words: Unlike most people.

    19. Re:Patch Tuesday by NerdyLove · · Score: 1

      This seems wrong to me. Most of the trackers I use will display how many users are on each torrent, number of users that have disconnected/completed and dropped off, etc. It can't be that hard to get a (fairly) sound count of downloads.

    20. Re:Patch Tuesday by pjt33 · · Score: 1

      As for Microsoft service packs, should a patch really count? Depends on the patch. Some service packs contain significant new software. How else would they pass 100MB in size? Of course, it's fair to say that those tend to be the early service packs and not so heavily downloaded on their launch day as later ones.
    21. Re:Patch Tuesday by fracai · · Score: 1

      Right, so fewer than 10 million, but more than zero because the day with the most number of downloads will have at least 1 (worst case scenario each user downloads consecutively and the servers allow 1 download per day).

      What part of "less than 10 million, but obviously greater than zero" doesn't jive with "not all 10 million get patches on the same day"?

      --
      -- i am jack's amusing sig file
    22. Re:Patch Tuesday by hansamurai · · Score: 1

      I know phrases like "less than," "greater than," and "between" are tough to comprehend, instead, let us look at the alligator math.

      0 downloads 10,000,000 (ten million)

    23. Re:Patch Tuesday by m.ducharme · · Score: 1

      Hrm, I thought WoW used a built-in torrent client to distribute patches, surely that would reduce the number of players downloading from Blizzard's servers?

      --
      Rule of Slashdot #0: You and people like you are not representative of the larger population. - A.C.
    24. Re:Patch Tuesday by shift3 · · Score: 2, Interesting

      I bet WOW patches are high ranking. One problem with this is, how many people actually download from ONLY the HTTP source? The wow Patcher uses a BitTorrent based P2P system. There is a rather high chance that you will get little, if any from their Direct HTTP Download source on any given patch day. Now, as the time that the patch was released and the time that you are downloading increases, this amount will increase as not nearly as many people will have the P2P Updater running.
      --
      You fall and receive 6334 damage.
      You die.
    25. Re:Patch Tuesday by Kijori · · Score: 0, Offtopic

      Five words: I want to play, too!

    26. Re:Patch Tuesday by Daimanta · · Score: 0, Offtopic

      0 words: [This sentence is intentionally left blank]

      --
      Knowledge is power. Knowledge shared is power lost.
    27. Re:Patch Tuesday by UNKN · · Score: 0

      They'd pass 100 MB by having crap inside to bloat the file size so we THINK we're getting something good. You know, bigger is better in all things...

    28. Re:Patch Tuesday by rubah · · Score: 1

      yes but there are non-Windows using WoW players!

    29. Re:Patch Tuesday by Tony+Hoyle · · Score: 1

      Nah their client sucks.. it's the kind of thing you only use once unless unless you really enjoy waiting about 3 weeks for your patches. The fastest way to get it with the client is to switch of the p2p and go direct to blizzard. The fastest way overall is wait a few hours for the mirror sites to get it and download it at full speed from them - that's what I expect most people do.

    30. Re:Patch Tuesday by somersault · · Score: 1

      Slashdot's HTML formatting stuff eats eastward facing hungry alligators

      --
      which is totally what she said
    31. Re:Patch Tuesday by Fumus · · Score: 1

      Oh I dunno. How about counting the damned .torrent file downloads? Make it a private tracker with registering required so you won't get the files hosted on other sites, and you can get a pretty accurate number.

    32. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      "Bittorent doesn't allow for tracking downloads"

      It doesn't? Then how does trackers get their numbers for your seeding/leeching ratio?

    33. Re:Patch Tuesday by _xeno_ · · Score: 1

      Assuming the BitTorrent client is using a standard tracker and isn't doing anything screwy, clients most certainly do inform the tracker when they've completed the download.

      There are four types of events that cause the tracker to be queried:

      1. When a client starts a torrent and is joining the swarm
      2. Generic "give me more peers" at regular intervals
      3. When a client completes the download
      4. When the client stops a torrent and is leaving the swarm

      This is how trackers can keep track of how many complete downloads there are: the clients tell them.

      --
      You are in a maze of twisty little relative jumps, all alike.
    34. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      Two words: Two words.

    35. Re:Patch Tuesday by Anonymous Coward · · Score: 5, Funny

      Zero words:

    36. Re:Patch Tuesday by compro01 · · Score: 2, Informative

      And the slashdot parser eats your alligator, which is why we were using those phrases.

      --
      upon the advice of my lawyer, i have no sig at this time
    37. Re:Patch Tuesday by compro01 · · Score: 1
      --
      upon the advice of my lawyer, i have no sig at this time
    38. Re:Patch Tuesday by capt-crowbar · · Score: 1

      Four words: Turned on Automat ......... Windows has encountered an error Error: 8B00X you updated to our newest SP right away

    39. Re:Patch Tuesday by Kamokazi · · Score: 1

      I actually used to pull it off torrent sites, because blizzard's torrent client sucks and downloads at 1/10th of the speed. Filefront it pretty quick, but it doesn't fill my bandwidth like torrents can.

      --
      As our way of thanking you for your positive contributions to Slashdot, you are eligible to disable Slashdot 2.0.
    40. Re:Patch Tuesday by Kamokazi · · Score: 1

      I realize you're being sarcastic and trying to be funny. While you are essentially correct with the less than 10M figure, the point I am making is not all 10M even have the option to download it on the same day. In fact, it's probably closer to 2 or 3M since I am guessing you are talking about US patch day.

      --
      As our way of thanking you for your positive contributions to Slashdot, you are eligible to disable Slashdot 2.0.
    41. Re:Patch Tuesday by Achromatic1978 · · Score: 1

      Is that the Windows equivalent of "Everybody knows you don't use the first generation of an Apple product"?

    42. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      I think thats one word.

    43. Re:Patch Tuesday by zippthorne · · Score: 1

      Six words: That was five words.

      --
      Can you be Even More Awesome?!
    44. Re:Patch Tuesday by pizzach · · Score: 1

      two words

      --
      Once you start despising the jerks, you become one.
    45. Re:Patch Tuesday by DeatheScythe · · Score: 1

      Weird...I've never had a problem maxing out my bandwidth using the Blizzard downloader. Fix your ports and it should work fine. Though that is only recently. I used Filefront when the game first came out.

    46. Re:Patch Tuesday by Thelasko · · Score: 1

      What's the current record? I'd expect MS service packs to set a pretty high bar. I suspect beating Patch Tuesday is the whole point. Think about it!

      I'll give you a hint: What competing web browser is gets downloaded on Patch Tuesday?

      I'll give you another one: It has the letters "I" and "E" in it's name.

      I doubt Mozilla will count Linux or even Mac downloads because they don't see them as direct competition.
      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    47. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      One word: WTF?

    48. Re:Patch Tuesday by Obsi · · Score: 1

      Don't use the first generation of ANY product.

    49. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      HTML entities FTW.

    50. Re:Patch Tuesday by Oktober+Sunset · · Score: 0, Offtopic

      Four words: Mods are too grumpy.

    51. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      two words: Get Fired.

    52. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      One word: botnet

    53. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      Negative One

    54. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      -1 words:^W

    55. Re:Patch Tuesday by Gertlex · · Score: 1

      What about torrents with multiple parts? Is "completed" sent with each part, or after the user-determined wanted parts are all complete, or only if every single part is complete?

    56. Re:Patch Tuesday by _xeno_ · · Score: 1

      You mean multiple files? Technically the "completed" message is sent when a peer becomes a seed - in other words, when it has all the data in the torrent.

      So if you're only selecting a single file out of a larger torrent and only download that, your client will never send the "completed" message.

      This doesn't matter in the "count number of Firefox downloads" scenario since there is only one file to download, namely the installer. It probably doesn't matter in the "count times the show was downloaded" scenario as, again, there will likely be only a single file to download.

      Not to mention that picking single files out of a torrent isn't exactly common usage.

      --
      You are in a maze of twisty little relative jumps, all alike.
    57. Re:Patch Tuesday by danilo.moret · · Score: 1

      -1 words:^H

      --
      ^[:wq!
    58. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      Bittorent doesn't allow for tracking downloads

      The Bittorrent spec would disagree with you.
      http://wiki.theory.org/BitTorrentSpecification

    59. Re:Patch Tuesday by serge587 · · Score: 1

      Well you could track the swarm size, especially if you're running the tracker. There's got to be some correlation there, actually does anyone know of any studies or references on this?

    60. Re:Patch Tuesday by Chemical+Serenity · · Score: 1

      Most torrent clients require at least one connection to the tracker in order to get a peer list, and most will send updates of total data sent/received while re-polling for new peers.

      The data isn't authenticated or anything, you can't depend on the values for uploads or downloads, nor can you depend on the client to accurately report a completed download, but you CAN get a reasonably accurate count of the total number of people who shared in the swarm.

      --
      "People will pay big bucks for the luxury of ignorance."
    61. Re:Patch Tuesday by Chemical+Serenity · · Score: 1

      Most bittorrent clients have to connect to the tracker at least once to get an initial peer list. Subsequent peer list requests usually include upload/download byte counts and whatnot, but that data isn't verifiable.

      So you may not be able to get a reliable count of the total number of people who finished downloading your file, but you can get a reasonable estimate of how many people tried to... presuming there isn't someone trying to jigger the numbers by connecting to the swarm without doing any data transfer just to bump the numbers up.

      --
      "People will pay big bucks for the luxury of ignorance."
    62. Re:Patch Tuesday by Anonymous Coward · · Score: 0

      Overrated I understand, it wasn't exactly hilarious. But troll? That's just stupid modding.

    63. Re:Patch Tuesday by jonasj · · Score: 1

      Some service packs contain significant new software. How else would they pass 100MB in size? From my experience with Microsoft's operating systems, I do not in any way find it hard to believe that a bug-fix-only update could be larger than 100MB.

      Or maybe I do find that hard to believe, but then only because they wouldn't spend resources on fixing so many bugs (or are too incompetent, or whatever) -- not because there aren't enough bugs to fix for an update of that size to be realistic.
      --
      You know, Microsoft's street address also says a lot about their mentality.
    64. Re:Patch Tuesday by zdickinson · · Score: 1

      "Windows users are usually (or should be) scared to download the newest service pack when it first comes out." Why is that? Been a Windows admin for 10+ years no big problems with MS patches.

      --
      I hate ethics, I avoid them on principle.
    65. Re:Patch Tuesday by Anonymous Coward · · Score: 0


          Why dont they just test IT with crashing technology where they can test the system to the
      max till it crashes, under a controlled environment to see how much it can handle.
      brandon.botts@live.com

    66. Re:Patch Tuesday by VanessaE · · Score: 1
      Nononono...


      Zero words:^W^W

  3. So guys... by thedrx · · Score: 5, Funny

    Get your botnets ready :)

    1. Re:So guys... by Anonymous Coward · · Score: 0

      can't, that would void their Guinness application. it's on the download day page.

  4. I pledge not to download it by Anonymous Coward · · Score: 0


    if it includes the mother of all UI mistakes

    the "awesome bar" that turns a location bar into another search thingy (making 2 search things on the interface)

    so now after years of the user learing the location bar is the location bar and how it behaves thats going to be all thrown out and the user will have to learn that actually its a location bar AND a search bar not to be confused with the search bar which is to the right of the search/location bar confused yet ?

    seriously its one of the worst UI/usability mistakes ive seen from Mozilla yet
    so until they get rid of it or make it optional, ill stick with 2.x or Opera or Safari or IE

    1. Re:I pledge not to download it by anboni · · Score: 5, Insightful

      You clearly haven't worked with Fx3 yet. At first I was skeptical about the new smart bookmarks and address bar, but now that I've used it for a month or two (starting with beta 2) I'm quite pleased with it. The address bar basically does exactly the same as it always has, except now it actually does an on the fly substring search in your history instead of just giving an arbitrarily sorted list of previously visited sites. I would dare say this is one of the biggest improvements to the web browsing experience in the last several years.

    2. Re:I pledge not to download it by Fallus+Shempus · · Score: 4, Informative

      Weird, I have the release candidate, you know you can still actually use as a location bar and ignore the search, it still drops down and give suggestions of previously typed in URLs

      Don't see the problem

    3. Re:I pledge not to download it by netsharc · · Score: 4, Informative

      And something Opera invented first! (Among other things like tabbed browsing, mouse gestures in a browser, a zoom feature that also resizes images, etc, etc.). And Opera 9.50 even searches the contents of pages you have visited for more WIN.

      --
      What time is it/will be over there? Check with my iPhone app!
    4. Re:I pledge not to download it by Zebedeu · · Score: 3, Interesting

      A not only history, it also searches your bookmarks, which is something that I've always wondered why it wasn't implemented before.

      Now you don't have to navigate your deep bookmark folders for that link, just start typing the name and it appears directly under your cursor.

    5. Re:I pledge not to download it by nem75 · · Score: 1

      And something Opera invented first!

      Well, it's rather hard to invent something second.

      To stay on topic though the suggestions for URL completion take ages to appear in Opera, at least on my system, while FF3 is blazing fast in that regard. Rendering time, Opera still rules of course.

    6. Re:I pledge not to download it by tobiasly · · Score: 2, Funny

      And something Opera invented first! (Among other things like tabbed browsing, mouse gestures in a browser, a zoom feature that also resizes images, etc, etc.). And Opera 9.50 even searches the contents of pages you have visited for more WIN.

      Hehe, Opera fans are the Browser War equivalent of "Frist P0st!". Not really adding anything, just making sure everyone knows: We had that feature first! No, look at us! Over here!

      If Opera has so many great features so far ahead of everyone else, why is its usage still somewhere around 1% on a good day? If Opera can figure that out, maybe they'd get somewhere.

    7. Re:I pledge not to download it by cp.tar · · Score: 1

      Actually, I recall from previous discussions that tabbed browsing existed before Opera.
      But it's a nice, though quite unused piece of software. Firefox has won me over thanks to its great extendability.

      --
      Ignore this signature. By order.
    8. Re:I pledge not to download it by Anonymous Coward · · Score: 1, Interesting

      I would dare say this is one of the biggest improvements to the web browsing experience in the last several years. unless of course you already used Opera or even Internet Explorer. Both have had this features for quite a while, in this case FF is sadly playing catchup.
    9. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      Seriously, I thought Opera was great, but for some reason, I only remember Opera as the only browser somebody ever tried to charge me for.

      Since then, I always thought, why would I pay for some additional features that may never use, and that could be added to some other versions of free browsers.

    10. Re:I pledge not to download it by Anonymous Coward · · Score: 3, Insightful

      ya, and by the same logic, if firefox is so damn good, why does the IE has 75% marketshare.

      captcha: divisive

    11. Re:I pledge not to download it by OolimPhon · · Score: 1

      Well, it's rather hard to invent something second.

      Well, most people who submit patents to the USPTO don't seem to think so.
    12. Re:I pledge not to download it by Tychon · · Score: 3, Insightful

      Actually, I've been using Fx3 since beta1. I still am not really keen on the thing. Unless I make sure to keep my bookmarks and history trimmed down, it freezes my system for a few seconds as it trudges through things. This is irritating, especially when I was just wanting to type in an address real quick and not have possible matches pulled up. It consumes more time in searching for possible results than it saves me in typing.

      Some way of reverting to the old functionality would be nice.

    13. Re:I pledge not to download it by AvitarX · · Score: 1

      Netscape cost me money.

      I needed the "Deluxe" edition to get a dialer to connect to the internet with Windows 3.x

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    14. Re:I pledge not to download it by The+Faywood+Assassin · · Score: 1

      Uhhhh... maybe because it comes preinstalled with the operating system? At least Opera and Firefox have to be intentionally downloaded and installed, so comparing those two browsers makes sense.

      Its not the same logic, its ignoring important usage skewing variables.

      Beny

      --

      "I'm a humble person really,

      I'm actually much greater than I think I am"

    15. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      The IE is not happy with what you're implying. Don't make the IE upset, you won't like it when it's angry.

    16. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      And something Opera invented first! (Among other things like tabbed browsing, mouse gestures in a browser, a zoom feature that also resizes images, etc, etc.). And Opera 9.50 even searches the contents of pages you have visited for more WIN. That'a a pity Opera is still unable to display many pages properly, e.g. http://www.sciencedirect.com/ (check "Browse by title" section).
    17. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      I love ff3... but they'll have to pry ff2 out of my cold, dead fingers before I'll use ff3 full time, basically until such time as google browser sync gets it's act together and works with ff3...

    18. Re:I pledge not to download it by quanticle · · Score: 1

      Which is all fine and good, if you don't have a lot of bookmarks. If, on the other hand, you have a rather full history and lots of bookmarks, the bar freezes for a few seconds while it has to search through everything you've visited and all your bookmarks to try to find the thing you're looking for. And heaven help you if you've got many pages with similar titles in the history. In the old address bar, pages appeared chronologically, so you could easily go to the most recently visited page out of the set. Now, the pages appear in an arbitrary order, making such navigation difficult.

      No. The grandparent is right, I'm not downloading Firefox 3 until there's an extension to make the location bar act like the location bar from Firefox 2.

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
    19. Re:I pledge not to download it by tenco · · Score: 1

      You clearly haven't worked with Fx3 yet. I tried beta3. And rendering speed of more complex sites like /. + discussion pages has plummeted. It's so bad that scrolling a discussion here on /. is a slideshow with FF3 beta3. FF2 is much faster. Yes, it's a "slow" computer. But then again, I think a 733Mhz CPU + enough ram should be enough to browse the web.

      I would dare say this is one of the biggest improvements to the web browsing experience in the last several years. I would dare say this is one of the biggest disapointments to the web browsing experience in the last several years.
    20. Re:I pledge not to download it by unlametheweak · · Score: 1

      If Opera has so many great features so far ahead of everyone else, why is its usage still somewhere around 1% on a good day? 1. People don't know about Opera like they do about Firefox. There is (or seems to be) very little marketing towards the consumer with Opera.
      2. Being open source already gives Firefox a marketing boost in the evangelical circles of the FOSS/FLOSS community.
      3. Extensions really make FireFox shine. Having a choice of thousands of customizations and enhancements available via Extensions (now called Add Ons) makes FireFox really geeky keen. Though Opera does offer plug-ins (as do most browser AFAIK), none surpasses Firefox in terms of quantity and quality.

    21. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      ya, and by the same logic, if firefox is so damn good, why does the IE has 75% marketshare.

      captcha: divisive Can you say Monopoly...Racketeering...Strong-Arming the hardware vendors?
    22. Re:I pledge not to download it by somersault · · Score: 1

      the operating system I think you mean it comes pre-installed on Windows.. thankfully there is more than one operating system out there.
      --
      which is totally what she said
    23. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      Yeah, the problem with opera is that they put a price tag to it when the released their browser. While it had some popularity it steered a lot of people away from their browser until they released it free a little too late. The other thing about opera is that it has so many features, it reduces performance. I'm using RC1 for Firefox 3 as I write and by far the differences are noticeable. Even with a bunch of add-on extensions, I can still see a big difference in performance. I've already given up Firefox 2 completely even at the loss of a small amount of extensions. It's just worth it.

    24. Re:I pledge not to download it by somersault · · Score: 1

      They had a while where they were giving away registration codes for free. I got one, and tried Opera, can't remember why I didn't stick with it.. *shrug* I have no problems with firefox :) IE is ugly, and traditionally the least secure browser known to mankind.

      --
      which is totally what she said
    25. Re:I pledge not to download it by somersault · · Score: 1

      Some way of reverting to the old functionality would be nice. A quick google turns up:

      browser.urlbar.richResults - to switch from the sucky new dropdown list to the old one I was originally just going to be sarcastic and suggest you download an older release ;)
      --
      which is totally what she said
    26. Re:I pledge not to download it by bucky0 · · Score: 2, Insightful

      This might sound dumb, but I wish the new address bar would go away. My laptop gets passed around the house, and I don't want my browsing history pop up to all my family members.

      They don't care, so they're not snooping around (I don't live with them normally, there was a death in the family so I've come back home for a bit) but they don't appreciate my youporn stuff popping up in their face because of that silly autocomplete stuff. How can I got back to the old way?

      --

      -Bucky
    27. Re:I pledge not to download it by harry666t · · Score: 1, Flamebait

      Go to about:config and set browser.urlbar.oldstyle to true.

    28. Re:I pledge not to download it by JCSoRocks · · Score: 1

      Sometimes people don't know when to quit... I haven't used FF3 yet so I don't know if it applies but I finally gave up on WinAmp when it started looking too much like WMP. I had used WinAmp starting around 10 years ago (way before napster ruined everything :P ) It was a sleek, small little program. Then they released a new version that added a bunch of "features" they were "missing" that WMP had. I guess they hadn't considered that that was the very reason people like me were using it. At that point I just gave up and went back to using crappy old WMP (they'd finally added MP3 support by that point anyway).

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
    29. Re:I pledge not to download it by KillerBob · · Score: 1

      Most ISPs in that period provided software... I know that when I signed up for my first Internet connection in 1994, they sent me a CD with Trumpet Winsock on it.

      --
      If you believe everything you read, you'd better not read. - Japanese proverb
    30. Re:I pledge not to download it by ruben.gutierrez · · Score: 1

      I hate the new address bar. It's too convoluted. It's hard to read the entries, in my opinion. I'm sure there's a config option for this, but why would it be the default setting? It's hideous.

    31. Re:I pledge not to download it by junglee_iitk · · Score: 1

      Hold it right there, Mister!

      Anyone who has ever ever gone through NSFW stuff (I once heard a joke: 99% people say they watch porn, the rest lie about it), knows that "awesomebar" sucks.

      I am currently using Firefox 3.0 nightly builds, I upgrade it everyday and I will be upgrading it the day 3.0 is released, simply because they have fixed so many memory leaks and crashes, that when I tried going back to 2.0, it was nigh impossible to do anything.

      But that does not mean Firefox developers don't make decisions for me! It is kind of like Windows. And with every bug report that I file it becomes more and more obvious that they design everything with Windows users in mind.

      I don't blame it for this decision. Before you start yelling let me just say that they are actually not concentrating on "Windows" but "majority users". For this decision I cannot really blame them.

      I just hope I had good C++ skills so that I could fork it myself.

    32. Re:I pledge not to download it by junglee_iitk · · Score: 1

      Some way of reverting to the old functionality would be nice.

      A quick google turns up:

      browser.urlbar.richResults - to switch from the sucky new dropdown list to the old one

      If you were keen enough on the results you would have found this:
      http://groups.google.com/group/mozilla.dev.apps.firefox/browse_thread/thread/70b4365114d421ac/eecf1646700933ef

      http://groups.google.com/group/mozilla.feedback.firefox/browse_thread/thread/007f48a667be7748

      Or the best: http://kb.mozillazine.org/Browser.urlbar.richResults

      Has an effect in

              * Mozilla Firefox (nightly builds from 2007-11-29 to 2007-12-17)

      They disabled the option long time ago.

      And "oldbar" extension just changes the UI - firefox still searches through everything you ever visited.
    33. Re:I pledge not to download it by sznupi · · Score: 1

      I should know better than answering to AC, but...I'm sorry, what?!

      Opera is, and always been so much faster than Firefox (which is actually beaten by Seamonkey in that regard...) it is absurd.

      The only two explanations:

      a) something is messed up in your system in a way that affects Opera but doesn't affect Firefox

      b) sites you frequently visit are holding on to "best viewed in IE" mentality (only now it's replaced by "...in IE & Firefox"... :/ )

      --
      One that hath name thou can not otter
    34. Re:I pledge not to download it by Dog-Cow · · Score: 1

      Opera didn't invent tabbed-browsing.

    35. Re:I pledge not to download it by sznupi · · Score: 1

      Perhaps you should ask other way around...why people in many places don't care about flaws of FF?

      Because in this ex Warsaw packt country of mine Opera popularity is on par with Firefox...might have something to do with how well it performs on slower machines, for example.

      --
      One that hath name thou can not otter
    36. Re:I pledge not to download it by somersault · · Score: 1

      My original idea stands then. If someone really hates 3 so much, just keep using 2. At least until some new HTML standard comes out, or some indispensable add-on that is FF3 only. Meh. I hardly ever use the address bar, and when I have I've found the in depth URL/title display quite cool looking - didn't realise it did bookmarks as well

      --
      which is totally what she said
    37. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      They wanted an extension, not a command line interface!

    38. Re:I pledge not to download it by harry666t · · Score: 2, Informative

      You know, I've actually made up this shit. Whoever even looked at about:config, saw that there is no such key. And even when you add it, it doesn't work.

      The person who modded me informative... Has done something stupid. It only shows how stupid people are to not think for themselves... Tell them something that sounds remotely reasonable, something that they might agree with, and they'll believe, they'll follow.

      Right. Into. A. Trap.

      (I know I'm risking getting modded down to the hell. But who cares. Even only one awaken mind is worth /me losing some of my /. karma.)

    39. Re:I pledge not to download it by Nulifier · · Score: 1

      The interesting part is that there is 25% of the market that IE does not have, and I would put the percentage of the market that knows which browser they are using at less than 25%. So obviously those who are "in the know", switch away from firefox, and get their relatives/friends to do so as well

    40. Re:I pledge not to download it by ais523 · · Score: 1

      Umm... you're meant to mod things up if they're wrong, so as to encourage people to rebut them. If something's wrong, you don't censor it, you reply to it. That's why there are no downmods for wrong comments. (Although I think a +1, Wrong would be useful for such situations.)

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    41. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      And something Opera invented first! How do you turn this on?
    42. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      Opera users can get First Post because all they have to type in the adress bar is "/." to get to this site.

    43. Re:I pledge not to download it by HAKdragon · · Score: 1

      That is something I missed when I moved from Safari to Firefox on my Mac.

      --
      "Our opponent is an alien starship packed with atomic bombs. We have a protractor."
    44. Re:I pledge not to download it by anss123 · · Score: 1

      Oy, I still use Winamp. Every now and then Winamp will throw a 'guru meditation error' which basically means delete and reinstall. It also renders incorrectly on Vista and eats a suspicious amount of CPU time. Every time I install it tries to add various links, set my home page, sign me up for free MP3s and install shell extensions and a systray app.

      I just wanted you to know what you're missing out on :)

    45. Re:I pledge not to download it by harry666t · · Score: 1

      Man, but "informative"? :P I bet that that mod didn't checked if what I've said was true. And I have intentionally introduced false information.

    46. Re:I pledge not to download it by hkmwbz · · Score: 1

      maybe because it comes preinstalled with the operating system?
      And maybe Firefox has a lot of users because Google is pushing it heavily and paying people to get people to install it. So it looks like both IE and Firefox have their respective positions due to huge corporations pushing them through their own products. No such luck for Opera, which has forever had to remain independent.

      That's part of the reason, at least.

      --
      Clever signature text goes here.
    47. Re:I pledge not to download it by BZ · · Score: 1

      > And something Opera invented first!

      With the important difference that last I checked Opera just does a straight search, with no adaptive-learning-based ranking of results based on your past selections... That makes a big difference in usability.

    48. Re:I pledge not to download it by Nicolay77 · · Score: 1

      If Opera has so many great features so far ahead of everyone else, why is its usage still somewhere around 1% on a good day?

      People like you?

      Seriously, it was because the ad banner they had years ago.
      --
      We are Turing O-Machines. The Oracle is out there.
    49. Re:I pledge not to download it by Nicolay77 · · Score: 1

      As much as Firefox 2 sucked big time, Firefox 3 seems to be a very nice browser on their own, being faster than Opera in some tests.

      It still lacks some CSS and almost all SVG support though.

      --
      We are Turing O-Machines. The Oracle is out there.
    50. Re:I pledge not to download it by nasch · · Score: 1

      I can tell you why I stopped using it - I found out about Firefox's extensions. Opera didn't have anything like it at the time, and by the time they did it was too late. I was already happy with my browser and didn't see any need to switch back. And the extension (what are they calling them these days, add ons?) "community" seems to be thriving, so I still don't. I do use Opera occasionally, but basically that's when I'm doing development work and need to log in to an apps from different browsers at the same time. I still like it better than IE - hope that's not damning with faint praise.

    51. Re:I pledge not to download it by sznupi · · Score: 1

      I didn't really mean syntetic tests...all major browsers can comfortably handle, even when running on 5 year old computer (as I'm doing now), practically every webpage (minus those that, as I mentioned, still hold on to "works best in..." mentality).

      There ARE huge differences when one pushes limits, for example, having 259 pages opened (as I'm doing now) in a browser that has been running for two weeks. No other browser than Opera is even CAPABLE of handling that gracefully (Seamonkey comes close) on this hardware. For me that tells how efficient/fast/well coded Opera is.

      --
      One that hath name thou can not otter
    52. Re:I pledge not to download it by iMaple · · Score: 1

      You know, I've actually made up this shit. Whoever even looked at about:config, saw that there is no such key. And even when you add it, it doesn't work.

      The person who modded me informative... Has done something stupid. It only shows how stupid people are to not think for themselves... Tell them something that sounds remotely reasonable, something that they might agree with, and they'll believe, they'll follow. Well, trusting is not stupid (as long the number of je^H^H people like you is small). This is like writing an online review claiming that a crappy book was fantastic just to teach other people to think for themselves. Progress is much easier when people are honest.

      Sure, no one would be stupid enough to design a life support system based on your Slashdot post, but I think its quite alright for a moderator to assume that a person is not intentionally lying when he mods.
    53. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      And something Opera [opera.com] invented first

      Except Opera's implementation is ugly and has weird graphical glitches.

      Sort of a recurring problem with Opera- lots of features, but they generally lack polish.
    54. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      I've used it and it's fucking annoying

      that's the problem.

    55. Re:I pledge not to download it by Anonymous Coward · · Score: 0

      And it's still as ugly as sin.

      Just because something is 'first' doesn't mean it's 'best'.

    56. Re:I pledge not to download it by Tychon · · Score: 1

      I don't hate Firefox 3, I hate "awesome" bar. Everything else I've been fine with. I quite enjoy the memory fixes and the improvements to JavaScript support. I even like the database backend for bookmarks.

      I just don't like that what should be an extension is being forced on me. For me, the whole benefit to Firefox was that it was an extremely lightweight foundation with excellent support for expansion by the community -- I could have it as light or as heavy as I wanted. Now I'm getting all these extra things that I don't particularly need. Having them available is great, but have them available as an extension so I don't have to spend my cycles on them.

  5. Why would I have to "pledge" anything? by Rogerborg · · Score: 4, Insightful

    Since presumably my Firefox 2 will bug me to update to 3 as soon as it's released?

    Not to disparage Mozilla, but lately it seems like they've been a mite too concerned with press releases. They should release when it's ready, and we'll get it when we think it's ready. What's the big rush?

    --
    If you were blocking sigs, you wouldn't have to read this.
    1. Re:Why would I have to "pledge" anything? by jeiler · · Score: 1

      hey should release when it's ready, and we'll get it when we think it's ready.
      Ditto that--and AC's complaint about the asshat, I mean, the "awesome" bar.
      --

      If you haven't been down-modded lately, you aren't trying.

      Sacred cows make the best hamburger.

    2. Re:Why would I have to "pledge" anything? by gEvil+(beta) · · Score: 1

      Ditto that--and AC's complaint about the asshat, I mean, the "awesome" bar.

      I have a vague recollection of getting hammered at the Awesome Bar one night.

      --
      This guy's the limit!
    3. Re:Why would I have to "pledge" anything? by hansamurai · · Score: 1

      I'm actually not sure if Firefox 2 will automatically update to Firefox 3. For one, Firefox 3 doesn't support older OSes like Windows 98, ME, and OS X 10.3.9. I'm sure the update manager can sense this though so maybe it's not a big deal. Secondly, Firefox 3 is slightly visually different, I'm not sure if they want to force it on users until they're ready.

    4. Re:Why would I have to "pledge" anything? by Saint+Gerbil · · Score: 2, Funny

      I have a vague recollection of getting hammered at the Asshat bar one night. Woke up with a sore arse.

    5. Re:Why would I have to "pledge" anything? by Zebedeu · · Score: 1

      Was it good?

    6. Re:Why would I have to "pledge" anything? by tobiasly · · Score: 2, Insightful

      Not to disparage Mozilla, but lately it seems like they've been a mite too concerned with press releases. They should release when it's ready, and we'll get it when we think it's ready. What's the big rush?

      Press releases, viral marketing, and publicity stunts like this are a big reason why worldwide Firefox market share is somewhere in the 30% range. Yeah, you've gotta have a solid product to begin with, but more open source projects would do well to emulate Mozilla's marketing and branding accomplishments.

      Also, your post implies that Firefox will somehow be rushed out the door before it's ready, but if you've been following along you know that's very far from correct. Even the "download pledge" page says they don't know the date yet.

    7. Re:Why would I have to "pledge" anything? by cp.tar · · Score: 1

      Since presumably my Firefox 2 will bug me to update to 3 as soon as it's released?

      I trow not.

      Firefox 1.5.x did not bug users when 2.0 was released, if my memory serves me right.

      --
      Ignore this signature. By order.
    8. Re:Why would I have to "pledge" anything? by Anonymous Coward · · Score: 0

      And some dashing new headgear?

    9. Re:Why would I have to "pledge" anything? by Idbar · · Score: 1

      I can't remember Firefox 1 pushing to install Firefox 2. You kept having updates as 1.x, but never insisted to move to Firefox 2. So I don't know where did you get that idea from. (Perhaps my Firefox 1 was broken?)

    10. Re:Why would I have to "pledge" anything? by somersault · · Score: 1

      Firefox 3 is slightly visually different, I'm not sure if they want to force it on users until they're ready. A few weeks of zen riddles and yoga meditation, and I think most people will be ready for the slightly different icons.
      --
      which is totally what she said
    11. Re:Why would I have to "pledge" anything? by gnick · · Score: 2, Informative

      Main Entry: trow
      Pronunciation: \'tro\ [long o improperly copypasta'ed]
      Function: verb
      Etymology: Middle English, from Old English trowan; akin to Old English trowe faithful, true
      Date: before 12th century

      1) obsolete: believe
      2) archaic: think

      --
      He's getting rather old, but he's a good mouse.
    12. Re:Why would I have to "pledge" anything? by Tubal-Cain · · Score: 1

      You could prevent that in Preferences>>Advanced>>Update

    13. Re:Why would I have to "pledge" anything? by Kelson · · Score: 1

      Since presumably my Firefox 2 will bug me to update to 3 as soon as it's released? I'd guess not, since Firefox 1.5 didn't try to upgrade people to Firefox 2 for several months.
    14. Re:Why would I have to "pledge" anything? by BZ · · Score: 1

      > Since presumably my Firefox 2 will bug me to update to 3 as soon as it's released?

      That's still a topic of some debate. The update from 1.5.x to 2.0.x didn't happen until close to end-of-life of the 1.5.x security releases, for various reasons. The goal is to have it a little earlier than that for 2.x -> 3.x, but probably not until after 3.0.1 happens.

    15. Re:Why would I have to "pledge" anything? by dveditz · · Score: 1

      1) automatic software updates (such as from the couple million beta testers) won't count. Only people who go to the site of their own free will and explicitly choose to download will count.

      2) Firefox 2 most definitely will not offer Firefox 3 immediately upon release. Maybe after Firefox 3.0.1 or 3.0.2 are released will be the right time. People trust that Mozilla is trying to keep them safe; if instead people see the automatic updates as just a marketing channel they'll be more likely to turn it off. The end result is that they personally will be increasingly less safe, and Firefox will become a more attractive target for malware authors if there are increasing numbers of down-rev users.

      Official Firefox 2 support will only last six months after Firefox 3 is released (though most Linux vendors will support it far longer) so we won't want to wait too long to start transitioning people, but it won't be right off the bat.

    16. Re:Why would I have to "pledge" anything? by Gerv · · Score: 1

      No - normally the Mozilla project waits a while before doing that. Firstly, so any remaining critical bugs can get knocked out, and secondly, because the servers might melt if we had the record attempt _and_ auto-update at the same time :-) I believe auto-update is even triggered in waves, to stagger the load.

      Gerv

    17. Re:Why would I have to "pledge" anything? by jonasj · · Score: 1

      Official Firefox 2 support will only last six months after Firefox 3 is released (though most Linux vendors will support it far longer) so we won't want to wait too long to start transitioning people Given that Firefox 3.1 should be out by then: Have you considered to not auto-upgrade firefox 2.x users to 3.0, and wait for 3.1 instead and upgrade them directly to that?
      --
      You know, Microsoft's street address also says a lot about their mentality.
  6. followed by most rollbacks to version 2... by Anonymous Coward · · Score: 5, Interesting

    because many popular plugins are not 3.0 ready :-(

    1. Re:followed by most rollbacks to version 2... by thetoadwarrior · · Score: 4, Informative

      I would say that's untrue at this point. del.icio.us released their updated version, Web Developer, noscript, adblock and firebug is on FF3. In fact, I'd say most popular plugins have made the move.

    2. Re:followed by most rollbacks to version 2... by at_slashdot · · Score: 3, Informative

      Who cares about "popular" plugins, the point is that the plugins that _I_ need don't work. For example Google Sync.

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    3. Re:followed by most rollbacks to version 2... by willisachimp · · Score: 1

      Slightly off-topic, but if you get the Nightly Tester Tools plugin, you can over-ride the version restrictions on plugins. I've found most of them to work perfectly fine with FF3.

    4. Re:followed by most rollbacks to version 2... by giant_toaster · · Score: 1, Informative

      Have you tried the Mozilla Weave project? It offers bookmark syncing among other synching features. It will likely be integrated into the browser at somepoint. http://labs.mozilla.com/2007/12/introducing-weave/

    5. Re:followed by most rollbacks to version 2... by hansamurai · · Score: 2, Informative

      Then use the Nightly Tester Tool plugin to force it to work. Plugins will only work natively in Firefox 3 if the developer specifically typed that version in. I'm running Firefox RC1 at the moment and every plugin I need, large and small, works. Not all out of the box, but with Nightly Tester Tools, I can enable them and force them to work. As long as they're not dependent on an API that changed, which could be likely depending on the plugin, they will work.

    6. Re:followed by most rollbacks to version 2... by AikonMGB · · Score: 1

      Who cares about "popular" plugins, the point is that the plugins that _I_ need don't work. For example Google Sync. [...], Gmail Manager, Password Generator, [...]
    7. Re:followed by most rollbacks to version 2... by nem75 · · Score: 2, Interesting

      How the hell is this "+5 Interesting"? There are roughly a gazillion of FF2 extensions out there, many of them have not been actively developed anymore for months or longer. So of course many (I'd rather say most) are not available for FF3 yet - and will probably never be.

      The core extensions (yes, the definition of that term varies from user to user, I'm aware of that - but only to a point) are available though. Like Adblock Plus, Download Statusbar etc.

      Others are available for FF3 from the developer's homepage only and cannot be found on the Mozilla site yet, e.g. because the extension itself is still beta. See Firebug for instance.

      Anyway, I don't see that massive rollback happening.

    8. Re:followed by most rollbacks to version 2... by lilomar · · Score: 1

      Gmail Manager updated last night. It works with 3.0 now.

      (Which made me a happy, happy geek)

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    9. Re:followed by most rollbacks to version 2... by lilomar · · Score: 1

      Oops, Sorry, I just checked, it's Gmail Notifier that I rely on so much, not Manager.

      Nothing to see here....

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    10. Re:followed by most rollbacks to version 2... by elrous0 · · Score: 1

      I just wish someone would update Slashdotter. Between Firefox 3 and Taco feeling the need to change Slashdot's layout on a daily basis, Slashdotter has become flaky as hell.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    11. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      Google Sync Try Weave then.
    12. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      What an asinine thing to say.

    13. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      Downloaded doesn't mean Downloaded-and-Installed
      I will download it on that day to help the word get spread about firefox.... But I will install it a couple of days later when my favorite plugins get ready
      I suggest you do the same.

    14. Re:followed by most rollbacks to version 2... by Bombria · · Score: 3, Informative

      Most plugins do work in 3.0. You just have to disable version checking in FF.

    15. Re:followed by most rollbacks to version 2... by Qalthos · · Score: 2, Informative

      As long as they're not dependent on an API that changed Such as, for example, Google Sync...
    16. Re:followed by most rollbacks to version 2... by Rurik · · Score: 1

      You may want to give Gmail Manager a try. I can't use Gmail Notifier as my accounts are all Google Apps accounts, which Notifier doesn't support.

    17. Re:followed by most rollbacks to version 2... by ShannaraFan · · Score: 1

      This doesn't work for any of the Google plugins. Silly as it may seem, the Google Toolbar has become a must-have for me. Keeps my bookmarks in sync, and the Google "Web History" feature is incredibly handy for finding those "I remember reading this, but I don't remember where" sites. Yes, I know this is Google's problem, just commenting that the well-known validation hack doesn't work for some useful plugins.

    18. Re:followed by most rollbacks to version 2... by pizzach · · Score: 1

      Firefox has been pushing for it's extension developers to update their extensions for 3.0. Now that firefox is in the release candidate phase, extension developers finally don't have to worry about anymore damn api changes. I wonder if Mozilla will do another T-shirt givaway contest for extension developers who update heir extensions before the final release?

      --
      Once you start despising the jerks, you become one.
    19. Re:followed by most rollbacks to version 2... by lilomar · · Score: 1

      What I mean is, Gmail Notifier updated last night, which is good for me, since that is what I use. As far as I know (since I don't use it) Gmail Manager still hasn't gone to version 3.0.

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    20. Re:followed by most rollbacks to version 2... by shutdown+-p+now · · Score: 1

      Given that Google is known to support Firefox, I'd expect them to release a compatible version once 3.0 final is released.

    21. Re:followed by most rollbacks to version 2... by at_slashdot · · Score: 1

      I expect that too, but that was only an example, there are other extensions that don't work yet.

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    22. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 2, Informative

      Google Browser Sync is dependent on an API that changed. Nightly Tester Tools can't make it work. Sadly, this is a showstopper for me.

    23. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      Who cares about what _YOU_ need?

    24. Re:followed by most rollbacks to version 2... by raatti · · Score: 1

      Adblock? This add-on is for older versions of Firefox.. Adblock plus is firefox3 -ready but the good ol' adblock isn't. And its still something I & very many others still use and propably won't be transferring to adblock plus anytime soon..

    25. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      Adblock isn't working yet

    26. Re:followed by most rollbacks to version 2... by AySz88 · · Score: 1

      Here's a page that tracks add-on compatibility: http://people.mozilla.com/~polvi/threedom/status-bars.html . Note the "bug" links, which send you to bugs tracking the status of the most popular add-ons. I found it interesting that Firebug incompatibility is actually blocking the final public release of Firefox 3! (See here, note the "blocking-firefox3" flag.) I think they're being quite careful with making sure the most popular add-ons are available.

      There could be a bit of a "long tail" problem, though. There is a huge number of smaller add-ons which should strive to be compatible at release-time, too.

    27. Re:followed by most rollbacks to version 2... by Anonymous Coward · · Score: 0

      For example Google Sync. You can try Weave: http://labs.mozilla.com/2007/12/introducing-weave/

  7. The entire dell call center. by Anonymous Coward · · Score: 0

    The entire dell call center will be pulling its weight from Figi. With all Seven of their computers downloading it at the same time!

  8. OK... by vague+disclaimer · · Score: 2

    ...who has Mozilla's petard ready for them to hoist?

    1. Re:OK... by zopf · · Score: 1

      Clever, but I think you mean "who has Mozilla's petard ready for their own hoisting?"

      --
      Did you see the pool? They flipped the bitch!
  9. big deal. by Anonymous Coward · · Score: 3, Informative

    ... these are the same idiots that thought that a beta of windows vista was the single largest software download: http://labnol.blogspot.com/2006/06/windows-vista-for-guinness-world.html

    show of hands: who downloaded a linux dvd iso larger than 3.5 gigabytes before vista beta was released? ... and apparently there is no "world record" to break anyway: http://blog.internetnews.com/skerner/2008/05/mozillas-latest-firefox-launch.html

    and, are they not going to consider the millions of copies of, say, internet explorer 7, downloaded the first day it was forced through as an automatic update? or how many downloads of itunes are there in a day when apple _requires_ an update?

    1. Re:big deal. by heytal · · Score: 1

      I assume that the keyword here is "Human Initiated New Software Download"

  10. Yeah! by SpanishInquisition0 · · Score: 5, Funny

    Go for the record Mozilla! If you get it, you might even get a place right next to the Most Marshmallows Stuffed Into A Person's Mouth record!

    1. Re:Yeah! by Per+Wigren · · Score: 1

      you might even get a place right next to the Most Marshmallows Stuffed Into A Person's Mouth record! Let me guess... This is the guy?
      --
      My other account has a 3-digit UID.
  11. Timing question by Anonymous Coward · · Score: 0

    How long will it take to get into the Ubuntu Hardy repos? And even if it's there on day 1, does apt-get upgrade even count?

  12. be hard to beat this one... by sdnoob · · Score: 1

    Overall downloads of Devils0wn WinXP Pro Corporate the day it came out

  13. That is not the important record ... by Jumperalex · · Score: 2, Insightful

    The important one is how fast we can /. the web site :)

    --
    If you can't be good, be good at it!
  14. I'm not committing to anything. by artifex2004 · · Score: 3, Insightful

    I'm not getting the release until I know for sure it won't crash hard on my Macs, like the beta I tried did. And that it won't delete my cookies, like the beta did.

    I'd really like to see continued support for the old style of searching in the url bar, too, but I doubt that will happen. And the new look is just uglier.

    1. Re:I'm not committing to anything. by flyingfsck · · Score: 1

      Chicken. ;)

      Why don't you download and try it?

      The new bugs and memory leaks are half the fun with Firefox.

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    2. Re:I'm not committing to anything. by Rurik · · Score: 3, Insightful

      You know, that's why they have a "release candidate", which is now available. The betas are over and done with. And, I hope, as a beta user that you submitted your issues for them to be addressed and resolved.

      So... instead of wondering if it will crash, why not find out?

    3. Re:I'm not committing to anything. by Rallion · · Score: 1

      The "release candidate" that fubared my bookmarks after upgrading from beta5, and also still chokes on the same AJAX apps that stopped working with beta5.

      I don't know why they're even calling it a release candidate when it still has some pretty significant problems that were already widely reported with the previous version.

    4. Re:I'm not committing to anything. by HockeyPuck · · Score: 1

      You must have missed that 'common sense' instruction of backing up your bookmarks prior to upgrading.

      FWIW, RC1 has been very stable on my 10.5.3 mac. Much snappier, and the URLbar (whatever it's called now) is a definite improvement.

    5. Re:I'm not committing to anything. by Kolie · · Score: 1

      Yes, I'm sorry the BETA did not behave as expected. Be sure to skip out on the release.

    6. Re:I'm not committing to anything. by Anonymous Coward · · Score: 0

      I'd really like to see continued support for the old style of searching in the url bar, too, but I doubt that will happen. And the new look is just uglier. Agreed. And I don't care for the new bookmarks manager either. I wish they would start implementing new features as extensions that can be ininstalled if I don't like them.

    7. Re:I'm not committing to anything. by Anonymous Coward · · Score: 0

      And the new look is just uglier. Then get oldbar.
    8. Re:I'm not committing to anything. by BZ · · Score: 1

      > I don't know why they're even calling it a release candidate when it still has
      > some pretty significant problems that were already widely reported with the
      > previous version.

      It was called a release candidate because that's what it was. If no new issues that were severe enough to hold ship had gotten reported after RC1, those exact bits would have shipped as Firefox 3.

      As it happens a few such new issues did come up, so there will be an RC2 with these new issues fixed and a few fixes to old-but-not-stop-ship issues taken where they were very very safe.

  15. Pledges by country by davros-too · · Score: 1

    Currently USA way ahead followed by Japan, Spain then Poland. Not really the top four I would have guessed.

    --
    In theory, there's no difference between theory and practice; in practice there is.
  16. Don't fall for the communist tricks. by Anonymous Coward · · Score: 2, Funny

    Completely opposite to the ideals of capitalism, those swines are trying to topple the world order with their no-cost merchandise.

    However, few can say that Firefox is a software which you shouldn't own a copy of. Let's show them that enterpreunist powers rule with a firm iron hand and instead of criminally downloading a free version, buy a CD version of firefox on that particular day.

    1. Re:Don't fall for the communist tricks. by lilomar · · Score: 1

      Vive la Revolution, Capitalist pig-dog.

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    2. Re:Don't fall for the communist tricks. by Anonymous Coward · · Score: 0

      JUDEN RAUS! HEIL HITLER!

  17. Great Idea! by IAmAI · · Score: 1, Insightful

    I think this a great way for Mozilla to publicise Firefox and increase its market share. And I pledged, of course. I look forward to Firefox 3.

    1. Re:Great Idea! by JCSoRocks · · Score: 1

      Well exactly. I'd like to set a record too. Let's all set a record for most t-shirts bought in 24 hours. You can buy them from me for only $18. Go now! ...This is pretty obviously just marketing glitz. You can't really prove any Internet type record anyway.

      --
      You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
  18. Why should we? by greenpete · · Score: 2, Interesting

    I have used Firefox for a few years and love it's potential. But it has always been buggy and I was forced into v3 when I updated Ubuntu recently and I think it's got worse! It crashes more now, they have changed features that I loved (like the way you save U/N and P/W) and on top of that most of my plugins don't work anymore :-(

    1. Re:Why should we? by Kattspya · · Score: 3, Interesting

      That's the most brilliant thing I've seen in it so far (I've used the portable beta 3 for about an hour). When the password prompt isn't a window you can make sure the pasword is correct before storing it.

    2. Re:Why should we? by greenpete · · Score: 1

      I used to use a nice quick keyboard short cut, which now seems to be a long winded one or mouse action!

    3. Re:Why should we? by BZ · · Score: 1

      Ubuntu shipped a beta in their release OS. Yes, it had some issues. But that's why it was still a beta, not a release...

  19. 100% turn out from north Korea by sakdoctor · · Score: 4, Funny

    Look, all 18 computer uses have pledged.

    1. Re:100% turn out from north Korea by SpanishInquisition0 · · Score: 2, Funny

      Personally, I was more shocked when I saw that Africa actually had computers at all.

    2. Re:100% turn out from north Korea by mollymoo · · Score: 2, Informative

      Yeah, it's amazing how Mark Shuttleworth made billions in IT and started the most popular Linux distribution without even having a computer.

      --
      Chernobyl 'not a wildlife haven' - BBC News
    3. Re:100% turn out from north Korea by elrous0 · · Score: 1

      Actually, North Korea is a strong, technologically powerful country with a leader who is very tall, handsome, and manly. And I'm not just saying that because he kidnapped me and brought me here to make ripoffs of old John Wayne movies.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    4. Re:100% turn out from north Korea by martinw89 · · Score: 1

      I'm hoping Russia will take the lead and be first to surpass 100,000 so it will turn red

    5. Re:100% turn out from north Korea by Anonymous Coward · · Score: 0

      Poland seems to be beating the rest of Europe

  20. Why calling for a special participation... by Anonymous Coward · · Score: 0

    when they'd just wait for the Slashdot effect to proceed ?

  21. Biassed map by houghi · · Score: 0

    On the map you can see how many people have pledged and colors are on how many people do this. These colors and numbers mean absolutely nothing. At least it should be compared to the amount of people living in a country. If 10.000.000 people do a download in the USofA, this will mean less then the same in Belgium, where it will mean that each and every person has pledged to download it.

    Even better would be to have it linked to internet connections, people who are actually able to download it, number of computers or anything similar.

    --
    Don't fight for your country, if your country does not fight for you.
  22. Only the windows downloads by poeidon1 · · Score: 5, Insightful

    will be counted most probably. I dont know of many linux users who download directly from mozilla website. Most would use a package from their distribution which generally is not available on the same day (and even if it is, how will they count those downloads).

    --
    They called me mad, and I called them mad, and damn them, they outvoted me. -Nathaniel Lee
    1. Re:Only the windows downloads by mariushm · · Score: 1

      They'll probably count how many times the home page that shows when Firefox starts for the first time is loaded.

    2. Re:Only the windows downloads by pembo13 · · Score: 1

      Fedora, at least, changes the home page, so that won't work

      --
      "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
  23. "The worst PR is no PR." by Sturdy · · Score: 5, Insightful

    If they set a record - they'll be in the news.

    If they are so successful that the servers go down temporarily - they'll definitely be in the news.

    As you can see, just submitting the idea has put them in the news. This is a great idea for a company with growing market share.

    1. Re:"The worst PR is no PR." by Anonymous Coward · · Score: 0

      uhm. raise an hand who on slashdot doesn't know about firefox.

  24. Beowulf clusters by davidwr · · Score: 1

    Speaking of download servers;

    Imagine a beowulf cluster of these babies NOT crashing under the load.

    Yeah, I know, I know, clustering download servers isn't the best way to do a server farm but this is slashdot.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  25. "Stuff that matters" by aliquis · · Score: 1

    Spam your friends, useless news which doesn't matter, omg lets get lots of hits for mozillas download page! Who needs missions to mars and particle colliders when we have awesome news like this!?!

  26. What is the point of this? by Martian_Kyo · · Score: 1, Insightful

    This might be the most senseless Guinness record ever, and that says a lot. It's measure of nothing. It's not even a measure of Firefox's popularity. Because bulk of the download counts will be generated via some downloading scripts. Even they allow one download per IP, there are proxies. Number of downloads won't nearly equal the number of PEOPLE who downloaded Firefox that day.

    I mean it can't go down in the books as Firefox was downloaded by 2 million people on that day. Maybe 2 million times, out of which half was generated by 300,000 download scripts. I am not sure about you but to me that doesn't sound all that impressive.

    It won't even helps spread firefox that much, as all the pledged downloadees will be firefox users.

    Entirely pointless!
    Possibly the only more pointless thing that this is my rather elaborate rant against it.

    1. Re:What is the point of this? by zuggy40 · · Score: 1

      I know I'll be marking up 6 downloads just for my home computers plus one for work and 8-10 more for people I know that are too inept to do it themselves. Plus another 3 for my dual boot machines.

    2. Re:What is the point of this? by Anonymous Coward · · Score: 0

      It's a good thing you don't work in advertising.

    3. Re:What is the point of this? by Xeriar · · Score: 1

      This might be the most senseless Guinness record ever,

      Because 'most cigarette boxes balanced on a chin' is more substantive than something a billion people participate in on a regular basis.

    4. Re:What is the point of this? by Martian_Kyo · · Score: 1

      yes.
      More planing is involved. And even when plans are made not everyone can balance a cigarette on a chin. No matter how well you explain to someone how to balance a box on a chin, they will nit to but EFFORT into breaking the record.

      While on the hand once a skillful person makes a good webbot/downloading script can download 200,000 firefoxes without the actual knowledge of how it works and put it in very little effort.

      Record is amazing proportional to the actual effort put in by everyone who made it.
      To make very loos formula

      A=n*e

      where A is amazingness of record
      n is number of individuals who participated
      e is the average effort put it by each participating individual.

      In this case the effort is a click, which in my book is virtually zero effort.
      so no matter how big n is, and this case it can't be infinity A will tend to be zero.
      Cause
      lim n*e (where e->0)=0

      May some mathematician correct me, I am mainly a philosopher with knowledge of basic principles of maths.

  27. Make a big circle with a big marker. by BForrester · · Score: 5, Funny

    I'm marking "Download Day" on my calendar right now.

    I have a big circle around 2008, and a thin one around 2009 too, just in case the news gets any more vague.

    1. Re:Make a big circle with a big marker. by The+Faywood+Assassin · · Score: 1

      Good point, I thought I was the only one that couldn't find an actual release date.

      Beny

      --

      "I'm a humble person really,

      I'm actually much greater than I think I am"

    2. Re:Make a big circle with a big marker. by Anonymous Coward · · Score: 0

      Very well, but I have a bigger circle for "Duke Nukem Forever Download's day".
      As you, I got 2 circles actually. The first covers the whole two decades from 1997 to 2017, and the second one goes beyond the borders of my wall, pretty much covering Humankind's whole life spam...

  28. The AwesomeBar Sucks by Anonymous Coward · · Score: 0

    I won't be downloading Firefox as long as it has that horrible Awsomebar. I'm using 3.0 RC1 now and unless they do something about the Awesomebar, I'll switch to something else. It's the worst thing ever to happen to Firefox. I'll pay to switch to Opera before I use it in its current state. It looks horrible. It's difficult to use -- the results that come up are not predictable since it searches on the title of the linked pages as well. Worst of all, there's no way to turn it off. I thought they said that things like this (the AwesomeBar) were going to be plug-ins.

    1. Re:The AwesomeBar Sucks by Anonymous Coward · · Score: 0

      I'll pay to switch to Opera before I use it in its current state.

      Can I take a ride in your time travel machine?

       

      Opera press releases
      Feel Free: Opera Eliminates Ad Banner and Licensing Fee
      Oslo, Norway - September 20, 2005

      Opera Software today permanently removed the ad banner and licensing fee from its award-winning Web browser. The ad-free, full-featured Opera browser is now available for download - completely free of charge â" at http://www.opera.com.

      "Today we invite the entire Internet community to use Opera and experience Web browsing as it should be," said Jon S. von Tetzchner, CEO, Opera Software. "Removing the ad banner and licensing fee will encourage many new users to discover the speed, security and unmatched usability of the Opera browser."

      http://www.opera.com/pressreleases/en/2005/09/20/

  29. Press = good by Nerdposeur · · Score: 5, Insightful

    Not to disparage Mozilla, but lately it seems like they've been a mite too concerned with press releases.

    I think this is a cool idea. There are still lots of people who don't know there are other browsers in existence; when they open IE they say they're opening "the internet." Anything that makes the news and makes them aware of alternate browsers is good - especially if it's "hey this thing is really popular." For many people, that's the best argument for trying it.

    Mozilla seems to have done pretty well by harnessing the power of fanatic users so far - remember the big newspaper ads? And check out the "pledge map" on the site. Think how proud you'd be to see that you're one of a very few people in your country who has pledged to download it. Kind of a mix of national pride and geek pride.

    Every web developer's dream is a world where all users have more standards-compliant browsers, and IE is forced to follow suit. I say hooray for almost anything that makes that closer to reality.
  30. Not the goal by Nerdposeur · · Score: 2, Interesting

    It would also be a great opportunity to promote bittorent as a mass downloading medium. Too bad it doesn't seem to be in the plan.

    Could they track the number of downloads if they used bittorrent? Also, if their goal is a record number of downloads for Firefox, do they want to set up an additional hurdle for people? "First, you have to download and install one of these other programs. No wait, we can explain why. Come back."

    1. Re:Not the goal by garett_spencley · · Score: 1

      I don't know about tracking torrents, but in response to your "another hurdle" there's no reason they can't allow direct downloads AND a .torrent and let people choose which is easier / preferable.

    2. Re:Not the goal by fbjon · · Score: 1
      Hey, I use Opera, I don't need to download some torrent program!


      Oh wait...


      Disclaimer: I keep up with Firefox updates anyway, since it's very nice for development.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
  31. 6 from Myanmar! by HiChris! · · Score: 0, Troll

    Great don't worry about helping the thousands of newly homeless and hungry people - download Firefox 3.

    1. Re:6 from Myanmar! by Anonymous Coward · · Score: 0

      You are either a purveyor of false dilemmas or a child molester.

  32. memory leak issues .. by rs232 · · Score: 0

    Cone on where are all the memory leak issues comments modded up +5 :)

    --
    davecb5620@gmail.com
  33. portable by spandex_panda · · Score: 1

    I use firefox portable at uni, as I am unable to install software, portable apps is a great way to stick with OOo and firefox and filezilla and notepad++. But it is unlikely that Firefox will release a portable version of firefox 3 on release day. Debian/Ubuntu releases are a bit behindtoo, so unless Ubuntu manages to stay in time (which I doubt) and the Australian mirror stays in time with official Ubuntu (even less likely) then i doubt I will update to firefox 3 at home either. But shit, i'll download a copy for windows anyway! Why the hell not!

    --
    like phosphorescent desert buttons singing one familiar song
    1. Re:portable by Potor · · Score: 1

      you can already download FF 3 RC 1 from portable apps. it works great for me.

  34. Firefox - by Anonymous Coward · · Score: 0

    Fanboys are Go!

  35. would it be possible by Bizzeh · · Score: 1, Funny

    would it be possible to counter-act the download count by trying to upload the installer back to the server?

  36. Every country has pledged? by Anonymous Coward · · Score: 0

    I can't find a single country on the map that has not have at least 1 pledge. Can we assume the ENTIRE world uses Firefox?

    1. Re:Every country has pledged? by dave420 · · Score: 1

      Not until they have 6,602,224,175 pledges. And that was of July last year, so it's a lot more than that now.

  37. Lesotho's only got 2! by soxos · · Score: 2, Funny

    Come on Lesotho, wake up.

    Also, I'm sure it's been said, but I hope they torrent this thing, else we'll have the record for most smoked servers since CNN got simultaneously Farked, Slashdotted, and Dugg for the last Britney Spears media stunt.

  38. Opera publicity? by Nerdposeur · · Score: 5, Insightful

    If Opera has so many great features so far ahead of everyone else, why is its usage still somewhere around 1% on a good day? If Opera can figure that out, maybe they'd get somewhere.

    Maybe they need more silly publicity stunts like this one.

    1. Re:Opera publicity? by tobiasly · · Score: 1

      If Opera has so many great features so far ahead of everyone else, why is its usage still somewhere around 1% on a good day? If Opera can figure that out, maybe they'd get somewhere.

      Maybe they need more silly publicity stunts like this one.

      Not sure if you're being sarcastic, but yes, that's my point. Just having a good product isn't enough. I've used Opera, I use it for testing websites, it's really not my cup of tea but if their marketing was better I'm sure it could double or triple its user base.

      And, perhaps most ironically of all: Opera had the publicity stunt tied to number of downloads feature WAAY before Firefox. :)

    2. Re:Opera publicity? by Nerdposeur · · Score: 1

      I wasn't being sarcastic. :) I'd love to see Opera have more success, too - competition is good, especially competition for Internet Explorer. I just happen to be really accustomed to FireFox and all my beloved plugins.

      I do use Opera Mobile on my BlackBerry, though, and it's an awesome browser. It almost makes up for the fact that I'm still surfing the web on a device with a tiny screen.

    3. Re:Opera publicity? by Anonymous Coward · · Score: 0

      Like this?

    4. Re:Opera publicity? by Anonymous Coward · · Score: 0

      Maybe they need a Free Software license.

    5. Re:Opera publicity? by Anonymous Coward · · Score: 0

      Maybe they need more silly publicity stunts like this one.

      Didn't their CEO almost drown in the last one?

    6. Re:Opera publicity? by Ogive17 · · Score: 1

      Maybe they should not have named themselves after something 99% of men in the world detest :)

      --
      "Action without philosophy is a lethal weapon; philosophy without action is worthless."
    7. Re:Opera publicity? by Anonymous Coward · · Score: 0

      swimming the atlantic doesn't count?

  39. Official world record by heffrey · · Score: 1

    So, who's the current world record holder? I'd ask Norris McWhirter but he died.

  40. Firefox won't update pledge map by pablomme · · Score: 1

    I looked at the pledge map last night on firefox 3b5. It decided to cache the data and now it won't update it (even after page refresh). So yeah, from firefox 3 it looks like the firefox 3 pledge is a total failure. Ironic?

    --
    The state you are in while your HEAD is detached... - wait, what?
  41. Opera is the emacs of web browsers by Xocet_00 · · Score: 1

    Whenever Opera fans jump into conversations like this, I'm reminded of this comic.

    That said, I'm quite fond of what Opera has done for mobile devices. Opera mini is far and away the best mobile browsing solution for virtually any hand-held device (particularly Windows Mobile devices). I recommend it to almost everyone I know who uses the web on their phones, and I use it myself.

    Nevertheless, I'm writing this in Firefox 3. I've downloaded Opera here and there for a lark, but always end up back on Firefox. So you raise a good point: Why is the Opera installed base so low? It is a good browser.

    1. Re:Opera is the emacs of web browsers by tobiasly · · Score: 1

      That said, I'm quite fond of what Opera has done for mobile devices. Opera mini is far and away the best mobile browsing solution for virtually any hand-held device (particularly Windows Mobile devices).

      I would wholeheartedly agree, if it weren't a JME app! Which means no copy and paste of URLs, no sending links via SMS, etc.

      I sure wish they would hurry up and release Opera Mobile 9, it sounds like it will have all the great rendering and zoom/navigation features of Mini with the benefit of being a native app like Mobile. I will gladly pay the $25 or whatever for it when it's released; Pocket IE is worthless.

    2. Re:Opera is the emacs of web browsers by Anonymous Coward · · Score: 0

      Safari on iPhone is a much better browser than Opera Mobile on anything.

    3. Re:Opera is the emacs of web browsers by hkmwbz · · Score: 1

      Then you obviously haven't tried Opera Mini 4 or Opera Mobile 9.5...

      --
      Clever signature text goes here.
  42. Chinese Taipei? by PetrusMagnusII · · Score: 1

    http://zooomr.com/photos/darin/4957470/

    This is hardly some official event where China has a veto vote, so I see no real need to appease the Chinese warlords on this issue and avoid calling Taiwan Taiwan. Unless of course the team wants to take the stance of Taiwan is part of China, in which case they should just count it as part of China and make no distinction.

    This trying to make both sides happy stuff is just silly because the 'right answer' is neither China, or Taiwan, but will never be 'Chinese Taipei'.

    1. Re:Chinese Taipei? by linuxrocks123 · · Score: 1

      It looks like Mozilla agrees with you. The name for the island on the current version of the site at http://www.spreadfirefox.com/en-US/worldrecord/ is indeed given as Taiwan.

      --
      vi ~/.emacs # I'm probably going to Hell for this.
    2. Re:Chinese Taipei? by PetrusMagnusII · · Score: 1

      Wow, they changed that real fast. Glad I got a screenshot of it otherwise I'd look like I was just making stuff up.

      Now I can go back to using Firefox :)

  43. Slashdot test by asc99c · · Score: 1

    As a precursor, maybe there should be an intentional attempt to slashdot their servers first! Although right now it appears to be running fine despite the link posted in the article.

    There's enough accidental slashdotting of sites, surely if we really tried even the firefox website might struggle :)

  44. One software by Anonymous Coward · · Score: 0

    I hate to point it out, but the goal: 'most software downloaded in 24h' will not be broken, no matter how many downloaders there are. It is and ever will be only 1 software: firefox.

    Now, if you were to say grab all of piratebay in a single day... :-)

    Same with this FSF petition against extending the copyright in Europe - that was formulated as: '...if you think the current term is good...' - no I don't. But I vehemently oppose the extension, but I can't in good will support such an action either. Simply because they can't be arsed to properly phrase the goal.

  45. Doesn't MS WIN hold that record ? by giorgist · · Score: 1

    Doesn't MS Win Spam or malwear or some exploit hold that record already ? ;p

  46. Burundi by jonnythan · · Score: 1

    I want to meet that one person in Burundi who has pledged to download Firefox 3.

    1. Re:Burundi by Anonymous Coward · · Score: 0

      Okay, see you at the town hall at 4?

  47. Major plugin issues by C_Kode · · Score: 1

    As long as the major plugin issues are resolved, I will download and use it. I have to remove it and go back to Firefox 2 because so many plugins I use didn't work.

  48. Uhm. by Sturdy · · Score: 1

    Fair comment, but, I think you've somewhat missed the point.

    Mozilla's primary target audience is people who already know about Firefox and would probably download it anyway - so Slashdot would be the best place for someone to promote this goal for a specific day. (I also have to assume that this is not the only site that has heard about Mozilla's goal for Firefox.)

  49. Marketing vs Engineering by Per+Abrahamsen · · Score: 1

    This is what happens when marketing doesn't discuss their "brilliant" plans with engineering...

  50. Yep by Anonymous Coward · · Score: 0

    Just more proof that if you want to know what is in the next Firefox, just get the current (or previous) Opera.

  51. Hey! by harry666t · · Score: 1

    You must be one of these two guys that make up the whole Opera market share! Wow! :D

  52. Cuba is at 12 by Anonymous Coward · · Score: 0

    Even worse, Cuba is at 12 users. I guess that is all the tin-can connection to Key West can handle.

  53. Could Be Worse by AioKits · · Score: 1

    The FireFox updater could opt to install the new FoxTunes (I made this up, but it sounds like a cool name!) 'update' while it takes care of the browser as well.

    --
    "Quote me as saying I was mis-quoted." -Groucho Marx
  54. Release Canidate 2? by EnOne · · Score: 2, Informative
    --
    Calvin:Do you believe in the devil? Hobbes:I'm not sure man needs the help.
  55. Firefox 3 Sluggish - Not Impressed by ruben.gutierrez · · Score: 1

    I won't be downloading it. In the latest Ubuntu release, Firefox 3 beta 5 (or whatever version) is running like molasses. And, I still have problems with menus dropping down behind flash movies. I haven't really researched these, yet. But, I thought Firefox 3 was supposed to be a major performance improvement over 2. And, the flash thing should just work.

    1. Re:Firefox 3 Sluggish - Not Impressed by lilfields · · Score: 1

      I agree, though I'm running Windows; I'm not impressed with Firefox 3 at all, I think I'll be sticking with 2 for a while. Firefox 3 from my beta experiences seems very cluttered and buggy. I never had issues with sluggishness, but I did have problems with random crashes.

  56. Opera is free now by Kelson · · Score: 1

    You're probably aware of this yourself, but there always seem to be a few people who haven't gotten the news, so if they're reading this...

    Back when Opera was first released, most browsers did cost money. Even Netscape technically had a price tag for commercial use. (Though I suspect most people just downloaded it without paying.)

    When Microsoft released IE for free, it destroyed the business model of selling a browser. Netscape scrambled, trying to find a new business model, and eventually was bought by AOL who invested in the browser as a bargaining chip against Microsoft. Opera tried things like putting ads in the toolbar.

    Finally, in 2005, Opera dropped the price tag and ads entirely. Of course, Firefox's big boost came in 2004, so as far as marketshare was concerned, it was too little, too late.

  57. About that location bar by Kelson · · Score: 1

    unless of course you already used Opera or even Internet Explorer. Both have had this features for quite a while, in this case FF is sadly playing catchup. The GP is talking about a feature that puts a full history+bookmark search in the address bar, and learns from your browsing behavior so that frequently-visited pages appear earlier in the list. This is more than just auto-completing the first X characters of the URL, which every major browser (including Firefox) has done for a while.

    To the best of my knowledge, IE does not have this. Opera has it (and searches page contents as well, though IMO Firefox's current UI makes it easier to spot pages at a glance), but only in the current 9.50 beta release.

    IIRC, these features first appeared in Opera last September, and in Firefox last November (not counting nightly builds). I have no idea how long the idea has been in the works for each development team.
    1. Re:About that location bar by Anonymous Coward · · Score: 0

      ie does both substring matching on your history and your bookmarks, at least it does on version 8 beta which I have been using for quite a fwe months now. It used to do it on ie7 too at least for history, can't remember if they did bookmarks as well.

    2. Re:About that location bar by Anonymous Coward · · Score: 0

      To the best of my knowledge, IE does not have this. ie does have this, ie7 searches substrings in both history and your bookmarks, it doesn't do the page contents though and no it is not just auto-complete it does actually use substrings. I believe they have improved on this in ie8 to be smart in its ordering similar to what FF is trying to do, but I haven't used that yet.
  58. I want my 404's back by Anonymous Coward · · Score: 0

    I hope version 3 fixes the major flaw where a mistyped URL is sent to Google for resolution. People moan about IE not being compliant with standards, but where in the standards does it say that a for-profit company should be the authority on domain-name resolution? I wouldn't complain IF I COULD TURN IT OFF !!! Even if it's through about:config.

    1. Re:I want my 404's back by brentonboy · · Score: 1

      I hope version 3 fixes the major flaw where a mistyped URL is sent to Google for resolution. People moan about IE not being compliant with standards, but where in the standards does it say that a for-profit company should be the authority on domain-name resolution? I wouldn't complain IF I COULD TURN IT OFF !!! Even if it's through about:config. a 404 is a response from a server: thus it is impossible to get a 404 error back if you type something crazy like lisdfoihjlih^%$^%$^$#9*(*&... so in that case it makes sense to route it through a search engine to see if it shows up as a search term. if you actually connect to a server somewhere, you still get the normal 404s. try this: amazon.com/lkjsdflkjsdflkjfoweijflsdkjoijl
    2. Re:I want my 404's back by BZ · · Score: 1

      > I wouldn't complain IF I COULD TURN IT OFF !!! Even if it's through about:config.

      Let's see... you have the following options for turning off this behavior:

      1) Include a '.' in your hostname. For example, type "foobar.com" instead of just "foobar"
      2) Set the 'keyword.enabled' preference to false in about:config

    3. Re:I want my 404's back by Anonymous Coward · · Score: 0

      no it doesn't make sense, What should come back is the standards compliant DNS lookup error. FUCK going off to search google.

    4. Re:I want my 404's back by jonasj · · Score: 1

      "standards compliant DNS lookup error"?

      Please point me to the standard in which said compliant DNS lookup error displaying behaviour is specified.

      (No such thing exists, and displaying an error message would not be any more "standards compliant" than the ask-google behaviour.)

      --
      You know, Microsoft's street address also says a lot about their mentality.
  59. Re:Get down with the sickness! by beckerist · · Score: 1

    Then might I suggest trying Firefox 3. It's in RC1 now, and works like a charm! My only problem is that I prefer Adblock over Adblock Plus, and it doesn't work correctly (ie: imeem.com playlists won't load even if it's disabled)

    Better yet, wait a month and download it with the rest of us.

  60. I forgot... by michaelwigle · · Score: 1

    My memory leaked and I forgot... :P

  61. News, or news for nerds? by Anonymous Coward · · Score: 0

    If they set a record - they'll be in the news.


    If they are so successful that the servers go down temporarily - they'll definitely be in the news.


    As you can see, just submitting the idea has put them in the news. This is a great idea for a company with growing market share.

    Ummm, "submitting the idea" did not put them in the news, as would be every geeks wet dream or raising the public awareness of FOSS. It made the news for nerds , which only serves to inform geeks that which they are already aware of: the existence of FOSS.

    Regardless of whether this is a stunning success, or a miserable failure, I don't expect to go home at the end of the day and hear about it on the 6 o'clock news, nor read about it in the morning paper.
  62. more than just publicity by Laebshade · · Score: 1

    1. It's not open source
    2. It wasn't free for a very long time, then they had a brief period where a free version was available with ads, then they took the ads away and made all versions (windows, linux, etc.) free.
    3. No addon/extension system

    Though I see #3 as the biggie.

    1. Re:more than just publicity by hkmwbz · · Score: 1

      #3 is wrong, though. There are many ways to add functionality to Opera, including custom menus, (toolbar) buttons, toolbars, commands, User JS, etc.

      --
      Clever signature text goes here.
    2. Re:more than just publicity by Laebshade · · Score: 3, Informative

      #3 isn't wrong. It doesn't have an addon/extension system. Built-in customization features do not count. Opera has no where near the extensibility of Firefox.

      Don't get me wrong, I like Opera. I use it at work because it has the most compatibility with the websites I have to use without being IE. It's very fast and has a small footprint, CPU and memory-wise, but I just can't use it for my everyday surfing, simply because it lacks the ability to extend/support addons. The main addon I can't live without is adblock plus. Yes, I know Opera can do ad blocking, but who wants to add them by editing a file? And don't forget, adblock plus has pre-defined adblock list sources, so you don't even have to build your own just to get a decent amount of ads blocked; the list does it automatically.

      Living without something like Adblock Plus is a deal breaker when using a browser.

    3. Re:more than just publicity by hkmwbz · · Score: 1
      I never claimed that Opera has the extensibility of Firefox. I pointed out that Opera can actually be extended in many different ways. You can't just arbitrarily change the definition of addons to "what Firefox does and nothing else" :) Someone even created an inline spell checker using User JS.

      Interesting that you should mention ad blocking, since you can download third party ad blockers for Opera, too, and some of them even have automatically updated block lists. Something like AdMuncher, for example, might not be part of Opera, but it does what you describe.

      --
      Clever signature text goes here.
  63. Cubans have pledged by prisoner1 · · Score: 1

    I see 16 Cubans have pledged. I thought there was a restriction on encryption (SSL) to countries like Cuba. The page referenced has a paragraph title "Export Control Notice".

  64. Not to bring in reality but... by Anonymous Coward · · Score: 0

    When the Adobe Flash PLayer is updated, it easily gets more than 5KK in one day. Same with IE. WHere does FF think they are #1. Pffft!!

  65. Firefox 3 by Anonymous Coward · · Score: 0

    Not to be confused with F3.

    http://en.wikipedia.org/wiki/F%C2%B3

  66. 1.39 TB downloaded from single server in one day by borbetomagus · · Score: 0

    I remember this from 1999, but I don't know if it is still valid. INTERNET'S BUSIEST SOFTWARE ARCHIVE REACHES NEW DOWNLOAD MILESTONE San Francisco, CA., May 26, 1999 Walnut Creek CDROM, Inc. announced today that their popular software archive at ftp://ftp.cdrom.com has surpassed the one trillion bytes (one terabyte) milestone of files downloaded per day from a single server machine. The current record set on Sunday of 1.39TB of file downloads was made possible while testing a new gigabit ethernet connection with the company's Internet service provider, CRL Network Services. "We're very pleased with how the gigabit ethernet performed during these tests", said Robert Bruce, Walnut Creek's President and founder. "This new bandwidth capability coupled with the incredible performance of the FreeBSD Operating System software has allowed us to raise the bar of Internet server performance to an entirely new level." The server machine, also known as "wcarchive", was recently upgraded to a single processor NetFRAME 9201 system from Micron Electronics, Inc. and is capable of handling more than 10,000 simultaneous downloads.

  67. It's' a flat world after all! by ddcc · · Score: 1

    New Guinness World Record: Mozilla proves that the world is flat; heading west from the Americas doesn't get you to Asia after all!

  68. Package managers? by nermaljcat · · Score: 1

    They should also offer options/scripts for package managers too (aptitude, up2date, yum etc). That'll help boost their download numbers.

    I remember it took a while before v2 was available through apt-get (Ubuntu). This form of install is appealing to the lazy among us.

  69. Say what? by Anonymous Coward · · Score: 0

    Firebug is not on FF3 (whatever that's supposed to mean - "is on"). And btw, it's Fx3, not FF3. Anyway, blocksite, greasemonkey, hyperwords and bugmenot are still not Fx3 compatible.

    I'd say there's a long road ahead until many people, or at least I, migrate to Fx3. I can't even do my job without Firebug, and greasemonkey is rather necessary too.

  70. How 12 words equal 0 words by macdaddy · · Score: 3, Funny

    I Auto Installed SP3 and now my computer is a useless brick!

    1. Re:How 12 words equal 0 words by PopeRatzo · · Score: 1

      I Auto Installed SP3 and now my computer is a useless brick!
      Something tells me this really did not happen.
      --
      You are welcome on my lawn.
  71. Set up a repository by WarJolt · · Score: 1

    If Mozilla puts up a debian repository and promise to update it for each release I'll download it from their site. If not I'll wait for it to be moved into the ubuntu repository. Personally, I don't have enough time during the day to install updates manually.

  72. Not Again by Stan92057 · · Score: 0

    Does this mean i have to download another 100 Foxfire Browsers :)

    --
    Jack of all trades,master of none
  73. one thing i must say by rootpassbird · · Score: 1

    they have the balls to take all those eyeballs!

    --
    Hackers have long memories. It works both ways.
  74. Netcaptor was 1st tabbed browser by Toasty16 · · Score: 1

    The now-defunct browser called Netcaptor was the first to implement tabbed browsing. It was originally released by Adam Stiles in 1998, and was a shell for IE's Trident rendering engine. I still use it as an IE replacement for IE-only sites, and you can get the last version from the Netcaptor site

  75. Compare Australia vs UK by Anonymous Coward · · Score: 0

    Whilst the link depicts great stats for various countries, it'd also be interesting to see the map on a per-capita basis. I'm sure it'd be grossly different (just like the world wars: #men vs #men per population). Australia would kick arse!

  76. Who is running last? by Anonymous Coward · · Score: 0

    Ive had a look and the country with the lowest # of pledges is Samoa:4, Tonga: 6. Is there any country that hasn't been represented at all? (One would hope that these stats are actually real and that the 6 people in Turks and Caicos Islands are accurately represented)

  77. downloads doesn't equal actual number of users by Anonymous Coward · · Score: 0

    I've tried my damn best to get people to switch over to using something besides that POS non-standards infect me because Active-X is unsecure Internet Explorer and 9 times out of 10 they will use it for a while if I load it for them, but the first time they hit one of those shitty websites that only work in Internet Explorer because some lazy ass web designer didn't bother to make sure that their website looked and operated good on all standards compliant web browsers they always switch back to using IE

    sorry to bitch, but just because it's being downloaded doesn't mean people are going to keep using it.

    Firefox, Opera, Safari hell anything but IE

  78. Torrent? by Anonymous Coward · · Score: 0

    I know it's a relatively small download, but what about setting up a torrent? They'd still be able to track downloads and it would reduce the strain on their server.

  79. Backup. Re:I'm not committing to anything. by Anonymous Coward · · Score: 0

    Twice.

  80. Whats the record? by Anonymous Coward · · Score: 0

    Whats the record anyways? (num?)

  81. WoW!!! by Anonymous Coward · · Score: 0

    Thats great idea!!! I have marked my calendar.

  82. BitTorrent traffic doesn't exist by itself... by Drenaran · · Score: 1

    You can't just magically get files with your average BitTorrent client - you must first download a .torrent file which describes some basic information about the download and lists available trackers. Couldn't companies just track how many times the .torrent files is downloaded? Further, if they are running the tracker themselves, wouldn't they also be able to get a pretty good idea of how many people are downloading the file by, I dunno, _tracking_ connected peers?

    I don't know how much merit your "can't determine ratings" argument has upon serious review.

  83. Re: Submarine Mods by TaoPhoenix · · Score: 1


    I pay real attention to comments, mods, and the rest.

    But the Mod system is meant to filter out clear trolls so that the basic discussion can go on. On complex topics, even in serious discussions 10 posters end up being wrong because they missed a detail. Then they all learned something when poster #11 solves it once and for all.

    The basic heuristic for upmodding is "if it looks like information, give it a chance". Across the range of stories, modders can't be experts all the time, but they want to reward quality posts.

    If he's submarining, I cannot always know if one of his viciously clever posts with some piece of code does not butcher the situation.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  84. There is something besides Windows? by Drenaran · · Score: 1

    Fortunately, at least as far as the general public is concerned (i.e. not the sort of people that have even heard of Slashdot), _no one_ really cares what Linux users do, much less how many of them do it.

    Well, I suppose there is an exception to this - sometimes Linux users get lumped in with other "alternative" choices, such as terrorists and gays. Why would someone choose to do something nonconformist if they weren't looking to subvert our nations principles, right?

    (In case it isn't obvious, this post is seething with anger towards people who actually think this way. Which unfortunately includes most voters.)

  85. Re:"Why Rush?" by TaoPhoenix · · Score: 1


    I think in this environment we need both "flagship" marketed versions, and a couple of "principled" versions.

    The sneaky art of marketing does include factors aimed at popularity which often means features that annoy expert users. However, projects with too small of a userbase eventually wither into perma-stasis and cease to make a difference in the broad picture.

    I recall hearing a couple stories about the Debian project struggling with some administrative issues because there was "no rush".

    Some kind of IceCat variant or such would satisfy the specialist users who could go on to do things like trash Awesome Bar if they wanted to in one version.

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine