Slashdot Mirror


OpenBeOs Developers Talk About Progress

DeltaSigma writes: "Michael Phipps, of the OpenBeos team, recently hosted a public Q&A Session where many of the public musings over a completely new open source operating system have been addressed. The answer to all the 'is there room in the market?' questions was answered in a way: 'We are an OSS project. Marketing is not our job.' Perhaps more /.ers could keep this in mind ..."

67 of 258 comments (clear)

  1. Maybe not market room... by daemones · · Score: 2, Insightful

    ...but there's room on my hard drive.

    --
    Alas, Babylon.
  2. BEos by wastedbrains · · Score: 5, Insightful

    This is an operating system that hsould be developed even if there isn't "room" in the market for a new OS. Because as it progresses there will be room. As the OS becomes more usable people will make an effort to use it. Linux is a great windows alternative but starting completely over and not building off anything else is something that should really be done with most technology every so often. There is so much progress made in computer science why should we still be building off old systems and code. Build anew and you get a faster sleeker more efficient more reliable OS. This is great news even if it might take 6 years before it has the functionality of current OSes that are offered.

    --
    Dan Mayer: my blog, essays, art, etc
    1. Re:BEos by spitzak · · Score: 3, Interesting

      It is possible that developing BeOS may be the most efficient use of resources for getting a user-friendly desktop onto Linux. If you strip out X and the BeOS GUI, I believe what is left is pretty much identical, and lots of people think the solution for fixing Linux on the desktop is to get rid of X.

    2. Re:BEos by IamTheRealMike · · Score: 3, Interesting
      Exactly, so why don't we build anew?

      People seem to forget that although BeOS was ultra-great, it was designed under commercial pressures. They had to have a product that worked soon, and that limited them. We can do so much better. Here are some blue sky ideas for my "dream" OS:

      • Object filing system, so for instance you can have people, and money as objects, and multiple directory hierarchies. I won't go into too much detail here.....
      • GUI based on Mozillas Gecko - with some optimisation that would be the most kickass graphics engine imaginable
      • Total network transparency: Linux is pretty good, but imagine having network swap, if you run out of hard disk space, objects that haven't been accessed for a while are swapped out to other computers. Net result: huge amounts of disk space.
      • Knowledge representation based APIs. Most operating systems use huge data structures passed to functions to control them. Windows is big offender, not sure about Linux (depends on desktop I think). However, the web is heading towards being based on AI knowledge representation systems - the semantic web. If the OS was internally built on logical assertions and RDF-style abstract data structures, it'd be in prime position for ultratight web integration

      I mean really, we should not limit ourselves to merely small steps. Linux will do for now, but eventually we will need to move things forward, completely free of the past. Why not?

    3. Re:BEos by BlueGecko · · Score: 2
      Object filing system, so for instance you can have people, and money as objects, and multiple directory hierarchies. I won't go into too much detail here.....
      BFS can do this already. It's the way they implemented mail on BeOS: it was just a bunch of textfiles in a folder, but with attributes for To, From, Date Received, and so forth attached. You could also make a very simple database using that aspect of BeOS, and there were a few custom BeOS webservers designed that took advantage of that fact specifically to allow very simple databases without an engine. Amazingly, OpenBeOS already has a fully working replacement for BFS that has all of the features and seems to match the speed. It's still in alpha, but you should go check it out.
      GUI based on Mozillas Gecko - with some optimisation that would be the most kickass graphics engine imaginable
      Don't get me wrong here, but why? Gecko is designed to be an HTML viewer. Why do you want that as your GUI? I swear, I am not trying to start a flamewar; I honestly don't understand this one.
      Total network transparency: Linux is pretty good, but imagine having network swap, if you run out of hard disk space, objects that haven't been accessed for a while are swapped out to other computers. Net result: huge amounts of disk space.
      Check out Plan 9.
      Knowledge representation based APIs. Most operating systems use huge data structures passed to functions to control them. Windows is big offender, not sure about Linux (depends on desktop I think). However, the web is heading towards being based on AI knowledge representation systems - the semantic web. If the OS was internally built on logical assertions and RDF-style abstract data structures, it'd be in prime position for ultratight web integration.
      That's over my head, but it sure sounds good, so go over to OpenBeOs and add it!
    4. Re:BEos by IamTheRealMike · · Score: 2
      BFS can do this already. It's the way they implemented mail on BeOS: it was just a bunch of textfiles in a folder, but with attributes for To, From, Date Received, and so forth attached. You could also make a very simple database using that aspect of BeOS, and there were a few custom BeOS webservers designed that took advantage of that fact specifically to allow very simple databases without an engine. Amazingly, OpenBeOS already has a fully working replacement for BFS that has all of the features and seems to match the speed. It's still in alpha, but you should go check it out.

      Ah, not quite. BeFS allows for flexible metadata, great, but not quite what I was thinking of here. An object filing system is a bit different to tagging files with metadata, although they can often achieve the same thing in different ways.

      Don't get me wrong here, but why? Gecko is designed to be an HTML viewer. Why do you want that as your GUI? I swear, I am not trying to start a flamewar; I honestly don't understand this one.

      Don't worry, it's not obvious why until you've played with Mozilla a bit. Gecko is an HTML viewer yes, but it can do a lot more than that. The whole Mozilla front end is written in XML and rendered by Gecko - the menus, toolbars etc are written in a way similar to web pages (styled by css, handled by javascript etc). XML is pretty flexible. Mozilla is written using XUL which is like HTML but for user interfaces, however you can mix and match content types at will. SVG is like Flash in XML and I've already seen some extremely cool demos of what you can do with SVG in Mozilla. Imagine having a user interface with the slickness of Flash (clearly it'd have to be subtle, but you get the picture). Mozilla also supports MathML for embedding mathematics into the document, and I've seen ChemML be transformed into SVG diagrams of chemical formulae.

      What Gecko does is give you a set of very generic but powerful tools that let you do very easy but powerful graphics. The only problem is basically speed at the moment.

      About Plan-9, yes that has some neat ideas, including integrating everything into the filing system (which is sort of what I meant by the OFS).

      The knowledge representation stuff is just meaningless until it "clicks" I've found, check out the semantic web documents at the w3c - the stuff TBL has got planned for the next generation web is simply mind blowing. And that's my whole point: this sort of stuff has to be taken into the design at the beginning, it's not something you can just add later.

      One thing I don't think is useful is constantly reinventing the wheel. If I ever was to create my dream platform (what a geek!), I'd use Linux as the base. Writing efficient VM, video drivers etc is a solved problem. It'd really be more a new type of desktop environment: you can base something on Linux without using the Linux development systems or UIs, look at TiVo.

    5. Re:BEos by Wavicle · · Score: 3, Insightful

      Unfortunately the truth is to fix Linux for the desktop, you need to fork the kernel.

      What makes Linux inappropriate for the desktop is its lack of real time features, its monolithic design, its unix everything-is-a-filesystem-object architecture, it's hostility towards proprietary hardware drivers, etc.. All good things or non-issues for Servers. All terrible for a desktop user. (hint: Desktop users don't want to recompile their kernel... *EVER* - and they don't want to wait for their OS Vendor to come out with a complete set of up to date kernels with drivers)

      Getting rid of X is a good start. Getting rid of lpd/cups is another good start. Major surgery on the kernel is also required.

      --
      Education is a better safeguard of liberty than a standing army.
      Edward Everett (1794 - 1865)
  3. Re:A Meta-Question by stevenbdjr · · Score: 2, Informative

    Ummm, an IRC log is just a text file. You're probably viewing it in a Windows text editor, which would cause the line breaks not to translate properly. Try viewing the file in Wordpad, or better yet, VIM.

    As an aside, just because everyone you know uses AIM doesn't necessary mean that the rest of the world does. The reason it's not posted in an AOL IM log format is because the Q&A took place on IRC, not on AOL.

  4. Return of the Batmobile by Skyshadow · · Score: 5, Insightful
    Now if we could just get people to stop buying station wagons and stick to either tanks or batmobiles, we'd be in business.

    Seriously, though, I think right now is a key turning point in the platform wars. Simply put: thanks to widely-available and cheap networking and a proliferation of cross-platform applications (even on the desktop, at least until MS decides to pull the plug on Apple), the platform you're running on means less now than ever. That's the point Apple's trying to make in their new advertising campaign. Given that, it might just be that there's room for an OSS desktop.

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
    1. Re:Return of the Batmobile by ZaMoose · · Score: 2, Informative

      Spurious Stephenson alert! Kudos!

      --
      I wish I had a kryptonite cross, because then you could keep Dracula and Superman away.
    2. Re:Return of the Batmobile by ProfKyne · · Score: 2

      Now if we could just get people to stop buying station wagons and stick to either tanks or batmobiles, we'd be in business.

      But you have to admit, the European sports cars have gotten much better.

      --
      "First you gotta do the truffle shuffle."
  5. Define 'marketing' by MediaBoy77 · · Score: 3, Insightful

    "Marketing is not our job"?

    Well, that's his perogative, but not necessarily one that will lead to a successful project.

    What's the goal of this project? To create a new open source OS that no one uses? If so, marketing is definitely not their job.

    But if one of the goals is to create a new open source OS with a strong, active base of users and developers, then marketing MUST be part of the job and project plan.

    Marketing goes far beyond advertising for the sake of increasing revenue. Marketing is all of the PR work you do with the development community, IT decision-makers, not to mention the media (including Slashdot).

    Too often, open source advocates only associate marketing with profit-making companies, while forgetting that non-profits have marketing people too.

    From museums to charitable foundations, the most successful ones are those that can successfully market their 'product' to the world. Open source software is no different.

    1. Re:Define 'marketing' by MediaBoy77 · · Score: 3, Interesting

      My point is that marketing goes far beyond buying ads and doing press releases. That's simply advertising.

      So yes, if the people doing the coding want people to actually run their code, they should take it upon themselves to do some evangelizing. If there's not a groundswell of support, then distros will never pick up the code and do the advertising work that follows.

    2. Re:Define 'marketing' by DeltaSigma · · Score: 4, Interesting

      Please read the linked content. If you do you'll find Mike makes reference to companies and organizations expressing a commercial interest in OpenBeOS. What we have here is truly unique: An operating system built from the ground up that isn't directly tied to "old" technology. I don't mean to say that old technology isn't important. Indeed it is, because it's proven. But one must recognize that a platform which is no older than five years, that's public, which works on many hardware configurations, and still has the best media management (yes, BeOS under proper configuration and on decent hardware [my SCSI setup being one of them] is better for multimedia than apple systems). It has a place and my question in the article was rhetorical really. A lot of today's self-described linux advocates are advocates of just that; linux!

      People don't seem to want to be bothered with supporting truly open source software. This is just an indicator of such a person's own cynicism regarding the potential success of open source. I acted under no direction of the OBOS team. They're right, it's not their job to market, but whoever wants to get the word out is welcome and that's exactly what I did. Now come on, read about what we're doing. Try to understand where we're coming from and where we're going before you judge us from an article, the length of which just barely constitutes a paragraph. I'm sure that if you looked into OpenBeOS, while it might not be the OS for you, you'll agree it has its place. Sorry to bother your slashdotting with this plea for sincere consideration, I'll go back to work now...

    3. Re:Define 'marketing' by SirSlud · · Score: 2

      Yeah, but far and away, the best marketing is word of mouth betwixt people who know each other and trust each other. Its like, a quadrazillion times more effective than keeping your website updated, doing mailing list announcements, etc.

      In this respect, it still comes down to good old userbase. Which, when you're *not* advertising, will be a function of .. well, the functionality and usefulness of your product, minus any competative FUD your competiation successfully slings into the heads of your _potential_ user base. Sometimes, if you can get enough of a bootstrapped userbase, youd probably rather do *no* marketing than get people listening to a 'who is technically better' discourse between you and your competitionn, when your competition is held in wider public trust (not by us, of course, but by the general public) and has sh!tloads more money than you.

      Consider that companies *pay* people to go into bars and malls to talk their product up ... the OSS community *users* really have to realize that the best way the average non-programmer OSS user can repay the programmers for their work is by being loud and vocal about what they use. The user, in the OSS community, is the true marketer (and who best understands the needs of the next potential user than their best friend?) and this is a viewpoint I would like to see encouraged a little more in the OSS world. Dont write docs, dont contribute source - get your neighbour to understand why he needs to make the switch (or run them alongside each other, or .. well, you're the salesperson, you be creative and figure it out. :)

      --
      "Old man yells at systemd"
    4. Re:Define 'marketing' by zangdesign · · Score: 3, Interesting

      A serious question here: why does anyone "need" to learn about alternate OS'es?

      I ask because in order to get this message across you need to use an argument that has more meaning than "stopping the MS hegemony" or to "create choice". There needs to be a reason than people can actually personally relate to, such as "because we have the best quilting design software" or "because we provide the easiest-to-configure internet access".

      It's easy to convince as /.'er - just throw out a few neat acronyms, flame some other OS, and claim to be the latest-and-greatest-but-still-in-development. But that may only impress 10% of the market.

      What about the other 90% who just want the damn thing to work most of the time without too much hassle? What do you offer them?

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    5. Re:Define 'marketing' by Sloppy · · Score: 2
      But if one of the goals is to create a new open source OS with a strong, active base of users and developers, then marketing MUST be part of the job and project plan.

      Yeah, they need to keep that in mind all along, just like Torvalds did. Oh wait...

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  6. If you don't think marketing is your job... by bons · · Score: 2, Insightful
    Who's job do you think it is?

    OSS has grown up in many ways. Because of this, it's time we stopped acting like children and took responsibility. As a group, we decided to adopt restrictive licenses in order to prevent our creations from being used in a manner we did not approve of and we decided that we actually cared who adopted our operating systems, our programs, and we decided that we were going to compete against organizations like Microsoft.

    Now you may not have liked those decisions, but as a group, that's where Open Source went.

    Down that path lies marketing (including FUD, which we seem to have adopted quite easily), profit (which we still claim to want, even if we debate how it's actually obtained under this model.), and responsibilty (since we presume people will use this O/S to do business.)

    If you don't want to take the responsibilty to handle the tasks that aren't fun (such as marketing), please don't complain in a few years that the project died of lack of support and adoption.

    1. Re:If you don't think marketing is your job... by dinivin · · Score: 2

      As a group, we decided to adopt restrictive licenses in order to prevent our creations from being used in a manner we did not approve of and we decided that we actually cared who adopted our operating systems, our programs, and we decided that we were going to compete against organizations like Microsoft.

      Wrong. Not everyone made any of those decisions. Some people use completely free licenses (BSD), many OSS developers don't care who adopts the operating system, and quite a few never decided to comete against organizations like Microsoft.

      Next time, speak for yourself, not every OSS developer.

      Dinivin

    2. Re:If you don't think marketing is your job... by Skyshadow · · Score: 5, Interesting
      As a group, we decided to adopt restrictive licenses in order to prevent our creations from being used in a manner we did not approve of and we decided that we actually cared who adopted our operating systems, our programs, and we decided that we were going to compete against organizations like Microsoft.

      Now you may not have liked those decisions, but as a group, that's where Open Source went.

      Whoa, slow down there, cowboy.

      The licenses which make OSS possible are there to do just that -- force people and organizations to stay honest and not simply take advantage of the efforts of others. What you can *do* with that software is pretty much unfettered -- consider all of the places you can find Linux in one form or another.

      Besides that, who said we (we as in the community) had decided to compete against Microsoft? Competition implies that the OSS community is tied up in a parry-and-jab with MS, which we most definately are not -- why else would we be so eager to interoperate with Windows boxen, even when it means trying to adhere to MS's broken "standards"?

      OSS is about a way to develop software, and nothing else. My personal interest, and I dare say the interest of most people involved in the development or use of OSS, is only to obtain and use the best possible software solution for our needs.

      Raising the awareness of the project is important, but generally good and useful software concepts attract users and developers far more effectively tan "marketing".

      --
      Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
    3. Re:If you don't think marketing is your job... by BlowCat · · Score: 2
      Competition implies that the OSS community is tied up in a parry-and-jab with MS, which we most definately are not -- why else would we be so eager to interoperate with Windows boxen, even when it means trying to adhere to MS's broken "standards"?
      Sorry, but this argument is complete garbage. Let's see how Merriam-Webster defines competition:
      1 : the act or process of competing : RIVALRY: as a : the effort of two or more parties acting independently to secure the business of a third party by offering the most favorable terms b : active demand by two or more organisms or kinds of organisms for some environmental resource in short supply
      2 : a contest between rivals; also : one's competitors <faced tough competition>
      "Offering the most favorable terms" could include providing interoperability with the customers of the competitor. Whether it is done is a question of tactic, not the question of whether the competition takes place or not.

      While it's hard to speak of the open source / free software community as a competitior due to lack of organization, several companies such as Mandrake are directly competing against Microsoft for the desktop market. They do have their tactic and can change it if they want.

  7. HTML version / Mirror by truffle · · Score: 3, Informative


    If you have trouble reading the one linked off the front page, here's a mirror of the log in HTML.

    http://www.kupoflux.com/tmp/beoslog.php

    --

    ---
    I support spreading santorum
    1. Re:HTML version / Mirror by Osty · · Score: 2

      Yeah, that would be it. Curse my metal fingers.

  8. The "Is there a market?" question by TheGreenLantern · · Score: 5, Funny

    "We are an OSS project. Marketing is not our job."

    Translation: "No."

    --

    It hurts when I pee.
  9. Technical question by Raul654 · · Score: 2, Interesting

    Given that BE is relatively new, and as yet (I would assume) under-developed, what would be the challenges in getting it to work natively using windows drivers? In other words, why re-write every driver for every peice of hardware, when one could change the OS once instead?

    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. Re:Technical question by spitzak · · Score: 2
      I think using Linux drivers is more likely.

      The lack of drivers, especially for the graphics cards, is really a hurting point for any alternative OS.

      I have heard that the division between the driver back-end of XFree86 and the "X" part is getting better and cleaner, which may lead to eventually being able to use XFree86 drivers. But I doubt it is there yet because I don't see it being done now.

  10. WhoOS? by Drunken_Jackass · · Score: 2, Insightful

    With quotes like 'We are an OSS project. Marketing is not our job.' it's no wonder why 98% of the public have never heard of BeOS.

    That kind of attitude certainly isn't going to get your OS on any desktops, and pretty soon you won't have any job.

    **News Flash** Marketing works - especially if you have a solid product like BeOS was. Do you think MicroSoft and AOL would spend the wads of cash on marketing if it didn't work? Hell I'd be willing to guess that 40% or americans think that America(n) Online is the Internet.

    While it may not be the developers' job to market BeOS, they need to be more aware that marketing plays an ever-increasing role in the success of any product - including Operating Systems.

    --
    There are 01 types of people in this world. Those that understand binary, and me.
    1. Re:WhoOS? by dinivin · · Score: 4, Insightful

      That kind of attitude certainly isn't going to get your OS on any desktops, and pretty soon you won't have any job.

      Except that none of these developers are working on OpenBeOS as their job. They are working on it because they like it, and that probably won't change even if no one uses the it.

      Dinivin

    2. Re:WhoOS? by fobbman · · Score: 2

      Great, could you help them out by pointing to an open-source currency to pay for this that won't get them arrested for counterfeiting?

  11. Re:this will be nothing like beos.... by MrAl · · Score: 3, Interesting

    Umm... no. Try to be a little more informed when you write, AC. OpenBeOS is based on a kernel from NewOS which was written by one of the ex BeOS coders. There are several BeOS clones based on Linux (Blue-Eyed OS, Leonardo, even Cosmoe to some extent) but OpenBeOS is something different. The underlying architecture that made BeOS good for audio/video will not only still be there but be improved upon.

  12. Does one size really fit all? by Skyshadow · · Score: 5, Insightful
    Isn't it possible that pushing Linux to the average user's desktop is like pushing a round peg into a square hole?

    It seems to me that Linux is and always has been a server and power-user OS. It's become more user friendly in recent years, with the caveat that the ease of use depends heavily on the under-the-hood stuff operating correctly -- my mom will never, ever be able to tweak her kernel or reconfigure an XF86Config file.

    Isn't is possible that an OSS-type BeOS is a better option? It provides an environment that is ground-up designed for desktop users. It can still give us all the Good Things that a OSS OS brings (compliance with standards, innate resistance to embrace-and-extend, etc). Why limit ourselves to only running over a specific kernel and using a specific (UN*X) basic paradigm?

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
    1. Re:Does one size really fit all? by hendridm · · Score: 2

      > Isn't is possible that an OSS-type BeOS is a better option?

      I would like to see a free (or significantly cheaper) version of Lindows (including all of its features and goals). Should be too hard - it's open-source, right? At $99, it's not going to be a Redmund-killer by any means.

      Let's see, I can get 100% compatibility for $90 (Windows updrade) or I can get partial compatibility for $99. Sweeeet.

    2. Re:Does one size really fit all? by g4dget · · Score: 2
      Isn't it possible that pushing Linux to the average user's desktop is like pushing a round peg into a square hole?

      Linux with Gnome or KDE is roughly the same as MacOSX with the Mac GUI: a UNIX-like kernel and command line environment with a nice GUI on top of it. I don't see why that should work any less well for Linux than for MacOSX. If anything, the Linux kernel and GUIs are faster, smaller, and more efficient than what Apple is shipping.

      Isn't is possible that an OSS-type BeOS is a better option? It provides an environment that is ground-up designed for desktop users.

      But what concretely does it do better? Yes, people were thinking "desktop" while writing BeOS, but I have not seen any feature in BeOS that I can't get on Linux, Windows, or MacOSX just as well. And from a programming point of view, an operating system through-and-through based on C++ seems a bit old fashioned and constraining.

      Also, I like the fact that Linux and MacOSX are POSIX-based and have a complete server environment integrated as well. And that's not just useful for programmers, it also means that artists and grandmothers get good, free software like web servers and FTP servers.

    3. Re:Does one size really fit all? by g4dget · · Score: 3, Informative
      Just wondering, but have you ever used OS X? I own a new iMac G4,

      I own two Macs: a PowerBook and a desktop. More importantly, perhaps, my parents have also used all three systems, Windows, OSX, and KDE, so I know what kinds of problems non-computer folks run into. Windows is bad. KDE and OSX have both been OK for them, with different strengths and weaknesses and no clear winner.

      Aqua is so far superior to KDE or Gnome, its almost a laughing matter.

      I don't see much functional difference. The biggest differences are that Aqua leaves out a lot of options, which makes it easier to use for beginners, and that Aqua has a much nicer graphical design. And Aqua and the Mac UI have their share of rough spots, too (e.g., printing, finder defaults, wireless configuration, software installers).

      OS X plain works. Always. Smoothly.

      OS X works very well indeed, and I heartily recommend it. But that derives not from some kind of amazingly superior engineering, but simply because Apple has a much simpler problem than Linux: they need to support only a very limited range of hardware, they get to preinstall OSX, and they have full say in what ships. Specific Linux distributions on specific hardware work just as well.

      Anyone can use OS X, but your average day user cannot vi XF86Config and fix their settings.

      You are comparing apples and oranges (no pun intended). If you buy a PC with Linux-supported hardware and Linux pre-installed, it works just as well and just as easily as OSX.

    4. Re:Does one size really fit all? by hendridm · · Score: 2

      > If you make computers Lindows isn't $99, it's a single $500 fee for as many computers as you want to put it on.

      Although I agree, I feel much of the consumer value in Lindows is within the $99 subscription to the Click-and-Run warehouse. What's a Lindows user to do if he got no applications?

    5. Re:Does one size really fit all? by npsimons · · Score: 3, Insightful
      Why limit ourselves to only running over a specific kernel and using a specific (UN*X) basic paradigm?

      Who said anything about about limiting ourselves?

      Granted, two of the three above links are *BSD, but I don't see any reason why we couldn't have Debian GNU/BeOS.

  13. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  14. Re:Good points by Skyshadow · · Score: 2
    which has a better chance of success - taking BE and making developing it to the point where it can compete with windows, or taking Linux and covering up all those under-the-hood traits that have held it back so far.

    In my experience, you just can't hide the under-the-hood stuff and assume the users will never need it -- remember the "zero administration" debacle?

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
  15. If You Build It... by N8F8 · · Score: 2

    If your heart is in it and it brings you joy, then go ahead. Chances are others will see the love you put into the project and give it a try.
    If not, you still learned a lot in the process and quite possibly added to the pool of knowledge and others will still benefit.

    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
  16. Re:hmm BeOS? by mblase · · Score: 2

    how many home-ish users really need a multi-user system?

    Anyone who shares their computer with family or friends on a regular basis. I myself enjoy a Mac OS X computer with separate accounts for each member of my family; they can create documents, download files, and so forth without stepping on each other's desktops or making major changes to the system (without my permission). My wife can litter the desktop with text documents, my kids can add their own browser bookmarks, they can download and rip whatever music they like -- it doesn't get in anyone else's way.

    Really, multi-user systems might not have been all that important in the "old days" of personal computing. But now that a $699 off-the-shelf box and a cable modem is enough to become a vulnerable server on the Internet, multi-user setups are essential for basic security, with the added benefit of keeping everyone's virtual space personalized and distinct from everyone else's.

  17. Uh by emmons · · Score: 2, Informative

    Be is dead and gone. Its assets were bought out by Palm earlier this year. BeOS died a horrible death along with the company and is now partially owned by Palm- who won't release it since it doesn't suit their business well. They bought it to get the development team who is now working on PalmOS.

    This article is about OpenBeOS, which is currently vaporware. They don't even have a functional kernel yet. They've taken the NewOS kernel and badly maimed it... there aren't many competant kernel hackers on their team.

    --
    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
  18. multi-user is not useless on home systems by brokeninside · · Score: 2
    Multi-profiles would be nice, that is true. But multiuser in that type of OS would be a fairly useless thing to implement.
    Two words: security and security.

    1. Profiles are little more than eye-candy without permissions to enforce policy on said profiles. Without some sense of multiple users, one user cannot restrict read and/or write access from other users. Even home users have something to gain from little brother not being able to delete big sister's homework. Not to mention keeping users from deleting or changing key system files.

    2. The multi-user paradigm allows services to run as other than "root." One of the big weaknesses of most home flavors of Windows is that a compromise in any program is a "root" level compromise. I feel much more confident knowing that if a back door happens to be in my irc client that my exposure is limited to my personal files. Losing data sucks. Having to reinstall the OS sucks worse.

    Regards,

    -l

    1. Re:multi-user is not useless on home systems by rusty0101 · · Score: 2

      I am not about to disparage security by any means. Without it the company I work for would not be on the Internet. Even so there are a couple of considerations to take in when working with an OS and determining if multi-user is required.

      First of all note that BeOS had hooks built into it for multi-user opportunities. The default user-id is Baron, not root. There are add-ons that provide a multi-user environment as well.

      There are down sides to having a muli-user platform as well. There are situations where it makes sense to have the OS come up and start running a user application. Tivo is one example, Internet radio stations are another.

      That said, one of the down sides of having a multi-user system is the very thing that makes it handy to have. Adding cycles to authenticate access slows down a platform.

      Also note that if little brother is dedicated to finding a way to delete big sister's homework, the fact that the platform is multi-user, with ACLs, does not prevent little brother from being paitent and finding bit sister's password, or breaking the SU password and getting to the file.

      Actally having to re-install an OS is nothing compared to losing some data. For example the password file to your online bank account, or your graduate thesus and supporting documentation. The OS is either available on redilly available CD-Rom disks, or other handy resources. If you have spent months collecting and analyzing data, putting together your paper, you probably can't re-create it overnight. If your Online checkbook is compromised, it very well may cost you significanly more than the value of your time and materials to re-build your system.

      Then again, it apperars that you have different ideas, so I could be wrong.

      -Rusty

      --
      You never know...
  19. Re:Good points by affenmann · · Score: 3, Interesting

    >In my experience, you just can't hide the under-the-hood stuff

    What about MacOS X?

    Anyway, I guess it would be a good idea to put BeOS (the UI that is) on top of GNU/Linux. But who am I to tell anyone what to do?

  20. palm and BeOS by paradesign · · Score: 3, Interesting

    is there any news at all on what Palm will do with BeOS?
    i wonder how much BeOS will influence the PalmOS.
    i seems a shame that such a good OS should die like this. i applaud OpenBeOS for their work at "reviving" what once was, even if it is stil linux.

    --
    I want 2D games back.
    1. Re:palm and BeOS by SuperCal · · Score: 2

      I don't know much, but I have read that Palm is basicly sitting on BeOS. A company called BeUnited inquired about licencing it but couldn't pay Palm's asking price which I believe was around $2million. Also unlike many early rumors palm is not baseing PalmOS 5 on BeOS code. Palm 5 was however writen by largly the same group of coders that came from Be.

      --
      Business News and Resources: www.usasource.net
    2. Re:palm and BeOS by Suppafly · · Score: 2

      i applaud OpenBeOS for their work at "reviving" what once was, even if it is stil linux.


      OpenBeOS is not, nor was it ever, linux or any form of linux, with the exception of some ported cmd line utils its all written from the ground up using the original beos api for a guideline.

  21. Re:Corporate backing? by WowTIP · · Score: 4, Interesting

    Michael Phipps gave an interesting answer to the "Why openbeos?"-question in the Q&A-session:

    [Captcpu] Here's a nice one from: [mwilber] Why did you decide to start the OpenBeOS project?
    [17:35:47] [mphipps] Insanity. ;-)
    [17:36:25] [Captcpu] good answer :)
    [17:36:52] [Captcpu] but wait..there's more...[mphipps] Seriously - I had a project that I have been working on for years on BeOS. The short version of the story is that it is an object oriented paradigm in which every class is a process and every instance is a thread. It needs hyper fast messaging and process/thread swapping. No other OS will do that. Even R5 wasn't the best.
    [17:37:47] [mphipps] So, when the Palm announcement was made, I looked at Linux and the BSD's, but none of them were as fast and as easy to use. So I decided that BeOS must continue on.

    Hopefully more people will see things the same way. Some things are hard to do, or outright impossible in most common enviroments today. If enough people makes this realization OBOS could have a very nice thing going.

    Another thing that often is forgotten when talking about OBOS is that the goal is not only to recreate BeOS as OSS. It goes beyond that. The goal of OBOS R1 is to recreate BeOS R5, but when the devlopment continues towards OBOS r2, new interresting stuff is going to be implemented. The plans of what to include in the post-r1-releases of OBOS are made at the Glass Elevator mailing list

    --

    --

    "I'm surfin the dead zone
    In the twilight, unknown"
  22. Why? by g4dget · · Score: 2
    BeOS was a reasonably nicely engineered system, but it was yet another variation on one of the traditional kernel architectures written in C++, with a bunch of C++ libraries for one of the traditional GUI architectures. Maybe OpenBeOs will also be well engineered, maybe not, but do we really need it?

    I suppose in a world where people spend a lot of time writing PDP-10 and game console emulators, another nostaliga-driven software effort won't matter much. But just imagine if all that effort were directed towards doing something new and original: coming up with new kinds of user interaction, figuring out entirely new ways of organizing kernels, rethinking the way kernels are implemented.

    If it has to be a clone of a system that has been done before, why not clone and create a better implementation of something that differs more from what we already have than BeOS?

  23. Re:Yeah, go ahead... by nochops · · Score: 3, Insightful

    Umm...who the hell are you?

    These people are not being 'put together' by anyone.

    They will work on whatever project they want to.

    --
    "A terrorist is someone who has a bomb but doesn't have an air force." -William Blum
  24. The "Is there an OS?" question by emmons · · Score: 2, Insightful

    There is nothing to market. OpenBeOS is vaporware right now. There's very little done besides a lot of talk.

    For instance: The kernel is a fork of the NewOS kernel, which is far from complete itself and there are few if any competant kernel hackers on the OBOS team. Also, fork has been changed so much (mostly superficial changes) by the few developers who are working on it, that changes to the NewOS kernel will not easily port to the OBOS fork.
    Also, very little else of the OS has even been seriously started on. Check out the OpenBeOS website and see their progress indicators.

    I'm not saying that the project will go nowhere (that's only my personal opinion), only that if it does it will be years before anything of significance is realized.

    --
    Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
    1. Re:The "Is there an OS?" question by Suppafly · · Score: 2

      Considering the short amount of time involved and the progress indicators you mention, I think most people would agree that the obos project has progressed quite well and its perceiveable that if they continue at their current rate they'll meet their goal of providing all the major functionality of beos 5 in a couple of years.. but I guess its easier to get modded up by some clueless idiot when you troll than to actually make insiteful observations.

  25. Marketing is CRUCIAL by coene · · Score: 2, Insightful

    This is why Open Source isnt taken seriously by many real companies -- many of the majorly hyped projects take this type of opinion towards marketing, "not our job". The fact is, it should be if you want your product to be used, open source or not.

    Marketing does not need to mean advertising. I believe for Open Source projects, they need to use marketing as a way to define needs of the market (or the wants of the users), and goals of the project. As well as a way to present the product to the end user/customer.

    How can you develop something for which you do not understand its requirements, nor its goals? Just because it is open source, and a voulenteer effort, does not mean its a good idea to attack the project blind from 2 sides!

    1. Re:Marketing is CRUCIAL by rusty0101 · · Score: 2

      Perhaps I am wrong, I expect that I am for some situatins.

      In any case, I don't recall anyone askin the guy building the helicopter in his garage if there was a market for the thing. Or the handyman who puts together a skiff out of some plywood and marine glue and fibreglass.

      In my opinion, the folks working on OpenBeOS are highly skilled craftsmen who are using their tallents on their own time, to work on a project that interests them. If the end result of that project is a product that only they use, I doubt that they are going to be particularly disapointed.

      At the same time, I am one of perhaps dozens or hundreds who are looking for an update to BeOS that will allow me to use new hardware that BeOS does not support. Not because I can't use BeOS now, I do. Because I would like to go back to using an OS that performs the way BeOS does, and that I can use newer hardware and peripherals with. To me that makes OpenBeOS worth while, and worth following.

      Then again, I won't force that view down your throat. If you insist that the handyman building a boat in his back yard, on his own time, do a marketing study on the demand for personal watercraft, I think I can afford to compliment him on his work and help him get it to the water when he is ready to do that.

      -Rusty

      --
      You never know...
  26. Is there a market? by Mark+Bainter · · Score: 2
    I say definately. I love linux, and I use it for just about everything I do. But that doesn't help say, my parents, or friends I know who are looking for something which requires less of them.

    With MS basically looking to try and force people into XP, I've been wondering what I'm going to recommend to these people. OS-X is a definate possibility, but apple hardware is rather expensive. And I'm not exactly a huge fan of the way apple handles things either. They are not exactly a model company either.

    Honestly, I've never gotten a chance to use BeOS. I really wanted to give it a whirl, but it went under before I got a chance. From what I saw though, I think it might fit into that space very well, if they can get enough apps. (Binary support for other free OS's would be good there. Not sure how feasible that is though in this case.)

    Regardless, they aren't a company. They have no need to prove market or profitability. If they want to do it, that's all that really matters. There's no need to justify your itch before you can scratch it.

    --
    "No nation could preserve its freedom in the midst of continual warfare."
    --James Madison
  27. Re:A two-part strategy... by WowTIP · · Score: 2

    You mean something like WinBe?

    --

    --

    "I'm surfin the dead zone
    In the twilight, unknown"
  28. Uh, Insightful? by UsonianAutomatic · · Score: 2
    In other words, this is just another case of programmers indulging in a hobby and not really trying to provide users with a genuine, useful. and usable alternative to Windows.
    That's right, how dare these people devote their free time to a software project that doesn't directly compete with Windows?! How dare they derive personal enjoyment from the mere act of contributing to an interesting project!

    You're right! No middle ground! I hereby call for a boycott of OpenBeOS! While we're at it, let's boycott Sourceforge; there are clearly too many software projects there that aren't meant to compete directly with Microsoft products! All those projects born of niche necessity or pure personal enjoyment... all those programmers indulging in their hobbies... it makes me sick!
  29. Cool, but by A_Non_Moose · · Score: 2

    I hate to ask a question on /. that my be heresy or brilliance or both:

    Simply put, BeOS was an excellent operating system, but OBOS may (or may not) fall under some of the axes that fell on BeOS.

    Boot Loader: Acceptance by OEM's I take it is not a concern, but should be in the mind of the developers, just in case.

    OSS: Attracting developers did not seem to be a problem, but because of the politics involved with some binary compatability with OSS, there were *drivers* for hardware that were rejected because BeOS was closed. (don't pshaw, that is why you could not get anything beyond a 3com 905 to work despite drivers being written...I ran into that problem)
    Not a fun place to be, you know the OS and hardware will work, but the person who wrote it gets smacked down. Grrrr.

    The "B" in BeOS/OBOS: perhaps the B shoud be for BSD, that way the above OSS conundrum does not present itself. Think about it: forks and usage of the source w/o giving back are welcomed and would avoid the "show your source or piss off" problem.
    This, I think, would also round out the BSD family (Open/Net/Free) with a Multimedia (crus of BeOS) quite nicely if the developers did decide to use BSD. (and this coming from a Slackware, and slight Redhat, fan).

    Interesting that I found myself getting excited, but after the first round of being wowed and then let down when Be dropped BeOS, well, "once bitten, twice shy..."

    .

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:Cool, but by snarfer · · Score: 2

      Simply put, BeOS was an excellent operating system, but OBOS may (or may not) fall under some of the axes that fell on BeOS.

      The MAIN thing that killed BeOS was Microsoft actively blocked computer manufacturers from putting it on their computers. If it had been shipped with computers you can be sure that plenty of developers would have been developing apps, and Microsoft knew that.

      Even the Bush anti-trust settlement forbids Microsoft from stopping manufacturers, so OBOS would have a shot at getting on computers. BeOS was much more user friendly than Linux, so this is a possibility.

  30. Um.. by NeoOokami · · Score: 2, Insightful

    That could mean it's vaporware, but past due? OpenBeOS hasn't made ANY release date promises, so how can it be past due and past a release date? They're recreating an entire OS from the ground up (and technicallly up to the ground). That's years of work. (Their goal is an R5 clone, so they have roughly seven years of work to do, I'm sure they'll move faster than that since they're not innovating it yet but you get the idea.)

  31. Re:Wired: OpenBeOS founder dead by suicide by Watts+Martin · · Score: 2

    While Gene Kan's death is certainly tragic, he had nothing to do with OpenBeOS that I know of. He was never even listed on their website, he most certainly wasn't a founder, and I never heard of him once in connection with BeOS during the time I was involved with it (from Preview Release 2 in their pre-Intel days up through Be, Inc.'s demise). I can't remotely find anything that suggests otherwise.

  32. Re:The Kernel? by rusty0101 · · Score: 2

    The BeOS kernel was the source of BeOS's performance. The Linux kernel is a fine kernel for a platform based around making use of the software that was written for operating systems that came before Linux.

    That does not mean that it would not be possible to build a varient of BeOS that runs with a Linux kernel, in fact there was an effort to build just such a platform. I have not heard a lot form them lately, which may be an indication of the people involved all being short of time, or possibly problems with the implementation of the vision.

    On top of everything else, the developers made a decision to go the direction they took. That decision may not jive with your opinion, it may not even jive with documentable facts. However the decision has been made, and they are running with it.

    If you really want to figure out why they made the choices they did, feel free to go to their web site and see if you can understand from that.

    -Rusty

    --
    You never know...
  33. windows component cost by labradore · · Score: 2

    Just to be picky: GeForce Ti 4600 = $300.00 or more. Windows XP corporate workstation $300.00. As you approach top of the line hardware, windows liscenses become a smaller fraction of the total cost. However, if you were to measure the cost of all software installed on a typical windows system it would likely dwarf the cost of the hardware. That statement may be less accurate for high-end Windows "advanced servers" like those pooped out by HP, Dell and IBM, but I do know the applications those servers usually run are priced in the thousands and ten-thousands (perhaps even hundred-thousands) of dollars (think Oracle or DB2 on a 16-node Windows 2000 advanced server with multiple TB SAN array).

  34. Re:the intent of the coders by Suppafly · · Score: 2

    Im sure that if the intent of the coders was, in fact, to produce an OS that could rival Microsoft, they probably would have teamed up with some of the already existing Linux projects. They could be helping with KDE, GNOME, or kernel dev. However, producing the M$ killer is obviously not their intent.

    Or maybe producing an MS killer is their intent and they are just smart enough to realize that teaming up on some linux project is precisely not the way to do that..

    Actually, in all reality, their goal is pretty simple and has been stated over and over, its to replicate beos r5 from scratch and eventually expand upon it.

  35. Re:Good points by biglig2 · · Score: 2

    Isn't is a pseudo-acronym? The OS made by Be is called BeOS, that seems reasonable. The Mac OS is called MacOS, ditto.

    I know where it is done to mkae the name look funky, that's horrible, but wnat is the alternative? Beos and Macos? They loose meaning because it becomes less clear that they are the OS associated with Be and Mac, respectively.

    --
    ~~~~~ BigLig2? You mean there's another one of me?
  36. Re:BeOS is excellent by Wavicle · · Score: 2

    This article is about to roll off the front page, so I doubt anybody will read this, but I'll post it anyway.

    I believe OBOS will fail, and it will be a shame. But it will fail because it is a large project managed like a commercial project, and people just aren't jumping on board.

    When I gave up on Linux and decided it didn't have what it took to be a desktop OS, I went looking for something else to contribute my time to. OBOS seemed like the thing. An OS whose primary thrust was the desktop, not as a server!

    However I quickly found that all the things that Linux did right in the early days (and still doing right today), OBOS is *not* doing. Take a look at their join us page. It looks and feels as though they are filtering applicants. It isn't like Linux where the source code is out there, easy to get, easy to hack, easy to submit a patch to the other developers and eventually have your fixes make it into the code. You don't come out of nowhere and submit something to OBOS, you Join up and hope they put you on to "that team".

    Of course this is necessary because all these team members have CVS access and can create a nightmare for everybody else. If it was just anybody posting patches to a mailing list the problem would not exist.

    Thus, sadly, OBOS is going to fail because the OBOS Powers That Be don't understand what Linux did right. As a result, nobody wants to go through the "commitment" of "joining" - especially now that they're talking about removing people who aren't contributing... Now joining carries an obligation... What if I just want to play around and hack a little and ask others to try my changes?

    Sorry OpenBeOS... I *really* wanted you to work.

    --
    Education is a better safeguard of liberty than a standing army.
    Edward Everett (1794 - 1865)
  37. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion