Slashdot Mirror


BeOS Successor Haiku Keeps the Faith

kokito writes "OSNews managing editor Thom Holwerda reviews Haiku, the open source successor of the Be operating system. According to the review, Haiku faithfully/successfully replicates the BeOS user experience and 'personality,' boasting very short boot times, the same recognizable but modernized GUI using antialiasing for fonts and all vector graphics as well as vector icons, a file system with support for metadata-based queries (OpenBFS) and support for the BeAPI, considered by some the cleanest programming API ever. The project has also recently released a native GCC 4.3.3 tool chain, clearing the way for bringing up-to-date ports of multi-platform apps such as Firefox and VLC, and making it easier to work on Haiku ports in general." (More below.) "In spite of its pre-alpha status, Haiku seems to be pretty stable. If you would like to give it a try, nightly builds are available from the Haiku Files website, both as raw HDD and VMWare images. Or if you happen to be in the Los Angeles area, you could also take a peek at a Haiku demo during the upcoming Southern California Linux Expo (Feb. 21 & 22), where Haiku will be exhibiting in booth #4."

448 comments

  1. Sweet! by Toe,+The · · Score: 1

    Next best thing since the revival of the Commodore 64 :)

  2. How have the APIs changed? by Anonymous Coward · · Score: 2, Interesting

    Can you still develop apps for Haiku with old BeOS references like O'Reilly's Programming the Be Operating System ?

    1. Re:How have the APIs changed? by fyngyrz · · Score: 1

      I'm interested to know if Haiku will run under Parallels system virtualization, which itself runs under OSX. Be great for s/w development, as that's what's on my desk.

      I'm curious, too, if it is able to run in a full non-virtual memory, non-swapping configuration for speed and reliability. That'd make it a very interesting OS to me for running on actual hardware of its own. There's nothing like watching linux turn into a total turtle after running for too long and building up lots of cache and swap to sour you on the whole process. For instance, if I let my web servers run for, oh, say, a few weeks, then try to start the Gimp... there's going to be a lot of waiting. But boot the machine fresh, start the webserver, even with a very heavy web load, and Gimp snaps right up there.

      I will be *very* happy indeed when and if linux matures to the point where we can control how each app is treated for VM/swap, and file caching. None for this one, some for that one, etc. :o)

      --
      I've fallen off your lawn, and I can't get up.
    2. Re:How have the APIs changed? by ir · · Score: 0

      yes, you can

      --
      Irina Romanov
    3. Re:How have the APIs changed? by Anonymous Coward · · Score: 5, Informative

      Try this with systcl:

      vm.vfs_cache_pressure = 500
      vm.swappiness = 0

      And whenever you want to empty the fs caches:
      echo 3 > /proc/sys/vm/drop_caches
      echo 0 > /proc/sys/vm/drop_caches
      swapoff -a
      swapon -a
      echo 3 > /proc/sys/vm/drop_caches
      echo 0 > /proc/sys/vm/drop_caches

      After that, it'll be like just booted

    4. Re:How have the APIs changed? by Baba+Ram+Dass · · Score: 3, Informative

      I'm interested to know if Haiku will run under Parallels system virtualization, which itself runs under OSX.

      Yes.

      I'm curious, too, if it is able to run in a full non-virtual memory, non-swapping configuration for speed and reliability.

      Yep, by default (while still in pre-alpha at least) it runs without paging.

      --
      Truckin like the Doo-Dah man...
    5. Re:How have the APIs changed? by Baba+Ram+Dass · · Score: 1

      Err... paging == swapping.

      Need more caffeine. ;)

      --
      Truckin like the Doo-Dah man...
    6. Re:How have the APIs changed? by Anonymous Coward · · Score: 0

      For instance, if I let my web servers run for, oh, say, a few weeks, then try to start the Gimp... there's going to be a lot of waiting. But boot the machine fresh, start the webserver, even with a very heavy web load, and Gimp snaps right up there.

      I will be *very* happy indeed when and if linux matures to the point where we can control how each app is treated for VM/swap, and file caching. None for this one, some for that one, etc. :o)

      Dude - buy some memory. seriously, it's really cheap.

    7. Re:How have the APIs changed? by fyngyrz · · Score: 1

      The machine has four gigs. It's a busy webserver, that's all.

      --
      I've fallen off your lawn, and I can't get up.
    8. Re:How have the APIs changed? by fyngyrz · · Score: 1

      I'll look into that -- thank you.

      --
      I've fallen off your lawn, and I can't get up.
    9. Re:How have the APIs changed? by fyngyrz · · Score: 1

      Wonderful news, thank you. Not the caffeine, the compatibility. Well, I suppose for you, the caffeine... never mind.

      --
      I've fallen off your lawn, and I can't get up.
    10. Re:How have the APIs changed? by powerlord · · Score: 4, Informative

      The page you link to is over two years, and even the links on it to the nightly build is stale.

      I just downloaded the VMWare image, uncompressed it, and "executed" the .vmx file. Fusion (v2.01) immediately loaded the VM, mentioned that it was an older version and asked if I wanted to update it. I chose "no" since I have no idea what hardware support has changed.

      VM booted from "cold start" to Desktop in ~12-13 seconds. I'm amazed at how responsive the VM is.

      Its a bit spartan from an eye candy perspective, but thats to be expected. What there is though is rather impressive.

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    11. Re:How have the APIs changed? by Just+Some+Guy · · Score: 1

      I'm curious, too, if it is able to run in a full non-virtual memory

      You pretty much never want to run a non-trivial system without virtual memory where a single rogue app can trash the entire system. To be honest, there aren't a lot of reasons to want to get rid of swapping, either. If you're using swap, it's because your system needed the space. Without it you would have just seen random processes dying unexpectedly.

      --
      Dewey, what part of this looks like authorities should be involved?
    12. Re:How have the APIs changed? by cerberusss · · Score: 1

      For instance, if I let my web servers run for, oh, say, a few weeks, then try to start the Gimp... there's going to be a lot of waiting.

      On the other hand, your webservers are running fullspeed, with everything they've read the past weeks cached.

      It's about choices, really. You can't have everything.

      --
      8 of 13 people found this answer helpful. Did you?
    13. Re:How have the APIs changed? by VolciMaster · · Score: 1

      why are you running gimp on a *webserver*? just have to ask!

    14. Re:How have the APIs changed? by VolciMaster · · Score: 1
      able to run in a full non-virtual memory, non-swapping configuration for speed and reliability.

      certainly it's possible to not setup any swap space when installing Linux, no?

    15. Re:How have the APIs changed? by alexborges · · Score: 1

      No operating system does it any different... at all.

      What you need is more memory.

      --
      NO SIG
    16. Re:How have the APIs changed? by mr_mischief · · Score: 1

      You should consider having a separate dev and graphics box. Starting The GIMP or even X on a web server is just wasteful of server capabilities.

    17. Re:How have the APIs changed? by TopSpin · · Score: 1

      This bit:

      echo 0 > /proc/sys/vm/drop_caches

      doesn't actually do anything. See the relevent code here.

      More importantly, kernel developers believe the drop_caches mechanism to be unsafe. It is a hack to permit easy benchmarking and other testing.

      I must agree with the the GP; Linux VM behavior has been and continues to be poor. I particularly dislike the way inactive code pages are removed to buffer IO when there is clearly no reason to do so. You suffer this every time you copy a large file.

      --
      Lurking at the bottom of the gravity well, getting old
  3. Summary by CaptainPatent · · Score: 5, Funny

    Haiku boots quickly
    similar to BeOS
    now with GCC!

    --
    Well, back to rejecting software patent applications.
    1. Re:Summary by jaavaaguru · · Score: 1

      Haiku boots quickly

      I just tried it in VirtualBox OSE. It booted up in about 35 seconds. That's the same as Ubuntu. Nothing to get excited about. Also, the first thing it did after boot up, was show an error message...

      http://sorn.net/~sandyd/haiku.png

    2. Re:Summary by cymen · · Score: 4, Funny

      each time I Haiku
      fast computer start for me
      but no web browsing

    3. Re:Summary by glittalogik · · Score: 2, Funny

      Haikus penned about
      BeOS with GCC
      Make me OGC

    4. Re:Summary by jaavaaguru · · Score: 1

      That said, it has come a long way, and once hardware support gets beyond a certain point, it could be a useful system to have around. I tried it out on a Dell Mini 9 netbook, where the performance seemed pretty good, but I don't have networking working, so it's of limited value at the moment.

    5. Re:Summary by MarkRose · · Score: 5, Funny

      "THOUGHT!"
      "KNOWLEDGE!"
      "METHODS!"
      "TOOLS!"
      "EVIL!"

      "Go Patent!"

      "By your powers combined, I am Captain Patent!"

      Captain Patent, he's our hero
      Gonna take innovation down to zero

      He's our powers magnified
      And he's fighting on the patent's side

      Captain Patent, he's our hero
      Gonna take innovation down to zero

      Gonna help him put in the penumbrae
      People who share ideas, techniques and sundry

      "You'll pay for this Captain Patent!"

      We're the Patenteers
      You can be one too
      'Cause saving our patents is the thing to do!

      Sharing and collaborating is not the way
      Hear what Captain Patent has to say!

      "The Power is Ours!"

      --
      Be relentless!
    6. Re:Summary by sproketboy · · Score: 1

      I just got it up with VirtualBox with no errors.

      VirtualBox version 1.6.2 running on Windows.

      If anyone is interested, you can download the image file, unzip it and then use the virtualbox command line to create a VDI file.

      VBoxManage.exe convertdd haiku-alpha.image haiku.vdi

      Then create a new machine with Other/Unknown OS and chose this as the hard drive.

    7. Re:Summary by Miseph · · Score: 4, Funny

      O. M. F. G.

      Could you maybe throw some of your apparently overflowing free time into a cure for cancer, or world peace, or developing DNF? I mean, filks on cult classic Saturday morning cartoons from the mid 90s are great and all... but seriously.

      --
      Try not to take me more seriously than I take myself.
    8. Re:Summary by Anonymous Coward · · Score: 1, Funny
      haiku

      flask of ripe urine
      pressed to dead bsd lips
      bsd drink up

    9. Re:Summary by jaavaaguru · · Score: 1

      Interesting. I'm using VirtualBox 2.0.4 on Ubuntu. Did you get anywhere with networking?

    10. Re:Summary by sproketboy · · Score: 1

      Yes. I tried a variety of setting and got it to work using NAT and the Intel PRO/1000 adapter type. I didn't try shared folders or anything but browsing the web works fine.

    11. Re:Summary by jaavaaguru · · Score: 1

      Ah, my VirtualBox appears to only have the AMD PCNet (II and III) network devices. The networking preferences in Haiku has an empty device list.

    12. Re:Summary by MarkRose · · Score: 1

      I thought of making a witty retort to grandparent's poetry, but then I saw his nick and wrote that instead.

      --
      Be relentless!
    13. Re:Summary by Kartoffel · · Score: 4, Informative

      Be already came
      with GCC, since R3
      for x86.

      Even EGCS ran well
      but PowerPC was stuck
      with lame Metrowerks.

    14. Re:Summary by Zouden · · Score: 1

      Japanese proverb:
      We need more haiku about
      Male masturbation

      --
      "A week in the lab saves an hour in the library"
    15. Re:Summary by Nazlfrag · · Score: 4, Insightful

      links will be ported
      but without graphics you face
      a life without porn

    16. Re:Summary by cK-Gunslinger · · Score: 2, Informative

      Mine was at a full desktop in 12 seconds - much, *much* faster than my host Ubuntu install.

    17. Re:Summary by Eli+Gottlieb · · Score: 1

      GOD DAMN. Where are my mod points when I need them!?

    18. Re:Summary by MrCode · · Score: 3, Informative

      WebKit will be your
      Haiku way to get your porn
      so please don't worry

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

      http://www.catrec.com/5038.mp3

      BeOS it's The OS

      ROCK ON!!!!

    20. Re:Summary by fractoid · · Score: 5, Funny

      You are very wrong
      ASCII boobs are so so hot
      Jiggle, asterisk!

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    21. Re:Summary by Valdrax · · Score: 4, Funny

      Could you maybe throw some of your apparently overflowing free time into a cure for cancer, or world peace, or developing DNF? I mean, filks on cult classic Saturday morning cartoons from the mid 90s are great and all... but seriously.

      Time cannot be bought,
      yet is more rationed than wine.
      Unlike your Mother.

      --
      If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
    22. Re:Summary by mazevedo · · Score: 1

      With Virtual Box mine booted in 23 seconds.

      --
      mazevedo
    23. Re:Summary by ceka · · Score: 1

      Only on /. this can be modded insightful :)

    24. Re:Summary by tweek · · Score: 2, Interesting

      Did you ever use the original BeOS? It's probably the OS I've enjoyed using the most. I still have the disks around (R4 and R5).

      BeOS WAS something to get excited about when it came out. It was pretty much the best platform for digital audio work. It just ran into too many hurdles to work its way into the market.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
    25. Re:Summary by hodet · · Score: 1
      ...I just got it up with VirtualBox with no errors.

      This line made me laugh. Sorry, I'm 12 and currently medicated.

    26. Re:Summary by Pixelstuff · · Score: 1

      "developing DNF"

      LOL!

      I actually laughed out loud at that one.

    27. Re:Summary by Anonymous Coward · · Score: 0

      I got Firefox running in Haiku.

    28. Re:Summary by alexborges · · Score: 1

      ...and you guys wonder why you dont get the girls...

      --
      NO SIG
    29. Re:Summary by bigstrat2003 · · Score: 1

      ( . Y . )

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
    30. Re:Summary by fractoid · · Score: 1

      ( v Y v )

      ( o Y o )

      ( ^ Y ^ )

      ( o Y o )

      ( v Y v )

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    31. Re:Summary by nazsco · · Score: 2, Funny

      i wonder who would
      waste time wondering about that
      Since no mistery there

    32. Re:Summary by ParodyMan · · Score: 1

      What kind of lame power is Evil anyway?

      Oh....

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

      BeOS is pronounced "Bee Awss", not "Bee Oh Ess". Therefore it only has two syllables, so your attempt at Haiku has failed. :-P

    34. Re:Summary by sproketboy · · Score: 1

      Yeah. That is funny! :)

    35. Re:Summary by Anonymous Coward · · Score: 0

      ...I just got it up with VirtualBox with no errors.

      This line made me laugh. Sorry, I'm 12 and currently medicated.

      It would make more sense if the original poster were 60 and medicated. :P

    36. Re:Summary by hawk · · Score: 1

      most notably, a severe case of recto-cranial inversion when it came to valuing the company for sale to Apple . . . for the price that Be stubbornly demanded, Apple was able to buy Next and get a free has-been thrown in for free.

      Be had no hope for value at the time other than the sale, yet they stuck to that fanciful number.

      hawk

  4. BeOS: still my favorite UI by Gizzmonic · · Score: 5, Interesting

    The interface for BeOS is still superior to any other OS I've used. It's like they took the good stuff from the old Mac OS 9 and Amiga and updated it. It was a power user's OS, yet still very user friendly. My college had a BeBox and I loved playing on that thing (the best part was that the CPU monitor allowed you to turn off both CPUs, instantly locking the computer).

    I hope Haiku does well, but it seems like an also-ran in these days of Mac OS X and GNOME. I'm not sure there's a compelling reason to run it anymore, except for nostalgic purposes (sigh).

    --
    (-1, Raw and Uncut is the only way to read)
    1. Re:BeOS: still my favorite UI by Fallingcow · · Score: 1

      If Haiku has anywhere near the performance that BeOS did, I'll be using it for pretty much any "appliance"-type application I have. Homemade set-top boxes and the like.

      That OS put all of its contemporaries to shame with its smooth multitasking and media playing, and it did it on hardware that would cry, have a nervous breakdown, and melt into a pile of goo from merely being in the same room as the installation disc for a modern graphical OS.

    2. Re:BeOS: still my favorite UI by mdwh2 · · Score: 1

      I loved it too - out of all the various alternative PC OSs I installed over the years, BeOS was the only one that installed with ease (even coping with complete changes of hardware without batting an eyelid), and was enjoyable to use. Certainly superior to Linux at the time (which back then, you were still reliant on the command line, and Red Hat wouldn't support my graphics card in anything higher than 320x200!), but sadly killed off by MS.

      I also thought it was interesting the way that the BeBoxes were multiprocessor as standard. Just think, if the platform was better supported and still around, it seems reasonable that applications would have been more likely to support multiprocessing, and be in a much better position to take advantage of multicore processors. Compared with what's happened for all other platforms - few applications bothered to support it, and now most computers run with 50% sat idle.

    3. Re:BeOS: still my favorite UI by commodoresloat · · Score: 2, Funny

      the best part was that the CPU monitor allowed you to turn off both CPUs, instantly locking the computer

      I'm not sure what to say about an OS that boasts this as its best feature :)

    4. Re:BeOS: still my favorite UI by blind+biker · · Score: 5, Insightful

      I have actually used BeOS a lot, mostly for composing. I have experienced the highest level of responsiveness from an OS with BeOS - this is still unsurpassed. When I talk about responsiveness, I specifically mean it from the point of view of the user. Applications that play some kind of media (be it MIDI, audio or video of any kind) will never, under any circumstance, be interrupted by any other process. If you copy a file while playing a video, it will not skip. The file may not copy as fast at times, or other processes may slow down, but the video will not skip. In addition to this, the user commands, be it with the mouse or with the keyboard, are always taken into consideration. No "hourglass" or other bullshit. I don't know how BeOS was engineered to achieve this, I only know that no other OS I used during and since then, achieved this sort of responsiveness.

        I've used Linux a lot, and am definitely a fan of some distros, and I also like OS X quite a bit, but neither are 100% "committed" to my whim. With BeOS, what I want is listened to and executed, and fuck everything else. I guess this means BeOS would be a terrible server OS - but very often I miss exactly this kind of behaviour.

      If Haiku manages to achieve the same characteristics, it will be for me, the best desktop operating system in the world. I specifically look for support of modern CPUs, chipsets, graphics cards and soundcards. Perhaps not all of them, or even not most of them, but the ones that will be supported will appear in my house.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    5. Re:BeOS: still my favorite UI by Max+Littlemore · · Score: 1

      I'm looking forward to Haiku, simply because for multimedia stuff, running home studio software, etc, Linux + X + Gnome + alsa + jack is already too much bloat. (and before you chime in mister xfce ftw, so is that...)

      I want a quick boot and excellent multi-tasking. I want audio with the same or higher priority as the network and I don't want to have to stuff around too much to make that happen. If I am going to reboot to run a seperate studio config to my regular desktop for convenience, then I'd prefer Haiku.

      Also, replacing the mythTV client in the lounge with something that can boot a bit quicker makes me more likely to turn the thing off at the wall and save some power.

      These are just a few reasons I want Haiku.

      --
      I don't therefore I'm not.
    6. Re:BeOS: still my favorite UI by Hatta · · Score: 1

      There was good stuff in Mac OS 9? The lack of a command line was always a deal breaker for me. At least Haiku boots to a terminal window, so they're on the right track.

      But what I really want to know is, what can I do with it? An OS isn't just there to boot and look pretty, I need applications too. Does Haiku come with a software repository? What's in it? Is it at least compatible enough with UNIX to run most Linux apps without much more than a recompile?

      --
      Give me Classic Slashdot or give me death!
    7. Re:BeOS: still my favorite UI by Fallingcow · · Score: 1

      There was good stuff in Mac OS 9

      OS9 was such a POS.

      Ah, nostalgia. The days when a Mac fan could immediately (and correctly) be dismissed as an idiot.

      "You pay more because it's faster hardware!" no, I assure you it's not. I've used your $1200 mac and my $400 PC, and your mac is slow as hell.

      "OS9 doesn't crash as often as Windows!" seriously? Have you even used the two operating systems you're talking about? They both go down more often than a $5 whore!

      Now with OSX, sensible people can be Mac fanboys. Everything's so complicated.

    8. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 2, Interesting

      They achieved using a completelly unfair scheduler, on which any application that do an active polling takes down the entire system.
      It's not complicated to do that, in fact is munch more simple than any other scheduler.
      The phrase "..will never, under any circumstance, be interrupted by any other process.." it's what all operating systems are trying to avoid in the last 40 years. It's called a non preemptive scheduler, and simply means that is not multitasking, just like Win 3.1 if you ask me... (Or DOS, with it's amazing TSR).

    9. Re:BeOS: still my favorite UI by Stormwatch · · Score: 1

      There was good stuff in Mac OS 9? The lack of a command line was always a deal breaker for me.

      Mac users bragged about the absence of a command line back then. It's kind of disappointing to see one on OSX.

    10. Re:BeOS: still my favorite UI by MBGMorden · · Score: 1

      I fail to see why NOT having one is good? I mean, don't get me wrong, it can be done the wrong way. Once upon a time you simply couldn't use Linux without HAVING to drop to the command line every now and then. TBH, though I still do so out of habit these days, I think you can PROBABLY get away with never touching the thing in even Linux now. Mac and Windows certainly hide their command lines quite well though. No normal user even need know that the thing is there. BUT, if you WANT to use it, go ahead.

      And truthfully, if you don't wanna then fine, but there are certain things that just flow better from a command line. For example, depending on the operation, I find file management far easier on the command line.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    11. Re:BeOS: still my favorite UI by hot+soldering+iron · · Score: 5, Insightful

      The philosophy of Linux (server) and Haiku (desktop) dictates different OS design and application. Linux seems kinda shoehorned into the desktop mold, it works but there are things that don't quite fit. Haiku isn't a server OS, it aims for the multimedia desktop. They compliment and work with each other.

      --
      When you want something built, come see me. If you want correct grammar and spelling, get a F*ing liberal arts student.
    12. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 3, Insightful

      Who really wants a fair scheduler for a desktop OS? Most desktop users want the scheduler to respond to THEIR wishes at any given time.

    13. Re:BeOS: still my favorite UI by BlueStraggler · · Score: 1

      I guess this means BeOS would be a terrible server OS

      Just about anything would be a terrible server OS while you are playing your videos on it. But being pre-empted by user whims shouldn't be a big deal if there are no users on the system, which I hope is the case for most servers. And it might be a huge advantage in some cases--for instance figuring out what the hell is going on when your sysload spikes up to 100.

    14. Re:BeOS: still my favorite UI by mybecq · · Score: 2, Informative

      I don't know how BeOS was engineered to achieve this, I only know that no other OS I used during and since then, achieved this sort of responsiveness.

      One thing they did was that every window ran in its own thread. Another beautiful thing was the forever extensible BMessage - pack and unpack primitive types (incl. pointers and other BMessages). Who cares about parameter compatibility when you can pass around whatever data you like.

    15. Re:BeOS: still my favorite UI by LurkerXXX · · Score: 4, Interesting

      Ok, the grandparent didn't explain things entirely clearly, but what is crystal clear is you've never used BeOS mr coward. It multitasked amazingly well.

    16. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      BeOS was heavily inspired by the AmigaOS, much more so than the relatively primitive Classic MacOS of the era.

      BeOS feels like a rather cleaned-up (though incompatible) AmigaOS at the API level, never mind the UI look and feel or filesystem layout (which are also noticeably similar of course) - BeOS you're slinging BMessages about, AmigaOS you're slinging Messages about...

      Hell, the name Be and BeOS was at times stated by Gassee back in the original BeBox days to be because "B" comes after "A"...

    17. Re:BeOS: still my favorite UI by hobbit · · Score: 1

      Where on earth do you get the idea that a scheduler which doesn't necessarily give an equal slice to every process must be co-operative?

      See "man nice" sometime, for a start...

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    18. Re:BeOS: still my favorite UI by hobbit · · Score: 1

      Hey, Terminal.app isn't in the Dock by default, and isn't even in /Applications. What do you want, blood?

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    19. Re:BeOS: still my favorite UI by Dusty · · Score: 1
      I fail to see why NOT having one (a command line) is good?

      It is difficult to get a buffer overflow exploit to run the command line interpreter, when the operating system doesn't have a command line interpreter.

    20. Re:BeOS: still my favorite UI by Nutria · · Score: 1

      The philosophy of Linux (server) and Haiku (desktop) dictates different OS design and application. Linux seems kinda shoehorned into the desktop mold

      From where do you get the idea that Linux was designed as a server OS?

      --
      "I don't know, therefore Aliens" Wafflebox1
    21. Re:BeOS: still my favorite UI by Dusty · · Score: 2, Informative
      I don't know how BeOS was engineered to achieve this, I only know that no other OS I used during and since then, achieved this sort of responsiveness.

      Fine grained multi tasking, and avoiding mutexs. I think BeOS uses message passing to implement inter process communications. In engineering terms, it is the most modern desktop operating system.

    22. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      Do you really think that the only alternative to giving every process an equal slice in a pre-emptive multitasking system is co-operative multitasking?

    23. Re:BeOS: still my favorite UI by Stormwatch · · Score: 1

      Well, it's not really rational, more like some sort of idealism... the command line seemed primitive (and still does, frankly). You looked at DOS and thought: how quaint. You looked at Windows and thought: it still has DOS inside. Having no command line made the Mac seem pure and modern; it was designed from scratch, no legacy, no cruft. It was built with usability in mind: no consideration for how computers used to work, only how they should.

      Too bad it was not really that modern: no preemptive multitasking, no memory protection, a program crash would usually bring the whole system down.

    24. Re:BeOS: still my favorite UI by moonbender · · Score: 1

      (the best part was that the CPU monitor allowed you to turn off both CPUs, instantly locking the computer)

      Wow. Talk about damning praise.

      --
      Switch back to Slashdot's D1 system.
    25. Re:BeOS: still my favorite UI by wlt · · Score: 1

      right; IIRC this was one of the reasons the army's web servers were running on Macs (I don't know if they still are?). you could maybe take them down, but you certainly couldn't penetrate them and deface their sites, since without a command shell there's no way to make code bomb and drop you back to it.

      a command shell is only a feature if there're things you WANT to do in it; almost by definition, the people who wanted Macs didn't want to do things with a command line. Automation/etc. tasks were done with hypercard, or (non-command-line) scripting

    26. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      Gnome is an operating system now?

      OS X? You mean NextStep with a pretty face, still using Objective-C? I think BeOS would compete quite nicely With NeXTOSX.

      Guess you can't sell shiny hip ipods with lame old BeOS though.

    27. Re:BeOS: still my favorite UI by domatic · · Score: 1

      Does most malware actually execute a command shell? It seems to me that malware need only to be able to make syscalls. OS 9 certainly wouldn't have been terribly secure in that regard. Everything had system level privileges.

    28. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      Still, other OS's are lacking in the responsiveness area. Especially when it comes to device I/O.

      For example, I'm a Linux user. If I'm doing anything that really thrashes the disks, or especially things that thrash the CDROM/DVD drive or even USB flash drives, the entire system becomes chunky. I hate that with a passion. What's the point of having quad cores and 8 GB of RAM if the whole machine grinds to a halt with disk I/O?!

    29. Re:BeOS: still my favorite UI by Nazlfrag · · Score: 2, Interesting

      Linux was designed to operate as a desktop server, the best of both worlds, able to run on minimal resources yet still have full unix server style functionality. That's why it does both admirably but only if your idea of a desktop is a CLI.

      This is where BeOS and Linux philosophy diverge. Linux has gone with multiuser server style responsiveness, BeOS with single user style responsiveness. Linux has a GUI as an afterthought, BeOS has it as a central focus. Linux has many targets from the smallest to the largest computers in the world, BeOS has a much narrower focus for it's end user.

      Whether Haiku can deliver on this philosophy is another matter altogether though, still Linux has always left something to be desired when used as a single user GUI client so I'm glad someone's working on alternatives.

    30. Re:BeOS: still my favorite UI by Siener · · Score: 1

      I have experienced the highest level of responsiveness from an OS with BeOS - this is still unsurpassed.

      I totally agree. This is what I liked most about BeOS. I find it amazing that with a super fast modern CPU and 4GB RAM I am still able to render my PC unresponsive for a few seconds - in both Windows and Linux!

      That NEVER happened with BeOS, even on very poor hardware.

      Man I would love to see what a Be-like OS can do on modern hardware.

    31. Re:BeOS: still my favorite UI by ImNotAtWork · · Score: 1

      Sounds like a good candidate for a gaming machine. I'll definitely have to check it out for curiosity's sake.

      --
      open source sub sim. I might start coding again for this. http://dangerdeep.sourceforge.net/contribute/
    32. Re:BeOS: still my favorite UI by tempest69 · · Score: 1

      I could render a machine unresponsive.. but it was rough. I needed to open a bunch of quicktime movies multiple times all at once. and then the system would be really hurtin. but my 95 box couldnt even come close.. 2 quicktime windows at the same time.. and they were takin turns. on faster hardware. The filesystem makes me want to throw my vista box through the window. BeFS was so fast finding files-- as I typed in a name it narrowed down the list. so as fast as i can type a unique id.. it found the file. or imperceptibly thereafter.. it may have been engineered so well as to predict my next keystroke.. and be there instantly.. as beforehand creeps out the user too much... Storm

    33. Re:BeOS: still my favorite UI by blind+biker · · Score: 1

      I find it amazing that with a super fast modern CPU and 4GB RAM I am still able to render my PC unresponsive for a few seconds - in both Windows and Linux!

      Exactly! This puzzles me all the time - simply because I know it doesn't have to be like that! BeOS users are ones of the few that don't take this as a normal behaviour. Various GHz of CPU frequency and GBs of RAM, 16x PCI-E, much faster hard-drives... and still, from time to time, your OS is unresponsive. It's hard to accept.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    34. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      I have actually used BeOS a lot, mostly for composing. I have experienced the highest level of responsiveness from an OS with BeOS - this is still unsurpassed. When I talk about responsiveness, I specifically mean it from the point of view of the user. Applications that play some kind of media (be it MIDI, audio or video of any kind) will never, under any circumstance, be interrupted by any other process. If you copy a file while playing a video, it will not skip. The file may not copy as fast at times, or other processes may slow down, but the video will not skip. In addition to this, the user commands, be it with the mouse or with the keyboard, are always taken into consideration. No "hourglass" or other bullshit. I don't know how BeOS was engineered to achieve this, I only know that no other OS I used during and since then, achieved this sort of responsiveness.

        I've used Linux a lot, and am definitely a fan of some distros, and I also like OS X quite a bit, but neither are 100% "committed" to my whim. With BeOS, what I want is listened to and executed, and fuck everything else. I guess this means BeOS would be a terrible server OS - but very often I miss exactly this kind of behaviour.

      If Haiku manages to achieve the same characteristics, it will be for me, the best desktop operating system in the world. I specifically look for support of modern CPUs, chipsets, graphics cards and soundcards. Perhaps not all of them, or even not most of them, but the ones that will be supported will appear in my house.

      I still run BeOS 5.0 on a dual processor Intel box since it's final release. It still amazes me with its responsive interface. The productivity software is still my best word processor! It's in use every day!

    35. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      from a graduate student report in a 500-level computer science course at James Madison University:
      "One of the main advantages that BeOS has over its competitors is the efficiency and performance of its CPU scheduling"

      (link below)

      seems BeOS's original scheduler was... well... a strength of the OS not some TSR-like crap. oh, and by the way, the message-based architecture of BeOS makes it almost impossible to implement a non-preemptive scheduler like Win16 or or DOS' TSRs. you, sir, are an idiot.

      [warning .DOC]
      https://users.cs.jmu.edu/abzugcx/public/Student-Produced-Term-Projects/Operating-Systems-2005-FALL/BeOS-by-Robert-Robinson-2005-Fall.doc

    36. Re:BeOS: still my favorite UI by Gizzmonic · · Score: 1

      The UI was much better in OS 9 than in OS X.

      Don't get me wrong, OS X is superior in every other way, but they decided to make the GUI flashy instead of functional in OS X, and it's only gotten worse since then.

      --
      (-1, Raw and Uncut is the only way to read)
    37. Re:BeOS: still my favorite UI by Tetsujin · · Score: 1

      Linux was designed to operate as a desktop server, the best of both worlds, able to run on minimal resources yet still have full unix server style functionality. That's why it does both admirably but only if your idea of a desktop is a CLI.

      <shrug> KDE works for me...

      --
      Bow-ties are cool.
    38. Re:BeOS: still my favorite UI by mr_mischief · · Score: 1

      I don't really get the "language is archaic, pointing at stuff with a stick is modern" idea. My dog can point. Sometimes a GUI is handy, but in many situations the flexibility of the command line is just much more powerful.

    39. Re:BeOS: still my favorite UI by Nutria · · Score: 1

      Linux was designed to operate as a desktop server ... only if your idea of a desktop is a CLI.

      You don't know WTF you're talking about.

      http://linux-foundation.org/weblogs/openvoices/linus-torvalds-part-ii/

      Linus Torvalds: Well, I don't know about broader adoption, but the Linux desktop is why I got into Linux in the first place. I mean, I have never, ever cared about really anything but the Linux desktop.

      The server market was a lot easier to get into. There's just a few loads, they're fairly simple, they're fairly well-understood, people are - have much less inertia in upgrading a server than they have in upgrading their desktop. But I have never, ever even run a Linux server and I don't even want to; it's not what I'm interested in. I'm more of a desktop guy. I've always used Linux as a workstation person.

      --
      "I don't know, therefore Aliens" Wafflebox1
    40. Re:BeOS: still my favorite UI by Stormwatch · · Score: 1

      Because, if it is arcane, it feels archaic. And as an early Mac ad put it: rather than you having to learn how to talk to computers, they taught Mac how to talk to people.

    41. Re:BeOS: still my favorite UI by mr_mischief · · Score: 1

      They made the Mac communicate on pretty much the most basic level humans ever do. Only grunts, body language, and facial expressions are simpler ways to convey meaning. This makes it very easy to do easy things, but it makes it very tedious to do anything complex.

      Language is more difficult to learn than just pointing, which is why it takes people longer to master it. However, two people conversant in the same language only rarely communicate by pointing. The time invested in a language pays great dividends as you meet more people who can speak the same language.

      Language-based interfaces to computers pay similar dividends: they are more complex at first but communicate your intent more compactly than pointing.

    42. Re:BeOS: still my favorite UI by Stormwatch · · Score: 1

      But what can you do with a command line that you can't do with a Mac + A Better Finder Rename?

    43. Re:BeOS: still my favorite UI by mr_mischief · · Score: 1

      There's probably nothing that can't be done from the Mac GUI these days with the right application. It'll just take longer and include more steps for many tasks than opening a terminal (one's on my quick launch bar on Windows, Linux, and OS X -- and there's usually one open the whole time I'm using the computer) and typing a command or two.

      Some things really are more convenient visually, and some things are more convenient textually. I'll take the visual route when it is more convenient, but I'll take the textual route when it's more convenient. Some of the best (IMO)applications have a visual method and a command-driven method for the same actions. Even Windows and Mac have standard keyboard shortcuts for many things that work across most applications.

      Some applications or window managers go farther, though. The text editors emacs and vim are two examples. MS Office, OpenOffice, and some others have macros even though they are mostly GUI-centered. The GIMP is a photo and graphics editing tool, but it has an optional textual interface. ImageMagick's tools are command-line because some things you can do to images are easy and efficient to do textually. FrontPage gets nowhere near the quality of HTML that a skilled designer can get by hand. Dreamweaver is much closer, but still misses the intent sometimes. Hand-editing the markup is still a good idea even if it wasn't started by hand.

      I doubt most GUI-only users even have a concept of tools like find, xargs, uniq, sort, curl, wget, nc, dd, wc, host, whois, lpr, diff, less, at, or grep existing or just how handy they are. Yet they're around for Unixes including OS X and Linux. They are also available for Windows as ports. If someone wants to use a computer without learning a CLI, that's fine. If they want to get the most out of their time in front of the computer, though, as little as half an hour a month with a command reference can make a big difference over time.

    44. Re:BeOS: still my favorite UI by Anonymous Coward · · Score: 0

      Uhm, that's kind of what biker was getting at. It multi-tasked incredibly well, and took user input as gospel.

      The server comment is mostly that if it will re-balance it's processes and tasks based on user input it *may* be received with some skepticism as far as servers go. They're meant to provide the remote users with maximum program access.

      Personally I think he's just trying to think of possible scenarios, the kind of thing that needs to be done so that they can be accounted for and avoided.

  5. Loved it by Anonymous Coward · · Score: 0

    I loved the BeOS. It was almost my first introduction to a non-MS operating system. My first was Slackware 3.6. But my first love was BeOS 4.5 (Intel). At the time, it was absolutely brilliant, although there was a dearth of software. It now looks quite dated, but still smart and sharp. I hope Haiku makes it to the stage where it has something to offer in the modern world. Yes, I am very much in favour of eye candy.

  6. Slashdotted by MobyDisk · · Score: 3, Funny

    I hope they aren't using Haiku to run their web site. If so, it may be pretty but it isn't good at handling a load.

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

      If so, it may be pretty but it isn't good at handling a load.

      Oh boy, the jokes I could make about this one!

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

      That's what she said.

    3. Re:Slashdotted by Anonymous Coward · · Score: 0

      opposite of your mom

  7. Re:BeOS Haiku by Truekaiser · · Score: 1

    Some people are just fanatical fans of certain operating systems.

    The artist of one of the on-line comics i read is a devoted amegia fan.

  8. Re:BeOS Haiku by Bootvis · · Score: 1

    Because we can... You must be new here ;)

    --
    Read, refresh, repeat.
  9. Re:BeOS Haiku by Anonymous Coward · · Score: 5, Insightful

    No, having different OSs isn't about beating Microsoft.

    Have some imagination, please.

  10. Re:BeOS Haiku by Fallingcow · · Score: 5, Interesting

    BeOS is easily the most pleasant-to-use operating system I've ever seen. It could also multi-task while flawlessly playing back an MP3 on a 166Mhz Pentium with 32MB ram while showing minimal UI slowdown, which was impressive even back then; compared to the performance of operating systems now it's down-right miraculous.

    In my perfect world it would have at least 75% of the desktop market and I'd rarely have to work on anything else. It's just a dream, but it's a good one.

    I say keep it alive.

  11. Re:Nice, but: What the hell runs on BeOS/Haiku? by Anonymous Coward · · Score: 0

    I don't see anything worth the effort or expense of putting together a BeOS/Haiku box.

    Agreed. Here's a topical webcomic: (substitute 'tribes n' for 'beos')

    Dead horse

  12. Re:Nice, but: What the hell runs on BeOS/Haiku? by palegray.net · · Score: 1

    Since it has a native GCC toolchain, just about anything you'd care to recompile will run on it. Firefox runs on it, for example, as the story summary states.

  13. Re:BeOS Haiku by turgid · · Score: 5, Insightful

    What's the point of fighting one monoculture with another?

    Microsoft's junk wouldn't be so bad if it didn't completely dominate the world. If it had some competition, it might make an effort to interoperate, making everyone's life easier.

    Diversity stimulates research, growth, health and progress. Can we please put this "Linux/The Open Source Community needs to unite to beat Microsoft" meme to sleep. It's totally false and unhelpful.

  14. Deadhorse? by mdwh2 · · Score: 5, Insightful

    For a site supposedly traditionally supportive of alternative platforms, in practice there's a surprising amount of contempt for any alternative platform that doesn't fall into the cool club of Linux and OS X. I'm not a Haiku user, but if someone is writing an open source OS, good luck to them. Or maybe we should give up, and ridicule anyone who doesn't use Windows?

    (I see this with other things - e.g., Internet Explorer is bad, Firefox is good ... but Opera for some reason is also bad. The usual argument of it not being open source doesn't even apply to Haiku, though. By that reasoning, we should be praising Haiku, and criticising OS X!)

    Is anyone who starts an open source project flogging a "deadhorse", unless they're already mainstream? What a depressing attitude.

    "Deadhorse" doesn't make sense anyway - according to Wikipedia, Haiku is a relatively new OS, only having received significant development in the last few years. Oh, it's a dead horse because it maintains some compatibility with BeOS? Big deal - by that reasoning, we should tag every OS X article "deadhorse", on the grounds that it shares its trademark name with a long dead twenty five year old OS that was never even particularly good at the time.

    1. Re:Deadhorse? by onefriedrice · · Score: 1

      Agree completely. I'm sick of people here asking why we need BSD/BeOS/whatever... after all, we have Linux right? I would hope people reading this site would have more of a clue.

      --
      This author takes full ownership and responsibility for the unpopular opinions outlined above.
    2. Re:Deadhorse? by jandrese · · Score: 2, Insightful

      It's not so much contempt as it is inertia. We spent the better part of a decade getting all of these various applications working on Linux, and nobody wants to go back to square 1 with a different OS. Well, some people do, but it's still a monumental effort to get up to where Linux is today. It's not like Windows either where you get a lot of really tangible benefits (real command line, your OS is your development environment, etc...). Most of the BeOS advantages are things like "uses multiple CPUs better, has a fancy database filesystem, etc..." Stuff that's nice, but not completely different from what's already available.

      --

      I read the internet for the articles.
    3. Re:Deadhorse? by Rhone · · Score: 1

      but Opera for some reason is also bad. The usual argument of it not being open source doesn't even apply to Haiku, though.

      Why would you say "for some reason" when you admit, in the very next sentence, that you know precisely what the reason is (in regards to Opera)?

      I otherwise agree with your post. Kind of sad to see users of an OS that started as a young hacker's hobby ridiculing others for... working on an OS as a hobby.

    4. Re:Deadhorse? by Anonymous Coward · · Score: 0

      I see this with other things - e.g., Internet Explorer is bad, Firefox is good ... but Opera for some reason is also bad.

      Reason is, Opera's interface sucks. It feels "foreign" to any system.

    5. Re:Deadhorse? by Sj0 · · Score: 4, Interesting

      The BeOS user experience is fundamentally different from the Windows and Linux experience.

      The difference is like driving a Porsche 911 after driving a pickup truck all your life.

      --
      It's been a long time.
    6. Re:Deadhorse? by DiLLeMaN · · Score: 1

      Amen. I love Opera to bits, actually, but I just can't bring myself to make it my default browser because it's so clearly NOT a Mac OS X citizen. Drag and drop is spotty, window focus is hit and miss, and so on.

      Technologically it eats Safari and Firefox for breakfast, though.

      --
      /var/run/twitter.sock is a twitter socket puppet.
    7. Re:Deadhorse? by mdwh2 · · Score: 1

      We spent the better part of a decade getting all of these various applications working on Linux, and nobody wants to go back to square 1 with a different OS.

      Well you did, but not everyone wants the same thing. After all, isn't that why Linux was started in the first place, because somebody wanted something different, no matter how difficult the challenge seemed?

      And your argument would apply to OS X - shouldn't Apple be working on Linux, instead of OS X, by this reasoning?

      Most of the BeOS advantages are things like "uses multiple CPUs better, has a fancy database filesystem, etc..." Stuff that's nice, but not completely different from what's already available.

      So what are the unique advantages of Linux or OS X? Ask this question of OS X, and all you get are either criticisms of Windows, or vague "It just works, it um does it better". No OS has unique advantages these days, and the same vague things can be said of any alternative OS.

    8. Re:Deadhorse? by mdwh2 · · Score: 1

      Why would you say "for some reason" when you admit, in the very next sentence, that you know precisely what the reason is (in regards to Opera)?

      Well, what I mean is that I don't know if that necessarily is the reason, it's just one reason. And if being open source was all that mattered, as I say, people should be praising Haiku, and criticising OS X, so it doesn't seem to be the whole explanation here.

    9. Re:Deadhorse? by mdwh2 · · Score: 1

      In what sense does it feel "foreign"? I admit I can't stand the default flashy interface that they added in later versions, but it can easily be switched back to the classic interface (and really, they were only jumping on the same bandwagon that everyone else, including Microsoft, have been doing for their UIs on Windows, so it isn't really "foreign").

    10. Re:Deadhorse? by Anonymous Coward · · Score: 0

      Part of it is the whole 'brand image' thing - we're all susceptible to it even if we deny it to ourselves.

      To a lot of us Opera will always carry stigma from having been an ad-supported browser. That's silly, but it's how people's minds work.

      It's similar to if you have a brand aimed at the low end of the market but then suddenly raise price and quality. Not only do you lose the low end of the market who can't afford it any more but the rest of the market are likely to not want what they already think of as low end trash.

      Opera is 'OMG that browser with ads in it!' even when we know it isn't any more.

    11. Re:Deadhorse? by Rhone · · Score: 1

      Okay, fair enough.

      Regarding Opera, I think it is a combination of being proprietary and, as the AC said, many of us remember Opera as being the browser with ads built in.

      Regarding OS X, personally I've never cared for Apple, myself. I like my hardware cheap and my software as Free (in both meanings of the term) as possible, and I feel like they get away with high prices by making their products into fashion statements. I guess it's good to keep in mind that Slashdot is more than one person; the people writing pro-OSX stuff aren't necessarily the pro-open-source people.

    12. Re:Deadhorse? by Anonymous Coward · · Score: 0, Funny

      The BeOS user experience is fundamentally different from the Windows and Linux experience.

      The difference is like driving a Porsche 911 after driving a pickup truck all your life.

      You mean a feeling of dread and intimidation as you realize that for all your speed and agility you can be crushed like a bug by the guy in the pickup who you just flipped off as you darted around him only to realize he was slowing down for a traffic jam?

    13. Re:Deadhorse? by FreonTrip · · Score: 1

      For a site supposedly traditionally supportive of alternative platforms, in practice there's a surprising amount of contempt for any alternative platform that doesn't fall into the cool club of Linux and OS X. I'm not a Haiku user, but if someone is writing an open source OS, good luck to them. Or maybe we should give up, and ridicule anyone who doesn't use Windows?

      (I see this with other things - e.g., Internet Explorer is bad, Firefox is good ... but Opera for some reason is also bad. The usual argument of it not being open source doesn't even apply to Haiku, though. By that reasoning, we should be praising Haiku, and criticising OS X!)

      Is anyone who starts an open source project flogging a "deadhorse", unless they're already mainstream? What a depressing attitude.

      "Deadhorse" doesn't make sense anyway - according to Wikipedia, Haiku is a relatively new OS, only having received significant development in the last few years. Oh, it's a dead horse because it maintains some compatibility with BeOS? Big deal - by that reasoning, we should tag every OS X article "deadhorse", on the grounds that it shares its trademark name with a long dead twenty five year old OS that was never even particularly good at the time.

      Following that line of reasoning, everyone should turn up their noses and vomit contemptuously upon OS X, since it's essentially NeXTStep 5.x, and its predecessors were innovative but ultimately failed to gain marketplace acceptance. What's more, it's a UI pastiche of elements of NeXT and Mac OS Classic, which itself was a prolapsed failure of tacking functionality onto an obsolete technical base.

      Now this is a heavily biased, dismissive (and in many ways flat-out wrong) perspective, but there are more ridiculous things posted here all of the time. Binary thinking is dangerous, and nearly invariably short-sighted.

    14. Re:Deadhorse? by Daengbo · · Score: 1

      I completely agree. If you have a concept for an application or an OS, whether a copy, evolutionary, or revolutionary, I encourage you to go ahead and try to make it a reality. All the nay-sayers are just people who grew up with a monoculture and want to replace one with another. Screw 'em. Follow your heart.

      These same people undoubtedly listen only to Top 40 stations. The world needs variety.

    15. Re:Deadhorse? by jsellens · · Score: 5, Funny

      The difference is like driving a Porsche 911 after driving a pickup truck all your life.

      You mean, beautiful, smooth, fast, elegant, and impractical?

    16. Re:Deadhorse? by Anonymous Coward · · Score: 0

      I've driven both. I prefer my Toyota Tundra pickup

    17. Re:Deadhorse? by Anonymous Coward · · Score: 0

      linux has huge advantages on the high end, actually e.g. its O(1) scheduler is a simple but amazing win.

      Microsoft are busily trying to buy/bribe themselves into the HPC world, but they have a lot of technical catching up to do, there's a reason nearly all of the world's most powerful/huge computer systems now run linux.

      http://www.top500.org/charts/list/32/osfam

    18. Re:Deadhorse? by Spaseboy · · Score: 2, Informative

      I played with Haiku. I was a big champion of BeOS when it first came out for PowerPC, I bought a PCI PowerMac for that specific reason.

      That said, it's nice that the icons are vector-based, but the interface is not. If you change the default fonts, which is the SOLE purpose of the "Fonts" preference, window controls will clip your text.

      The window manager does not care about the Deskbar. This doesn't make sense to me. I could SWEAR that choosing to have the Deskbar always on top would mean the window manager wouldn't try to draw newly spawned windows under it. I was wrong.

      The default view for windows is list view and the window manager does not draw new windows wide enough to show the contents without scrolling horizontally.

      Icons are vector-based but I can only choose common sizes of bitmap-based OSes.

      I can only choose the sizes of icons in Icon View.

      I can only choose font sizes from a pre-set list.

      The colour picker is only RGB and does not have an eye dropper tool.

      When tabbing to text boxes, it does not automatically highlight the text, if I want to change values, I have to select the text or delete it.

      The OS contains permissions but is single-user (I know about the OS heritage, multiple users should have been added by now).

      The list goes on. The gripes are valid. Other desktop environments don't suffer from most of the complaints I've made and to be honest, if developers really cared about Haiku they would be working on ways to make it better than other OSes instead of trying to create parity, that's what BeOS was about, being BETTER.

      --
      "I don't want more choice, I just want nicer things!"
      -Jennifer Saunders as Edina Monsoon
    19. Re:Deadhorse? by johannesg · · Score: 1

      When tabbing to text boxes, it does not automatically highlight the text, if I want to change values, I have to select the text or delete it.

      Everything else I can agree with, but that is a FEATURE damnit! I utterly, completely hate it that text boxes highlight your text when you click on them; it makes it extremely annoying to edit the text that is already there!

    20. Re:Deadhorse? by dspratomo · · Score: 1

      Porsche??? how dare you.... BeOS is THE Batmobile, not just some lame european sports car.

      --
      Work like you don't need the money, love like you've never been hurt, and dance like you do when nobody's watching
    21. Re:Deadhorse? by Anonymous Coward · · Score: 0

      The difference is like driving a Porsche 911 after driving a pickup truck all your life.

      Switching from my Amiga to Linux was like switching from a Ferrari or a Lambo to a eastern europe industry pick-up.

      You mean, beautiful, smooth, fast, elegant, and impractical?

      Regarding the Amiga, I mean "sexy, beautiful, smooth, fast, elegant and impractical and deadly."

    22. Re:Deadhorse? by Anonymous Coward · · Score: 0

      No. That'd be osx

    23. Re:Deadhorse? by u38cg · · Score: 4, Insightful

      I think he's talking about Haiku, not OS X.

      --
      [FUCK BETA]
    24. Re:Deadhorse? by Anonymous Coward · · Score: 0

      Also there's no room anywhere to put your shit.

    25. Re:Deadhorse? by mdwh2 · · Score: 1

      This does seem to be true - people always seem to bring up "But it has ads" even now. It's sad though - I always remember Opera for being the only decent browser that was an alternative to Firefox (i.e., I was using it long before Firefox was even thought of). If people can accept the change that Firefox is now a valid alternative, I wonder why they can't accept the change that Opera no longer has ads.

    26. Re:Deadhorse? by Anonymous Coward · · Score: 0

      The 911 is an _excellent_ point of comparison, in that BeOS is very, very fast and shiny and rarely used other than as a toy, while Windows and Linux are colossally less elegant and beautiful but useful for actually getting things done with :-)

      (I've been interested in and used BeOS since the first releases that would run on my PowerMac 7600 BTW, so it's not that I have anything against it)

    27. Re:Deadhorse? by portscan · · Score: 1

      in the same vein, right after BeOS was abandoned, it made sense that priority #1 was binary compatibility and a consistent user interface. but (advanced as it was at the time) it is still an 8+ year old OS. are there really people who have mission-critical apps still running on BeOS-powered boxes who need to migrate them to BeOS?

      BeOS was a nice idea, but it seems like the world has mostly moved on (if it ever cared in the first place). Mostly, the UI looks not just spartan, but downright limiting. The screenshots are really kind of pathetic-looking.

      Then again, if the idea is to create a media-oriented desktop OS with no legacy code/decisions weighing down speed, but with a modern UI, then that is something interesting. Then again, every operating system now is media-capable, in a way that Windows3.1-98 and Mac OS 6-9 were just not. Can't really comment on Linux 1.x, but I would guess that it also was not very media-friendly.

      Progress is good.

    28. Re:Deadhorse? by Anonymous Coward · · Score: 0

      You'd have to remove fast from that list and add overweight. OS X should *be* BeOS!!!!!

  15. Had to be done by PunditGuy · · Score: 5, Funny

    Ancient OS lives
    pretty icons made of lines
    what will run on it?

    1. Re:Had to be done by oodaloop · · Score: 4, Funny

      What the hell is this?
      Don't know what BeOS is.
      I'll move along now.

      --
      Tic-Tac-Toe, Global Thermonuclear War, and relationships all have the same winning move.
    2. Re:Had to be done by CaptainPatent · · Score: 0

      oodaloop fired from this association hand in nerd card now.

      --
      Well, back to rejecting software patent applications.
    3. Re:Had to be done by Korin43 · · Score: 1

      I like BeOS. Better than anything else. Get off of my lawn.

    4. Re:Had to be done by CaptainPatent · · Score: 4, Funny

      parent post forgot
      HTML line break marks
      *hangs head shamefully*

      --
      Well, back to rejecting software patent applications.
    5. Re:Had to be done by Anonymous Coward · · Score: 0

      I for one welcome
      our new OS overlord.
      Haiku we hail you!

    6. Re:Had to be done by againjj · · Score: 1

      the preview button
      displays before submitting
      it is there to use

  16. Re:BeOS Haiku by Anonymous Coward · · Score: 1, Insightful

    Not every OS developer has "defeat microsoft" as a goal.

  17. Article ignores NeXTstep's place by WillAdams · · Score: 4, Insightful

    and why it was chosen instead of BeOS.

    Moreover, Mac OS X runs nicely on multi-processor machines (Be's major claim to fame).

    I'd rather see effort like this poured into GNUstep....

    William

    --
    Sphinx of black quartz, judge my vow.
    1. Re:Article ignores NeXTstep's place by gEvil+(beta) · · Score: 2, Insightful

      The answer is pretty simple--Jobs came along with NeXT. Gasse wasn't nearly as enticing (plus apparently he wanted too much).

      --
      This guy's the limit!
    2. Re:Article ignores NeXTstep's place by fm6 · · Score: 1, Insightful

      I'd rather see effort like this poured into GNUstep....

      The only reason to work on either BeOS or GNUstep is enthusiasm for the technology. If you think either one has any chance of ever being more than an enthusiast's toy, you're deluded.

    3. Re:Article ignores NeXTstep's place by Ilgaz · · Score: 5, Interesting

      If people supported GNUStep and push Apple to help it, Linux would have a lot of OS X software ports now and even Apple software in the future. The number 1 issue is of course, would people want Apple closed binaries/frameworks on their Linux/*BSD?

      It is more like "What would happen if..." thing now. Still, if one starts coding on OpenStep, it is really easy to port same application in native form to OS X or even Windows. I don't understand why you mention both BeOS and GNUstep in same context. GNUstep is there, working and even a real good mail client is coded using it. http://www.collaboration-world.com/gnumail/

    4. Re:Article ignores NeXTstep's place by hemp · · Score: 3, Funny

      I would have loved to have been a fly on the wall in the meeting when Jean Louis Gassee turned down $500 million from Apple and walked away.

      --
      Skip ------ See the latest from http://www.anArchyFortWorth.com
    5. Re:Article ignores NeXTstep's place by bcrowell · · Score: 4, Insightful

      The number 1 issue is of course, would people want Apple closed binaries/frameworks on their Linux/*BSD?

      Compare with Wine. The typical reason to use Wine is that you prefer Linux, but you don't have any choice because the app you need/want to use is Windows-only.

      Since MacOS X isn't a monopoly, that doesn't occur very much with MacOS X. Nobody's bank tells them they can only access their account using MacOS X.

      Ths typical Mac user likes MacOS because all the software and hardware is beautifully integrated and consistent, and everything Just Works. The last thing on earth that type of person is going to do is switch to Linux, but then insist on trying to run some kludged-together version of a Mac application that wasn't really designed to run on Linux.

    6. Re:Article ignores NeXTstep's place by Xtravar · · Score: 1

      If people supported GNUStep and push Apple to help it, Linux would have a lot of OS X software ports now and even Apple software in the future.

      Do not want. If I wanted a Mac, I'd get a Mac.

      Additionally, I'm learning Objective C for work, and I'd like to keep its ugliness as far away from my personal life as possible.

      --
      Buckle your ROFL belt, we're in for some LOLs.
    7. Re:Article ignores NeXTstep's place by Anne+Honime · · Score: 2, Informative

      You're wrong about GNUStep ; GNUStep today is a fine entry point into Apple / Xcode concepts. True, GNUStep is a real PITA to properly install, and there are a lot of bugs, but some nice apps already prove the basis of the work are sound. The time one invests in GNUStep isn't wasted if you consider you're at the same time learning the foundations to MacOS X and iPhone programming.
      This said, I happen to run NS3.3/Risc on a SS10 on a regular basis, so I may be a bit partial toward the concept of this OS.

    8. Re:Article ignores NeXTstep's place by fm6 · · Score: 1

      Every OS has educational value. That's beside the point. The big question is whether the OS will ever get big enough to create a self-sustaining ecosystems of providers, developers, and users. For GNUStep, that train left the station a long time ago.

      If you want to work with GNUStep because you enjoy it, or because it seems to you that it's the best fit for what you're doing, that's fine. But if you want to learn about OS X concepts, you should be using OS X, not some precursor OS. And if you want to promote an OS as a viable alternative the leading OSs (which is what people mean when they say "the effort that's going into Haiku would be better spent on GNUStep") then your keyword should be viable.

    9. Re:Article ignores NeXTstep's place by hobbit · · Score: 1

      And I for one am glad Apple chose NeXT -- otherwise I may never have discovered how much better Objective-C is than C++.

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    10. Re:Article ignores NeXTstep's place by ion.simon.c · · Score: 1

      Where does WindowMaker fit into the GNUStep picture?

    11. Re:Article ignores NeXTstep's place by domatic · · Score: 2, Insightful

      Ths typical Mac user likes MacOS because all the software and hardware is beautifully integrated and consistent, and everything Just Works. The last thing on earth that type of person is going to do is switch to Linux, but then insist on trying to run some kludged-together version of a Mac application that wasn't really designed to run on Linux.

      I use Windows, OS X, and Linux on a daily basis and can find warts and things that don't Just Work in all of them. I'll allow that OS X does a better job of enforcing it's conventions for consistency's sake and if the drivers and software exist then a novice will have an easier time with hardware than Windows or Linux. Nonetheless, I don't drink the OS X-Is-Nirvana Kool-Aid.

      Your mistake is assuming that everyone who uses OS X does. There's been the odd app or two on OS X I wouldn't mind seeing on Linux. GNUStep as a porting environment means that selected apps could gain some cross platform capability without sacrificing anything on OS X. That doesn't mean hordes of OS X users switching to oogy old Linux. It means some nominally OS X apps may gain Linux and BSD users or that Linux and BSD devs may bring some apps to OS X.

      And I really would like to see GNUStep be a viable porting environment but I wouldn't want it to be OS X' Wine. I couldn't see that working well at all.

    12. Re:Article ignores NeXTstep's place by Bill+Hayden · · Score: 3, Insightful

      Apple offered to buy Be for $125 million then $200 million, but Gassee held out for $400 million. Apple is the one who walked away. Ironically, they then paid that exact amount, $400 million, to the next guy who came calling... Steve Jobs and NeXT.

      --
      Protect your browser with the Force Safe Search add-on
    13. Re:Article ignores NeXTstep's place by Anonymous Coward · · Score: 0

      with a moderate effort by some of the amazing coders out there, a LOT of cocoa applications would be source compatible with linux. The result would not be a kludgy port, but rather the exact same application with the same layout, hotkeys and UI enhancements as on OSX, only with different skin. Furthermore, developers could write on NIX/Win and target OSX customers with perfectly mac-like software. All they would have to do is download and use the feeely available Apple User Interface Guidlelines.

    14. Re:Article ignores NeXTstep's place by Just+Some+Guy · · Score: 2, Informative

      Ths typical Mac user likes MacOS because all the software and hardware is beautifully integrated and consistent, and everything Just Works.

      I must've thought those exact words a hundred times tonight as I reinstalled OS X on my wife's iMac because it wouldn't recognize her new iPod Touch and that was Apple Tech Support's final suggestion.

      "Just Works" my ass.

      --
      Dewey, what part of this looks like authorities should be involved?
    15. Re:Article ignores NeXTstep's place by syousef · · Score: 1

      Ths typical Mac user likes MacOS because all the software and hardware is beautifully integrated and consistent, and everything Just Works.

      Ah yes the magical bug free OS designed by the Gods themselves.

      Please stop drinking the cool aid (or perhaps sniffing the turtle neck). There's no such animal. It's a marketing ploy that you've been brainwashed into accepting. I could point out MacOS bugs and inconsistencies and people like you would just try and make me feel foolish for daring not to think the Apple way.

      Fanatacism breeds complacency which stands in the way of real progress all leading more people to disappointment than any kind of wonderful experience. QUIT IT.

      --
      These posts express my own personal views, not those of my employer
    16. Re:Article ignores NeXTstep's place by Anne+Honime · · Score: 2, Informative

      In the background ? (tongue-in-cheek) ;-)
      Seriously, WindowMaker is a standalone, light windowmanager that happens to be themed like Nextstep / OPENSTEP ; GNUStep is a collection of libraries that intend to bring desktop manager like capabilities to most windowmanagers, as well as OPENSTEP 4.2 / Cocoa source compatibility to FOSS systems. Both fit quite well, but GNUStep is equally at ease on AfterStep or XFCE and can be used along Gnome or KDE.
      WindowMaker doesn't itself depend on GNUStep, but relies on the WING library of widgets ; WING is just about look'n feel, really, as the name suggests (Wing Is Not Gnustep).
      Note that WindowMaker (like all current X windowmanagers) lacks some concepts needed to complete GNUStep implementation (there's no depth levels or z-planes in X), therefore the windowmanager of choice for GNUStep is not WindowMaker anymore (even if it still sort of works) but étoilé. See étoilé.

    17. Re:Article ignores NeXTstep's place by Anne+Honime · · Score: 1

      Every OS has educational value. That's beside the point. The big question is whether the OS will ever get big enough to create a self-sustaining ecosystems of providers, developers, and users. For GNUStep, that train left the station a long time ago.

      Funny, that's what everybody used to say of Unix before 1995 when linux began to gain traction and a couple of years before Apple switched to a unix ecosystem.

      If you want to work with GNUStep because you enjoy it, or because it seems to you that it's the best fit for what you're doing, that's fine. But if you want to learn about OS X concepts, you should be using OS X, not some precursor OS. And if you want to promote an OS as a viable alternative the leading OSs (which is what people mean when they say "the effort that's going into Haiku would be better spent on GNUStep") then your keyword should be viable.

      Apple, since MacOS X 1.5, for what I know, is in the process of ripping the balls off its Nextstep / OpenStep / YellowBox / Cocoa tools (reduction of Objective-C visibility, promotion of Java [Yerk !] and other neuteured languages like objective-c++ [Bleeeeech !!!]). I have no interest whatsoever to follow that road, I don't like Apple hardware, never did, certainly never will, thankyouverymuch.

      What I like about Apple (but it's more about Steve Jobs, really), is the dedication to provide every user with tools, and not flashy applications nobody can make sense off. I wish this attitude would enter the mainstream perception of free software developpers, and I think GNUStep set of features (face it, GNUStep is essentially a RAD at the moment, between gorm and project manager) is perfect to dictate good conduct practices to the usual programmer.

      The real intuitivness of programming GNUStep is really a major incentive, and I think once the them engine chameleon is ready enough to provide cutting edge look'n'feel to applications, there is a chance for GNUStep to start rising again.

    18. Re:Article ignores NeXTstep's place by Anonymous Coward · · Score: 0

      How stable is etoile now? I ask because the last time I looked I heard it was fairly buggy (understandable since it was new). Also, how fast/responsive is it compared to Window Maker? One thing I like about Window Maker is how lightweight it is. I can't stand the bloat and sluggishness of GNOME and KDE (and even XFCE), and I don't want to waste time with etoile if it's not as fast as Window Maker.

      I actually prefer the default GNUstep look, so I hope etoile still supports that. I use several GNUstep apps every day (TalkSoup, Cynthiune, GNUMail, Vindaloo, GWorkspace).

    19. Re:Article ignores NeXTstep's place by Anonymous Coward · · Score: 0

      Poor diddums. Bitter cause Mummy won't buy you a Mac?

    20. Re:Article ignores NeXTstep's place by Weedlekin · · Score: 1

      "Apple, since MacOS X 1.5, for what I know, is in the process of ripping the balls off its Nextstep / OpenStep / YellowBox / Cocoa tools (reduction of Objective-C visibility"

      In what way has Apple been reducing the visibility of Objective-C? The bulk of their MacOS X Cocoa programming documentation contains nothing except Objective-C examples, including the newer Leopard-specific stuff, and it's the only officially supported language for all iPhone / iPod Touch development. They were also publicly trumpeting the fact that Leopard developers had a new, enhanced version of Objective-C (Objective-C 2), so I completely fail to see how they can be accused of reducing its visibility.

      "promotion of Java"

      Apple stopped promoting Java for Cocoa development when MacOS 10.4 (Tiger) deprecated the Java-Cocoa bridge. They're also notorious for being well behind the JVM and language curve when compared to Windows, Linux and Solaris, all of which get new features a year or more before Apple deign to release them to OS X developers.

      "and other neuteured languages like objective-c++"

      You might also like to add a further set of "neutered" languages such as Python, Ruby, Object Pascal, F-Script, Smalltalk, and various others that have Cocoa bridges developed at Apple, outside Apple but with Apple help, or entirely independently of Apple. And of course there's AppleScript, which has been a supported Cocoa development platform for quite a while because it's an easy way to build prototypes of applications that will be eventually be written in Objective-C.

      "{GnuStep} is perfect to dictate good conduct practices to the usual programmer."

      Because programmers are famed for their love of being dictated to by people who aren't paying them for the privilege of doing so.

      --
      I'm not going to change your sheets again, Mr. Hastings.
    21. Re:Article ignores NeXTstep's place by Weedlekin · · Score: 2, Funny

      I'd have loved to be a fly on the wall when he had to tell Be inc's shareholders why selling all assets to Palm for $11 million in 2001 was better for them than letting Apple buy the same assets for $500 million in 1996.

      --
      I'm not going to change your sheets again, Mr. Hastings.
    22. Re:Article ignores NeXTstep's place by Anne+Honime · · Score: 1

      "Apple, since MacOS X 1.5, for what I know, is in the process of ripping the balls off its Nextstep / OpenStep / YellowBox / Cocoa tools (reduction of Objective-C visibility"

      In what way has Apple been reducing the visibility of Objective-C? The bulk of their MacOS X Cocoa programming documentation contains nothing except Objective-C examples, including the newer Leopard-specific stuff, and it's the only officially supported language for all iPhone / iPod Touch development. They were also publicly trumpeting the fact that Leopard developers had a new, enhanced version of Objective-C (Objective-C 2), so I completely fail to see how they can be accused of reducing its visibility.

      I'm happy they got their sense back, last I looked they were on a very slippy, muddy path, but honestly I can't care less, personnaly, about Apple ; other may have different feelings, and that's totaly fine by me. So, well alleluia. But you won't deny that objective-c++ is more than neuteured, it's Frankenstein's creature roaming freely, an oxymoron in itself.

      "{GnuStep} is perfect to dictate good conduct practices to the usual programmer."

      Because programmers are famed for their love of being dictated to by people who aren't paying them for the privilege of doing so.

      Programmers are famed for being lazy, and objective-c, Xcode, IB/PB or Gorm/Project manager are specifically appealing at the lazy guy inside everyone of us.

    23. Re:Article ignores NeXTstep's place by MightyYar · · Score: 1

      It's a marketing ploy that you've been brainwashed into accepting.

      I use Windows, Linux, and Mac fairly regularly - and all voluntarily at home for various reasons. Each platform has big strengths... Linux has the best open source software, Windows has the most polished software and the largest software library, and the Mac has the most integrated package.

      While I might not glow on OSX quite as much as the guy you replied to, I definitely wouldn't say that the difference is "just marketing". I spend far less time making things work on the Mac than I do Windows or especially Linux. It's probably related to Apple's vertical integration... they have to spend FAR less time on testing different configurations and drivers. I'd wager MS spends at least half of their development time on such issues.

      Apple's also willing to throw users of old software under the bus - heck they are even cutting off PPC with their next OS release, and some of their software doesn't support it now. This is a weakness compared to Microsoft and Linux, but most likely enables them to have a tighter package - so it contributes to one of their strengths.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    24. Re:Article ignores NeXTstep's place by metamatic · · Score: 1

      And of course, this was the same Gassée who told Jobs that there was no need to license MacOS to Sony and Philips.

      Also the same Gassée who designed the original hysterically bad Macintosh Portable.

      He's got quite a history of EPIC FAIL.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    25. Re:Article ignores NeXTstep's place by Hythlodaeus · · Score: 1

      Next was chosen because it was Steve's pet.

      --
      For great justice.
    26. Re:Article ignores NeXTstep's place by Weedlekin · · Score: 1

      "And of course, this was the same Gassee who told Jobs that there was no need to license MacOS to Sony and Philips."

      And the same Gassee who refused to let Apple license it to AT&T when Sculley was at the helm.

      "He's got quite a history of EPIC FAIL."

      Yep. And in typical epic fail form, he blamed MS for Be's failure. Of course, there was more than an element of truth to his claims about Bill and the boys doing everything they could to prevent OEMs from shipping BeOS with computers, but he conveniently ignores the fact that MS already had a significant history of fighting dirty to prevent competitors to Windows from gaining a foot-hold, so a diligent CEO of a company selling an alternative OS that runs on the same hardware would have assumed this would happen, and planned his campaign accordingly.

      So in the end, for all BeOS's wonderful points (and there were many of them at the time, although most seem less wonderful from today's perspective), Apple made the right choice when they selected NeXT instead of Be, because it's very unlikely that they'd have achieved a tiny fraction of their current success if Gassee had been at the helm instead of Jobs.

      --
      I'm not going to change your sheets again, Mr. Hastings.
    27. Re:Article ignores NeXTstep's place by fm6 · · Score: 1

      Funny, that's what everybody used to say of Unix before 1995 when linux began to gain traction and a couple of years before Apple switched to a unix ecosystem.

      Your knowledge of the computer marketplace is pretty limited. Unix has been a big commercial operating system since the early 80s. For many years it was the OS for workstations from Sun, HP, SGI, and IBM. That market faded when proprietary workstations started getting pushed out of the marketplace by cheap-but-powerful commodity systems that mostly run Windows. Now it's pretty much dead as a desktop OS, but is still big in the server space, though not as big as Linux or Windows.

      Since your key date is 1995, I guess your perspective is limited to the push to replace Windows with Linux on the home and office desktop. That has never gained the traction you seem to think it has. A few hackers use it, a lot of embedded system developers, that's about it. Windows still dominates the desktop space, despite what Linux fanboys think. I had some hopes when netbooks became the big thing, because most of the early ones ran Linux. But now all the new ones seem to run Windows.

      Apple, since MacOS X 1.5, for what I know, is in the process of ripping the balls off its Nextstep / OpenStep / YellowBox / Cocoa tools (reduction of Objective-C visibility, promotion of Java [Yerk !] and other neuteured languages like objective-c++ [Bleeeeech !!!]). I have no interest whatsoever to follow that road, I don't like Apple hardware, never did, certainly never will, thankyouverymuch.

      Dude, you're the one that put forward OS X as a reason for learning GNUStep.

    28. Re:Article ignores NeXTstep's place by Nossie · · Score: 1

      I've heard that too often from people bashing Linux..

      I'm typing this on a well used linux box right now.

      What most people seem to forget, is that whatever fantastic technology Haiku develops will be fed-back and cloned into a linux distribution. With that thought in mind, what happens when Linux runs out of OS's to assimilate?

      In all seriousness though, I realise that's not true... I'd imagine linux tech will be ported back into Haiku etc (and it has been)

      You people here should know far better than to call anything a toy OS ... just be grateful alternatives are still around, without each other none of this would exist.

      We would be interfacing with msnTV, from an xbox style console - downloading a rented OS from a protected image every morning.

    29. Re:Article ignores NeXTstep's place by fm6 · · Score: 1

      I'm not bashing Linux, GNUStep, or anything else. If you read my post a little more carefully, you'll note that I simply said that the only reason to use GNUStep or Haiku is a love of the technology. This was in response to a post that said that effort that went into Haiku would be better directed at GNUStep. So I'm not trashing either OS, I'm simply squashing a preference for one over the other, a preference that's based on unrealistic hopes for the OS as a mainstream platform.

    30. Re:Article ignores NeXTstep's place by WillAdams · · Score: 1

      GNUstep is used in production software now --- most visibly NovaMind uses GNUstep to make their Mac OS X diagramming app available for Windows.

      But one should never allow facts to get in the way of one's preconceptions, right?

      William

      --
      Sphinx of black quartz, judge my vow.
    31. Re:Article ignores NeXTstep's place by fm6 · · Score: 1

      But one should never allow facts to get in the way of one's preconceptions, right?

      True. In your case, you might want to work on your assumption that people are incapable of saying "I stand corrected."

      I stand corrected. In fact, you've sparked my interest in the use of GNUStep under Windows.

  18. Re:BeOS Haiku by Pantero+Blanco · · Score: 1

    Another OS From which we have to choose from Why do we need this? Seriously, why hasn't BeOS (and OS/2 for that matter) just disappeared. As if the numerous Linux and BSD distros didn't make the market confusing enough. I'm constantly reminded of the scene in Caesar's Palace in Monty Python The Life of Brian. You know, where Brian tries to separate the People's Front of Judea and the Campaign to Free Galilee. When he says they need to unite against the common enemy they all shout "The Judean People's Front!" Then Brian has to say "No, no...the Romans!" That is what these OS wars are about. We need to unite against Microsoft, the dominant power. We already have several OS alternatives out there, Mac, Linux, BSD. Why throw another in the mix which will never be supported mainstream?

    I'm pretty sure this is for hobbyists who remember BeOS, or geeks who are just curious. If you're talking about markets, competition, and "uniting against Microsoft", you've missed the point.

    Also, people doing things for fun occasionally discover new techniques or ideas, so why not? I doubt anyone's putting aside a career to work on this, so what's lost?

  19. Re:BeOS Haiku by mdwh2 · · Score: 2, Insightful

    It's Haiku, not BeOS. And I wasn't aware there was a limit to the number of operating systems allowed to exist. Is there a limit for any kind of software, or just operating systems?

    You know, where Brian tries to separate the People's Front of Judea and the Campaign to Free Galilee.

    Except there they had a common cause. In the market, we have this thing known as competition.

    We already have several OS alternatives out there, Mac, Linux, BSD. Why throw another in the mix which will never be supported mainstream?

    Well, why bother with Mac, Linux or BSD then? Surely, it would be better if everyone just used Windows, right?

  20. ReligiOS by DECS · · Score: 5, Funny

    They should merge the soul of BeOS in with AmigaOS and maybe the Palm OS to release ReligiOS, keeper of of the faith.

    They could sell it to those gullible televangelist audiences as JesOS, market it to fundamentalist Jews as the Messiah OS, and to fervent Muslims as MuhammaDOS.

    Imagine all the faithful putting aside their wars and terrorism and instead taking their angst to alt.systems.advocacy.religios to flame each other in a more figurative sense. I'm sure all the gods in heaven would approve.

    -
    Microsoft plays catch up to MobileMe with My Phone

    1. Re:ReligiOS by Daniel+Weis · · Score: 1

      Well now we know what you think of Islam...

    2. Re:ReligiOS by CaptainPatent · · Score: 4, Funny

      They could sell it to those gullible televangelist audiences as JesOS

      Eh... sounds like this is just the first release
      I'll wait until the second coming.

      --
      Well, back to rejecting software patent applications.
    3. Re:ReligiOS by Rude+Turnip · · Score: 1

      The Operating System of PC(tm)

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

      Please mod parent up.

    5. Re:ReligiOS by BozoForPresident · · Score: 1

      And all will be right with the world so long as nobody dumps on YourOS.

    6. Re:ReligiOS by Anonymous Coward · · Score: 0

      They could sell it to those gullible televangelist audiences as JesOS...

      JesOS: if you tell me this is pronounced like Cheetos, I love it!

    7. Re:ReligiOS by MarkRose · · Score: 1

      Dude. Chill Out. Just Be.

      --
      Be relentless!
    8. Re:ReligiOS by Mr.+Roadkill · · Score: 1

      Well now we know what you think of Islam...

      Silence, Infidel, before I smite you with the Flaming Command Line of the One True OS! May a billion-node botnet DDoS your P2P sessions, and may Steve Ballmer throw chairs at you for eternity!

    9. Re:ReligiOS by Bill,+Shooter+of+Bul · · Score: 1

      Uhmm... Palm did buy BeOs and did merge it into their os. See!

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    10. Re:ReligiOS by Anonymous Coward · · Score: 0

      There's a "JesOS Service Pack 1" joke in here somewhere.

      Damned if I can find it, though.

    11. Re:ReligiOS by Kazymyr · · Score: 1

      LOL that was back in 2004 - and since then there is yet to be launched a single device running Cobalt.

      --
      I hadn't known there were so many idiots in the world until I started using the Internet -Stanislaw Lem
    12. Re:ReligiOS by Anonymous Coward · · Score: 0

      Please put your sig in your actual sig so I don't have to see it. It's annoying. Right now it's just spam.

  21. Re:BeOS Haiku by Svippy · · Score: 1

    Because our enemy is not Microsoft. Not that we should ignore them. But to define ourselves as "not Microsoft", that is a terrible idea.

    Outside the world of Windows, a lot more choice exist. Something that is noticeable to those who do not wish Windows or believe there are better choices. Confusing as it may, it still better than only having one alternative. And besides, if we make as few alternatives as possible, we are no better than Microsoft.

    When I say "we", I obviously do not include myself, I am a total slacker.

    --
    Clicked pie.
  22. Probably the dissenting opinion but by Anonymous Coward · · Score: 0

    It looks like windows 3.1 and probably has higher system requirements.

  23. Re:BeOS Haiku by IANAAC · · Score: 2, Insightful

    BeOS is easily the most pleasant-to-use operating system I've ever seen.

    I actually went to Haiku's site and poked around a little bit. Aside from the very 90's looking screen shots of a couple of apps - mail, contacts, media prefs., what is actually available to run under Haiku?

    The apps are what make an OS usable, really. The OS itself should just get out of the way and let the (hopefully) plethora of apps do their job.

  24. Licensing by tknd · · Score: 1, Interesting

    The GPL was made specifically for fighting against big proprietary vendors that abuse selling proprietary software/hardware in order to increase profits. If that's your mission, then GNU Linux is your friend.

    But after a while, you simply don't care anymore. You just want the damn video card to work as advertised and display all the eye candy it possibly can. You want to use an ipod because it is actually a decent device, or you actually feel that paying individually for songs (drm or not) is actually a justified price. If that's the case, things like Haiku (MIT license) or BSD licensed OSes begin to make much more sense than the GPL and its associated "holy war."

    1. Re:Licensing by jedidiah · · Score: 4, Insightful

      Your rant is nice and fine and all but it was Linux not BeOS that had the first 3D video drivers.

      iPod is not the only game in town. If you choose to act that way, then your actions have unintended consequences.

      This is why we are speaking of BeOS as resurrected abandonware.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    2. Re:Licensing by Sir_Lewk · · Score: 0

      Believe it or not, not every author that chooses the GNU GPL does so for religious or political reasons. Personally I choose it because I'm a selvish basterd who wants to keep control of my code. I believe Linus Torvalds is on the record for saying that he chose it for practical reasons. Please stop clumping us together with wackjobs like RMS.

      --
      "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    3. Re:Licensing by jaavaaguru · · Score: 1

      iPod is not the only game in town

      Yeah, but you have to admit it is one of the more stylish looking devices, and has a rather nice UI.

      For those reasons, there will always be people wanting to use them.

    4. Re:Licensing by kiddygrinder · · Score: 1

      If you include itunes as part of it's ui, then i'd have to disagree with you.

      --
      This is a joke. I am joking. Joke joke joke.
  25. Re:Nice, but: What the hell runs on BeOS/Haiku? by DragonWriter · · Score: 1

    Since it has a native GCC toolchain, just about anything you'd care to recompile will run on it. Firefox runs on it, for example, as the story summary states.

    The summary doesn't state that, though, it states that the recent addition of a GCC toolchain "clears the way" for a port of Firefox. Having the GCC toolchain is a start, but not the whole shebang.

  26. Well...not exactly... by djupedal · · Score: 1

    > According to the review, Haiku faithfully/successfully replicates the BeOS user experience...

    When Haiku takes me back to Redwood city in 1996, back before Greg Stein was hired and put out to pasture by MS...then I'll buy the reviewer's claims :)

  27. responsiveness by renoX · · Score: 1

    BeOS had a very strong point not reproduced currently: responsiveness.

    And it was (much) more responsive on a Celeron 333 with 128Mo than Linux or Windows are now on ten times more powerful hardware!!!
    As a nice bonus point, BeOS also booted quickly (14s from Lilo to a usable GUI)..

    The main drawback of BeOS the lack of software..

  28. Your point? by mdwh2 · · Score: 1

    Myself, I don't see anything worth the effort and expense of putting together an OS X box. But I don't feel the need to post about it to every OS X article. And if I did, just see how quickly I'd be modded down.

  29. Re:Nice, but: What the hell runs on BeOS/Haiku? by WiiVault · · Score: 2, Insightful

    There is an exisiting FF port, 2.1 I think.

  30. Antialiasing fonts? Vector icons? Holy cow, Batman by dingen · · Score: 2, Insightful

    modernized GUI using antialiasing for fonts and all vector graphics as well as vector icons

    It's great that BeOS is still alive in some form, as it is obviously a great project. But really, don't boast with this sort of stuff anymore. It's 2009. Antialiasing fonts and vector icons might have been impressive in 1996, but now every actively maintained GUI features this.

    --
    Pretty good is actually pretty bad.
  31. When guests arrive. by Anonymous Coward · · Score: 0

    "...and support for the BeAPI, considered by some the cleanest programming API ever. The project has also recently released a native GCC 4.3.3 tool chain, clearing the way for bringing up-to-date ports of multi-platform apps such as Firefox and VLC, and making it easier to work on Haiku ports in general."

    We'll see just how long that API stays clean.

  32. for those who don't know BeOS by Anonymous Coward · · Score: 1, Interesting

    For those of you who aren't familiar with BeOS or Haiku, Be was pretty much second in line to become OS X (behind NeXT). If Jobs weren't part of the NeXT package, it probably would've been Be. And many still feel that it would've been a better choice. Since there are VMware images available, it's worth downloading and checking out.

    1. Re:for those who don't know BeOS by IamTheRealMike · · Score: 1

      And for those who wonder where the BeOS team are now, go look at Android - large parts of the Be team went on to continue writing operating systems and nowadays work for the big G. The successor to BeOS is really Android, not Haiku.

  33. Re:BeOS Haiku by halber_mensch · · Score: 1

    I'm constantly reminded of the scene in Caesar's Palace in Monty Python The Life of Brian. You know, where Brian tries to separate the People's Front of Judea and the Campaign to Free Galilee.

    And the Judean Popular People's Front. Splitters.

    --
    perl -e "eval pack(q{H*},join q{},qw{70 72696e74207061636b28717b482a7d2c717b343 637323635363534323533343430617d293b})"
  34. hardware drivers by poached · · Score: 1

    I looked into a bunch of BeOS clone projects a while back to try and get started on them. My conclusion was that it was painful for casual developers/newbies to get involved because it was too hard to have it running on real hardware. Even then there are a lot of drivers missing. TFA states that there are some problems with booting and how it is a hit or miss experience, but I wonder about drivers for video (3d), sound, ethernet, modem, etc, etc. But since the GCC toolchain is available I suppose drivers will come. But given how long it took Linux to get to where it is today, and still behind Windows in terms of driver suppose, I wonder how long it will take Haiku?

    1. Re:hardware drivers by Baba+Ram+Dass · · Score: 2, Informative

      Haiku has drivers for both nVidia and ATI, though they're nowhere near where they should be... but they do work quite well. 3D support is provided by Mesa. I don't think 3D hardware is supported ATM.

      Ethernet support is pretty damn good. I've yet to test a machine whose NIC isn't supported by Haiku. Its netstack is very very good for its alpha state, quite fast and stable.

      Last time I tried, sound was pretty flaky. BUT that was before they integrated Open Sound System and all that jazz. I hear support is quite good.

      But don't take my word for it; go try it out yourself.

      --
      Truckin like the Doo-Dah man...
    2. Re:hardware drivers by Sj0 · · Score: 1

      You're on crack if you think a modern Linux is behind Windows Vista/Windows 7 in terms of sheer driver availability.

      You can still run Linux 2.6 on a 386.

      --
      It's been a long time.
    3. Re:hardware drivers by poached · · Score: 1

      linux can run on a 386, but so can dos. who cares? running on a x86 processor != good driver support.

    4. Re:hardware drivers by LingNoi · · Score: 1

      You contradict yourself, how can the 3D drivers "work quite well" but not be supported?

    5. Re:hardware drivers by Sj0 · · Score: 1

      Considering Windows 7 won't run on a machine half its age, I'd say it speaks -- as I said -- of the greater driver availability.

      --
      It's been a long time.
    6. Re:hardware drivers by demonlapin · · Score: 1

      His point is that DOS isn't a modern OS, while Linux 2.6 is. Of course, on a 386 it's going to be really painful to try to run a GUI...

    7. Re:hardware drivers by FreonTrip · · Score: 1

      I believe that he means the display drivers work properly for 2D. Mesa provides GL support in software mode, though there was a fellow who managed to hack / beat in support for pre-Geforce3 cards based on old, old Utah-GLX documentation. Following the release of Haiku 1.0, I'd expect that they'll probably need help porting Gallium3D over. Hmm...

    8. Re:hardware drivers by MightyYar · · Score: 1

      You're on crack if you think a modern Linux is behind Windows Vista/Windows 7 in terms of sheer driver availability.

      It probably is fair to say that Linux trails Windows in support for NEW hardware, though.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    9. Re:hardware drivers by Sj0 · · Score: 1

      I'd say it depends on what sort of hardware it is.

      Any network adapter has double the drivers on Linux, since you can just use NDISWrapper to install the windows driver, or you can use native drivers.

      --
      It's been a long time.
    10. Re:hardware drivers by Tetsujin · · Score: 1

      Considering Windows 7 won't run on a machine half its age, I'd say it speaks -- as I said -- of the greater driver availability.

      I have to admit, I don't get it... I mean, back in the 90s I used this Riscom/8 ISA multiport serial card I got at a flea market, and it was great... But finally I moved on to systems without ISA slots and left that thing behind. So why should I care if Linux still has the Riscom/8 driver? Why should I care that it can still run on a 386 when even OLPC (never mind the horde of netbooks) is an order of magnitude more powerful? What is the point, man?

      The drivers I care about are those for the hardware I currently use...

      --
      Bow-ties are cool.
    11. Re:hardware drivers by Sj0 · · Score: 1

      It's important not so much for the super old stuff, but for the massive amounts of hardware that aren't obsolete performance-wise, but aren't supported by Windows Vista or 7.

      A late Athlon-era PC will run anything anyone cares about today, but will be completely incompatible with Windows Vista or 7, but completely compatible with Linux.

      --
      It's been a long time.
    12. Re:hardware drivers by schnikies79 · · Score: 1

      Completely incompatible? I have Windows 7 running a Athlon XP 2800+ w/o any problems.

      What are these issues you speak of?

      --
      Gone!
    13. Re:hardware drivers by Sj0 · · Score: 1

      I was thinking Thunderbird 1400MHz, where you could expect chipset incompatibilities and video compatibilities as a given.

      --
      It's been a long time.
    14. Re:hardware drivers by poached · · Score: 1

      Have you tried it for sure? And besides, it's not a fair comparison. Say you could get linux the kernel running, and then you tried loading windows 7 and discover that aero runs like a snail, and declare linux a winner. Is that fair? Now, how about running KDE 4.2 on it and then try the comparison again? Since we can't strip the gui out of windows 7, I would say it's not an apple-apple comparison (You might be able to try some headless windows 2008r2 server, but I don't know). And for driver compatibility, since MS changed the driver model as its line of OS evolved from the DOS days, the old drivers no longer work on newer OSs. Hence, if you really want to run some old hardware, make sure you have the OS that it was using during its day and the driver disks that came with it. With linux, you would probably have to compile some kernel modules for some really old stuff, I'd imagine, and probably not everything will just work after you install from floppy - which is kinda ridiculous. Which distro comes with floppy images these days? And how long would it take for you apt-get X/KDE/XFCE/LXDE over your 28.8K modem, and would you have the space to do so??? But plop down some win3.1 disks and you'll have an OS with GUI running faster than linux.

      And as for modern hardware support - windows wins hands-down. Which hardware manufacture would DARE to make a device that isn't supported under windows? (MS screwed up with Vista, but learned their lesson and will have more vendors onboard sooner with 7.) Not the same for linux. Sure, most will work, but you'll always end up with one that'll take a huge amount of googling and forum time to get running, and only then it's still a hack.

  35. Re:BeOS Haiku by Neon+Spiral+Injector · · Score: 3, Funny

    Installed zip image.
    ssh is included.
    What else do you need?

  36. Re:Nice, but: What the hell runs on BeOS/Haiku? by Daniel+Weis · · Score: 1

    Well why didn't you say so?! Here you go:

    #!/usr/bin/gcc

  37. Re:BeOS Haiku by onefriedrice · · Score: 1
    Who says we need it? Your questions shouldn't need to be asked in the first place.
    • We don't need another OS any more than we need Linux or Mac OS X. Presumably we could all get by with only one general solution (i.e. Windows). That would be a boring world, eh?
    • The question you should have asked is not "why?" but "why not?" You may not feel like another OS is worthwhile, but as long as there are enthusiasts willing to work on a project they like (regardless of whether it becomes "mainstream" or not, I say good for them.
    --
    This author takes full ownership and responsibility for the unpopular opinions outlined above.
  38. Re:BeOS Haiku by Ethanol-fueled · · Score: 1

    More importantly, they have no convenient method for average Joe Tinkerer to give it a try and help generate buzz.

    The least they could do is make available an install .ISO!

  39. I'm holding my breath for.. by Anonymous Coward · · Score: 5, Funny

    There once was an OS named Limerick
    Whose kernel included a VIM-err-tick
    It boot-strapped itself
    and began exec-ing ELF
    code that would kill the stack--errrr----ick*#%U!@!#%^%----NO CARRIER

    1. Re:I'm holding my breath for.. by Anonymous Coward · · Score: 2, Funny

      Clerihew
      The OS in which you
      Substitute POSIX
      For some other bollocks

    2. Re:I'm holding my breath for.. by inerlogic · · Score: 1

      *headdesk*

  40. Re:BeOS Haiku by Initi · · Score: 1

    You, sir, are qualified for any number of management jobs...good luck! Dilbert's ghost.

  41. Doesn't impress me by diegocgteleline.es · · Score: 1, Insightful

    As much hype as people wants to put in beos, the fact is that beos is...

    -Incomplete, beos always missed important pieces (a reason why its so fast and slim: theres not much to load)

    -Some parts have become old. For example, as great as the graphic subsystem was at its time, these days its old compared to the modern 3d-accelerated desktops. Even X.org is better than beos in this field these days.

    -Some of the advantages are useless. Why do I care about installing a driver by dragging and dropping files? The desktop systems that really care about users do not need to do anything to get the hardware working, they automate the process as much as possible and do not require doing anything. Installing a driver in Windows is most of the times automatic, and there are rare exceptions where you have to insert a CD when you are asked to do it.

    Any modern Linux distro is so much better than beos....

    1. Re:Doesn't impress me by izomiac · · Score: 1

      Yes, you've noticed that the BeOS is minimalistic. This is by design, not a careless omission. If you want a wizard or your computer to automagically guess what you want and do it for you, then the BeOS is obviously a poor choice. Ditto if you want a 3D accelerated desktop. It is a good choice if you want a quick, responsive OS that doesn't break in mysterious ways.

      The BeOS is very simple. This makes common stuff easy enough that it doesn't need to do much hand-holding. Install a piece of hardware? If there's a driver for it then the BeOS will load it, if not it won't complain. Swap your ATI graphics card for nVidia? The BeOS doesn't care... it just boots normally. Want to install an application to a non-default location? Oh no, the horridly complex procedure is to unzip it wherever you want and make a shortcut! (But there is a package installer if you prefer GUIs and the application developer though anyone cared.) How about installing to a new partition? Lets see... format with the BFS and copy a few folders. (That's all the installer does... like I said, the BeOS doesn't care if the hardware is radically different from the last time it booted.)

      IMHO this simplicity was more common in older OSes. I have a theory that's why "we" slashdotters had no problems teaching ourselves computers whereas people trying to pick them up now generally have problems. The more complex something is, the harder it is to learn... especially if it attempts to do everything for you without requiring you to know what it's doing or why (or why it doesn't work or can't figure out what you want it to do).

    2. Re:Doesn't impress me by Felix+Da+Rat · · Score: 3, Insightful

      The problem here is that you're putting all the focus on BeOS, and not really looking at Haiku.

      The goal for R1, which is getting pretty close, was to simply re-create the core BeOS R5. At that point, it will officially have recreated a stunning technology from 2000. I will assume you remember the state of Linux in 2000, right?

      Post R1, that's when the work can really begin on addressing all those features you feel were lacking. Multi-user was probably the biggest one, but that is a known, and work can start on it.

      Parts of BeOS are really dated now. And you are right, X is better now than it was 8 years ago. Let's see what they're able to come up with for R2 before saying it's too dated. Some improvements have already been worked in as discussed in the summary. The vector icons system is really sweet. Especially when tied with the metadata attributes of the FS, it's positively amazing.

      Yes, any modern Linux distro is much better than BeOS WAS .

      Give Haiku a bit of time, and I think those guys will surprise you.

    3. Re:Doesn't impress me by Bambi+Dee · · Score: 1

      -Some of the advantages are useless. Why do I care about installing a driver by dragging and dropping files?

      Actually, that was the bit that got my hopes up. Now, I've never used BeOS (except very briefly back when R5 ran on top of Windows) -- but one thing I miss about AmigaOS is knowing, at least superficially, what went where: a ".device" goes into "devs:", a ".library" into "libs:", a script into "s:", etc. Of course none of my Amigas, nor their OS's, were as capable as this "unfriendly" PC. And I don't know if things like these can be both simple and feature-rich. So as a "desktop user" type I rely a lot on installers and wizards and GUIs. Automation is definitely appreciated -- but part of me still wishes it weren't also *necessary* (for the unschooled, anyway). I wish the filesystem yielded its secrets more willingly! There's probably a reason there are, for example, /usr/local/share/mime, /usr/share/mime-info, /usr/share/mime, /usr/share/mimelnk, /usr/lib/mime, ~/.kde/share/mimelnk, ~/.local/share/mime, /etc/mime.types and who knows what other mimey things, but it's rather inscrutable how, if at all, they correlate, or, say, what exactly you need to back up if you want to preserve some laboriously customized K-menu. Or perhaps I should stop displaying all those dotfiles, they're obviously making me nervous :)

  42. Re:Nice, but: What the hell runs on BeOS/Haiku? by Neon+Spiral+Injector · · Score: 1

    The larger zip VMware image has Firefox 2.0 included. The summary means that the the way is clear for an up-to-date Firefox.

  43. Re:BeOS Haiku by Rhone · · Score: 1

    Sure, of course we don't need BeOS. Just like Minix users didn't need Linux.

    Seriously, I'm guessing none of the Haiku developers are looking at it as "going to war against Microsoft". I don't know any of the developers, but I'm going to take a wild guess and say they probably look at it as a fun project to work on in their spare time, and probably find something about BeOS to be philosophically or pragmatically preferable to other alternatives (like Linux).

  44. Re:BeOS Haiku by jandrese · · Score: 4, Interesting

    Yes yes, the Be folks loved to play 5 mp3s at the same time just to show off, but when you got down to the brass tacks the system was just different enough (especially with the networking API) to make porting applications a PITA. It took forever to get a web browser (and this was in 1997!) that wasn't a total waste of bits and driver support was considerably worse than Linux or even FreeBSD back then.

    I even remember the BeBoxes, with their twin row of LEDs up the front of the case that would should you the load of each (PowerPC) processor. I guess my big problem is that it always felt like a big impressive tech demo instead of an OS. I had a roommate with it and he was always strugging to get non-trivial applications running on the thing.

    In some ways BeOS was ahead of its time, particularly with all of the multithreading and filesystem, but in other ways it was just too late to the game (Linux ate its lunch and dinner and was already wooing the girlfriend).

    --

    I read the internet for the articles.
  45. Re:BeOS Haiku by Who+Is+The+Drizzle · · Score: 5, Insightful

    We need to unite against Microsoft, the dominant power.

    No, we don't have to do any such thing. Why is it that just because someone develops an alternate OS that it has to be used as a tool to fight against Microsoft? Not everyone who doesn't use Windows is doing so because they are trying to fight against Microsoft. This always comes up whenever someone mentions the many distros of Linux that everyone should unite cause we are supposed to be waging some "epic" battle against Microsoft, but many of us just don't give a shit about your stupid "war". Take your stupid battles somewhere else and leave the rest of us out of it so we can get on with coding.

  46. Re:BeOS Haiku by Fallingcow · · Score: 2, Informative

    A lot of open-source apps used to run on BeOS. No idea if they still do. Firefox was ported, as was (IIRC) OpenOffice. I'm pretty sure it's posix-compatible (more or less, at least) and it had a GTK port, so loads of other stuff had been ported over by enthusiasts. You could run most of the same end-user apps as in Linux or BSD, plus many of the server apps (Apache had a port, I think). Also, it had a few exclusive programs--I had a 3-disc RPG for mine, only ever released on BeOS. Never finished it, but I'm more in to RPGs now than I was then and as I recall it was pretty good, so trying it out again is on my long-term list of "stuff to do".

    No idea what the state of it is now. The last time I actually used it was, oh, 2001 or 2002, and it's been a few years since I even looked at any of the user community sites.

  47. How secure is BeOS? by amRadioHed · · Score: 3, Interesting

    From what I remember BeOS wasn't designed as a multi-user system. What sort of security protections does it have?

    --
    We hope your rules and wisdom choke you / Now we are one in everlasting peace
    1. Re:How secure is BeOS? by Baba+Ram+Dass · · Score: 2, Informative

      Like BeOS, Haiku is a single-user system. That said, multi-user support was kept in mind from day one. R2 will supposedly be a true multi-user system.

      --
      Truckin like the Doo-Dah man...
    2. Re:How secure is BeOS? by Anonymous Coward · · Score: 5, Funny

      As I remember,
      BeOS was single user.
      Is Haiku secure?

      (There, fixed it for you.)

    3. Re:How secure is BeOS? by amRadioHed · · Score: 1

      That is a much better, thanks :)

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    4. Re:How secure is BeOS? by jd · · Score: 1

      Passwords must be in the correct three-line format.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    5. Re:How secure is BeOS? by LoRdTAW · · Score: 1

      BeOS did have the foundation for a multi-user system including the *nix like rwxrwxrwx file permissions. There was in fact a "root" user that was the default login name, but it want root.

    6. Re:How secure is BeOS? by Anonymous Coward · · Score: 0

      Multi user is for pansies.

    7. Re:How secure is BeOS? by jaavaaguru · · Score: 1

      What makes it single-user? Multiple users can telnet into it simultaneously using their own individual user accounts. That sounds multi-user to me. It even has the su command to change user.

    8. Re:How secure is BeOS? by Bill+Hayden · · Score: 2, Informative

      I would disagree that a Be-compatible Haiku will ever be multi-user, and I have a good bit of experience to back up that assertion. I am the author of Cosmoe, which was a port of Be/Haiku on top of Linux. It was a fun project, and it more or less worked. However, when I was doing optimization on the semaphore, shared memory (area), and port code, I realized that no provision had been made for ownership of these objects. In other words, there is no way to use these securely in a multi-user environment because there is no API support for determining who should have access to these objects and who shouldn't. And you'd have to break all existing Be/Haiku apps to fix the API. I pretty much lost interest in Cosmoe the day I discovered that. With open source, there's no such thing as an unfixable problem, but this one is pretty big.

      --
      Protect your browser with the Force Safe Search add-on
    9. Re:How secure is BeOS? by Bill+Hayden · · Score: 2, Insightful

      It supports multiple users in the same way that the Model T came in multiple colors: "You can have any color you want, as long as it's black." With Be/Haiku you can have as many users as you like, as long as each one is root.

      --
      Protect your browser with the Force Safe Search add-on
  48. Re:BeOS Haiku by DNS-and-BIND · · Score: 5, Interesting

    "I once preached peaceful coexistence with Windows. You may laugh at my expense - I deserve it."
    -- Jean-Louis Gassée, CEO Be, Inc.

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  49. Re:Nice, but: What the hell runs on BeOS/Haiku? by jandrese · · Score: 1

    In fact this was a major sticking point of the old BeOS. The API was missing a lot of features that apps expect (like BSD style sockets) that make porting a real pain. The old BeOS had gcc too, but getting a non-trivial app to compile and run was no mean feat. Granted, back then Linux had the same problem (these were the days before ./configure), but Be had a much worse case of it.

    --

    I read the internet for the articles.
  50. Re:BeOS Haiku by Ostracus · · Score: 1

    Are you certain? I could have sworn the OSS vs MS was one of those big boss battles where one tries to knock Ballmer's health bar down to zero while avoiding flying chairs.

    --
    Shai Schticks:"You don't make peace with friends, you make peace with enemies"
  51. Re:BeOS Haiku by Abreu · · Score: 1, Informative

    Because, contrary to the "People's Front of Judea" and the "Campaign to Free Galilee", Free Operating Systems are not "out to get" anybody... Not Microsoft, not each other.

    --
    No sig for the moment.
  52. Anonymous Coward by Anonymous Coward · · Score: 0

    BeOS was great. AmigaOS was great. OS/2 was great. Unfortunately they all missed the boat. To bring any of them back now seems pointless. We're only recently to the point where MacOS is actually viable for everyone, and Linux is finally getting ready for the desktop - maybe. It took ages for main stream application and game writers to pick up on Mac, it'll still be ages before it happens with Linux; can you imagine how much longer it will take for BeOS or AmigaOS?

    1. Re:Anonymous Coward by Anonymous Coward · · Score: 1, Informative

      BeOS was great. AmigaOS was great. OS/2 was great. Unfortunately they all missed the boat. To bring any of them back now seems pointless.

      It was pointless to try to bring them back, because they were closed and therefore could not be maintained (at least not by anyone other than their owners, and their owners weren't interested or couldn't do it). Thus, they rotted.

      Haiku lacks that weakness.

      Do you know why Linux is still around? Half of the answer is that it works well. The other half of the answer is that it can still be around, instead of no-longer-for-sale by IBM and Palm and .. um .. whoever the hell has AmigaOS these days.

      I'm not saying Haiku is the future, but it's unfair to compare it to dead proprietary systems. If you want to be nasty, at least compare it to Hurd.

  53. Re:BeOS Haiku by 77Punker · · Score: 5, Funny

    Linux was already wooing the girlfriend.

    I think this might be a bad analogy.

  54. An interesting video from October 2008 by NiteMair · · Score: 2, Informative

    In the OSNews article, there was a link to a youtube showing Haiku running on an older P4 box - it doesn't demonstrate many of the unique features of Haiku, but it does show some of the multitasking capabilities while juggling various running videos, etc.

    http://www.youtube.com/watch?v=jSMT8cM20m0

  55. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    "We already have several OS alternatives out there..."

    I'll 2nd what everyone else has said. You're clueless and confused.

  56. Hardware? by amcdiarmid · · Score: 1

    The last time I looked at Haiku/BeOS it required a PPC computer, long after they were generally available. (I'm not sure Mac's even used them any more.) Looking at the website (http://www.haikuware.com) it looks like they are shooting for i586+ hardware, and the supported stuff is a bit .. older.

    Perhaps I could try it, but I'll need a better hardware database before I take the time. There are 0 systems that are well rated (of 5), and few motherboards. Let me know when more hardware works: If it does not mostly work with stuff in my junk drawer - I'm not buying a new system to test it. Even if it was the bees knees fifteen years ago.

    However,
    Good work guys!

    1. Re:Hardware? by Baba+Ram+Dass · · Score: 1

      The last version of BeOS (R5) ran on 585 hardware. Haiku's main architecture is also 585. You must be thinking of BeOS R4 or older.

      Give it a try, just keep in mind it is pre-alpha.

      --
      Truckin like the Doo-Dah man...
    2. Re:Hardware? by NiteMair · · Score: 1

      Actually, BeOS R3 ran on i586 even... I still have the BeOS R3 Demo CD that I ordered from BeDepot sometime during the 90s - it ran on my P200MMX like a dream!

    3. Re:Hardware? by Aardpig · · Score: 2, Funny

      Haiku runs on 575...

      --
      Tubal-Cain smokes the white owl.
  57. Re:BeOS Haiku by Sj0 · · Score: 5, Informative

    Because they want to?

    Not everyone is out to kill the Romans. Some people just want to keep using their favourite OS. Personally, I'm excited about the day Haiku "gets there" and I can run a small, fast, powerful OS again.

    --
    It's been a long time.
  58. Re:BeOS Haiku by Schemat1c · · Score: 5, Funny

    Another OS From which we have to choose from Why do we need this? Seriously, why hasn't BeOS (and OS/2 for that matter) just disappeared. As if the numerous Linux and BSD distros didn't make the market confusing enough.

    And what's with all these dozens of menu items when I go into a restaurant? I only need a few types of food to survive, all these choices just confuse me.

    --

    "Nobody knows the age of the human race, but everybody agrees that it is old enough to know better." - Unknown
  59. Re:BeOS Haiku by renegadesx · · Score: 1

    Since when did you have to be mainstream? This is not about a war or anything! This is more of a case of the People's Front of Judea and the Campaign to Free Galilee just leaving eachother alone and doing their own thing

    --
    Make SELinux enforcing again!
  60. I agree! by commodoresloat · · Score: 2, Funny

    BeOS is easily the most pleasant-to-use operating system I've ever seen.

    I agree - it is very pleasant to be able to use an operating system without having to worry about things like software!

  61. Re:BeOS Haiku by jedidiah · · Score: 0

    > It could also multi-task while flawlessly playing back an MP3 on a 166Mhz Pentium with 32MB

    This is not exactly a high bar.

    I did the same thing with Linux on a 100Mhz 486 with 32M RAM. Not only
    was I playing back the mp3's but I was ripping them and converting them
    at the same time. Netscape and Star Office were still perfectly usable
    on top of that and my music didn't miss a beat.

    There are BeOS demos far more impressive then what the two of us are talking about.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  62. Re:BeOS Haiku by Maestro485 · · Score: 2, Insightful

    We need to unite against Microsoft, the dominant power.

    I don't really get that kind of thinking. First of all, it's just an operating system, not a war. I dislike Microsoft's business practices as much as the next person, but I'm not going to "unite" against a software company. I use Linux (Slackware, to be specific), but I use it because I like it, not because I want to "fight" Microsoft. I like tinkering and free software allows me to do just that. Even my (Microsoft) Xbox is running XBMC and I couldn't be happier with it.

    I'm a little disappointed that this Haiku doesn't have an .iso available yet, or else I'd be giving it a spin right now. If it works and people like to use it, what does it really matter to you?

  63. Re:BeOS Haiku by defaria · · Score: 0, Troll

    MS doesn't have a monopoly. You are free to use another OS. Many of us do. MS has competition already. MS does make efforts to interoperate. If you don't see that then you are just refusing to see clearly.

  64. Re:BeOS Haiku by exley · · Score: 4, Funny

    No, having different OSs isn't about beating Microsoft.

    You wouldn't know that from reading Slashdot, though.

  65. Re:BeOS Haiku by Fallingcow · · Score: 1

    Yes yes, the Be folks loved to play 5 mp3s at the same time just to show off

    Shit, I was just happy to be able to play one MP3 while simultaneously browsing a single website or (not and) using IM without it skipping constantly. Win98 and Linux couldn't do that on the same hardware. QNX could, but it was even more of a pain-in-the-ass than BeOS. Hell, Win98 and Linux on that weak hardware couldn't even be relied upon to just play an MP3 while doing nothing else, which is why I used BeOS on my little business-surplus IBM Pentium I, which was my MP3 jukebox for a while (not to mention my web-browsing box when I managed to break my main desktop while screwing around on it, which was often).

    I even remember the BeBoxes, with their twin row of LEDs up the front of the case that would should you the load of each (PowerPC) processor. I guess my big problem is that it always felt like a big impressive tech demo instead of an OS. I had a roommate with it and he was always strugging to get non-trivial applications running on the thing.

    I got in to BeOS pretty late in the game--it became nearly-impossible to find a new copy just a month or two after I bought mine--and I've never even seen a BeBox in person, so I can't really say much about that. I mean, the company did fail, and I wouldn't be surprised if what you're talking about was part of the reason. I just know that BeOS x86 running on normal PC hardware kicked the living shit out of its contemporaries, and at the time I got in to it it had about as many decent desktop-user applications as Linux did (so, not many, but it wasn't lagging so far behind back then).

    Failed business plan or no, they'd made a hell of an OS.

  66. Re:BeOS Haiku by Nicolay77 · · Score: 1

    I can only say 'oh damn, another OS', when another Linux distro appears.

    In this case, I read the summary and immediatly thought: Mini Tablet EEE PC!!!

    It of course needs writing recognition, but if it runs faster than both Windows7 and Linux, with less resources (KDE seems to be a hog these days, nevermind the Vista^w Windows7 GUI), then it is THE KILLER OS for netbooks.

    It just scream: energy efficient!

    And that's good enough for me.

    --
    We are Turing O-Machines. The Oracle is out there.
  67. Re:BeOS Haiku by jedidiah · · Score: 1

    Unless you are just making toys for yourself, you will have to
    worry about the Microsoft bully coming around sooner or later.

    Every OS developer has "being defeated by Microsoft" as a key problem.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  68. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Much as you or I may have opinions about what should and should not be receiving the time and effort of volunteers, to tell people what they can and can't work on in their own time is actually quite rude.

  69. Re:BeOS Haiku by Who+Is+The+Drizzle · · Score: 1

    It seems to me that the vast majority of the people propagating this concept that we should all be waging war against Microsoft aren't the ones actually doing any coding. From what I can tell most of the Linux kernel devs and pretty much any of the devs from the BSDs couldn't give a shit less what Microsoft is doing.

  70. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by Anonymous Coward · · Score: 0

    Which are what... Windows, OS X, and Linux?

  71. Re:BeOS Haiku by cymen · · Score: 1

    Does it even have a web browser now that can load off the network and not the disk? Seeing references to things like, "got web browsing working loading off disk but libcurl is still being ported" is a bit off putting. Networking is essential.

    I tried Haiku a couple days ago as a VM. Interesting but I couldn't figure out web browsing in 20-30 minutes of googling so maybe next year.

  72. Re:BeOS Haiku by camperdave · · Score: 1

    It really isn't about beating Microsoft. That is, however, a most pleasant side effect.

    --
    When our name is on the back of your car, we're behind you all the way!
  73. Re:BeOS Haiku by Crudely_Indecent · · Score: 1

    A different OS for different tasks.

    Sure, there is Linux, Windows and Mac for desktops, but I wouldn't consider using any of the Desktop distros for the wireless radios I manage. There are distros for specific tasks.

    Just like there are times when Windows is a suitable OS for a specific task, BeOS..ahem...Haiku might be the platform for a specific task.

    I remember watching a BeOS demo way back when and I was just AMAZED by the speed of the OS and applications. Granted, they were running it on one of their BeBox hardware platforms, but either way they were outperforming (with multimedia) anything I had seen at the time.

    I look forward to playing with Haiku, but not until it's released and has some application support.

    --


    "Lame" - Galaxar
  74. Re:BeOS Haiku by Fallingcow · · Score: 1

    Oh, yeah, I'm not at all surprised that I wasn't giving it a proper work-out. That's just the oldest hardware I ever ran it on, and it took an almost 4x increase in hardware power for Win98 to get almost, kind-of as responsive as BeOS. The Linux GUI was a horrible mess at the time, with KDE and Gnome seemingly competing to see which one of them could shit themselves more frequently and more spectacularly, not to mention how poorly X drew its windows in pre-compositing times, so while it was a tad better than Win98 performance-wise it was still much slower than BeOS, and rough as hell on top of it.

    BeOS is what I want any OS to be: slim, good-looking, and good at staying the hell out of the way while transparently allocating system resources in a sane manner.

  75. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by crazybilly · · Score: 1
    I think it was less a brag and more a 'if you could ever get BeOS to run on modern hardware, your retinas would be burned by the jaggie fonts--the Haiku devs are faithful to a lot of things, but retina burning jaggies aren't one of them.'

    Then again, you might be right ;)

  76. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by Anonymous Coward · · Score: 0

    They were emphasizing that so that people know what has been changed since BeOS r5 was out. Personally that's what I'm interested in: how far have they progressed, and what benefit does the project have over say running an old binary of Be?

    It's an important consideration to note: antialiased fonts, and vector graphics, while nothing to write home about, are an improvement enough that I should want to try it out.

  77. Nice that HaikuOS gets this coverage by Orion+Blastar · · Score: 4, Interesting

    but AROS doesn't. AROS brings the Classic AmigaDOS/Workbench and AmigaOS experience to X86 and PPC platforms.

    At least AmigaOS applications are still being developed, hardly anyone develops for BeOS anymore. AROS can at least run AmigaOS 3.1 and under applications and 68K Amiga applications via AmigaBridge.

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    1. Re:Nice that HaikuOS gets this coverage by FreonTrip · · Score: 1

      Hey, I didn't know about this. Thank you for the link... in the near future I may dig in and play with Amiga for the first time ever. :)

    2. Re:Nice that HaikuOS gets this coverage by Orion+Blastar · · Score: 1

      Run it in a virtual machine first. It does not support all hardware yet.

      It is the basics of any OS that a user needs as the bare minimum, without the bloated features of major operating systems.

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    3. Re:Nice that HaikuOS gets this coverage by Anonymous Coward · · Score: 0

      And AROS will soon have another point over BeOS: A web browser!

      Once Stanislaw releases his Origyn Web Browser (based around Webkit), AROS will have moved up from the "usable" stage to the "useful" stage.

        (Heh. Captcha was "informed.")

    4. Re:Nice that HaikuOS gets this coverage by Anonymous Coward · · Score: 0
    5. Re:Nice that HaikuOS gets this coverage by metamatic · · Score: 1

      AROS brings the Classic AmigaDOS/Workbench and AmigaOS experience to X86 and PPC platforms.

      You mean it corrupts floppy disks at random and disables mouse acceleration curves?

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  78. One possible use... by biglig2 · · Score: 4, Interesting

    My eeePC 701 more or less only ever runs Firefox, a text editor, Comix, and Skype. Seems like a lot to have to put a whole Linux install on for...

    --
    ~~~~~ BigLig2? You mean there's another one of me?
    1. Re:One possible use... by Menkhaf · · Score: 1

      Depends on how you feel about limitations. I quite like having the entire repository at my disposal.
      Same reason as I'll go home today and install Debian on a 1,8" 30 GB HDD to have the full Debian MIPSEL repository available to my router.

      --
      A proud member of the Onion-in-Hand alliance
    2. Re:One possible use... by houghi · · Score: 1

      DSL

      --
      Don't fight for your country, if your country does not fight for you.
  79. Re:BeOS Haiku by CarpetShark · · Score: 1

    BeOS is easily the most pleasant-to-use operating system I've ever seen.

    You should check out AmigaOS some time. I've never tried it, but I hear RiscOS is nice, too.

  80. 35 Seconds - Natively? by itomato · · Score: 2, Informative

    35 Seconds in VirtualBox ain't bad! I'm actually kind of surprised you didn't see more errors than you did.

    If Ubuntu boots on that machine in 35 seconds, you should see how long Haiku takes on raw hardware (and take a look at bootchart).

    One of BeOS's strongest points was it's lightning-fast boot time compared to Windows 95/98, and in fact, most Linux distributions at the time.

    1. Re:35 Seconds - Natively? by Fallingcow · · Score: 1

      most Linux distributions at the time.

      Any Linux distribution at the time. Well, any of them with a GUI, at least. Linux was kind of a sluggish booter back then, and X was slow as hell to start up.

    2. Re:35 Seconds - Natively? by donaldm · · Score: 2, Insightful

      Fast boot times are fine if you have a home PC however differences of one to two minutes don't mean all that much in the server market where reliability and uptime are much more important.

      I use Fedora 10 on my laptop and boot times are in the order of one minute and login to the KDE or Gnome session managers takes approx 30 seconds (login via command line takes about two seconds). The thing is I rarely log out, switch the machine off or even reboot unless I get a new kernel. Once I have logged in access time via a locked screen is two or three seconds. This equally applies to any member of my family where we have separate accounts but can switch between those accounts rapidly.

      Yes having a fast boot time gives a certain flag waving right however you have to take everything in content and at the moment this "new" OS has a long way to go since it has to get a lot of community of support before it could be considered mainstream. This is not to say that no one will support this, personally I think there will be many who will and IMHO that is a good thing.

      --
      There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
    3. Re:35 Seconds - Natively? by tweek · · Score: 1

      The market segment for BeOS absolutely needed fast boot times.

      BeOS will never make a comeback in its original form. Too much legal bs in the way. Haiku won't really gain much "market share" but that isn't the goal. BeOS always was a niche product and a damn good one at that.

      --
      "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
    4. Re:35 Seconds - Natively? by ianare · · Score: 1

      Leaving the computer running when no one is using it, like overnight, is extremely wasteful. Shame on you.

    5. Re:35 Seconds - Natively? by alexborges · · Score: 1

      This is true. Ive never understood what this boottime frenzy is all about. I work on servers that take a couple of minutes to spin their disks, let alone boot.

      --
      NO SIG
    6. Re:35 Seconds - Natively? by mr_mischief · · Score: 1

      Haiku is, like BeOS, specifically a desktop-targeted OS. Boot times for servers don't much matter in general.

      As a side note, if you're running a big auto-scaling application cluster that boots machines automatically, it might. Hardly anyone does that, though, and so far as I know nobody does it in production environments yet.

    7. Re:35 Seconds - Natively? by fr!th · · Score: 1

      There is one small edge case where fast boot up time is particularly awesome: Notebooks. Considering the issues most OSes have had with suspending, being able to fully shut down and then reboot in less time than resuming from suspend would be pretty handy.

      Of course, you do have to close your programs, but I'm sure it would be trivial to write a shutdown script that starts up all the running processes with the same documents again...

      Oh, I thought of another one: Media/DVD playing machines...

  81. Re:Nice, but: What the hell runs on BeOS/Haiku? by Ilgaz · · Score: 1

    More importantly, ffmpeg and various multimedia stuff will build happily and run. That could be a great dedicated media encoding/decoding/transcoding box thanks to single user, state of art filesystem and realtime like abilities.

  82. Re:BeOS Haiku by Anonymous Coward · · Score: 3, Insightful

    I did the same thing with Linux on a 100Mhz 486 with 32M RAM. Not only
    was I playing back the mp3's but I was ripping them and converting them
    at the same time. Netscape and Star Office were still perfectly usable
    on top of that and my music didn't miss a beat.

    I don't believe this for a second. Star Office, Netscape, and X itself were all performance-killers on 486s. No way you were playing MP3s and encoding them at the same time.

    I'm not sure why you feel the need to lie, but it certainly doesn't make Linux look better.

  83. Re:BeOS Haiku by CarpetShark · · Score: 5, Funny

    Installed zip image.
    ssh is included.
    What else do you need?

    He came with cup full
    Claiming all goals met
    Missing, perchance, a nic driver?

  84. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by Anonymous Coward · · Score: 0, Troll

    Antialiasing fonts.....might have been impressive in 1996, but now every actively maintained GUI features this.

    So why do Linux fonts still look like shit?

  85. Re:BeOS Haiku by DiLLeMaN · · Score: 1

    And I wasn't aware there was a limit to the number of operating systems allowed to exist. Is there a limit for any kind of software, or just operating systems?

    No, just a limit on the amount of apps you can open on a certain version of a certain operating system.

    --
    /var/run/twitter.sock is a twitter socket puppet.
  86. Re:BeOS Haiku by Fallingcow · · Score: 2, Insightful

    Oh, and my Linux experience back then wasn't nearly as good as yours--it would skip when I sent or received an IM, saved any kind of document, when browsed to a new web page, or when it decided it needed to do some kind of housekeeping thing in the background. Not every time, but fairly often. It was better than Windows (which basically couldn't be used for anything else if you wanted to hear your music at all) but BeOS was still superior. I wasn't using super-light distros, though, so it may have been that (mostly Debian and Mandrake)

  87. Re:BeOS Haiku by Sir_Lewk · · Score: 1

    If you are confused by choices, perhaps you should just stick to windows and not worry about it.

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
  88. Plan 9 by Ilgaz · · Score: 4, Interesting

    The most amazing thing is Plan 9 (Bell). From day 1, people say "It is good, but it can't replace Unix as it would be fixing a non broken thing" and yet use/copy every single unique aspect of it even on Windows (Unicode for example). What if Bell guys have said "Forget it, they will never give up Unix/Linux."? We wouldn't have procfs, unicode, /net and various other concepts.

    Well at least IBM BlueGene/L supercomputer runs it. http://en.wikipedia.org/wiki/Blue_Gene

    1. Re:Plan 9 by Dolda2000 · · Score: 3, Informative

      [...]even on Windows (Unicode for example).

      I agree with the sentiment of your post, but this is not quite correct. Unicode was not invented for Plan 9 (in fact, it seems to have been invented by some Apple guy). Ken Thompson invented UTF-8 for Plan 9 with the purpose of encoding Unicode in an ASCII-compatible manner, and UTF-8 sees only very little usage on Windows, which mostly uses UCS-2 (or is it UTF-16 these days?).

      I just thought I'd pick that nit. :)

    2. Re:Plan 9 by JasterBobaMereel · · Score: 1

      The Plan 9 guys invented UTF-8 as now used everywhere in most operating systems and the internet

      Windows uses a strange kludged mixture of UTF-16 and Codepaged ASCII so that even it's own apps have trouble with the mixture ....

      --
      Puteulanus fenestra mortis
    3. Re:Plan 9 by spitzak · · Score: 1

      Plan 9 invented UTF-8, which is the right way of doing Unicode (since it does not require two API's if you want any kind of compatibility with ASCII software, and it forces programmers to realize that "characters" are unimportant and ambiguous in Unicode).

      Windows did the same stupid thing that Unix was doing, which is use "wide characters". This is because they are a bunch of wimps who are so scared of being politically incorrect and giving English the "better" shorter encodings, that they will instead sabotage any i18n (thus defeating any real political correctness) so that they can show their egalitarian beliefs by making text processing equally difficult for everybody. One of the few benefits of the Unix wars is that it prevented "wide characters" from becoming established and thus polluting the internet standards.

      UTF-16 is of course one of the first symptoms where they realize that fixed-length encoding is not going to work and thus throw away the only plausable benefit of their design.

      Believe me, Windows completely ignored the knowledge of K&R. We would be in FAR better shape if they had paid a little attention and not been swamped with brainless PC attitudes and not-invented-here.

    4. Re:Plan 9 by chrysalis · · Score: 1

      UTF-8 is actually a hell to work with. Variable-sized characters really makes everything more complicated that it should be.

      Windows has support for code pages for backward-compatibility.

      But Windows has also support for wide chars since Windows NT. That's quite a long time ago. Every function of the Win32 API that has to deal with strings has a wide chars version.
      And this is not a mess. It was an efficient way to have unicode-compatible apps without breaking old apps (+ the T* types if you really want your app to work with both).

      Wide chars is easy to work with. In fact you don't have to worry much about it. Just use W* types, and the *w* functions and it's just as if you where using plain old ASCII. Every wide char has the same size.

      Java followed the same path, and Unicode-support is a standard feature of any app. But Java, just like Windows, can also convert data in and out from/to single-byte chars and UTF8, for interoperability.

      You can write Windows apps without any single function using code pages. In fact if you explicitely don't need to export/import data using non-wide chars, this is what you will do without any further effort. And it also applies to Windows CE.

      So you can bash Windows, yes, Windows hasn't everything right, but when it comes to Unicode support, it's definitely not that bad. And I'm still waiting for OpenBSD to get Unicode support...

      --
      {{.sig}}
    5. Re:Plan 9 by david.given · · Score: 1

      Wide chars is easy to work with. In fact you don't have to worry much about it. Just use W* types, and the *w* functions and it's just as if you where using plain old ASCII. Every wide char has the same size.

      Oh, no they don't!

      You've fallen into the classic trap of the ASCII programmer: you're assuming that Unicode strings are arrays of characters. They're not. Unicode doesn't even have characters; there are things called glyphs, which is what the user sees, and things called code points, which is what they're made out of, and one glyph may be made up of several code points. And if you split the glyph between code points, you break it.

      Example: accents. e acute can be represented as two successive code points, one for the accent and one for the e. If you try to read a single character from the string, you'll either get the accent, which is gibberish on its own, or the e, which is just wrong. Split the string between the two, insert something in between, and now your accent's binding to the wrong code point and producing a meaningless glyph. And that's just Western scripts. Asian scripts are worse, and there are even more exotic scripts out there as well.

      Things get even worse when you start dealing with UCS-2, which is the Unicode representation used by Windows and Java. You see, two bytes isn't big enough to represent all Unicode code points, so some code points are represented as two successive UCS-2 values. (Look up 'surrogates' in the docs.) So now a naive program comes along and assumes that each UCS-2 value is a character, tries to insert something between two surrogates which are in turn part of a larger glyph, and everything goes horribly wrong.

      If you want to deal with Unicode correctly, you need to stop dealing with characters completely; instead imagine your string as being made up of a number of smaller, indivisible strings, each of which represents a different glyph. It's a rather different way of working, but perfectly reasonable once you get used to it. In addition, it's now trivial to work with UTF-8 directly, which gives you substantial memory savings.

      IMO UCS-2 and wide characters was a horrible mistake. They make it look like the problem's been solved, but it hasn't, it's just been hidden. Even with UCS-4, where every code point is represented as a 32-bit value, you still have to deal with variable-sized sequences of code points to represent each glyph; the only advantage is that you don't have to deal with surrogates any more. You might as well stick with UTF-8, which is usually denser than UCS-2 or UCS-4 and has the advantage that most of your traditional libc string functions will still work.

      Yes, I did used to do this stuff for a living...

    6. Re:Plan 9 by zobier · · Score: 1

      UTF-8 is the de-facto encoding of the web.

      --
      Me lost me cookie at the disco.
  89. Re:BeOS Haiku by kallisti5 · · Score: 0

    Firefox works great in Haiku, I have it running as the desktop on one of my machines... your just doing it wrong.

  90. Haiku 1.0 == BeOS by CarpetShark · · Score: 3, Informative

    AFAIK, the goal of the Haiku 1.0 release is to be fully ABI compatible with BeOS 4.x and/or 5.x. After that, they'll start adding new features.

    1. Re:Haiku 1.0 == BeOS by Anonymous Coward · · Score: 5, Informative

      Too late, Haiku already adds features on top of the functionality offered in BeOS R5.

      The goal of Haiku R1 is to be able to run BeOS R5 software in a compatible way, not to be equivalent to it in functionality... Haiku improves upon BeOS R5 in MANY ways - especially when it comes to POSIX compliance and updated hardware support.

      Quite a common misconception it seems.

    2. Re:Haiku 1.0 == BeOS by CarpetShark · · Score: 1

      Ahh, OK. Thanks for clearing it up :)

  91. Re:BeOS Haiku by Captain+Splendid · · Score: 3, Insightful

    You wouldn't know that from reading Slashdot, though.

    Would that be the same Slashdot where we're having a lively (and so far, very reasonable) discussion on the front page about a non-Linux, non-MS OS?

    --
    Linux, you magnificent bastard, I read the fucking manual!
  92. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    You are absolutely right. Let's put it this way. Let's suppose you have two computers. One is based on a 8086 processor. It would have a custom-made add-in card that contains several gigs of RAM. However the processor is not able to access this through the memory space. On the 8088 you'll run a very compact 486 emulator. The emulator will run in the "640K is enough for everyone" memory of the 8088, while all its data will be on the add-in card's RAM. Each access to this "external" RAM will require the 8088 to write the address out to its IO space, then read or write the data. This will take many clock cycles to complete. The 486 virtual machine will have more memory available to it since the "external" RAM will appear, to it, to be its own native RAM. So in the 486 you will run a Core 2 Duo emulator and provide virtual hardware for all the other functions (graphics, etc), which will also, actually, run on external boards controlled through the IO space of the 8088. Now, on this Core 2 Duo, you run Haiku. Now the other computer. The other computer is the biggest, baddest, the shit, dual-Xeon, for a total of 8 cores, with 64 gigs of DDR3 RAM and the most bad ass graphics hardware you can get at any price. On this bad ass computer, you run Vista. You will be able to run circles around it with the first computer. That's how optimized BeOS was/is in comparison to all those crap operating systems out there.

  93. Re:BeOS Haiku by PopeRatzo · · Score: 1, Interesting

    OSS vs MS

    Much as I love OSS, I'd really like to see another professional, commercial player in the OS market.

    There are certain limitations, albeit different ones, that make OSX and Microsoft less than perfect. Unfortunately, those limitations seem to be getting magnified with every new version of those OSs.

    How about a well-funded, virtualizing OS that will run on a wide variety of personal computing hardware, and focus on running programs well instead of trying to limit the usefulness of media in order to benefit the entertainment industry? No DRM, no bloat, just a fast, clean OS that is designed to benefit the user instead of the "strategic partners".

    But it has to be commercial and not OSS. Again, I love OSS, but we need the leverage of being able to complain and ask for our money back. Drivers that are guaranteed to work and funding to be able to hire developers whose job is to make those things work.

    When having problems or running into limitations of which apps I can run on certain OSs, I'm tired of hearing, "what do you want, it's free?".

    Or, "What do you want, it's Microsoft?"

    Or, "What do you want, it's a Macintosh?"

    --
    You are welcome on my lawn.
  94. Re:BeOS Haiku by tverbeek · · Score: 1

    We already have ABC, NBC, CBS, PBS, and Fox to choose from... what do we need Nickelodeon or Discovery or ESPN for?

    We already have Judaism, Catholicism, Lutheranism, Calvinism, and Islam... what do we need Buddhism or Humanism or Hinduism for?

    We already have hamburgers, burritos, fried chicken, and pizza... what do we need curry or fish-n-chips or hotdogs for?

    We already have Symbian, WinMobile, PalmOS, and Blackberry... what do we need Android or iPhoneOS for?

    We already have WordStar, MSWord, WordPerfect, and WordPro... what do we need OpenOffice or Pages or AbiWord for?

    Having choices is a Good Thing.

    Also, you might notice that sometimes it's one of those other/extra/superfluous/ options that eventually turns out to be the most viable choice going forward. Who would've thought 10 years ago that StarOffice's Write and Calc (rather than, say, WordPerfect or Lotus123) would become the leading contenders to challenge MS Office? Or that Psion's EPOC (the parent of Symbian) would become one of the dominant handset OSes, rather than something from Palm or maybe Sharp? There was a time when it was self-evident that GNU or one of the BSDs would rise up to challenge UNIX®, but it turned out to be that new kernel from the Finnish fella which caught fire. A diverse ecosystem with lots of strange little things growing in various niches is the healthiest kind of environment.

    --
    http://alternatives.rzero.com/
  95. Re:BeOS Haiku by LingNoi · · Score: 1

    It would be impossible for them TO go after Microsoft.

    As soon as they have the better system all Microsoft has to do is take their MIT licensed OS and port their libraries (DirectX, .NET, etc) to it and bam, they're in the lead again. Oh, thanks for all that free code..

  96. Re:BeOS Haiku by BozoForPresident · · Score: 1

    Yeahyeah - everyone compute just like me - yay yaay! Those OSes aren't dead because the people that bothered to try something different liked what they found. So, in your Money Python analogy, by disparaging Haiku are you with the People's Front of Judea or the Campaign to Free Galilee? Ohhh - I get it! You're Brian! That's great for you! So your plan is to unite the world of alternate OSes against microsoft by knifing all the smaller ones that you don't get. Couple of questions... Who the hell is 'We'? (We already have several OS alternatives out there) And, why should I care if my favourite OS is mainstream? Have a look at what is mainstream - I'm better off without mainstream 'support'.

  97. mod parent up by Sir_Lewk · · Score: 2

    Amen sir, I couldn't say it better myself. I'm absolutely sick of people who just can't seem to understand that not all of us have a proprietary attitude towards software. No I don't care about "beating" Microsoft in any sort of capitalistic sense, I just like using good software.

    --
    "linux is just DOS with a UNIX like syntax" -- Galactic Dominator (944134)
    1. Re:mod parent up by Saffaya · · Score: 1

      Microsoft is the reason we have to use shitty OS and software for decades. Didn't you notice ?

      Better OS + better API documentation = better software, better productivity. More of the good software you like to use.
      That's not hard to understand, is it ?

  98. Re:BeOS Haiku by tverbeek · · Score: 1

    When it's closer to release readiness, I'm sure they will.

    --
    http://alternatives.rzero.com/
  99. Serious contender to desktop linux? by w0mprat · · Score: 1

    Desktop linux is still far away since [2009..2023] will be the year of desktop linux. Haiku seems to be suprising many with progress and stability, developers are using it full time and it's in a pre-alpha state! I would go so far to say Haiku could gain serious ground in desktop computing once it is 'good enough'. If BeOS's slick ease of use is retained. This will likely pick up users who've found the transition to Linux too hard or troublesome.

    I wonder though, Haiku seems to be repeating the mistakes of Be, at this point it seems rather too good. BeOS was of course TOO good also, and was sat on hard by MS/Apple and whoever else was in the market, because it was superior *ducks*. The same happend with OS/2 which was also too good for it's own good.

    OSS projects that are Good tend to prosper for just being so. But how will the linux camp react to competition?

    You see, it could be doomed. Worse is Better is a troublesome law:

    http://en.wikipedia.org/wiki/Worse_is_better

    --
    After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    1. Re:Serious contender to desktop linux? by Tetsujin · · Score: 1

      Desktop linux is still far away since [2009..2023] will be the year of desktop linux.

      That joke gets funnier every time I see it.

      Admittedly, I don't run Linux on the desktop - my mini-tower sits on the floor, all the desktop space is taken up by the monitors.

      --
      Bow-ties are cool.
    2. Re:Serious contender to desktop linux? by Anonymous Coward · · Score: 0

      Well the Linux camps will either look at the open source ways of another Operating System that penetrates some of the desktop market and try to see where it's doing things better.

      Thus allowing Linux to become better. Or Linux will lose much of it's following who would rather work on a "Haiku" Distro. Being Open Source, We may eventually see the same kind of distro segregation that Linux suffers. Ultimately the underlying Kernel, Binaries, code are all the same, but it's packaged with different apps and desktop designs.

      However as it stands Haiku seems too unified for this and at most will hopefully have only a handful of specialized distros (Network Server/Router, Web Server, Desktop). The long and lofty goals.

      Hey has anyone programmed Kerberos compatibility into Haiku? I should go read up.

  100. Re:BeOS Haiku by Bill,+Shooter+of+Bul · · Score: 2, Interesting

    Driver support was *not* worse than linux at the time ( well for me anyways). It was actually better. My computer of 1999 worked perfectly under beOs R5. It even supported the tv card! Linux ... Well it didn't support my video card. Or my ethernet card, or my printer. Or my mouse. Or my cd player. And yes, it was a weird hardware setup ( the cpu was mounted ont he motherboard on the opposite side from everything else.) But BeOs just freaking worked. It was awesome to behold. Much nicer than the win 98, or semi working linux distros I also had on the machine.

    But having said that. I realize its time has passed. A non multiuser operating system simply shouldn't thrive in today's market place. The security implications of single user frighten me.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  101. No flash support? by Anonymous Coward · · Score: 0

    I've seen workarounds for youtube to work, but I couldn't live without flash support.

    1. Re:No flash support? by NiteMair · · Score: 1

      Complain to Adobe...

  102. Posting from Haiku: No Flash Macromedia by Anonymous Coward · · Score: 0

    I was very impressed until I tried to watch stupid videos on Youtube.

    The latest available version of the BeOS package was Flash 4.0 and that didn't fly with YouTube.

    Otherwise it is awesome.

    PS: Making this post from Firefox from the Haiku vm image. woot!

    1. Re:Posting from Haiku: No Flash Macromedia by windsurfer619 · · Score: 1

      Gnash won't work?

  103. Re:BeOS Haiku by Sloppy · · Score: 1

    You're getting a lot of flames over that (and rightly so) but it looks like they're missing the mark on what your real mistake was:

    You arrogantly abused the word "we." (Read your post: it is sprinkled with that word.)

    There is no "we." You're just speaking for you, because it's impossible for anyone to speak for "us." Anyone who reads what you wrote, and happens to not be you, is going to be pretty offended that you tried to speak for them by saying what "we" have and what "we" want.

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

    We need to unite against Microsoft, the dominant power.

    Who is this "we" you speak of? You and your imaginary "community"? Whatever, kid.

  105. Please bring us a PPC port kthx by DiLLeMaN · · Score: 1

    I loved the little bit of playing around I did in, oh, some developer release I think. Allowed me to play god knows how many MP3's at the same time on a 120MHz 604, and it looked snazzy.

    Then, at some point, they claimed Apple wouldn't play nice, so they couldn't release PPC versions anymore. I never liked the "Apple's fault" blame game, since that never seemed to affect Linux.

    I wonder if Haiku is going to get PPCified -- sure would be a nice way to keep using those older machines -- but it's not there yet.

    *crosses fingers*

    --
    /var/run/twitter.sock is a twitter socket puppet.
  106. Re:BeOS Haiku by MrHanky · · Score: 0

    Better for you. In real numbers, the driver support wasn't nearly as good. Besides, since you couldn't get Linux to support your mouse of CD player, you obviously never even tried. In other words: you lie.

  107. Re:BeOS Haiku by Kartoffel · · Score: 1

    The old Net Server
    sucked raw eggs through a thin straw.
    BONE: fast, yet not stable.

  108. Re:BeOS Haiku by ForrestFire439 · · Score: 0, Flamebait

    Most (but not all) linux evangelists are just lusers who picked up linux and learned a few commands. They like it because it's free (as in beer).They go around preaching on every forum they can using recycled arguments they picked up from other users . They don't do it because they're looking out for people's best interest and want everybody to use the best OS possible; rather they do it because they know that the more people that use it, the more app's and drivers there will be. I used to be an avid linux user (until I found a superior OS), but now I'm getting sick of even seeing the word "linux" in every fucking software-related article I read. These kiddies need to shut the fuck up.

    --
    "Bread and Circuses is the cancer of democracy, the fatal disease for which there is no cure." --Robert Heinlien
  109. Re:BeOS Haiku by Kartoffel · · Score: 4, Informative

    Mod parent up. It's true. JLG and the other Be Inc execs failed pretty at strategic choices for their company.

    1. Letting Apple pick NeXT (and Jobs) instead of BeOS.

    2. The idiotic focus shift to "internet appliances" (whatever the fuck those were supposed to be) just as the dot com bubble was bursting.

    3. Allowing key portions of the IP to be locked up in legal agreements with other much MUCH more powerful companies.

  110. Re:BeOS Haiku by mellon · · Score: 2, Informative

    Firefox appears to run on it. I can't get the networking to work under VMware because (I think) VMware is choosing the wrong network adapter. There don't seem to be any preference panes or anything like that.

  111. Re:BeOS Haiku by adolf · · Score: 3, Interesting

    Hear, hear.

    I distinctly remember ugly hacks to get MP3s to play smoothly and reliably on my (absurdly stable and still running) P120 Linux box. It went something like this:

    nice -n-10 (mpg123 "hello i am an mp3.mp3" | bplay -b 4096 -)

    XMMS (or whatever it was named back then) didn't work much at all -- the box didn't have enough oomph. Winamp, under Windows, wasn't very reliable. It took a Gods-small and efficient mp3 player, at a real command line, without X running, along with a program designed specifically only to buffer audio, for it to function reliably.

    It chewed up more than 90% CPU according to top. And yes, I was pleased with that -- it worked.

    Nowadays, I get occasional skips under Windows on my 2.4GHz quad-core Q6600 box. And similar skips and strangeness on my Athlon XP 1900+ Linux box. Both of which, one would think, would be adequate to play a fucking mp3 without hacks and tweakage. *sigh*

  112. Seems Like It Would Make A Great Phone OS by rapierian · · Score: 1

    Considering how small the footprint is, and how well Haiku/BeOS can play media, it seems like it would be ideally suited to be the OS of a smartphone, with minimal modification.

  113. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    > multi-task while flawlessly playing back an MP3 on a 166Mhz Pentium with 32MB ram while showing minimal UI slowdown

    No offense meant at all, but it sounds like you're someone who's early computing experiences were formed on PC architecture. There were machines FAR slower than a 166 MHz pentium that could do the same thing as you mention. I've still got one in my closet. It's probably reasonably possible to do with a tenth of those system specs.

  114. Re:BeOS Haiku by capnkr · · Score: 1

    BeOS was not only fast on their own hardware, it was fast on 'regular' hardware, too. I ran it alongside Win98 and several Linii ;) on a few different systems (both desk- and laptop), and it blew the other OS'es away. Not just the boot and overall speed and multitasking it had once it was running, but the install was much faster as well, along with excellent hardware detection and compatibility in my experience. It has been a long time with lots of systems in the meanwhile, but I think I only had one piece of hardware that proved problematic out of the 4-5 systems I tried it on (no, I don't remember what that was...).

    I was really looking forward to seeing more of BeOS, but that was not too long before they abandoned it. I check in on Haiku every so often, and hope that the devs there are having both fun and success with their efforts.

    --
    "...there are some things that can beat smartness and foresight. Awkwardness and stupidity can." ~ Mark Twain
  115. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    > And I wasn't aware there was a limit to the number of operating systems allowed to exist.

    Oh, there is! Didn't you get the memo? The number is 1.

  116. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    dude you get two computers. one is a relay logic computer with a timer operated relay generating the "clock" transitions that permit the thing to progress through its hard-wired program. the timer is set to generate these transitions once per minute for a very slow running program. this hard-wired program is a 8086 emulator that runs your 486 emulator that runs your core 2 emulator. it will need the gigs of ram so a relay-logic interface to ram memory will be built. it will take it 36 minutes to set up the 36 "address bit" relays and an additional minute to activate the i/o enable bit, each time you want to output or input a dword from the ram. this monstrosity runs haiku inside three levels of emulator. the other computer comes from the enterprise in star trek. that computer runs vista. the relay logic machine will run circles around the other one.

  117. Good for Netbooks? by Anonymous Coward · · Score: 1, Interesting

    BeOS was always able to play all kinds of multimedia without skipping on minimal hardware. This seems BeOS would be an ideal OS for netbooks since they tend to have limited resources and typically only need single user support.

    I wonder if I could get Haiku to work on my eee pc?

    1. Re:Good for Netbooks? by Baba+Ram+Dass · · Score: 1

      I wonder if I could get Haiku to work on my eee pc?

      There's a pretty good chance.

      --
      Truckin like the Doo-Dah man...
  118. Re:BeOS Haiku by bob.appleyard · · Score: 1

    Good restaurants often only have a few options on the menu for any given day.

    --
    How dare you be so modest!! You conceited bastard!!
  119. Worth A Look by blueZhift · · Score: 1

    With virtualization becoming commonplace, Haiku may be worth a look in a VM at least. A fast, efficient little OS in a VM may have some good uses for specialized tasks.

  120. Re:BeOS Haiku by donaldm · · Score: 1

    Well it is open source and it does provide another OS alternative which IMHO is a good thing.

    --
    There ain't no such thing as proprietary standards only proprietary formats. Standards are by definition open.
  121. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Maybe because it's about bringing competition into the OS marketplace, not replacing one stupid monopoly with another?

  122. Re:BeOS Haiku by outZider · · Score: 1

    I think you were reading about the WebKit port -- which is actually a lot further than that, you were probably reading an old SoC post. Firefox works great on the platform, and it's been working on BeOS for some time. They're just trying to get something native-looking.

    --
    - oZ
    // i am here.
  123. Re:BeOS Haiku by outZider · · Score: 1

    No you didn't. Stop doing that. Linux works fine for what it is, don't lie about where things stood back then.

    --
    - oZ
    // i am here.
  124. Re:BeOS Haiku by Bill,+Shooter+of+Bul · · Score: 1

    I'm not lying. I had strange strange hardware. The cd player wasn't ide. It connected to the sound card. The mouse did work, but only partially. The wheel didn't work. Or the extra buttons.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  125. Re:BeOS Haiku by Puffy+Director+Pants · · Score: 1

    That's because of issues with food preparation rather than the customers themselves.

  126. Different app builds for different OS releases? by osgeek · · Score: 1

    I was totally in love with the BeOS back in the day. It had a slick and simple UI, a great OOP API, and some pretty brilliant developers driving it forward.

    The only thing that I remember really being off-putting was that you had to maintain different builds of your software for each version of the OS. This was due to the rigid way that the C++ libraries were linked to. New versions of the framework changed the vtables or something like that, which necessitated recompiles of the application code built on top of them.

    Does Haiku have this problem as well?

  127. Re:BeOS Haiku by Nazlfrag · · Score: 1

    Hell yeah. I could play back a mod while making an animation in dpaint and browsing a BBS all on a 14MHz 68020 with 4MB of memory. Not to mention you could get boot times under four seconds.

  128. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by Aardpig · · Score: 2, Interesting

    AA fonts weren't even impressive in 1996 -- RISC OS had them by the early 90's.

    --
    Tubal-Cain smokes the white owl.
  129. Re:BeOS Haiku by MightyYar · · Score: 1

    You are free to use another OS.

    As long as you don't have an actual job.

    Well, okay, you might work in design and get to use Macs or you might work in the server room and only use Sun or IBM or even Linux... but then you are a member of a vanishingly small minority.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  130. Nitpicking is fun/I query your poetry/WTF is that? by Valdrax · · Score: 2, Funny

    Haiku boots quickly
    similar to BeOS
    now with GCC!

    Haikus are tricky.
    Is /BEE-OSS/ or /BEE-OH-ESS/
    the way to say it?

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  131. Re:Nitpicking is fun/I query your poetry/WTF is th by fractoid · · Score: 1

    I seem to recall it being "bee-oh-ess". And your subject doesn't work if you pronounce it "doubleyew-tee-eff". :P

    --
    Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
  132. Re:Nitpicking is fun/I query your poetry/WTF is th by Valdrax · · Score: 1

    And your subject doesn't work if you pronounce it "doubleyew-tee-eff". :P

    What you say is true.
    My space was limited but,
    you know what I meant.

    Personally I
    always said it as /BEE-OSS/
    in days now long past.

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  133. Re:Antialiasing fonts? Vector icons? Holy cow, Bat by Hucko · · Score: 1

    Because they drank too much koolaid and copied Windows

    --
    Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  134. Re:BeOS Haiku by LuYu · · Score: 1

    More importantly, they have no convenient method for average Joe Tinkerer to give it a try and help generate buzz.

    When it's closer to release readiness, I'm sure they will.

    That, in my mind, is the entire problem with Haiku. They have been working on this for close to a decade and still have not really made a release. If they had followed Linus' "release early, release often" philosophy, perhaps we would have something usable by now. I guess this announcement is the first attempt at something like that, but I think even the broken versions should have been distributed long ago.

    That said, I hope as a result of this announcement Haiku begins to progress more rapidly. I have been hoping to use it for some time. I cannot see why anyone who used the original BeOS would not like such performance. Back in the late 90's, I could play 6 simultaneous video streams on a 450MHz processor with no visible performance problems. No OS that I am aware of can do that today even though processors are many times faster.

    --
    All data is speech. All speech is Free.
  135. Re:BeOS Haiku by Saffaya · · Score: 1

    Get on to coding ... the win32 API ? (urgh ...)
    And witness the 99% of win apps that stutter or freeze on you whenever the messaging sytem in windows shows once again its retarded model ? ( sigh ..)

  136. Why some ask by grimharvest · · Score: 1

    Another reason, and maybe the overriding one, would be that the BeOS community practically demands it. Quite a few people kept using BeOS 5 Pro, BeosMax and even PhosphurOS even though they were outdated. Be went out of business years ago, and while many switched to other operating systems, a lot of people still used it and gathered at sites like BeBits. People still were developing apps and drivers for it. Call it what you will, but the enthusiasm for this "dead" OS just never quit.

  137. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Restaurant analogy : OSX and Windows are fully cooked, Linux is still a bit rare and the rest are raw. :-)

  138. antialias fonts == eye strain by Anonymous Coward · · Score: 0

    it looks better, but hard to look at. So why ?

  139. Re:BeOS Haiku by nacturation · · Score: 3, Funny

    They came with cup full
    People looked on in horror
    Two girls and one cup

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  140. Re:Porsche vs. Pickup by Anonymous Coward · · Score: 0

    Yes, that's when you realize that it's fast and shiny but you can't do much with it, like transporing stuff or taking people with you. And prohibitively expensive in mainenance.

    But fast and shiny.

    A rich man's toy.

  141. "cleaning programming API ever"? by illegalcortex · · Score: 2, Funny

    MOUSEBENDER: It's not much of an API, is it?
    WENSLEYDALE: Finest in the industry, sir.
    MOUSEBENDER: Explain the logic underlying that conclusion, please.
    WENSLEYDALE: Well, it's so clean, sir.
    MOUSEBENDER: It's certainly uncontaminated by developers.

  142. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    2. The idiotic focus shift to "internet appliances" (whatever the fuck those were supposed to be) just as the dot com bubble was bursting./i>

    Netbooks.

  143. Re:BeOS Haiku by 7+digits · · Score: 2, Interesting

    (just my opinion here. if you were a BeOS fan, skip it)

    I was a NeXTstep developer at that time, an I did quite a lot of BeOS developement too.

    Let me give it to you straight:

    BeOS sucked balls. The APIs were horrendous C++ kludges. For a design that was done 8 years later than NeXT, it didn't make sense. The UI was ugly (for instance, windows minimisation left the small title bar in the middle of the screen).

    At the end, it really looked like a bastard C++ clone of MacOS to me (which was already doomed at that time), with a multitasking OS. You see, a bit like if a group of Mac developers wanted to rebuild Mac OS "right", without seeing that the world had moved since...

  144. why not merge with Linux by Anonymous Coward · · Score: 0

    Linux is lacking usability,
    I mean it is not really intuitive, seamless, crash free (not kernel, but apps)
    BeOs was a great OS with great integration, user interface, stability.

    Both are open source, so what is preventing merging the two?

    One thing is for sure, if you combine both well, you would get a great result

  145. Re:BeOS Haiku by JasterBobaMereel · · Score: 1

    The filesystem is a working version of what Microsoft were trying to do with WinFS (you might remember that this was supposed to be in Vista, but was withdrawn because they could not get it working....)

    --
    Puteulanus fenestra mortis
  146. Re:BeOS Haiku by anss123 · · Score: 1

    You should check out AmigaOS some time.

    AmigaOS does not strike me as particularly BeOS like... it's more like DOS/Windows with it's startup scripts, sudden deaths and odd idiosyncrasies like how it freeze up while holding down the right mouse button :-)

  147. Re:Nice, but: What the hell runs on BeOS/Haiku? by Slashcrap · · Score: 1

    Firefox runs on it, for example, as the story summary states.

    Oh yes? And does it start instantly?

    Because BeOS/Haiku fans are always saying that they love the way that software starts really fast. And I'm just wondering - does that mean that BeOS starts software faster than any other OS dues to its superior "modern" architecture? Or is it just because all the native apps have absolutely fuck all in the way of features and would probably start just as fast on a Pentium 75 running Windows ME?

    Someone time it for me so I can go troll OSNews.

  148. Re:BeOS Haiku by MrHanky · · Score: 1

    You mean it wasn't autoconfigured. Sorry, but mouse wheels worked fine in Linux back then (since XFree86 3.3.2, released early 1998), but needed a couple of lines in /etc/X11/XF86Config or whatever it was called back then, and often needed application specific support (for Netscape and Emacs, at least). You would have known how if you spent a minute plugging a query into Alta Vista. So, if you couldn't get it to work, you either didn't try, or you used a release prior to 1998. Compared to a BeOS release of 2000. And if you did that, then it's no wonder why some of your hardware wasn't supported: it wasn't made yet when the software was released.

  149. Re:BeOS Haiku by MrHanky · · Score: 1

    No, it wasn't.

  150. Re:BeOS Haiku by eb693 · · Score: 1

    Open-source has won
    The hearts and minds of us all
    Free as in (speech | beer)

  151. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    The Same slashdot where everyone gets giddy about microsoft's latest "leaked" build of windows 7? This lot are massive windows fanbois.

  152. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Do share, what's this better operating system of which you speak, do you not want everyone here to know about it? Is it still a free option or have you bought into a proprietary platform? if that's the way you want to run your computer then good for you, it's all about giving you the choice, that's why linux and other open source desktop software matters, and why shouldn't we encourage people to give it a go, there's no financial commitment and they can go back to whatever they were using before if they find it isn't to their liking, is there a reason why they should remain shackled to redmond indefinitely?

  153. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Exactly. Specifically here's what's going on in BeFS (and the "OpenBeFS" in Haiku is largely the same)

    - Metadata journal (kinda primitive though)
    - Big inode design stuffs some trivial key=value attributes into the inode
    - Bulk of file stored as extents (ie start + length rather than lists of blocks)
    - A hidden directory contains a bunch of index files which index file name & other attributes
    - The index files are B*Trees (or some other binary tree variant I forget)
    - The OS is responsible for updating all these files when a file is created, altered or deleted

    There's no full text search, and no inspection, so BeFS can find "the file named Granny.doc" (which is almost instant with slocate on Unix) but it can't find "the file which mentions Boris Harrison" (which is more or less instant in full text search systems like OS X Spotlight or any of several clones in Linux distributions. Once again the cheesy demo got implemented, but the useful feature remained in the TODO pile, that's the story of BeOS, and of Haiku.

    The present BeFS was created in the 1990s because Be's own "database filesystem" project had collapsed, the performance was abysmal. This was their compromise, and, it's not a very good compromise. It's a rush job, the guy who wrote it openly admits that in his book on the subject. If you had ten years (and the people behind Haiku have) you should have come up with something a lot better.

  154. Re:BeOS Haiku by Anonymous Coward · · Score: 1, Insightful

    Getting even modern Haiku developers to grasp that these APIs are nasty is essentially impossible. I think it's the regularity of the naming. BWindow, BMessage, BThis, BThat it seems to numb the brain. When you have some simple problem and the only solution they can find is to modify the entire OS, they don't recognise that it's an API problem.

    It also turns out, unfortunately for them, that Be made some nasty mistakes they can't readily undo. Be's error codes (required in the C and C++ ABI) are upside down. That was forbidden by the time BeOS was available for x86 hardware (and it had been coming down the pipeline for a long time before that). But you'll still see Haiku fans demanding that people alter their perfectly good software to permit this craziness, or even trying to get the standards altered.

  155. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Was it screaming to be heard over the fan noise?

    Haiku isn't energy efficient. When a Linux system is shutting stuff down to conserve energy, the Haiku machine is blissfully unaware of your concern. "Yep, yep, idling at 2GHz. That's the way. Both cores spun up and nothing happening". Shut down an idle SATA controller? You're lucky if Haiku even knows how to get the drive to spin down. Don't want to power unused USB connectors? Haiku can't help you. One of the classic idioms in BeOS software design is "once a second wake up and poke things", there's an API call just to get your program woke up once per second. Hey, we know about that design - it's something Linux distro people went through ripping out of software to conserve energy by keeping CPUs asleep when the user isn't doing anything. Well bad news, in BeOS waking the CPUs up once a second is not just commonplace, it's the only way to do many things!

    After an hour or two (maybe ten minutes in Haiku) you may want to shut your Netbook and come back to it later. Any modern Linux distro will preserve all your state, either in a very low power RAM preserving mode, or by "hibernating" to disk. Haiku doesn't have either of those options, you can leave the Netbook running until its little batteries are exhausted, or switch it off and have to start over when you turn it back on.

  156. Re:BeOS Haiku by CarpetShark · · Score: 1

    BeOS is easily the most pleasant-to-use operating system I've ever seen. It could also multi-task while flawlessly playing back an MP3 on a 166Mhz Pentium with 32MB ram while showing minimal UI slowdown, which was impressive even back then; compared to the performance of operating systems now it's down-right miraculous.

    Not really. Most mobile phones can play mp3s, and I'm pretty certain mine is nowhere near a P166 in terms of CPU power, given that it takes forever to draw a menu. Running an OS in 32mb of RAM isn't too impressive either, considering my first Amiga got multitasking and windowing and all into a 512k ROM. Granted, a network stack and unicode on top takes a bit more, but 32mb? We've still definitely lost some of the art here.

  157. Re:BeOS Haiku by CarpetShark · · Score: 1

    Someone needs to port apt-get. If you can download and maintain apps for BeOS as easily as on Debian/Ubuntu, and performance degrades less while doing that, then BeOS will go somewhere.

  158. Re:Nitpicking is fun/I query your poetry/WTF is th by drinkypoo · · Score: 1

    Well Actually
    It's called no hardware support
    Run the other way.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  159. Re:BeOS Haiku by tweek · · Score: 1

    Methinks bebits is undervalued these days =( Sad, really.

    --
    "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  160. Re:BeOS Haiku by tweek · · Score: 1

    Oh come on. People DID used to have problems with Linux hardware. Serial mice. How many different cdrom drivers did we have to deal with back then?

    It's sad when we forget how far we've come. Remember passing parameters to various drivers for the IRQ or IO port?

    --
    "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  161. Re:BeOS Haiku by tweek · · Score: 1

    Finalscratch. Most amazing BeOS demo ever.

    --
    "Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
  162. Re:BeOS Haiku by glebd · · Score: 2, Informative

    Just installed Haiku VMware image on VirtualBox. On my PC it boots in 15-20s. Network works if you select Intel NIC in VirtualBox prefs. The default NIC doesn't work.

  163. Re:BeOS Haiku by Zebedeu · · Score: 2, Insightful

    Here, here.

    I love Linux and run in wherever possible, but even after years of experience I always feel that I don't really understand 80% of what's happening under the hood.

    If it weren't for Ubuntu's terrific work streamlining and simplifying the OS, I would still be running Windows in my desktop and maybe text-mode Linux in a headless server doing simple tasks (it was the only way I was able to make some sense of Linux 10 years ago and keep it from becoming overwhelmingly complex).

    I used to use BeOS back in the day, and even coded one or two applications for it which were hopelessly crappy, given it was when I was learning programming.

    I could make sense of BeOS, it was just simple.
    For example, the kernel was a small file somewhere and drivers were separate small files somewhere else. The kernel would monitor the driver directory and if you dropped there a new driver file, the kernel would check it to see if it matched your hardware, and if so, activate it.

    Media support was enabled by using a centralized codec system. Kind of like Windows does for video (and audio?) codecs, or GStreamer in Gnome, except in BeOS the codecs spanned every kind of file format, from images to office suite documents.

    The OS wasn't perfect, and it wasn't always easy to do some of the more complex stuff, but what worked, worked wonderfully.

    In these days where browser-based applications are becoming more advanced, I can see Haiku becoming a serious option at least for leisure computing.
    I sure as hell would love to be able to use Haiku on my netbook, and if it were up to me, I'd be concentrating my development efforts into making that possible. I really think that this might be the killer application for Haiku -- a light OS which has all the basic functionality you use on the go (web, media, documents, chat).

    Unfortunately, I don't have the programming chops, the time or the motivation to contribute, so I'll just have to keep cheering from the sidelines (Go, guys!)

  164. Re:BeOS Haiku by Zebedeu · · Score: 1

    But they do change the menu daily, right?

    The variety is still there, just in a different manner.

  165. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    well done things are usually shit, so I guess the analogy works for OS X.

  166. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Mmm... On a similar Pentium 120 (IBM 720EL laptop) I ran X11R6 and xmms... All fine. The thing I had to do however was setting xmms to sample the output at 22kHz instead of 44kHz (the sound hardware on the machine wasn't able to do hi-fi anyway), disable the equalizer and remove the useless animations on the app.

    Then my mp3s ran while using ~25% of the CPU and I could use the computer to run other programs ; say Dillo (graphical internet browsing) and mutt (email).

    Ah, those were the days...

  167. Re:BeOS Haiku by jedidiah · · Score: 1

    > No you didn't. Stop doing that. Linux works fine for what it is, don't lie about where things stood back then.

    Yes I did.

    Playing MP3's is hardly impressive. Even ripping them and playing them at the same time is hardly impressive.

    All it takes is proper multitasking.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  168. It's alive by motang · · Score: 1

    I have Haiku running in VirtualBox for some time now, and I am glad to hear they will be at Scale as this time around I am planning on going. Looking forward to their demo there, and I want to help them out by buying a T-Shirt.

  169. Re:BeOS Haiku by jedidiah · · Score: 1

    Total BS.

    I've never had skipping problems with mere mp3's on any PCI Linux box I've ever had.

    Nevermind something with Quad cores. ...and I don't just keep my cores idle. They are at or near 100%
    most of the time either running jobs for mythtv or running long
    batch jobs using mencoder.

    Hell, even video doesn't "skip" under those high load conditions.
    Although it might drop frames or the video player might complain
    that the box is too slow.

    It takes 720p h264 from an HD-PVR to get a modern Linux box to "skip".

    Nevermind skipping. Worry about whether or not random seeks in h264
    are smooth and don't require the video player to contemplate it's
    navel for a minute after it's moved to the target frame.

    Running a Unix at 100% CPU is trivial and always has been. That's what Unix is for.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  170. Looks like fun by assertation · · Score: 1

    I've heard a lot about BeOS, but never got to use it. I've been looking for an excuse to being learning more about dealing with computer hardware. Installing a new hard drive for Haiku looks like a good excuse.

  171. Re:BeOS Haiku by YourExperiment · · Score: 1

    He had good intent
    But CarpetShark did not grok
    Line length in Haiku

  172. Re:BeOS Haiku by jedidiah · · Score: 1

    > nice -n-10 (mpg123 "hello i am an mp3.mp3" | bplay -b 4096 -)

    What the hell is this? If you're going to dinker like this, mpg123 is all that's needed.

    No wonder you get crap results if this is what you think you have to do.

    mpg123 has it's own internal buffering.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  173. Haiku by darkvizier · · Score: 1

    application crash
    developer looks at me
    says "works on my box"

  174. ahhhh by inerlogic · · Score: 1

    i 3 BeOS

    1. Re:ahhhh by inerlogic · · Score: 1

      <3

      tagfail

  175. Re:BeOS Haiku by Bill,+Shooter+of+Bul · · Score: 1

    Given enough time in a free operating system, its not impossible to do anything (thats part of the reason why its still around and Beos is not so much). The point is I just dropped the r5 cd in and blam, quick graphical install and everything freaking worked in Beos. That's what is known as superior hardware support. Not having to configure anything to work. No drivers to install.

    --
    Well.. maybe. Or Maybe not. But Definitely not sort of.
  176. what if Apple bought BeOS instead of NeXT? by peter303 · · Score: 1

    Both of these companies were founded by ex-Apple managers (Gasse, Jobs) who thought they improve on Apple technology. When Apple was tanking in the mid 1990s it went shopping for obstensibly a new operating system or merger parter (Sun MicroSystems was a third option). Gasse wanted a billion and Apple wanted to pay much less. Well, Apple bought NeXT instead for $400M, Steve engineered a coup detat and the rest is history.

    My answer: BeOS would have had a good chance of being OS#2 or #3 instead of Linux and MacOS. Sometimes the best technologies dont always win (MSFT).

  177. Has anyone considered..... by mrjimorg · · Score: 1

    Has anyone considered BeAPI for Windows/MAC/Linux to convert BeOS calls to windows/mac/linux equivalents so that programmers could use the superior programming interface on all current OSes? I understand that not all of the apis would work (I don't think windows allows you to shut down a cpu for instance), but it would be nice.

  178. Burma Shave by Anonymous Coward · · Score: 0

    See subject =)

  179. Hippy Hiku Brother Trucker by Tetsujin · · Score: 1

    Could someone who used BeOS, knows it and loves it, please explain to me what's so great about it?

    I mean, I have some familiarity with its reputation and I guess its feature set - better support for realtime applications, database-filesystem of some kind, etc... But I don't personally have a good feel for how all that plays out.

    Basically I am lazy: I would like to learn all I can about what worked well (and what didn't) in this OS design without having to take the time to run it myself. :D

    --
    Bow-ties are cool.
  180. Cool by EkriirkE · · Score: 1

    I used BeOS 4/5PE many years ago, got all the hideous metrowerks built tools and everything... Then a few years later (~2000) I remember seeing it used in Serial Experiments Lain and thinking "That's BeOS! I wonder how many others recognize it..."

    --
    from 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    to 45 2F 6E 40 3C DF 10 71 4E 41 DF AA 25 7D 31 3F
  181. why BeOS failed .. by viralMeme · · Score: 1

    Hitachi had agreed to license BeOS, and ship a dual-boot system using Be's boot loader and an icon on the desktop that enabled a Windows user to reboot into BeOS with one click.

    "Microsoft sent two U.S. managers to Japan who expressed their 'anger' with Hitachi over its arrangement with Be, and 'reminded' Hitachi of the terms of its Windows license," according to the claim"

    Microsoft Settles Anti-Trust Charges with Be

    Microsoft Corp. and Be Inc. Reach Agreement to Settle Litigation

    BeOS

  182. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    Isn't woo Cantonese for "bore".

  183. Re:BeOS Haiku by mr_mischief · · Score: 1

    If there's no blood in my steak, I send it back. Were you meaning "rare" as an insult?

  184. Re:BeOS Haiku by Anonymous Coward · · Score: 0

    If you struggled to play an mp3 on a p120 then your drivers were shit. I used to play mp3s without any effort on a p90 with 48Mb RAM using win95 & winamp. It only worked properly if I used a 32bit driver though - the 16bit driver (which had full midi support) stuttered like teenager in the girls locker room.

    That said, I did install BeOS on the p90, and it flew.

    On an old hardware note, my kitchen hifi/recipe lookup thing is an original iMac 333 running OSX 10.39. Runs itunes and has about 60Gb of music on an external disk. Runs perfectly.

  185. Re:BeOS Haiku by ForrestFire439 · · Score: 1

    FreeBSD of course.

    --
    "Bread and Circuses is the cancer of democracy, the fatal disease for which there is no cure." --Robert Heinlien
  186. Re:BeOS Haiku by ForrestFire439 · · Score: 1

    "hy shouldn't we encourage people to give it a go" By all means, encourage people. Just don't do it on technology related forums where everyone's already heard it a MILLION TIMES and the vast majority of people have experience with it. Go setup your friends and family and non-techies with it. I'm tired of the linux fanboys preaching to the choir on every tech forum whenever there's a question remotely related to software or even computers in general.

    "How do I figure out my subnet mask under Network Connections?"

    "Windows sucks d00d. Switch to linux! It's freeeeeeee and its waaaaaay better than windows. hrrrrdrrrrrrrrr"

    --
    "Bread and Circuses is the cancer of democracy, the fatal disease for which there is no cure." --Robert Heinlien
  187. Re:BeOS Haiku by portscan · · Score: 1

    you should care because you need apps to make your OS useful. the more users, the more developers (generally).

  188. Re:BeOS Haiku by IpalindromeI · · Score: 1

    Do yourself a favor and familiarize yourself with aptitude. So much better that apt-get.

    --

    --
    Promoting critical thinking since 1994.
  189. Re:BeOS Haiku by complexmath · · Score: 1

    This was mostly the result of poor POSIX support and a terrible network layer. By the time they'd begun to fix this, BeOS had become a kiosk OS and was no longer available for the PC (if I remember correctly).

  190. Re:BeOS Haiku by BozoForPresident · · Score: 1

    Ok. So I care a bit about the size and health of the Haiku community and more devs and users wouldn't hurt. But I care more about the level of quality of the current developers - which is quite high in my opinion.

  191. Re:BeOS Haiku by adolf · · Score: 1

    Perhaps you're right and I'm misremembering the details, but I certainly recall the battle. This was a long, long time ago.

    Might be that the method I was using involved l3dec instead of mpg123, which came later and was vastly more efficient. I still think I've spent some quality time tweaking buffering with mpg123, which (according to the changelog) didn't have output buffering until 0.56.

    And the point is the same: It wasn't always easy. And it's not always easy, now.

  192. Re:BeOS Haiku by MrHanky · · Score: 1

    Perhaps you could argue that. Perhaps. But you specifically said "driver support", and Linux has always had much better driver support than BeOS. In fact, XFree86 4.0, with DRI, was released the same month as BeOS 5. It had about the same basic driver support, but actually had accellerated OpenGL for some cards (Matrox? 3dfx?), BeOS never got that, unless you count the Dano beta (which didn't boot on my computer).

  193. Re:it all depends on the chosen metric. by Anonymous Coward · · Score: 0

    As the saying goes, there are lies, big lies and statistics.

    Your knowledge of the computer marketplace is pretty limited. Unix has been a big commercial operating system since the early 80s. For many years it was the OS for workstations from Sun, HP, SGI, and IBM. That market faded when proprietary workstations started getting pushed out of the marketplace by cheap-but-powerful commodity systems that mostly run Windows. Now it's pretty much dead as a desktop OS, but is still big in the server space, though not as big as Linux or Windows.

    Workstations market has never been that big. Perhaps it might have looked good on value alone, but it's always been dwarfed in numbers by commodity systems, and Unix was never as big as you make it. Most systems I faced since the 80s were CP/M or MS-DOS, some Prologue too, all running on clone PCs. This is my real life experience of dealing with SMBs. Even in the few factories I went, the OS of choice to drive production lines was CP/M-86. The first workstations I met in real life (if you count an academic setup as real life, that is) were at my Uni in the 90s. And already everyone was happily doing home assignments on PCs, mocking the poor slow IPX they were force to use in classrooms. Since the very beginning of the 90s, Unix workstations were considered, by everyone knowledgeable I knew, expensive divas, doomed to go the way of the dodo.

    Dude, you're the one that put forward OS X as a reason for learning GNUStep.

    So what ? I told you I personally don't like Apple hardware, don't like Apple policies, but I can't deny they make the best consumer applications around, and see no problem into using some of their tools (or functional copies of them for that matter) in order to bring the good parts I see to the other systems I prefer to use. And moreover, we were speaking of reasons to favour GNUStep over Haiku, and clearly investing time in GNUStep can always be converted into a useful skill with a 8% market share target, which is better than devoting ressources to a fanboy project aiming at less than a 1% of computer users.

  194. Re:BeOS Haiku by Nossie · · Score: 1

    the BSOD is the fatality move...

  195. Re:BeOS Haiku by Nossie · · Score: 1

    also makes it more difficult for viruses/virii (whatever) and trojans to propagate .....

    It might be security through obscurity but you still have to find code to run on the fucker.

  196. Re:BeOS Haiku by CarpetShark · · Score: 1

    Oh, I use it regularly, but you've gotta start somewhere :)

  197. Re:BeOS Haiku by CarpetShark · · Score: 1

    Since haikus were originally Japanese, I tend not to be too anal about how they should be done in a vastly different language like English :)