Slashdot Mirror


Can BeOs Live On As Open Source?

OSBlue writes: "After Palm announced the buyout of Be, Inc.'s intellectual property & Technology and after some consequent indications from several key people that Palm has no interest at Be's products and especially in BeOS, a number of the BeOS believers tried to find a new home. Some found comfort in AtheOS, others joined BeUnited's effort to license the BeOS source code, while some developers formed efforts like BlueOS and OpenBeOS. OpenBeOS consists from a number of BeOS developers who are trying to recreate the BeOS Kits in a form of a new, complete and open source Operating System that has source and if possible binary compatibility with BeOS 5. One of the most important people in this effort, Michael Phipps, is interviewed by OSNews.

300 comments

  1. Hrrmm.... by Teancom · · Score: 5, Insightful

    One is tempted to make the correlation:

    Amiga == OS2 == BeOS.

    All ahead of their time technologically. All killed by stupid managment decisions. All still have freaks that refuse to acknowledge their death.

    Oh, and I've used and loved all three :-) But ya gotta know what to pull the life support....

    1. Re:Hrrmm.... by ahoehn · · Score: 1, Offtopic

      We can't forget to put every system made by Atari since the Lynx in that same catagory.

      --
      Mod my comments down. It'll be fun.
    2. Re:Hrrmm.... by Junks+Jerzey · · Score: 1, Flamebait

      All ahead of their time technologically.

      BeOS was less ahead of its time than the others. It was simply a desktop OS that was coded from the ground up to be snappy and recognize that people want to run fancy real-time graphical programs and not just word processors and databases. BeOS didn't do anything that hadn't been done before; it simply did those things well.

    3. Re:Hrrmm.... by Peaker · · Score: 2

      All ahead of their time technologically. All killed by stupid managment decisions. All still have freaks that refuse to acknowledge their death.

      Any OS based on the desktops-dont-need-security idea, with a 0-security setting, must be forgotten and I don't see how people seriously consider using them seriously.

    4. Re:Hrrmm.... by be-fan · · Score: 2

      I'm a desktop user. I have no need for security beyond what my BSD firewall provides me with. And that's only because I have a DSL connection. Why exactly is security such a big concern on a desktop OS? Certainly, security (which *NIX does well) is much less of a concern than performance (which *NIX doesn't do so well...)

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      Applying your logic to reality - the BeOS code hasn't been released so this project must be wunderfal.

    6. Re:Hrrmm.... by Sloppy · · Score: 1

      BeOS was ahead of its time (optimisitic spin) or behind its time (pessimistic spin) in a social sense. I was pretty fucking amazed when someone introduced a new platform in 1995. That's sortof like having a Rennaissance or Roman type development, happen right smack in the middle of the Dark Ages.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    7. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      Certainly, security (which *NIX does well) is much less of a concern than performance (which *NIX doesn't do so well...)

      Famous last words...

    8. Re:Hrrmm.... by DGolden · · Score: 3, Informative

      Scarily, the Amiga OS has been open-source cloned and ported to x86, in the form of AROS.

      Unlike other projects that have drawn some inspiration from AmigaOS, AROS pretty much just tries to be a straight clone (with a necessary overhaul to the device drivers layer).

      The project is quite far along, and has a few interesting features:

      (a) Amiga OS had no true memory protection. Neither does AROS. There's a system of semaphore locking on some sections that is to true memory protection as cooperative multitasking is to pre-emptive.

      (b) When the system goes down (see (a)), it reboots in a fraction of a second - a soft "reboot" does not jump back to the BIOS, but re-enters the AROS kernel init after zeroing some choice areas of memory.

      (c) due to the absence of memory protection between user-space tasks, context switches, such as they are, are extremely lightweight. Not much of distinction between threads and processes. Amiga applications have always tended to be very muyltithreaded. The OS is true pre-emptive multitasking.

      (c) It uses message-passing-by-reference for IPC. Rather than copying data from one process to another, they pass references to the data around. Very quick.

      (d) it has support for amiga-style logical volumes, assigns, and pluggable filesystem drivers, which are pretty cool - cd'ing into compressed archives, ftp sites, and so on, as well as the OS having a clear notion of the distinction between a particular floppy/cd/partition and the drive it is in... (woirked example: why the hell don't linux distros configure cdroms to automount and show up as both /mnt/cdrom and /mnt/cdlabel/ or something - the amiga got this right, allowing you to say "CD0:path/to/file" for "the file on thedisk that I've got in the CD drive" and "LABELNAME:path/to/file" for "the file on the particular volume that is named "LABELNAME", wherever it may be!)

      --
      Choice of masters is not freedom.
    9. Re:Hrrmm.... by sedawkgrep · · Score: 1

      While I can certainly see your point, I think the parent poster is thinking more along the lines of filesystem protection(s), including multi-user logins/sessions, and protection of/from things like ActiveX, Java, et al.

      Without starting a flame-war, one can certainly see the benefits and drawbacks to having security from malicious apps.

      In a perfect world this would be a non-issue. However, we are replete with examples of why it is important to most of us.

      sedawkgrep

      --
      Is that a salami in my pants or am I just happy to be me?
    10. Re:Hrrmm.... by ansible · · Score: 3, Insightful

      Two scenarios:

      1. You get an e-mail virus written for your e-mail application. Your OS has multi-user security, so that the system binaries aren't affected. You log in as the root user, and clean up the affected files.

      2. You get an e-mail virus. Since your OS doesn't have memory protection, it copies itself onto any executable it finds. You have to re-install your operating system because it's impractical to undo all the changes the virus made.

      You pick.

    11. Re:Hrrmm.... by SCHecklerX · · Score: 3, Insightful

      Most families these days have one computer, used by everyone in the house. Sure would be nice to have separate user accounts on that box (Real separate accounts...not that win98 profiling crap) It would be nice if it weren't possible for junior to fsck up dad's perfectly clean install that he spent the better part of the week honing to perfection too.

      Trust me...after going back to visit mom 2 months after buying her a computer, it was not pretty! :)

    12. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      You might want to look up the definition of "security" in a computing context. Then tell us you don't care about it.

    13. Re:Hrrmm.... by crucini · · Score: 2
      Your OS has multi-user security, so that the system binaries aren't affected.

      I don't mean to understate the importance of security, but this oft-repeated idea of protecting the OS while losing $HOME is out of sync with modern reality. I can reinstall the OS in 20-30 minutes. But $HOME could contain files I'll never be able to recreate.

      Bottom line: when viruses really hit Linux, we're going to go through a major, painful adjustment.
    14. Re:Hrrmm.... by Xandis · · Score: 1

      Come now, you belittle the Amiga by comparing it with OS/2 and especially BeOS. The Amiga was a very popular system for quite some time and had no shortage of developer support for a number of years.

      BeOS never made it anywhere near where the Amiga made it. There never was a "golden period" of BeOS software development. The Amiga had it all for a while. BeOS has always just been a nice OS with limited support from developers.

      Amiga = Big Success

      BeOS = Big Disappointment

      Therefore I would have to say: Amiga != BeOS

    15. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      Since the Lynx? I'd say everything from the ST onwards.

    16. Re:Hrrmm.... by Sj0 · · Score: 1

      strange...

      I just broke out my old OS/2 Warp 3.0 disk a couple weeks ago. Installed it. It's good. I'm trying to install win95 in a VDM. Their VDM (which runs linux as well) is far faster than anything else out there (almost full speed for a 166!), and that's good.

      I also own BeOS. Another good OS, but I must admit that using Bochs for compatibility is a bad solution (too slow!!!). Natively though, BeOS is a fantastic OS which will always have a place on my hard drive. Did anybody see that animation application which came with it?

      Ironically, I'm trying to get ahold of an amiga so I can try it out. I don't think I'll ever find a person with one who is willing to give it up though...

      one thing though, I'm not a freak by any means, I'm just a person who will use the tool for the job. OS/2 is great for cross-platform compatibility(no reboot to change OS!:)), BeOS is great for internet access(though people have argued this with me for hours at a time), and is a great platform for the people who just want to check their E-mail and surf the web (especially since it makes just about anything else seem slow in comparison). I have linux on another drive too(RH7.1), and it's a fine multipurpose OS (like windows), which is growing in uses, and I'd have no problem with traching my mother how to use it for web browsing and word processing.

      I am lucky to have learned so many operating systems in my early days on computers -- it opened my mind for the possibilities which an alternate OS present...

      --
      It's been a long time.
    17. Re:Hrrmm.... by Etrigan_696 · · Score: 1

      The GL teapot on BeOS was cool, but nothing tops their Starchart app. I loved that starchart app.

      I remember seeing that GL Teapot spinning around and around, while playing 5 different MP3s simultaneously - one of which was running backwards and the teapot never spilled a drop or dropped a frame. And that was on a 233 Pentium pro....

      Interestingly enough - that super-duper starchart app for BeOS was the only app I ever saw on that system that caused anything close to a Blue Screen of Death. If you crank up the brightness real fast after setting contrast real high, the window goes blank and sits there for a while. Eventually it crashes and dies entirely. But unil then, even the mouse doesn't respond. Once the starchart windows goes away, things are fine, but until then, it's entirely unresponsive. The MP3s don't skip during this, but the mouse and keyboard are dead....
      *shrug* I still loved BeOS...

    18. Re:Hrrmm.... by Dwonis · · Score: 2
      Bottom line: when viruses really hit Linux, we're going to go through a major, painful adjustment.

      YOU will. I'll just start compiling from source and/or using debsigs-verify.

    19. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      Then how come no other OS has an up to par filesystem yet, six years after the first PC version. They are getting close though...

    20. Re:Hrrmm.... by firelord2377 · · Score: 1
      (a) Amiga OS had no true memory protection. Neither does AROS.

      In these times of need for security, thats not an option, although (c),(d) and (e) are so interesting. There are other ways to get get those. Check it at http://www.pdos.lcs.mit.edu/exo/exo-internals/inte rnals.html

    21. Re:Hrrmm.... by Anonymous Coward · · Score: 0
      As long as you use a firewall and control physical access to the machine (i.e., lock your front door), you don't need a secured OS.

      Almost every company I've worked at has had unsecured Windows PCs (regular Windows, not WfW or NT), Macs, and what-have-you sitting behind a corporate firewall, and none of those machines were ever compromised. Macs were especially worry -free (pre-Mac OS X anyway) because they had no concept of remote login.

    22. Re:Hrrmm.... by Apotsy · · Score: 1

      So if a worm/virus/trojan/whatnot ran rm -rf $HOME on you, you would just ... "start compiling from source"? Gee, I didn't know I could get all my personal files back that way! Thanks for telling me! No more backups for me, I'll just recreate all my e-mail archives by "compiling from source" if I ever have a hard disk crash!

    23. Re:Hrrmm.... by karlm · · Score: 1
      As long as your OS keeps a clear distinction between data files and executables, you would only need to replace the executables in $HOME, unless you're talking about the virus securely overwriting all the files. I don't know many people that keep many executables in $HOME.


      I also have a user named "karl-archive" and all of my seldom-changing data files get moved to /home/karl-archive and "karl" is a member of the karl-archive group. The karl-archive group has read-only access to the files in /home/karl-archive and the files/directories are symlinked back into /home/karl. If something needs changing, the file perms are changed to allow group writing. This is a 6 a.m.-up-all-night protection more than a virus protection, but it would help against viruses.

      (Have any of you ever accidently uninstalled Apache from the local machine at 6 a.m. because you mixed up the local xterm and the xterm tunneled over ssh? httpd stop; rpm -e apache; rm -rf /var/www; "Why is the server still up?" "Uh-oh... time to reinstall and re-customize Apache on one more machine than I planned.")

      --
      Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    24. Re:Hrrmm.... by rifter · · Score: 1

      A lot of viruses overwrite data files, because that is what they do. It is called causing destruction and inconvenience for the user. Perhaps you should study some of the virii in the SARC encyclopaedia.

      I don't see what you are talking about by "distinguishing executables." Any unix file is potentially executable, and the default is for everything to be executable by everyone. Granted, you can/should change this, but will Joe Sixpack when he finally switches to Red Hat X so he does not have to pay $500/day to use the latest Windows that came with his computer? I think not.

      The point the poster was trying to make is that files in $HOME are not easily replacable as those are the files which contain unique data. The only recourse is restoration from the last backup. At least you suggested a good plan for that, but the hole in your plan is allowing karl write access to teh archive. For that period, you are vulnerable to viruses run by karl.

      The only reason there are no worms/viruses on Linux is there aren't enough targets. The claim that this is due to the inherent prudence of all Linux users is disproved on /. every day.

    25. Re:Hrrmm.... by dinivin · · Score: 1

      Amiga = Big Success

      That's why there's an Amiga on every desktop, right?

      If anything, the fact that Amiga had it all for a while, and still ended up as a side note in computer history, makes it an even bigger disappointment.

      Dinivin

    26. Re:Hrrmm.... by Fyndo · · Score: 1

      but $HOME probably doesn't contain a lot of possible targets for a virus (that is, executable programs that could be infected). Now, of course, the holy grail would be some mandatory access control that would prevent your web browser process from deleting your important files. But that's still a OS level security feature.

    27. Re:Hrrmm.... by Sj0 · · Score: 1

      The one thing about BeOS that most linux users don't understand is *why* people use it(how many "switch to Linux/BSD/whateverOS" posts have there been?).
      One of the reasons I loved BeOS so much was the thing that I don't see much of in software anymore. OPTIMIZATION! Their software was actually optimized to run well (and quickly). Even on the p75 with NO CACHE I tried it one, it was impressive(descent 1X ran really smoothly).

      The day they stopped optimizing software, I lost most interest in cool PC apps. What was the point? It's very nice that they can use a kludge solution to make the program work(poorly), but I've always been a sucker for software which actually pushes the limits of what hardware can do and look good doing it.

      --
      It's been a long time.
    28. Re:Hrrmm.... by tmark · · Score: 2

      Any OS based on the desktops-dont-need-security idea, with a 0-security setting, must be forgotten and I don't see how people seriously consider using them seriously.

      While I am not agreeing with your point at all, your argument is absolutely irrelevant to the deaths of the three OSes mentioned.

    29. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      Those who don't know history....

      The Amiga was beaten by Cheapness and the American notion that now matter what cheaper is better.

      I bet you buy your car that way too, don't you? Whatever car is the cheapest, that is what you own... No? You choose features, and (for most americans) a model that you can't afford but want (Lexus/Acura/Mercedes/BMW) and then try to get that at a good price.

      Morons.

      Just my .02

    30. Re:Hrrmm.... by Junks+Jerzey · · Score: 2

      Note to moderators: Criticism is not the same thing as flamebait.

    31. Re:Hrrmm.... by hawk · · Score: 2
      >Note to moderators: Criticism is not the same thing as flamebait.


      gee, you haven't been paying attention these days. Noting moronic moderation is now consistently getting flagged as off topic, flamebait, etc. . . .


      There should be a meta-moderation category of "funny", as the moderations are often more amusingthan the articles . . .


      hawk

    32. Re:Hrrmm.... by MrFredBloggs · · Score: 1

      Well, if os`s had version control style file systems, you could just `label` the hd at any given point, then when you screw it up, just rollback to that label and there you go. Sure, back it up occasionally too, but most problems are caused by installing/uninstalling demo software, and clicking on the `wrong` thing, rather than hd failure.

    33. Re:Hrrmm.... by Anonymous Coward · · Score: 0

      It's nice to know that prejudice and stereotyping are still alive and well...

    34. Re:Hrrmm.... by drsquare · · Score: 1

      Or more likely, the root-run backup-daemon would periodically backup the $HOME directory to somewhere else where the user didn't have permission. Then when the virus/trojan etc ran rm -rf $HOME, or even /, the files would be safe.

      With BeOS on the other hand, the virus/trojan would be able to wipe out everything on the system, including the backups.

    35. Re:Hrrmm.... by crucini · · Score: 2
      but $HOME probably doesn't contain a lot of possible targets for a virus (that is, executable programs that could be infected).

      How about .bashrc and .bash_profile? They are executed whenever you log in. And if that's not enough, imagine: alias su='$HOME/.evilprog su'; alias sudo = '$HOME/.evilprog sudo'. Next time you become root, the password would be transparently trapped. How about .mailcap? Or .vimrc? Face it - your home directory is full of places to plant hooks which will be executed under your userid. If the malicious code can run just once, it can implant itself permanently. From there, it could try to become root (not that it's really worthwhile) or just look for vectors to spread itself.
    36. Re:Hrrmm.... by jungd · · Score: 1

      It ain't necessarily so.
      You could move security to be the responsibility of the loader. For example, by only allowing languages without direct memory access (e.g. most except C/C++) and then validating and just-in-time-compiling them you could have a system with security AND no memory protection overhead!

      --
      /..sig file not found - permission denied.
    37. Re:Hrrmm.... by RossyB · · Score: 1

      THe point is that if a user gets a virus, it can only damage their files. not anyone elses. If I excute this mythic Linux virus on the server here, I loose by work but the CVS tree is safe, and everyone elses work is safe. tar, dump et al are safe, so I can put in last nights backup tapes and bring back my home.

    38. Re:Hrrmm.... by crucini · · Score: 2
      THe point is that if a user gets a virus, it can only damage their files. not anyone elses.

      On most computers, the user's files are the only unique and important ones. And, as I pointed out, that safety vanishes if you have (and use) su or sudo access. Don't assume that the virus would immediately destroy as much as it could. Instead, it could wait to piggyback on your privileges and ride on to greater access.
      I can put in last nights backup tapes and bring back my home.

      You optimistically assume that the virus would make itself known within the first 24 hours. What if it's been there for six months? What if you only discovered it when you noticed that a program you wrote, which is in production, is periodically making mysterious outbound TCP connections? Unix permissions can buy some margin of safety, but they are not a cure-all.
  2. I hope it can survive by Whyte+Wolf · · Score: 2

    In my (granted limited) experience, and from what I've heard, I think BeOS is an excellent little OS, even if it does have a small niche. That said, I hope it can survive as Open Source Software. If you ask me the more OSS Operating Systems (OSSOSs?) we have out there the better off we are--giev more leverage perhaps against the bit monolithic software houses who produce their proprietary crap (MS WinXP anyone?)

    Just IMHO...

    --

    Beware the Whyte Wolf.

    With a gun barrel between your teeth, you speak only in vowels...

  3. I Support an Open Source BeOS by The+Slashdolt · · Score: 3, Interesting

    I've been an avid supporter of Be for years. I like the OS and have bought many versions. I think it would do well as open source for numerous reasons. The one that sticks out most in my mind is that it is truly an object oriented OS. I am an object oriented developer and I've looked through and attempted to write some code for linux, and I really didn't like it. BeOS on the other hand, is something I'd like to contribute to. I'm sure there are many other object oriented developers who feel the same way. Imagine if you could get the BeOS GUI to run on top of the linux kernel. What a product it could be!

    --
    mp3's are only for those with bad memories
    1. Re:I Support an Open Source BeOS by Lemur+catta · · Score: 2, Interesting
      if you could get the BeOS GUI to run on top of the linux kernel. What a product it could be!

      It would a dog.

      The things that made BeOS so great were its database-oriented filesystem, its pervasive multithreading, and the tight integration of multimedia into the OS. The BeOS GUI was clean and efficient, but no more or less so than most *nix window managers. What made it so desirable was the massive multimedia performance that was built into the core of the OS.

      BeOS running over the Linux kernel would perform about as well as BeOS running under a virtual machine; you'd lose all that great low-level performance that stemmed from the tight hardware integration and optimization.

      If you want the BeOS GUI, download one of the many BeOS themes available for $FAVORITE_WM. The end-user experience will be about the same as the "real" BeOS GUI on top of the Linux Kernel would be.

    2. Re:I Support an Open Source BeOS by Lemur+catta · · Score: 1
      Gah! I can't type today. What I meant to say was,

      It would be a dog.

    3. Re:I Support an Open Source BeOS by be-fan · · Score: 2

      Actually, there are lots of things that BeOS didn't do so well. VM and I/O was the major one. X also isn't that bad these days (especially on good hardware like NVIDIA's). There are actually few real technical problems Linux has left, most of them are organizational. For example

      1) Sound is brain-dead. aRts on KDE has a great media framework, but doesn't support much of the hardware acceleration provided by APIs like ALSA. Since both KDE and GNOME are moving to aRts, this is a major step backwards for Linux in the multimedia department.

      2) GUI is brain-dead. There is nothing wrong with having multiple WMs and desktops, but couldn't they have the courtesy to use the same API so I would only have to have the one I want on my machine?

      3) FHS is brain-dead. The UNIX filesystem hierarchy is so 1970's. Real OSs put all applications in seperate directories along with their necessary libraries. OS-X's app bundle along with its XML config files is the greatest thing ever.

      --
      A deep unwavering belief is a sure sign you're missing something...
    4. Re:I Support an Open Source BeOS by Bert64 · · Score: 1

      I agree, aRts and esd and such are a huge pain in the backside. esd atleast supports sound mixing, so your icq "message has arrived" notifications can still be heard while your listening to an mp3, BUT for any program without esd support, it is necessary to kill esd, run your program, then restart esd afterwards. What we need then, is a daemon which creates a /dev/dsp etc, and supports any oss compatible software (90% of sound apps for linux afaik) but also allows mixing, and possibly some effects to be applied. Alternatively you could just link /dev/dsp to /dev/dsp0 and use oss natively.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    5. Re:I Support an Open Source BeOS by sinator · · Score: 0

      Apparently you haven't heard of 'esddsp' or 'artsdsp', which basically does what you're saying.

      Or, alternately, you can use ALsa 0.90 which does this at the driver level.

      --
      Three Step Plan:
      1. Take over the world.
      2. Get a lot of cookies.
      3. Eat the cookies.
    6. Re:I Support an Open Source BeOS by jeti · · Score: 1

      If you want a nice GUI API, try Qt. For most stuff it really rocks (though there are some limitations imposed by the X system).
      IMO the good thing about BeOS APIs is that they are consistent and cover the whole system and not just the GUI part.Also what makes BeoS great are the easy setup and the responsiveness. Porting the BeOS GUI APIs wouldn't help to improve Linux in those aspects.

      Oh and really - give Gt a try.

    7. Re:I Support an Open Source BeOS by damiam · · Score: 1
      What we need then, is a daemon which creates a /dev/dsp etc, and supports any oss compatible software (90% of sound apps for linux afaik) but also allows mixing, and possibly some effects to be applied.

      That would be ALSA.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    8. Re:I Support an Open Source BeOS by drsquare · · Score: 1
      2) GUI is brain-dead. There is nothing wrong with having multiple WMs and desktops, but couldn't they have the courtesy to use the same API so I would only have to have the one I want on my machine?

      Sorry, but I have yet to see a GUI better than the Linux GUI. With the range of window managers, customisability and functionality, nothing comes close. With Windows or BeOS etc, you're limited to what they want to give you. With Linux, you can do whatever you want.

      3) FHS is brain-dead. The UNIX filesystem hierarchy is so 1970's. Real OSs put all applications in seperate directories along with their necessary libraries. OS-X's app bundle along with its XML config files is the greatest thing ever.

      How can you take seriously a hierarchy where every single program has its own directory? Imagine the $PATH for that one! Real OSes have each type of file (config file, binary, user files) in seperate directories, or even partitions if necessary. With Linux, to back up the setting, I merely have to back up /etc. And for user settings, I merely back up /home/$USER

      On Windows, if I wanted to do that, I'd be there all day, hunting down things in the registry, in c:\windows and various subdirectories, in various c:\Progra~1 directories etc. So illogical, so disorganised, such a mess. And to think they charge so much money for that!

    9. Re:I Support an Open Source BeOS by Rude+Turnip · · Score: 1

      "3) FHS is brain-dead. The UNIX filesystem hierarchy is so 1970's. Real OSs put all applications in seperate directories along with their necessary libraries. OS-X's app bundle along with its XML config files is the greatest thing ever.

      How can you take seriously a hierarchy where every single program has its own directory? Imagine the $PATH for that one! Real OSes have each type of file (config file, binary, user files) in seperate directories, or even partitions if necessary. With Linux, to back up the setting, I merely have to back up /etc. And for user settings, I merely back up /home/$USER"

      BeOS gives you a little bit of both methods. Each application, if you so desire, can have its own folder located anywhere on the hard drive (usually under /apps). With the BeOS programs I've used, all the settings files get stored under /home/config/settings/[program name]. This way, you can delete/upgrade your executables and still have your old settings handy if you need them later on.

    10. Re:I Support an Open Source BeOS by be-fan · · Score: 2

      Sorry, but I have yet to see a GUI better than the Linux GUI. With the range of window managers, customisability and functionality, nothing comes close. With Windows or BeOS etc, you're limited to what they want to give you. With Linux, you can do whatever you want.
      >>>>>>>>
      A) Linux GUI's are slower than Windows GUI. Having used both extensively (IceWM and Win2K BTW) there is no arguement on that one.
      B) Linux GUI's are less unifed that the Windows GUI. I think the whole "range of WMs" thing is perfectly fine. Different WMs interoperate nicely and give the user freedom. The problem is that you have several toolkit APIs that do the EXACT SAME THING (and usually do a mediocre job of it) and just take up lots of disk and memory. Note, there is nothing wrong with multiple toolkits, it fosters competition for better implementations. The original X people were perfectly right in making the WMs configurable. HOWVER, all the WMs run all programs equaly. That's not true of toolkits. You have GTK+ apps and Qt apps and GNOME apps, ad nauseum. There should be only X apps. The present situation in X does nothing more than give developers lots of freedom, not users.

      How can you take seriously a hierarchy where every single program has its own directory? Imagine the $PATH for that one!
      >>>>>>>
      Only GUI apps get their own directory. Command line apps are all put in the same directory because they are usually self-contained. The best of both worlds, if you ask me.

      Real OSes have each type of file (config file, binary, user files) in seperate directories, or even partitions if necessary. With Linux, to back up the setting, I merely have to back up /etc. And for user settings, I merely back up /home/$USER
      >>>>>>>
      What if you want to remove an application? Upgrade an application? Install/remove a library? The braindead UNIX FHS (for a GUI system anyway, its fine for a CLI system), is why we have all this RPM shit. (Which doesn't even work. RPM always leaves app droppings littering my system.)

      On Windows, if I wanted to do that, I'd be there all day, hunting down things in the registry, in c:\windows and various subdirectories, in various c:\Progra~1 directories etc. So illogical, so disorganised, such a mess. And to think they charge so much money for that!
      >>>>>>
      Or you could just back up the registry! What a concept!

      --
      A deep unwavering belief is a sure sign you're missing something...
    11. Re:I Support an Open Source BeOS by be-fan · · Score: 2

      The problem with the 'daemon' idea is that it is out of the 1980s. Almost all sound hardware these days has hardware level mixing, so multiple apps (given proper drivers like ALSA) can open /dev/dsp at the same time. That ability makes aRts useless. However, you can't remove it, otherwise you'd lose all the cool media capabilities. So you're stuck with either crappy software mixed audio, or no media framework.

      --
      A deep unwavering belief is a sure sign you're missing something...
  4. Come to the Islands of Linux by BroadbandBradley · · Score: 2, Insightful

    we're trying to build a continent out of them. Perhaps you can extend Linux to provide what it is you like about BeOS.

    1. Re:Come to the Islands of Linux by Anonymous Coward · · Score: 0

      BlueOS is trying to achieve this.

    2. Re:Come to the Islands of Linux by tercero · · Score: 1

      Linux is there in some senses. This is what it needs: Professionalism and speed. Linux is great. It takes forever to boot, though (relatively of course). KDE is more powerful than BeOS's enviroment, but it feels too heavy for the power it has. I have a nice box so KDE runs well, but BeOS flies with 32Mb of RAM instead of 128. It also boots in under 20 seconds (on my old P200 w/48Mb of RAM). Perhaps the KDE guys should spend some time super-optimizing what they have?

    3. Re:Come to the Islands of Linux by Anonymous Coward · · Score: 0

      I don't understand how BeOS flies with 32MB RAM when the minimum system requirement for BeOS is a Pentium with at least 64MB RAM.

    4. Re:Come to the Islands of Linux by barjam · · Score: 1

      This has been bugging me for a while... I am sure it will be marked as flaimbait and no one will ever read it :) Oh well ;p

      It won't happen... Linux zealots love X and will not give it up for whatever reason.

      I use linux/solaris at work for my servers but refuse to run it on my desktop.... believe me I have tried.

      The X-Windows system (any window manager, doesn't matter) is why I refuse to run linux on my desktop.

      Compared to just about any os (including Be) it feels like I am on someone's CS assignement gone wrong. It is not crisp at all. Window redrawing is horrible... everything is generally slow. Perhaps if we had some real non tech user input to the desktops we could move on... perhaps if we had a non X based gui that didn't suck Linux could have a chance to give windows some competition in the desktop arena... but seems that as a community we are too proud to realize there are problems.

      As a side note, I am a java programmer.. I hate client side java apps for the same reason I hate X. Running anything under X feels like you are running a java (client) application....

    5. Re:Come to the Islands of Linux by TZ180 · · Score: 1

      Perhaps you should come to *BSD, we are trying to make are own planet!

      --
      A real life BSD zealot.
    6. Re:Come to the Islands of Linux by BroadbandBradley · · Score: 2

      I have to use Win2K at my place of work for a workstation, and the lack of display options from what I'm used to under Gnome annoys me. taskvars don't show on top like they are supposed to when you use autohide,alwaysontop....I can't set new window focus behavior, clicking 'sign in' and then having to click on the child window to focus the cursor annoys me (because I know I can set "new child windows get focus" on my Linux desktop) sure X isn't the fastest, but I'll take a cut in speed for the features it provides. (like exporting the display to another monitor/workstation) or having multiple desktops to organize my tasks.

    7. Re:Come to the Islands of Linux by BroadbandBradley · · Score: 2

      you wish, we got you BSD guys pegged!!! you cannot beat the forces of good!!!

    8. Re:Come to the Islands of Linux by Anonymous Coward · · Score: 0

      planet of the apes???

    9. Re:Come to the Islands of Linux by Anonymous Coward · · Score: 0

      You can pay Microsoft extra money for TS-CAL's so you can export your display to other Windows computers.

      Terminal Services costs extra, of course it only supports 256 colors...

    10. Re:Come to the Islands of Linux by crucini · · Score: 2

      You're probably using a graphics card that does not have good 2D acceleration under X. The Matrox cards generally rock under X. Cheap cards can be quite horribly slow. Even if the same card is fast under Windows. Of course there are GUI apps that can make anything slow. Netscape, in its darker moments for instance.

    11. Re:Come to the Islands of Linux by rycamor · · Score: 1

      It actually is possible to run a snappy window manager under X. Unfortunately, the two main contenders for Linux/Unix desktops are quite heavy and slow, but that is gradually changing.

      But if you have the time, check out Blackbox. It starts up on my AMD 350 (while running Apache and Tomcat) in literally 4 or 5 seconds. In fact, most of that time is spent just starting X itself, and blackbox only adds about a second to the startup time. (enter "xinit", then run "blackbox" in the bare terminal window)

      It is one of those forgotten projects that shows the possibility of a truly nice sleek, fast interface, with minimal fuss. I understand that it not yet a desktop for the clueless public, but it shows the possibility. It's time for someone to pick this one up again.

      There is also the UDE project, which has some very interesting ideas, even though it is pretty rough at the moment.

    12. Re:Come to the Islands of Linux by poiuyt23 · · Score: 1

      Of course another thing that was great about the BeOS was the general lack of flaming in the user community...

    13. Re:Come to the Islands of Linux by Pope+Slackman · · Score: 2

      The X-Windows system (any window manager, doesn't matter) is why I refuse to run linux on my desktop.

      Amen, brother.

      C-X C-S

    14. Re:Come to the Islands of Linux by drsquare · · Score: 1

      It just goes to show the state of Slashdot moderation when "me too!" posts get modded up instead of down.

    15. Re:Come to the Islands of Linux by Anonymous Coward · · Score: 0

      You're new here. Aren't you.

      Do you know what a "Plus One Bonus" is?

      Read the FAQ before making a fool out of yourself next time, eh?

  5. As a hobby perhaps by snoozerdss · · Score: 1

    Whil I do like BeOS, having used it a few times. I hardly see an Open source BeOS making any headway in the commerical market as linux has. As a hobby it seems like it could be fun and intresting. Other then that I don't see much in the future for BeOS

    --
    Snoozer.
    1. Re:As a hobby perhaps by cronot · · Score: 1

      Before all the mess that hapenned to Be, BeOS used to have and (I dare to say) still have some commercial market share. The Media OS, remember? So you're saying that just because someone wants to make an open clone of it (which in time will certainly improve over the current version of BeOS, that... you know, is dead), it has no chance to make into the market? Please, elaborate more on your point of view, it looks interesting to me, but it couldn't convice me.

  6. nope. by ajuda · · Score: 1

    I don't see why palm would want to opensource BeOS... They spent 11 million on it, and they are not likely to simply give it away. What reason would a pda maker have to release the source code to a desktop OS? Face it, BE is dead, and it ain't coming back.

    1. Re:nope. by tercero · · Score: 1

      Palm does not want to make BeOS OSS. They want the deveolpers in order to beef up PalmOS to compete with WinCE and the upcoming Linux PDAs (you'll notice that all of the successful PalmOS PDAs had patched code).

      Palm has no desire for BeOS to be OSS because that would give competitors a peek at their new weaponry.

      > Face it, BE is dead, and it ain't coming back.

      Ah, you have never used BeOS. Depending on the future of Linux, I support BeOS more as a desktop OS because it is just better at it. The GUI is simple, fast and functional. The API is powerful. The community is there and, thankfully, very devoted.

      With the new prospects of Linux's FB, I think Linux has a viable option for the L-User home desktop enviroment. Until then, BeOS is the only free, reasonable alterative.

      I'm still holding out for BeOS.

    2. Re:nope. by Anonymous Coward · · Score: 0

      > What reason would a pda maker have to release
      > the source code to a desktop OS?

      Why don't you ask Bill G.? Ever heard of Embedded NT, in addition to WinCE?

    3. Re:nope. by PygmySurfer · · Score: 1

      Palm does not want to make BeOS OSS.

      Palm doesn't want BeOS at all. They bought Be for their BeIA Architecture, which is their embedded OS to compete with WinCE, Linux, etc. on portables.

      I'm usually rather neutral regarding open vs. closed source, but I think opening the BeOS code would really be a great idea, even if its just a way to provide continued support to the BeOS users out there. I've tried to find out what Palm's intentions are regarding BeOS, but most of the Be sites have gone offline it seems. Hopefully, Palm will release the code, or at least sell it off to someone else, who may want to carry on with BeOS.

    4. Re:nope. by Anonymous Coward · · Score: 0

      Given how good the BeOS code seems to be, especially the GUI, I think most Linux programmers would die of embarrassment if it were made available. It would be like the MySQL developers getting a peek at Oracle source, or the slashcode developers getting a peek at ... well, any bulletin board or weblog software other than slash. The sudden realization that the code they have been writing all this time is complete and utter shit would be too much for them, and they would surely die.

  7. Why not contribute to GNOME/KDE? by reaper20 · · Score: 2, Troll

    I wonder what kind of stuff some of the old Be guys could contribute to GNOME/KDE.

    Don't get me wrong, I like the BeOS, but with Linux starting to make headway and gaining momentum, it would be awesome for these guys to jump in.

    For me, some of BeOS's goodness in KDE3 would make me drool, all technical issues asside.

    1. Re:Why not contribute to GNOME/KDE? by be-fan · · Score: 2

      Because GNOME/KDE have the features over speed/elegance mentality that everyone hates MS for.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:Why not contribute to GNOME/KDE? by anonymous+cowpie · · Score: 2, Interesting

      For a while, Pavel Cisler, the creator of the BeOS Tracker (BeOS' graphical shell) was employed at Eazel. If you are familiar with both systems, his influence in Nautilus is apparent.

    3. Re:Why not contribute to GNOME/KDE? by jacoplane · · Score: 1

      BeOS developers could definitely help out with these two projects:

      KDE usability
      Gnome usability.

      In fact, as I mentioned in another article recently, if you know of anyone that has experience with usability engineering, maybe it's a good idea to introduce them to these projects. Making linux user-friendly is going to take a lot of work, and unfortunately there are just not enough people to do it.

    4. Re:Why not contribute to GNOME/KDE? by JoeGrind · · Score: 1

      I can't argue with the thought that throwing more talented people at the problem is bound to help. However, I don't know if their skills would be best spent focusing just on Gnome/KDE.

      The coolest thing about BeOS IMHO, is the OS. That's what makes all the bells and whistles fun. Some of those ideas might be very useful on the kernel level.

      But then that gets into the question of what you perceive the mission of Linux to be, server or desktop. Specialization in one will be at the cost of another. They are still interesting ideas.

    5. Re:Why not contribute to GNOME/KDE? by chadm1967 · · Score: 1

      I agree with reaper20. I think the contribution they could make to KDE would be great.

  8. Open Source is not for the living by Anonymous Coward · · Score: 0

    Projects stay open and running even if no one is developing for it. More like a zombie state than anything else.

    Since Be is a fully 0wned subsidiary of Palm now, I doubt we'll be seeing zombie BeOS anytime soon.

    1. Re:Open Source is not for the living by AtaruMoroboshi · · Score: 1


      Zom-beOS?

    2. Re:Open Source is not for the living by Anonymous Coward · · Score: 0

      Are you talking about the old Zom-BeOS or the GNU/Zom-BeOS?

    3. Re:Open Source is not for the living by tercero · · Score: 1

      Be is not yet part of Palm.

    4. Re:Open Source is not for the living by Anonymous Coward · · Score: 0

      and never will be, they just bought Be's intellectual property.

  9. Niche OS by Bouncings · · Score: 4, Interesting

    I think this shows are hard it is to have a niche OS market. Aside from wireless and imbedded technologies, it seems to me very unlikely that something as huge as an OS can exist on what basicly amounts to a niche. Where there are so many layers to an OS, adopting a whole new set of standards just to have a multi-media optimized OS just wasn't realistic.

    That's what's so wonderful about distributions. You can make a niche distribution without the overhead of Yet Another EVERYTHING.

    --
    -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
  10. OpenBe's time would be a few years down the line.. by Bonker · · Score: 4, Insightful

    Remember that Linux has only gotten really good and has gained the kind of acceptance it needs to be taken serious in the eyes of application developers in the last few years.

    I would love to see an openBe implimentation, because it would be really nice to have an opensource OS geard toward multimedia instead of networking and programming. (Linux is many wonderful things, but it simply not geared for multimedia.)

    It would take at least the same amount of time to reach 'critical mass'.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  11. Are you high? by rjh · · Score: 1, Offtopic

    In a uniprocessor system the lack of reentrant kernel threads allows applications to control processor time. This cooperative multitasking is ineffecient, and systems intensive.

    Linux has never had cooperative multitasking. Never. Ever. It has always been preemptively multitasking. This one sentence alone shows that either you're wording things in a manner so tragically incorrect it's comedic, or else you simply don't know beans.

    Another serious setback for Linux is the lack of a journalling file system. This makes data storage unreliable, and backup and recovery a dicey proposition. SGI said they would port the IRIX file system to Linux, but I haven't heard anything about this yet.

    ReiserFS. Ext3. IBM's JFS. SGI's XFS, as found on Irix. Do I need to go on?

    I would refute your post in depth and at length, but at this point I'm certain you're either totally uninformed or else trolling. Have a nice day. :)

    1. Re:Are you high? by Anonymous Coward · · Score: 0

      I'd ram my cock deep into your ass crack, I dare not risk getting AIDS from YOU.

    2. Re:Are you high? by h4x0r-3l337 · · Score: 1
      Linux has never had cooperative multitasking. Never. Ever.

      But the linux kernel is not reentrant and interruptable (though progress is being made in that direction I believe). Remember this bug reported not too long ago? This bug would never have occured on BeOS.

  12. Reason for purchase? by ksr · · Score: 1

    If Palm isn't interested in Be's technology, and Be wasn't really a competitor to Palm, why exactly did Palm buy Be? Are there valuable patents or other IP?

    1. Re:Reason for purchase? by Anonymous Coward · · Score: 1, Insightful

      Most likely it was an attempt at garnering goodwill in the tech community. They also get the goods on the BeOS while they're at it, but they mainly get a big boost from techies who now await the next PalmOS rev. Apparently they decided that putting a real operating system on those flimsy pieces of plastic wasn't going to wash, so no more BelmOS for us.

    2. Re:Reason for purchase? by Kreeblah · · Score: 1

      That's probably the most interesting part of all this. They bought them partially for the BeIA codebase, but mostly for the engineering team (nevermind that Be had some massive layoffs right before the sale was announced . . .).

    3. Re:Reason for purchase? by Anonymous Coward · · Score: 0

      They bought them for *parts* of their technology that it can be re-used on a new PalmOS, but the main reason was because they needed the Be engineering team which is highly qualified for creating a new PalmOS. This is what David Nagel, the CEO of the new software subsidiary that Palm will be creating after the Be engineers join them, said in News.com a few weeks ago.

    4. Re:Reason for purchase? by MrAl · · Score: 1

      Palm wanted Be's engineers. I think they wanted Be's IP due to future possible lawsuits. If Be, Inc. thought that there was similar code in BeOS/BeIA and the new PalmOS that their ex-engineers developed, they could sue Palm.

      Palm was smart in grabbing the IP. If they didn't someone else would get it in Be's bankruptsy and some third party could sue Palm as well. Look at what happened with Caldera DOS and Microsoft...

  13. Can BeOs Live On As Open Source? by Adnans · · Score: 5, Interesting

    Nope. As has been stated over and over again, BeOS cannot and will not be relicensed as Open Source software. There is simply too much proprietary, third party, technology embedded in it that it would take a lot of time, and probably a lot of cash, to strip away. It took SGI almost a year, if not longer, to get XFS released as GPL. Okay, the had to reengineer a good deal of the Linux kernel too. Besides, even if Be manages to strip out the proprietary bits you will most likely be left with a shell of code that will not compile, for a significant amount of time (*cough* Mozilla *cough*).

    And IMHO, the "coolest" bits of BeOS have already made it into Linux -> 64-bit journalling FS with attributes, XFS! The other cool BeOS buzzword "pervasive-multithreading" didn't turn out to be that cool after all.

    -adnans (ex-BeOS fool)

    --
    "In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people." --Linus Torvalds
    1. Re:Can BeOs Live On As Open Source? by awkward · · Score: 3, Insightful

      To add more emphasis to the above here's a brief list of the licensed technology inside BeOS

      Bitstream Font Rendering Engine
      MP3 Codec
      Intel Indeo Codec
      Netpositive Web browser (as used in the Desktop product)
      Opera Web browser (as used in BeIA)
      OpenGL is a possiblitity too (because the original OpenGL contract was signed before SGI opensourced things)

      There are probably a couple of others too that I'm missing.

      Yes there are obvious replacements for much if not all of the above - but there is NO ONE to pull apart things to even remove the offending pieces and leave you with an empty non-compiling shell.

      Andrew
      Ex Be

    2. Re:Can BeOs Live On As Open Source? by Anonymous Coward · · Score: 0

      It does help to read the article. Jeez what makes people care to comment when they must know they will look so lame without being able to comment on the content of the article. Just read it and then comment.

      They are in the process of generating the OPENBEOS code NOW. Why not offer some help. It is happening. READ the article. It includes an interview with the coders.

    3. Re:Can BeOs Live On As Open Source? by John+Allsup · · Score: 1

      Whilst that would be the problem with a Mozilla/XFS style `take out as little as possible to make it legal to release as Open Source', what about the opposite approach: Release what they -are- sure doesn't sit on anyone else's proprietary rights, (possibly) indicating what isn't there and challenging whoever's interested to try and make something out of it.

      This is obviously a far cry from the coordinated release-as-Open-Source operations most companies (most-companies-doing-OSS, not most-companies-full-stop) have launched, but would be better than to simply dump BeOS entirely.

      As another thought, and IANAL (definately), would it be possible for a bunch of volunteers to work under NDA, stripping BeOS and clearing IP issues with the relevant IP owners? (obviously erring on the don't release side...)

      n.b. I haven't personally given any serious thought to the practicality of these suggestions --- they just popped into my head.

      --
      John_Chalisque
    4. Re:Can BeOs Live On As Open Source? by awkward · · Score: 1

      Such an approach would mean not releasing either the Application Server or Interface Kit

      Without which not much stuff works !

      Besides I think even that much effort is beyond the people concerned

    5. Re:Can BeOs Live On As Open Source? by Picass0 · · Score: 2
      There is simply too much proprietary, third party, technology embedded in it that it would take a lot of time, and probably a lot of cash, to strip away.

      Boy, I bet the're gonna be surprised at Berkley to find out they wasted their time stripping out old Bell Lab code. Shucks. No point it moving forward on that whole *BSD thing.

    6. Re:Can BeOs Live On As Open Source? by Wesley+Felter · · Score: 2

      Bitstream Font Rendering Engine - can be replaced with FreeType
      MP3 Codec - several open source implementations exist
      Intel Indeo Codec - not essential
      Netpositive Web browser - can be replaced with Mozilla
      Opera Web browser - ditto
      OpenGL is a possiblitity too - I could live without OpenGL

      None of these are perfect replacements, but they ought to work. If nobody's willing to do the work to strip out the licensed code, nothing can be done about that. But the code itself is hardly irreplaceable.

    7. Re:Can BeOs Live On As Open Source? by tswinzig · · Score: 2

      Nope. As has been stated over and over again, BeOS cannot and will not be relicensed as Open Source software.

      I've heard of people not reading the article linked in a slashdot posting, but you take the cake! At least read the SUMMARY of the article before sounding off!

      --

      "And like that ... he's gone."
    8. Re:Can BeOs Live On As Open Source? by Adnans · · Score: 2

      I've heard of people not reading the article linked in a slashdot posting, but you take the cake! At least read the SUMMARY of the article before sounding off!

      I was merely answering the question that was asked in the TITLE of this slashdot posting. Did you read that? Ah, thought so! I have no real comments regarding the various initiatives. IMHO the BeOS community as a whole has proven that it doesn't have the muscle (numbers / financial backing) to sustain itself. And the BeOS window of opportunity closed a long time ago. Be knew this, hence their (unsuccessful) focus-shift to IA's.

      -adnans

      --
      "In short: just say NO TO DRUGS, and maybe you won't end up like the Hurd people." --Linus Torvalds
    9. Re:Can BeOs Live On As Open Source? by damiam · · Score: 1
      OpenGL is a possiblitity too - I could live without OpenGL

      Or you could use Mesa.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  14. niche os? by RestiffBard · · Score: 3, Insightful

    I've used and love BeOS. I've also used tons of other OSs. I've loved things about all of them. with the exception of Windows almost all of those other systems have been considered niche. Some of those niche OSs have thrived. I'd love to see some air breathed into Be again.

    --
    - /* dead coders leave no comments */
  15. Open Be by MrFrank · · Score: 1

    If this can make Be live again that would be great.

    If they could keep it living and get a good software base, I think i would have just found a replacement for Windows on my wife's machine, and probally mine.

  16. BeOS? by Kargan · · Score: 1

    I thought BeOS stood for "Be Open Source!"

    --
    Palaces, barricades, threats, meet promises
  17. I really enjoyed BoOS by night_flyer · · Score: 2

    I managed to get a copy of the pre "freeware" version and I thought it was very well thought out, I would like to see more done with it...

    oh and dont forget that it needs some Apps...

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
  18. Re:Who is chrisd? by Anonymous Coward · · Score: 0

    The hole truth.
    http://www.dibona.com/pictures/index.shtml

  19. No. OS/2 still moves forward, if slowly... by Richard+Steiner · · Score: 1

    The eComStation folks have made the SMP kernel available in the client version, and they've been able to bundle an X server with it as well as get a third party (Connectix and Innotek) to create a version of Virtual PC for OS/2.

    That, at least, gives OS/2 users the ability to run Windows and Linux in virtual machines.

    Along with its legacy (DOS, Win 3.1) support and its ability to run ported Linux software via EMX, I think OS/2 is more interesting yet than most people realize...

    Too bad it (and eComStation) are so expensive, but a demo CD may be in the works.

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  20. Odd thing in the Be logo by absurd_spork · · Score: 2

    Now finally I've found out what the odd thing in the reddish squarish area in the Be logo is.

    It's a skull, of course.

    I could've found out earlier: it was just about the time they started to go down the drain when they changed the logo.

    1. Re:Odd thing in the Be logo by Anonymous Coward · · Score: 0

      Actually it's a eye and a ear.
      http://www.be.com/aboutbe/bebranding/be_guidelin es .html

  21. Diboner is posting stories? by Anonymous Coward · · Score: 0

    I guess Augustin and ESR will be posting to the front page soon.

  22. BeOS lives on? I hope not! by Glock27 · · Score: 0, Flamebait
    Can BeOS Live On As Open Source?

    Since C++ is a pathetically inappropriate language for OS development (IMNSHO of course;) I hope BeOS dies a graceful death.

    There, now I feel better! :-)

    Seriously if you want something that plays in mostly the same space (except it is written in C, is well designed, has hard realtime capabilities, and is a commercial success) check out QNX.

    299,792,458 m/s...not just a good idea, its the law!

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  23. BlueOS by anpe · · Score: 2, Informative
    From BlueOS page :

    BlueOS will be based on a Linux kernel (not on a distribution) and a basic XFree86 (XWindow system)

    Linux and X ?
    Is it a good way to start a Desktop OS ?
    1. Re:BlueOS by barjam · · Score: 1

      Linux yes.

      X no.

      I would love to see something like what apple did with OSX ported to linux... get rid of X. (There are probably a few of these projects floating around.)

    2. Re:BlueOS by gaemon · · Score: 1
      BTW their FAQ sez:


      Why is BlueOS NOT under a GPL license?

      The development of an OS must be managed, otherwise a lot of duplicated works or mistakes can be easily made.
      But to not be in violation with the GPL, parts of the OS will be under GPL.


      IANAFSFLawyer, but this smells like a violation of GNU GPL 3b. and they are not releasing the source to the public (as of now), and does not expose who they are.
    3. Re:BlueOS by Anonymous Coward · · Score: 0

      blahblah violation blah GPL blahblah

      GPL parts of BlueOS are GPL ;) (no violation here)
      But today, there is NO GPL parts, there is only
      code under the BlueOS License.

      I love the stupidity of GPL zealots....

  24. Ex-BeOS users should try eComStations (OS/2) by LordNimon · · Score: 2
    The closest OS to BeOS out there is eComStation. It has many of the features that BeOS has that Linux doesn't:
    • A consistent, easy-to-use and powerful GUI
    • Strong multimedia support
    • Runs fast on low-end hardware, and blazingly fast on high-end hardware
    • A friendly, close community that welcomes new users
    In addition, OS/2 has features that BeOS doesn't:
    • Great application support, namely DOS, Windows (including 32-bit Windows apps), OS/2, and even many Linux apps.
    • Great hardware support (this was BeOS biggest problem).
    • It's still being sold, marketed, and supported.
    This last item brings me to eComStation, an OEM version of OS/2 that's effectively what OS/2 Warp 5 would be. I invite all BeOS users to check out eComStation. You'll be surprised what you find.
    --
    And the men who hold high places must be the ones who start
    To mold a new reality... closer to the heart
    1. Re:Ex-BeOS users should try eComStations (OS/2) by Anonymous Coward · · Score: 0

      Have they fixed that single input queue thing yet?

    2. Re:Ex-BeOS users should try eComStations (OS/2) by Anonymous Coward · · Score: 0

      And just like BeOS, it is completely closed source, has nearly no application support to speak of and the parent company could care less about end users.

    3. Re:Ex-BeOS users should try eComStations (OS/2) by Anonymous Coward · · Score: 0

      IBM certainly cares about their end user's (money) .. Why else would they come out with this eCumStain thing?

    4. Re:Ex-BeOS users should try eComStations (OS/2) by Richard+Steiner · · Score: 1

      eComStation is by a little company called Serenity Systems, not IBM, and they've been very good about listening to their customers. A number of us have been tossing them lots of suggestions. :-)

      --
      Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
      The Theorem Theorem: If If, Then Then.
    5. Re:Ex-BeOS users should try eComStations (OS/2) by Anonymous Coward · · Score: 0

      http://www.ecomstation.com/ Warning: Failed opening 'f:/ecs/index.phtml' for inclusion (include_path='') in Unknown on line 0 ??

  25. Another Alternative for BeOS Users: by idonotexist · · Score: 3, Interesting
    --
    "There ought to be limits to freedom"
    1. Re:Another Alternative for BeOS Users: by Anonymous Coward · · Score: 0

      So they give Linux a nice installer then dump the BeOS users into the hell that is Linux? Isn't that like sticking a New and Improved label on it but not changing anything inside?

    2. Re:Another Alternative for BeOS Users: by Anonymous Coward · · Score: 0

      I'm sure all 6 BeOS users will manage.

  26. Re:Stupid OSs by Anonymous Coward · · Score: 0

    It's Madlibs!
    --------------
    Ok I am sick of hearing about THE GREEN PARTY and other wasted POLITICAL PARTIES talking about RUNNING FOR OFFICE. In my opinion there are only 2 POLITICAL PARTIES that are worth while thats DEMOCRATS and REPUBLICANS. I have a hard time understanding why these people just don't VOTE to ELECT DEMOCRATS or REPUBLICANS and even in that I don't understand why there is still a seperation between DEMOCRATS and REPUBLICANS . Both have there good points WHY DONT WE MERGE TO MAKE THE BEST WE CAN.

  27. Re:BeOS vs Windows by Anonymous Coward · · Score: 0

    This would have been a pretty good troll if you had replaced "Linux" with "BeOS". But I am impressed that you at least got one biter. People on this site never seem to learn... -Signal 11

  28. others by passion · · Score: 2

    Of course, you wouldn't want to leave out NeXT, but then the freak that headed that up was bought out by apple, and see what we have today? Perhaps both Linux and FreeBSD/Darwin/OSX/Aqua could learn some things from the BeOS architecture.

    --
    - passion
    1. Re:others by nocomment · · Score: 0

      unless of course you take into consideratoin that mac os x _is_ NeXTstep

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
    2. Re:others by Anonymous Coward · · Score: 0
      unless of course you take into consideratoin that mac os x _is_ NeXTstep

      Dude, like, that was his point! Pay attention next time.

    3. Re:others by DavidRavenMoon · · Score: 1
      Of course, you wouldn't want to leave out NeXT, but then the freak that headed that up was bought out by apple, and see what we have today?

      Hey, the freak that started NeXT started Apple!

      Maybe the new NeXT Cube didn't survive (G4 Cube) but NeXTSTEP is alive and kicking with a pretty blue GUI ;-)

      (running OS X)

      --
      -- if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic - Lewis Carrol
    4. Re:others by passion · · Score: 1

      thank you... :)

      --
      - passion
  29. Re:BeOS lives on? I hope not! by Doomdark · · Score: 2
    Well, I don't really see why (certain subset of) C++ couldn't be better for writing an OS than vanilla C, but perhaps that's just matter of taste. However, about QNX:



    Seriously if you want something that plays in mostly the same space (except it is
    written in C,
    is well designed



    I don't know QNX, but my impression was that BeOS was actually pretty well designed, all in all (even if you hate C++)? Cleanly designed extensively multi-threaded system, neat filesystem, reasonably good scheduling (even if not hard realtime, much lower latency than any other desktop OS) etc. etc. So which flaws did I miss? :-)

    --
    I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  30. Gotta wish 'em luck by twilight30 · · Score: 1
    It sounds like a good project and worthy in its own right, for a couple of reasons:

    1. They're trying to save an OS that never received its dues by extending its source availability.
    2. Like the BSDs and Linux, this OS reworking has a relatively-limited goal (in comparison to other projects), in that they're trying to reimplement an already-extant system without extending its reach -- BlueOS sounds like it's bitten off more than can be chewed easily. It'll be difficult enough as is to do this well.
    3. Phipps gives the impression he's not so interested in license wars at this stage. Given the stated community spectrum of opinion in the FAQ, this sounds prudent.
    Here's hoping this article brings them others...

    --
    ========================================
    Death will come, and will have your eyes
    -- Pavese
  31. Re:If Palm isn't interested in the BeOS by Anonymous Coward · · Score: 0

    They bought them for *parts* of their technology that it can be re-used on a new PalmOS, but the main reason was because they needed the Be engineering team which is highly qualified for creating a new PalmOS. This is what David Nagel, the CEO of the new software subsidiary that Palm will be creating after the Be engineers join them, said at News.com a few weeks ago.

  32. Re:BeOS lives on? I hope not! by Anonymous Coward · · Score: 0

    this is a bit of a lame answer but i'll post it anyway
    besides the one(s) mentioned here:
    http://osnews.com/comment.php?news_id=66

    there are these:
    http://bebugs.be.com/devbugs/hitlist.php3

  33. Replace X! by SirSlud · · Score: 2

    From what I understand (having tried it a few times at various stages), beOS is like *nix with a kick ass graphics/windowing layer. Why not concentrate on bringing the beOS gfx layer to Linux ... I mean, the whole world seems to be holding its breath for the death of X11/freeX86. I'm not aware of the technical details, but is it feasible that the beOS graphics/windowing/desktop layer could be slapped onto Linux? If this could happen, beOS would be the desktop *nix box's killer app.

    --
    "Old man yells at systemd"
    1. Re:Replace X! by Anonymous Coward · · Score: 1, Insightful

      no, BeOS is more like a modernised AmigaOS. The GUI layer was actually nothing special - it was the underlying low latency pervasive multithreading, database-like filesystem and message-passing features, not to mention a beautiful set of APIs, that made BeOS great.

    2. Re:Replace X! by Error27 · · Score: 3, Insightful

      >>I mean, the whole world seems to be holding its breath for the death of X11/freeX86.

      Slashdot seems to be in an anti-X mood today. The truth is that the whole world is not waiting for the death of X11.

      Xfree86 does have some configuration problems where it's still a pain to set it up. (The definition of painful is that I have to set it up period. With the kernel I can just apt-get install it, but with X I have to dpkg-reconfigure it.)

      But X is not going away any time soon. The reason for that is not network transparency as some people argue. The reason is backwards compatability.

      In fact, X doesn't really NEED to go away. Over the last few years the XFree86 developers have made tremendous progress in improving X and adding important extensions to the protocol.

      To say that X is slow is really a lie. X is slow if you don't have one of the 5 accelerated graphics cards. Otherwise it's fine. (btw, I think you'll find that replacements to X have just as hard a time getting hardware specs as the Xfree86 guys do so creating a new window system doesn't help here)

      X can be improved. And it's getting improved... But it's going to take time.

      Anyways... I didn't mean to rant. I have to go because today is a great day to not be in front of a computer.

    3. Re:Replace X! by FrankNputer · · Score: 1
      From what I understand (having tried it a few times at various stages), beOS is like *nix with a kick ass graphics/windowing layer. Why not concentrate on bringing the beOS gfx layer to Linux ...

      Sure - kernel rewrite, anyone?

      BeOS' graphical interface is not simply an X-knockoff. Neither is BeOS *nix with a pretty face - I think that most people see the BASH shell and assume it is, but it's not. To put the two together would require a LOT of reworking on both sides, and to what end? You'd end up with yet another window manager that wouldn't really behave like BeOS.

    4. Re:Replace X! by barjam · · Score: 3, Flamebait

      It is X appologists like you that are keeping Linux away from the mainstream desktop.

      X sucks. Period.

      If you think otherwise perhaps you have just grown "accustomed" to it.

      I have used X with just about every combo of X server/window manager/graphics card and it just doesn't cut it for a modern desktop. I hate to use it and I know it very well. Say what you will about Mac/BeOS/Windows etc but when it comes down to it... each of those desktops (not OS but desktop) kick the crap out of anything on Linux.

    5. Re:Replace X! by Arandir · · Score: 1

      Yeah, I understand where you're coming from. Without hardware specific drivers you might as well be using a vanilla framebuffer. And if all you have is a vanilla framebuffer, then X kicks Berlin/DirectFB butt all day long. Do these projects really think that the hardware manufacturers are going to open up all their specs just because they say please? It's hard enough getting *closed* drivers for these guys for one major project, let alone getting open drivers for half a dozen pet projects.

      I mean, do you realize that Berlin is the THIRD incarnation of a project that keeps dying on the vine?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    6. Re:Replace X! by Anonymous Coward · · Score: 0

      It's the C++ API, stupid.

    7. Re:Replace X! by chris.bitmead · · Score: 2

      Are you saying that X sucks, or that Gnome,KDE/Gtk/QT/X apps that you use suck? It's a big difference.

    8. Re:Replace X! by dinivin · · Score: 1

      I have used X with just about every combo of X server/window manager/graphics card and it just doesn't cut it for a modern desktop.

      Maybe it doesn't cut it for you, but it's been damn responsive and fast on every grahpics card under XFree86 4.* that I've used (nVidia, 3dfx, Permedia2, Radeon). Then again, maybe your problem is user error and you just have it configured wrong.

      Dinivin

    9. Re:Replace X! by Error27 · · Score: 2

      You are right to say that X is fast and responsive if you have an accelerated graphics card.

      But I have a minor quible. Please don't use the term "User error" when describing configuring X. Configuring X is really a pain and needs to be fixed. Sometimes it's more luck than skill. :(

      But in general, I would agree with your post.

    10. Re:Replace X! by Error27 · · Score: 2

      >>It is X appologists like you that are keeping Linux away from the mainstream desktop.

      There are reasonable things to complain about with X but that is not one of them. Except on Linux sites I have never heard a single person complain about X.

      I have shown people my Linux desktop. Everyone thinks it looks awesome.

      We use Linux in the computer lab at school. No one complains about X.

      Mainstream users could not care less about X. The only thing they care about is that they don't have to configure it. This is a problem but it's a fixable issue.

    11. Re:Replace X! by stubear · · Score: 1

      While X still has some room for improvement in the performance department, its not X that is holding the Linux desktop back, it's the hodge podge of window managers, toolkits and lack of standards for look and feel that are holding the Linux desktop back.

    12. Re:Replace X! by Anonymous Coward · · Score: 0

      Lets think about it, they already had the *nix backend and this COOL windowing layer, and they were selling for the desktop. If the market demand was really there wouldn't BeOS still be around? Come on now people you just don't get it, its not X. It the applications that are written for Linux and *nix that make it non attractive for any usage.

    13. Re:Replace X! by Anonymous Coward · · Score: 0

      Yeah, you "show" it to them. They'll quickly change their opinion when they have to configure that piece of shit. Without question, X is the worst piece of software on Linux (a title that used to be held by Netscape before it was replaced by Mozilla).

    14. Re:Replace X! by poiuyt23 · · Score: 1

      Not to mention being able to replace any piece of hardware in my system with what was on the BeOS HCL and have it "Just Work" When I did an upgrade from a p-200 system with a SB awe 64 and ati graphics to a dual p3 450 with TNT2 graphics, and SB live sound the system booted right away and "saw" all the changes.

      I like spending time on my computer, not spending time with my computer in driver therapy...

  34. actually.... why not? by RyuuzakiTetsuya · · Score: 1

    BeOS is faster and more stable OS than Windows2000, plus better multimedia systems then Linux, why not? I mean, aside from a great FileSystem and a kickass interface.

    --
    Non impediti ratione cogitationus.
    1. Re:actually.... why not? by lkaos · · Score: 1

      BeOS has a different scheduling system than linux. Because of this, it runs well for applications that require very low latency (i.e. real-time multimedia applications). This does not apply to Quake3 but rather to real time audio and video editing that is usually only done on a commerical scale. As far as pure performance is concerned, a server will be able to serve more content on a linux based system than a BeOS system.

      The market for real-time applications is not only quite small but also quite congested (PowerMax, HP-RT, etc.). What the VC people probably liked about BeOS though was the huge amount of money involved in this little niche though. The fact of the matter is though that you will not really enjoy the multimedia on BeOS than say XFree4 with DRI.

      --
      int func(int a);
      func((b += 3, b));
    2. Re:actually.... why not? by TZ180 · · Score: 1

      FreeBSD or any of the *BSD in general are faster and more stable than Windows2000, Linux, and BeOS combined.

      --
      A real life BSD zealot.
    3. Re:actually.... why not? by Anonymous Coward · · Score: 0

      That is a very unscientific statement, kind sir. And I say this as one with an OpenBSD box running to my left.

    4. Re:actually.... why not? by Anonymous Coward · · Score: 0

      More stable? Yes.

      Faster? No. I can't really see any of my BSD boxes competing with Win2k and BeOS as a media machine, they truly are much faster for media stuff.
      I have the G400 card and the SBLive! in SMP boxes, the BSDs truly does rock, but don't be an fruitcake BSD zealot because when it comes to media it has a long way to go.

    5. Re:actually.... why not? by Art+Tatum · · Score: 1
      plus better multimedia systems then Linux

      Talking about latency? Then, not really. There's a low latency patch for the Linux kernel that delivers better latencies than BeOS.

    6. Re:actually.... why not? by RyuuzakiTetsuya · · Score: 1

      D'oh, never mind then. Well, at the TIME it was superior. Blah. Been using win2k so long haven't cared a damn about linux so...

      --
      Non impediti ratione cogitationus.
  35. I Support Wet Dogs by Anonymous Coward · · Score: 0

    I am an object oriented developer

    No, get it straight. You are a number.

    1. Re:I Support Wet Dogs by Hektor_Troy · · Score: 1

      Somebody get me my rifle - I need to put down ol' yellar'

      --
      We do not live in the 21st century. We live in the 20 second century.
  36. Resistant to change by SilentChris · · Score: 2
    "...a number of the BeOS believers tried to find a new home. Some found comfort in AtheOS..."

    I don't mean to be frank, but what's the big deal? There are *plenty* of other OS's out there if one dies out, some much better. And most college students have shown that at its barest, anyone can custom-create an OS (or take an existing OS and modify it to their desires).

    To me, it's like the people who still hang onto the Commodore 64 as "the ultimate gaming machine". I admit, I started my life on a TI-99/4A, but I haven't limited myself to it. This field is all about changing and adjusting and, quite frankly, the BeOS people are going to be left behind.

    1. Re:Resistant to change by Anonymous Coward · · Score: 0

      My Amiga 500 is still a more powerful machine than any of your lame PeeCee pentium four or athlon crap. PeeCee users are losers, get over it, baby.

    2. Re:Resistant to change by reverius · · Score: 2

      To BeOS users (of whom I used to be one), it's really more of an emotional attachment than a simple logical decision that "there are other OS's out there"... they (we) are emotionally attached to BeOS.

      The way things work in it, as a whole, just seems right. All of the time.

      Out of every OS I've ever tried, it was not the most beautiful (Enlightenment, anyone?), not the most stable (BSD), not the most configurable (no "themes", just for one example), and didn't have the most application support.

      But it felt right.

      I can't explain it any better than that. It's like when your girlfriend breaks up with you, and your friends tell you "there are *plenty* of other girls". Same kind of feeling.

    3. Re:Resistant to change by technix4beos · · Score: 1

      I agree with everything you're saying, Reverius.

      Using an operating system these days, by their very nature, has become a very complicated issue, whether people wish to believe this or not.

      It's not just about the apps, or how stable something is, or even if it provdies feature XYZ.

      It's this: "Does it do what you need it to do right now?"

      For me, my answer is a resounding YES. I surf the web, I check my email, I collect various types of media. BeOS handles all of this and more, without getting in my way.

      I do go to windoze from time to time, but only to play the occasional game.

      Someone once said, and it's been repeated often enough, that it bears mentioning, "Use the right tool for the job."

      For me, using my computer under BeOS is a joy. It provides the 95% functionality that I need at the moment, with enough future growth that I'm assured it will fill out the other 5% in time.

      Back to your main point.

      These days, using a computer is also using an operating system, and it's own quirks and shortcomings. You can not use a computer -without- learning/using the OS. (For the most part.) Which is why I really love using my computer under BeOS. It makes everything I do uncomplicated.

      I won't go into the technical features, because I'm trying to stick to Reverius's main point, namely how I feel.

      This is how I feel. Anyone else feel the same way, please speak up.

      --
      user@host$ diff /dev/urandom /dev/uspto
  37. Re:OpenBe's time would be a few years down the lin by Anonymous Coward · · Score: 0

    I disagree. The open source community has learned a LOT since Linux has taken off. A fully GPL'd or BSD'd BeOS would, if taken up by the community as the "officially sanctioned desktop OS of choice", become very popular very quickly. I have always considered Linux a server OS, but I've used it as a desktop because no other open source desktop OS is as advanced.

  38. Hmmmm by ScooterComputer · · Score: 1
    Apple is buddies with Palm. Apple has a new OS (that they bought for $300M, instead of choosing Plan Be)...Palm has no need for new OS (they just wanted Plan BeIA). OS X has been criticized for not being more Be-like (for instance, its file system with limited meta-data capacity). BeOS was written in C++, an object oriented language. MacOSX was written in Objective C, an object oriented language, and also now supports C++ (10.1).

    Maybe we need to get Apple thinking about asking Palm to open source BeOS. Would the Apple license be acceptable?

    --
    Scott
    "Hokey religions and ancient weapons are no match for a good blaster at your side, kid."
    1. Re:Hmmmm by Anonymous Coward · · Score: 0

      >(that they bought for $300M, instead of choosing Plan Be)...

      Let's just remember that Gassee wanted $400 million for Be. I suppose alot of those guys are being second guessed right now.

    2. Re:Hmmmm by technix4beos · · Score: 1

      Sorry.. it was initially $300 million, but it got dropped to $200 million.

      Go here for more details:

      http://www.businessweek.com/1997/06/b351398.htm

      --
      user@host$ diff /dev/urandom /dev/uspto
  39. Re:BeOS lives on? I hope not! by be-fan · · Score: 2

    1) You're a moron.
    2) C++ is just as useful as C in many kernel applications. For example, Linux has many implementations of lists, trees, etc. Using templating, you can get 99% of the advantages of having specialized lists for each datatype without the hassle of actually maintaining specialized lists. Also, Linux has a lot of structures filled with pointers to functions. ABC's fill that role much more cleanly. Operator overloading (like overriding 'new') also come in handy. Plus, its not like anyone is suggesting writing the kernel using STL or somesuch nonsense!
    3) The BeOS kernel is written in 'C'.

    --
    A deep unwavering belief is a sure sign you're missing something...
  40. Take the best by ll5 · · Score: 1

    Why not take the things that BeOS did well and port them to a platform that has a chance of surviving? BeOS was beautiful to look at, the interface made sense, and the response to user input was blazing. All things that make for a nice desktop / multimedia OS, and all things that Linux could benefit from if it wants to compete on the desktop. Other aspects of BeOS such as networking, security, and hardware support were not so highly evolved and probably never would have been. Note that these are areas where Linux is somewhat evolved. I for one would love to see a marriage of the two.

    --
    Wanna get high?
  41. Why not merge it with a BSD? by NevDull · · Score: 2, Funny

    We could call it BeSD :)

    1. Re:Why not merge it with a BSD? by fliptout · · Score: 1

      Finally, a comment that makes sense :^)

      --
      A witty saying proves you are wittier than the next guy.
  42. Re:BeOS lives on? I hope not! by Glock27 · · Score: 1
    1) You're a moron.

    I think not, just opinionated. ;-)

    I suppose my opinion could have been expressed less controversially, but in part this was a test to see how poorly Slashdot moderation actually works. That question has been answered at least. :-p

    2) C++ is just as useful as C in many kernel applications. For example, Linux has many implementations of lists, trees, etc. Using templating, you can get 99% of the advantages of having specialized lists for each datatype without the hassle of actually maintaining specialized lists. Also, Linux has a lot of structures filled with pointers to functions. ABC's fill that role much more cleanly. Operator overloading (like overriding 'new') also come in handy. Plus, its not like anyone is suggesting writing the kernel using STL or somesuch nonsense!

    However, BeOS does expose all system functionality through C++ APIs. Thus you get lovely artifacts like vtable slots reserved for future use. Also, it is often difficult or impossible to call C++ from other languages (with the notable exception of Java, which supports C++ directly with JNI).

    3) The BeOS kernel is written in 'C'.

    That's nice, but does nothing to address the issues with exposing C++ system APIs.

    299,792,458 m/s...not just a good idea, its the law!

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  43. BeOS memory requirements by Anonymous Coward · · Score: 0

    I used BeOS x86 R3, R4, and R5 with 32M memory without a problem (on a PII 233).

    I eventually upgraded to 96M memory. The only time I ever had to constantly swap was when using gcc (gcc? memory hog?), and it's easy to make gcc hit the swap with 96M too.

    Each successive release did slow things down a tad and increase memory usage, but BeOS 5 runs fine with 32M.

  44. Just the ticket by Anonymous Coward · · Score: 0

    An open source Be could really help the open source movement get to the desktop. Linux, though getting there, really wasn't designed with desktop use in mind. The mentality is just wrong. Though KDE and friends are very mature and wonderful desktop environments but the majority of the Linux software base is aimed at command line people. Try to get a user to go find and install random Linux software, try to get a user to find help for a problem related to Linux software. They'll get sucked into the "make all install" world quickly and they won't like it.

    The Windows world is aimed directly at users with no interest in the lower level stuff, what is what the users like. When I go to Google and type in "linux red font" the first thing that comes up is "Using Truetype Fonts With Redhat 6.0", which starts off with some fstab stuff. That's well and good for you and me, but most users really don't want to have anything to do with that stuff. When I type in "windows red font" I get...ummm..."Quick Font Fixes for Red Hat Linux 6.2"...great. Well you know what I'm getting at.

    I've always been a bit dubious of the probability of widespread use of Linux for desktops in business. Linux servers with Be clients, however, I think could really happen.

  45. Its just a lousy OS. by litewoheat · · Score: 1

    If the developers of TV and Radio thought this way I'd have to buy mulitple TVs to watch different shows and have different radios for different stations. Initial TV's did only "work" for their single stations but that changed quickly and now every TV in the world is practically the same and can receive the same programming as every other TV. Why can we just pick an OS and move forward rather then come up with a new one every so often because whats out there isn't good enough?

    Any OS is just an OS. To geeks, one OS may be far superior for one reason or an other but to users they're all the same, they just look a bit different.

    Any time some group decides to develop a new OS, all they are doing is deverting attention away from moving PAST the OS into something else, something NEW.

    1. Re:Its just a lousy OS. by Anonymous Coward · · Score: 0

      and now every TV in the world is practically the same and can receive the same programming as every other TV

      What have you been smoking? The TV system is split practically 50/50 into 2 different formats.

  46. BeOS != Linux by pschmied · · Score: 5, Insightful
    I'm beginning to wonder about all "All you BeOS users should come join / extend Linux." There is a reason that BeOS users used Be. I don't even understand this reasoning. The user experience with Be was so vastly different from Linux that I don't even know where to start.

    Don't get me wrong, I love Linux / UNIX. I'm typing this from a FreeBSD workstation right now. I personally love the windowmaker environment and the "UNIX way". I don't believe in wordprocessors (long live LaTeX---or LyX for you neophytes). I read my e-mail with mutt. I use lynx to browse the web most often. I use X to organize my terminals and set their geometry!!!

    That all being said, I would not wish my computing lifestyle on anyone.

    I'm also a closet BeOS user when I can be. Let me tell you what I like about BeOS.

    1. Never once have I compiled a kernel
    2. I rarely have had to dick around installing software. I installed video lan client for DVD and it worked immediately. I've still yet to figure it out in X. Yes, I'm stupid.
    3. You may have heard it before, but BeOS is FAST. Really. My computer takes more time in the bios screen than it does booting the OS.
    4. The user interface was marginally attractive (nothing is as sexy as NeXT), but more importantly it was consistant...everywhere. This is not to be underestimated. GTK and QT and XForms apps sit and mock me constantly when I have to use them. Yes, I've set their theme to NeXT. I still know which widget set everything uses.
    5. BeOS didn't try to be everything to everyone, but came damn close. It wasn't just a multimedia OS. Whoever said BeOS was never made for wordprocessing never used Gobe. For me it even had TeX.


    6. Some of the other things that be had was a file system that you could do many database style things to. Ripping and organizing mp3s from the standard filesystem and OS features was cake!

      Replicants and such were badass. I could imbed a webpage on my desktop with netpositive.

      I could go on and on. I loved the system. I love Linux. I love them for vastly different reasons.

      I love my Linux brethren because of their idealism, but sometimes they are too interested in ruling the world by exclusionary tactics. Don't assume that alternative OS users', their hacking ability and intellect belong to "the movement".


      -Peter

    1. Re:BeOS != Linux by philovivero · · Score: 1
      Wow. What a great set of reasons why BeOS was/is perfect. Let me tell you *MY* story.
      1. I installed it and booted it. First thing I did was change the colour scheme since black on grey is unacceptable (and for some ungodly reason seems to be the default in every GUI that exists). Some widgets took the colour change, others didn't. Now I have grey-background text on a green-background menu which is beyond ugly. Mind you, Linux (GNOME, my preference) is just as bad on this front, but Windows gets it right. I think KDE gets it right, too, but don't quote me on this.
      2. I tried to change the font to something bigger since I was running 1280x1024 and 8-pt Ariel is impossible to read. Ditto with colour changes. Some places it worked, others not.
      3. I dropped to a shell. The Unix interface was lacking. I'll apologise for not giving details since it's been literally about 1.5 years.
      4. I went looking for an MP3 or MPEG player. A flight simulator. Sound editor. Video editor. Anything you would expect from an OS purported to be a 'multimedia' OS. I think there was a toy flight simulator I found which was seriously that: a toy.
      So I went back to GNU/GHOME/Linux which, although very broken in a number of amazingly fundamental ways, at least can play MP3s and has FlightGear flight simulator.

      Again I must state this was some 1.5 years ago. I don't claim to know how BeOS works recently. But you mentioned you need VLC to play DVDs on BeOS, which indicates at least one of my major gripes holds today. I have VLC for Linux.

      Such is life.

    2. Re:BeOS != Linux by Anonymous Coward · · Score: 0

      Is the statement "Don't get me wrong, I love" X required nowadays before one can bash X?

    3. Re:BeOS != Linux by Anonymous Coward · · Score: 0

      The black on grey colour scheme means your video card was unsupported. That will screw up fonts as well.

      BeOS is not Unix so the fact that it's not a very good Unix doesn't mean much.

      If you had double clicked on a mp3 or an mpeg it would have played. There aren't many 3rd party apps for BeOS but there aren't for Linux either.

      BeOS apparently isn't for you, but it doesn't sound like you gave it a chance.

    4. Re:BeOS != Linux by eexlebots · · Score: 1

      *went looking for an MP3 or MPEG player*

      MP3, MP2, ogg, , midi, mod, &many, many others-
      -APLayer
      -Cl-Amp
      -Soundplay
      -MediaPlayer

      DivX, DVD, (most)avi, (some).mov, mpeg, mpeg2, etc, MReal...

      -MediaPlayer
      -RealPlayer
      -VLC
      -niftyplayer
      -mplay
      -VideoPro
      -Flash 4.0 player
      *A flight simulator. *
      -Yeah, no real ones are out... :(

      *Sound editor. *
      -3dMix
      -BamBam
      -Digital Tracker
      -XRS
      -ColdCut
      -Boom
      -Qua
      -T-Racks
      ...more...

      *Video editor*
      -PersonalStudio
      -Moho

      Granted, many of these are early betas (and, *sniff*, PS has been discontinued on BeOS. But there is a surprising amount of stuff out there. It's my OS of choice, and it plays most any movie I find (except .asf and new Quicktime, of course), does my e-mail, websurfing, word processing, my newest web development, etc. It's not for everyone, but it's nice...and I would love to see a new version...*sniff*

      --
      ***
    5. Re:BeOS != Linux by Anonymous Coward · · Score: 0

      Well, you got further than I did. I downloaded the free version, and when I tried to browse a website in their web browser it froze up. Real nice.

    6. Re:BeOS != Linux by Anonymous Coward · · Score: 0

      Jackass. Any fucktoy can download (random OS), install it, not bother to read the documentation, not bother to search for software, and then bitch about how much it sucks. The fact that you didn't even try to look for an mp3 player shows how much you must have cared about BeOS. www.google.com is a pretty fucking accurate search engine and "BeOS Software" would have returned amazingly accurate results. Half the reason why BeOS failed is because idiot linux users started running it, realized that they couldn't customize every 4th character in any given text string to be 19pt pink text, and then went on /. and started whining about how uncustomizable BeOS is. Bah, a pox on you and your worthless fucking OS.

    7. Re:BeOS != Linux by jdavidb · · Score: 1

      Hear, hear! The "movement" is not a Linux movement, though some newcomers sometimes make that mistake. The movement is about free software (or Open Source, if you prefer). All free software is a contribution. Even if it doesn't work with Linux. Even if it's redundant. All of it is another step to the goal.



      When I think of "world domination", I mean domination by free software. Stallman only picked UNIX because it was the standard of his day. Sometimes I wonder if the guys trying to fit Linux into embedded systems and PDAs might be missing the point. Where's OpenPalm?



      Like I said, anything open/free is a contribution. Linux. GNU. Hurd. Net/Free/OpenBSD. AtheOS. Free software for Windows. Free software for Macintosh. It all helps. To all of you who are developing open source/free software, whether it runs on my machine or not, I give my thanks.

  47. Why would Palm buy Be? by tkrotchko · · Score: 1

    They're not interested in BeOS,
    and they're not interested in the name.

    What else did BE own?

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
    1. Re:Why would Palm buy Be? by Anonymous Coward · · Score: 0

      Microkernel engineers

    2. Re:Why would Palm buy Be? by Anonymous Coward · · Score: 0

      > What else did BE own?

      Damn good engineers.

    3. Re:Why would Palm buy Be? by reverius · · Score: 3, Insightful

      Be Inc. had, for the most part, dropped BeOS entirely a year (at least) before Palm bought them.

      They had been putting ALL of their efforts into the BeIA (I don't remember what the IA stands for) which was meant to be an "appliance OS", like PalmOS or Windows CE.

      It was VERY cool, and used a lot of BeOS technology. BeIA is to BeOS what Windows CE is to Windows.

    4. Re:Why would Palm buy Be? by Anonymous Coward · · Score: 0

      BeIA was Be for Internet Appliances. It was a good idea but they were stupid for burning bridges. M$ didn't stop windows development when they did CE unlike BE did. Thats one of the main reasons why Be as a company flopped. They put their money into an unprofitable market.

    5. Re:Why would Palm buy Be? by MrBogus · · Score: 2

      They were already screwed when they started BeIA -- it was a last ditch hope.

      The main reason the company flopped was because they thought they could compete (or "co-exist", whatever that means) with Windows in the general purpose desktop OS market, where it didn't solve anyone's problems (unless 2ms latency helps your e-mail experience in someway I'm ignorant of.)

      If they were smart, tney would have stuck to the original plan -- making high-end AV workstations using custom software for vertical markets.

      --

      When I hear the word 'innovation', I reach for my pistol.
    6. Re:Why would Palm buy Be? by PRickard · · Score: 3, Insightful
      tkrotchko typed: They're not interested in BeOS, and they're not interested in the name.
      What else did BE own?

      Operating system designers with incredible skills (Most of them originally came from Apple, of course). In this day and age intellectual capital is everything, and that's exactly what Palm is buying in Be - brainpower.

      --

      == Paul Rickard, Editor of The Microsoft Boycott Campaign ====

    7. Re:Why would Palm buy Be? by Ziviyr · · Score: 1

      They briefly made a quad-PPC system.

      Wouldn't a quad-PPC based Palm be cool?
      Until the batteries catch fire anyways...

      --

      Someone set us up the bomb, so shine we are!
  48. Atheos by redcliffe · · Score: 1

    Why don't you merge code with the Atheos project, which is already a long way towards a "user" operating system. Some stuff Atheos has done would probably be better than the BeOS code, and some BeOS would be useful to add to Atheos.

    David

  49. Re:BeOS lives on? I hope not! by zephc · · Score: 2

    beos doesnt have the hard real-time capability, but it actually IS written almost all in C... its the API that is in pure C++

    --
    "I would say that 99 per cent of what my father has written about his own life is false." - L. Ron Hubbard Jr.
  50. I think OpenBeOS can do it. by pschmied · · Score: 2
    These guys have some wicked bad programming experience between them. BeOS is already established. BeOS has already been designed. These people already have a source / (hopefully) binary compatible development box complete with an IDE designed to write this kind of stuff.

    Hang on BeOS users. For OpenSource coders who want to do something cool, but aren't sure what, this is a grand opportunity. These people have a plan, a working prototype, and the experience and skills with BeOS to make it happen.

    Remember that BeOS is not Linux. The two will fail or succeed on their own merits.

    As for reaching critical mass, well, that is a problem still with linux. I think OpenBeOS could do it though with careful planning and hard work. If not, then we get back our niche OS and best of all it will be Free.


    -Peter

  51. Betaax ... Again ! by Anonymous Coward · · Score: 0

    I first came across BeOS about six years ago when one of my more 'out-there' colleagues turned up one day with a weird box, lo a BeBox ! I was stunned by it, dual processor goodness, realtime video stream rendering, etc. It urinated from a V. Great height on the Intel boxen of the day, ~200Mhz.

    And they screwed it up !

    1-2 years ago uploaded a copy of BeOS from some PC mag. Multi-video streams, multi MP3 streams, not a problem. Hell, it even had a free CodeWarrior IDE ! Hmmm, not QUITE enough apps to switch from Wintel, not QUITE *nix underneath :(

    Now, BeOS is dead, long live BeOS ! Let this be a warning, the best & the beautiful do not always make it.

    Ladies & Gentlemen, raise your glasses in recognition of our fallen comrades !

  52. de average person doesnt giv a fuck about security by DABANSHEE · · Score: 2

    They want stability, simplicity, reliabilty & compatibilty. That's it. (unless of course they are into things pedaphilic, or they are a drug dealers, or they take work home with them, or they are paranoid schizos)

    W2K & WXP are stable, reliable, compatible but definitly not simple (the average bloke doesn't give a fuck about multiple logons, they just want the computer to auto boot when they turn it on & quickly - gez W2K is a slow booter)

    As far as Linux is concerned it has the same problems as W2K (you can go make a cup of coffee while waiting to boot all the way to the K desktop). Plus there's the esoteric Unix filetree

    BeOS is simple, stable, reliable, but just lacks compatibility (drivers, apps). Its modified Unix file tree can actually be understood (its behind a 'BeOS' directory & only upgrades from BeInc go there, there's a complete mirror of it in the Home directory, so if some app or driver needs to add stuff to a system directory it goes there automatically during the pkg instalation. So you just install apps in a folder that you can actually call 'apps' in the home directory & you can install drivers in a folder called 'drivers' in the home directory, etc.)

    W9X is simple & compatible, just no good as far as relibility & stability are concerned.

  53. Re:BeOS lives on? I hope not! by statusbar · · Score: 2

    I agree, Glock27.

    The kernel could be using C++, I understand the reasonings for that. However if you want to use GOOD C++ with Resource Aquisition Is Initialization (RAII) or have any non-trivial constructors, you NEED c++ exception handling, which can throw a big wrench into your special stack frames.

    STL would actually be NICE to use within a kernel however!

    The C++ API caused tons of stupid problems and workarounds in BeOS. Not only did they have to reserver vtable slots (in the right order!) they had to make sure that any methods that could be inlined were not if they might possibly be changed to non-inline in the future.

    The BeOS api was started a long time ago - before the ANSI C++ standard came out. There are a number of design decisions that Be made back then that seemed reasonable then, but are not good now.

    For instance, they should have designed their interface classes to contain pImpls - yes it is an extra redirection but it allows for dynamic library compatibility. Also, there should have been less focus on inheriting non-abstract system base classes. All user classes that the system needs to know about should be inherited from a pure abstract system base class. It would also potentially make their BLooper message dispatching system nicer - like libsignal++...

    But one BIG problem with BeOS (besides bugs and slow networking) is their use of threads for EVERYTHING, in the language of C++ which officially has no concept of threads. Yes, you can do it but it is like fitting a square peg into a pentagram. Maybe Ada95 would have been a better choice? But that wouldn't be 1337 then I guess.

    --jeff

    --
    ipv6 is my vpn
  54. Re:No. OS/2 still moves forward, if slowly... by jefflinwood · · Score: 1

    Ha,

    Weren't you a regular on comp.os.*.advocacy about 5 or 6 years ago? Only i think your tag was Warp 3 :)

    Maybe you can bring us up to date on the latest behind the OS/2 story (what's eComStation? Their site is having "index.phtml" failures)

  55. It might... by dr_dank · · Score: 3, Insightful

    as long as the alleged source tree leak [begroovy.com] doesn't derail the project first.

    As a precaution against legal liability, one of the more popular Beshare servers that hosted the tree, for however briefly, was voluntarily shut down.

    --
    Where does the school board find them and why do they keep sending them to ME?
  56. Re:No. OS/2 still moves forward, if slowly... by SCHecklerX · · Score: 2

    and adding to the question...

    Is Timur Tabi still an active OS/2 user/advocate? I remember how proud I was the day he used my figshell program and complimented me on it :)

    I think Timur's been playing with linux lately hasn't he?

  57. Open Source could be the greatest thing for BeOS! by Maul · · Score: 1
    I tried BeOS on the side for a little while some time ago, and I found that I liked it quite a bit as a single user desktop operating system. Unfortunately, I couldn't seem to find much software I really liked for it.


    BeOS could become the platform of choice for kick ass Open Source media software if it were to suddenly be seen as a great desktop OS that is easy to use for the common user, that is ALSO open source.

    --

    "You spoony bard!" -Tellah

  58. OpenBeOS is nicknamed OBOS by Anonymous Coward · · Score: 0

    And the slogan is "It's the OS that comes with it's own cardboard applicator."

    Easy installation is the high point. I hear that it's a mess to remove though.

  59. Rimcheader by Anonymous Coward · · Score: 0

    Could you imagine a beowulf cluster of these.

  60. and the moral of the story is: use OSS by Anonymous Coward · · Score: 0

    Once again people get in a fluff about what Big Business might be doing to their darlings. It's their own fault. People should stop wasting their time advocating or developing for systems that are not open source.
    BeOS was neither revolutionary nor Open Source. You get no points for "slightly improved performance from implementing a few bits of modern research" in the OS game, especially if that implementation is at the mercy of a big fat joke of a company (Be) headed by a bigger fatter smellier joke of a CEO (Gassee).

    Oh hooray! A highly multi-threaded OS! How those big 1-CPU and occasional 2-CPU desktop machines will scream!

    1. Re:and the moral of the story is: use OSS by Anonymous Coward · · Score: 0

      Open source sucks! Get that through your socialist head. The world is not one big commune.

    2. Re:and the moral of the story is: use OSS by Evilpinky · · Score: 1

      Actually, BeOS was designed to run on the multiprocessor 'BeBox'... the fact that it ended up on Intel is mainly due to market forces and a will not to let the company fold.

      Take a look at : http://www.bebox.nu

      --
      "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms
  61. That's nice, but it's not $350 nice... by Svartalf · · Score: 2

    And that's about what it's selling for.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  62. WHY? WHY? WHY? by Anonymous Coward · · Score: 0

    What motivates people to use OS/2?????

  63. live? by sewagemaster · · Score: 1

    making something opensource guarentees that it will never die but does NOT guarentee that it lives. for instance look at mozilla. look at openoffice. look at....

    linux is the one opensource projects that i say is really 'living' - because people *know* how stable it is and how well it can do as a server.

    as far as BE goes, it's good for multimedia or something (please confirm)... ultimately the larger part of the marketshare (i'm using wrong word here if they arent planning on making money as opensource..), they have to be installed at offices. obviously co-operates offices arent about multimedia and the type of 3d-games you can play in your cubicle (*ahem*)... ultimately people DO have to get work done. so as far as BE goes - dont be so sure that it would alive - alive as active alive, not as in just living.

    1. Re:live? by Art+Tatum · · Score: 1
      as far as BE goes, it's good for multimedia or something (please confirm)...

      Er, sort of. It's good for really low latency applications (think software synthesis, realtime mixing/DSP, reliable MIDI recording/mixing). Musicians (and video editing people too, I suppose) need to be sure that everything will be perfectly in sync. You can't do this with 100 ms latencies (Windows/Mac OS). There some dirty tricks you can pull in Windows and Mac OS to get low latencies but they reduce stability and just aren't good ideas. Plus, these OSes aren't very powerful.

      The good news is that there is a kernel patch available for Linux that provides better latencies than are available in BeOS! The bad news is that it's kind of a dirty hack (Linus won't include it in the official distribution for some very logical reasons).

      Media professionals currently use Mac OS and Windows primarily (and Linux occasionally--like me!) but hate it every step of the way and would like to have something better. Unfortunately, there aren't enough of us to make a meaningful "marketshare" (as you put it).

  64. Hello? by Anonymous Coward · · Score: 0

    Windows NT/2000/XP???

    1. Re:Hello? by Dwonis · · Score: 2
      The security there is both weak by default and complicated to change (i.e. you can horribly break it without knowing why if you remove some premissions). It's possible, but it's difficult.

      Of course, when the kernel is unstable and full of holes, that sort of kills its chances anyway, wouldn't you think?

  65. Open source a spinning teapot? Let it go! by SensitiveMale · · Score: 0
    Let the shitty language that couldn't do a damn thing but spin a teapot go.


    And bad management did not kill Be.


    ZERO compatibility with EVERYTHING killed Be.


    The big reason Be was so fast was because it couldn't do anything.


    You 'Let's open source it and that will fix everything' freaks really need to get a handle on things.

  66. Why Freedom Matters by crucini · · Score: 2

    This is a reminder of why software needs to be free. BeOS, QNX, MacOS X; these are attractive systems, but when you invest your time in learning them you surrender control to a corporation. You head down a road which can be pinched off into a dead end at any moment. That's why I steer clear of this stuff, no matter how nice it looks.

    I'd rather have freedom than a nice GUI. As long as you have freedom, you might make a nice GUI. But without freedom, you can't even hold on to your nice GUI.

    I wish these developers the best of luck in creating free software to replace BeOS.

    1. Re:Why Freedom Matters by Anonymous Coward · · Score: 0

      So RMS, LT & the rest of the bleating, howling, sterno-swilling pack a' elitist neocoms is any better? For WHOM ?? A few sysadmin types thumbs up their azzholes and some rich bastards can afford ADSL or snotnose kiddies haven't got their first dryhump. Linux better for whom? That's who ... better folks than M$ not really just a different shill ...

  67. Why BeOS and where to from here? by landley · · Score: 3, Insightful

    BeOS was about latency, not throughput. When you move the mouse it moves NOW, not in a quarter of a second. Click on a button and it presses/releases IMMEDIATELY in response to what you did, and the new window snaps up NOW. It sucks as a router, but if having the GUI respond when you move it is what you think the system's first priority should be, then it's perfect.

    Linux is about throughput and has sucky latency. Process switching is devoutly to be avoided. We won't put graphics in the kernel because that might slow down our packets per second as a router. We won't even apply the low-latency patches that have been floating around for a year and change. (Maybe in 2.5...)

    Load a Linux box until it's thrashing and your rat pointer will jump inches at a time. You can't cut and paste text accurately when your mouse pointer jumps five letters a second and a half after you move it. That's how you get great throughput (batch up those transactions and run 'em through in CPU cache. Join together 50 mouse moves into one BIG mouse move!) But it sucks for GUI-ism, and that's what Windows users care about.

    Moore's law will take care of half of this. As systems get faster, latency gets better because we deal with stuff as fast as it comes in. Nicing your X server down to -10 helps a bit, because it interrupts other tasks when it wants to do stuff, but that doesn't help applications you spawn and it doesn't do THAT much for the X server either because niceness is just a suggestion. Yet we don't even seem to do THAT as standard in Red Hat...

    It's a question of what the system is optimized to DO. Getting good GUI performance from Linux has only been a goal for the past year and change. The KDE guys are trying it. The Gnome guys are trying to make sure the KDE guys aren't the ones to do it because they don't trust the KDE guys' judgement on licensing issues. The XFree86 guys are trying to undo the mistakes of the past 15 years. (That and get 3D acceleration, which is great, but 80 million triangles/second is reality (or the human perceptual threshold) and it won't be THAT long before Moore's law makes your low-end 3D card photorealistic images in realtime. And a hardware generation or three after that, software rendering will be able to do it. It becomes a much less interesting problem then...)

    The kernel is fun, but the big block to Linux on the desktop isn't the kernel anymore. It's XFree86 and KDE. That's where effort can be used. But not until we understand the difference between latency and throughput. (Although getting the kernel to have seperate niceness settings for throughput and latency might be a good thing...)

    Rob

    1. Re:Why BeOS and where to from here? by civilizedINTENSITY · · Score: 1

      I assumed the others were trolling, but you seem rational. Do you *really* see MS Windows GUI response as being *faster* than KDE? On the same hardware? Personally, I can ignore how ugly Windows is when I have to...but it burns me up having to wait for it! Click -> hourglass...and nothing else can be done for *seconds* because 2K is already doing something. Really breaks up the train of thought. I triple boot Win2K, 98SE, and SuSE. SuSE feels like a motercycle whereas MS feels like a van.

      Win2K *is* more stable than 98, but it did eat a partition in the first 6 months. I've never lost data on the Linux side. Ever. Period.

  68. Re:Distraught Sandwich Boy Rams Cart Into Be, Inc. by Anonymous Coward · · Score: 0

    Comments like these, is why I keep reading /. :)

  69. BeOS is over-hyped by Anonymous Coward · · Score: 0

    I am simply amazed at the number of people out there who claim BeOS is so great. I bet most of those people never even tried it.

    1. First of all, there is *nothing* revolutionary about the BeOS GUI. It has a few elements from Win, Mac, Nextstep, and various X toolkits. It has scrollbars, radio buttons, checkboxes, listboxes, "OK" buttons, minimize/maximize/close buttons, etc. just like you'd expect and nothing more!

    2. Under the hood it had quite a few things going for it, since it could shed all the legacy stuff bogging other systems down. But other systems are now catching up in some areas, like 64-bit journaling filesystems.

    3. The BeOS C++ API was relatively small and clean, but an OS kernel in C++? Overkill, way overkill. C++ added complexity where complexity need not be added. Also, the small API was too small - the drawing API was crippled in my humble opinion. Although X has some baggage, it does have a good, full-featured drawing API at least.

    4. To all those saying "get rid of X!" you should go do some research. Yes, X isn't the best thing in the world, but most of you self-proclaimed programmers obviously have no clue about the internals of X (or BeOS for that matter). If you did, then you would understand that X isn't so bad. Yes, it would be awesome to get rid of all the X baggage, but for now, high-level libraries do a good job of concealing X's uglyness, while still enabling a reasonable degree of speed and usability.

    5. Some day we will be able to drop X. Unfortunately all the projects I know of that are attempting to make this happen are trying to be *too* revolutionary instead of just losing all the legacy stuff. Berlin/Fresco has some awesome ideas but it is a pretty "out there" project as far as windowing systems go. For all you self-proclaimed "Object oriented developers": Fresco was worked on by John Vlissides, one of the authors of Design Patterns. If you don't know what design patterns are then you might want to get informed before proclaiming expertise in OO and window system design.

    MP

  70. Re:de average person doesnt giv a fuck about secur by Mandelbrute · · Score: 2, Interesting
    They want stability, simplicity, reliabilty & compatibilty. That's it. (unless of course they are into things pedaphilic, or they are a drug dealers, or they take work home with them, or they are paranoid schizos)
    Personally, I close the door and draw the curtains when I take a shower.

    I let anyone who visits my house (invited by anyone that lives in my house) use my PC (I can't stop them if I'm not there), but I don't want them to have the ability to send emails out in my name, read any file or change any file on the system. There's login passwords to ISP's in plain text in there, and technical reports that should remain confidention, plus lots of role playing stuff that could be taken out of context (not to mention a lot of fantasy art that may make people think I have a thing for tall women wearing little strips of leather and carrying 7 foot long swords).

    In the office security is essential, if only to stop pranksters or the disgruntled from changing your files and settings. In the home at least you want to be able to stop people from assuming your identity (or your new girlfriend reading five years of your email outbox and saying tearfully "why didn't you write letters like that to me?").

    Back to BeOS - how much effort would it really take to enable SSL and have a secure login screen? I suspect that it wouldn't take a lot to make everthing that comes in either authenticate itself or not be able to do anything outside of the program that asks for the data. As for file permissions, I don't know much about BeOS, but I know that it can support a few different filesystems, so it becomes a case of using one that supports file permissions.

    The audio geeks love BeOS for it's low latency.

    The multimedia geeks love it for the applications.

    The proto-geeks love it for it's ease of use and stability.

    It would be very bad to see Palm let it die. BeOS doesn't fit in the organiser market, but tiny PC's like the iPac are a growing market, and BeOS could fit squarely into the market of organiser sized PCs if Palm goes that way.

  71. BeOS is a great OS, but... by AnimeFreak · · Score: 1

    As much as I hate to say it, it doesn't belong on the desktop. BeOS is a totally rewritten Operating System that has been arround since 1995, Linux is a Unix and Unix has been in existance since 1969, and Windows has been in existance since 1983. BeOS has no real strong-hold here, I have used it and liked it, but countless times did I find myself hunting down drivers for it instead of using the OS. With Linux, 90% of the hardware I have come across had drivers allready and the hardware that I came across while using Windows had virtually 100% compatablity.

    BeOS may not die if released in Open-Source, but the problem is that there is allready enough Operating Systems out there and Be went in too quickly and too big.

    It may live on in the Palm Market or other applications, but it isn't a server OS and it has no real chance of being a desktop OS. One good strong point is that a fair chunk of PC users detest Macintoshes for no real valid reason, my father is a good example, the BeOS GUI is Macish and therefore would be scounded upon.

    Sorry Be. :(

    1. Re:BeOS is a great OS, but... by Hektor_Troy · · Score: 1

      Hmm ... for a supporter of Open Source (and probably free choice) you sure are adament that we should stick to either Unix or Windows. What happened to freedom of choice? Oh ... that doesn't apply with regards to OS's ... I see.

      --
      We do not live in the 21st century. We live in the 20 second century.
  72. The GUI is the window manager by Mandelbrute · · Score: 1
    It won't happen... Linux zealots love X and will not give it up for whatever reason.
    We just haven't heard a good reason yet.
    It is not crisp at all. Window redrawing is horrible... everything is generally slow. Perhaps if we had some real non tech user input to the desktops we could move on... perhaps if we had a non X based gui that didn't suck
    Window redrawing in an X thing, and if it's performing badly then theres a few options that can be turned on or off.

    The "look and feel" is a window manager thing, so there it's a case of picking a theme or W.M. that matches what you are used to. Failing that you can run X without a window manager and run StarOffice, for the whole win* start menu look and feel. Just don't run Enlightenment with maximum eyecandy settings and complain that X is slow - of course it is in that situation: it's a demo of all the possible features the developer could squeeze in. Without spare time and inclination it's not worth it, I know a few people that use win3.1 because it works for them and don't have the time or interest to learn how to use something else.

    I use an NT4 box at work for other reasons, but find that I need to run XFree86 in a window to do things on remote machines every now and again.

    The only one that can make you use linux on your desktop is your boss, and since you're using java, there's no reason for that. Since there's also *nix boxes on your network, and you can run most (openGL stuff need support on your display) X applications on your desktop, there's no reason forcing you to change your desktop even if you are running *nix only applications.

  73. LOL by Anonymous Coward · · Score: 0

    Yeah that's all we need..
    another POS o.s. that can do absolutely nothing.
    Worse still: a bunch of POS o.s.'s
    that have no h/w support, crappy minimalistic
    proggies, buggy api's all of which cobbled
    together by a bunch of amatuer programmers.
    BEOS IS DEAD, and I don't give a damn.
    Maybe now palm inc. will make a REAL portable
    that I might actually consider buying?

  74. Re:OpenBe's time would be a few years down the lin by discogravy · · Score: 1

    >>>>>>>>>>>I would love to see an openBe implimentation, because it would be really nice to have an opensource OS geard toward multimedia instead of networking and programming. (Linux is many wonderful things, but it simply not geared for multimedia.) >>>>>>>>>>>>&g t;>>>

    ditto on that; BeOS should have been geared to multimedia exclusively. Apple has some hardcore fans in the recording world, mainly because of protools. a free OS that was geared towards visual art/music creation would be a welcome addition. Linux is nice, but i don't see any really high-quality sound apps (e.g., anything by SonicFoundry or Native Instruments) or anything comparable. I've leafed through 'linux music and sound' and have yet to find anything that really compares to the windows (or even apple) apps available. BeOS' death was drivers and supported hardware -- with an open version of BeOS, that wouldn't be as much of a problem, since there would be a more open (no pun intended,) environment for hobbyists to develop their own drivers and apps.

  75. A Partially Incorrect Anonymous Coward by Agni(tm) · · Score: 1

    1. One quick thing that comes to mind is the little sliding tabs on the windows, suprisingly useful... Also you have consistency, which would be revolutionary for the linux desktop.

    2. Other systems are catching up, partially. Name a file manager that makes use of filesystem attributes like the BeOS Tracker, or any system that makes comprehensive use of these filesystem features. Additionally you have kernel level node monitors, querying on indexed fs attribute values, and a design that considers low-latency concurrent access of a disk. Beyond the filesystem, the overall design is meant for real-time applications. Most *nix varieties are not, and this becomes a serious limitation in real-time systems.

    3. The BeOS kernel is written in C, absolutely no C++ in the kernel or device drivers. The engineers at Be understood what C++ would do to the kernel and hence there isn't even runtime support for C++ in the kernel. As far as the InterfaceKit goes, there have been numerous third-party OSS extensions that fill in many missing gaps, namely a layout manager.

    4. X needs to die, bad. It gets the job done, and is very powerful, but has been developed in an incremental manner and provides capabilities that are overkill. There are aspects of X that high-level libraries can't hide, only making matters worse. There is considerable difference between "reasonable" and good or excellent. The BeOS GUI has its limitations, but it far surpasses X in providing a satisfying user experience. Additionally the BeOS programming models tend to be restrictive, and can artifically limit a program's design.

    5. Hopefully an X replacement becomes viable soon. AtheOS seems to be a step in the right direction, but it doesn't seem that other systems will see much benefit from it. Trying to do too much is a good way to kill a project, things need to be done a bit more incrementally, for the sake of the implementors and the people who would need to write and use programs for a next-generation GUI.

    All-in-all, the BeOS is rightly hyped on certain points ("buzzwords"), but fails to meet the hype of being TheOS. Hopefully some of the more advanced features of the BeOS, and the willingness to try something new will bring benefits to a wider community of computing.

    Shanti,
    Agni

  76. Latency by Art+Tatum · · Score: 1

    You do know about the low latency patch for the Linux kernel don't you? It's been out for a long time and is an essential tool in the Linux music/audio community. We're all running patched kernels and we get lower input-output latencies for software synthesis than BeOS does!

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

      Yeah, he just might have mentioned it in the second sentance or so. Reading always ought to come before writing.

    2. Re:Latency by Art+Tatum · · Score: 1

      Argh. Missed that. Sorry. I was tired. At any rate, many of us *do* apply that patch. We have to in order to get a decent software synthesis platform.

  77. monty python - right on! by Anonymous Coward · · Score: 0

    Oh oh oh. Tee hee hee. Eric the half a be!

  78. Not Dead Yet! by moooooooo · · Score: 1
    BeOS is not dead yet. Anyone that has ever used BeOS with BONE will agree that the network performance is very fast and stable compared to the net_Server, although my uptime on R5 and net_server (the "non-BONE" stack) was usually more reliable than Windows. ( check this out )

    We have some of the best audio tools out there, Apache, X, PostgreSQL, Mozilla, etc etc and the BeOS API is soooo nice and clean to program in.

    I wish the OpenBeOS guys the best of luck. They will get a lot of support as BeOS is just too good to let die. cheers

    1. Re:Not Dead Yet! by moooooooo · · Score: 1

      aargh the a tag in the previous post should be this link. damn typos :)

    2. Re:Not Dead Yet! by Ziviyr · · Score: 1

      BeOS is not dead yet.

      Its dead pal. Minimal software base, a mess of cool concepts, parent companies dying/unintrested in primary product.

      If the Amigas lingering death is any example, you're in for a painful/slow ride.

      --

      Someone set us up the bomb, so shine we are!
    3. Re:Not Dead Yet! by moooooooo · · Score: 1
      dunno about the minimal software base... BeBits still gets heaps of new and updated apps released and initiatives like OpenBeOS and BeUnited will ensure that this OS will not die.

      And R6 is due out soon as well.

    4. Re:Not Dead Yet! by Ziviyr · · Score: 1

      AmiNet still gets new submissions too. My comments stand.

      --

      Someone set us up the bomb, so shine we are!
  79. BeOS is the best example of C++ coding period. by Anton+Anatopopov · · Score: 1
    The BeOS contains some of the most sensible use of C++ I have seen anywhere. To write application frameworks takes a different skill set from writing applications. The need to balance generality agianst over-complexity and performance is a fine line to tread. In my opinion BeOS was one of the most elegantly crafted OS's I have ever seen.

    The boys at Redmond could learn a lot from looking at the BeOS application kits.

  80. BeOS ideal for iDTV Set-Top-Box's by Martin+S. · · Score: 2


    I've long felt that BeOS would be an a good OS for STB's for interactive Digital TV. It's multimedia friendly, simple to use and a light-weight s/w load, it's Ideal. Combined with Palm's direction toward the remote Internet Appliance market this surprises me. However their loss looks to be be Open Sources gain.

  81. Offtopic. by Anonymous Coward · · Score: 0
    233 Pentium pro....

    I didn't know that existed, I thought the fastest was a 200MHz. Sure you don't mean a Pentium MMX, those came as 233MHz.
    A quick google search gave me this : 150MHz, 180MHz and 200MHz....no 233MHz, don't tell me you dared to overclock that baby! :-)

  82. Using BeOs for 3 years by sahasamrat · · Score: 1

    i am using beos for 3 years as a tiple boot along with bsd and mandrake and i love it,whether palm supports it or not

    --
    sam
  83. Using BeOs for 3 years as triple boot no problems by sahasamrat · · Score: 1

    i am using beos for 3 years as a triple boot along with bsd and mandrake and i love it,whether palm supports it or not.

    --
    sam
  84. I have two amigas I'll give you by Anonymous Coward · · Score: 0

    Hi,

    I have two amiga's a 500 and a (1200? 1000?, I forget) I'll ship one out to you if you pay the shipping only. I have other little goodies for 'em to...

    britt@mac.com

    Regards.

    Britt...

  85. Re:If Palm isn't interested in the BeOS by Anonymous Coward · · Score: 0

    To whomever mod'ed this down so as a troll.

    FFFFFFFFFFFFFFFFFFFFFFFFUCK you.

  86. Be on the DeskTop? by Anonymous Coward · · Score: 0

    I love Linux but... I have my doubts about it on the desktop. Be OS on the other hand seems to be a great desktop OS.
    Open Source office of the future Be on the Desktop and Linux servers?

  87. OSes *never* die, they just disappear (no text) by Reez · · Score: 1

    (loosely ripped)

  88. Re:No. OS/2 still moves forward, if slowly... by Anonymous Coward · · Score: 0

    Yes, I'm still active in the OS/2 community. I'm a Linux developer by day, but that doesn't mean that I like Linux. It has some neat things about it, but I still think OS/2 (especially eCS) is far superior as a desktop OS.

  89. pernicious profiling by hawk · · Score: 2
    > (Real separate accounts...not that win98 profiling crap)


    Yes, this bigotted profiling has *got* to stop. It's wrong. It's evil.


    Every day, thousands of people are stopped, just for using win98. Computer hardware is biased, assuming that win98 is more likely to crash than *nix. "Application" error, it says, as it stops the user for "investigation." "General Protection Fault", as it pulls the application away. Then, as civil libertarians try to investigates, it blue screens, all based on the notion that win98 users are less reliable.


    This user profiling must be stopped *now*!


    :)


    hawk

  90. Re:de average person doesnt giv a fuck about secur by drsquare · · Score: 1

    the average bloke doesn't give a fuck about multiple logons

    I have feeling that when this "average bloke" logs on to find his work has been deleted by his 5 year old son, he might start to consider multiple logons.

    Also, he might get a bit concerned when a virus completely mangles his system, along with his work, and everyone else's work to boot.

  91. Re:No. OS/2 still moves forward, if slowly... by Richard+Steiner · · Score: 1

    Yeah, I've been active on the OS/2 newsgroups for several years. Not c.o.o.a as much (way too much petty bickering for my tastes - even more than here).

    eComStation is a fledgling attempt to produce an alternative client OS by Serenity Systems.

    Currently it's based on OS/2 Warp 4, and they've cut a deal with IBM to get the latest fixes and such for the system. They've also managed to bundle a bunch of software with the OS, including StarOffice 5.1a, Lotus SmartSuite, the HobLink X11 server, and some other stuff.

    Part of the technology included is something called WiseManager which supports some sort of remote client bootstrapping from a centralized boot server. I don't understand it. :-)

    Another part includes LVM (the Logical Volume manager) which was part of IBM's Warp Server, and that lets you create logical disk partitions that span multiple disk partitions and multiple disks, and it uses IBM's JFS journaling filesystem.

    I think it's an interesting attempt, and I have a copy of the initial eCS 1.0 release that I plan on playing with in the next month or so. As I learn more, I'll probably make more comments about it here and there...

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  92. Re:No. OS/2 still moves forward, if slowly... by Richard+Steiner · · Score: 1

    Yeah, Timur's still around. :-) He and I both use Linux as well as Warp, but I think I like it (Linux) a lot more than he does. :-)

    I will note, though, that Linux hasn't replaced my OS/2 setup yet. Probably won't for a couple of years yet. But I use it as a secondary desktop and on a couple of servers on my LAN.

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  93. Re:BeOS lives on? I hope not! by be-fan · · Score: 2

    You said C++ wasn't appropriate for a kernel, I pointed out that the kernel was in C. Second, there are hacks in other (C) OSs too. For example, paremeter passing to the kernel is always kinda ugly. Hacks are just a part of life in the kernel. Also, the C++ issues exist in Linux too. KDE/Qt gets around the FBC problem by breaking binary compatibility every major release. Given the smaller BeOS software base, the reserved function "hack" really isn't that bad.

    --
    A deep unwavering belief is a sure sign you're missing something...
  94. Re:BeOS lives on? I hope not! by be-fan · · Score: 2

    Geez, stop complaining about threads! There is nothing wrong with pervasive multi-threading. Given the crappy responsiveness of the Linux GUIs, Linux people are in no position to talk. A lossy messaging system (as in BeOS) is an implementation problem, not something wrong with threading. Just learn how to do proper locking and everything will be rosey. The kernel people have to deal with it all the time (SMP locks), its not that HARD.

    --
    A deep unwavering belief is a sure sign you're missing something...
  95. BeOS died because it had no device drivers by Anonymous Coward · · Score: 0

    Why do O.S. designers have to be such bigots?

    All they had to do was make their device driver model accept Windows device drivers. But nooooooo. They were better than that. So, now, they are dead.

    Lack of device drivers killed OS/2 and that had IBM backing it. What made BeOS think they could ever compete with Windows for the attention of H/W vendors?
    Ok, so Windows D.D. suck. Who cares? As long as they work, use them. You will get instant market share.

    The next problem is to get an office package as good as MS Office...

  96. Re:BeOS lives on? I hope not! by statusbar · · Score: 2

    I use threads all the time! I just don't like them to be forced. However I'd like them better in a language that officially SUPPORTS them. C++ is not that language, unfortunately - think thread safe std::string, STL and exceptions, race conditions in singletons without a double guard (therefore the inability to have non-trivial constructors in static members of a class without wrapping them in a thread-safe dynamic singleton allocator object), debuggers, core dumps, profiling tools, memory leak checker tools, lack of warnings when using shared data without a semaphore, etc..

    I've been using BeOS for ages and actually had a PPC BeBox too! Still have BeOS installed (which kernel panics when my real Roland 100% standard MPU-401 MIDI interface receives a MIDI byte).

    Worked with www.lcsaudio.com where they are STILL SHIPPING commercial software for BeOS. At one point LCS had more BeBoxes than any other company besides Metrowerks. I used to be an enthusiast.

    Not anymore.

    I can't count how many BeOS applications are written with threading problems! Is it because most programmers actually suck?

    Yes, most linux GUI's responsiveness sucks. No, having a seperate thread for each window would NOT always help - Most X apps only have one window anyways. However, having seperate non-gui worker threads WOULD help and should be done when appropriate.

    --jeff

    --
    ipv6 is my vpn
  97. Can I have a Linux Distribution which does this... by Salvo · · Score: 1

    I'd love to use Linux again. But after using BeOS for a few years, I've grown used to a few too many luxuries.

    I'd love a Linux Distrlibution which, out of the Box does the following:
    1. Has Metadata Attributes in the Filesystem, which can be easily accessable by the File Manager.
    2. Has a pretty, consistant and responsive GUI.
    3. can mount Different Sessions from Different CD's graphically
    4. mounts Audio CD's just like any other filesystem
    5. works with my Video Capture Card straight out of the box.
    6. can easily be replicated by burning an img of the bootdisk and img of the /boot partition to a CD-R (great for system backups, and sharing the experience)

    If someone made a Linux Distribution which did these things, I'd be ecstatic. It doesn't need fancy things like Blistering Audio Performance, or the ability to turn a processor off on an SMP system, or even the ability to play 5 DivX Videos at once on a K6-3/550 without skipping. Just a nice, clean, logical GUI.

  98. Re:BeOS lives on? I hope not! by be-fan · · Score: 2

    The thing with BeOS threads is that they force you to seperate display logic from the actual program. This allows windows to redraw quickly without waiting for the application to catch up to it. This is a problem in many Linux GUI apps. Also, by seperating the display logic out, it takes away many of the pains of multithreading. The windowing thread shouldn't be doing anything super-complex, just displaying precomputed data. As such, multithreading shouldn't really make designing programs that much harder.

    --
    A deep unwavering belief is a sure sign you're missing something...
  99. Re:BeOS lives on? I hope not! by statusbar · · Score: 2

    Well, I agree with you.

    --jeff

    --
    ipv6 is my vpn
  100. Re:de average person doesnt giv a fuck about secur by Peaker · · Score: 2

    Plus there's the esoteric Unix filetree
    Hmm?
    The Unix file tree makes a lot of sense to me.. a lot more than the silly meaningless Windows file hierarchy.
    Anyhow, what do you need to read from the tree directly for anyhow?
    All your stuff use your own organization under $HOME in *nix, whereas its Windows where you have to browse and navigate throught its large, meaningless file hierarchy.

  101. OS/2 was *the* alternative in the early/mid 90's. by Richard+Steiner · · Score: 1

    OS/2 was a 32-bit smoothly multitasking operating system in 1992 when Microsoft was offering little more than a cooperatively multitasking shell on DOS. Compared to Windows 3.1, even OS/2 2.1 rocked, and Warp 3 and 4 have added polish over the years.

    Not only that, but OS/2 came with a GUI that still hasn't been equaled in many respects (the WPS), a scripting language that programs could tap into (REXX), and support for DOS and Windows programs that was both robust and flexible.

    *That's* why I moved to it. Alternatives like BeOS didn't exist yet, remember, and Linux was little more than a kernel and a collection of text-based utilities, not the useful OS it is now. Xfree86 worked on VERY few cards, and there wasn't a lot of X-based software worth using, IMO.

    Most of the folks who still use OS/2 are older hobbyists like myself who moved to it back in its heyday. It's a much harder sell now. :-)

    Why do I still use it?

    I use it because I have OS/2-native tools like Colorworks, Embellish, and Web Organizer that I really like to use and that I've already paid for, because it has modern-enough internet clients like NFTP, links, Netscape Navigator, and slrn for me to get by, and because there is still enough in the way of software development going on to keep my interest going in the platform.

    Also, I've already paid for my two OS/2 copies, so the relatively high price tag isn't a factor any longer.

    Does that help? :-)

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  102. Let's buy BeOS by Anonymous Coward · · Score: 0

    What if a whole lot of people pooled some cash and bought the BeOS off of Palm and gave it to the Open BeOS and Blue OS Projects.
    Palm only paid $11million and the part we want is the part they don't want.

    Just a thought :)

    BeOS FOREVER!!!

  103. Even farther off topic.... by Etrigan_696 · · Score: 1

    You're right.
    it was in a computer lab. Half the machines were 200 P-pros, the other half were 233 MMX... I had to go open the case on that one to see what it's CPU was ;)

  104. Re:No. OS/2 still moves forward, if slowly... by Anonymous Coward · · Score: 0

    Not to be picky, but it's based on Warp Server for e-Business (Warp 4.5) which is why it includes the LVM and JFS. SMP is also added as it is part of the server. SMP doesn't work in Warp 4 unless you add parts from the server, so the easiest route was to do server with or without SMP, as you can select it in WSeB's install.

    Adam McNutt
    avid young OS/2 user

  105. Re:OpenBe's time would be a few years down the lin by Anonymous Coward · · Score: 0

    BeOS users always had ability to write own drivers and do these things very modular os, problem was that everyone was playing waiting game, waiting for Be to update these things like microsoft does, same with just about every kind of app you can think of. Well guess what, now there are no excuses, Be no longer holding userbase back I expect lots of good things, and already have seen many...