Slashdot Mirror


Mitch Kapor Warns Against Firefox Gloating

An anonymous reader writes "Mitch Kapor, Lotus co-founder and president and chair of the Open Source Applications Foundation, says open-source advocates should be relatively cautious and avoid making claims and predictions despite the huge success of Firefox. He also briefly touches on Chandler in a ZDNet interview. Chandler is OSAF's personal information manager which will offer e-mail, calendaring, address and task management. The goal for Chandler, Kapor says, is to make it as successful and popular as Firefox."

22 of 257 comments (clear)

  1. No Gloating?!? by drsmack1 · · Score: 3, Funny

    What, they want to take the joy out of life? What about all past gloating; surely there is enough of that - enough to more than make up for any future gloating deficit.

  2. Thanks for the advice... by Anonymous Coward · · Score: 5, Funny
    Mitch Kapor, Lotus co-founder ... says open-source advocates should be relatively cautious and avoid making claims and predictions

    This from the guy who helped bring us Lotus Notes? Perhaps YOU should be more cautious about ignoring the requests of your user base.

    /me hits F9 to refresh

  3. irony? by comwiz56 · · Score: 4, Interesting

    Oh the irony:

    He says not to gloat about firefox's success, then he uses it is a standard he wants to meet.

    1. Re:irony? by Stevyn · · Score: 5, Insightful

      That's not necessarily gloating, just being proud of your accomplishments. He also said how there is no guarantee that Firefox will increase in popularity. I think he's just being "cautiously optimistic" as people like to say now.

  4. Re:first post? by Anonymous Coward · · Score: 3, Funny

    I like Windows XP Home Edition.

    It is the most powerful operating-system for Pee Cees. It looks not as gay as Mac OS X by Steve B10 Jobs and has 1,0000,0000 times more softwares that the Linus-operating-system.

    Plus, it comes with every Pee Cee for free. People who have grown acusstomt to paying RatHat 699 $$$ or more can hardly beleive this when I consult them with my proffesional Internet- and Network-Service-Center-Bureau.

    Wehn I have a new customer, I take him to the back-room to show him the "alternative" to XP Home, which is Suse Linux 9.0.
    I have set-up an old Pentium 133Hz and a small monochrome monitor to show teh customer what Linux looks and feels like.

    I have it set-up so it runs a fullscreen-Flash-splash-screen on the KDE3.3beta-desktop. It takes 13 min until the mouse cursor responds.

    The customer will them make a sound like: "BAH!"

    Then I tell them: "See, this is how it is if we let the communists make software."
    Then we have a good laugh, wich is psycologicallish valuable for the customer-relatively.

    I always tell them:
    "Windows XP Home Edition is all you can do to embiggen the producationality of your human resourcers and empower to leverage the outcome-bottomlime of your stickholder ... plus even more!"

    My customers usually are like: "OMG!"

    You should really try it one day; it has a very nice light-reddish color theme to hit your tastes.

    Thank you!

  5. Re:wow, that is saying a lot by Jeremiah+Cornelius · · Score: 4, Interesting
    Our product (code-named "Chandler" after the great master of Information Retreival, Chandler Bing) is a Personal Information Manager (PIM) intended for use in everyday information and communication tasks

    What's not to like?

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  6. Good Luck by krough · · Score: 5, Funny
    "The goal for Chandler, Kapor says, is to make it as successful and popular as Firefox."

    It's healthy to have goals.

    1. Re:Good Luck by dbc001 · · Score: 4, Insightful

      Popularity is absolutely the wrong goal. How about Effectiveness and small footprint? How about Easy-to-use without intrusive "value-added" bloat? How about standards compliance and a powerful, open plugin interface? Any of those would make great goals. But popularity? I sincerely hope that popularity isn't the primary goal of most open-source projects.

  7. Sour Grapes but with a cautionary note by ashitaka · · Score: 3, Insightful

    He owned the spreadsheet market and saw it lost to Microsoft through no fault of his own. (He'd left Lotus by then)

    However, he was never able to experience the same success. No matter how much hype and support his subsequent projects had, they never panned out in the long run.

    FireFox could very much be the same thing. It's a long way from 2% market share to 98%.

    --
    If you don't want to repeat the past, stop living in it.
    1. Re:Sour Grapes but with a cautionary note by gad_zuki! · · Score: 4, Interesting

      >It's a long way from 2% market share to 98%.

      I'd say the longest way is from 2% to 10% or 15%. At that point its not "weird software I never heard of" if 1 in 10 people are using it. Right now its still "well, my brother in law recommened it and I installed it, but havent used it much" stage in general, but it is doing a great job of infiltrating MS/IE only shops. The university I work for has it on all their lab computers in the CS departments, I see the laziest professors use it or even recommend it, etc. This was certainly not the case last semester.

      Like the old saying goes - your first million dollars is always the hardest.

      Roght now things are looking up for a healthy IT market. The Mac Mini is predicted to bring a lot of windows users over to the mac side, people understand the concept that the browser is not the "internet" and you can run other browsers, etc.

      Dont get me wrong, the MS monopoly is still incredibly strong, but if they lose enough marketshare then it will be a win for standards and competitors will have a better chance of delivering better and more innovative software. It will also get people thinking that they dont have to use office or outlook and just like IE there are alternatives. Viva competition.

  8. Why are users and developers seperate? by QuantumG · · Score: 5, Interesting

    Even when I speak to people who do development all day long they still talk about users and developers as if they're two different people. Even when they're talking about themselves they do it. I'm guilty of it myself: I use Mozilla, but I work on Boomerang. Fact is, no matter how much I value my freedom to modify Mozilla, I've probably done it once in the whole time I've been using it. (My Mozilla doesn't have "Close All Other Tabs" right below "Close Tab" cause I accidentially clicked it one too many times.) Why is this? It's because it's just too much hard work to go-and-get-the-source-code that it's easier to just put up with bugs and poor ui decisions, and just hope it gets fixed in the next release. This is especially funny for Mozilla and FireFox cause a large part of them is written in Javascript, meaning you already have the source code. Unfortunately, the effort required to get from noticing an annoyance to finding the right file:line to make a change is still too much. Can anyone think of any way to ease this translation? It'd be really cool if I could hold down alt and middle click on a menu to get a javascript editor focused on the bit of code responsible for the thing I want to fix. Then we can add to that editor a button that says 'email patch'. How many millions of developers-as-users would contribute to projects like Mozilla if this was the case?

    --
    How we know is more important than what we know.
    1. Re:Why are users and developers seperate? by sicking · · Score: 4, Insightful

      "How many millions of developers-as-users would contribute to projects like Mozilla if this was the case?"

      Yeah, what mozilla needs is more people that work on the UI. That'll really help.

      Seriously though, the problem with UI in most FOSS apps (and certainly in mozilla) is not a lack of people that know how to create patches for the UI. The lack is in people that know how to design good UI. Actually, i'd think this is true in comercial apps too.

      In fact, one of the design-goals for the organisation behind FireFox, have fewer UI designers. This was because the old mozilla suit suffered from the classic too-many-chefs problem when it came to the UI.

      The problem with UI is that it's very easy to have an oppinion about it, but it's much harder to do it right. While FireFox and many other applications are getting better, what the FOSS world desperatly needs is more professional UI designers and more professional level testing of UI. Computers are still desperatly hard to use, mostly because of bad UI.

      --
      Failing to learn from history dooms you to repeat it.
  9. He's missing the key element of software success.. by Anonymous Coward · · Score: 4, Insightful

    ...like basic PR. Try picking a name for your software that doesn't suck ass.

    Cool: Firefox, Thunderbird, Mozilla
    Gay: Chandler, Bob, Opera

  10. the guy is not dismissing firefox's success... by Kunta+Kinte · · Score: 5, Insightful
    He is on Mozilla's board for crying out loud. He is simply saying that the battle is far from over. A valid observation.

    Kapor's put a lot of time, money, and probably other resources into open source. They are many who just talk a good game, and then there are others like Kapor who put millions into open source.

    But hey, don't let that get in the way of a perfectly good lynching.

    --
    Based on upvotes, Ageism is the only "-ism" Slashdotters care about and think isn't SJW
  11. Re:I agree. by telemnar · · Score: 3, Insightful

    1. As previous posters pointed out, CTRL-N works. It's even listed in the menu with the rest.

    2. The "Bookmarks Toolbar" folder can be removed by manually editing bookmarks.html in your profile directory.

    Someone really should gin up a menu item in the bookmark manager to designate an arbitrary folder as the toolbar, and allow removal of the default.

    That said, I have recently started using the bookmark bar after years of dispassionately ignoring it - and you know what? it's actually very useful for keeping commonly used links (i.e. webmail, ticketing system and admin pages at work) and RSS feeds. Give it a shot, you might even like it.

    3. IE-specific sites are broken, not firefox. complain to the people that spit out the poor markup.

    4. two options- either change your keyboard to launch firefox with the URIs as arguments (firefox.exe -remote "openURL http://foo") or complain at logitech to fix their software to pass the URIs to the OS' default handler. The blame here lies solely with them.

  12. Re:Be careful... by jp10558 · · Score: 4, Interesting

    Well, I keep seeing people claim Opera is bloated, but how are you measuring bloat?

    I generally think of bloated applications based on a few criteria:

    1) Big download/space takes up: Is Opera a big download?

    No, it's 3.5MB, including a flash plugin. FF is 4.7MB at my last check.

    2) Slow to use: Is Opera slow?

    No, it's far faster than IE, and at worst the same speed as FireFox on my machine.

    3) Memory use: Does Opera use a lot of memory?

    Not in the release versions on my machine...

    Opera uses on average 22MB of RAM - not much on modern desktop machines, and I can of course turn off the "Use all available RAM" setting.

    4) Has so many features they get in the way: Does Opera have so many features they get in the way?

    Maybe. The level of customization lets me pare Opera 7.54 down to the way 5.12 looked, just a browser.

    For others however, they might use some of the features I don't, or all.

    The issue here is that the features don't get in the way - you can quickly turn them off, or move them around.

    Frankly, #4 is all I can figure people mean when they refer to Opera as bloated, and it's really a misleading statement. It's at least as easy to remove things from Opera's interface as it is to find, download and install extensions to FireFox.

    --
    Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  13. Not everyone uses Exchange by briantr · · Score: 3, Interesting

    ...and I think there will be sufficient interest in Chandler among people who don't to make the project successful.

    Many people in the organization I work for use a program called Goldmine to help them maintain contact with sizable networks of people. Goldmine is one of a suprisingly small number of programs that provide person-centric organization of information. In one view, you can see a person's contact information plus all the phone calls, appointments and email communication with that person. Once you've used a system like this, a plain-old PIM (in which email, contact info, and appointments are all stored separately) just won't cut it.

    Unfortunately, Goldmine is Windows-only. We've replaced almost all of our other Windows apps with ones that run in Linux, but at the moment there is no viable Goldmine replacement. Consequently, we're watching Chandler with eagerness.

  14. Don't tell me.. by StikyPad · · Score: 3, Funny

    Mitch Kapor warns against gloating?? MITCH KAPOR??? Mitch Kapor telling someone not to gloat is like a crack fiend telling.. Wait, who the hell is Mitch Kapor, and what's this Lotus you speak of?

  15. More secure? That's opinion. by Nintendork · · Score: 3, Interesting
    "It's a great product, small, fast and more secure. You don't see anybody disputing that."

    Actually, I dispute that. Most people that claim it's more secure say that it's because of the amount of vulnerabilities being found in Internet Explorer compared to Firefox. How many people are looking for unknown vulnerabilities in IE? How many are looking at Mozilla/Firefox? This is determined by the media. When there's a MS vulnerability, it's all over the news and the finder gets a ton of glory and hopeful job offers. I see MS patches making it into mainstream news such as the Associated Press. As Firefox gets a spotlight because of a good amount of security professionals (Which happen to be coders with a personal agenda) recommending people switch, I've seen an increase in the amount of vulnerabilities reported. Don't believe me? Look at the stats and compare IE with Firefox. Yes, IEs numbers are higher, but think in proportion to how many skilled people are looking for vulnerabilities in each product. If you look at the different versions of Mozilla over the timeline they give, you can see that not many vulnerabilities were found early last year or before that compared to when Firefox really started to get attention. Imagine how many vulnerabilities would be found if they got the amount of media attention that IE vulns get. Until both products get the same amount of hacker attention, it's premature to say which is more secure.

    As a security professional, I believe that as long as you keep your software patched up (computers, routers, switches, etc.), your only fear is a zero day. Hopefully you have other layers of security such as a border firewall, IPSec Transport mode with packet filtering at every host, multiple antivirus vendors software (with at least one of them configured to block password protected archives, known dangerous file types and dangerous content), ongoing training, locked down servers with all the fat trimmed, middle tier servers, etc. These things are not vendor specific. You can run Windows, Linux, OSX, BSD, Solaris and still be able to do these things. Assuming you have all that set up, one zero day most likely wouldn't be enough. If someone really wants in and you've done all these things, do you really think you're going to get "pwned" because you chose a specific vendor or software package? No. You're going to get pwned because someone will be social engineered or some aspect of physical security will be bypassed. It's a hell of a lot easier to get into a company by phishing than it is to hunt down a couple silver bullet zero days as you get through each layer of security. My point is that if someone wants to get in, they can do it. It only takes a few holes at most and enough patience to find them to get to a target. It's up to the admin to ensure that it's as difficult as possible to find them and to ensure that the damage is minimized. Auditing (logging), backups, intrusion detection, policies, procedures, security assessments, a good data structure with granular permissions, etc can help minimize impact.

    My professional opinion is that it just doesn't matter what you use as long as it's well administered, but if you want to force me to pick one side and guess which code has less vulnerabilities, I'm going to pick MS. Security through obscurity isn't a magic elixir, but it's definitely another layer of protection. And with all the attention MS gets, they've had an opportunity to patch up a lot of their vulnerabilities. At this point, new vulns are probably easier to find on other vendors that aren't as popular.

    -Lucas

  16. It's not "gloating", it's "marketing". by khasim · · Score: 5, Insightful

    Predict massive gains by extrapolating from a very recent improvement in a very small segment of your market.

    Keep boasting about the features your product has that your competitor doesn't. Remind everyone that they need those specific features.

    Keep telling the "journalists" out there about how your product handles the same tasks better than the competition. Faster. Smaller footprint. Better security. Easier administration.

    If someone hasn't heard of your product, they aren't going to try your product.

    Get out there and GLOAT.

  17. Thundercougarfalconbird! by khasim · · Score: 3, Funny

    Salesman: "Nothing makes you feel more like a man than a Thundercougarfalconbird."

  18. Improvement by phorm · · Score: 4, Insightful

    Besides, which is more likely to lead to improvements? A sense of quiet pride tempered by some humility, or a superiorist attitude that Firefox is "da shiznat."

    Projects that play catch-up (as happened for the first while) tend to go faster up to the point where they are more secure in themselves. Firefox is past the point of catch-up in many ways, but hopefully it will continue to show new features/improvements so that it can continue to become even greater, rather than maintaining a short lead.