Slashdot Mirror


Mozilla Raking in Millions?

truthsearch writes "Internetnews.com wonders about the money Firefox is making in revenue thanks to Google. From the article: 'Mozilla gets paid a publicly undisclosed amount for each Google search query made from Firefox by a user.' This revenue is used to pay the recently formed Mozilla Corporation's 40 full-time equivalent employees and fund project and infrastructure development."

386 comments

  1. How do we know... by kcbanner · · Score: 2, Insightful

    ...if the dollar figure is in the hundred thousands, millions, or billions? Just a thought...people seem to be overrating how much they are actually making (costs aside).

    --
    Obligatory blog plug: http://www.caseybanner.ca/
    1. Re:How do we know... by Anonymous Coward · · Score: 0

      Some people can't tell the difference between Gross Profits and Net Profits.

    2. Re:How do we know... by Anonymous Coward · · Score: 0

      Opera have the same deal, and they're a publicly traded company. Presumably we'll be able to check their earnings out in their quarterly reports, and figure out Mozilla's by comparing market shares.

  2. If they are then by metricmusic · · Score: 3, Insightful

    good on them.

    I salute them!

    --
    http://www.livejournal.com/users/metricmusic
    1. Re:If they are then by arivanov · · Score: 1

      Seconded.

      By the way if KDE does not they goofs.

      After all they invented the gg: url and google search is considerably more prominent in Konqueror compared to Mozilla.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    2. Re:If they are then by thc69 · · Score: 1

      I'm not familiar with a "gg: url"...but how is google more prominent in Konqueror?

      In Konqueror, the default configuration includes a google search to the right of the address box, just like in Firefox; but in Firefox, the default configuration starts up at a home page with a big google search.

      --
      Procrastination -- because good things come to those who wait.
    3. Re:If they are then by h4rm0ny · · Score: 1


      Good on them? Do I want free software building a corporate structure based on donations from private industries? Long term, I don't like the sound of that. You never get something for nothing.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    4. Re:If they are then by arivanov · · Score: 1

      Try gg:your keywords go here in konq toolbar.
      Another usefull one is dict: which directly queries MW dictionary and rfc: which directly calls rfcs from ietf. These for me (and not just for me) are the konqueror killer features. If not for them I would have been using firefox as a primary browser.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    5. Re:If they are then by glamslam · · Score: 1
      This is fantastic news, really. A sustainable business model for an open source project. Its a win-win for everyone--and its probably what motivates the songbird team http://songbirdnest.com/ as well.

      Awesome news--more excellent open source projects are coming soon!

    6. Re:If they are then by timeOday · · Score: 1
      good on them.
      I'm tempted to agree, since I use google anyways. And firefox is a strategically important product for OSS if ever there was one.

      On the other hand, in general I hate ads built into software. I hate when an OS comes plastered with unwanted bookmarks and laden with crippled demoware.

    7. Re:If they are then by snilloc · · Score: 1

      You are aware that a Firefox user can add any number of search engines as plug-ins to the search bar, no? Mycroft is the project.

    8. Re:If they are then by LoraxLorax · · Score: 1

      You are also aware that you can add keyword searches in Firefox... I have dict set to query Merriam-Webster, map set to query Google maps, 411 set to query phone number lookups, etc, etc.

    9. Re:If they are then by generic-man · · Score: 1

      KDE centralizes these features so you don't have to be in a web browser to use them.

      KDE: When you're in any application press ALT+F2, type gg:foo, press ENTER
      Firefox: Start or switch to Firefox, CTRL+K, type foo, press ENTER -or- Start or switch to Firefox, CTRL+L, type "searchkeyword foo", press ENTER

      Of course on the Mac there's LaunchBar and Butler and Qu1K$iLv3r to automate searches as well.

      --
      For more information, click here.
    10. Re:If they are then by munpfazy · · Score: 1

      > KDE centralizes these features
      >so you don't have to be in a web
      >browser to use them.

      >KDE: When you're in any application
      >press ALT+F2, type gg:foo, press ENTER
      >Firefox: Start or switch to Firefox,
      >CTRL+K, type foo, press ENTER -or-
      >Start or switch to Firefox, CTRL+L,
      >type "searchkeyword foo", press ENTER

      But it takes a couple minutes of setup to be able to do the same thing with firefox (or any browser you prefer, such as my favorite, elinks).

      The only question is why the KDE folks working on minicli didn't give their users the option to use a different browser in the first place.  It would be a trivial change, and would make that feature a lot more useful.  (I'd offer a possible answer, but it wouldn't be polite.)

      Here's a quick example of how to get the same feature in firefox.  Create an executable file somewhere in your path called "gg" containing this:

      #---------------begin file gg
      #! /bin/bash

      SEARCHURL="http://www.google.com/sear ch?hl=en&q="
      SEARCHURL="${SEARCHURL}$1"
      shift
      f or i in $@;
        do
        SEARCHURL="${SEARCHURL}+$i"
      done

      FIREFOX_PATH= "/usr/local/firefox"

      if [ -z "`ps x | grep \"[0-9] ${FIREFOX_PATH}/firefox-bin\"`" ]; then
           # No MozillaFirebird running
           ${FIREFOX_PATH}/firefox $SEARCHURL
      else
           # MozillaFirebird running - open a new window
           ${FIREFOX_PATH}/firefox -a firefox -remote "openURL($SEARCHURL,new-tab)"
      fi

      #---------------end file gg

      Now type "gg some words" from the KDE minicli (or any terminal, the icewm bar, etc) and get the same effect.

    11. Re:If they are then by munpfazy · · Score: 1

      Whoops.  Added a bogus space in there somehow.  To fix the above,

      Replace this:
      SEARCHURL="http://www.google.com/sear ch?hl=en&q="

      with this:
      SEARCHURL="http://www.google.com/search?hl= en&q="

      Sorry.

    12. Re:If they are then by munpfazy · · Score: 1

      Damnit.

      Slashdot is adding whitespace to my post whenever I choose "code" formatting. Nicely done, guys.

      Here it is as "plain text."

      the above should say:
      SEARCHURL="http://www.google.com/search?hl=en&q="

    13. Re:If they are then by Anonymous Coward · · Score: 0

      Slashdot adds random spaces to long strings. It's done to stop someone from screwing up the page formating.

  3. Spend some of that on disable-output-escaping? by jkeegan · · Score: 1, Insightful

    Again, maybe they could spend some of that money refactoring their modular implementation to allow disable-output-escaping in XSLT when the output method isn't xhtml... (even if it causes a second pass when disable-output-escaping is set to true)..

    http://digg.com/technology/Mozilla_refuses_to_full y_implement_XSLT_in_Firefox

    --

    ..Jeff Keegan
    seven syllables explain TiVo: kee gan dot org slash ti vo
    1. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 2, Insightful

      They can also spend it on fixing memory leaks. Spinning the issue is not fixing the issue. I'm about to switch to Opera if FF doesnt get their act together.

    2. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 5, Interesting
      They can also spend it on fixing memory leaks. Spinning the issue is not fixing the issue. I'm about to switch to Opera if FF doesnt get their act together.
      I've already done that. I can live without a couple of extensions I used in Fx (it's hard, but I managed), but I can't live with the memory leaks. One day, I accidentaly left Fx running since morning, with just Slashdot open in one tab. When I got home that night, Fx was up to 870 megabytes of memory usage... That's far from nice, given that I have 512 MB RAM in my PC and can't upgrade it because of i815 chipset limitation.

      So now I'm on Opera 9.0TP2 and enjoying it. 84 MB of memory used after 12 days of Opera running, God knows how many tabs opened and closed and how many sites (incl. Flash and videos) visited. And I currently have 18 tabs open. *AND* it's a technical preview (not even beta software).

      The biggest insult added to injury was the "it's not a memory leak, it's a feature!" attitude from Mozilla.

      I don't plan on switching back to Firefox, ever.
    3. Re:Spend some of that on disable-output-escaping? by burnstone · · Score: 2, Insightful

      You don't get it, huh?

      This disable-output-escaping makes simply no sense if you're having a valid xml-doc and an xslt-stylesheet to produce _valid_ xhtml (cause you don't need it for that).

      It does, however, if you're trying to build makefiles with xml/xslt... but then you chose the wrong tool to produce the final result.

      Your browser is made for displaying websites, not producing some weird output.

      Because of this, the mozilla-guys are completely right if they say "no we won't".

    4. Re:Spend some of that on disable-output-escaping? by WiFiBro · · Score: 1

      The feature being to teach you to turn off electrical equipment when not in use ? ;)

    5. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 1, Informative

      If you've disabled memory caching in about:config, re-enable it.

      Disabling it causes firefox to leak huge amounts of ram.

    6. Re:Spend some of that on disable-output-escaping? by thc69 · · Score: 1

      Huhwhat? I love Opera and it's almost all I use, but it leaks memory like a sieve. After a few days with Opera open, it takes up hundreds of megs. Maybe they've fixed it for 9.0 and that's why it's better for you. I'll admit that in only the most extreme situations have I reached levels like 870mb with Opera. OTOH, trying to close opera when it's blowing 450mb is awful; I generally wind up giving it the old "kill -9".

      As far as extensions and what not, I've yet to find a Firefox extension that I wish I had in Opera; and the ones I always install in Firefox are for functionality already included in Opera.

      --
      Procrastination -- because good things come to those who wait.
    7. Re:Spend some of that on disable-output-escaping? by bunratty · · Score: 1
      One day, I accidentaly left Fx running since morning, with just Slashdot open in one tab. When I got home that night, Fx was up to 870 megabytes of memory usage
      Clearly, that's an extreme memory leak, one of the worst examples I've heard of. It's obviously a major bug, and you should report how to reproduce it so it will get fixed. No one has ever said that that degree of memory usage is caused by the Back-Forward cache feature, as you're trying to claim.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
    8. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 1, Informative
      Clearly, that's an extreme memory leak, one of the worst examples I've heard of. It's obviously a major bug, and you should report how to reproduce it so it will get fixed. No one has ever said that that degree of memory usage is caused by the Back-Forward cache feature, as you're trying to claim.
      I'm not claiming anything other than Fx using zillions of megabytes of memory. Truth be told, it was already up to around 200 MB before I left home to put out a fire at work (LDAP on FC3 crashed, turns out it was a HDD failure, blah)...

      But I don't care, I just don't. I've closed all tabs but one, and when I got home Fx mem usage was through the roof. I don't know why; was it Fx? Was it an extension? Was it many extensions? Some rogue JS left in memory? In the end (my end, YMMV), it doesn't matter. I don't know how to reproduce it; for me, Fx always stayed below 350 MB until that day, but now I've switched to Opera. Yes, it does tend to eat up a lot of memory sometimes, but it seems that Opera's GC does its job. Now I'm at 100 MB after some more surfing, and I'm curious as to what will happen later.
    9. Re:Spend some of that on disable-output-escaping? by Ice+Wewe · · Score: 2, Interesting
      I have the same problem with firefox on OSX. I'll just be casually browsing the web, when all of a sudden firefox decides to use a *large* amount of swap. It takes patience when firefox is doing this, because the program will come back, you just have to wait, and when it's finished swapping, close all your windows. It's quite annoying. They've had this bug in firefox since 1.0.2 (I think), I'm now running 1.5.0.1.

      -- When I talk about a lot of swap, I'm talking about 800-1000MB. If that isn't high, then tell me what is.

    10. Re:Spend some of that on disable-output-escaping? by iamdrscience · · Score: 2, Informative
      Huhwhat? I love Opera and it's almost all I use, but it leaks memory like a sieve.
      This is true, but when you close Opera it keeps all your tabs and stuff so that when you open it again they're all still there (at least this is how it is by default and I've never known anybody who cared to change it). So, unlike Firefox, if it starts leaking memory to an unacceptable degree, you can just close it and reopen it and you're all set. In firefox, if you tried to do this, you'd lose all the tabs you had open, obviously.
      OTOH, trying to close opera when it's blowing 450mb is awful; I generally wind up giving it the old "kill -9".
      This is true, when Opera gets real big it's sometimes easier to go into Task Manager (I'm using Windows) and kill the process. More hassle than I'd like, but still better than Firefox. Plus, if I'm just a little more diligent and close/reopen Opera periodically before it gets too big, then it's not a problem.
      As far as extensions and what not, I've yet to find a Firefox extension that I wish I had in Opera; and the ones I always install in Firefox are for functionality already included in Opera.
      Agreed. Most of the extensions I install in Firefox are to get features in Opera and there are still functions I wish I could have but haven't been written. There are some cool Firefox extensions that give you functions not available in Opera, don't get me wrong, but however cool they are, I haven't found many that provide any great utility in everyday use.
    11. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 0

      I've had JS leak nearly a gig of ram, just by using setTimeout() in a function to call that function every second and leaving the page on overnight.

      There's a difference between "memory usage" and "memory leak". People keep whining and gnashing their teeth about the former (where memory is used to hold fully rendered pages in your history) and the latter (where the memory isn't used and can't be used again).

    12. Re:Spend some of that on disable-output-escaping? by Fred_A · · Score: 1

      I keep reading about those memory leaks and I just don't get it.

      I'm not a Firefox fanboy, I just use what works for me and it happens that on my Unix desktops I found it to be the most comfortable browser to use.

      I could use Konqueror since I'm mostly in KDE (I use it on occasion) but I find Firefox more comfortable.

      Anyway I often have 6 or 7 windows open with a few tabs open running for days, usually up to a week, and I never experienced this memory leak. Certainly not to the level of 800 Megs.

      So either it's a Windows thing, or it has to do with one of your extensions I don't use.

      Currently Firefox, started about 2 hours ago uses a bit less than 60 MiB. I think the most I've seen it use is about thrice that.

      OTOH thunderbird, started at the same time already has 174 MiB allocated.

      --

      May contain traces of nut.
      Made from the freshest electrons.
    13. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 1, Informative

      This is true, but when you close Opera it keeps all your tabs and stuff so that when you open it again they're all still there (at least this is how it is by default and I've never known anybody who cared to change it). So, unlike Firefox, if it starts leaking memory to an unacceptable degree, you can just close it and reopen it and you're all set. In firefox, if you tried to do this, you'd lose all the tabs you had open, obviously.

      I've installed the SessionSaver extension, so I can do the same with Firefox. I consider it a good enough remedy to deal Firefox memory leaks that there may be. It should be included as a standard feature and I believe it will be in 2.0.

    14. Re:Spend some of that on disable-output-escaping? by General+Wesc · · Score: 2, Insightful

      That's wacky. I currently have over thirty tabs open--including Google.com/ig which autoreloads every five minutes and another local file that reloads every thirty seconds, and I've been viewing stuff on Google Video--and it's using 111MB mem + 114MB swap after running sine sometime yesterday or the day before. This is Firefox 1.5.0.1 on Windows XP with 512MB of RAM. I do wish it used a lot less memory, but I'm not complaining so much at this point. It used to use more, but it's been much better these past few weeks, possibly because I set config.trim_on_minimise to true.

      On the other hand, it's crashing nearly daily for me. Google Gmail seems to be the primary culprit, probably coupled with one of the extensions I'm running.

      Right now, the things I would most want fixed for my own use are (in order): stability, memory usage, CPU usage (esp. when Flash adverts appear, but I should probably just block those), and then improved CSS support.

      But I'm too stupid to do it myself, I'm sorry to say. Maybe someday I'll really dive into the codebase, but the code is huge an complex.

    15. Re:Spend some of that on disable-output-escaping? by rapidweather · · Score: 1
      In my Knoppix remaster, I run Flock, a Firefox based browser, from a small script that first installs a basic ~/.flock directory prior to starting the browser itself, and then deletes the ~/.flock directory when Flock is closed. KDE, IceWM and Fluxbox can all start the browser using the script from menus and icons.

      My ramdisk useage is then returned to normal after Flock is closed. So, memory leak problems do not accumulate.

      A side advantage is the obvious security feature, all traces of web surfing activity stored in ~/.flock are gone. I have Opera set up to do this also. Neither one of these browsers has a ~/.flock or ~/.opera installed in /ramdisk at startup, so the /ramdisk is spared until the user wants to use either browser.

      The ~/.flock and ~/.opera setups are preconfigured to use a built-in startup home page, and other preferences are preset.

      I notice that Flock uses a lot of the shared memory, when I do "top" I get 4 "flock-bin" items, each using 16.6% of my 256 MB of RAM. So Firefox/Flock is a big problem, I'm just glad I'm using it on a livecd linux.

      I run Firefox without the small script, so the ~/.mozilla ramdisk directory remains intact after the browser is closed, but of course will disappear when the livecd linux is halted, unless I have "saved my configuration", and created a restorable "configs.tbz".

      I am running Flock now, and "df" shows my /ramdisk at 7%, this drops to 4% when Flock is closed.

    16. Re:Spend some of that on disable-output-escaping? by EvilIdler · · Score: 1

      I've been using the statically linked Operas since forever; I've never
      managed to install the shared packages on Debian Unstable. I've also
      never seen a huge memory leak like that. Including my modest cache, it's
      never eating up more than 120 megs. I'd suspect KDE first.

    17. Re:Spend some of that on disable-output-escaping? by Jesus_666 · · Score: 1

      Firefox used to eat memory in the past, but since version 1.5 it's been quite well-behaving. I usually have between eight and twenty tabs open and the memory usage is hardly even near 100 MiB.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    18. Re:Spend some of that on disable-output-escaping? by Jesus_666 · · Score: 1

      I notice that Flock uses a lot of the shared memory, when I do "top" I get 4 "flock-bin" items, each using 16.6% of my 256 MB of RAM. So Firefox/Flock is a big problem, I'm just glad I'm using it on a livecd linux.

      No, they're each using 4.15%. top lists threads as separate process and every thread gets the usage information for the whole program.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    19. Re:Spend some of that on disable-output-escaping? by thc69 · · Score: 1

      Hah! Amateur...you think twenty tabs is something? Us Opera users are really messy folk. I did a major cleaning this morning and I've still got 29 tabs open.

      --
      Procrastination -- because good things come to those who wait.
    20. Re:Spend some of that on disable-output-escaping? by Jesus_666 · · Score: 1

      The fact that my start page is a local PHP script that tracks the status of about forty pages really helps keep my tab count low. It also earns me geek points, especially because at least thirty of them are webcomics.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    21. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 0

      You obviously don't know what tabs are best used for. You read with them, you know, opening and following new links with them?

      YOU KNOW, LINKS YOU WON'T HAVE IN YOUR STUPID LOCAL START PAGE OR ON THE FRONT PAGE OF A SITE?

      Who in the fuck uses a home/start page anyway?

      Enjoy your low-calorie comics.

    22. Re:Spend some of that on disable-output-escaping? by thc69 · · Score: 1

      You fail to understand the purpose of Opera's automatic session saving.

      Daily stuff, pages you want to check every day, are easy; I have a "Daily" folder on my personal toolbar; every day, I click on "Daily"->"Open All Folder Items" (I'm pretty sure that Firefox has this function in every bookmark folder too). That's fine for stuff I want to load daily.

      The tabs I have open are stuff that I don't want to bookmark; I want to deal with it and be done, or I want it to be in my face to remind me of something. For example, some Fatwallet posts for deals that I want to get into; a bunch of slashdot and digg links that I want to read later; some documentation for things I want to do later; and a homework assignment that I should have done two weeks ago.

      A high-geek-value home page would be one that loads all your comics, just the comic itself (not the ads and the author's blog and such), into frames or just one after another in a long-scrolling page...along with Woot and Hack-a-day.

      --
      Procrastination -- because good things come to those who wait.
    23. Re:Spend some of that on disable-output-escaping? by Anonymous Coward · · Score: 0

      What? Can anyone else confirm this? I think it's just FUD.

      I have a Firefox session open from weeks ago (something like 25 days actually) and it's currently using 150MB of RAM. I have been using it the whole time for everything (including Flash, movies, and other crap).

      user 7230 0.3 4.0 157424 84440 ? Rl Feb11 117:50 /usr/lib/mozilla-firefox/firefox-bin -a firefox

      Course I'm running in Linux, but still.

    24. Re:Spend some of that on disable-output-escaping? by Skye16 · · Score: 1

      I genuinely hope it is not added, or at least allowed to be disabled. I don't even know how many media plugins have crashed firefox when I have dozens of tabs open at once (WMP and Quicktime, both). The last thing I want is the media from the page that crashed the browser automatically opening again as soon as the application loads, starting a neverending loop of "GOD FUCKING DAMMIT STOP BEING SUCH A CUM GUZZLING GUTTERSLUT".

    25. Re:Spend some of that on disable-output-escaping? by pingveno · · Score: 1

      Opera doesn't use KDE, it uses QT. Statically linked binaries just have the QT library compiled straight into Opera, instead of using dynamic libraries. Just because they use the same GUI toolkit doesn't mean there is any connection. KDE ranks somewhere in the bottom of my list of suspicions, right above evil memory leak fairies.

      --
      "it's not about aptitude, it's the way you're viewed" - Galinda
    26. Re:Spend some of that on disable-output-escaping? by pingveno · · Score: 2, Insightful

      If you spent the time reading the submission on digg.com, you would see that the lack of a change isn't caused by laziness; they have a valid, if somewhat controversial, reason to not implement disable-output-escaping.

      --
      "it's not about aptitude, it's the way you're viewed" - Galinda
    27. Re:Spend some of that on disable-output-escaping? by jsebrech · · Score: 2, Informative

      That's probably not a leak. You probably grew the scope chain by inadventently creating nested closures. I wrote a web app which was sensitive to this, and managed to trim its runtime memory footprint up to 100 megs by being more careful about how I use closures.

    28. Re:Spend some of that on disable-output-escaping? by jsebrech · · Score: 1

      The only time I've seen memory use like that from firefox was loading a flash web app. Maybe you had bad luck and you got a flash ad that leaked memory like a sieve.

    29. Re:Spend some of that on disable-output-escaping? by Dan+Ost · · Score: 1

      You should monitor the memory used by gconfd-2. firefox never seems to increase memory usage, but gconfd-2 slowly creeps up (starts at about 10M and overnight will climb to 100M...seems to level off there, though).

      This happens on to me on Gentoo Linux. Don't know if it happens anywhere else.

      --

      *sigh* back to work...
    30. Re:Spend some of that on disable-output-escaping? by Jesus_666 · · Score: 1

      Concerning the tabs: I use session saving extensions. Some tabs stick around for weeks before I actually read them. I keep the number of persistent tabs below ten, however, as I don't like clutter.

      Concerning the homepage: I thought about grabbing all comics, archiving them and showing me the ones I haven't already seen. However, I didn't want to have to write regexps to extract the images from forty pages. Also, that way I'd miss on the authors' rants, which sometimes are better than the comic itself.

      What I currently have is a CSS-based popup menu containing all relevant newsfeeds (about ten or so), organized links to my favourite sites and a dynamic list of webcomics that update today (along with a list of comics by weekday). It works well, although I'm playing with the thought of grabbing the feeds on demand using AJAX - the RSS stuff makes the page quite slow, at least until the latest news have been cached. OTOH, using a daemon to prefetch the stuff might be an even better idea.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    31. Re:Spend some of that on disable-output-escaping? by Fred_A · · Score: 1

      Interesting, I run Gentoo too (on amd64) but never noticed gconfd-2 misbehaving (not that I ever really looked). I'll keep an eye on it. Has this been reported ?

      --

      May contain traces of nut.
      Made from the freshest electrons.
    32. Re:Spend some of that on disable-output-escaping? by Dan+Ost · · Score: 1

      As far as I know, it has not been reported. My quick bugzilla search yielded nothing, and except for a post by me some time ago, I don't think I've seen it discussed on the gentoo forums.

      --

      *sigh* back to work...
    33. Re:Spend some of that on disable-output-escaping? by Fred_A · · Score: 1

      You should open a bug for it. Here it hasn't moved from 22 MiBs since I first looked at it. But then the uptime of this workstation is only a day and a few hours. Maybe I should wait more...

      --

      May contain traces of nut.
      Made from the freshest electrons.
    34. Re:Spend some of that on disable-output-escaping? by Dan+Ost · · Score: 1

      On the machine where I see this behavior, the only apps that use gconfd-2 are firefox and evolution (with evolution-exchange). I don't know if the memory creep is caused by firefox, evolution, or the combination of the two.

      I'd rather wait until I've characterized the problem a little better before I file a bug report on it.

      --

      *sigh* back to work...
    35. Re:Spend some of that on disable-output-escaping? by iamdrscience · · Score: 1

      Same here, I've got 33 open right now. Things have gotten really out of hand since I realized that opera could make the tab bar go multiline.

    36. Re:Spend some of that on disable-output-escaping? by Dan+Ost · · Score: 1

      Okay, the problem doesn't seem to be related to Firefox. What it is is that gconfd-2 gobbles up a little more memory each time evolution-exchange checks my mail (currently once every 10 minutes).

      I'm sorry I sullied Firefox's good name.

      --

      *sigh* back to work...
  4. Worth It by komodo9 · · Score: 2, Insightful

    Hey, if they make a great browser like Firefox, they deserve it. I just tried the new IE7, and it's horrible imo. Too overdone. I like firefox's simplicity and power.

  5. So what? by Indio_do_Xingu · · Score: 5, Insightful

    I really don't understand the question here. Is he implying that Mozilla pockets the money? Or do they want to audit the profits? Just because an Open Source company is making money pundits start to ponder what will the money be used for?

    They get the money from the search bar from gogle. Users benefit, google benefits, Mozilla benefits. Profits go to development of their current and future products. Want to know more? Why not contact them directly?

    1. Re:So what? by TabsAZ · · Score: 1, Informative

      Yeah this is basically a perfect example of how capitalism is supposed to work really.

    2. Re:So what? by plbland · · Score: 0, Flamebait

      How do the users benefit? Choice is always best. This is exactly the same as Skype inking a deal with Intel to 'prioritise' their software for their chip.

    3. Re:So what? by m50d · · Score: 2, Interesting

      It implies they have more motivation to market, to exaggerate their features, to astroturf even. And I wonder if they are - they appear to have an unreasonable amount of support on sites like this for how good their browser actually is.

      --
      I am trolling
    4. Re:So what? by BeanThere · · Score: 3, Insightful

      Choice? The FireFox search bar is configurable, so your post is either ignorant or a troll. It's not like the Skype case AT ALL: The Skype case was extra effort to create artificial limitations ... tell me, in what way have they gone to extra effort to create artificial limitations?

      It seems obvious to me that users benefit when the Mozilla Foundation is able to fund development of alternate browsers. If they had no money, we wouldn't have FireFox ... "having FireFox" seems like a benefit to me.

    5. Re:So what? by plbland · · Score: 1

      Google is the default search tool used for FireFox, thus it favours one search engine over another (and rightly so from the companies point of view!). While it doesn't create artificial limitations per se, it does in a sense place a favourable position for one company over another, this is the same technique except slightly less backhanded. Please don't call me a troll or ignorant for just expressing my opinion. However, I do agree with benefiting the users in a sense that the software is made available based on the simple fact that they are able to fund development, but this is the same with any piece of software/product/service. Why just because it's open source does it mean its business practices are treated any differently to that of any other organisation.

    6. Re:So what? by BeanThere · · Score: 5, Insightful

      Oh for God's sake what do you expect, that the Mozilla developers should be "pure" and "untainted" by commercial interests that might "bias" them towards pushing their solutions over others for reasons other than technical? Get over yourself, there just aren't enough programmers willing to live like paupers giving up their lives in some mother theresa style gesture doing volunteer development work while starving and living in the gutter ... you can't *make* software for free, programmers not only need money, they tend to demand a lot of it ... further it's a free market, the Mozilla Foundation have found a business model that allows them to make money off a free browser and there is nothing wrong with that ... if it was so terrible, then the free market would reject it and come up with alternate solutions. If their browser was shit nobody would use it no matter how much they astroturfed, and if they were raking in unjustifiable amounts of money and spending it on yachts then the free market would eventually find another cheaper way to make browsers. Nobody is forced to use FireFox and people are broadly capable of knowing whether the browser they are using sucks or not. Having more "motivation to market" (and money to do so) is a good thing, you speak as though marketing itself is some form of evil.

      Funny how it's always "other people" we expect to live to insanely idealised standards of devotion to ideologies of untainted technical purity, while for ourselves it's always OK to maximise the income we can earn from our own endeavours.

    7. Re:So what? by BeanThere · · Score: 4, Insightful

      Google was the most popular search engine long before FireFox ever had that search box. Thus even if Google weren't funding Mozilla at all, it would still be the most obvious and logical "default choice", provided one does not limit people from choosing others or making it difficult to do so (which they haven't). I mean, it (a) just wouldn't have made sense anyway to deliberately choose a less popular search engine and (b) choosing some other search engine would still be unfairly favouring one over another. Asking the user every time they run FF for the first time would be silly. No, the only clear choice is to please the most users by choosing the most popular search engine.

      I still don't agree that it's anything like the Skype situation. In the Skype situation, they had something they'd developed that worked on all platforms, and then they sat down and intentionally spent additional time and effort to deliberately break it on some platforms. In the case of the search box in FF, they started with nothing, i.e. no search box at all, and sat down and added a new feature that contains no limitations. It's like someone gives you a free ice-cream and you complain because it's not your favourite flavour. What Skype did takes something away from users, what FF have done has only added.

    8. Re:So what? by Bert64 · · Score: 1

      The firefox search bar may default to google, but it has several other search engines added to it by default as well.
      There has to be *Some* default, although it could ask you during installation i guess.

      This is in contrast to microsoft's approach, which is to have msn as both the default and the only option that's available without actively seeking out and installing alternatives.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:So what? by Mistshadow2k4 · · Score: 1

      You do have choice. Plenty of it. All you have to do is click the symbol in the left-hand corner of the search bar and choose another search engine. In addition, although Google is the default, there are other search engines included with Firefox without ever needing to add others. Plus you can change your start page from the orignal Google search anytime you want; mine is currently set at DeviantArt. Thus, you can change your start page from Google and your default search engine without even needing to download other search engines - that's there if you favorite isn't among the originals.

      Skype doesn't work as well with AMD CPUs as it does with Intel CPUs and it was deliberately engineered to not work as well with AMD CPUs. In no way do I see Firefox limiting you as to the choice of search engines for use with the search bar (notice the link on the page for a more complete selection?) or preventing you from setting your home page to another site - which could be another search engine if you so choose. Even Yahoo or MSN.

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    10. Re:So what? by /ASCII · · Score: 3, Insightful

      Agreed. This is wonderful news! A company is funding open source hackers with no requirements on what that money should be used for. If the board acts responsibly and puts the money to good use, this'll help in making the next Firefox version even better.

      In my opinion, they should focus on two completely separate subjects:

      * Performance improvements, mostly in the form of memory usage reductions and removal of memory leaks. One suggestion I've heard a few times is to run all plugins in a separate process which would occasionally get replaced.
      * Hurry up tith the stack of next-generation tools for making it possible to create pages with advanced client-side logic without hacks like AJAX. XForms, a cleaned up JavaScript language, a much expanded JavaScript library including image creation and compression.

      --
      Axel

      --
      Try out fish, the friendly interactive shell.
    11. Re:So what? by masklinn · · Score: 2, Insightful

      Hurry up tith the stack of next-generation tools for making it possible to create pages with advanced client-side logic without hacks like AJAX. XForms, a cleaned up JavaScript language, a much expanded JavaScript library including image creation and compression.

      Fuck that, complete and compliant implementation of CSS2.1 and of every CSS3 module that's ready for implementation please.

      Oh, and they can't use a "cleaned up Javascript language", Javascript has been standardized as ECMA-262 "ECMAScript" and they implement exactly that, if you disagree you've got to meet with ECMA, not the Mozilla Foundation.

      (

      and image creation and compression? stop smoking please, the very last thing I need is people using my browser to generate their frigging bitmaps, you have a server for that shit, use it)

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
    12. Re:So what? by Anonymous Coward · · Score: 0

      At first I thought you were just expressing your opinion, but as you continue to express it I am coming to the conclusion that you really are ignorant or a troll.

      Skype: artificial limitations. If you prefer AMD, you are simply screwed, because there is no legal way you can get Skype to run as well on AMD as on Intel, period.

      Firefox: no limitations. If you prefer Yahoo!, you click twice and your browser searches with Yahoo!, as though Google had never existed.

      Are you seriously saying you cannot see any difference between the two?!

    13. Re:So what? by Anonymous Coward · · Score: 0

      i will disagree with just one statement here and that is
      ... people are broadly capable of knowing whether the browser they are using sucks or not.

    14. Re:So what? by NutscrapeSucks · · Score: 1

      > Yeah this is basically a perfect example of how capitalism is supposed to work really.

      Pretty much all of "seed capital" for Firefox was funded by an anti-trust lawsuit between two giant corporations. So this is pretty far from ideal capitalism.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    15. Re:So what? by roman_mir · · Score: 1

      I am with you, just want to add something

      Funny how it's always "other people" we expect to live to insanely idealised standards of devotion to ideologies of untainted technical purity, while for ourselves it's always OK to maximise the income we can earn from our own endeavours.

      it is also funny how it is always other people we expect to create good content and give it away for free, while for ourselves all we do is use that stuff, and distribute it, while calling this behaviour 'sharing'. Not that I am against sharing in principle, but how about sharing something that we make ourselves, rather than something that we don't have rights to distribute due to the nature of the material (as in 'sharing' copyrighted stuff.)

    16. Re:So what? by m50d · · Score: 0
      Oh for God's sake what do you expect, that the Mozilla developers should be "pure" and "untainted" by commercial interests that might "bias" them towards pushing their solutions over others for reasons other than technical?

      I wouldn't say expect. But I would certainly think more of them were such the case.

      Get over yourself, there just aren't enough programmers willing to live like paupers giving up their lives in some mother theresa style gesture doing volunteer development work while starving and living in the gutter ... you can't *make* software for free, programmers not only need money, they tend to demand a lot of it ...

      There is a balance to be struck. You can do the pauper thing. Or you can be a completely unethical scumbag and make lots and lots of money. Neither of these is the best path.

      further it's a free market, the Mozilla Foundation have found a business model that allows them to make money off a free browser and there is nothing wrong with that.

      So there's nothing wrong with, say, loan sharks then?

      you speak as though marketing itself is some form of evil.

      Because it is. It's fundamentally antisocial. You waste the time of others in order to gain something for yourself.

      Funny how it's always "other people" we expect to live to insanely idealised standards of devotion to ideologies of untainted technical purity, while for ourselves it's always OK to maximise the income we can earn from our own endeavours.

      You don't know shit about how much I earn, how much I work on free software, and what standards I have for what I'll do for money. Don't assume that everyone is like yourself.

      --
      I am trolling
    17. Re:So what? by greenrd · · Score: 1
      I understand your point, but filesharing really is sharing. My files are my private possessions, and it usually takes some amount of effort to find and download particular files. It's only in recent years that the copyright industry has spread the bizarre idea that when you buy a product it doesn't necessarily belong to you.

    18. Re:So what? by Bing+Tsher+E · · Score: 0, Flamebait

      For long-time Mozilla suite users like me, 'having FireFox' seems like an irrelevant distraction. Sort of the AOL of Mozilla browsers.

      (mark this flamebait. Firefox twinkies WILL flame it)

    19. Re:So what? by Bing+Tsher+E · · Score: 0, Offtopic

      Skype doesn't work as well with AMD CPUs as it does with Intel CPUs and it was deliberately engineered to not work as well with AMD CPUs.

      I think you meant to say 'it was not deliberately engineered to work as well with AMD cpus.'

      Software optimization is often carried out to tune a piece of software to the dominant processor.

      And yes, I'm sure this was probably the topic of a huge ill-informed flamefest here on slashdot sometime in the past that I was lucky to miss.

    20. Re:So what? by wanorris · · Score: 1

      There is a balance to be struck. You can do the pauper thing. Or you can be a completely unethical scumbag and make lots and lots of money. Neither of these is the best path.

      In what way do you think that developing a free, GPL'ed browser and making spinoff income off the fact that people choose to search with Google fails to strike this balance?

      And if you say it's because they've been too aggressive at promoting their product, remember that before Firefox's popularity got off the ground, IE's market share was so towering that most commercial websites were developed and tested with only IE in mind. If Firefox were just another obscure browser with no market share, this would likely still be the case.

    21. Re:So what? by m50d · · Score: 1
      In what way do you think that developing a free, GPL'ed browser and making spinoff income off the fact that people choose to search with Google fails to strike this balance?

      If it was just spinoff it wouldn't matter. But it's not just the user's choice - they make money by making Google excessively integrated as shipped, and hard to change. I would prefer they charged directly for the browser than to have other interests more important than those of the user (and demonstrated this by buying opera, before you make a snide comment on how easy it is to take that attitude in theory). It's a very short step from what they're doing now to bundling Gator.

      And if you say it's because they've been too aggressive at promoting their product, remember that before Firefox's popularity got off the ground, IE's market share was so towering that most commercial websites were developed and tested with only IE in mind. If Firefox were just another obscure browser with no market share, this would likely still be the case.

      Wheras now they are developed and tested with only IE and FF in mind, and anyone else is no better off. In fact worse off, since there are now even less users for Opera, and I've had at least one site that will block browsers other than IE and firefox. Furthermore, I've known users who are now turned off switching - "I tried firefox and didn't like it, I'm sticking with IE from now on".

      --
      I am trolling
    22. Re:So what? by tsaler · · Score: 1

      Same thing goes for Safari, except that it's arguably harder to change the default search in Safari from Google. There are zero options built into the program for the search bar, and you can't even remove it if you want to because it's attached to the address bar.

      I found it much easier to change my search preferences in Internet Explorer. In Safari, I have a bookmark in my toolbar for my preferred search site, which means I have to waste three more button clicks (bookmark, text box, search) to search than I would if I used the Google box built in to Safari. Three clicks might not sound like a big deal, but if it's not then why do we have embedded search boxes in the browser anyway? It makes a difference.

    23. Re:So what? by wanorris · · Score: 1
      But it's not just the user's choice - they make money by making Google excessively integrated as shipped, and hard to change.

      I'm not sure what you mean. It's not that easy to uninstall searches, but it takes 2 minutes to go find different searches and install them. And switching to a different default search is as easy as clicking on the button and selecting something else. I use other searches in Firefox all the time.

      Opera installs Google as well, and gets paid for it just like Mozilla.

      It's also worth noting that since Firefox is free software, if they start bundling Gator, anyone can build a Gator-free distribution. I'm not criticizing Opera, but if their users don't have the same recourse.

      Whereas now they are developed and tested with only IE and FF in mind, and anyone else is no better off.

      Users are better off in 2 ways:
      • Mozilla actually tries to follow W3C standards, so other standards-compliant browsers should be pretty close to right, even without testing. In the old days, Opera had to resort to emulating IE bugs to get pages to look right.
      • Mozilla runs on multiple platforms. An IE-only web represented platform lock-in as well.


      If your goal is to maximize the number of Opera users, no doubt, Firefox is a hindrance. If your goal is to maximize browser choice, it's surely a massive victory.

      I've had at least one site that will block browsers other than IE and firefox.

      Nothing is going to protect people from the gross stupidity of the occasional web designer. But there are surely less "IE and Mozilla only" sites than there were IE only sites before, especially when some designers thought that building sites around Windows-only ActiveX controls were a good idea.

      Furthermore, I've known users who are now turned off switching - "I tried firefox and didn't like it, I'm sticking with IE from now on".

      Yes, and other people have decided that since you can choose your browser now, it's okay to shop around and sample everything that's out there. If many of them stick with Firefox after looking around, you can hardly say that's a sign they've done something wrong.

      I like Opera. I've used it a bit, and I test web pages with it. I like Firefox better, but I have no trouble imagining that people could like Opera better. Or Safari. Or Seamonkey. Or some other browser I've never even heard of. Choice is good.

      Firefox is making a good browser, and they make it available to anyone, with source code, on a wide variety of platforms. They've taken steps to solidify their financial ability to keep making a good browser, and without changing their software in any way that can't be easily altered if you don't like it. I just can't see how that hurts anyone.
    24. Re:So what? by BeanThere · · Score: 1

      So there's nothing wrong with, say, loan sharks then?

      There's nothing wrong with micro-lenders per se - in a free society why shouldn't anyone be able to lend money to/from anyone else? However there is something wrong with practices like breaking of kneecaps for non-payment. Yet we do have laws against breaking peoples kneecaps. These are not problems with loan sharks as such - these are problems with, well, the type of people who break other peoples kneecaps. Nobody is ever 'forced' to use a loan shark. And those who do, generally do so with some knowledge of the consequences should they be unable to pay. So what is wrong with loan sharks then?

      (You might argue that people who use loan sharks tend to be those in desperate situations and who struggle to get loans from more legitimate financial institutions --- but those problems exist for those people regardless of whether or not loan sharks exist - the existence of the loan sharks only adds options for the desperate individual, it doesn't remove any options. Taking away the loan sharks wouldn't somehow cause desperate situations to disappear and wouldn't make financial institutions more willing to lend money to high-risk groups.)

      > you speak as though marketing itself is some form of evil.

      You waste the time of others in order to gain something for yourself.

      Marketing is (supposed to be) about simply informing people about your products. I certainly don't like marketing that interrupts and intrudes ("I'll look for info when I want the product, dammit") or that is deceptive, but that is not a problem with marketing per se, just a problem with how most modern marketing happens to be implemented. But believe me, when I need information about some product I want to buy, I appreciate having information available, and oftentimes that information comes from the company itself (e.g. if I buy a printer, I want to know how many pages per minute it can print and at what resolution, what the price is, and the only way to really find out such info is marketing (that's what the printer company's website is). How could we possibly ever make purchasing decisions if there was no marketing? We couldn't even buy a simple printer.

      You don't know shit about how much I earn, how much I work on free software, and what standards I have for what I'll do for money.

      True, my apologies ... I was more just making a general comment there about what appears to be a viewpoint shared by many on the forum, it wasn't intended to be a directed attack on you.

    25. Re:So what? by pingveno · · Score: 2, Insightful

      So there's nothing wrong with, say, loan sharks then?

      Wait, did I just read someone equating loan sharks with anyone making money?

      Pingveno shakes head sadly.

      --
      "it's not about aptitude, it's the way you're viewed" - Galinda
    26. Re:So what? by Spy+Hunter · · Score: 2, Informative

      Some of your wishes are obsolete! Firefox 1.5 already includes Javascript image creation in the form of the canvas element (more, more, more). PNG compression is included. And of course there's also SVG. In the future, there may even be OpenGL...

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    27. Re:So what? by _Sprocket_ · · Score: 1

      Are you trolling, or do you actually have a point? How is Firefox the "AOL of Mozilla browsers"?

    28. Re:So what? by Bing+Tsher+E · · Score: 1

      dumbed down interface, no built-in composer. Fewer options in the preferences menu.

      more shiney-plastic interface croft. more 'skinnable' etc. etc.

    29. Re:So what? by _Sprocket_ · · Score: 1
      It implies they have more motivation to market, to exaggerate their features, to astroturf even.

      It's always prudent to be aware of bias - especially if that bias leads to exaggeration and general untruths. But just because money becomes involved, doesn't mean it has manifested such bias. Also keep in mind that bias can and does exist for reasons other than money. Feel free to speak up when you notice anything that rings false.
      And I wonder if they are - they appear to have an unreasonable amount of support on sites like this for how good their browser actually is.

      Keep in mind that Firefox is the latest chapter in a story that Slashdot (and other such sites and individuals) have been following for years. It is one of the better-known Open Source stories - more recognized by the general public than BSD, Apache, or even Linux. That alone guarantees some attention. Add that its multi-platform. And that its not too shabby a browser. Little wonder there's so much interest and support.
    30. Re:So what? by _Sprocket_ · · Score: 1
      dumbed down interface, no built-in composer. Fewer options in the preferences menu.

      Interesting. I equate AOL with "everything and the kitchen sink that we're marketing". I would have picked the Mozilla suite as the "AOL of browsers" - or at least one step away from it just behind the Netscape packaging.

      For me, the Mozilla suite is exactly what I don't want. When I installed Netscape and then Mozilla, I usually went with the stand-alone browser if given the option. I like how Firefox is there for what I need it for - a browser. And if I want additional functionality, there's Thunderbird and the associated other projects.

      I also find it interesting that you tag Firefox as being "more shiney-plastic interface croft" when I haven't really noticed it being any more "skinnable" than Mozilla is. What really gets a lot of attention for Firefox is its extensions - but then, many of those are also available for Mozilla too.

      But hey - to each their own.
    31. Re:So what? by /ASCII · · Score: 1

      I don't care for CSS3. CSS is fundamentally not enough. You have to stretch CSS to the seams to do the equivalent of a table based layout using a few sidebars and forms, which happens to be one of the most common layout on the web. At the very least CSS needs to be extended so that you can have floats within floats and mutiple sets of floats.

      And of course they can extend javascript. Just call it JavaScript2 and go ahead and drop the braindamaged parts, implement some new and cool stuff and be happy.

      --
      Try out fish, the friendly interactive shell.
    32. Re:So what? by Errwa · · Score: 1

      Hey,Its simple! We support underdogs !

    33. Re:So what? by m50d · · Score: 1
      I'm not sure what you mean. It's not that easy to uninstall searches, but it takes 2 minutes to go find different searches and install them.

      There were bugs which made it a lot trickier than it should have been to install new searches last time I used ff. And isn't there one search that you can't change, the default if a domain doesn't exist or something.

      Opera installs Google as well, and gets paid for it just like Mozilla.

      The minute I notice something where they seem to care more about Google than me I will object. FF feels like it's pushing google at me, so far Opera hasn't.

      Mozilla actually tries to follow W3C standards, so other standards-compliant browsers should be pretty close to right, even without testing.

      Not really, because Mozilla puts a lot of effort into rendering broken pages well. If the page was written with good html in mind then yes, if it works in Moz it will probably work in most things - but that was the case with IE as well. If it was written in IE html and then modified to persuade it to render properly in ff, not really.

      If your goal is to maximize the number of Opera users, no doubt, Firefox is a hindrance. If your goal is to maximize browser choice, it's surely a massive victory.

      My goal is to have people using as good browsers as possible, and though firefox is a clear short-term win in that regard, I think ultimately it's going to hurt that aim.

      Nothing is going to protect people from the gross stupidity of the occasional web designer. But there are surely less "IE and Mozilla only" sites than there were IE only sites before, especially when some designers thought that building sites around Windows-only ActiveX controls were a good idea.

      I had never come across an IE-only site in that sense - maybe designers didn't realise other browsers existed so didn't bother to block them or something. And although they may be crossplatform, mozilla's extra stuff is just as bad from the point of browser lock-in (and there are sites that will give you activex control for IE, some kind of extendy thing for ff, and nothing for anyone else)

      Yes, and other people have decided that since you can choose your browser now, it's okay to shop around and sample everything that's out there.

      Not really. If it was possible to persuade them to switch to ff, it would have been possible to persuade them to switch to something else if they hadn't switched to ff.

      --
      I am trolling
    34. Re:So what? by m50d · · Score: 1
      (You might argue that people who use loan sharks tend to be those in desperate situations and who struggle to get loans from more legitimate financial institutions --- but those problems exist for those people regardless of whether or not loan sharks exist - the existence of the loan sharks only adds options for the desperate individual, it doesn't remove any options. Taking away the loan sharks wouldn't somehow cause desperate situations to disappear and wouldn't make financial institutions more willing to lend money to high-risk groups.)

      Because people use them and end up in a worse situation. And yes, they know this, but they still do it, because it's easier to worry about owing $x next Saturday than $3x in a month.

      Marketing is (supposed to be) about simply informing people about your products. I certainly don't like marketing that interrupts and intrudes ("I'll look for info when I want the product, dammit") or that is deceptive, but that is not a problem with marketing per se, just a problem with how most modern marketing happens to be implemented.

      Marketing is about doing whatever is necessary to maximise the sales of your product. Informing is part of that, but so is persuading and even manipulating.

      I appreciate having information available, and oftentimes that information comes from the company itself (e.g. if I buy a printer, I want to know how many pages per minute it can print and at what resolution, what the price is, and the only way to really find out such info is marketing (that's what the printer company's website is).

      Point. Passive marketing which doesn't get in my way is useful as long as it isn't deceptive. But it's also less effective than trying to get people who don't want it to buy your printer as well. That's the problem with being in a situation where you're trying to sell a product - it's in your interests to get people to do things they don't want to and that won't benefit them.

      How could we possibly ever make purchasing decisions if there was no marketing? We couldn't even buy a simple printer.

      You would get the specs in the shop, by law if nothing else, like you have to be told the weight of the meat you're buying. I suspect there are laws about it anyway, given the lengths some companies go to to hide their specs (how many actual pixels does that digital camera have without interpolation? You'll need a magnifying glass to read it).

      --
      I am trolling
    35. Re:So what? by m50d · · Score: 1
      Wait, did I just read someone equating loan sharks with anyone making money?

      It saddens me that this gets modded up. Go look up reducto ad absurdium. You never know, you might actually be capable of learning something.

      --
      I am trolling
    36. Re:So what? by wanorris · · Score: 1

      There were bugs which made it a lot trickier than it should have been to install new searches last time I used ff. And isn't there one search that you can't change, the default if a domain doesn't exist or something.

      There's one that's hard to change -- if you type in something at the address bar that doesn't resolve as a URL at all (e.g. "foo", as opposed to "foo.com") it won't send you to Google, but it will send you to directly to the #1 search result from a Google search (the "I Feel Lucky" result). This is configurable, but not easily so. Of course, a Firefox extension to make this easily configurable would be pretty easy to write.

      As far as adding other searches, I'm not sure what the problem was when you tried it, but I have searches for Yahoo, IMDB, Wikipedia, Amazon, eBay, Webster, etc., and they were all trivially easy to set up.

      I had never come across an IE-only site in that sense - maybe designers didn't realise other browsers existed so didn't bother to block them or something.

      Out of necessity, Opera has always been really good at pretending to be IE, especially on Windows. For example, it will render pages designed for IE "quirks mode" the same way IE does, even though that rendering of those pages does not conform to W3C standards. Opera for Windows also has a plug-in that will run VBScript and ActiveX. Even some of the things in IE that are obviously bugs -- such as miscalculated offsets for object placement and such -- are often reproduced in Opera.

      Again, I'm not criticizing Opera, because I don't think they had much of a choice. But while mimicking IE's non-standard rendering does an admirable job of presenting a better experience for their users, it also helps to perpetuate poor standardization.

      In any case, surfing with other browsers besides Opera or IE will give you any number of examples of pages that were obviously designed with only IE in mind.

      And although they may be crossplatform, mozilla's extra stuff is just as bad from the point of browser lock-in (and there are sites that will give you activex control for IE, some kind of extendy thing for ff, and nothing for anyone else)

      What extra stuff? They implement some pieces of W3C standards that other browsers haven't implemented yet, but Opera is ahead of the curve on other pieces of the standards. All browsers should be trying to improve their implementation of W3C standards.

      I think the bottom line is that we're in an awkward transitional period. We're past the "pages are designed for IE, and everyone else has to adapt to that" stage, but we're not at a point where you can just design everything to XHTML Transitional and CSS2 and have all the browsers support your page correctly. So currently, good web design usually involves implementing a fair number of browser-specific hacks and testing that they work correctly across the browsers you want to support. Which sucks.

      Now that Microsoft is at least trying to develop a more standards-compliant IE 7, there is hope out there that we will get a fixed target. If that happens, then as long as you don't need to use the most advanced, bleeding-edge features in designing a web page, you can just design to the standard and any browser that doesn't display it properly is broken in some definable way that the vendor needs to fix. Of course, it's way to early to tell what will happen with IE 7 -- by most accounts, it's currently a broken mess. But of Opera, Mozilla, and Safari, none are all that far from this level of support.

      Of course, even if and when we finally have a working standard, that won't force everyone who writes a web page to use it. But at least there will be a consistent body of knowledge out there -- here's how to build a standards-compliant web page that should work for all the browsers. That's pretty much the holy grail of web design, and that's where we need to get. And I really believe that the success of Firefox is a big part of helping us get there.

    37. Re:So what? by m50d · · Score: 1
      In any case, surfing with other browsers besides Opera or IE will give you any number of examples of pages that were obviously designed with only IE in mind.

      I'm not thinking just of opera. Back in the IE-only days I never met a site that would actively block links. Plenty would render horribly, some would have lots of brokenness from their javascript, and I occasionally saw a "your browser is not supported" banner. But I'd never get actually blocked from a site and have to spoof the UA. Now I come across sites where I do that quite often.

      What extra stuff? They implement some pieces of W3C standards that other browsers haven't implemented yet, but Opera is ahead of the curve on other pieces of the standards. All browsers should be trying to improve their implementation of W3C standards.

      Yes, but Mozilla/FF have their own extensions which are very much nonstandard (they quite often don't even work in multiple versions of the same browser), and I think you can also do the XUL stuff from on the webpage? It's cool technology, but it's heading straight for lockin.

      --
      I am trolling
  6. Thats not too small! by ikejam · · Score: 2, Interesting

    But is this really sustainable in the long run? That seems to be a lot of money.

    I guess its a stupid question - seems to be a win-win situation at the outset - though google paying firefox seems more "dont be evil" driven than bottom-line minded. I mean even if they didn't pay, what were the chances that it wasn't going to be google up there?

    1. Re:Thats not too small! by judabuddhist · · Score: 2, Insightful

      Don't forget, it's in Google's best interest that the internet in general becomes less Microsoft dependent, and that the alternatives be Google friendly. Any excuse to support Firefox is a good one for them, and doing it as a business venture adds legitimacy and opens the door to future collaboration. And personally, I probably make more google searches because of the ease of doing so with firefox.

    2. Re:Thats not too small! by sirnuke · · Score: 3, Interesting

      Google has the same system for Opera, which leads me to conclude they want Opera and Firefox to be the top browsers (which wouldn't be a bad situation, if you ask me).

      Judging by how little I use Google's front page any more, I am guessing that the future of search engines is through the browser's search bar. Should the day come where the world is dominated by Mozilla and Opera, it would be very hard for any other search engine to buy into the "put me first in your browser's search bar" setup when Google already has 4 years of paying Opera/Mozilla for just that.

      Google is probably quite aware they will lose their power in the search field if they treat users as a commodity. The fact that Google makes sense as the default search engine now won't make a difference in 4+ years.

      --
      Zing!
    3. Re:Thats not too small! by babbling · · Score: 1

      Yes, it sustainable. It's just as sustainable as Google Adsense.

      Google aren't really the ones giving the money. Advertisers are giving Google money whenever someone uses the Google search bar on Firefox and ends up clicking on the ads on the resulting search page. Google themselves get the money and give Mozilla a cut.

      Through the sheer number of searches being done in Firefox, Mozilla ends up getting a rather large cut.

    4. Re:Thats not too small! by aussie_a · · Score: 2, Insightful

      Is it sustainable? Depends if they're making a direct profit from Firefox users. I don't mean an increase in people using their search engine over others, I mean a per-use profit (as in, I do a search in Firefox using Google, Google earns $0.30 and gives Firefox $0.10), then yes, I'd say it is sustainable. Google is currently making a profit all up, so if Firefox users aren't eating into that profit, it should be able to continue indefinitely (unless other things begin to eat too much into Google's profits).

    5. Re:Thats not too small! by masklinn · · Score: 1

      But is this really sustainable in the long run?

      The Google guys seem to think it is, and seeing their record on that kind of stuff i'd tend to trust them on it...

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
  7. The point of the article? by NekoXP · · Score: 4, Insightful

    Sounds like they are playing the guilt-trip card.

    Of course it's publically undisclosed. Why do they need to disclose it? They have no obligation to, really, as a private entity (rather than being on the stock market or so).

    If they are raking in the money, great! Software developers need to get paid! :)

    1. Re:The point of the article? by nettdata · · Score: 1

      Yeah, but Google is public, and as such, have to report such things in their filings.

      --



      $0.02 (CDN)
    2. Re:The point of the article? by NekoXP · · Score: 1

      .. not "how much we paid Mozilla Foundation under contract", surely. If they had to do that they would be reporting how much money they paid EVERY large advertiser (of which there have to be many thousands, of not tens of thousands) and we all know they pretty much don't?

    3. Re:The point of the article? by rm69990 · · Score: 0, Flamebait

      Ummm, correct me if I'm wrong, but if Google paid advertisers to put their ads on Google's servers, Google would probably go bankrupt. I think you have that ass-backwards. Last I heard, advertisers generally pay others to place their ads on others services. ;-)

      You could be thinking of Adsense though, which is entirely different from what you described though.

    4. Re:The point of the article? by aussie_a · · Score: 1

      Funny I often see Google advertise here.

    5. Re:The point of the article? by NekoXP · · Score: 1

      It is pretty much the same as AdSense For Search though.

    6. Re:The point of the article? by rm69990 · · Score: 0, Flamebait

      Yes, but Slashdot is a publisher, not an advertiser. An advertiser is a company who is paying Google to display ads about their products. Slashdot publishes content, and displays Google's ads.

    7. Re:The point of the article? by rm69990 · · Score: 1

      Advertisers are the companies paying Google to display their ads. Publishers are entities that display Google's ads on their own website, and get paid to do so. Adsense for Search is when a publisher displays a little Search box on their site (often with a customized search results page). You're probably thinking of Adwords.

    8. Re:The point of the article? by NekoXP · · Score: 1

      Google are paying me money (by cheque) this month for ad clicks from my site, because I have a 120x600 skyscraper and a search box which I signed up for an account to get, and had their little web page generate some Javascript (with my account UID) to print it there every visit.

      If someone uses it I get a couple cents or so.

      It's called AdSense.

      https://www.google.com/adsense/?hl=en_GB

      How is having a search box on my website, having Google index the page for values so it can display adverts, and paying me for that advertisement privilege (i.e. I get paid for clickthroughs and searches), any different to having Mozilla pop up a search box in it's start page, and every search from google.com/firefox being logged? So that Google can add a couple cents to Mozilla's account? It isn't AdSense but it's the same principle applied.

    9. Re:The point of the article? by Myen · · Score: 3, Informative

      Actually, the Mozilla Foundation, as a non-profit organization, does need to disclose it.

      For example, for 2004,

      http://www.guidestar.org/FinDocuments/2004/200/097 /2004-200097189-01fa37ef-9.pdf

    10. Re:The point of the article? by Ciaran_H · · Score: 1

      I believe the implication was that the parent believes that the large number of stories about Google are some sort of advertising method.

    11. Re:The point of the article? by booch · · Score: 3, Informative

      Excellent leg work! This tells us that in 2004, Google donated $225K to Mozilla. Mozilla also received $4.4 million from search companies for directing people to the search pages. It's not broken down by how much each search company paid, but I think it's safe to assume that it was mostly Google.

      Also of note is that the Mozilla Foundation spent nearly all of the money it had at the beginning of the year. In other words, their 2004 budget was just about equal to their assets at the beginning of the year. Which is pretty much what you want from a non-profit.

      --
      Software sucks. Open Source sucks less.
    12. Re:The point of the article? by Myen · · Score: 1

      Hmm, that actually makes me wonder... They spun out Mozilla Corporation after the 2004 year, right? Maybe that's their solution to the problem of having too much money and not knowing how to spend it all in a year... :D

      (btw, not my legwork; it's from folks on irc.mozilla.org... I think they just googled too.)

    13. Re:The point of the article? by rm69990 · · Score: 1

      Whoever modded me flamebait is as dense as a bloody brick. Google's own fucking website refers to Adsense partners as publishers, and Adwords partners as advertisers. People who are mods should have to pass stupidity tests around here. http://www.google.ca/ads/

    14. Re:The point of the article? by rm69990 · · Score: 1

      Whooops, meant to reply to my own comment, not yours. I know it wasn't you who modded me.

    15. Re:The point of the article? by Ciaran_H · · Score: 1

      That's fine. I think the mods simply misread that *your* comment was making the point that I was making to you. But yeah, I could tell that's not true.

  8. Who else is contributing? by RLiegh · · Score: 4, Interesting

    Do they also get $ from searches on ebay, amazon, or yahoo (which are also listed on the toolbar)?

    1. Re:Who else is contributing? by arivanov · · Score: 1

      Quite likely. And they ought to get some for that. It is earned money people. Nothing wrong here. Move along.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    2. Re:Who else is contributing? by Marsmensch · · Score: 1

      This is a very interesting point. Are other search engines, like the one on Wikipedia for instance, which are being kept at bay because they don't give Firefox any money?

      --
      Slashdot: news from nerds.
    3. Re:Who else is contributing? by masklinn · · Score: 2, Insightful

      Kept at bay?

      WTF, they're two frigging clicks away or something, just click "Add Engines" in your search bar and boom dozens of search engine plugins for you to install...

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
    4. Re:Who else is contributing? by greenrd · · Score: 1
      Also, any Firefox distributor can change the search engine toolbars to their heart's content. That's what open source is all about.

    5. Re:Who else is contributing? by Anonymous Coward · · Score: 0, Troll

      Funny. I installed the Wikipedia search engine into Firefox a while ago. I've since upgraded (thanks to the fact that Firefox is full of more holes than IE) it to the latest version.

      Surprise, surprise, my Wikipedia search engine vanished.

      Yeah, they're only two clicks away, as long as you NEVER upgrade your browser to solve the latest Gaping Firefox Security Flaw (tm).

    6. Re:Who else is contributing? by Serpent+Mage · · Score: 1

      No clue what your problem is but I've got firefox 1.5 and its autoupdates enabled and working and everytime it upgrades I still have all my search engines INLCUDING wikipedia which is my default search engine.

      Go troll somewhere else. Upgrades do not override any security settings at all. I've been using firefox since 0.6 and the only time engines were lost were when 0.9 (they changed the way engines worked) and everyone had to tweak that stuff around a bit. Ever since the 1.0 release I've never lost anything and I've upgraded each and every time as soon as I could.

    7. Re:Who else is contributing? by bensch128 · · Score: 1

      I bet that whoever gives the most per search gets the default on top on the searchbar...
      At least, that how it should work economically.

      It's too bad they don't list wikipedia by default though, i think its a really great information resource (which google redirects too 90% of the time anyway...)

      Cheers,
      Ben

  9. Re:Phase 2? by sznupi · · Score: 4, Interesting

    They don't have much choice...Microsoft had essentially destryed "direct" market by driving browsers price to zero. And they need _some_ ways to fund their development.

    --
    One that hath name thou can not otter
  10. I feel cheated. by HeavyMS · · Score: 3, Funny

    So you are telling me that for every googeling I do in the quick search bar mozzila gets paid. I was under the impression that this was free software. Not some scam to make $$.

    1. Re:I feel cheated. by bertrandtan · · Score: 1

      what do you care? you dont have to pay a cent! besides, its legit money earned.

    2. Re:I feel cheated. by aussie_a · · Score: 2, Funny

      That's why I use Opera.

    3. Re:I feel cheated. by Anonymous Coward · · Score: 0

      Same deal with Opera. You're screwed.

    4. Re:I feel cheated. by kklein · · Score: 1

      It IS free. Did you pay for it? No? Does it work really well? Yes?

      Then what is the problem???

      There is nothing wrong with making money; in fact, most of us kinda count on that in order to eat.

    5. Re:I feel cheated. by masklinn · · Score: 1

      1. no, only if and when you click on a google ad on the result page.

      2. Er... it is? have you paid the Moz Foundation for your copy of Firefox? no? free software, congratz.

      --
      "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
    6. Re:I feel cheated. by JahToasted · · Score: 2, Insightful

      Well you can fork the code and make a version that doesn't make any money for anyone. That is, if you're willing to work for free.

    7. Re:I feel cheated. by Bing+Tsher+E · · Score: 1

      Somebody should fork the code and make a version that makes the Mozilla Foundation twice as much money from Google.

      It would have to initiate random Google Searches, then autoclick ads on the Google page.

      It could probably be done nicely in a plug-in without even requiring a code fork.

      So who's for coding this 'suck google green' plugin? Anybody got a little spare time? You wouldn't be 'working for free' if you think of harvesting some googlebucks for Mozilla (that otherwise would go to the admen who Google is mostly made up of these days) is a good thing.

  11. Help them make more... by The+Hobo · · Score: 5, Informative

    By using this link to get to the story ;-)

    Interesting to note the default "google" keyword for the address bar puts the sourceid=firefox in there

    As an aside, for those who want to make their own custom keywords (and don't know how to), here's an example: Bookmarks->Manage Bookmarks, click on any of the bookmarks under "quick searches", click new bookmark (top left), I made one for acronyms using acronym finder.

    Name: Acronym Finder
    Location: right click here, copy link location, paste (/. chews up the link)
    Keyword: af
    Description: You can put whatever you want here, it's optional


    Then you click ok. Now when in firefox you can just search for acronyms by typing af + the acronym, for example: af HTTP

    For other websites that use a link similar to the acronymfinder one, just insert %s where your query would go. In my example it's in Acronym=%s. You can also note the other default quicksearches that already exist (ex. slang for urban dictionary, dict for dictionary.com)

    --
    There is another kind of evil which we must fear most, and that is the indifference of good men. -- Boondock Saints
    1. Re:Help them make more... by megrims · · Score: 2, Informative

      Actually, you can just right-click an input box on a form and select "Add a keyword for this search..." which will work more easily, especially with post-method forms, unless they've taken the feature out in the newer versions of firefox...

    2. Re:Help them make more... by Eil · · Score: 1

      I'm trying out Camino 1.0 on my new Dell Mac and I noticed that its search bar inserts "sourceid=mozilla2" into the query string. I wonder why they chose that instead of just "mozilla" or even just "firefox" since Camino is based heavily upon Firefox code?

  12. How much ? by nocloo · · Score: 5, Interesting

    Lets do some basic math and see how the numbers add up.

    - Of the 100 million downloads lets say 20% are daily/active users -> 20 2illion users.
    - Of the 20 million daily users, lets says 20% do make at least 1 search query. -> 4 million queries/day.
    - If google pays around 0.02c a query. They get 80k/day x 30 days = 3.2Mil x 12 months =~ 38 Mil right there. A conservative number ... but still A LOT MONEY !!

    1. Re:How much ? by Alien+Being · · Score: 1

      You have a couple mistakes in there.

      The 'units' program doesn't understand 'queries' so I'll substitute 'lids'.

      You have: (.02 cents/lid) (20 percent 100 million ) (20 percent lid/day)
      You want: grand/year
                      * 292.19376

    2. Re:How much ? by houseofzeus · · Score: 3, Insightful

      It's a conservative estimate until you use $0.02 per click. I doubt that it is anywhere near that high. Either way there is currently no way of knowing how high/low the price is so any figures are wild speculation at best.

    3. Re:How much ? by Anonymous Coward · · Score: 0

      Or google could be paying them 0.01c a query. Or 0.001c. Or 0.0001c. How do you know? (Adwords is not a useful source of information either, btw)

    4. Re:How much ? by Westley · · Score: 2, Informative

      While I suspect the grandparent's estimate is high, you've misinterpreted it by two orders of magnitude - it wasn't $0.02 per click, it was 0.02 *cents* per click. Still a lot just for doing a search though.

    5. Re:How much ? by wwmedia · · Score: 1

      As someone who makes alot of money from adsense

      trust me search pays very well! alot more than $0.02 cent a click

    6. Re:How much ? by rm69990 · · Score: 1

      I could be wrong, but I read somewhere that Google makes on average $0.11 revenue for every search on their site (some will have multiple ad clicks, some none, this is an average). $0.02 wouldn't seem high if you think about it this way.

    7. Re:How much ? by houseofzeus · · Score: 1

      True, I did misinterpret that. I still think it's likely to be higher than actual though. The volume of searches through that box on a daily basis would just be to high. Sure Google is rich, but they didn't get there by just throwing cash away.

    8. Re:How much ? by Anonymous Coward · · Score: 0
      0.02c a query. They get 80k/day x 30 days = 3.2Mil x 12 months =~ 38 Mil

      The article centers on the 40 FTE [full-time-equivalent] employees figure.

      The 100,000,000 downloaders are highly respected beta testers (associates).
      We all know that 98% of our co-associates are work-shirkers, of course.

      That leaves $1 per year per each valued PT worker, er FTE composite group.
      Next year when FTE goes to $60K from $50K/year we all get 2 more dimes.

    9. Re:How much ? by ceeam · · Score: 1

      Can we be sure that someone in-between is not rounding down pennies on their way?

  13. With? by woolio · · Score: 4, Funny

    I salute them!

    With which finger?

    1. Re:With? by Anonymous Coward · · Score: 0

      With which finger?

      The eleventh one?

      (Sorry, too easy ;-)

  14. what a dumb article by sundru · · Score: 4, Insightful

    Some moron in an online editorial is curious what mozilla is doing with its money , why the heck should mozilla disclose how its using its money ? free software doesnt mean you have to account for every penny you earn , they built a heck of a browser let them reap the benefits of what they sowed. --- Must be a dull day for the editors @ /. Go home and have a beer fellas tis the weekend --

    1. Re:what a dumb article by matthewsmalley · · Score: 5, Insightful

      Why should Mozilla disclose how its using its money? Because it's a California non-profit corporation. Here in the UK charities/ngo's/etc have to disclose their financials in order to continue receiving all the perks (tax exemption for donatees etc). Otherwise you end up with one big money laudering machine (in the government's eyes).

      Anyway I as a potential donater want to know what I'm donating to? (I don't think this is the case but...) If Mozilla's turned into a profit-hungry corporation, but is still trying to imply it needs my £10 a month to feed its hungry developers, then that's deception on a large scale, and I'm not interested.

      There's a conscious difference in most people's minds between donating to a company that's explicity not out to make a profit and buying product from one that is.

    2. Re:what a dumb article by Red+Alastor · · Score: 4, Informative

      If you give money to mozilla, you will give to the Mozilla Foundation which is a non-profit. If Google gives money to Mozilla, they will give to the Mozilla Corporation (corporations have less regulations) whose sole shareholder is the Mozilla Foundation.

      You can't really object to the Mozilla Corporation saying "Oh, they'll put all that money in the pockets of their shareholders" because the only shareholder they have is a non-profit entity.

      The corporation does not disclose how much they make and they pay taxes.

      --
      Slashdot anagrams to "Sad Sloth"
    3. Re:what a dumb article by Forbman · · Score: 1

      The IRS and California Franchise Board will take care of these things *quite well*.

      While the details of what Mozilla.org will have to report to these entities isn't revealed, some metrics are disclosed if you look for them. To maintain the "non-profit" designation (it's not necessarily a 501C type organization), how the money is spent regarding employees, etc. has to fall into certain broad criteria specified by Mozilla.org's Board as well as certain percentages. Because Mozilla.org's "benefit to the community" is a product, and not charity $$$, the reporting requirements are different, too. The wages that people get for working for Mozilla.org, if they're paid, pay the same taxes that other employees pay.

    4. Re:what a dumb article by Lord+Satri · · Score: 1

      Must be a dull day for the editors @ /. Go home and have a beer fellas tis the weekend

      No no, you got it all wrong, haven't you heard? CNN Money says Slashdot is the future of media ;-)

    5. Re:what a dumb article by scaryjohn · · Score: 1
      Here in the UK charities/ngo's/etc have to disclose their financials in order to continue receiving all the perks (tax exemption for donatees etc). Otherwise you end up with one big money laudering machine (in the government's eyes).

      Are you implying that Google is using Firefox to obfuscate its dirty kickbacks from the Red Chinese government? Because if you aren't, I am.

      Kidding. I thought the devs only got a kickback if use used a certain preconfigured build and used the search bar. But the article seems to imply that any Google search with any Firefox version goes "cha-ching!"

      --
      One might ask the same about birds. What ARE birds? We just don't know.
    6. Re:what a dumb article by Anonymous Coward · · Score: 0

      Time to change my user agent string.

  15. Opera, too. google deal? by chakmol · · Score: 1

    What are they making? In Opera I type "g my_search_terms", and I get an instant Google search on "my_search_terms." I like it.

    1. Re:Opera, too. google deal? by Anonymous Coward · · Score: 0

      yup, exact same deal.

    2. Re:Opera, too. google deal? by whitehatlurker · · Score: 1
      In Opera, I just highlight the search terms and right-click / search ;-)

      Yes, I know that FireFox does the same thing.

      And, I will admit, it is nice that FF opens in a new tab.

      --
      .. paranoid crackpot leftover from the days of Amiga.
    3. Re:Opera, too. google deal? by JCholewa · · Score: 1

      If you hold SHIFT when doing in Opera, it will open the search in a new tab. If you hold CTRL+SHIFT, it'll open in a new background tab.

  16. Re:Phase 2? by Anonymous Coward · · Score: 0

    Bill missed phase 2

  17. to bad this doesn't work for .... by 3seas · · Score: 2, Insightful

    .... other open source software.

    1. Re:to bad this doesn't work for .... by babbling · · Score: 1

      It could. Other free software just needs to find a way of partnering with companies that are relevant for their software. It's not impossible.

      I think the hardest part would be finding companies that are as open-minded as Google is. Most companies don't like trying new things, whereas Google understands that its success is due to it trying new ways of doing things.

  18. This isn't the first time by The+Hobo · · Score: 4, Interesting

    Firefox has been mentionned based on their search bars, a while ago the German version of Firefox was said to have "spyware"

    --
    There is another kind of evil which we must fear most, and that is the indifference of good men. -- Boondock Saints
    1. Re:This isn't the first time by blackest_k · · Score: 2, Informative
      A while ago is 23rd November 2004 !! however this link http://news.zdnet.co.uk/0,39020330,39189475,00.htm February 28, 2005, 15:10 GMT

      "FOSDEM: The Mozilla Foundation's partnership with Google has kept it afloat for the past few months, and is now allowing it to hire more staff"

      Seems to suggest that the google deal came through roughly at the same time. however that headline was misleading to suggest google was keeping Mozilla foundation afloat. see

      http://weblogs.mozillazine.org/asa/archives/007658 .html

      As long as google sticks to gathering information from me only when i use google I am happy enough, it's when you get into alexa type activitys i am not.

      http://www.pcanswers.co.uk/tutorials/default.asp?p agetypeid=2&articleid=36703&subsectionid=780&subsu bsectionid=739

      Although Alexa does go hand in hand with the internet archive. (damn conflicts with something I do like)

      If your interested in Datamining in general http://www.kdnuggets.com/dmcourse/other_lectures/i ntro-to-data-mining-notes.html or "knowledge discovery" then that link looks interesting

      I like google but they are slipping wtf are all the landing sites doing high in the rankings. you know if google could derank hits based on how quickly someone went back to google after following a duff link it should progressively improve

    2. Re:This isn't the first time by Anonymous Coward · · Score: 0

      what if I like to see the site for a few seconds, bookmark it, and then hit back button. then the deranking suggestion u made wouldn't work. would need browser's support for adjusting ranking that way. or you could add that functionality in the toolbar.
      I also hope that google collaborates and uses info from social bookmarking services like del.icio.us. search engine for the people, of the people, by the nerds.

  19. Excellent example by babbling · · Score: 4, Funny

    This is a great example of an open source program making money off its success. It wouldn't be impossible for other open source programs to do similar sponsorship deals with other companies.

    Maybe Linux could have a "You know, Windows has a lower TCO" message when it's booting up.

  20. It's just enough money by RedLaggedTeut · · Score: 1

    I believe Google would tweak their financial contributions such that the developers of firefox can do their work, and nothing more.

    Personally, I am also not using the search box at all, nor the google: keyword, I just use a link to google in the toolbar. I'll try to rig it a bit in firefox's favor now, but I won't rig every pc I work on this way.

    --
    I'm still trying to figure out what people mean by 'social skills' here.
    1. Re:It's just enough money by jofi · · Score: 1

      Too bad the developers are still thinking like DOS programmers in that LFNs hadn't existed yet. They should take the 72 million and hire better programmers.

      --
      Blame the user, not the software.
    2. Re:It's just enough money by ELProphet · · Score: 1

      What about the Google toolbar for Firefox? It tells Google where the search comes from, and it's got a bucketload of features to boot! As an exchange/foreign language student, I find the Translator to be quite usefull (though it could be better written, now it is only en-fl), and the Form Spellchecker is awesome!

  21. What's also funny is its really hard to get rid of by timecop · · Score: 0, Redundant

    If you use the firefox search box for google, you'll notice it inserts a huge query string into google, including stuff like "client=firefox-a&rls=org.mozilla:en-US:official", which i what I assume allows google to pay them.
    But, even if you look in about:config, this extra string is nowhere to be found! I wanted to disable it, because I don't need google (or anyone else) to know I'm using firefox.

    The way to remove it, as I eventually found out, is to rename the search engine name,
    on windows it would be in %programfiles%\mozilla firefox\searchplugins.
    Just renaming google.src to somethignelse.src wouldnt work, you need to go inside and change its name to like "Jewgle", and reload firefox. Then, select the new "Jewgle" as your search engine, and boom, no more extra money-generating user agent spying info is inserted into the query string.

  22. So what? by Anonymous Coward · · Score: 0

    Am I supposed to have a problem with people who are making good products making money together? Especially when it doesn't cost me any?

  23. They could fix printing by Anonymous Coward · · Score: 0

    They could spend some of the money to fix printing.
    As a good geek I don't usually like things on dead tress, but every other person in my company does.
    I had to hold back firefox 1.5 because it hangs indefinitely trying to print certaing pages (both linux and windows, pity that I already deployed thunderbird 1.5 which suffer from the same problem), and even 1.07 prints very badly (missing pages, not really scaled to fit the page, etc.)

  24. Google = "Rich Sugar Daddy"? by reporter · · Score: 2, Interesting
    In 2005, ZDNet UK interviewed Jon von Tetzchner, the chief executive of Opera Softare. In response to a question about why the free version of Opera blinds the user with advertisements, he responded, " A lot of people don't like our ads, which is sad as we don't have a rich sugar daddy like the Mozilla Foundation. They [the Mozilla Firefox team] don't have to think about money as they're being funded. We're not being funded ". Tetzchner was close to the truth. Apparently, the real sugar daddy is Google.

    Safari has Apple. Internet Explorer has Microsoft. Firefox has Google. All 3 companies have the resources to fund development of their free browsers.

    Opera is the stand out -- in the rain. Opera has Opera Software, but Opera Software is a tiny 230-person company. Unless the anti-establishment mavericks in tech communities like SlashDot aggressively support Opera by buying commercial Opera-Software products, Opera just might disappear, being squeezed to death by the big 3 browers: Safari, Internet Explorer, Firefox.

    Having used Internet Explore, Firefox, and Opera, I can swear that Opera is the fastest, most compact browser for the Windows environment. I hope that the best-marketed product (i.e. either Internet Explorer or Firefox) will not extinguish the technically best product (i.e. Opera). Still, business history has not been kind to the technically best products: e.g., DEC's Alpha processor and Sony's Betamax.

    1. Re:Google = "Rich Sugar Daddy"? by neonstz · · Score: 4, Informative
      Tetzchner was close to the truth. Apparently, the real sugar daddy is Google.
      Opera makes money on user searches too, and they did before they released the free version.
    2. Re:Google = "Rich Sugar Daddy"? by babbling · · Score: 4, Interesting

      Unless the anti-establishment mavericks in tech communities like SlashDot aggressively support Opera by buying commercial Opera-Software products, Opera just might disappear, being squeezed to death by the big 3 browers: Safari, Internet Explorer, Firefox.

      Do we care? Opera could have been Firefox if they had GPLed it. Mozilla saw their opportunity and now they're benefiting from their foresight.

      Opera could become an open source (as in "freedom") company any time they want, and they'd instantly see a jump in the number of people using their browser, because suddenly it would be included in Red Hat, Debian, Ubuntu, and so on. Instead they've decided to sell (via a third party) closed-source browsers for mobiles. Good for them, and if they ever decide to put the big "GPL" stamp on their software, then they can count on a sudden jump in the number of people using their software. You can only get that jump with GPL, though.

    3. Re:Google = "Rich Sugar Daddy"? by rm69990 · · Score: 4, Informative

      Google has a similar relationship with Opera, just to let you know.

    4. Re:Google = "Rich Sugar Daddy"? by MrAnnoyanceToYou · · Score: 2, Insightful

      A few problems with your argument:

      1: Opera would be making just as much money if they had as many users as Firefox. Google just pays Adsense cash out. Also, there would be MONSTROUS vetching if they paid all those bloggers but not the Mozilla Foundation. Opera can only blame themselves for being less popular than Firefox.

      2: Opera Software a tiny 230-person company? Uh................. Compared to Mozilla, which was / is freeware? Who measures the size of a freeware company? I mean, the Mozilla Foundation might have the biggest bottom line in bloody history for their type of company, at this point. They produce a software product, and give it away. That's it. All their sales are incidental. People can even pick google, yahoo, amazon, creative commons, and yahoo in the little search box (probably more, if extended).

      This is a weird era of software. Make something useful enough and you will make money incidentally due to Google Adsense. Weeeeeird.

      And, of course, there are downsides. My bet is that the Firefox team gets decadent and corrupt and doesn't do anything and fades into the background as IE X comes out or something. I hope not, but that is a real possibility - Microsoft often wins through complacency.

      I'm druknet and going to bed now.

    5. Re:Google = "Rich Sugar Daddy"? by olau · · Score: 1

      Opera is the stand out -- in the rain. Opera has Opera Software, but Opera Software is a tiny 230-person company.

      Only an American would call a 230-person company tiny. Here in Denmark, and I guess in Norway too, a 230-person IT company is at least mid-range. :-)

      Maybe small compared to Google, but not small in any absolute sense.

    6. Re:Google = "Rich Sugar Daddy"? by netsharc · · Score: 1

      Opera has its mobile browser market, where it's still selling browsers to costumers or getting licensing deals from manufacturers..

      --
      What time is it/will be over there? Check with my iPhone app!
    7. Re:Google = "Rich Sugar Daddy"? by Rits · · Score: 1
      they'd instantly see a jump in the number of people using their browser, because suddenly it would be included in Red Hat, Debian, Ubuntu, and so on.


      LOL, an instant jump of what, maybe 20% of the GPL community? Which is at most 4% (and that's being charitable) of the market?
      --
      If you don't like having choices made for you, you should start making your own. - Neal Stephenson
    8. Re:Google = "Rich Sugar Daddy"? by Profound · · Score: 1

      >> The Best Programming Books [canonicalbooks.com]

      Given the existance of Canonical Tomes why make that site?

    9. Re:Google = "Rich Sugar Daddy"? by roman_mir · · Score: 1

      So we have to use Opera just to support them? I personally don't like Opera and never use it, even though I picked up a free key when they were giving them away. I used it one time in my life, it lasted for 15 minutes. Do you think I should send them a check for this usage time?

    10. Re:Google = "Rich Sugar Daddy"? by griffjon · · Score: 1

      Opera has the embedded market / cell phones and such, IIRC

      --
      Returned Peace Corps IT Volunteer
    11. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0
      but Opera Software is a tiny 230-person company

      Uhhh... 230 people is NOT "tiny" by any stretch. What the hell do they need 230 people for?

    12. Re:Google = "Rich Sugar Daddy"? by hritcu · · Score: 1

      GPL v3?

      --
      If you don't fail at least 90 percent of the time, you're not aiming high enough. (Alan Kay)
    13. Re:Google = "Rich Sugar Daddy"? by jc42 · · Score: 1

      I personally don't like Opera and never use it, even though I picked up a free key when they were giving them away.

      Since I do a lot of web testing, I have a collection of all the browsers I can get my hands on. I find that, though Opera is probably better (smaller, faster, uses less cpu and memory when idling), I don't use it a lot, either.

      The reason is that its controls are different from all the other browers. A semi-standard has arisen for how you do common browser operations. Most of these are totally arbitrary. Thus, CTL-N (or CMD-N on the Mac) opens a new window; CTL-T opens a new tab. Except for Opera, where different keys are used. This means that I have to have a crib-sheet to remind me of how to do thing with Opera. Still, when I'm testing something in several browser windows, I'm always typing the wrong thing in the Opera window, saying "Damn!", undoing the damage, checking the crib sheet, and then doing it right.

      Maybe Opera's key mapping is better once you learn it, but I can't tell. It just seems gratuitously different. What they should do (all of them) is set up a keyboard-mapping config window, so that we can tweak the mappings. This would make them all easier to use, since you and I could put our most common operations where they're easiest to reach. And we could make Opera's controls the same, so we could really see how it compares with the others.

      Maybe some day they'll do it. For now, at least for those of us who use multiple browsers for whatever reason, Opera is the odd one that's moderately confusing, and this discourages people like me from using it extensively.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    14. Re:Google = "Rich Sugar Daddy"? by minus_273 · · Score: 1

      Opera has nokia, sony ericsson, samsung, motarola. sharp etc. Opera will do fine as long as people want to browse on their cell phones and PDAs. Part of the reason why the free version of opera NO LONGER has ads is that they have alternative revenue streams.

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    15. Re:Google = "Rich Sugar Daddy"? by shmlco · · Score: 1
      Since you mentioned the Mac, go to:

      System Preferences > Keyboard & Mouse > Keyboard Shortcuts

      Go down to Application Keyboard Shortcuts, add Opera, and map away...

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    16. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0

      Firefox isn't released under the GPL. Idiot.

    17. Re:Google = "Rich Sugar Daddy"? by hkmwbz · · Score: 1

      The searches aren't relevant. The sugar daddies are the likes of Sun, Nokia, IBM, and so on, who donated millions to Mozilla. And of course AOL which put a lot of money into the project initially. Opera has not been able to rely on donations from other companies.

      --
      Clever signature text goes here.
    18. Re:Google = "Rich Sugar Daddy"? by hkmwbz · · Score: 2, Insightful
      But Opera hasn't receives donations from Google, IBM, Sun, Nokia and other huge corporations. The search deal is one thing - it's a business deal. But Mozilla got pure donations, even from AOL. Opera could never rely on donations, but had to sell an actual product to customers.

      Heck, Google even pays people to work on Mozilla (Ben Goodger?), and I think IBM and several other major companies do as well.

      --
      Clever signature text goes here.
    19. Re:Google = "Rich Sugar Daddy"? by hkmwbz · · Score: 1
      "Opera Software a tiny 230-person company? Uh................. Compared to Mozilla, which was / is freeware?"
      You are forgetting that Opera is, and has always been, independent and has had to stand on its own. Mozilla, on the other hand, has gotten donations from Sun, IBM, Nokia, Google, etc. Google (and IBM and others?) even pays people to work on Mozilla products. Ben Goodger works for Google, remember.
      --
      Clever signature text goes here.
    20. Re:Google = "Rich Sugar Daddy"? by akac · · Score: 1

      Opera also lets you change all of its keys in a very nice keymapping window under the Preferences->Advanced window.

    21. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0
      A lot of people don't like our ads, which is sad as we don't have a rich sugar daddy like the Mozilla Foundation. They [the Mozilla Firefox team] don't have to think about money as they're being funded. We're not being funded

      Guess what? If you're both engaging in voluntary trade, then you're both fair players in the free market. The only wrong way to acquire funding is through coercion (either through government or criminal activities).

    22. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0

      Welcome to yet another /. "freedom fighter" who doesn't understand business.

    23. Re:Google = "Rich Sugar Daddy"? by jonathansizz · · Score: 1

      Maybe the reason that "Opera is the fastest, most compact browser for the Windows environment" is precisely because they are a tiny, well-integrated development team, without a big financial sponsor?

    24. Re:Google = "Rich Sugar Daddy"? by labratuk · · Score: 1
      What is it with Opera fanatics having a chip on their shoulder about Firefox?

      Opera just might disappear, being squeezed to death by the big 3 browers: Safari, Internet Explorer, Firefox.

      Well that's how business works. Live by the sword, die by the sword. They chose to use the old proprietary software model, they run the risk of being squeezed out and extinguished by the marketplace. Free software doesn't come under this restriction - due to the licensing it can't be extinguished no matter what company goes bust.

      Remember - if you're a capitalist - no business has a god given right to success.
      --
      Malike Bamiyi wanted my assistance.
    25. Re:Google = "Rich Sugar Daddy"? by marcosdumay · · Score: 1

      In a few years, maybe a few months, it will be.

    26. Re:Google = "Rich Sugar Daddy"? by marcosdumay · · Score: 1

      "My bet is that the Firefox team gets decadent and corrupt and doesn't do anything and fades into the background..."

      It is free software... If it get evil, we fork and everybody changes to the forked code. And the life goes on, but not for the now evil Mozilla Foundation.

      That is the bigest upside of free software, you don't need to trust anybody. And when people don't want to be trusted, it is so much easier to trust them.

    27. Re:Google = "Rich Sugar Daddy"? by rmccabe916 · · Score: 1

      In the next version of Opera (Version 9), the keyboard layout will be almost the exact same as all of the other browsers. For instance, I am using Opera 9 Technical Preview 2 (http://labs.opera.com/news/2006/02/07/2/) and I can press CTRL-T and get a new tab and CTRL-N for a new window. It really angers some die-hard Opera fans, but I really agree why the developers at Opera changed the layout.

    28. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0
      Firefox isn't released under the GPL.
      Yes it is.
    29. Re:Google = "Rich Sugar Daddy"? by jc42 · · Score: 1

      Hmmm ... I found the window, but I can't make any sense of it at all. I tried poking around a bit, and even found a menu with Opera.app, so I selected it. It showed me something, but I have no idea what it might do or how to use it. I'd be afraid to touch it, because I'd probably just break something and have no idea what.

      So is it documented somewhere? Providing a control that's not at all self-explanatory isn't really very helful. Even a button saying "Help" that pops up a window to the docs would be helpful, but I don't see anything like that.

      My main reaction is "WTF is all this about?" How do I learn to use it?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    30. Re:Google = "Rich Sugar Daddy"? by jc42 · · Score: 1

      Well, that might be very nice to someone who understands it, but I can't make head nor tail of it. I did stumble across it once while exploring the menus, but since I don't see any clues, I wouldn't have the nerve to start tweaking. I'd probably just turn Opera into a zombie.

      Is it documented somewhere?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    31. Re:Google = "Rich Sugar Daddy"? by dave1212 · · Score: 1

      That was all true before they got rid of their ads and released their kick-ass phone browser. It's a whole different story now, and I'd say they have some good momentum going.

    32. Re:Google = "Rich Sugar Daddy"? by rm69990 · · Score: 2, Insightful

      So? Firefox is open source, Opera is not. I personally could care less (I run Windows) but obviously IBM et al are going to throw their money at the open source product over the proprietary one.

    33. Re:Google = "Rich Sugar Daddy"? by Anonymous Coward · · Score: 0

      I think there's an awful lot of BSD-licensed software shipped by default with RedHat and the other Open Source distributions. The GPL is not the only open-source license. There are several free software licenses that are compatible with the GPL.

    34. Re:Google = "Rich Sugar Daddy"? by Millenniumman · · Score: 1

      4%? That seems really high. First of all Linux is 2.8% of the desktop market (wikipedia). Now, you have to subtract the people who aren't "I only run open source software" fanatics. Let's say half. So 1.4%. Now, 20% seems rather high, as Opera isn't all that great. 10%. So, .1% of the market will be gained, and much of the market they make the most profit in, the mobile market, will be lost. Great idea.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    35. Re:Google = "Rich Sugar Daddy"? by Millenniumman · · Score: 1

      Because we all know the most popular browsers are open source.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    36. Re:Google = "Rich Sugar Daddy"? by kiddygrinder · · Score: 1

      Open source or bundled with windows, i can't see them making much progress on the second front though :)

      --
      This is a joke. I am joking. Joke joke joke.
    37. Re:Google = "Rich Sugar Daddy"? by Breakfast+Pants · · Score: 1

      That's true, but in the post he was responding to we see: "Firefox has Google."

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    38. Re:Google = "Rich Sugar Daddy"? by jamesjw · · Score: 1, Funny

      Bull FUCKING shit you stupid OSS faggot. Why does anything have to have the GPL cancer applied to it before you stupid cockfucks will even use it? OH NOES SOMEONE IS MAKING MONEY FROM THIS!!111 I MUST HATE IT111!! God I fucking hate you, I hope you choke on a fucking exhaust pipe

      Is that you Mr Gates?
      Ya know the doctor said you shouldnt drink and post :)

      -- Jim.

      --
      -- If at first you don't succeed, lie!
    39. Re:Google = "Rich Sugar Daddy"? by shmlco · · Score: 1

      Standard paradigm. Click "+" to add a mapping. Select Opera, type the name of the menu command to map (e.g. "Close") and then click in the box and type your command-keystroke (cmd-w). You typically will need to resart the app to see the changes.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  25. And who gives a ... by Anonymous Coward · · Score: 0

    Seriously, I've been using Firefox for 2+ years, and I've never had a problem with it (save the memory hog prob..(cough*bs*cough)), who gives a shit what money they make? I say, hell yeah for prompt fuckin security releases and god damn web standard adherence! Just my two...

  26. what's wrong with making money? by pintomp3 · · Score: 1

    i didn't know open source meant non-profit

    1. Re:what's wrong with making money? by aussie_a · · Score: 1

      It does when they apply (and receive) for non-profit status.

    2. Re:what's wrong with making money? by Anonymous Coward · · Score: 1, Informative

      revenue != profit

    3. Re:what's wrong with making money? by Anonymous Coward · · Score: 0

      Mozilla Corporation = For profit

      Mozilla Foundation = Non profit

      It is Mozilla Corporation that is getting the money.

  27. Who owns who by Ben+Jao+Ming · · Score: 3, Insightful

    The real risk is that Google might start wanting some more out of Mozilla. If they fund the whole thing one might consider that they have too much to say. Of course you'd have to be very creative to figure out an example...

    Also, Google might actually be dependant on being represented in Firefox. What if Mozilla screws them and get a deal with Yahoo? Ooops... there goes say 100 mio. daily searches..

    1. Re:Who owns who by rm69990 · · Score: 2, Interesting

      Mozilla's Chinese division does have a deal with Yahoo!, although they may change this to Google now that Google has a Chinese version of Google hosted in China. I'm willing to bet Yahoo! pays Mozilla for this partnership, much like Google does.

  28. But what if you don't count pr0n searches? by srhoades · · Score: 4, Funny

    Statistically speaking firefox users are more tech savy. Which therefore transaltes to more socially dysfunctionally people, which ends is a much more searches for pr0n. Remove the pr0n searches and Firefox employees are picking up cans after hours in the Google parking lot to subsidize their salary.

    1. Re:But what if you don't count pr0n searches? by mark99 · · Score: 1

      Your main point agree with, but I know many socially functional people (men of course, with wifes, kids, girlfriends, and sometimes all three) who still search for p0rn.

      In fact the only guys I know who don't search for p0rn are those who are afraid of their wifes and don't know how to cover their tracks.

      Just part of being a guy I guess. Always interested in sex, whether or not you really need it.

  29. Good for them, Good for users by Mr.+Funky · · Score: 1

    I have no problem with that, since funding from Google enables the Mozilla.org to invest in the future and stable code.
    As a webdeveloper I am a heavy user of Mozilla, especially because of the extensions such as 'Web Developer'. Without it my work would be much harder, because the lack of easy DOM accessibility in other browsers.
    GO MOZILLA !

    --
    Damnit Jim, I'm [root@localhost w00t]#, not an AD-Adminstrator(tm) !
  30. do no evil? by yosemite · · Score: 1

    Do no evil indeed...firefox could fall prey to market forces

    1. Re:do no evil? by Puchku · · Score: 1

      ANYTHING can fall prey to market forces! That's why they are market forces... outside anyone's control.

    2. Re:do no evil? by rm69990 · · Score: 1

      So? Your point is? A lot of things could happen, yet I don't sit and fret over the possibility.

  31. open, transparent organisation by Device666 · · Score: 2, Insightful

    "That Google pays content and search partners, as well as AdSense participants, is not new. What is interesting, however, is the amount that Mozilla earns from its users' Google queries.

    One blogger has speculated that the figure is as high as $72 million in fact.

    Mozilla Corporation board member Chris Blizzard said that the $72 million figure is not correct, "though not off by an order of magnitude."

    Why not call it by its name? What's wrong with giving actual numbers? If someone gives these guys money why not advertise it?

    Anyway, of course this kind of money helps firefox to progress. But what I don't like is the idea that this project may act too much dependend and not transparant. I like Google's money to be in open source project, but I hate the idea this project will be seduced by corporate interests instead of user interest that will maybe occur in th future. As a user and open source developer I highly value transparency.

  32. Re:What's also funny is its really hard to get rid by Anonymous Coward · · Score: 0

    The way to remove it, as I eventually found out, is to rename the search engine name, on windows it would be in %programfiles%\mozilla firefox\searchplugins.

    I just delete the damn thing. There doesn't seem to be any negative effect in doing so. While I'm in that folder I delete the rest of the directory too. What bothers me is the Firefox folks have forced this spying shit on the users without consent. Even if you compile it from scratch, the f-ing Makefile forces these plugins to be installed. Anyway, I don't know what's so hot about an extra box for searching. I'd rather search directly from the address bar. Good thing Firefox supports bookmark keywords.

  33. TFA says "millions" by john-da-luthrun · · Score: 4, Informative

    If you RTFA, a Mozilla board member says that the quoted figure of $72 million is too high, but "not off by an order of magnitude".

    1. Re:TFA says "millions" by gronofer · · Score: 2
      TFA says the $72 million figure is not correct, "though not off by an order of magnitude."

      This implies at least 10 million but less than 100 million.

    2. Re:TFA says "millions" by gronofer · · Score: 1, Informative

      Or possibly greater than 7.2 million but less than 720 million.

    3. Re:TFA says "millions" by trifish · · Score: 3, Informative

      The Mozilla head, Mitchell Baker, said: "the search feature in Firefox [...] generates revenue in the tens of millions of dollars"

      That means $10-$99 millions.

    4. Re:TFA says "millions" by Tim+C · · Score: 1

      Well, if 72 million is too high, it's not going to be 720 million...

      (But yeah, if 72 is within an order of magnitude, then you're looking for something roughly in that range)

    5. Re:TFA says "millions" by slank · · Score: 2, Insightful

      If you RTFA, a Mozilla board member says that the quoted figure of $72 million is too high

      Uh, actually if you RTFA, he says that $72 million is not correct. They could be making considerably more than that.

    6. Re:TFA says "millions" by SeeMyNuts! · · Score: 1


      Whatever the amount is, if queries from Firefox generate this revenue, then people should ensure their user agent strings are accurate, rather than spoofed to look like IE.

    7. Re:TFA says "millions" by john-da-luthrun · · Score: 2, Insightful

      Well that's true, but in the context it seemed rather more likely he meant the figure was lower. Otherwise it would be a rather evasive and misleading answer, and I was being charitable to the guy. ;-)

    8. Re:TFA says "millions" by Anonymous Coward · · Score: 0

      Who cares how much they're making? When the fuck are we going to get a decent file dialog on Linux? Even the xml one which wasn't great doesn't seem to work in 1.5 anymore, no matter how many times I copy that shit back into place!

    9. Re:TFA says "millions" by Anonymous Coward · · Score: 0, Offtopic

      That's an unhelpful comment overall, but for the love of god, if you're going to tell him to switch from Linux, why tell him to go to Windows??

    10. Re:TFA says "millions" by visualight · · Score: 1

      When the fuck are we going to get a decent file dialog on Linux? Even the xml one which wasn't great doesn't seem to work in 1.5 anymore, no matter how many times I copy that shit back into place!



      The people who develop firefox think that gtk is attractive and that gnome has usable file dialogues. There's not much you can do about it really, except to use Windows if you must have firefox. Everyone in my office uses KDE (even the two that have fedora) at work; we all switched to Konqueror after 1.5 came out.



      This was moderated into oblivion as offtopic? Clear example of moderators using their points to censor. A tangent maybe, but if tangents are "offtopic" why isn't 90% of every thread moderated to minus 1?
      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    11. Re:TFA says "millions" by ClamIAm · · Score: 1

      What about .2 tens of millions? Or 20 tens of millions?

    12. Re:TFA says "millions" by lengau · · Score: 1

      Mozillux has a good Qt/KDE file dialog. Sure, it's not Enterprise quality and it has some minor problems (can't use anything but the file dialog while the dialog is open), but it's worth it for a home user (I'm using Firefox 1.5.0.1 with the Qt file dialog at home).

      --
      I really wanted to change my sig to something witty, but all I could come up with is this.
    13. Re:TFA says "millions" by rtb61 · · Score: 1
      Well if that's what the current market leader is willing to pay, what will the other two be willing to cough up. For microsoft it might be a bit of a bitter pill but with the latest version of google earth altering the default search of Internet explorer to google instead of MSN they might be interested. As for yahoo it might help to differentiate themselves from microsoft who are of course a major competitor.

      As for the currently quieter search players, news corp/fox network, Disney/abc and aol/time warner (when the search/net advertisers are eating into their revenue they have to start clawing it back or else), they should also be interested in getting their piece of the pull down and be willing to bid on who defaults.

      It sort of behoves open source to be commercially politically neutral, well, at least with companies who don't rabidly attack it, perhaps one particular company should have to pay considerable more to get a look in ;-).

      --
      Chaos - everything, everywhere, everywhen
    14. Re:TFA says "millions" by Sparr0 · · Score: 1

      it could include .1 tens of millions, or 100 tens of millions.

    15. Re:TFA says "millions" by trifish · · Score: 1

      "Tens" means "tens" (10's). Not "tenths" (1/10's).

    16. Re:TFA says "millions" by trifish · · Score: 1

      "Tens" always means whole tens. Not tenths. 20 tens are already hundreds (i.e. we would say "hundreds of millions"). To be very precise, "tens of millions" means 20 to 190 millions.

    17. Re:TFA says "millions" by ClamIAm · · Score: 1

      "tens" means ten times some other number.

    18. Re:TFA says "millions" by trifish · · Score: 1

      > "tens" means ten times some other number.

      First, it is in plural so it is not "ten times". It is "tens". That means 2..19 time 10 times million.

    19. Re:TFA says "millions" by ClamIAm · · Score: 1

      Your plethora of references never ceases to amaze.

    20. Re:TFA says "millions" by trifish · · Score: 1

      It seems you finally got it.

  34. woah by Xtravar · · Score: 1

    I use the google search box so much... Even when I don't have to, I accidentally use it just by habit. I must be making them billions!

    --
    Buckle your ROFL belt, we're in for some LOLs.
  35. Mozilla and the Prophets of Global Warming Doom by gd23ka · · Score: 1

    Mod me up, mode me down but I still have to ask: Where did you pick up this extremely stupid piece of vocabulary: "Is it sustainable...?" This is exactly how the ecosocialist green Agenda 200X crowd of nature loving manhaters would put it as you will find them continually moaning over pretty much anything: "Yes, but tell me, is it sustainable? is it REALLY sustainable??"... Well putting it into the pseudoscientific Sierra Club way of doubletalk: Yes! Mozilla is highly sustainable and part of a new highly sustainable approach to an economy where everybody profits. Tell you all what: I hope they are raking in millions.

    1. Re:Mozilla and the Prophets of Global Warming Doom by cyber-vandal · · Score: 1

      This is exactly how the ecosocialist green Agenda 200X crowd of nature loving manhaters

      Manhaters? How do you work that one out?

    2. Re:Mozilla and the Prophets of Global Warming Doom by Anonymous Coward · · Score: 0

      You are an idiot.

    3. Re:Mozilla and the Prophets of Global Warming Doom by amliebsch · · Score: 1

      He's probably referring to wingnuts who view man as an infestation - a "bad" influence over "good" nature - and talk about drastically reducing population through various methods.

      --
      If you don't know where you are going, you will wind up somewhere else.
    4. Re:Mozilla and the Prophets of Global Warming Doom by gd23ka · · Score: 1

      What an eloquent reply. I stand rebuked.

  36. Re:Phase 2? by Savage-Rabbit · · Score: 5, Insightful

    They don't have much choice...Microsoft had essentially destryed "direct" market by driving browsers price to zero. And they need _some_ ways to fund their development.

    Yup and it isn't as if there is anything morally wrong about OOS projects making money as long as it doesn't violate GPL and the profits go toward funding the project? Personally I don't mind, there are plenty of examples of non-profit organizations that have revenue streams so why get upset over the Mozilla project joining that group as long as the money doesnt' corrupt them?

    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
  37. Re:What's also funny is its really hard to get rid by Wieland · · Score: 2, Informative

    I wanted to disable it, because I don't need google (or anyone else) to know I'm using firefox.

    Ever heard of UA strings?

    GET / HTTP/1.1
    Host: www.google.com
    User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060203 Fedora/1.5.0.1-1.1.fc4.nr Firefox/1.5.0.1

  38. Money Raising Methods by Aqua04 · · Score: 2, Insightful
    Talking about raising funds online in unexpected ways. Air America Radio in Phoenix recently got kicked out of their home station by new christian-radio owners and there was an outcry in the community there. So, they did what any self-respecting liberal would do: they started raising funds for a new home through the use of a "Pixel board" petition where one could buy Pixels. Its that "million dollar page" idea I guess, but I've never seen it used as an organizational fundraiser before.

    Not that its really an idea for Mozilla or any other project. Or is it ? In terms of funding through Google, their ad models not only fund browsers rather well, but pretty much the entire web site eco system. Who isn't getting money from the Google Ad Business Model these days ?

    Amazing, although, of course there is a difference between apps getting money and sites getting money. (Have to admit, though, I didn't even know until recently that browsers had that much of an income opportunity just through that Google search field.) Will Google encroach on the big ad agencies' turf soon ?

  39. Re:What's also funny is its really hard to get rid by timecop · · Score: 0

    Yes, and the shit inserted into query string for a search engine plugin named "Google" is totally independent from UA string which you CAN change from inside about:config.

    Changing UA string in firefox is easy. Getting rid of the spyware search query is not.
    This is what I was talking about.

  40. No prob! by gordgekko · · Score: 2, Insightful

    I'm not opposed to the foundation making money I just want to know where it's going. Why is the foundation so fucking circumspect about telling us?

    Time to switch to Opera I guess...at least I know who is making what there.

    --
    You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
  41. they are making a fortune. FACT by wwmedia · · Score: 3, Interesting

    heres how much i make a month just from search alone

    53,846 @ 3,557clicks = $261.67

    now thats per month and im a small publisher

    firefox probably gets that many searches every minute!

    also they pay up to $1 for every person who downloads firefox from a referal from my site

    !!

    1. Re:they are making a fortune. FACT by Ciaran_H · · Score: 3, Interesting

      I believe that disclosing how your site is performing in that way is against the Google AdSense Terms and Conditions (see clause 7). You can give the total amount of payment, but you've also given the number of clicks you get, which the T&Cs disallow.

    2. Re:they are making a fortune. FACT by wwmedia · · Score: 3, Funny

      thats why probably firefox are not disclosing the figures

      but not to worry google have to find my site with adsense first if they want to charge me with breaking the tos

  42. Bandwidth Fairies by Joebert · · Score: 5, Insightful

    Imagine that, Mozilla has income.
    Here all this time I thought the bandwidth to distribute 100 million coppies at 5 mb each & the occasional updates was being pulled out of the ass of bandwidth faries.

    --
    Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    1. Re:Bandwidth Fairies by slavemowgli · · Score: 2, Informative

      Actually, the Mozilla website and all that is hosted by the Oregon State University's Open Source Labs. So from Mozilla's point of view, the bandwidth and all that *is* free indeed.

      --
      quidquid latine dictum sit altum videtur.
    2. Re:Bandwidth Fairies by ceeam · · Score: 2, Funny

      Please don't use words "ass" and "fairy" together ever again. :)

    3. Re:Bandwidth Fairies by asa · · Score: 1

      "Actually, the Mozilla website and all that is hosted by the Oregon State University's Open Source Labs. So from Mozilla's point of view, the bandwidth and all that *is* free indeed."

      Really? You're familiar with the terms of the Mozilla/OSU agreement and so you can say with authority that Mozilla pays no bandwidth costs? Care to tell us where you get your information?

      - A

  43. can i get some ? by jgabios · · Score: 1

    well, if a get involved, i get a part of that money, too?

  44. Re:Phase 2? by Lennie · · Score: 1

    'Bill' has the revenue-stream from the ads on MSN-search. Trust me, not missing out on anything, only problem they have is people changing there homepage to google, installing googlebars, that sorta things.

    --
    New things are always on the horizon
  45. Re:What's also funny is its really hard to get rid by Wieland · · Score: 1

    I wouldn't consider it spyware though, unless you would consider any browser that sends out UA headers spyware. The search bar doesn't tell Google that *YOU* are using Firefox, nor that you were looking for [fill in your fetish here]. It just tells Google that *someone* performed a search for [fetish] through Firefox's search bar. IMHO, that's no different from your browser correctly identifying itself as Firefox in my server logs.

    If you're that worried about Google spying on you personally, you should block Google's cookies, which are much more of a threat to your privacy, and make sure you're behind an anonymizing proxy.

  46. Re:What's also funny is its really hard to get rid by Kerr · · Score: 0

    I just love how /.ers seem intent on biting the hand that feeds; but, if you are investing time on cleaning your mozoogle searches, it's time wasted. Unless you're masquerading your browser headers somehow, google will still see all. Tinfoil hats, anyone?

    --
    Don't try to outweird me, three-eyes. I get stranger things than you free with my breakfast cereal. -- Zaphod Beeblebrox
  47. for profit or non? by matgorb · · Score: 2, Interesting

    My real question is where all this money goes, I had the, maybe stupid, idea that the Mozilla foundation was non for profit, hence all the money they make is to pay their employees and invest. Now, if they make real money out of it, I would be a little bit pissed off, since I donated money to advertise their product, I mean if they have that much money, they can sure do some advertisement, can't they? I'm not saying I'm ennoyed I gave money, but when I see that : "# What is the purpose of this site? As a small, non-profit organization, the Mozilla Foundation has very limited resources at its disposal to market Firefox to the world. SpreadFirefox was created to fill this void, and was founded on the same principles of community involvement that drive the development and testing of Firefox. We believe there is nothing that a large community of enthusiastic volunteers can't accomplish, and this site exists to unite the community into one cohesive marketing force that even competitors with unlimited resources can't compete with. For more information, see our original announcement." And then I hear about all these arrangements, it sounds to me like their limited ressources are not that limited, so I understand it's not Mozilla directly, but spread firefox in this instance, but it sounds like a lot of bs suddendly.

    1. Re:for profit or non? by pelrun · · Score: 2, Insightful

      I don't understand the mental leaps that could reach such a conclusion.

      Nobody knows how much money Google has given Mozilla. But hey, it's Google, Google's rich, therefore Google must have given Mozilla 50 BILLION DOLLARS hence Mozilla must be an evil den of scam artists, cheating HARD WORKING salt-of-the-earth taxpayers out of money to feed their children whilst they worship Satan and drink baby blood for refreshment.

      Um. Right.

      Mozilla has a large number of employees it has to pay. I work for a software startup that has a tenth the number of employees, that operates quite frugally and isn't blowing millions in venture capital like a lot of IT startups have... and yet it *still* has basic operating costs of tens of thousands of dollars a month. Scale that to Mozilla's case and you begin to see it's not fair to expect them to conduct business on insert-unrealistic-personal-expectation -of-"nonprofit"-revenue-here dollars a year. Employees cost money. Office space costs money. Utilities cost money. A *lot* more money than you seem to think it does.

      Yes, my company is for-profit, but that only matters once we start making more than we're spending...

      Additionally, "non-profit" isn't some self-applied fuzzy term that a manager can just decide to ignore when it's convenient - there's a raft of legal and taxation obligations placed on any company with non-profit status. Auditors have to make a living after all...

    2. Re:for profit or non? by MooUK · · Score: 2, Informative

      The Mozilla Foundation is non-profit. The Mozilla Corporation is not. The later was created to support the former.

  48. This explains the adsense notoolbar restriction by witherstaff · · Score: 1
    Since it's so easy to add a fx search bar addition, the temptation to create an adsense branded google search came. Sure it's against their AUP, but was worth a shot. Put it on a variety of computers, different locations, different IP blocks, etc. I have to hand it to google, they noticed it very quickly and I got a firm reminder to not do anything outside of their policies. So on to idea two - bouncing through a proxy search, putting in the adsense search tags, then directing to google - same result, google yelling. Oops!

    I wonder if increased competition by other search engines will eventually make google reconsider. I'm sure organizations, school systems, etc would mandate IE over firefox if they earned money via an authorized adsense search.

    Hundreds of ISPs would switch to firefox if adsense searches could be "sub branded" to firefox like an MLM scheme.

    On the one hand I'm glad there is firefox, on the other - easy money just out of reach...

  49. It's the GPL, silly! by TapeCutter · · Score: 4, Insightful

    "....to astroturf even. And I wonder if they are - they appear to have an unreasonable amount of support on sites like this...."

    They get "an unreasonable amount of support" because they use the GPL, there is no conspiracy, take away the GPL and they all look pretty much the same. In fact that is the whole point, they can't legally take away the GPL for code that has already been released. Rightly or wronly many "intellectuals" associate open source with freedom and indepenence.

    Money motivates and astroturf happens, but "on sites like this", the GPL stamp is what drives the genuine enthusiasim amongst people who do know their stuff. If you don't "do software" for a living the GPL may seem obscure, but trust me, the GPL is important not only to geeks, but also an ever growing number of corporations and governments.

    When I worked for IBM in the 90's, the then CEO, Lou Gerstner said: "All software has been written, it just needs to be managed". None of us geeks had a fucking clue what he was talking about and simply laughed at his seemingly bizzare pronouncments. Ironically I now make a good living by stiching software components together, many of them open source.

    --
    And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    1. Re:It's the GPL, silly! by Dot.Com.CEO · · Score: 1

      Firefox is GPL?! When did that happen?

      --
      Mother is the best bet and don't let Satan draw you too fast.
    2. Re:It's the GPL, silly! by m50d · · Score: 1

      But there are GPL browsers that are 10x as good that don't get anywhere near as much attention. I don't know any serious hackers who use firefox - some are on mozilla suite, but most have (from what I've seen) moved on to better things.

      --
      I am trolling
    3. Re:It's the GPL, silly! by bergwitz · · Score: 1

      Like what?

      --
      Evolution is just a scientific theory. Creationism is not.
    4. Re:It's the GPL, silly! by Anonymous Coward · · Score: 0

      271 Projects in Internet :: WWW/HTTP :: Browsers

      Enjoy!

      (Although, admittably, several of those projects are either Mozilla itself or Mozilla based, and quite a few aren't web browsers at all. But it's a nice list to start with.)

    5. Re:It's the GPL, silly! by m50d · · Score: 1

      The native gecko-based browsers (k-melon/camino/galeon etc.) are generally superior (as is unsurprising really, a non-crossplatform version can be better integrated and so do a lot more cool things), and konqueror utterly blows it away IMO.

      --
      I am trolling
    6. Re:It's the GPL, silly! by Kjella · · Score: 1

      From the FAQ:
      "Is Firefox free?

      Yes! Firefox is open source software, meaning that anyone has the right to download and use the browser for free, to distribute it unmodified to other people, and even to view and modify the source code under the terms of the Mozilla Public License."

      And if you go to the licensing page which has more detail:
      "This page details the licenses under which Mozilla source code can be obtained. At the moment, parts of the source are available under either the Netscape Public License (NPL) or the Mozilla Public License (MPL), often in combination with either the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL), or both. mozilla.org is working towards having all the code in the tree licensed under a MPL/LGPL/GPL tri-license; for more information, see the Relicensing FAQ.

      Any code checked into our CVS tree needs to comply with the licensing policy.

      Official binary releases from the Mozilla Foundation are released under the terms of Mozilla End-User License Agreements."

      Since they're aiming for the LGPL, I would say the GPL part is redundant. They're building a browser that is LGPL and can be linked to any proprietary component they wish. Also obviously everything needs to be under the MPL because you have to agree to an EULA before using the official builds. If Mozilla was just GPL/LGPL, they couldn't do that. I guess this is the whole Gnome LGPL vs KDE GPL discussion all over again. But if you're looking to support a GPL browser, and not a LGPL one, Firefox isn't it...

      --
      Live today, because you never know what tomorrow brings
    7. Re:It's the GPL, silly! by TapeCutter · · Score: 1

      Fair point, it's a lot more complex than I thought but then I have never had a need to distribute it.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    8. Re:It's the GPL, silly! by TapeCutter · · Score: 1

      You may be right but anything "non-crossplatform" will not get sniffed by IT departments unless it's bundled with sex, money or drugs.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    9. Re:It's the GPL, silly! by m50d · · Score: 1

      Yeah right. How many IT departments won't let MS Office anywhere near them?

      --
      I am trolling
  50. Mozilla and Google by ortcutt · · Score: 2, Informative
    Well. Mozilla HQ is about practically on Google's campus.

    Map of Mozilla HQ

    Map of Google HQ

    1. Re:Mozilla and Google by amrust · · Score: 1
      Or, in case you work for Mozilla, and you get lost looking for Google:

      Driving Directions

      Just remember to pee before you leave. It's quite a road trip.

      --
      VOTE!
    2. Re:Mozilla and Google by xiaix · · Score: 1

      Interestingly enough, the trip is half as long if you use Yahoo! maps: Driving Directions from Yahoo! You would think Google would know the quickest way...

      --

      Have you read the Moderator Guidelines yet?

    3. Re:Mozilla and Google by hublan · · Score: 1

      Interestingly enough, the trip is half as long if you use Yahoo! maps

      Well, duh. That's because Yahoo! only goes half-way there. Maybe they have an exclusion zone around Google HQ.

      --
      My spoon is too big.
  51. so... what ? by l3v1 · · Score: 1

    I don't think I understand this right... some people seem to suggest Mozilla and co. making some money is a bad thing ? It's the new fashion to hate people when they finally get some real money for the work they've done and are doing ? Maybe, if they were some huge bad company making buggy and unsecure and unstable and unusable software and would get bloody rich with it. Other than that, I just wish them good luck, and even more luck and money in the future, until they continue to make good and free apps, and I absolutely don't have anything against them getting per click/search/ad/etc money from Google. For other companies which produce closed source good or bad software for sh*t loads of money with lenghty release cycles and unfrequent patches and updates, I don't feel anything for them, they are just another fish in the pond that try to take our money.

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  52. Well, if it's this big supposedly by hey! · · Score: 4, Insightful

    it should be possible to confirm this to a reasonable degree of satisfaction.

    Non-profits, while they don't pay taxes, go through the same auditing process that private companies do. They also have to submit a "Form 990" to the Feds, which is roughtly equivalent except that it is public information. The first section of the form is gross revenues, under which income from contributions and program service revenue are different lines.

    So, if the line for program and service revenue is nearly 100 million, they're probably not getting it from giving backrubs.

    There may be additional state disclosures required, depending on where they're incorporated. For example, here in Massachusetts, it's possible to find out CEO salaries for non-profits. This is designed to prevent people from funneling estate money to their heirs through shell charities.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:Well, if it's this big supposedly by Myen · · Score: 2, Informative

      Yeah, the Mozilla Foundation files IRS 990s at least... Can't seem to find anything newer than 2004 of course.

      http://www.guidestar.org/FinDocuments/2004/200/097 /2004-200097189-01fa37ef-9.pdf
      http://www.scroogle.org.nyud.net:8090/mozilla.pdf (same content as above)

      Not sure how that's going to work out with the MoCo spinoff; IANAA so I don't know if a NPO wholly owning a corp would need to report on profits made by the corp or not.

    2. Re:Well, if it's this big supposedly by ptbarnett · · Score: 4, Insightful
      On the 2004 return, "sponsorship revenues" were $4,422,674.

      In statement 7, the explanation is:

      Qualified sponsorshiop payments received as the result of agreements between various search providers and Mozilla. These arrangements facilitate the dissemination of the Foundation's Firefox browser, thereby increasing the accessibility of the internet. Mozilla receives payments for allowing the Internet search provider to occupy its default or primary search location, or for the opportunity to be included in the Firefox web browser.

      (Original is all caps. Lameness filter wouldn't let me post it that way)

    3. Re:Well, if it's this big supposedly by koyote-eliot · · Score: 1

      Non-profit status does not mean that an organization does not pay taxes. It simply means that the main activity of the organization is classified as tax exempt. Non-profits can earn income from taxable businesses, such as an arts organization running a bookstore that provides income to support shows.

      http://www.irs.gov/charities/article/0,,id=96103,0 0.html

      Even though an organization is recognized as tax exempt, it still may be liable for tax on its unrelated business income. An exempt organization that has $1,000 or more gross income from an unrelated business must file Form 990-T, Exempt Organization Business Income Tax Return. The obligation to file Form 990-T is in addition to the obligation to file the annual information return. ......

      --
      A point in every direction is the same as no point at all. -- Harry Nilsson
  53. GNAA has been quiet lately by Anonymous Coward · · Score: 0

    If you don't start trolling properly again I might have to stop reading slashdot and get married or something.

  54. OMG burn the browser! by tod_miller · · Score: 2

    I cannot have the people behind the browser I use making money from it, that may in turn lead to improvements and new features etc.

    Of course, everyone knows that is a lie, as soon as they get money they will tie the product to intel and force me to upgrade to large and larger versions which do the same thing with built in backward incompatability!

    Damnit! I am going back to Firefox 0.4a thankyouverymuch. /lol

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  55. Re:What's also funny is its really hard to get rid by Sepodati · · Score: 1

    And then disconnect your computer and lock yourself in your basement bedroom you fucking paranoid dumbass. Are you really getting your silk panties in a wad because of a fucking user agent? Pathetic. (This is to the GP, btw... just adding to your suggestions.)

    ---John Holmes...

  56. I suppose I haven't helped much... by kubevubin · · Score: 1

    I've never used the integrated Google search within Firefox, nor have a used the Google search box on the home page. I immediately change my preferences, dragging the Google search box off of the main interface. I, personally, would rather do my searches from a Web page itself. And I'd rather do it from the main Google page. I wonder what percentage of Firefox users actually use the integrated search boxes? Over 90%, I suppose?

    1. Re:I suppose I haven't helped much... by magicchex · · Score: 1

      Out of curiosity, why do you prefer to load the Google page and search from there rather than using the built-in box? I guess I fail to see why you would go through the extra steps of removing it just to not use it.

      --
      How many fulltime jobs can one man have?
    2. Re:I suppose I haven't helped much... by kubevubin · · Score: 1

      I don't know. I'm the same with e-mail. I'd rather access it via a Web page than a dedicated e-mail client. I do the same with Opera (my primary Web browser). I've never used the integrated Web search in any Web browser.

  57. Re:Phase 2? by Cobralisk · · Score: 1

    Oh, that seems much easier. 1. Create Browser 2. Create Google workalike global information service 3. Profit!

    --
    Waiting for ad.doubleclick.net...
  58. MOD PARENT UP! by Anonymous Coward · · Score: 0

    More ways for webmasters to suck down my CPU cycles is not what I would call an improvement.

  59. OS of Google! by cyfer2000 · · Score: 1

    show "OS of google!" before booting up. But if it is payed on the times the word google will be shown, I don't think linux developers will get rich.

    --
    There is a spark in every single flame bait point.
    1. Re:OS of Google! by Anonymous Coward · · Score: 0

      There could be some ads in the conf-files. Imagine:

      # /etc/X11/xorg.conf (xorg X Window System server configuration file)
      #
      # This file was generated by dexconf, the Debian X Configuration tool, using
      # values from the debconf database.
      #
      # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
      # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
      #
      #
      #If you would like to purchase a better videocard go to http://nvati.com/

  60. Where did Google get all that money? by Kittie+Rose · · Score: 2, Interesting

    It's pretty interesting. It's a long shot enough a Search Engine making that much money, let alone them having enough to hand out to their favourite Web Browser.

    --
    EpiAdv - if you like Pokey the Penguin, try this comic!
  61. how about bundling with other search? by john_uy · · Score: 1

    I just wonder what the reaction of the community will be if let say that the search be redirected to MSN, Yahoo, et al. Will it be something to the tune that they are getting "tainted money"?

    --
    Live your life each day as if it was your last.
  62. Here's how you find out how much by LawGeek · · Score: 1

    Mozilla Foundation is a 501(c)(3) non-profit. Their tax returns are a matter of public record and can be requested by anyone by contacting the IRS. There are watch dog organizations out there who request these records for certain non-profit orgs, so they may be tracking Mozilla Foundation already.

    The benefits to 501(c)(3) organizations come at a cost of having to share a lot of information with the government/public that for-profit organizations don't have to. This way, we can see how much they're making, what they're spending it on, and the like.

  63. So what? You're missing the point by UnanimousCoward · · Score: 1

    Your argument misses the point. Nobody begrudges an organization's efforts to stay financially solvent, but transparency is crucial to ethical behavior, and I would like to know that Mozilla is making money from its search partners. IMHO, that knowledge is critical in understanding where and why an organization makes certain decisions.

    I don't see mention of Mozilla's "business model" anywhere on their site, and that disappoints me...

    --
    Twelve-and-three-quarter inches. Unyielding. This wand belonged to Bellatrix Lestrange.
  64. You laugh at 4% by Anonymous Coward · · Score: 0

    but did you know that Mercedes, BMW, Volkswagon, Saab, and Volva sales in the US, all taken in the aggregate only add up to 1% of the US auto market? How's that for just 1%? 4% is huge. 10% is considered mainstream use.

  65. MOD UP by Anonymous Coward · · Score: 0

    Well found on the numbers! I presume they've gone up since then of course...

  66. Re:If You Work For Free, You Are an Idiot by Fantastic+Lad · · Score: 2, Insightful
    All you dreamy eyed college kids working for the 'community'....you are being had. When your college loans come due you will know what I mean.

    So. . . You don't do anything if you aren't being paid, (or unless you are paying some company for the pleasure of spending your time with their product or service)?

    I hope you are mis-reporting yourself.

    I use Firefox and I am very glad to have it. I am not a programmer, so I give my time in other ways to the world in the desire to make things better for the people around me. My community is a good and happy one, and it remains a good and happy one because a lot of people here enjoy donating their time and energy to others. It reciprocates nicely in all manner of ways which money cannot (and should not) measure.

    Living in a community filled only with people who refuse to lift a finger unless they are being paid sounds utterly and completely miserable.

    I'm not saying we don't all have bills at the end of the month. But I am saying that it's vital, if you want a healthy and happy community, that people learn to share and help each other. --Work-for-money fuels the basic structure. Work-for-free fills the structure with color and life.


    -FL

  67. BBC by gtpalm · · Score: 1

    It makes one wonder how much the BBC is paying for the default RSS livebookmark ?

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

      I doubt they pay anything since the BBC don't make any money from their website. I presume it is just included as an example of that functionality and that the BBC are considered to provide high quality news coverage.

  68. Good by J05H · · Score: 1

    It makes me happy to know that someone in the open source community gets paid for their efforts. Firefox is great software.

    --
    gigantino.tv - Heavy but weighs nothing.
  69. Does this mean they pay Apple, Opera, etc. too? by harvardslacker · · Score: 1

    Does this mean that Google also pays Apple for searches made from Safari, Opera for searches from that browser, etc? It would make sense, I would think, as TFA mentions treats this as similar to other 'partner' programs Google has, but I never knew that to be the case. Do you think they would pay a browser's producer if Google is not the default search engine, but an option, and the user selects that option?

    Greg
    ---
    http://www.gregwestin.com

  70. Well I don't really care by FunctionalMethod · · Score: 1

    but if somebody donated 50$ for Firefox , and then it turns out that Mozilla is making lots of $$$ I would be pretty pissed.

    --
    -- TRUST ME! I KNOW WHAT I'M DOING!
  71. Focus on mozilla? by shish · · Score: 2, Interesting

    How much money does slashdot make from all the advertising?

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    1. Re:Focus on mozilla? by Anonymous Coward · · Score: 0

      Who cares?

      No, really, I get the point you're trying to make. But who cares? Slashdot is a commerical site, supported by advertising.

      Mozilla is a CHARITY, which asks for DONATIONS. (No, subscriptions aren't the same thing at all, since you get something in return for them.)

      That's why people care. Because Mozilla is SUPPOSED to be a charity, and instead they're making millions of dollars off people's searches. Seems kinda shady...

    2. Re:Focus on mozilla? by shish · · Score: 1
      Because Mozilla is SUPPOSED to be a charity

      ... no it isn't :-/ The mozilla foundation is, but all the monetary dealings we're talking about are done by The Mozilla Corporation

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    3. Re:Focus on mozilla? by Anonymous Coward · · Score: 0

      Weird, according to the page you linked to:

      Formed on August 3, 2005, Mozilla Corporation oversees the development and distribution of Mozilla technologies and products, including the popular and award-winning Firefox Web browser and Thunderbird email client. Mozilla Corporation relies on the talents of a core group of employees, as well as a vast community of worldwide contributors, to build and deliver great, user-friendly products.

      Mozilla Corporation is a wholly owned subsidiary of the Mozilla Foundation. Established in July, 2003, the Mozilla Foundation is a non-profit organization whose mission is to promote choice and innovation on the Internet. The Foundation provides organizational, legal, and financial support for the Mozilla open source software project, and governs the actions of Mozilla Corporation.


      From that page, it sounds like all the money comes in through the Foundation, and all the Corporation does is guide developers. It hardly explains that Mozilla is raking in millions of dollars through a shell corporation as part of an illegal tax dodge, all while trying to suggest that they're a charity...

      I really can't wait until the Mozilla Scandal hits the media, it's going to be funny.

  72. This reeks of capitalism by HangingChad · · Score: 1
    Open source programmers getting paid. I thought all open source programmers were long-haired commies living in their mother's basement? Darl McBride from SCO said that, so it must be true!

    If they become economically viable they might actually attract healthy, fertile females who will want to mate with them. *gasp* *horror* They'll start reproducing!!!!

    There's no end to this chaos!

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  73. Good for FF... by Churla · · Score: 3, Interesting
    One thing many people on the internet have yet to embrace is a simple fact. Everybody needs to survive, and in our world that means income. Period. Even the open source software we love so much has to earn itself a living somehow else it will always be a distant "when I get spare time i look at it" stepchild, or a "I'm doing this to get my name known" project which is apt to have it's best developers move onto paying gigs.

    Look at the biggest names in Open Source, they all have some income generating stream somewhere. If this is how Mozilla drums up money for FF than more power to them as it's the least intrusive money making scheme i've seen in software yet. (Compare to banner ads for instance)

    --
    I'm a fiscal conservative, it's a pity we don't have a political party anymore
  74. Re:Phase 2? by Bradmont · · Score: 1

    Firefox isn't distributed under the GPL, it's source is distributed under the MPL (mozilla public license). It also has its own EULA that doesn't deal with development stuff.

  75. Its not a non-profit by dreemernj · · Score: 2

    Firefox and Thunderbird are developed and distributed by Mozilla Corporation. Its a subsidiary of Mozilla Org and its a taxable for-profit entity.

    --
    1 (short ton / firkin) = 89.1432354 slugs / keg
  76. Re:So what? You're missing the point by Bing+Tsher+E · · Score: 1

    No, actually transparency is crucial to unethical behavior. What I mean is that if everybody behaved ethically, there would be no need for transparency. People could, uh... mind their own business if we all were totally ethical.

    If the world were as you describe it, nobody could ever be trusted about anything, for any reason. In your world the only way people could be expected to be civil to one another is if some overbearing force watching over them would come down on them if they didn't remain civil.

    That isn't how the world works. It isn't how the world has ever worked. There are degrees of transparency and opaqueness and it isn't a bad thing.

  77. Re:If You Work For Free, You Are an Idiot by aussersterne · · Score: 1

    I think what this person means is that if you are writing free software as a student who is living on student loans, you are actually not just "doing it for free," but are rather *paying* to write free software, the bills for which will arrive later.

    The further implication is that once the student loans run out, you will discover that you need an income (and always in fact have) in order to support the writing of free software; sadly you can't make a profession of simply "generously helping others" with no income to speak of, at least not in the neoliberal marketplace.

    The OP could have said it better, true, but it's a good point.

    --
    STOP . AMERICA . NOW
  78. Good by geniusj · · Score: 1

    Good.. They deserve it. They have to get paid like anyone else. It's just great that they can get paid doing something that all of us benefit from, and not have to do this solely in their free time. I feel better about Firefox's future now than ever before.

  79. Mod parent up! by Anonymous Coward · · Score: 0

    Finally, something insightful.

  80. Mod +1 Insightful by wanorris · · Score: 1

    Exactly. Opera is cleaning up in the mobile and embedded market.

    The best part is, it's because their browser does have a small footprint, so they're being paid to keep it that way.

  81. Sweet! This means... by Oldschoolwax · · Score: 0

    .... Every time I set up a Windows system for someone (and I know they will use IE no matter what I tell them) I can just have the IE home page set to the REF=Firefox link and Firefox gets paid! Nice! From now on that's what I'll do.

  82. Mozilla tri-license by tepples · · Score: 1

    Firefox isn't released under the GPL.

    O rly?

  83. It was all just a point of terminology by tepples · · Score: 1

    Google are paying me money (by cheque) this month for ad clicks from my site, because I have a 120x600 skyscraper and a search box which I signed up for an account to get

    Then you are a "publisher" under Google's terminology.

    1. Re:It was all just a point of terminology by NekoXP · · Score: 1

      I don't care what they call me.

      The point is not terminology but EVERY TIME SOMEONE SEARCHES FROM MY SEARCH BOX, THEY PAY ME. And I'm asking what's the diff with Mozilla?

    2. Re:It was all just a point of terminology by rm69990 · · Score: 1

      Never said there was any difference. If you would pay attention, you would notice I said that if Google paid their advertisers they would go bankrupt. Advertisers pay Google. Google pays Publishers. You are a publisher. Is that really so difficult to understand? So, to reiterate, I never said you and Mozilla were different. All I said is that neither you nor Mozilla are advertisers. It is the same thing as CBS. CBS is a network (aka a publisher, since they publish content). If Apple places an ad on CBS, then Apple is an advertiser. See the difference?

  84. Yeah, that's "cheated" all right: it's click fraud by tepples · · Score: 1

    It would have to initiate random Google Searches, then autoclick ads on the Google page.

    That's called click fraud, and users of Google services are prohibited by contract from engaging in click fraud.

  85. no biggie by llamaxing · · Score: 1

    I don't see what the problem is. As long as it's free to me, ya know?

    Besides, Mozilla isn't profiting off the downloads of Firefox. It's profitting from Google for having its search features integrated into the software (but easily removed and unused)

    I don't see why this is so special.

  86. wait a minute.. by Anonymous Coward · · Score: 0

    hey, i can count upto ten.

    1. Re:wait a minute.. by Anonymous Coward · · Score: 1, Funny

      Ok ok, so it's more of a third leg.

      Unless, of cource, you somehow crazy glued it to your hand "by accident". In which case it wouldn't just be your third leg, but also an eleventh finger. Come to think of it, in some parts of the world they also call it "your second head" (or in rare cases your only head, this is often claimed by women and they are currently gathering evidence to support this theory).

  87. Good for them. by zerofoo · · Score: 1

    This partnership hurts no one and helps fund the development of a better browser.

    Good for them.

    -ted

  88. You can "fix" the FF memory leak by gravyface · · Score: 1

    http://kb.mozillazine.org/Browser.cache.memory.cap acity I have 1.5 GB of RAM; I have my cache set to 64 MB (4096).

    --
    body massage!
  89. Re:So what? You're missing the point by BeanThere · · Score: 2, Insightful

    transparency is crucial to ethical behavior

    Just a question, do you think that all private companies should be required to publicly disclose their financials, like publicly traded companies are, in the interests of "ethical behaviour"?

    If you owned a private business would you think it's best to keep your finances public? (One problem with this line of thinking is that the smaller the business, the more blurry the line between the individual and the company --- at some point one would inevitably have to also then argue that the financials of an individual should be public information, and then hence, every individual's. It isn't really my business what my neighbour is spending his money on so long as his actions aren't harming me or others - and if they are, it's usually possible to tell regardless of transparency due to the consequences.)

    I'm not convinced that transparency is vital to maintain ethical behaviour within an organisation. If it was, private companies would be havens of illegal behaviour, yet we already have enough checks and safeguards against actual illegal activities that transparency isn't really necessary to keep the system working ... there are millions of private companies that are run quite ethically. For example I own a private business and of course do not release my financials ... but there is little opportunity for me to behave unethically or illegally (even if I wanted to, which I don't), because my financials are still audited and because it wouldn't be possible for me to charge others without delivering the product - I'd get sued.

    I don't see mention of Mozilla's "business model" anywhere on their site, and that disappoints me

    I start to agree with you somewhat here: The Mozilla Foundation tends to "parade itself" almost as a kind of charity / non-profit organisation. But clearly there is a "business model" of sorts. This seems deceptive. Without transparency, the executives could be (for example) paying themselves millions. This isn't necessarily illegal but would be unethical. This is the real issue here and what "nags", not the mere fact that they make money or that they market.

  90. Not so arbitray, at least not anymore by Kristoffer+Lunden · · Score: 1

    The controls of the other browsers are not that arbitrary, at least they aren't anymore. They actually fit in good with the systems they use, in that the same combinations work in the rest of the applications on that same system. This is at least mostly true for IE on Windows, Epiphany on Gnome, Konqueror in KDE, Firefox on many platforms, and probably more. This extends to themes, look and feel, naming of menus (example: Firefox moves the Preferences entry between platforms to conform). All of this makes it easy for a user to find things and be effective, and the user will feel at home with the application.

    Opera doesn't feel at home anywhere, as it does everything its own way. That's a bad thing no matter how useful the actual functions are.

    And to those saying that users can remap their keys easily, well that is true but I user shouldn't have to - great defaults will make a user look twice. Almost all other browsers have good defaults.

  91. "Full Time Equivalent?" by thedbp · · Score: 1

    So does that mean if I work twice as fast and efficient as other people in the same position, I can work part time but be considered "full time equivalent," with all the pay and perks and half the hours? That would frickin' rock.

    America, what a country!

  92. Re:Google = "Rich Sugar Daddy"4 by Jeremi · · Score: 2, Insightful
    The sugar daddies are the likes of Sun, Nokia, IBM, and so on, who donated millions to
    Mozilla. And of course AOL which put a lot of money into the project initially. Opera has not been able to rely on donations from other companies


    Sure. But why do you think all of those companies were willing to donate time and money to Mozilla, but not to Opera?

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  93. Good for Mozilla! by tfcdesign · · Score: 1

    Jesus, you wouldnt do your job for free, why should they?

  94. Re:What's also funny is its really hard to get rid by whitehatlurker · · Score: 1
    this extra string is nowhere to be found! I wanted to disable it

    In Opera, this is in one of the config files, along with methods to add or change the search engines and options. Perhaps it is time to switch.

    --
    .. paranoid crackpot leftover from the days of Amiga.
  95. donated $20 by Anonymous Coward · · Score: 0

    And to think that I was being morally righteous by donating $20 to the Foundation because I felt guilty of using their bandwidth and talent for free! So in fact I had already paid for my bandwidth through Google searches and that I was suckered out of $20, because I mistook Google to be the begger in rags.

  96. How much Apple does? by Ilgaz · · Score: 1

    On OS X Tiger whatever you write to searchbox is:

    http://www.google.com/search?CLIENT=SAFARI&rls=tr- tr&q=testing&ie=UTF-8&oe=UTF-8

    (upper case by me and tr is my language)

    Agree or not, to use latest Safari on an Apple system, you gotta buy the latest OS. There is no "donation" or "foundation" around.

    Firefox, Opera getting paid to use Google as default search engine: OK for me. Opera now can be really used for free, without piracy or buying, Mozilla foundation gotta make money to live.

    What about $140 Apple Mac OS X default web browser? (please, no ebay links, no haxies, no hacks, no plist editing, plain safari!)

    That is the real issue. Such things really bothers me. I use Yahoo search with Yahoo services since they started and I don't plan to use Google anytime. Every single browser has "Google" as default, whether get paid or not. If it sounds OK to you, please don't type anything against IE or other "by default"' monopolies.

  97. That's Mozilla Foundation by prostoalex · · Score: 1

    While Mozilla Foundation is the happy place where users can donate money to a non-profit, its wholly-owned subsidiary Mozilla Corporation is the money maker in question. While Foundation has to do certain things publicly in order to support the 501c3 status, corporation doesn't, and guess who owns the browser? Yep, by visiting http://www.mozilla.com/ we can find out it's the Corporation, not the Foundation.

    1. Re:That's Mozilla Foundation by asa · · Score: 1

      "and guess who owns the browser?"

      And guess who owns the Corporation ;-) Yep, you guessed it. The Mozilla Corporation has one owner. It's is a wholly owned subsidiary of the Foundation.

      - A

    2. Re:That's Mozilla Foundation by prostoalex · · Score: 1

      So why the duality? While a non-profit has to open its books and do a bunch of things to qualify itself as a non-profit, a for-profit corp doesn't.

      Which logically begs the question - what activities are pursued by Mozilla Corporation, and what caused the setup of corporation in the first place?

      Somehow running a single non-profit organization just wasn't enough. Why?

    3. Re:That's Mozilla Foundation by Stu+Charlton · · Score: 1

      because a corporation has a number of benefits: limiting liability, tax incentives, and the ability to embark on pretty much any kind of legal commercial activity, something that non-profits are often restricted in doing.

      and yes, there's the privacy thing. they don't have to tell the public what they're doing, except the IRS (and the SEC once they reach a certain size).

      --
      -Stu
    4. Re:That's Mozilla Foundation by hyperstation · · Score: 1

      pardon me, but what "tax incentive" would a for profit corp have over a non profit one in the US?

  98. That's the Open Source Business Model, Flexin'! =) by v3xt0r · · Score: 0

    nice!

    --
    the only permanence in existence, is the impermanence of existence.
  99. Re:So what? You're missing the point by xenocide2 · · Score: 1

    The Mozilla Foundation's charter, like many non-profits, is to maximize good done. Normal companies maximize shareholder profits. They're both still businesses, but with different goals in mind. In a private business, there are shareholders that deserve some amount of information pertaining to how their interest is being served. The SEC in fact maintains a set of minimum disclosure standards to publicly traded companies. More importantly, as an organization dedicated to developing and promoting "good software", Mozilla should, not must, make their affairs public as a sign of trust to the community. If they don't then it can be interpreted as a sign that they aren't playing by the rules established for non-profits, when reality is that they simply haven't invested the time in this.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  100. Re:So what? You're missing the point by Derek+Pomery · · Score: 1

    Mozilla's finances are publicly available. I checked their information reported to the IRS for 2004.
    Was around 5 million.

    --
    -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  101. Nothing is "free" by Joebert · · Score: 1

    They can't suck on mommas teet forever.

    --
    Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  102. Doesn't this concern anyone? by TheNetAvenger · · Score: 1

    Doesn't this concern anyone?

    It suprises me on the lack of posts that don't hit at one of the cores of the topics. Sure there is the GPL thing, the non-profit thing etc...

    But we have been trusting and using this product and derivitive products now for a long time to find out they are just as greedy and could care less about open source or other important issues we thought we were supporting by using and assisting in the development of their products?

    Where is my kick back for time I spent contributing to their 'cause'?

    From this it is obvious they have no concern for consumer privacy, as they are willing to hand anything over to Google for the mighty dollar.

    And we have had this Google issue on the table here way too many times, they are not a lycos or a Altavista nor even MSN which is scary to say.

    They are NOT a search engine company, they are a marketing company working under the guise of a search engine company, and not only reverse associating search data to other online actions, but even data mining email in and out of their system and reverse associating this information based on email and IP back to the searchs and other activities they are tracking.

    Google is the 'corporate' version of the NSA on the Internet.

    So where is our consumer protections and privacy and how well are people 'overseeing' the mozilla code, how much 'isn't' open. Not to sound like I am wearing a tinfoil hat, but how do we know for sure the mozilla engine isn't reporting more than just what we know and searches to Google? A little something something slipped into the final builds for Google.

    With all that money being thrown their way, it would be a hard temptation if Google has or would one day say, tell us all the form data mozilla collects, or we stop funding.

    Sadly I know feel we are better off sticking with other projects and letting mozilla go the way of the original netscape. Things like Opera, Safari and even now here we are back to seeing IE as another 'safer' alternative, if MS keeps up with the security (as the last reports show, even in unconfirmed exploits, they were darn close to any other browers out there, and in disclosed ones, ahead of the curve.)

    How sad of a day is this, IE is now a 'safer' choice if you don't want your information being tracked by Google or whatever our imagination could imagine this horrible alignmnet might entail.

    Ya, MS could put code in IE that would 'invade' privacy, just like opera or Apple could as well, but we do not have any reason to believe any of these companies are doing that, as they would have nothing to gain from it.

    And with IE, they are too closely watched, not only by the US govt, if you don't trust the US, but by the EU and other foreign governments to ensure IE isn't data mining or doing things we now find out mozilla is a part of for sure. (As these bodies are working almost too hard to nit pick Winows and IE, and they have full access to MS's code.)

    Ok, tinfoil hat off, and truly think about this, there are a lot of bad things already pointed out about this alliance, but the security and privacy is the one that is the kick in the kneecap.

    1. Re:Doesn't this concern anyone? by Anonymous Coward · · Score: 0

      Your tinfoil hat was screwed on WAAAY too tight there man. Chill out. Your rant sounds like you think this is the end of the world. You forget that you're far too boring for anyone to even want to invade your privacy. So they make some money. BFD. Grow up.

  103. Re:Yeah, that's "cheated" all right: it's click fr by Bing+Tsher+E · · Score: 1

    So if someone forks the code and produces a version that does this, Mozilla would be thrown out of the 'Google services' operation and lose the funding??

    I'm just asking because if it hasn't already happened, it will.

  104. I have an idea how they could use the money... by Anonymous Coward · · Score: 0

    ...fix the #*%&ing! bugs already?

    Take for example, the printing bug that has been around, unchanged, since at least 2001:

    https://bugzilla.mozilla.org/show_bug.cgi?id=15489 2

    NOTE: you'll have to copy-and-paste this URL in to your browser.

    As another commenter noted in a fairly high-profile forum: Absolutely positioned frames (lost data on printing, critical). This bug and its earlier Duplicate (# 75213) are an unspeakable embarrassment for many Moz/FF supporters...

    At this time there is no hint that it will ever be fixed. It is rated "critical" but no one appears willing to fix it. It has been around for at least five years! This bug is iconic of the geriatric bugs that have creeped through the Mozilla code.

    So how about if Mozilla uses some of this money to pay someone to figure out how to bloody well fix this stuff?

  105. Re:What's also funny is its really hard to get rid by r_cerq · · Score: 1

    Next time, try undefining (or changing) the browser.search.param.Google.1.default key.

    Took me about 2 minutes to figure it out (just look at the existing config keys with "google" in their name and play around with them, for crying out loud...)

  106. Re:Google = "Rich Sugar Daddy"4 by Anonymous Coward · · Score: 0

    Well, it sure ain't quality or features...

    Ooo, Firefox just broke 100MB used with this tab! And it'll only go up from here!

  107. No One Has Addressed... by Anonymous Coward · · Score: 0

    Why is nobody concerned that a corporation is making millions of dollars off of the hard work and dedication of thousands of individuals who spent years volunteering their efforts? Now all of the sudden it's ok for a few individuals to hijack that work and make an undisclosed profit from it and then tell all those people who helped to fuck off when they ask WTF?? Hell no.

  108. So? by Anonymous Coward · · Score: 0

    Why is this a problem. I use Firefox, I use Google. Neither forces me to use the other. It's a choice I came to by myself. If Mozilla benefits, so what. So do I from my point of view. I can set Firefox to use another search engine. Firefox makes that easy. In IE at work, I had to bookmark Google to use it. ( I know there is a way to change that, but our IT dept. won't allow that.) For what I do, MSN search sucks rocks big time.

    All this noise is just not worth anything. Give it a rest, editors. It's not news.

  109. Re:So what? You're missing the point by UnanimousCoward · · Score: 1

    Just a question, do you think that all private companies should be required to publicly disclose their financials, like publicly traded companies are, in the interests of "ethical behaviour"?

    Okay, maybe I'm making too big an assumption--I hold Mozilla in much higher esteem than some given group of private companies that I don't care whether or not they operate transparently. Thus, I wish that Mozilla operated MORE transparently than said private companies.

    I'm disappointed that Mozilla doesn't make their 'business model' transparent, and that I have to learn about it on /. But perhaps I'm naive, and I'm asking for too much...

    I'm not convinced that transparency is vital to maintain ethical behaviour within an organisation.

    Okay, maybe I was generalizing, but given this particular example, I think transparency does serve as a check and balance. I think it's possible that Mozilla might act differently in certain situations depending on whether the knowledge of their relationship with Google is secret or public knowledge.

    --
    Twelve-and-three-quarter inches. Unyielding. This wand belonged to Bellatrix Lestrange.
  110. Re:If You Work For Free, You Are an Idiot by Anonymous Coward · · Score: 0

    Who the fuck modded this troll? This is probably the most intelligent comment that has ever been posted to this OSS shithole of a website. Not everyone wants to give anyway all their hard earned work so a bunch of 13 year old faggots can fork it on sourceforge. Open source is a fucking cancer that needs to die post haste

  111. Re:Phase 2? by Errwa · · Score: 1

    You want to pay or what? I for one *like* it free.

  112. Free Work is not foolish! by Fantastic+Lad · · Score: 1
    I think what this person means is that if you are writing free software as a student who is living on student loans, you are actually not just "doing it for free," but are rather *paying* to write free software, the bills for which will arrive later.

    Heck, when you attend college, you are *paying* to write free term papers, the bills for which will arrive later.

    I don't think that's particularly smart, but that's just my view.

    Indeed, I think that writing free code during your college years is a lot smarter than writing free term papers; The best way to get good at something is not to wait around for somebody to pay you to do it, or to attend lectures with your brain on 'snooze', but rather to follow your passion, jump in and start plying your craft. --Doing nothing has its advantages; it allows one to recoup energy and rest for a big take-off, but during one's school years it seems better to be very active, learning and doing as much as possible. --I hardly see the disadvantage to working on fun community projects during a period of time when you can afford to focus entirely on them. Yes, the bills will come, but they're going to come regardless when one is going to college.

    And who do you think has the better chance of employment after school ends? The students who wrote term papers or the students who honed their skills doing free apprenticship study and filling portfolios with volunteer works?

    If a kid came to me looking for a job, (and if I were hiring programmers), you can bet your boots my interest would perk when he said, "And I spent two hundred hours working on the latest Firefox currently deployed on your desktop."


    -FL

  113. b.s. by Anonymous Coward · · Score: 0

    yes, that's actually a big point in favour of open source. if the moz corp decides to distribute compiled copies of firefox & related products and have a useful way of making money off of that, great. the point is that *you can too* -- the source is still free.

    having said that, I would bet the vast majority of mozilla's codebase was written by a small number of individuals, not a cast of thousands.

  114. Re:Google = Easy Money by Anonymous Coward · · Score: 0

    I was pondering that very assertion. I don't search Google any way but through my address bar. I don't even have to take my hands off of the keyboard after I press ctrl-n for a new tab. I'm glad that my laziness and Opera's UI make it easy for me to support Opera through my normal browsing behaviors. Since I can search eBay and Amazon the same way, I hope they get kickbacks for those, too.

    I, for one, welcome my new address-bar-searching overlords.
    (-1 cliché)

  115. What's wrong with that? by cranbers · · Score: 1

    The post I just read was long as hell! I think that it's fine mozilla makes some cash on the side. That is why they came up with the mozilla corporation now so they could do just that. Does that make them greedy? Well I think the original thought was good, and it exploded and has been much more popular then they ever realized, is that making them a little more shady? I dont think so, I just think they need to continue to develop the browser and not sit on the money they are making if that is the case. I know there are alot of people who donate money to them and yeah that would make me upset too.

    --
    I want spam! cranbers@gmail.com
  116. I dropped Opera because they ignored bugs by StupidKatz · · Score: 1

    I bought and paid for Opera 4.x back in the day. It was indeed the hottest thing going, as Mozilla/Firefox was still not all that great at the time. However, it had some annoying bugs, one which I still remember was it "skipping" sites when navigating backwards using mouse gestures. I'd reported it in detail once or twice, only to get it brushed off and ignored. Well, it being commercial software, there's only one thing to do when the vendor won't fix a problem - stop using the software.

    Thankfully, by Opera 5.x, Firefox/Phoenix 0.6 was really starting to shine.

  117. Try adding ask jeeves by Anonymous Coward · · Score: 0

    I added ask.com to my search bar a while ago, then upgraded to firefox 1.5 , and now ask.com is gone, and firefox won't allow me to add it back. That's where the money is going.

  118. Marketing is evil! by mrraven · · Score: 1

    Although I like and use Firefox as my main browser and even think it's OK they are using google ad revenue, I must dispute one part of your post, MARKETING IS EVIL.

    Why? Because almost by definition marketing is the feeding of biased information to people in order to persuade them to in a sheep like fasion buy or use your product. It's because of marketing that U.S. society is so fundamentally screwed up featuring things like low efficiency 4wd SUVS for highway commutes, mini mansions bigger than anyone needs that waste land and energy, and spread out strip malls and suburbs that also waste land and energy. I would almost go as far as to say that marketing and our corporate MSM is what makes us an aggressor nation that "preemptively" attacks oil rich countries to support our shallow selfish lifestyle.

    A shallow selfish lifestyle that further will leave little of lasting value to history. Will anyone remember American Idol 50 years from now? The only thing we will be remembered for is the internet and maybe medical advances and that's why I bother with slashdot at all.

    --
    Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
  119. Clarification Marketing is evil! by mrraven · · Score: 1

    Actually let me clarify a bit marketing in general is not great, but magazine and tee vee marketing that appeals mainly to the senses and not the mind is the worst and truly evil. To sell things based purely on visual sex appeal or fear of unpopularity which is common in tee vee and magazine ads leads to fundamentally bad purchasing decisions. Google ads being text based at least appeal more on the cerebral level and they are also easier to ignore so I think they are better than most ads if not perfect.

    That's why I can say it's probably Ok for Mozilla to take money from google but that marketing in general is evil. I would be worried if Mozilla started running tee vee ads featuring models and not talking about technical features or the philosophy of open source development. I haven't seen the New York Times full page ad so I have nothing to say about that.

    --
    Tired of all the isms, don't exploit people as an employer, or a government, mmmmK?
  120. Quid Pro Quo by bill_mcgonigle · · Score: 1

    You never get something for nothing.

    The quid pro quo is already established - they get money for user clicks. They're not getting money for some to-be-determined favor.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  121. I was wondering why by SaberTaylor · · Score: 1

    the crappy "Free Dictionary" became the highlighted extension instead of Dictionary.com.

    --
    If you need text styles to communicate then you don't have a message.