Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Chimera Developer Considers Dropping It

Posted by pudge on Mon Jan 20, 2003 10:35 AM
from the this-story-posted-with-chimera dept.
The Infamous Grimace writes "Chimera's developer is seriously considering dropping it, since 'Safari has already won.' This would be unfortunate, indeed. I still use Chimera at times, although it's true that Safari has become my browser of choice." I cannot use Safari regularly, it lacks too many features and has too many bugs. Of course, how long will this remain so? But even if Safari adds tabs and fixes bugs, will they add all the features I need from Chimera/Mozilla, like remembering form passwords, site navigation bar, more fine control of security and privacy? I guess there is always Mozilla if Safari doesn't fit the bill ... but Chimera is so much faster and Mac-like. Update: 01/22 19:54 GMT by P : The web site has been updated: "Chimera's not going [away], regardless of whatever I post on this blog."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • unlikely demise (Score:5, Insightful)

    by ubiquitin (28396) on Monday January 20 2003, @10:46AM (#5118682) Homepage Journal
    Dave Hyatt's weblog, the Confessions of a Mozillian [blogspot.com], indicates that there is a sizeable team working on Chimera, so I wouldn't expect everyone to just walk out the door all at once. Sure, development on it may become less of a priority, but that doesn't mean the fat lady has sung. Also, the overwhelming response to the safari announcement was for tabbed browsing. It is quite possible that Apple simply won't cave in to the demand for tabbed browsing in which case you can have my chimera when you pry it from my cold dead hands.
  • Safari musing (Score:5, Interesting)

    by Matthias Wiesmann (221411) on Monday January 20 2003, @10:56AM (#5118739) Homepage Journal
    As for work on Chimera, I understand the feeling of the Chimera team. I agree that Safari is missing many features, it is overall more finished that Chimera. For instance Chimera does not support services well and on my machine it tended to crash a lot.

    While some feature will certainly make it to Safari, others will not. It would be nice if Apple would open-source the whole Safari, but I doubt this. Instead, what would be smart from Apple would be to have the browser support plugins, not only for displaying content, but also for controling network operations and maybe some aspect of the GUI. This way people could customise Safari.

    As for tabs (the topic of probably 95% of the posts on this post), I don't think is such a good solution. While they are usefull, I feel they are not complete, mostly because the relationship between tabs is unclear: are they at the same level? On the same site?

    Most of the time I used tabs, it was to explore some hierarchy and load in parallel multiple branches (say multiple links). What I really would like is something that displays this tree structure, with some options like "pre-load branch" and "attach link as branch". This structure could also use the relationships defined by the link tags. In fact this thing would simply expand the notion of hierarchical history (and in fact include future links). If done well, Safari could use the same panel interface for the hierachy as mail.

    • Re:Safari musing (Score:5, Interesting)

      by =w= (22078) on Monday January 20 2003, @11:17AM (#5118880) Homepage Journal
      I admit that I am not your average 'web surfer', I'm a web developer. I love tabs. Why? Because at any given moment I have three to four different pages loaded. Tabs make it very easy for me to switch back and forth without have to go up to a menu to see what is even open. It keeps my screen cleaner which is nice. The other great thing about tabs is that my mom can use Mozilla and never even see them. What is it with the whole tabs are too complex crap? Tabs aren't a default thing on any browser I've come across.


      Oh and the relationship between tabs is that they are both 'documents' the browser has/is rendering. That is it. There is no other relationship than that, and I hope that no one gets it in their head to make it more than that (I'm thinking JavaScript and dom stuff).

      [ Parent ]
      • Re:Safari musing (Score:5, Interesting)

        by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Monday January 20 2003, @12:25PM (#5119419)
        My opinion on tabs is well known. I'm not picking a fight here; just offering a counterpoint. I'm well aware that lots of people disagree with me, so don't bother posting just to say that you're one of 'em. Constructive criticism, on the other hand, is welcome.

        Because at any given moment I have three to four different pages loaded.

        You accidentally point out the biggest flaw of tabs here: they're self-limiting. Depending on window size, you can only fit between four and eight tabs across the window before they have to be truncated. If you can't read the titles, the advantage of tabs evaporates.

        With multiple windows, on the other hand, you can have as many pages loaded at once as you want. Multiple windows are not self-limiting.

        Tabs make it very easy for me to switch back and forth without have to go up to a menu to see what is even open.

        While the usability advantages of a menu over a row of tabs have been discussed thoroughly, it's hard to beat the ease of use of command-` for cycling through an application's open windows. Tabs are useful for up to 4-8 open pages; they are not useful for more than that. Similarly, command-` is useful for about the same number of open windows.

        It keeps my screen cleaner which is nice.

        On the other hand, it prevents you from looking at two pages side-by-side without jumping through hoops. (Choose the tab, control-click, choose "open page in new window.) Multiple windows can be used in a clean-desktop way (command-M for minimize), but let you arrange your pages however you want.

        Oh and the relationship between tabs is that they are both 'documents' the browser has/is rendering. That is it.

        That's not really good enough, in my opinion. For example, if tabs were implemented in some way that dealt with #1 problem (truncation), you really ought to be able to drag a tab from one window to another. That's a complicated thing; you have to implement your NSView subclasses as application instances instead of directly associating each NSView subclass with an NSWindow subclass. The current implementation, in which a tab is tied not to an NSView but to an NSWindow forever, kinda sucks. It would make more sense on a large scale for "tabs" (that name is becoming less and less appropriate) to be global network session objects, and for any window to be able to display the output from any "tab." But that poses huge usability problems; how does one instantiate a new "tab?" Should the application manage it for you, creating an autorelease pool of tabs automatically every time you open a new site (by clicking a bookmark or typing a URL or clicking a link that takes you to a new site)? Trying to implement "tabs" right opens more questions than it closes.

        But basically my opinion can be summed up in what I've been saying all along: "tabs are a bad solution to a problem that we don't have."
        [ Parent ]
        • Re:Safari musing by SlamMan (Score:2) Monday January 20 2003, @01:09PM
          • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @01:24PM
            • On the other hand... by Anonymous Coward (Score:3) Monday January 20 2003, @02:07PM
              • Re:On the other hand... by Twirlip of the Mists (Score:2) Monday January 20 2003, @02:20PM
              • Re:On the other hand... by Anonymous Coward (Score:1) Monday January 20 2003, @03:26PM
              • Re:On the other hand... by jericho4.0 (Score:1) Tuesday January 21 2003, @04:20AM
              • Re:On the other hand... by mcwetboy (Score:1) Tuesday January 21 2003, @08:05AM
              • Re:On the other hand... (Score:4, Insightful)

                by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Tuesday January 21 2003, @12:21PM (#5127745)
                None of these is sufficient, but all of them together are.

                1. Complexity. Tabbed browsing/MDI would add a set of features that most people wouldn't use, but the facilities for using it would still be sitting there in menu bars and such, making the application more complex for new users to learn.

                2. Inconsistency. For a third-party to release a Mac application that works in a way that is fundamentally different from the way other Mac applications is frowned upon. For Apple to do it is completely unacceptable.

                3. As I've already explained at length, and won't bother reiterating here, the tabbed browsing feature in Mozilla is shamefully incomplete and underimplemented. Apple would have to go back to the drawing board to produce a tabbed browsing interface paradigm that isn't fundamentally broken, as Mozilla's is.

                4. Redundancy. Adding tabbed browsing, Mozilla-style, to Safari would necessarily involve having to reproduce most of the functions of WindowServer in Safari itself. There's no justification for reimplementing WindowServer's functionality unless the new way is better, and I've already explained how tabbed browsing is most definitely not.

                5. Disproportionate effort. Safari is targeted, first, at the 5 million existing Mac OS X users, followed very shortly by the 20 million Mac OS 9 users that Apple hopes will make the transition this year. Of those 25 million prospective users, I think it's fair to say that maybe 100,000 of them would use tabs. Maybe. (Consider the ratio of IE users to Netscape users. IE does not have tabs. Netscape has tabs, and is freely available to anybody who wants it. Most people, though, don't bother downloading it. The obvious conclusion is that tabbed browsing alone is not a big deal to most people.) So when you consider that maybe a fraction of one percent of all Mac users might use tabbed browsing, it just doesn't seem worth it.

                6. Finally, opportunity cost. Time spent implementing tabbed browsing/MDI is time that could have been spent fixing bugs, or adding features that everybody would use. Maybe even features that none of us have ever thought of yet. Consider SnapBack. I had never even thought of such a feature before I saw Safari, and now I use it every single day. To have tabbed browsing-- which, as I've already explained, only a tiny fraction of Mac users would even use-- you implicitly have to give up something else. And based on items 1-5, I'm simply unable to support making that trade-off.
                [ Parent ]
              • Re:On the other hand... by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @12:54PM
              • 2 replies beneath your current threshold.
            • 1 reply beneath your current threshold.
        • Re:Safari musing by Mirkon (Score:1) Monday January 20 2003, @02:02PM
        • Re:Safari musing/Tab pontification (Score:5, Insightful)

          by thatguywhoiam (524290) on Monday January 20 2003, @02:40PM (#5120323)
          Twirlip. My man.

          Here, I thought I was all alone on the tabs thing. I was going to keep my big mouth shut (er, fingers tied?) about it but you've graciously stuck your neck out - on Slashdot no less.

          The problem with Tabs, is as you said, there's not really a problem to begin with. Browser window-switching accomplishes the same thing, with unlimited constraints, and equal-or-less number of keystrokes/mouseclicks. So why do people live and die by tabs?

          I think it comes down to a few weird little reasons... like, you can see how many tabs you have open at a glance. That's sorta nice. The instant-load thing, that's nice. But you know what it mostly is? (imho?)

          You don't have to re-size or move your new window.

          Seriously. Most browsers just don't know how to open a new window, because you can't tell it. Even clever browsers like OmniWeb that allow you to 'save' a window position are still going to cascade the windows, down-and-right, so you can grab the last toolbar. Then you have overlap after 5-6 windows and things get buried (the limit on tabs too).

          Really, it comes down to people not wanting to Mess With Their Windows. I'm happy messing with my windows. It would be interesting to know the ratio of tab-browsing freaks to those who run the browser full-screen, no?

          [ Parent ]
        • RE: Tabbed Browsing's "faults" by binarysearch (Score:2) Monday January 20 2003, @03:17PM
          • Re: Tabbed Browsing's "faults" (Score:4, Insightful)

            by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Monday January 20 2003, @03:52PM (#5120923)
            The series of images can then be looked at sequentially, and when you're done, you're back at your starting location.

            Just like windows, huh? Or like using the SnapBack feature, for that matter.

            Tabs are random access; windows are serial access.

            Cycling through windows is not the only way of dealing with them. There's also the window menu-- all the advantages of labeled tabs without the truncation problem-- and the dock menu. You can also minimize windows to the dock directly and manage them that way. I would like to see a "minimize others" feature added to Application Kit, similar to the "hide others" feature.

            Just because YOU don't have a certain problem doesn't mean others do not.

            Sure, Windows has a huge window management problem: the task bar. XP improved the situation quite a bit, but it's still not perfect. And because most of your UI's for UNIX include a task bar, they share Windows's problems. But the Mac simply does not have the window management problems that tabbed browsing was implemented to solve.

            even in Safari, opening a new window is slower and more resource intensive, as well as more distracting, than opening a new tab.

            That's not really true at all. Opening a new window in Safari requires just barely more allocation than opening a new tab or tab-like structure would. You have to allocate and initialize the view and then render the contents in either case; opening a new window merely requires a some drawing to the screen, which on all modern Macs is offloaded entirely to the graphics hardware. So the trade-off of speed for functionality is just not necessary. We're back to that "a problem we don't have" thing again.

            but please, whatever other arguments you may make about the abstract shortcomings of tabbed browsing, please try to remember that millions of people find them a useful method of organizing their webpages.

            I absolutely do not believe you. I think if you took everybody who has ever even heard of tabbed browsing and put them in the Rose Bowl, you'd have room left over for a medium-sized football game. You've got to remember that there are 5 million OS X users today, and that the number is increasing very quickly. So the fraction of OS X users who would benefit from Chimera-style tabs is tiny.

            Apple has the choice of not implementing MDI in Safari at all; implementing it badly, a la Mozilla; or implementing it well. Given that a bad implementation would be worse than none at all, and that a good implementation would require a great deal of effort for miniscule gains, the only reasonable course of action is to avoid implementing MDI in Safari at all. The time and effort to do so would be better spent on other things.

            Those who absolutely must have MDI in their browsers are free to use Chimera, or to use WebKit (when released) to roll their own WebCore-based one.
            [ Parent ]
            • Re: Tabbed Browsing's "faults" by SoupIsGoodFood_42 (Score:2) Monday January 20 2003, @07:26PM
              • Re: Tabbed Browsing's "faults" (Score:4, Insightful)

                by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Monday January 20 2003, @08:00PM (#5123008)
                Take a look at amazon.com or google.com or any other site that has been designed around users, most of them have tabs, because of the advantages they offer over things like menus. (menus are generally used for commands, not for navigation).

                The purpose of a tabbed interface is to reduce complexity. With a tabbed interface, you can take a set of controls that are logically or functionally related and present them to the user all at once, but separately from other sets of controls to which they are not related. For example, consider the Network pref pane. On my computer, I see four tabs: TCP/IP, AppleTalk, Proxies, AirPort. (Yours will differ depending on whether you're using an AirPort interface or a wired interface or a VPN interface or what.) When I click the TCP/IP tab, I see controls related to TCP/IP settings: IP address, gateway, and so on. When I click the AppleTalk tab, I see controls related to AppleTalk.

                I do not, however, have a tab called "Display" on which I see screen resolution setting controls. That tab is on a completely separate pref pane, the Displays pref pane. It would make no sense to put the Display tab on the Network pref pane.

                So what's my point? That tabs are an organizational feature, not a navigational feature. When you go to Amazon's web site and see something that vaguely resembles a row of tabs across the top, what you are seeing is essentially an organizational structure. Clicking on the "Books" tab (assuming there is such a thing; I don't feel like increasing Amazon's site traffic just to make a point) shows you content and controls related to books. Clicking the "Underwear" tab shows you content and controls related to underwear.

                Using tabs in a tabbed browser, though, is different. In that context, you're trying to use tabs as a document management feature. Tabs don't work well for that purpose, as discussed at great length elsewhere.

                So, in summary, tabs as an organizational feature are fine, whether in a program UI or a web page or a day planner. Tabs as a document/window management feature are not fine; they don't work, and even in the limited contexts in which they do, the existing features work better.

                Even so, I also don't understand your logic behide; that if a lot of users have never head of tabs, than they would not benifit from them.

                I assert that most Safari users would not use tabs if they were available. Why? Because we have been writing document-based applications for the Mac for nearly 20 years, and never once has the question of an MDI-style interface, tabbed or otherwise, come up. MDI was the standard on Windows for many years, until they deprecated it around the time of Windows 95. (I don't recall precisely when Microsoft's position shifted from MDI to mixed MDI/SDI to don't-use-MDI, but it happened around that time.) During that time, did users clamor for MDI on the Mac? No. Web browsers have been around for more than a decade now; tabbed browsing only appeared recently. And where did it appear? On Mozilla, where the limitations of new window spawning are well documented, and on Windows, where the task bar makes managing several windows a challenge.

                Has there ever been a native Mac document-based application-- i.e., one designed on the Mac, not designed on Windows or UNIX and ported, as in Chimera-- that had any sort of MDI interface? I don't know. But I can say with confidence that no major application had one.

                The gist of my argument is that MDI, and tabbed browsing which is a specific instance of MDI, have been around for a long time. The Mac has been around for even longer. During all that time, has MDI ever been an issue? No. Will adding tabs to Safari suddenly bring out a hitherto unrecognized need on the part of Mac users to use MDI? No.

                So if Apple were to take the time to implement MDI (tabbed or otherwise) correctly, a very small, albeit vocal, fraction of their users would benefit from it. Meanwhile, bugs that should have been fixed in WebCore went unfixed because the programmers were working on MDI instead. Idiotic trade-off, that.

                Most people I know have never hear of linux, does that mean linux is useless?

                Dear Lord, why dost thee tempt me this way? ;-)
                [ Parent ]
              • Re: Tabbed Browsing's "faults" by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @01:05AM
              • Re: Tabbed Browsing's "faults" by prizzznecious (Score:1) Saturday January 25 2003, @01:05AM
              • 1 reply beneath your current threshold.
        • Re:Safari musing by dumbArtMajor (Score:2) Monday January 20 2003, @04:40PM
          • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @05:30PM
            • Re:Safari musing by dumbArtMajor (Score:1) Monday January 20 2003, @06:01PM
              • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @06:30PM
              • 1 reply beneath your current threshold.
            • Re:Safari musing (Score:5, Insightful)

              by SoupIsGoodFood_42 (521389) on Monday January 20 2003, @07:45PM (#5122897) Homepage
              If they understand the tab concept and they're using it, they're also well aware of which pages they've visited, and in roughly what order they opened new tabs. Then what's the point of representing different views as tabs? The point of tabs is to show you all the window titles at once. If you don't need to see the titles, then you're better off using windows

              The point in tabs is not to show you all the titles at once, it to show you all the sites you have open at once. Titles are not always nessesary, Infact, I don't even read the most of the time. I go by were they are.

              App...
              NST...
              NST...
              NST...
              NSP...
              NSS...
              NSS...
              App...
              Slas...
              Goo...
              Surf..

              Quick! Which one of those tabs refers to the NSTextField documentation page, which one refers to the NSTableView page, and which one refers to NSToolbarItem?

              My bet is on the 2nd to 4th ones. Of course. I would have a more accurate guess if I had knowen when that window was opened. In other words, you example doesn't work because we didn't know what you did. We don't have you short-term memory to examine.

              This is not a contrived example. This is fairly typical for me. Tabs, in a word, suck.

              Ah, yet another shining example of your ignorance. Maybe tabs suck for YOU, but they obviously don't suck for everyone. So just give it a rest ay?

              [ Parent ]
              • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @08:16PM
              • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @12:39AM
                • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @11:38AM
                  • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @12:28PM
                  • 1 reply beneath your current threshold.
                • 1 reply beneath your current threshold.
              • Re:Safari musing by SoupIsGoodFood_42 (Score:2) Wednesday January 22 2003, @05:23AM
              • 1 reply beneath your current threshold.
            • Re:Safari musing by nullard (Score:1) Tuesday January 21 2003, @01:22PM
            • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @07:26PM
            • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @01:02AM
              • 1 reply beneath your current threshold.
            • 3 replies beneath your current threshold.
        • Re:Safari musing by drsmithy (Score:2) Monday January 20 2003, @05:45PM
          • Re:Safari musing by Twirlip of the Mists (Score:3) Monday January 20 2003, @06:21PM
            • Re:Safari musing (Score:4, Insightful)

              by drsmithy (35869) <drsmithy@NOspam.gmail.com> on Monday January 20 2003, @08:14PM (#5123117)
              How do you waste screen space with multiple windows?

              By having a toolbar, address bar, window widgets, status bar, plus maybe more in every window and by requiring all those windows to be suitable stacked for quick access if needed (the latter is more of a clutter issue than space, but IMHO the two go hand in hand).

              If you want to use all of your screen for a single window, go for it.

              Actually that touches on another one of my gripes with OS X - there's no quick & each way to make a window take up the entire screen.

              First, the OS provides you with no fewer than four different ways of dealing with windows.

              That doesn't mean any of them are _good_.

              One, the Window menu.

              So I have to move the mouse from where it is to the top of the screen, navigate to the Window menu, then read each entry and select the right one ? Sorry, too slow.

              Two, the dock menu. Works the same as the window menu, but it's accessed by control-clicking the application icon in the dock.

              Not to mention requiring another larger mouse displacement to get to and (this is the killer) having a built-in delay before displaying the menu. Sorry, too slow.

              Three, minimizing windows to the dock.

              Sorry, minimized windows in the Dock move around, thus meaning I have to actually look for any window before restoring it to make it useful. This requires mousing over each window to get a title, which is too slow (not to mention annoying). This is before we even get to the screen real estate problem with having a dozen minimised browser windows, along with probably two dozen _other_ windows from other apps.

              Four, the command-` and command-shift-` shortcuts for cycling and toggling. Very handy, those.

              Which require stepping through every window in the stack to get to the one you want, not to mention requiring ahving to examien each window to make sure you get the right one (since the order does not remain consistent). Stepping through a dozen browser windows every time I want to look at a different web page ? You have to be kidding.
              The keyboard shortcuts aren't too bad, but break horribly when you want to move between applications, because cmd+tabbing to another applicationg brings *all* of that applications windows to the front, obscuring everything else. Very annoying, that (but in line with OS X's interface paradigms).

              And finally, as demonstrated elsewhere tabs are completely unacceptable in large numbers. [...]

              Maybe for the way *you* use them, but not when you've got a dozen monitoring web pages sitting in tabs that remain in a fixed order. I don't *need* to read the title of the page, because its function is associated with its location (you know, the same principle Apple espouses with its single standardised menu bar). To say tabs as demonstrated elsewhere tabs are completely unacceptable" is patently false when I, and others, use them in such a way every hour of every day.

              And because applications like Mozilla have no tab-based equivalent of the Window menu [...]

              Nor do you need it, if you keep your tabs organised by window as I do.

              Here's a quick taste test. [...]

              I stay organised by having one window for each type of browsing I do. Thus, tabs only get opened in the window they need to and don't need to be moved between windows. For my usage patterns your "test" is completely unrealistic and pointless - it's not something I do (or want to) rarely, let alone often.

              With windows, on the other hand, I can make a pile in a corner of my screen or whatever, stacking and restacking to suit my purposes.

              But you can't move between them quickly & easily if you have other browser windows open and as soon as you do their fixed order is lost. This is even assuming the screen real estate can be wasted (which it can't in the case of our monitoring pages that need a large chunk of a 1600x1200 screen to be useful).

              I don't know what to say except, "maybe you were doing something wrong."

              You mean, like trying to do my job ? I have around a dozen terminal windows at a _minimum_ open at any given time. They all need to be fairly quickly and easily accessible and, ideally, partly visible at all times.

              That's simply bogus. Sorry, but it's true. As I said, the OS gives you no fewer than four ways of getting from one window to another, and that doesn't count the simple expedient of point-and-click.

              If you can keep ~40 (at current count) windows visible, hence "clickable" and usable on the screen at once, I salute you. And, as mentioned, just because the OS gives me several different methods doesn't mean any of them are any good for what I want to do.

              All of these methods scale to a practically unlimited number of windows [...]

              What definition of "scale" are you using here ? The already slow methods of the Window menu and Dock menu remain slow. Minimising much more than about 20 windows to the Dock is unworkable and the keyboard shortcuts are simply broken if you want to move to a specific window of a specific app in a single operation.

              Just because something is *possible* doesn't mean it is *optimal*. It's *possible* to have a large number of apps and windows open on OS X, but it is difficult and frustrating to manage them all.

              I don't know why you have a problem dealing with open windows, but it's not the fault of the OS or the application.

              I'm having a problem because the tools in the GUI to do this are inadequate. And it is a problem of the GUI, because I don't have the same problem in the Windows and KDE GUIs.

              If you don't want to use the shortcuts, then done.

              I do, it's just that they are poorly implemented.

              So what you call a powerful organizational feature is really nothing more than the illusion thereof.

              It's all in how you use it. I've explain how I use windows and tabs within to organise my browser windows in a hierachical fashion. I'm sorry if you don't understand, but trying to claim a flat, unordered and dynamic collection of windows is is any way *more* organised is just plain wrong.

              [...] to a problem that we don't even have.

              To a problem you don't have. I do, and tabs are, thus far, the best available solution on my preferred platform.

              Ah, I see. "Your opinion differs from mine, so you must not be as sophisticated as I am." Very mature.

              I fail to see how the "your opinion is different to mine, so you're wrong" attitude you have is any different. Not to mention your "I don't understand what you are doing, how or why, so you're wrong" attitude.
              As I said, in complete honesty, the only conclusion I can draw from your comments is that you aren't dealing with large numbers of open windows simultaneously, because I simply cannot understand how you could be doing so and _not_ find the current methods limiting and frustrating.

              [...] people who find tabs to be an enabling solution are handicapped by the fact that they don't know how to use the features that the OS already provides.

              You've yet to inform me of any features in OS X I don't know about, haven't known of for some time and have already tried.

              Your assessment of my criticisms is, unfortunately, not accurate. If you'd like to know what I'm saying about tabs, please go back and read my posts again.

              Well, thus far I've read what boils down to "there is no problem", "it's a bad idea", "it's fiddly to view two web pages in tabs side by side". To which I answer "there is a problem", "there is no better idea yet" and "so what".

              You seem fixated on not being able to read the title of a page and being able to manipulate multiple open pages so that they can be viewed simultaneously. I can understand why this would be useful and when, but I cannot understand your attitude that it is necessary _alL_ the time and that anyone who thinks otherwise is a fool.

              How does Windows handle it much better?

              Several ways:
              It's faster.
              It groups similar windows.
              It allows me to move quickly to *any* window by either mouse or keyboard.
              It allows me to order the tabs in the taskbar (only kludgily, but that's better than not at all)
              The placement of things in the taskbar is almost completely static (resizing it can subtly change the position of tabs, but it's far from the wholesale it-could-be-anywhere of minimised stuff in the Dock).
              It allows me to completely maximise windows.

              The only method that even comes close is an Application's Dock menu, but that suffers from being annoyingly slow, even more so on slow machines and having to read the verious items on the menu to choose the one that's wanted.

              [ Parent ]
            • Re:Safari musing by Anonymous Coward (Score:1) Monday January 20 2003, @10:56PM
              • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @12:45AM
        • Re:Safari musing by pmsyyz (Score:1) Monday January 20 2003, @05:52PM
        • Re:Safari musing by King Babar (Score:2) Monday January 20 2003, @10:19PM
        • Re:Safari musing by iomud (Score:2) Monday January 20 2003, @10:33PM
        • Re:Safari musing by MacGod (Score:1) Monday January 20 2003, @11:19PM
        • Re:Safari musing by mccabem (Score:1) Tuesday January 21 2003, @02:48AM
        • Re:Safari musing by localman (Score:2) Tuesday January 21 2003, @04:19AM
        • Re:Safari musing by caveat (Score:2) Tuesday January 21 2003, @07:29AM
        • Re:Safari musing by amit_kr (Score:1) Tuesday January 21 2003, @01:52PM
        • Re:Safari musing by kalidasa (Score:2) Tuesday January 21 2003, @05:48PM
        • Re:Safari musing by torenth (Score:1) Wednesday January 22 2003, @02:51PM
        • Re:Safari musing by baldyman (Score:1) Saturday January 25 2003, @06:42AM
        • Re:Safari musing by Twirlip of the Mists (Score:2) Monday January 20 2003, @11:55PM
          • Re:Safari musing by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @11:56AM
          • 1 reply beneath your current threshold.
        • 3 replies beneath your current threshold.
      • Re:Safari musing by Yagotta B. Kidding (Score:1) Wednesday January 22 2003, @06:45AM
      • 1 reply beneath your current threshold.
    • 2 replies beneath your current threshold.
  • Missing the point... (Score:5, Insightful)

    by Visigothe (3176) on Monday January 20 2003, @10:57AM (#5118757) Homepage
    While Safari is a very good start [it's still in Beta], I think the point is missed. We need *more* standards-complient browsers, not fewer. The more browsers that are used that are standards complient, the better the overall web-experience will be.

    Did Omni Group stop developing Omniweb because Microsoft made their IE browser OS X native [read as "runs in OS X"]? Did the iCab folks bail? Did Opera pack it in? Of course the answer is no. Having choice is always a good thing.

    Keep the faith.

    • Re:Missing the point... by Visigothe (Score:2) Monday January 20 2003, @11:02AM
    • Re:Missing the point... by Maelikai (Score:2) Monday January 20 2003, @11:14AM
    • Re:Missing the point... by Calvin1331 (Score:1) Monday January 20 2003, @11:51AM
    • Re:Missing the point... (Score:5, Interesting)

      by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Monday January 20 2003, @12:29PM (#5119467)
      Saying that we need more standards-compliant browsers is like saying that we need more window managers for UNIX. Having n different programs to do the same thing, for some large value of n, is not inherently virtuous. We need to have enough that everybody can find one they're happy with, but more for the sake of more is the wrong approach.

      The beautiful thing is that Apple is going to be releasing the WebKit SDK later this year, which will allow any Cocoa programmer to embed HTML rendering or full-on web browsing functionality in his program. So if you want a browser that plays "Happy Birthday.mp3" every time you launch it, just pull out Interface Builder and wire up a few components, and you'll be done.
      [ Parent ]
      • Re:Missing the point... (Score:4, Insightful)

        by GlassHeart (579618) on Monday January 20 2003, @06:24PM (#5122126) Journal
        Saying that we need more standards-compliant browsers is like saying that we need more window managers for UNIX.

        A better analogy would be compilers. It's better to have several compilers, because although they all supposedly implement the same language, they can and do differ in subtle cases, which allows the programmer to fix them. For example, the line "x = a[i++] + b[i++];" is undefined in C, and different C compilers can give different results. This is a bug that using multiple compilers can point out.

        Coming back to window managers, assume for a second that there was an international standard on window preferences, desktop icons, "right-click" menus, and other common desktop metaphors. Assume further that all window managers (at least try to) conform to this standard. Why would having multiple window managers then be a problem?

        Diversity is, in fact, beneficial if interoperability can be achieved. For browsers, this means a common set of "visited pages", bookmarks, and such. Apple is obviously planning to release a competent entry-level browser, so Chimera can look to other niches if it doesn't want to compete in the same space.

        Put another way, what would you do if you really needed to see a site, and the only browser you have crashes when loading that site?

        [ Parent ]
      • Re:Missing the point... by RzUpAnmsCwrds (Score:2) Monday January 20 2003, @08:25PM
      • Re:Missing the point... by g4dget (Score:2) Friday January 24 2003, @12:23PM
    • Re:Missing the point... by Zeni (Score:3) Monday January 20 2003, @02:07PM
    • Re:Missing the point... by anarkhos (Score:2) Monday January 20 2003, @06:52PM
  • I don't use Chimera, but... (Score:5, Insightful)

    by blazerw11 (68928) <blazerw AT bigfoot DOT com> on Monday January 20 2003, @10:58AM (#5118761) Homepage
    Don't give up if you enjoy coding the thing. It's about having fun, not market share. I cannot talk about the features of Safari vs. Chimera, but I choose Moz over Konq, because I like the features of Moz and I don't run KDE, so Moz starts much faster. (If I did run KDE, Konq would, no doubt, start faster.)

    Plus, from what I've seen [mozdev.org] (or here [mac.com]), Chimera is real purdy.

  • Uhm... (Score:5, Insightful)

    by DarkDust (239124) <marc@darkdust.net> on Monday January 20 2003, @10:59AM (#5118778) Homepage

    I don't understand this... why do the Mozilla people make such a big deal about Apple releasing Safari (and with a KHTML core instead of a Gecko core) ?

    I normally code in my free time because of fun, and if a decent program is the result, the better. Just giving up a browser-port because another competitor showed up is a non-option in my mind, especially in this case: Mozilla and its' derivates have features that others don't have, and if that remains the case there is a justification for not letting Chimera die.

    I really think the Mozilla folks should take a deep breath, look at what good pieces of code they've written, how many users they've reached, and stop comparing themselves to others... Mozilla and its' derivates have come long way and are high quality browsers, but without an big company and OS of their own they won't reach the audience MS and Apple reach ;-) But I think that doesn't matter as there are still lots of people who are thankful to have Mozilla or in that case, Chimera.

    • Re:Uhm... by Montreal (Score:1) Monday January 20 2003, @11:19AM
      • Re:Uhm... by rworne (Score:2) Monday January 20 2003, @03:21PM
    • Re:Uhm... by jbrownc1 (Score:1) Monday January 20 2003, @10:53PM
    • Re:Uhm... by IamTheRealMike (Score:3) Tuesday January 21 2003, @07:38AM
  • The positive aspect... (Score:4, Insightful)

    by Whatsthiswhatsthis (466781) on Monday January 20 2003, @10:59AM (#5118781)
    The positive thing about this is that Chimera is already good. Every other browser that wants market share will have to "beat" Chimera. And as far as I'm concerned, the current incarnation will always be good enough for me.

    I think we can count on Apple to build Safari to "beat" Chimera, and I am happier for it. Our loyalty should be to the best product, whether it is Chimera or Safari.
  • by bellings (137948) on Monday January 20 2003, @11:02AM (#5118794)
    The beauty of open source development is that the people who currently depend on chimera for mission-critical applications will be able to continue improving it and fixing bugs on their own.

    I fully expect that companies with multi-million dollar investments in their chimera infrastructure will be willing to pay real money to competent developers to keep this project alive.
  • by bcwengerter (416056) on Monday January 20 2003, @11:05AM (#5118812) Homepage
    I would probably use Chimera more myself, but I'm too tied to the Mozilla mail client (for whatever reason), and I really don't see the point of running Mozilla just for mail and Chimera for browsing at the same time. Then again, I shouldn't talk, since I've done zero to help change that situation...
  • Nooooooo! (Score:5, Interesting)

    by MacAndrew (463832) on Monday January 20 2003, @11:25AM (#5118930) Homepage
    Of course, I find something I love and *Apple* of all companies threatens to kill it, indirectly.

    I've been using Chimera Navigator for months, forgetting altogether IE (the real villain IMHO). I suppose the sole question for the Chimera team on whether to continue is whether *their* shadowy objectives are being met. The results in the time frame of the effort so far has been impressive -- no, stunning -- much more than a build-a-brower this weekend kind of thing. It really is Mac software.

    The single best thing I can say about Chimera -- and there are many nice things, more so now that I've gotten around to poking around with 3rd party mods like SpeedChimera and "PDF Plugin" -- is that I've mostly forgotten about it. That is, it works like the Finder or some other utility that you take for granted and don't give much thought. That's what I've wanted, not the fickle and feature-encrusted IE, just something simple and clean and fast. Safari will learn (has learned?) a few things from Chimera, which tells you something about the latter's value and why it would be a shame to lose the lead-by-example prominence of Chimera.
    • Re:Nooooooo! (Score:5, Insightful)

      Of course, I find something I love and *Apple* of all companies threatens to kill it, indirectly.
      Plain and simple: Apple does not have the power to kill off the Chimera project. Apple can create another similar product, but it is up to the end user to decide.

      Plus, I think everyone is missing the mark a bit: both browsers are free. These organizations/companies aren't going to be shut-out financially... they weren't getting the users' money for these browsers in the first place!

      If the developers choose to shut down the Chimera project, it would be a shame, but it would be their decision. To blame that decision on Apple is ridiculous.

      [ Parent ]
      • Re:Nooooooo! by Oculus Habent (Score:2) Monday January 20 2003, @01:11PM
        • Re:Nooooooo! by DeeKay (Score:2) Tuesday January 21 2003, @11:29AM
      • Re:Nooooooo! by MacAndrew (Score:2) Monday January 20 2003, @02:07PM
      • Re:Nooooooo! by mrpuffypants (Score:2) Monday January 20 2003, @11:12PM
      • Re:Nooooooo! by IamTheRealMike (Score:2) Tuesday January 21 2003, @07:40AM
  • Somebody's mad at Apple (Score:4, Insightful)

    by bill_mcgonigle (4333) on Monday January 20 2003, @11:27AM (#5118947) Homepage Journal
    It's obvious it will only ever be a marginal product on a even more marginal platform.

    So, not only does Chimera suck, Mac OS X sucks harder. Am I translating that right?

    I was very excited at first by Chimera, but by 0.3 I'd uninstalled it and stopped participating in the mailing lists. I thought Chimera was going to be the OS-X native (look & feel, native text widgets, services, full-on ATSUI, etc.) version of Mozilla, but instead it became the dumbed-down version of Mozilla with a nice OS X GUI but drastically reduced functionality (at last glance there was still no button to close a tab).

    Now it seems this direction was chosen in order to lure Apple to use it as the default browser on OS X. Since they decided not to, what purpose does Chimera serve? For a dumb browser, we have Safari.

    If I may suggest, there is a market for a non-dumb browser on OS X. OmniWeb still has a decent following but it can't compete with Mozilla for standards. Re-tasking Chimera to be the OS X -native version of Mozilla might be a good direction for the project - quite a bit of the hard work has been done already.
  • Don't take my Chimera! (Score:4, Interesting)

    by ahknight (128958) on Monday January 20 2003, @11:29AM (#5118967) Homepage
    Please, please don't take my Chimera! Here's why:

    Mozilla is bloated. It's slower than Chimera and includes a whole lot of things that are just not needed in a web browser.

    Safari can't render well. For the time being, it's not a good solution for people who need standards-compliance or good CSS support. Chimera is.

    Tabs, and Aqua-ness aside, it's really the best solution. Even after Safari came out I'm still clinging [codepoetry.net] to Chimera. It still has it's uses and is still the best solution for the Mac right now. It's WAY too early to claim obsolescence.
  • Chimera (Score:2)

    by catwh0re (540371) on Monday January 20 2003, @11:32AM (#5118983)
    I'm still finding chimera useful. Safari isn't going to get tabs or bugs flattened soon enough for chimera to just disappear. Phoenix is out there too, less recognised, but I don't see them dropping a port either.

    Really if anything is going to happen chimera should turn into a plug in pack to the standard mozilla distro for osx.

    • Re:Chimera by thumperward (Score:1) Monday January 20 2003, @02:29PM
  • by cryptochrome (303529) on Monday January 20 2003, @11:33AM (#5118994) Homepage Journal
    I don't think Safari should be the Chimera developers main concern as competition. What they should be worrying about is what's IN Safari - specifically, webcore. Because it's going to make it MUCH easier for people to create browsers with novel interface features for the mac. Including tabbed browsing, even if safari itself doesn't.

    My advice to the chimera developers - either focus on bringing the unique features of the mozilla platform like XUL apps that are not so easily replicated, or quit and spend your time someplace else.

    (And IMHO, the value of tabbed browsing is not so much organizing pages but preventing clutter. The main problem with the desktop metaphor is it doesn't take many open windows before it's practically unusable.)
  • Huh? (Score:5, Insightful)

    by Anonymous Coward on Monday January 20 2003, @11:39AM (#5119037)
    What kind of an argument is *that*? I mean, so far Mac OS came bundled with the 90%+ browser from Microsoft. How was that easier to beat than a (relative) newcomer browser?

    Of course, if one actually reads the article ...

    "I'm torn about what to do with Chimera. It's obvious it will only ever be a marginal product on a even more marginal platform. AOL and Netscape have no interest in supporting it. Who aspires to be number two in an already over-commoditized space? Working my ass off for 3% just isn't any fun any more. Safari has already won, the rest is just to see by how much."

    This is not about evil Apple killing off independent developers, but about someone who just lost interest in his pet project, IMO ...

    "Perhaps what is more disappointing is that my fifteen minutes of fame are just about up and I've really got nothing to show for it."

    I know exactly how you feel *sigh*

    b.

  • by Calvin1331 (643057) on Monday January 20 2003, @11:58AM (#5119156)
    After using mozilla, I tried to use Chimera, but I just couldn't because mozilla offers so many more features. I understand that it is a little slower, but it seems that over all its a better experence
  • Banner blocking... (Score:1)

    by Nipsy356 (586073) on Monday January 20 2003, @12:10PM (#5119284)
    I doubt a corporate browser will ever have the banner blocking beauty of Moz based ones. I like my web like I like my [Replay]TV, commercial free... Between the almost zero chance of banner blocking, and the lack of tabs, I'm sticking with something from the Moz family for now.
  • I tried Safari. The speed that everyone talks about wasn't even close to Chimera. What's that about? (I figured the cache made a difference, but after surfing on and off with it for a day or two, Chimera was still FAR faster. YMMV) And where are the tabs? Bleh. It might eventually find a space on my mac's HD, but Chimera wins in my book hands down.

    Another nice thing about Chimera...It functions very similarly to Phoenix on my PC at home. No feature rot.

    I'll stay with Chimera, thanks.

  • no cocoa == no use (Score:1)

    by buzban (227721) <buz@buzb a n . net> on Monday January 20 2003, @12:31PM (#5119486) Homepage
    personally, and since using chimera, if the browser is not cocoa i won't use it anymore.
    safari is great for little stuff, and i'm looking forward to seeing how it develops. i applaud apple's effort.
    for now, i've found that a ton of sites i use regularly just don't work in safari, and the whole lack-of-tabs issue is too much for me to get over. so for any serious browsing, i'll stay with chimera for now.
    i hope both continue to develope
  • Wait a second (Score:5, Insightful)

    by ethank (443757) on Monday January 20 2003, @12:40PM (#5119548) Homepage
    People are saying "don't take Chimera!" because Safari doesn't render well and lacks tabs....

    OK.

    Safari is in beta release 1. Chimera in the .6 release (post). By the time Chimera is indeed "dropped" Safari should be upwards of beta 3 or 2 or possibly even release. The developers of Safari maintain their own weblog (http://www.mozillazine.org/weblogs/hyatt/) and from what you read there, its indicative that CSS compliance is of the highest priority.

    I'll go with the best browser that provides the best user-experience. For me, I use Safari right now because its bookmark management rocks, its history view rocks and its fast as hell. I used Chimera from the time I bought my Mac (September) to when Safari was released. Sure, Safari has some CSS problems, and Chimera is still always running for that very reason, but it boils down to the typical mac idiom: what lets me do my work faster.

    Ethan
    • 1 reply beneath your current threshold.
  • Chimera wins.... for the moment (Score:2, Interesting)

    by mamahuhu (225334) on Monday January 20 2003, @12:40PM (#5119550) Journal
    Yeah - Chimera wins.... but only for the moment - Safari is almost there and it is a beta release. The biggy is obviously.... duh.... tabs - especially for slashdot, google news and new scientist..... but also the rendering.... if the next releases don't measure up then Chimera wins for sure - the speed is fine, the rendering fine and the tabs.... did I meantion the tabs..... how could anyone desing a modern browser without them ..... come on.... why spawn a window for every page.... duh

    Rock on and hany out at Puy de Dome you might see a UFO or something....

    But it might be the beer....
  • GNUstep? (Score:4, Insightful)

    by Dimwit (36756) on Monday January 20 2003, @12:40PM (#5119553) Homepage
    You know, the GNUstep Project [gnustep.org] would love to have Chimera working on their platform.

    (For those who don't know: GNUstep is a free implementation of the OpenStep specification, of which MacOS X is a direct descendant. There's a very high level of source code-level compatibility between the two platforms.)

    Is there any reason why Chimera could not be ported to GNUstep?
    • Re:GNUstep? by thumperward (Score:1) Monday January 20 2003, @02:39PM
      • Re:GNUstep? by rgigger (Score:1) Monday January 20 2003, @05:45PM
      • 1 reply beneath your current threshold.
    • Re:GNUstep? by Twirlip of the Mists (Score:3) Monday January 20 2003, @05:50PM
    • Re:GNUstep? by DeeKay (Score:1) Tuesday January 21 2003, @11:41AM
    • 1 reply beneath your current threshold.
  • Funny... (Score:4, Insightful)

    by Cinematique (167333) on Monday January 20 2003, @12:42PM (#5119567)
    Chimera looks more Apple-like than Safari! WTF? Am I the only one who thinks Safari is great, but looks like a puddle of puke?

    Actually, Safari would be great if it looked like Chimera, but kept (and improved) its webcore stuff.

    At the end of the day however, the lack of tabs in Safari, plus the hideous UI, are what helps keep Chimera out of my trash can.
  • Why I use Chimera, not Safari (Score:4, Insightful)

    by Tor (2685) on Monday January 20 2003, @12:44PM (#5119579) Homepage
    Chimera is a Free(tm) browser, and so will not be subject to a vendor's (Apple's) agenda. In practice, this means that features like popup blocking, selective cookie acceptance/rejection won't go away (the way they have in IE) whenever the vendor no longer blesses such "anti-commercial" features. It also means better code scrutiny, and ultimately, better security.

    • Re:Why I use Chimera, not Safari by scotsalmon (Score:1) Monday January 20 2003, @02:26PM
    • Yup by Big Sean O (Score:3) Monday January 20 2003, @04:16PM
      • Re:Yup by Twirlip of the Mists (Score:3) Monday January 20 2003, @05:58PM
        • Re:Yup by Big Sean O (Score:1) Tuesday January 21 2003, @12:03AM
          • Re:Yup by Twirlip of the Mists (Score:2) Tuesday January 21 2003, @01:15AM
  • Please don't stop! (Score:3, Insightful)

    by Anonymous Coward on Monday January 20 2003, @12:48PM (#5119605)
    I LOVE chimera. Tabs rock, it's fast, its stable.

    And I love the interface, it's clean and unbusy. Shortcuts are reasonable and I don't get "surprised" by behavior like i do with explorer or opera or even omniweb.

    The big reason to keep working on chimera though is that when chimera is in good enough shape it can be the basis for a wide variety of great open source projects and university research projects. With all the information available on the web a clean module for doing web browser functions will be invaluable to lots of people.

    Another good reason, is that mozilla is the "2nd standard" web browser. Usually web designers code to ie and then mozilla, how many are going to code to safari too? This is a big problem with opera and omniweb, sometimes they just don't work on site X. Chimera is much much better for not getting scrambled websites.

    And folks were questioning tabs. Hearesy!

    The big reason tabs rock? It gets rid of waiting for the network. You're reading along and then just command click on what you are interested in. You mess around on the page a little bit and then switch over. It turns a click-wait-read-click-wait-read experience into click-click-read-read.

    Another reason, they remind you of what you were interested in. So i can scan down slashdot and command click the 5 or so stories that interest me. Then I get to the bottom and i don't have can just look at each of the stories in turn instead of going back to the main page each time.

    By the way, on the "fifteen minutes of fame" business, don't worry about it. You've got street cred now, that's worth tons here in Silicon Valley. You can get a nice job as the resident guru at a startup or write books or do consulting. You're in geek heaven man, don't sweat it.

  • Pushing Down Developers (Score:4, Insightful)

    by agentkhaki (92172) on Monday January 20 2003, @12:56PM (#5119656)
    Recently, it came to my attention that MacAmp Lite X [macamplite.com] is no longer under developement either. Why?

    "iTunes just got to be far too big, far too free, and far too bundled with the OS"

    Granted, MacAmp Lite X wasn't freeware, like Chimera is, and it wasn't open source, like Chimera is, but it still begs the same question:

    As Apple moves from a company that was all about selling their own hardware and an OS to run on it, to a company that is all about moving into every aspect of our lives - giving us not only hardward and a (very healthy) OS to run on it, but also software to take care of most features required by an 'average' user, as well as digital lifestyle devices like the iPod (and rumored things like PDA's, video iPod's, etc.,) - are they becoming more like Microsoft? Are they discouraging the independant developer? Will they continue on this path to such an extent that those people who have begun to raise Apple's market share - and who have begun to actually pay attention to the operating system as something actually worth using - away?

    In short, will Apple invading all of the different types of software areas discourage developers to the point that it is no better than Microsoft, if only in terms of their attempted monopoly over all aspects of our computing experience?

    • Re:Pushing Down Developers (Score:4, Insightful)

      by Graymalkin (13732) on Monday January 20 2003, @01:40PM (#5119918) Homepage
      You answered your own question. MacAmp Lite X's developers just gave up because they didn't think enough people were going to use it and buy it from them. That isn't Apple stifling innovation, it is a developer trying to sell a product in a competitive market and not having the wherewithal to keep up development in the face of real competition.

      Apparently in some cases like MacAmp Lite X, Apple producing a competitive product will discourage developers. Whether that is their intention or not isn't something anyone but Apple can really answer. In other cases Apple's competition has spurned companies to work even harder. Avid is a pretty good example of this, their DV Xpress package is a direct competitor to FCP. With FCP's meteoric rise to popularity and OSX being a capable OS they decided that they didn't want the Mac-only FCP dominating DV XPress' market. Thus they released DV Xpress 3.5 on both Windows XP and OSX. Now video editing on OSX is at a great point because you've got DV Xpress and FCP competing for the same userbase, it is in the best interest to both companies to produce the mostest badass versions of their software they can to increase sales.

      This point is what it comes down to, when you have competition you can either throw in the towel or try harder. Had MacAmp's developers made MacAmp Lite into a real powerhouse of a media player that picked up where iTunes failed they would have kept a decent sized user base. So to answer your question, no I don't think Apple is stifling innovation on anyone's part like Microsoft. It's up to people their programs compete with to make a better product. iTunes may be free but it isn't the end all be all of MP3 players. There's still room for an iTunes killer.
      [ Parent ]
    • Re:Pushing Down Developers (Score:5, Informative)

      by thatguywhoiam (524290) on Monday January 20 2003, @03:06PM (#5120473)
      In short, will Apple invading all of the different types of software areas discourage developers to the point that it is no better than Microsoft, if only in terms of their attempted monopoly over all aspects of our computing experience?

      In short, no. I'll tell you why.

      There are three major differences between Apple's bundling of the iApps and Microsoft's value-add (uh, Plus?) software.

      1. Apple's apps don't suck. Flame if you will. iTunes in particular, you'd be hard-pressed to find someone who didn't think it's really the be-all of music interfaces. iCal has a huge following already, Mail kicks ass, iSync does what it says it does. iMovie practically kickstarted the real desktop moviemaking revolution, iDVD was an industry first. I have nasty things to say about iPhoto, but since the 2.0 rev is 4 days away I'll reserve judgement.

      2. Apple apps are uninstallable. This point is often lost on the Windows crowd. "Apple bundles a browser too! It's anticompetitive!" Microsoft tells you that IE is literally crazy-glued to their OS, as is WMP and others. Any Apple iApp is a single icon, that is tossable, without a fuss, without that wacky Install/Remove Programs nonsense.

      3. Apple only extends itself where it feels it is needed. I could probably take some crap over that statement, but it seems to be true. The browser situation was sucking until Chimera came along, and Apple hired that guy. The iApps serve as proof-of-concept OS X apps, as well as fulfilling the 'what software?' problem of a new OS. Also, Apple is happy to point users in the direction of more powerful, flexible, paid applications if asked (i.e. Audion).

      Besides, I think most people would agree that there are certain activities that a computer ought to do 'out of the box' that are more complex than users would have demanded in the past. CD burning, for example. Does including CD/DVD burning capabilities in iTunes and the Finder hurt Roxio's Toast? Probably not, Toast is more powerful.

      [ Parent ]
    • Re:Pushing Down Developers by ealar dlanvuli (Score:2) Monday January 20 2003, @03:21PM
    • Re:Pushing Down Developers by WaKall (Score:1) Monday January 20 2003, @04:58PM
    • Re:Pushing Down Developers by Yeroc (Score:1) Monday January 20 2003, @07:44PM
  • Open Source to the Rescue (Score:4, Insightful)

    by phpsocialclub (575460) on Monday January 20 2003, @01:50PM (#5120003) Homepage
    I do not see what the big deal is.
    It is unfortunate that the developers are feeling the pressure of apples new browser, but as long as the source code the Chimera remains available it can still be developed and improved.
    I use Chimera every day as my primary browser and download the daily builds every day.
    Safari is nice, but there is still a place for Chimera.
    New developers will step forward, I would if I had the time and/or skills, to keep this project moving forward.
    Projects change hands all of the time,

    Chimera will live on
  • I like Chimera (Score:4, Insightful)

    by Outland Traveller (12138) on Monday January 20 2003, @01:57PM (#5120058)
    I like Chimera a lot. It's near perfect for my usage, and I prefer it over Safari. My only suggustion is to add "close tab" buttons on each of the tabs, like galeon does under Linux. I miss these immensely for the easy, one-step ability to close tabs that *aren't* currently active.

    Thanks for the all the open source browser beasts :)
    -OT
  • by macmurph (622189) on Monday January 20 2003, @02:08PM (#5120129)
    I originally posted the following comment in response to a linux journal article about Apple's Safari. I feel the comment also applies to this discussion:
    http://www.linuxjournal.com/article.p hp?sid=6565&m ode=thread&order=0&thold=0

    In summary, there are many good rendering engines but very few great user interfaces, and in the end, UI is the crucial differentiator b/w browsers.

    In response to the whole rendering engine discussion I see here... IMHO Rendering engine/render speed is not everything... Of course, IE for the Mac is dog slow (its carbon, not naitive cocoa code)...and Apple was *forced* to create an alternative or fall behind. The IE for the Mac team was disintegrated long ago to make Web TV, Ultimate TV (a cancelled MS project),etc.

    But for most people, more important than rendering speed is an efficient, productive UI (because rendering speed problems have largely been solved in todays best browsers).

    Because the web has become so central to computing...UI is more important than ever in browsers. Safari beta (so far) offers a very nice bookmark manager but lacks tabbed browsing (or something like it).

    For now, I like Chimera for OS X because it has tabbed browsing and lightning fast rendering performance. On a dial up connection, a user can open pages in new tabs and queue the downloads. This is a very very efficient method of browsing that Safari so far, have chosen to ignore. Tabbed browsing in Chimera is faster and more efficient than IE 6 for Windows. I use a technique whereby each new chimera window contains catagorys of tabs... ebay auction tabs in one window, news tabs in another window, stock data tabs in a third window. By managing topics of tabs by window I never find myself hunting for the correct tab (In IE for windows, I would find myself hunting for the right tab along the Start bar. With too many windows open the start bar becomes cluttered and useless as an interface.)

    Chimera (Gecko based) is faster than Safari in my own independent testing...particularly at downloading and rendering JPEGs. When it comes to rendering raw HTML I can't tell the difference between Chimera and Safari but toss in a few jpegs and chimera wins. I imagine this is only noticeable on dial up connections.

    I expect Safari will surpass Chimera and therefore all other browsers in UI and performance at some point in the near future because apple is so damn good at what they do.

    PS. I should probably add that I think Chimera is the still the best browser and Apple's Safari is not yet very usable. I would hate to see the Chimera team give up so soon. I think Chimera has a lot to offer...especially because it uses a different rendering engine (great for checking standards compliance, etc). So keep up the good work Chimera! I want to see version .7 badly!
  • by MachineShedFred (621896) on Monday January 20 2003, @02:18PM (#5120167) Journal
    It would pain me greatly to see Chimera have an untimely meeting with Bellerophon, who has the sublet contract from the king.

    While both products are currently in beta, Chimera is a much MUCH more mature beta than Safari. I use both, but I use Safari at home, and Chimera at work on my Powerbook. Why? Chimera remembers my proxy password.

    It doesn't matter how many times I hit the remember password / add to keychain thing in Safari, it cannot and does not remember my credentials for the proxy, which is incredibly annoying. Chimera does this with no issue, as does OmniWeb.

    Besides, on a gigahertz mac, the render speed is exactly the same between them, so I'd rather have less bugs, tabs, things working mostly, etc. etc. I'm sure that I will give Safari another try once it matures a bit more, but for right now if I have to choose, I choose Chimera.
  • by bogie (31020) on Monday January 20 2003, @02:25PM (#5120226) Journal
    First development on Phoenix comes to halt
    http://ask.slashdot.org/comments.pl?sid=5126 6&thre shold=-1&commentsort=3&tid=154&mode=thread&cid=511 5764
    , next Chimera Development may by stopping, and on top of this AOL has recently pulled devs off of Mozilla itself. WTF is going on? It look like Mozilla and its subprojects are slowly dying off. This is not good!
    • Calm down! by protohiro1 (Score:2) Tuesday January 21 2003, @12:26PM
  • Well.... (Score:3, Insightful)

    by Anonymous Coward on Monday January 20 2003, @02:32PM (#5120257)
    I think what has killed Chimera as far as Pinkerton is concerned is that fact he had pretty much hit a brick wall development wise. The major issues people were complaining about were slow text box entry and the fact that font rendering was not 100% quartz native. Sadly fixing these problems would be far from trivial, and in the end I guess he devided it was not worth the effort.

    Because Safari uses KHTML and because of the OS X QT port, it has 100% native quartz rendering form the get go, and access to services and other goodies.

    Chimera, as the name suggests was never really anything more than a kludge, gecko would have to be substatially reworked to perform optimally on OS X, and with Safari taking all the attention, it would be a lot of work for little or no recognition.

    Chimera will slowly putrify, and before long will be totally forgotten. Very sad to see it happen, but the work needed was beyond the capability of the developers involved, that's not an insult, that's just gecko.
    • Re:Well.... by whee (Score:2) Monday January 20 2003, @11:15PM
    • 1 reply beneath your current threshold.
  • Bug- Show support (Score:3, Informative)

    by Anonymous Coward on Monday January 20 2003, @02:39PM (#5120314)
    Plese use the bugzilla bug 189819 [mozilla.org] to show your support.
  • by jellomizer (103300) on Monday January 20 2003, @02:39PM (#5120318) Homepage
    This is my dock.
    Safari, Chimera, Mozilla, IE, Opra. And right now both Safari and Chimera are open. I usually switch to Chimera when I need to do Tabbed browsing and I use Safari for the standard browsing. By keeping Chimera/Mozilla running and impoving it helps keep Apple and Microsoft on their toes. Chimera may have to change its focus a bit from being the standard web browser to the secondary browser. There is nothing wrong with being in second or third place. Healty competition is good for both sided, Safari has now placed Chimera with the challange to make it faster. So I would like Chimera to meet this challange and produce something better.
  • At least 0.6.0 is a finished browser (Score:2, Interesting)

    by cappadocius (555740) <[cappadocius] [a ... emasquerade.com]> on Monday January 20 2003, @02:41PM (#5120331)
    I surfed around on Safari yesterday. It looked promising and had some interesting features (the bookmark thing is pretty ingenious) but also lacked the mac look and feel. I didn't go many places and the thing choked on multiple sites.

    Safari has, by no means, already won. Chimera works perfectly for my every need. Safari couldn't do many basic things.

    Look and feel is also very important. Chimera feels like the browser made by the same company as the OS. Safari is the one that seems like it was ported.

    My only consolation is that at 0.6.0, Chimera seems finished. It might at well be called 6.0 for all I care. As long as someone is around to update the browser as html standards change, then Chimera will remain a very excellent browser.

    To the developer I say: Thanks for all your hard work and a great app. If you do leave the project please bless its continuation and don't think you did not accomplish something wonderful.

  • Two words: Auto Proxy configuration!! (Score:2, Interesting)

    by aqsalter (601218) on Monday January 20 2003, @05:35PM (#5121726) Homepage
    (Well maybe three words ;)

    Chimera just got Auto proxy configuration support so I can use it at work.... Trust me Apple will never release a browser that supports auto proxy configuration because it is not a standard its an MS implementation in the lack of a standard (I'm not knocking MS on this as big organisations needed auto proxy config)

    Chimera and Mozilla do support it.

    Enough said.

    Finally, I'm not even sure I really like the look of Safari as a full time browser. AND Apple don't care about the "technofiles" (ie US) they are mostly after the average joe... so I won't be surprised if Safari _NEVER_ gets tabs.

    Sorry guys. Even if Chimera doesn't get developed past today I'm probably going to be using it for quite some time to come. It works right now for everything I need.
  • IE (Score:1)

    by hexdcml (553714) <hexdcml@NOSPAM.hotmail.com> on Monday January 20 2003, @05:48PM (#5121830)
    Erm, not to sound like the odd one out here, but I sill quite like IE for OS X. Sure, page rendering is not as fast, and sometimes the pages don't render at all - and Chimera is pretty kewl - but I like IE's functionality - especially for the Scrapbook feature and Page holder - much like the "Snapback" feature eh? Load a Google results page into the Page Holder and click away ;) I haven't yet switched to Safari yet - is still in Beta, and personally, am quite happy with my IE/Chimera combo. I think tabs are ok, I mean, its all about choice right? But, apart from the possibility that Chimera might get dropped, I don't understand what the fuss is all about.
  • Chimera's Great Contribution (Score:2, Interesting)

    by bdaehlie (537484) on Monday January 20 2003, @06:30PM (#5122229) Homepage

    When I look at Apple's benchmarks and listen to the words straight from Steve Jobs' mouth, it becomes pretty clear that the reason Safari isn't a piece of crap is because Chimera gave Apple something to shoot for. If Safari only had to compete with IE, Apple could have released something a while ago.

    I think Apple's new browser is great, but its not for me. I still use Chimera because its much more practical. There is a lot of room for improvement (build on the 1.2 branch!), and I don't think giving up is the answer. Chimera has pushed Safari to be what is is today, and now is not the time to stop upping the standards for available web browsers.

  • by fermion (181285) on Monday January 20 2003, @07:06PM (#5122582) Journal
    This could be a negative consequence of the MS monopoly. Developers now believe that the goal is 95% market penetration and anything less is failure. This of course is incorrect. We have a set of web standards, and what we need is a number of browsers targeting to various demographics. Even if we assume that IE and Safari will become the standards, that does not imply we need nothing else.

    OTOH, there are two important issues that may hold Safari back. First, there are many sites that need IE, so Apple can't piss MS off too much. That means that it is unlikely we will see Safari as the default for a couple years. Second, Safari is fast but it is a long way from being stable. Chimera should continue to be the more mature product. Chimera is great, and besides speed, I have been unimpressed with Safari.

    Safari at this point is more a marketing ploy than a product. It proves that the Mac is not the slowest browser platform on the planet. Chimera is a working product, Safari is a buggy concept package. Even if we stipulate that Safari will reach maturity, assuming massive market penetration is forgetting Cyberdog.

  • by Redline (933) on Tuesday January 21 2003, @01:22AM (#5124864) Homepage Journal
    The thing that keeps Chimera on my powerbook is the fact that it runs on "older" OS X releases and on computers with less RAM. I'm stuck with 10.1.5 on a old G3 until I can scrape together the spare change to upgrade to 10.2. Buying OS software for my aging computer is not a priority for me right now, and since Safari won't run on my laptop, I'm sticking with Chimera as long as they keep making it.
  • by esme (17526) on Tuesday January 21 2003, @02:29AM (#5125145) Homepage
    IMHO, Chimera was always a dead end. Pheonix is working on some of the same problems (bloat, complicated UI) that Chimera was, but with a cross-platform approach that still uses XUL instead of native widgets. The fact that Phoenix has made such progress is a good indication that the problem wasn't XUL in the first place.

    And if you're dying to have native widgets, check out Pinstripe theme. Turns out that plain-jane Mozilla has hooks to get OSX to draw the widgets. It doesn't solve all of the other Human Interface Guidelines problems -- but most of those should be solved for all platforms, anyway.

    -Esme

  • by Rainer (42222) on Tuesday January 21 2003, @06:07AM (#5125699)
    Safari might become a really good browser in the future, but it is definitely intended to be a "minimal configuration" browser.
    Apple will never include complicated options that might break many pages.
    Just look at the filter settings in iCab. (Java, Java-Script, iframe, images, cookies, ...)
    If Chimera would adopt something similar it could easily become the browser of choice for power users.
  • by vrykolaka (521411) <david-slashdot AT empyree DOT org> on Tuesday January 21 2003, @07:45AM (#5125927) Homepage
    âoe2. Apple apps are uninstallable. This point is often lost on the Windows crowd. "Apple bundles a browser too! It's anticompetitive!" Microsoft tells you that IE is literally crazy-glued to their OS, as is WMP and others. Any Apple iApp is a single icon, that is tossable, without a fuss, without that wacky Install/Remove Programs nonsense.â

    Sure I hate IE dominance but the idea of integrating web web browser and file explorer is GREAT. If you ever used its specificities (not just clicking an icon but using the address bar as a [primitive] command line), I guess you would notice an increase in "productivity", as they like to say.

    What's wrong with MS and IE is not browser integration (KDE/GNOME do it also followed MS, BTW), it is closed-source browser integration.

    In a certain way, Mac OS X can be compared now to Windows 95 (without Internet Explorer 4). Don't get me wrong, I'm just comparing the UI navigation :)

    I'm waiting for Windows 98 ;) 10.3 ?

  • Real vs. pretend (Score:1, Insightful)

    by Anonymous Coward on Tuesday January 21 2003, @08:56AM (#5126289)
    I can understand having one's enthusiasm doused by all the excitement concerning Safari. I hope that Chimera, UnInc. will keep work; after all this enthusiasm will pass; people will eventually stop using Safari because they want a browser that works. Sure, Apple may get it out of beta next week: unlikely. It may be a year, it may be never, other priorities may seize their attention. It's happened before. Chimera is a much more polished product, keep up the work, keep your eyes on the prize and think long term, not just MacWorld-week.
  • The REAL point of Safari... (Score:4, Insightful)

    by Cerebus (10185) on Tuesday January 21 2003, @10:06AM (#5126836) Homepage
    ...isn't the browser, it's WebCore and JavaScriptCore. The browser is a convenient testbed for both cores that has the happy side-effect of producing a useful app (and thousands of eyes to point out parse and render defects).

    Personally, I think Apple as a corporation could care less whether Safari lives or dies. But either way, OS X gains WebCore and JavaScriptCore, which will prove to be indispensible frameworks in the future.
  • by lml (639341) on Tuesday January 21 2003, @12:04PM (#5127643)
    Quoting from Mike Pinkerton's weblog:

    "It's all about motivations. Why did we even start Chimera in the first place? Because we wanted to make something that sucked less. Safari aside, it stands on its own as a solid product with a good UI that is pretty damn bug-free for an 0.6 release. It's easy to get sidetracked on the "woe is me, we lost again" tangent (especially if you've been at Netscape for 5+ years), but it's time to get back to why we're doing this at all: because it's fun. It's fun making a product that more than seven people use. I wish that was 7 million, but I guess we have to set our expectations appropriately. Chimera's not going anywhere, regardless of whatever I post on this blog. Will this get picked up on MacSlash? Unlikely. I guess the damage has already been done.

    I'd like to correct many of the emails that commented that I was the only developer working on Chimera. I'm not by any stretch of the imagination. While our unofficial "team" is smaller than Safari's, we certainly have a lot of coverage from the open-source community."

    Check it at http://mozpink .blogspot.com/2003_01_01_mozpink_archive.html#8770 4137 [blogspot.com]

  • Not Dead (Score:5, Informative)

    by moof1138 (215921) on Tuesday January 21 2003, @02:29PM (#5128611)
    From: pinkerton@netscape.com (Mike Pinkerton)
    Date: Tue Jan 21, 2003 10:46:55 AM US/Central
    To: CHimera
    Subject: [Chimera] Sigh
    Reply-To: chimera@mozdev.org

    Let me put this to bed once and for all: I'm not stopping work on chimera.

    Yes, I'm frustrated and sick of being kicked around by apple. That's why I muttered that i was "torn". I never said I was stopping work or that chimera was dying. I can't speak for Simon or bryner or any of the other members of the team, but they're not stopping either.

    I appreciate the support and all the emails. We're making a damn good product here, and we're doing it because we want to, win, lose, or draw.

    --
    Mike Pinkerton
    Mac Browser Weenie
    pinkerton@netscape.com http://people.netscape.com/pinkerton

    _______________________________________________
    Chimera mailing list
    Chimera@mozdev.org
    http://www.mozdev.org/ma ilman/listinfo/chimera

  • Do I have this straight? (Score:3, Insightful)

    by Aram Fingal (576822) on Tuesday January 21 2003, @04:48PM (#5129824)
    If I understand the situation correctly, Chimera is a port of Mozilla from UNIX code base with a GUI written in Cocoa while the Mozilla that is called "Mozilla" on OS X is a Carbon port of the legacy Mac OS code for Mozilla. A Carbon Mozilla makes sense if you need to support both classic Mac OS and Mac OS X with uniform behavior as the priority.

    Eventually, however, won't it be more important to use technologies like the UNIX base and Cocoa which make better use of OS X's abilities than Carbon does? Chimera may be marginal now but it's the method that makes more sense for the future.
  • Even less dead: (Score:2, Informative)

    by Erik K. Veland (574016) on Wednesday January 22 2003, @09:36AM (#5134873) Homepage
    For those of you who cannot be bothered to read his blog:

    Wow, ok. First I'd like to thank the 75 of you that took the time to write me an email about my last blog entry on Chimera. One of the emails went like this:

    OK, Chimera will never be an app used by the masses, and possibly not even by the masses of Mac users. Still, choice is good, and choices of several apps that suck less is even better.

    You know, he's exactly right. It's all about motivations. Why did we even start Chimera in the first place? Because we wanted to make something that sucked less. Safari aside, it stands on its own as a solid product with a good UI that is pretty damn bug-free for an 0.6 release. It's easy to get sidetracked on the "woe is me, we lost again" tangent (especially if you've been at Netscape for 5+ years), but it's time to get back to why we're doing this at all: because we enjoy it. It's fun making a product that more than seven people use. I wish that was 7 million, but I guess we have to set our expectations appropriately. Chimera's not going anywhere, regardless of whatever I post on this blog. Will this get picked up on MacSlash? Unlikely. I guess the damage has already been done.

    I'd like to correct many of the emails that commented that I was the only developer working on Chimera. I'm not by any stretch of the imagination. While our unofficial "team" is smaller than Safari's, we certainly have a lot of coverage from the open-source community.

    Certainly I recognize the irony that my musings about my fifteen minutes running out generated more email than my weekly amount of spam. Next time I get depressed, remind me to just talk to my cats.
  • Keep up the good work Chimera guys!! (Score:2, Interesting)

    by w128jad (643759) on Wednesday January 22 2003, @09:59AM (#5135025)
    I sincerely hope the Chimera team continues their work. Considering how bulky and slow the mozilla code is, chimera has always been a breath of fresh air. Chimera offers a (99.9%) standards compliant browser built natively for Cocoa and open source!! Its performance has not been bad. Considering Apple actually built the architecture it is no wonder their browser is streamlined to use it most effectively. This shouldn't discourage the Chimera guys (although I'm sure they are not entirely broken up about an Apple supported browser appearing). Chimera still has an opportunity to mature with time, hone in on the Apple UI standards, tighten up w3c standards, and pretty much present a good open source alternative. If for good or ill the Chimera Developers drop the project, maybe they could shift over to KHTML Development. :-) Either way I think thinks are looking up for Mac users!! w2^8me out.
  • Chimera wins. (Score:1)

    by Squidgee (565373) <squidgeeOO1@@@hotmail...com> on Wednesday January 22 2003, @12:07PM (#5136130)
    So sayeth Googlewebfight. Here [googlefight.com] is the link; check it out. =D
  • by Draoi (99421) <draiocht@ma c . c om> on Monday January 20 2003, @11:44AM (#5119063) Journal
    Idiot or troll?? (or both!)

    • Safari (2 380 000 results)
    • Chimera( 453 000 results)

    Doing a google search [google.com] for 'safari' turns up boatloads of African holidays, just as it would have before Steve announced his new browser. Duhh!

    [ Parent ]
  • by crystalll (543801) <jlpicard@tiscalinet.it> on Monday January 20 2003, @11:45AM (#5119066)
    > Googlefight between Safari and Chimera shows
    > [googlefight.com] that Safari is sure winner - only 2
    > weeks after beta announcement.

    This is completely hilarious. Do you know that people might use the keyword 'Safari' for something else than Apple's browser? Maybe a safari?
    [ Parent ]
  • by presearch (214913) on Monday January 20 2003, @11:59AM (#5119167)
    What the hell are you talking about?
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by PierceLabs (549351) on Monday January 20 2003, @12:26PM (#5119427)
    Wow... your point needed to be made so strongly that you posted anonymously.
    [ Parent ]
  • Re:Big Buttons (Score:5, Funny)

    by Twirlip of the Mists (615030) <twirlipofthemists@yahoo.com> on Monday January 20 2003, @12:37PM (#5119521)
    Here's an idea for u devolpers - Try making a theme editor for Safari that ISN'T JUST CHANGING THE COLOR!!!!!!!

    Ugh. Here's an idea for you developers: give up on themes. If you want to work on something, make it something that contributes more to the world or to your own personal enrichment than simply making my screen uglier.
    [ Parent ]
  • by MachineShedFred (621896) on Monday January 20 2003, @12:55PM (#5119649) Journal
    Whoa. Someone's choice for President didn't get elected. Now getting back to the topic, who said anything about the DMCA? Is there a lawsuit between Apple and the Mozilla project? Has someone invoked the DMCA here? How did EVERY tech-news site miss that, but your uninformed knee-jerk reacting self catch it?
    [ Parent ]
    • 1 reply beneath your current threshold.
  • 13 replies beneath your current threshold.