Slashdot Mirror


Be Shareholders Approve Sale to Palm

moooooooo writes: "Well it's official. Be shareholders have approved the sale of Be Assets to Palm. Hopefully Palm will announce something about either a new BeOS version or licensing the source to the BeUnited crew."

50 of 204 comments (clear)

  1. Re:Sale of Be assets by zuccini · · Score: 5, Informative

    Unfortunately it can't be open-sourced because if the amount of licensed code in it that would be nigh-on impossible to strip out. However, there are some projects underway such as OpenBeOS to reproduce the API open source.

  2. I'm optimistic... by Tsar · · Score: 3, Interesting

    Perhaps the reason Palm has lagged behind their competitors for a while is because they're directing their efforts toward The Next Big Thing — perhaps the BeOS will be running on our palmtops after all. It's a gorgeous, elegant, and terribly resource-efficient OS; given sufficient horsepower (from an ARM processor, for example), it might be quite impressive at 320x320 resolutions.

    Anyone out there with behind-the-scenes knowledge willing to provide some insight?

  3. Get a grip... by hoggy · · Score: 3, Flamebait

    ...BeOS is dead. What on earth would Palm want to continue it for? There are pretty much no users and they add no value to Palm's core business. Palm wanted the assets: developer expertise, a useful codebase, a bunch of good ideas (and likely patents).

    You can also forget about them open-sourcing the codebase - it's one of the assets they just bought. Presumably they see some kind of competitive advantage in having it (I'm not sure I do) - they're unlikely to give that away now.

    1. Re:Get a grip... by Anonymous Coward · · Score: 3, Interesting
      1. As Palm aren't in the x86 market there's a chance they may see open source BeOs to be a way to get developers without infringing on their core business.

      2. PalmOS doesn't scale. It's applications are wonderful and it looks good when compared to CE but lets not kid ourselves about the CPU it's tied to - it's a dog. BeOS is a good replacement.

      3. They got some of the best developers in the world to sweeten the deal.

    2. Re:Get a grip... by ewhac · · Score: 4, Informative

      BeOS is dead. What on earth would Palm want to continue it for?

      No reason whatsoever, and that's a sad thing.

      You have no idea what's been lost here. Yes, BeOS had plenty of warts and rough edges that are the hallmark of any desktop system that doesn't have millions of users to help smooth them over (through sheer erosion if nothing else). But there's lots of stuff inside BeOS that was done very right, and now that's lost forever to desktop users.

      BeOS did seamless symmetric multi-processing from day one. Yes, Linux does it, too, but never (that I have seen) out of the box. You have to recompile the kernel, something "normal" users don't have a taste for. Further, the pervasive multithreading took full advantage of however many CPUs you had in the machine (it even ran, unmodified, on a prototype 8-way Xeon machine).

      BeOS is multi-platform. Originally developed for the AT&T Hobbit processor, BeOS was ported to the PowerPC (which was maintained for as long as was practicable) and Intel processors. Now that Palm is in the picture, BeOS is being ported to the StrongARM.

      If there was a BeOS driver for your sound card, it just worked. No recompiling the kernel, no reading highly technical HOWTO files that even experienced programmers have trouble interpreting to work out which compile switches to set, no editing /etc/modules.conf in Mysterious Ways to load the driver with the correct parameters, and definitely no futzing with PNP tools to interrogate and configure older cards.

      If the power died, the 64-bit journalled filesystem would lose no data. Just reboot and you're good to go. Linux is only just now getting this with ReiserFS and SGI's port of XFS.

      But beyond what was available in the last public release of BeOS (v5.0.3) was what was under development in the EXP tree: a "theme-able" desktop GUI, a completely new kernel-based networking stack that rivalled the speed of Linux and *BSD, further refinement of the audio services, and a complete re-write of the OpenGL system to support hardware acceleration (the Voodoo and ATI Radeon drivers were in excellent shape, and the Intel 810 driver was making good progress (until I ran into that $(EXPLETIVE) opaque chip lockup that I failed to track down)).

      Palm has expressed firm disinterest in pursuing any of this. So Gates gets another notch in his belt, and you have one less option for your desktop machine. This, I contend, is not a good thing.

      I can't imagine how Jean-Louis Gassée feels right now.

      Schwab

    3. Re:Get a grip... by sparkz · · Score: 3, Interesting

      RedHat can run an SMP Kernel out-of-the box.

      And no journalling filesystem can ensure data integrity if the power dies... the memory can fill with all kinds of crap, which may or may not get flushed to disk. This is true of all PCs, and basically any Von-Neumann system (ie, any computer).

      --
      Author, Shell Scripting : Expert Re
    4. Re:Get a grip... by i_am_nitrogen · · Score: 2, Interesting

      I have to STRONGLY disagree with your sound card comment. Sure, when I has a SB16 PNP, it picked it up just fine. However, when I tried to use my classic SB16 IDE (non-PNP), it failed to detect it. I tried all freaking day to figure out how to make it work. I must say I hate that jumpered device dialog now. With a passion. That said, I loved how fast it was, and switching resolutions and refresh rates was quite easy. I wish they would've used a more "standard" directory structure, and not crippled the BeOS5PE free version so severely. I also wish (but it's a big wish) that it was Open Source. It's amazing to think what would be possible if someone could actually take the time to hand optimize every single instruction going to every single pathway in say an Athlon XP 1800+ and Nvidia GeForce 3, the way games had to be carefully tweaked and coded in 100% assembly/machine language "back in the day."

    5. Re:Get a grip... by uebernewby · · Score: 2

      1. As Palm aren't in the x86 market there's a chance they may see open source BeOs to be a way to get developers without infringing on their core business.

      No there isn't. As has been pointed out many, many times before, there's way too much licenced code in BeOS for anyone to open source it. It just isn't going to happen.

      2. PalmOS doesn't scale. It's applications are wonderful and it looks good when compared to CE but lets not kid ourselves about the CPU it's tied to - it's a dog. BeOS is a good replacement.

      Again, no. If you've ever seen/used BeOS, you'd know that it was a *desktop* OS. Slim and lightweight, to be sure, but still: a desktop OS and hence not at all suitable for PDA's. For one, there's a shitload of heavily optimised media (sound + video) stuff in it that would be totally useless on a PDA.

      If Palm is interested keeping in anything Be has to offer besides the developers, who are, I guess, pretty good, it's the BeIA thingy coupled with BeOS as a desktop developer environment.

      --

      News and bla for computer musicians: http://lomechanik.net/
    6. Re:Get a grip... by Kartoffel · · Score: 2
      Yeah, Apple certainly has a lot of work ahead of them to get OS X up to speed.

      Rather than a journalled filesystem, they may end up taking UFS (which MacOS X already supports) and adding softupdates. It's rather the more BSD-ish way to it.

      Either way, I'd love to see a high performance filesystem for MacOS X. UFS on OSX is really slow right now. HFS+ isn't so bad, but I really wish there was something better.

    7. Re:Get a grip... by be-fan · · Score: 2

      You're using WINDOWS as an example of an OS where drivers just work? Seriously? Linux is pretty bad WRT drivers (many times you have to recompile because they are so dependant on kernel version, and you have to deal with modprobe and friends), but Windows is the king of "stupid reasons why the driver should work, but doesn't." There are mysterious workarounds like installing the driver three times, that shouldn't work, but does.

      PS> Linus has apparently decided that Linux DOES have problems with drivers and is taking steps to rectify this. Future Linux versions should be able to load drivers transparently, with no user intervention.

      --
      A deep unwavering belief is a sure sign you're missing something...
    8. Re:Get a grip... by be-fan · · Score: 2

      Except run on a decent system at a good speed! MacOS might have lots of nifty features, but it is by no means a technically sound system. They use the Mach microkernel (which even the HURD guys are trying to get away from and move to L4) and FreeBSD as a monolithic server (ironically, they junk the FreeBSD VM, which is probably its strongest asset, in favor of the inferior Mach one!). Thus they get the speed hit of a microkernel along with the stability problems of a monolithic kernel (if the monolithic server dies, you're system's hosed). The graphics system is stuck in the 1990's. Display PDF might be cool, but the future is hardware accelerated OpenGL imaging. (E17 has it, except others to follow. Rasterman is a visionary, admit it!) Aside from the nifty XML config stuff, and the Objective-C based API, there is really nothing on MacOS-X that isn't done better elsewhere.

      --
      A deep unwavering belief is a sure sign you're missing something...
    9. Re:Get a grip... by connorbd · · Score: 2

      Hey, you want an FS supported, get the freakin' source code and do it yourself. Last time I checked that was the big reason /.ers tend to wet themselves over OS X/Darwin to begin with...

      /Brian

    10. Re:Get a grip... by be-fan · · Score: 2

      You're looking at the developer level, not the user level.
      >>>>>>>
      And ultimately, that's what matters. One can't build a cathedral on the foundation of a wooden shack.

      The graphics system features true transparency
      >>>>>>>>
      So does Win2K (good transparency too, you can play a video through a transparent window without any flicker), and its still an utterly useless feature. A nifty effect, yes. Worth the huge memory and performance problems in OS-X? No.

      and full font antialiasing, something the X11-folks can only dream about.
      >>>>>>>>>>
      XFree86 4.X has incredible font support, with full antialiasing. The TrueType renderer (given a good font like MS WebFonts) is easily comparable to FontFusion (the best font renderer in existance, IMO), except maybe with respect to anti-aliasing medium-sized fonts (its a little blurrier than I'd like, but since most people don't antialias between 8 and 15 point anyway, it doesn't really matter).

      but 10.1 is usable on my G3/300M, and next year, when the G5/2.4G will be released, accelerated OpenGL will be unnecessary.
      >>>>>>>
      It doesn't matter. For the forseeable future, graphics hardware will continue to outpace (by FAR) CPUs in imaging operations. Even if Quartz on a G5 2.4 GHz is bearable, you'll be able to do much more complex operations more quickly on even an entry level OpenGL card. Since OpenGL can accelerate most (all, given the right hardware) of the features present in Aqua, and almost all modern computers have 3D acceleration, it is a no-brainer to base a future imaging system on OpenGL.

      --
      A deep unwavering belief is a sure sign you're missing something...
  4. Re:Good luck to BePalm by richie2000 · · Score: 4, Funny
    Hence the phrase, "Gone the way of the Commodore" ?

    Exactly, except we used to say "gone the way of the Commododo.". :-)

    Oh, how I would like to get my hands on Mehdi Ali and Irving Gould and slowly wring the last ounce of life out of their greedy bodies... But I digress.

    --
    Money for nothing, pix for free
  5. time for palm to open a can of whoop-ass... by infinite+jester · · Score: 4, Insightful
    ... on microsoft

    in addition to the codebase, patents, etc., palm will be able to sue microsoft on beos' behalf, for the unlawful licensing tactics that kept beos off the desktop... microsoft's o.e.m. licenses prohibited dual-booting, which was definitely a contributing factor to beos' demise (one of the few concessions that the d.o.j. "won" in the recent settlement was a prohibition on those types of licensing agreements)

    given that microsoft is now a proven monopolist, and treble damages apply, palm stands to make considerably more money from microsoft than they spent for be

    --
    i thought, therefore i was...
    1. Re:time for palm to open a can of whoop-ass... by Florian+Weimer · · Score: 2

      On what basis should they sue Microsoft? Just because there's a successful company and you are unsuccessful, this doesn't mean that your competitor has broken the law. Maybe the competitor is just better at, say, marketing its products.

      IIRC, the first release of BeOS was announced when Microsoft didn't have a grip on the desktop market yet. The first version didn't run on PCs, either, and it took ages before Be was able to provide the necessary drivers for the PC version of BeOS. I don't think they can blame Microsoft for that.

      In addition, quite a significant part of the Be community (if a community ever existed) believed that BeOS was a multimedia operating system, for doing professional audio and video stuff, even long after Be had announced that they weretargeting the Internet appliances market. I don't think that the Be community ever recovered from this switch.

    2. Re:time for palm to open a can of whoop-ass... by 1010011010 · · Score: 2

      this doesn't mean that your competitor has broken the law

      Microsoft did break the law, and they were found guilty of breaking that law during their trial. Be's specific complaint -- boot-loader access -- was even mentioned in the decision.

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    3. Re:time for palm to open a can of whoop-ass... by Hard_Code · · Score: 2
      In addition, quite a significant part of the Be community (if a community ever existed) believed that BeOS was a multimedia operating system, for doing professional audio and video stuff, even long after Be had announced that they weretargeting the Internet appliances market.

      And the only reason they claimed it was a "multimedia operating system" was to avoid a direct collision with Microsoft. BeOS is a general purpose end user desktop system. Sure, it does multimedia great, but that is a "feature" of a general purpose end user desktop system, not some special niche. Going for "Internet Appliances" was just a desparate last-ditch measure to re-pitch itself, which obviously failed. From what I've read and seen, BeOS is/was a beautiful operating system and it is an absolute shame and travesty that a market dominated by a criminal monopolist had to kill such a thing. There is absolutely no reason that operating systems like BeOS and other "alternative" operating systems can't live and thrive peacefully in the market with Windows and MacOS. BeOS was innovation...changing the theme of the start menu in Windows XP is NOT innovation.
      --

      It's 10 PM. Do you know if you're un-American?
  6. Actually! by GauteL · · Score: 2

    Palm has only bought assets, not the entire company, and I'm pretty sure Be itself retained the right to sue.

  7. BeUnited is wishful thinking by jeti · · Score: 5, Interesting

    The plan of BeUnited is more or less to license BeOS, release a new version, and use the sales profit to pay for the license. The OS would then be improved with the help of NDAed enthusiasts and possibly some pros. An open source release is not planned.

    As much as I'd like this plan to succeed, I consider it purely wishful thinking:

    1. No money.
    BeUnited doesn't have a sponsor (I asked), and in the current situation I think it's unlikely that they'll get a high enough credit.

    2. No product
    While it's true that BeInc has been doing work on a new network stack (BONE) and a nice OpenGL implementation, this stuff is still in late beta. Other parts like Java and Opera4 would have to be ported from BeIA.

    3. The numbers aren't right.
    Have a look at the 'Save BeOS' petition: Around 4000 entries. So how many versions could you sell? For what price? What's your margin? Even if you would get a credit and if you wouldn't need to do dev work: You wouldn't make enough money to make Palm an attractive offer.

    Sad but true.

    1. Re:BeUnited is wishful thinking by tswinzig · · Score: 2

      Have a look at the 'Save BeOS' petition: Around 4000 entries. So how many versions could you sell? For what price? What's your margin? Even if you would get a credit and if you wouldn't need to do dev work: You wouldn't make enough money to make Palm an attractive offer.

      I am sure BeUnited is not planning to pay anything up-front to Palm. More than likely they are angling to pay Palm $X amount per each copy sold, with an agreement not to let anyone but NDA'd programmers see the source code.

      --

      "And like that ... he's gone."
  8. Sun and StarOffice was Re:Get a grip... by tapiwa · · Score: 2, Insightful

    You seem to forget that Sun went off and bought StarOffice and did open source it.

    Might not be pure GPL, but they still might opensource it if it adds value to their business model, although I honestly cannot figure out how this acquisition does.

    --

    Live today. Tomorrow will cost a lot more!

  9. PalmAppleBe by MarcQuadra · · Score: 3, Interesting

    Now if Apple bought Palm, Steve would have an awesome product-development team from Be, people that know how to optimize PPC media streams and squeeze incredible media through apple hardware.

    Right now Apple's core market won't jump to OS X because it's not as good at multimedia (IMO) as the cooperative-multitasking and close-to-hardware Classic Mac OS. This would be just what the doctor ordered for Apple.

    I think Palm is prettying themselves up for a buyout.

    I would be VERY pleased if such things happened.

    I'd pay to see Jobs and Gasse competing for "most warped psyche" on Apple campus!

    --
    "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    1. Re:PalmAppleBe by be-fan · · Score: 2

      This article explains the issue pretty well.

      --
      A deep unwavering belief is a sure sign you're missing something...
  10. not the way to go - Re:Be on Palm? by tapiwa · · Score: 3, Interesting

    I hate to say this, but the way things are going, Microsoft will win the PDA war.

    Most users out there like the safety (or feel good) that a familiar environment provides. Most will buy a PDA not because it has the best OS, but because the migration from their PC to the PDA is not difficult.... ie it is still fairly intuitive.

    Palm forking and introducing another OS would just muddy the waters, and at best I think would win market share from the other minor OSes, instead of Microsoft.

    Incorporate some the good bits of BeOS into PalmOS if you must, but please do not introduce yet another PDA OS.

    For what it's worth, I think Palm should bequeth BeOS to the GNU/Linux crew, and slowly migrate PalmOS to Linux. The result would be more critical mass, and a concerted and coordinated challenge to Windows on the desktop, on the servers, and on the PDA.

    --

    Live today. Tomorrow will cost a lot more!

    1. Re:not the way to go - Re:Be on Palm? by Troed · · Score: 4, Insightful
      There is no PDA-war. Do you really believe PDAs and cellulars will stay as separate devices? If so, you're probably american and don't know what's happening :) Say bye-bye to Microsoft, and Hello to Nokia, Ericsson, Panasonic etc.


      Yeah, I do work in the business.

    2. Re:not the way to go - Re:Be on Palm? by guinsu · · Score: 2

      I think it would be terrible if Linux gutted BeOS, took the good parts, and that was the end of it. I like Be because it is nothing like Linux, personally I don't like using Linux at all. And there are others like me who want to see a DIFFERENT open source OS so we have a choice. I thought Open Source/GNU was all about expanding people's choices, yet all anyone wants to do is turn everything into Linux.

    3. Re:not the way to go - Re:Be on Palm? by Cato · · Score: 2

      You need to learn about smartphones (basically a PDA plus phone, e.g. Nokia 9210 Communicator) and stop being so US-centric...

      The 9210 is now the market leading *PDA* in Europe, ahead of Palm, WinCE and Psion, due to some neat technology and Nokia's huge distribution channel. Another example from the PDA side is the Handspring Treo, and in Europe the BlackBerry (which will do GSM voice as well as data over GPRS). Screen sizes will vary, but the 9210 has a large screen, about the size of a PDA.

      There are over 500 million GSM phone users in the world - if just 5% of them buy a smart phone, that's 25 million PDAs. Since PDA vendors are furiously adding wireless features, they will meet in the middle.

    4. Re:not the way to go - Re:Be on Palm? by Cato · · Score: 2

      I know about the 9210 running EPOC, I was just focusing on the different vendors - Nokia's EPOC phone/PDA is doing a lot better than Psion PDAs, which says something. WinCE smart phones may do quite well, since the OS has at least some real-time capabilities. I'm still waiting for PalmOS on a GSM smart phone... In the mean time I've bought an Ericsson T68, which is just a feature phone (i.e. phone format) but has a colour screen, calendar syncing, GPRS and (most importantly) Tetris.

  11. Be to be dissolved - was Re:Actually! by tapiwa · · Score: 2, Insightful

    I doubt it. The article says that the shareholders will also be asked to approve a dissolution of Be.

    That means no more Be. No Be means noone to sue microsoft as Be, unless Be has transferred those rights to another body corporate before it is dissolved.

    I doubt therefore, that they would retain the rights to sue Microsoft if they are planning on not being around very soon.

    --

    Live today. Tomorrow will cost a lot more!

  12. Re:Good luck to BePalm by webcrafter · · Score: 2, Interesting

    Because what Palm wants is the BeIA platform, not the PC desktop. And, having a freely available development environment for the BeIA won't hurt Palm's interests on this respect. They could allow you to freely develop on the BeOS and then charge you for licensing your soft for the BeIA

  13. OpenBeOS by n-tone · · Score: 4, Informative

    IMHO, Palm will stop the development of BeOS.
    There's maybe a chance that one day, the OpenBeOS project succeeds.
    OpenBeOS is an opensource project which wants to recreate the BeOS.
    I don't believe it's possible. It seems to be a too difficult work but the people behind this project looks serious. So good luck to OpenBEOS!

  14. Re:Good luck to BePalm by Dwain_Snyders · · Score: 2, Informative
    Why would Palm buy Be to give it all away for free? What do they get out of doing that? And how is that "the right thing?"

    Their main reason for buying Be wasn't its software, it was its engineers - Palm has been going through a rough patch with PalmOS, and in fact laid off most of its software developers. This wasn't an economic move, it was a political and technical move. A few months later they go ahead and buy out Be, and the Be engineers get reassigned to Palm projects.

    --

    2DUP * ;

  15. Licensed code by jeti · · Score: 4, Informative

    The About-Box of BeOS hints at some of the licensed code:

    RSA encryption for Net+
    (Hasn't the RSA license changed anyway?)

    Real Player and maybe codecs
    (Simply leave them out)

    USB drivers from Intel
    Tough - but you can live without them

    Optimized graphics routines from Intel
    The biggest problem. Graphics card drivers
    and maybe OpenGL seem to depend on it.
    On the other hand, BeOS 4.5 seems to have
    worked without that code. And maybe it's
    encapsulated in the libbitflinger.

    Well - if you know what you're doing, it
    should not be too hard to get the code out.
    But who should do it?

    1. Re:Licensed code by ewhac · · Score: 2

      RSA encryption for Net+

      Eliminated the moment the RSA patent expired, and good riddance. Their code sucked, anyway.

      Real Player and maybe codecs (simply leave them out)

      Correct. The system will run fine without them.

      USB drivers from Intel

      Excised some months ago; it's now all Be's... er, Palm's code.

      Optimized graphics routines from Intel

      I'm not sure what this refers to. We did get a little help from Intel for the i810 graphics driver, but all those docs are now public, and obtainable from their Web site.

      OpenGL was completely re-written. Not a scrap of SGI's original code remains, so that's unencumbered.

      Well - if you know what you're doing, it should not be too hard to get the code out.

      If you were to open source BeOS (and this is not going to happen, as the principals of neither Palm nor Be want this to happen), you could very easily start with the kernel, a functional set of device drivers, and the app_server. That would get you going. The rest could wait as it was vetted for "compromised material".

      The problem is this would be expensive in terms of man-power to do. The engineering would be cheap, but the lawyer time would be ruinous as s/he pored over all of Be's contracts and tried to determine if any piece of any code was covered by an NDA. And given the costs if you guess wrong, there would be a strong tendency to err on the side of non-release.

      Given all this, I have -- regretfully -- concluded that BeOS is gone.

      Schwab

  16. hmm by nomadic · · Score: 2

    I've tried BeOS, and it IS a splendid little OS. But I really don't know why they thought they could break into the commercial OS market.

    1. Re:hmm by nomadic · · Score: 3

      Oh, I agree wholeheartedly, BeOS had the fastest, most elegant GUI I'd ever seen. I just think they were optimistic about their chances against Microsoft.

  17. Re: Be shares by jeti · · Score: 2, Informative

    I can give you the numbers anyway:
    Currently it's $0.095 per share.

    At the IPO it was $6 per share. The highest
    price has been around $40 per share when
    there were speculations about RedHat buying
    BeInc.

  18. BeOS had a great chance, and blew it by mikael · · Score: 4, Flamebait

    What BeOS had was amazing performance in the low-latency area of computing, namely audio and video.There is a huge market for audio and video processing. People in that sector goes with what runs best, they're even running MacOS 9 (gasp!), because Cubase and other applications just plain works better under MacOS compared to Windows. Some are still running Atari!

    Be had their chance when Steinberg announced a port of Nuendo, their successor to Cubase, to BeOS. At that point, the entire music business was raving, "No more suffering from Wndows/MacOS!!"

    Guess what happened? Be made the decision to drop BeOS personal edition, and instead pursue the BeOS Internet Appliance(!?!). This failed in a spectacular way, with Sony delivering the only shipping units with BeIA. Sony have since discontinued that product.

    They had their chance, a niche OS that would dominate a small percentage of the market, but blew it big time.

    Mikael

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    1. Re:BeOS had a great chance, and blew it by tswinzig · · Score: 2

      That's funny, I remember it quite differently.

      Yes, they switched focus to BeIA. Was it because they hated BeOS and its users? No! They were very quickly running out of money, and they were not making headway in the desktop market, thanks in large part to our monopolistic friend and his shady deals with OEM's.

      Wow, you say Steinberg ANNOUNCED a port of Nuendo? Big deal. I can't even count on my hands AND feet the number of "announced BeOS software" that never made it to market. Do you honestly think Nuendo could have saved Be at that point?

      (That's beside the point, because there were still dedicated BeOS-based audio devices being released even after the focus switch to BeIA.)

      Be had to drastically reduce their burn rate, and they gambled on the next big thing. In five years, you will not be saying "they failed spectacularly." You'll be saying, they were a few years to early! Contrary to the media and desktop-bigot opinions, those shitty iOpener-type devices that have been released thus far (and scrapped) are NOT internet appliances. They're crappy network computers.

      Be had better things in mind. Internet-enabled stereo devices like some of the ones you see coming out recently. Webpads with touch screens and WiFi connections, which will arrive eventually (probably in the form of Tablet PC's first, and then much cheaper web-surfing tablets later).

      Essentially Be wanted to move from selling to the public to licensing to device manufacturers. Thus they could (and did) heavily reduce their cash burn. Unfortunately, several potentially big deals fell through (Qubit, Compaq, and eventually Sony). And I'm sure, many more were being worked on before they were forced to sell to Palm to avoid bankruptcy and possibly keep BeOS alive somewhere.

      BeOS was only a niche OS because of the current marketplace. Something the DOJ once knew but has since forgotten. Anyone that used BeOS could see it has just as much potential on the desktop as MacOS (that is to say, more so than Linux has).

      It was only a few drivers/apps away from mainstream before it fell victim to the marketplace.

      Some people argue that Be should have remained focused on the desktop market. But those people must have failed math, because Be would have run out of their cash MUCH sooner than they did!

      Be focused on BeOS for 10 years, with not much reward financially. What made these people think another few months would turn things around?

      Be had to make a change.

      Be is dead. Long live Palm.

      --

      "And like that ... he's gone."
    2. Re:BeOS had a great chance, and blew it by Elwood+P+Dowd · · Score: 2

      Uh, that's not how they failed. Their last chance for success was to get bought by Apple, but they asked for too much money. I gotta wonder how the shareholders are feeling about that $400 million asking price right now. Apple only ever started talking to Jobs about NeXT so that they could force Be's price down, and Jobs closed the deal.

      By the time they ditched their desktop operating system, they had no choice. It was long gone.

      --

      There are no trails. There are no trees out here.
    3. Re:BeOS had a great chance, and blew it by K8Fan · · Score: 2

      To give a better example of how solid the BeOS was for audio: The newest version of the Radar, a 24-channel professional hard-disk recorder was rewritten based on BeOS. Read the specs here. This is a application requiring real-time operation, throughput and totally solid operation. This is not sold as a program running on a computer, with the attendant expectation of crashes. This is a black box that is intended for 24 hour use in a professional recording studio.

      --
      "How perfectly Goddamn delightful it all is, to be sure" Charles Crumb
  19. it's OSX and bad strategy that killed BeOS by Anonymous Coward · · Score: 3, Interesting
    Personally, I really like BeOS myself, even though I never installed it on my systems. It boots fast, contains only modern component, and if continued, could've made a serious competitor to MacOS.

    However,

    1) Since OSX is based on Mach, it had a 30-yr strong Unix heritage, plus a GUI interface more enticing than BeOS.

    2) BeIA is the biggest waste on earth : 64-bit journalling file system and preemptive multitasking for a wireless webpad??!! If done correctly, BeIA might be as powerful as Linux or FreeBSD on a workstation or a small server!

    3) Like many ironic stories out there, products that are "successful" are usually those promoted by marketing genuises, not those that have technical excellence. Thus why people go WindowsME/XP or Pentium4....Be Inc. just didn't have enough marketing to convey the message that it's a superior alternative to MacOS (or to an extent, Windows).

    Imagine a Titanium PowerBook G4 tri-booting BeOS, MacOS X, and LinuxPPC! Damn I want one of those babies!

  20. Re:Sun and StarOffice was Re:Get a grip... by kin_korn_karn · · Score: 2

    IMO Sun did that because StarOffice is a great demo for Java and its attendant technologies. They wanted to show that, "everything MS tools can do, we can do".

  21. Be will be back, and live for years! by hawk · · Score: 2
    Really. Just look at Amiga. It may have died 10 years ago, but it's spent the last seven just months away from a new release. And now, it will live again, as Slashdot and other sites recycle all the old "return of Amiga" stories after doing a globabl substition of Be for Amiga. They'll probably come out with a few variants, too.


    This will be good to keep Be around for at least 5, and maybe 8, years. By then, there will be such a supply of Be stories, that Be can live again by reusing the stories with the next failed platform (and Amiga will continue to live thorugh those . . .).


    hawk

  22. this might be from out of left field, but by GISboy · · Score: 2

    Remember BeOs version 4, I think it was, the so called "Windows Trojan'ish" version.

    Consider some of the previous posters complaint that the palm desktop software/palm os does not scale.

    What if the purpose of buying the Be IP et al is to make a Palm Trojan of sorts.

    Complaints from Win/Mac couterparts about Palm's software not doing *whatever* because Windows/Mac OS's get in the way. Well, if you boot into the "PalmBeOs" you do not have these integration problems because it is built to (ahem) Be the OS to access your Palm device. I suppose *as* the os or running *in* the os a la a vmware sort of scheme.

    That is what I think is a distinct possibility.

    GISboy

    --
    If it is not on fire, it is a software problem.
  23. Re:Be OS Open Source by Kartoffel · · Score: 2
    Never got it installed, there were always some more fun things to do or more important stuff to explore . . . it wasn't open source.

    You say you couldn't be bothered to take 30 minutes to install BeOS simply to look at it. Then you blame BeOS for not being open source. Do you take the same attitude to open source community projects? If so, you're not doing open source any good either.

    Have you ever read the source to any of your more fun or more important stuff? It takes far longer to read an open source software project, get up to speed with it and start contributing. BeOS takes 15-30 minutes to install, and only 15 seconds to boot. If you don't like it, toss it. No big loss.

    So don't even start with complaining that you couldn't be bothered becuase "it wasn't open source". If you've spent any time around a computer in the last 5 years, you've had a chance to try BeOS. It annoys me that people use open source as an excuse for things. BeOS R4.5 was sitting on your bookshelf for years and you never got off your lazy ass to install it. Open source didn't stop you. Be's lack of developer support didn't stop you either, since you never even got that far. And furthermore, unless you're talking about InterBase, open source doesn't have a damn thing to do with Borland, either.

    Grrr.

  24. Alternatives by be-fan · · Score: 2

    Even I am not deluded enough that think that BeOS might yet stage a comeback. (I'd be ecstatic if it did, but it won't.) Yet, the passing of BeOS has left a hole in the OS world. There is, at the moment, no lightweight, powerful, fast desktop GUI OS. Windows is bloated and buggier than the rest (though XP is remarkably stable for a Windows OS), Linux (specifically the GNOME and KDE desktop environments) still have major speed and bloat issues, and MacOS-X can't even be considered because the majority of the world runs x86 (and will continue to do so for the forseeable future). There are several projects that are attempting to recreate BeOS and fill its niche (desktop OS, one hell of a niche!)

    1) BeUnited. Trying to get Palm to license the BeOS source code. Probably won't work, but if they can do it, might be nice. Still, it won't be Open Source, and thus probably will not have the longevity to compete with Linux and Windows.

    2) OpenBeOS. Trying to reimplement BeOS from scratch. Never going to happen, what kind of crack are they on? Good luck to them anyway.

    3) BlueOS: A replacement for BeOS using X and the Linux kernel. So far, this seems to be the most promising. After all, Linux is a very nice kernel (after XFS and the low-latency patches are applied) and X is reasonably fast and has good 3D support. The main problem on Linux are the fragmented, slow as molases desktop environments, and that's the part they're concentrating on. If they are successful, it would be useful for all Linux (and beyond!) users, not just BeOS users.

    --
    A deep unwavering belief is a sure sign you're missing something...
  25. Re:Is This the America I Love? by Suppafly · · Score: 2, Interesting

    might be offtopic but it is true..