Slashdot Mirror


Syllable - The Little OS with a Big Future?

Vanders writes "Tired of endless Windows security problems? Intrigued by Linux's power but discouraged by its complexity? Tempted by Mac OS but not thrilled with the hardware cost? In an OSNews article, Michael Saunders takes a look at Syllable, the OS that picked up where AtheOS left off over two years ago. Michael takes you through Syllable and shows you what we have been doing these past few years."

60 of 397 comments (clear)

  1. Sure by Anonymous Coward · · Score: 3, Insightful

    If it can solve the problems Linux has on the desktop, namely incredibly poor software installation and ugly graphics, it might have a chance. It seems promising, but then again, so does Linux. I've been wishing Linux on to the desktop, but it just doesn't seem like it's happening.

    Question: Is there any way to use Linux device drivers with this os? How hard would it be to "port" Syllable to Linux?

    1. Re:Sure by Anonymous Coward · · Score: 5, Funny

      Poor software installation ? Have you ever seen apt-get and portage ?

    2. Re:Sure by Vanders · · Score: 3, Informative

      Question: Is there any way to use Linux device drivers with this os?

      Almost all of the drivers are Linux drivers, originally. They have been ported to use Syllable API's, but they're not that different. If you know enough about device drivers you can port a driver from Linux in a couple of days. Some people have ported drivers in a matter of hours.

    3. Re:Sure by Stevyn · · Score: 2, Insightful

      Portage is the best thing since sliced bread. KDE looks beautiful, better than windows.

      I think his frustrations must stem from RPM based distros like SuSE, Fedora, and Mandrake. RPMs were a good idea, but horrible in practice. Portage is still a tradeoff though. You'll get faster applications and it's easy to install them, but it can take a while to compile. I'll still go with portage any day over RPMs. I think those distros should ditch them because it's really hindering linux adoption.

    4. Re:Sure by Hatta · · Score: 2, Interesting

      To keep this on topic, the biggest obstacle to any new OS is the number and quality of applications available. It doesn't appear that they're using X, so it won't be easy to port existing applications. But since they're POSIXish, it may be possible to make an Xsyllable port much like the Xdarwin port.

      Of course, that would just be bringing the problems of linux onto Syllable. You still wouldn't be able to, for instance, copy and paste non-text objects between different apps. But still, a working system with usable apps now may help generate enthusiasm for the system and bring in developers for native apps.

      --
      Give me Classic Slashdot or give me death!
    5. Re:Sure by Hatta · · Score: 5, Insightful

      Furthermore, it shouldn't be necessary to use a CLI, ever.

      I agree. I would further propose that it shouldn't be necessary to use a GUI, ever.

      --
      Give me Classic Slashdot or give me death!
    6. Re:Sure by spacecowboy420 · · Score: 2, Informative

      I know for a fact that apt-get works on fedora and urpmi works great on Mandrake. Their ease of use makes me curious as to how portage is better. A packaging system that solves dependencies as it installs is the goal of all three - so again why is it better? With portage, you wait for a compile. With apt-get/urpmi the package and it's dependencies are installed rather smoothly - I have yet to see a problem (as long as your sources are good). I rarely need to actually install an rpm as long as I have the plf sources, and I never have to wait for a compile. I also believe this ease of use would encourage the adoption of linux, as opposed to waiting for the app to compile... I think either you haven't tried these distros or you are clouded by gentoo groupthink.

      --
      ymmv
    7. Re:Sure by secondsun · · Score: 2, Interesting

      Portage is better than urpmi because anyone can make an ebuild that works with the tree which requires no though for what the person has on their system. For example, if I want to use the video preview of KDE in a portage system I pass it a flag when I install. If I want to use a rpm based distro I woul dhave to grab the tar balls, grab the xine-dev rpm for my version of linux, futz with the makefiles so everything points in the right direction, then compile.

      --
      There is nothing wrong with being gay. It's getting caught where the trouble lies.
    8. Re:Sure by moonbender · · Score: 4, Insightful

      Anyone can install a tarball and with great scripts like CompileProgram anyone can install it with one command.

      No. You can do that, and I can probably figure it out easily enough, but no, most people can not install a program from source. Although I'm sure they could be enabled to do it - portage is a start, an easy to use graphical portage would be even more of a start.

      --
      Switch back to Slashdot's D1 system.
    9. Re:Sure by Tony+Hoyle · · Score: 2, Insightful

      I gave up on portage simply because the simplicity you describe is its greatest weakness.

      Sure, you can pass flags when you first install, but it doesn't save them for each app, so when you do an upgrade of your system all the recompiles take the default settings - *and* the default dependencies. That sucks.

      I really wanted a copy of lynx that didn't require X (like, you know, every other frikkin distro ships by default). This worked fine for about 10 minutes until I accidentally unmasked a later version when doing a system upgrade. It pulled in the whole of X, about a zillion fonts and produced a lynx binary that was useless to me.

    10. Re:Sure by Curunir_wolf · · Score: 2, Insightful
      Then you did it wrong. Don't just pass flags in when you install unless you want them temporarily. Instead, add them to make.config like you're supposed to, and they'll be there when up upgrade.

      And why did you do a

      emerge lynx
      without doing a
      emerge -p lynx
      first. And how the hell do you "accidentally" unmask a package?

      You must be purposefully trying to spread FUD about Gentoo to make that kind of complaint about portage.

      --
      "Somebody has to do something. It's just incredibly pathetic it has to be us."
      --- Jerry Garcia
    11. Re:Sure by ajs · · Score: 3, Interesting

      Define ugly graphics.

      There are about 2000 themes for various desktop systems (from Gnome to KDE to WindowMaker) and of those there are probably about 20-30 that are solid enough that I would consider them full default-theme replacements.

      Are you refering to all of those, or did you just install some random distribution and declare it "ugly" (by your standards)? Are you refering to the lack of 3D acceleration on the desktop (e.g. what MacOS/X gets from having written their desktop on top of an Open/GL layer)? If so, that's a valid concern, but starting with the work x.org has done and implementing the rest would certainly have been easier than writing from scratch.

      Question: Is there any way to use Linux device drivers with this os?

      Probably not, and even if this OS were able to take advantage of Linux drivers, I doubt that it could take advantage of the larger subsystems like filesystems, networking stacks, cryptography, etc.

      What I'd really like to see is some of these (obviously massively talented) people who go off and do their own thing, actually starting with a working system like BSD or Linux, but building something of their own, not just a distribution.

      For example, these folks seem to want a system designed for the end-user with lots of media features... ok, so why wouldn't you start with a Linux kernel that supports just about every graphics and sound board on the planet... then layer on pieces as needed. Perhaps a modified X server would help, perhaps not... use it if you need it. Perhaps the filesystems aren't quite up to what you want, but you can always modify existing code. Maybe gstreamer is a good support library for what you're doing, perhaps not.

      Well, you get the idea.

      When Linus started off, he wanted something that didn't exist. BSD wasn't actually available for x86 yet, and down-porting it from Suns and VAXen was more work than he could afford. Meanwhile, Minix was too limited to even work as a good starting point. That's no longer the case, and efforts like this one seem to me much like Linus having decided that he wanted to write his little terminal server by first designing his own system bus.

      Still, I wish them all the luck in the world. I hope it works out well for them... it's just that I can't help thinking about how much more they could do with a good starting point.

    12. Re:Sure by Vanders · · Score: 5, Informative

      ..so why wouldn't you start with a Linux kernel that supports just about every graphics and sound board on the planet...

      Not to be too crude, but it is because the Linux driver model sucks large Dyson Spheres through capilary tubing. It has an extremely high Lovelace value. Anyway, the Linux and Syllable kernel APIs (I'm talking about the driver->kernel API, not the API's that define how a driver is managed) are very similiar, so much so that most drivers are ported from Linux in about a week or two. The SiS 900 NIC driver was ported by Michael Krugger in half a day. I ported the Ymfpci OSS driver in about a week of a few hours a day. Syllable has the advantage of being able to draw on a large driver codebase while at the same time totally avoiding what many of us see has the total sucktitude of Linux driver management in general.

      Maybe gstreamer is a good support library for what you're doing, perhaps not.

      Actually, ffmpeg drives almost all of the media codecs currently available.

      Syllable did not spring into life from a total vacum. It was forked from AtheOS, when AtheOS was already at quite an advanced stage. Kurt wrote AtheOS for fun. I and many other developers thought AtheOS was very cool, and I created Syllable to keep it alive and keep it cool. If I were to sit down today, and AtheOS and Syllable did not exist, I would probably do exactly as you describe and start with Linux. I don't think it would be half as well designed as Syllable is.

    13. Re:Sure by Anonymous Coward · · Score: 2, Informative

      Try man portage.

      There is a new overlay in /etc/portage that can contain a bunch of files:

      package.unmask
      package.keywords
      package.use
      a nd many others

      These files apply the USE flags and keywords to only the specific package every time you emerge.

      Portage's greatest secret. If only because it didn't exist when people were looking for it :-/

    14. Re:Sure by be-fan · · Score: 3, Insightful

      When Adobe ports Photoshop to Linux how are they going to distribute it to anyone that wants to download it from their site?
      Set up an APT repository for it :) If there isn't already one, it would be pretty easy to create a program that would open "repository files" and automatically add them to your sources.list.

      There is no simple, standard way to distribute an application for each version of Linux that will install. Windows DOES IT. Linux DOES NOT.
      Linux isn't an OS. Debian is an OS. There is a simple, standard way to distribute an application for Debian, just as in Windows.

      Furthermore, it shouldn't be necessary to use a CLI, ever.
      It's really not necessary to use the CLI to do package installation. It's just easier to describe on the web. A GUI like Synaptic let's you do everything from finding packages to installing them, all from one interface. Much easier than doing the same thing under Windows.

      --
      A deep unwavering belief is a sure sign you're missing something...
    15. Re:Sure by Nasarius · · Score: 3, Informative
      echo net-www/links -X >> /etc/portage/package.use

      Portage has had this feature for many months now. BTW, I assumed you're actually talking about links, because lynx has no X USE flag.

      --
      LOAD "SIG",8,1
    16. Re:Sure by JAD+lifter · · Score: 2, Informative

      There is no simple, standard way to distribute an application for each version of Linux that will install. Windows DOES IT. Linux DOES NOT.

      Actually Windows DOES NOT. I have a windows 98 box sitting in the corner because there is plenty of software that I use (mostly games) that installs fine on Win98 but refuses to install on Win2k/XP.

  2. Comment removed by account_deleted · · Score: 4, Interesting

    Comment removed based on user account deletion

  3. The question is... by Anonymous Coward · · Score: 5, Funny

    Is their web site powered by Syllable? And can it withstand the /.?

  4. Finally! by Daneurysm · · Score: 3, Funny

    the OS that picked up where AtheOS left off over two years ago

    Finally!

    I've been severely missing an Os that excells in lack of support, lack of compatibility and an unsurpassed vapor-are factor.

    I'm in...

    1. Re:Finally! by Scrab · · Score: 4, Funny

      I take it you don't use windows then.... ;)

      --
      RoseColor red={0, 0xffff, 0x0000, 0x0000};VioletColour blue={0, 0x0000, 0x0000, 0xffff};find / -name *mybase*|chown you
    2. Re:Finally! by DarkHelmet · · Score: 4, Funny

      I prefer dead operating systems over unborn Operating Systems thank you very much.

      --
      /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    3. Re:Finally! by LnxAddct · · Score: 5, Funny

      Well gosh you could have had that since before Linux, I suggest you walk over to GNU.org and download yourself the Hurd!
      Regards,
      Steve

  5. *Sigh* Where are you BeOS? by NightWulf · · Score: 5, Interesting

    Now *there* was a great OS. Small, lean, easy to use, ran great. I know there's an attempt at an opensource BeOS but it seems to be a long way away. I looked at Syllables website, atleast they have a livecd, I might as well try it, got nothing to lose. Until then i'll still keep my midnight candlelight vigil until BeOS comes back.

    1. Re:*Sigh* Where are you BeOS? by craqboy · · Score: 4, Interesting

      there are many different Beos opertating systems that have tried to pick up where Be left off. I just installed BeOS Max last week and love it. I have my tv tuner card working with firefox and some other stuff. I never thought an OS would run as good on the lil pentium 200 with 256 Mb of ram.

  6. Re:syllable.org slashdotted by AKAImBatman · · Score: 4, Informative

    As to the complexity of Linux issue. It appears to me that Syllable is a Linux based system

    Incorrect.

    using Gnome

    Incorrect.

    and it looks similar to Fedora in some ways.

    Probably superficial.

    So I ask you, how can a Linux system be less complex than Linux?

    Because it's not Linux. They swiped the icons. IIRC, AtheOS was written in 100% assembler as a pet project by the guy who wrote it. He (and others) later built some POSIX, KDE and GTK API mappings so that Linux and Unix software could be compiled and used.

  7. Holy AtheOS by Anonymous Coward · · Score: 4, Funny

    Can you run AtheOS and still believe in God?

    1. Re:Holy AtheOS by spektr · · Score: 4, Funny

      Can you run AtheOS and still believe in God?

      Enter by the narrow gate; for the gate is wide, and the way is broad that leads to destruction, and many are those who enter by it. For the gate is small, and the way is narrow that leads to life, and few are those who find it. -(Matthew 7:13-14)

      Translated into a more contemporary language, this means that you might still be on the safe side, at least as long as you don't touch Windows.

  8. i remember AtheOS... by torpor · · Score: 3, Insightful

    ... sorta sniffed at it when my aging BeBox arrived at its final unsupported destination, but ... I don't remember if this project had architecture-neutrality as a spec ... and i retired the BeBox and bought a powerbook instead, abandoning x86 forever (or at least as much as possible)...

    still, a powerpc port of another new and interesting OS would be an interesting endeavour. anyone care to answer the question as to how portable syllable is?

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  9. Re:syllable.org slashdotted by Vanders · · Score: 5, Informative

    AtheOS was written in 100% assembler as a pet project by the guy who wrote it

    The kernel is written in C. The high level stuff is written in C and C++.

    He (and others) later built some POSIX, KDE and GTK API mappings..

    The AtheOS kernel has always been about 95% POSIX compliant. There are no KDE or GTK API's for Syllable; it has always had it's own C++ API and appserver.

  10. Re:syllable.org slashdotted by DrWhizBang · · Score: 2, Informative

    IIRC, AtheOS was written in 100% assembler

    not exactly. Generally low level stuff is C, everything else is C++. The API to write gui apps is C++.

    He (and others) later built some POSIX, KDE and GTK API mappings so that Linux and Unix software could be compiled and used.

    nope, not at all. Syllable has always been a posix OS, so posix apps generally compile effortlessly. But part of the raison d'etre of syllable is to create a more BeOS, Mac, or Amiga inspired OS. This means no X, GTK or QT (a subset of QT was ported to port KHTML, similar to what Apple did for Safari), and these toolkits will never be ported to Syllable. At least not by the core devs.

    --
    Schrodinger's cat is either dead or really pissed off...
  11. MacOS Comparison by eeg3 · · Score: 3, Insightful

    "Tempted by Mac OS but not thrilled with the hardware cost?"

    Ugh, having the start menu at the top isn't really making it like MacOS, and it sure seems that's the only similar thing. It doesn't even integrate the application menus into the title bar. Another great part of MacOS is the fact it "just works." I doubt you get this with Syllable. Furthermore, the MacOS UI is a lot nicer.

    Moreover, I doubt this OS will really take off with a "big future." BeOS/QNX/etc were a lot spiffier, and they didn't survive. I wish them the best of luck, however.

    1. Re:MacOS Comparison by Anonymous Coward · · Score: 2, Informative

      Huh? It was suggested as an alternative OS, not a Mac OS replacement, you cretin! As for QNX, I like the way you say it "didn't survive".

      That's the QNX used in millions of embedded devices, is making a profit, and doing very well eh? http://www.qnx.com

      You are astoundingly ill-informed!

    2. Re:MacOS Comparison by phoenix.bam! · · Score: 2, Interesting

      I think the editor was pointing out that Syllable runs on any system you want (x86 for example) while you have to run OSX on comparably more expensive PowerPC MAC hardware. THe comment wasn't comparing the interface of the OS's at all.

    3. Re:MacOS Comparison by christurkel · · Score: 2

      QNX made a big splash with its free download and live floppies but its hardly a failure; the move was intended to attract developers and was a triumph. QNX lives in the embedded world, where it is the most popular OS.

      --

      CDE open sourced! https://sourceforge.net/projects/cdesktopenv/
    4. Re:MacOS Comparison by snuf23 · · Score: 2, Interesting

      It doesn't even integrate the application menus into the title bar. Another great part of MacOS is the fact it "just works."

      Number one thing I HATE about MacOS is the application menu integrated into the title bar. And this is coming from someone who used Amigas and Macs long before Windows or UNIX/Linux. I can't tell you HOW many times on OS 9 I've had to handle support calls where the user is out of memory because they have closed all the windows and don't realize the applications are still open.
      Integration to the title bar makes the interface screen-centric rather than window-centric. It means you have to mouse farther every time to get to the file menu. This was fine in the old days of 15 inch monitors and single tasking but for modern windowing systems it's not intuitive at all.
      As for your second comment... "just works". Hahahaha Yeah sure it "just works". Sometimes, except when it doesn't - sort of like other operating systems. And yes I support OS X machines and know what I'm talking about.

      --
      Sometimes my arms bend back.
  12. Re:syllable.org slashdotted by Anonymous Coward · · Score: 2, Insightful

    Hold on a sec here. I'm pretty sure this was one of those pieces of history I'm not screwing up on.

    I think you're mis-remebering slightly.

    As I remember it, there was no attempt by the AtheOS author to be POSIX compliant except for the purpose of running BASH and a few other utilities.

    No, Syllable and AtheOS really are about 95% POSIX compliant. We even use Glibc. The only ommisions are edge cases which are not technically POSIX anyway, such as missing mmap(). Bash is the default (Pretty much only!) shell, the utilities are GNU Coreutils, Diffutils, Textutils, Sed, Grep etc. just as you would find on most Linux machines.

    I remember that KHTML and other KDE software was ported to AtheOS

    KHTML was ported, but nothing else. Kurt wrote Qt wrappers around the native AtheOS classes, so there is very little Qt involved in the port. It's almost exactly how Apple ported Qt to OS X. There is no X support for AtheOS or Syllable.

  13. Lacking? by Mullen · · Score: 4, Funny

    What's lacking: Some features and subsystems not yet coded; limited range of apps; occasional stability issues.

    Wow, just glad it's missing the little things that don't matter.

    --
    Linux O Muerte!
  14. Opportunity by iamdrscience · · Score: 4, Interesting

    I don't know if Syllable will be the ones to take advantage of it (or if anyone will), but I think that in the next few years there is a real opportunity for somebody to take over the PC operating system market. Microsoft has delayed Longhorn numerous times already, and it looks like the difference between WinXP and Longhorn will be as vast as the difference between Windows 3.11 and Win95. That added to the fact that many Windows users are already unsatisfied enough to be looking for something new.

    Apple will not be the ones to usurp windows because their hardware is too expensive for most people. Linux or other BSDs won't be the ones to take over because they're too difficult for most people. Even the most user-friendly distros like Mandrake and Redhat, despite their continuing progress and great efforts, have some problems. Most fundamentally I think it's the fact that despite all of the friendly aspects, it's very difficult for a user of Linux to avoid ever using the command-line. I think the way OSX uses the command-line is much more appropriate -- if you want to use it and learn it, it's there and you can use all of its power, but realistically, no normal user will ever be FORCED to learn how to use it.

    If Syllable manages to get some momentum, they might be able to do it. We'll see.

    Apple could become a contender if they decided to take the leap towards porting OSX to the PC, or working to make their hardware cheaper. Neither of those look very likely though, but they're certainly possibilities, and things I would love to see happen.

  15. Re:Limited Applications by Vanders · · Score: 3, Informative

    I would have also liked to see information about what would be involved in developing applications for Syllable. Is there a well-documented API? What about support for multiple languages?

    All the information you'd like is on the website but we're Slashdoted, so I can only ask you to try again in a few days time. The API is documented, there are some tutorials, example code is abundent and we're happy to answer questions in the forums and mailing lists. Multi-lingual support is currently in the CVS version which can be compiled if you want it, and will be officially available in the next release of Syllable.

  16. Re:not quite there guys. by Anonymous Coward · · Score: 5, Informative

    It's not, at least not where it matters to the user! Consider:

    Driver installation. In Linux, mess around compiling your kernel and/or modprobing modules and editing /etc/conf.modules. In Syllable, just copy the driver into a directory.

    User-interface: single toolkit and desktop, sane design. Consistency is the result.

    Plus, there are other things. The initscripts are cleaner and shorter (one of the factors involved in the sub-10-second boots), the GUI subsystem is like X and a toolkit all-in-one, and others.

    So install it, and you'll see that it's not as complex at all!

  17. Re:syllable.org slashdotted by Vanders · · Score: 5, Informative

    The KHTML port is a total dead end; maintaining it is a nightmare. I hope we'll have a port of Gecko within the next 12 months, which will hopefully be much easier to maintain as it is designed to be portable. Personally I think we need stronger debugging tools before anyone tackles a large codebase like Gecko, so I intend to work on the development toolchain some more and then maybe tackle Gecko.

  18. One of the pros was low memory use? by LWATCDR · · Score: 4, Insightful

    How is 64 Megs low memory usage?
    Seems like a pretty good chunk of memory if you ask me for a less than complete OS.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  19. Re:AtheOS by green+pizza · · Score: 3, Funny

    How do you pronounce that? [AtheOS]

    It's pronounced: "Syllable"

  20. Is it me or .... by theManInTheYellowHat · · Score: 3, Funny

    Or is there only 2 different menu systems now?

    There is the "Start" button which reveals the program listings and there is the CDE type dock system. Syllable seems to have the Start button. With all the different OS's there should be more than 2 menu mechanism's.

    I actually liked Program Manager.

    I guess everyone is trying to give the new users a break.

  21. Re:Website problems by OmegaBlac · · Score: 2, Funny
    I didn't know you could Slashdot Sourceforge like that.
    Shoot...I didn't know that you could Slashdot Slashdot.org, but with all the 503 errors I've recieved from the site lately anything is possible.
  22. Macs are not expensive by nsayer · · Score: 4, Informative

    The old saw about Macs being expensive is old and tired.

    It is more accurate to say that you cannot buy a "cheap" mac. That is, the lowest price mac you can get is more expensive than the least expensive PC you can buy. But those two machines won't wind up being even close to either other in features or TCO. This is particularly the case with laptops.

    1. Re:Macs are not expensive by pyrrhonist · · Score: 2, Informative
      It is more accurate to say that you cannot buy a "cheap" mac. That is, the lowest price mac you can get is more expensive than the least expensive PC you can buy. But those two machines won't wind up being even close to either other in features or TCO. This is particularly the case with laptops.

      Bullshit.

      When I was in the market for as new laptop, I compared an Apple Powerbook to a Dell Inspiron. The Inspiron was less expensive and had better graphics capability. I'm not talking about a matter of 50 bucks less expensive or even a couple hundred dollars - it was an entire fucking grand . Yes, $1000 difference. Why should I spend $1000 dollars more for a less capable machine? That's absolutely ridiculous.

      The resolution of the 15 inch Powerbook is still only 1280x854, and the top of the line 17 inch Powerbook is 1440x900.

      I'm using 1600x1200 on my low end Dell right now.

      --
      Show me on the doll where his noodly appendage touched you.
    2. Re:Macs are not expensive by pyrrhonist · · Score: 3, Informative
      Which Inspiron do you mean?

      I have an 8200 with the UltraSharp screen.

      There was no Mac with equivalent features, and the one that was closest was $1000 more.

      I still didn't get Gigabit Ethernet

      Which is absolutely useless. What other devices am I going to be talking to that use GigE? Most hotels don't have gigabit ethernet. My house and most public internet access points use WiFi. Work doesn't have gigabit. The fastest speed I can download from my house is 3 Mb/s, and my other computers all have 10/100. Gigabit is a useless added expense.

      a Pro version of the OS

      I have a Pro version of the OS.

      or Firewire 800

      Yeah, that'll be good for the iPod. Oh, wait, the iPod doesn't have it.

      the external video port isn't digital.

      I don't need digital out for presentations. Most TVs and projectors I encounter don't support it. It's another completely useless feature.

      And it weighs a pound more (6.9 vs. the 5.7 lb powerbook).

      Okay, yeah, it would be nice if the Dell weighed less. But it's not worth $1000 dollars for that.

      Most of what I do is programming, and for that I like to have as much screen real estate as possible. My old laptop had 1400x1050 screen resolution, and I got used to using that. Apple doesn't even offer the "standard" screen resolution of 1280x1024 in a laptop. These other features that you mention just don't do it for me.

      --
      Show me on the doll where his noodly appendage touched you.
  23. Re:Website problems by daniel23 · · Score: 2, Informative

    There are a bug report and comments at sourceforge, looks like there is something unsound about handling the cookies.
    Maybe the new color scheme threw a bad spell...

    --
    605413? Yes, it's a prime.
  24. Re:not quite there guys. by osu-neko · · Score: 2
    Driver installation. In Linux, mess around compiling your kernel and/or modprobing modules and editing /etc/conf.modules. In Syllable, just copy the driver into a directory.

    I'm reminded of the good old days, when installing a driver was as simple as clicking on the driver's icon and dragging it into the System:Extensions folder. Alas, most modern operating systems aren't anywhere near as usable as MacOS was in 1989...

    Nice to see some are at least starting to get a clue...

    --
    "Convictions are more dangerous enemies of truth than lies."
  25. OMFG, you need an Amiga, man, dude, holy crap! by Anonymous Coward · · Score: 2, Insightful

    Until then i'll still keep my midnight candlelight vigil until BeOS comes back.

    Like totally you totally need like an Amiga, man! Dude, holy crap, the Amiga with OS/2 Warp was like the greatest system ever and you could install it on like a NeXT and it was like so cool because like... uhhh... ummm... JUST TRUST ME, IT WAS THE GREATEST OS EVER!

    Except of course for JoS. And Freedows, which begat the equally successful Alliance OS.

    And don't forget Haiku OS, which nobody knows what it is or why anybody'd bother working on it -- it's another one of those JoS-style "announcement engineering" projects, where they've got 200 pages of elaborate plans and a really beautiful, artistic, state-of-the-art website... But no working code and nobody trying all that hard to write any. They're too busy appointing committees and making plans to make plans to debate their plan-making proceedures.

    Rule of thumb: If a project has a website already but hasn't yet released a working alpha or prototype, it's unlikely ever to release anything at all. If the website is plain-vanilla HTML 1.0, maybe there's a slim chance, but if it's got CSS? Forget it. Just a bunch of losers playing with themselves.

    There aren't many things too big for two or three programmers to whack together a halfassed prototype/proof-of-concept (or at least proof that you HAVE a concept) and get it running. You don't need a website for that, and you sure as fuck don't need graphic designers and a logo. I seem to recall hearing about some Finnish guy banging out a fubar'd first crack at a Unix-ish OS kernel all by himself some years ago... And THEN he asked for volunteers.

    Be Inc. gets credit for at least releasing a usable operating system (I was quite fond of it, though I didn't use it much because no useful software ran on it), but they get a big fat Cock-in-the-Face Award(TM) for providing a "solution in search of a problem" and therefore failing utterly in the marketplace.

  26. Why oh God Why by thebdj · · Score: 2, Interesting

    Why do we keep trying to bridge this "gap" between Linux and windows? I mean really there is a gap there for a reason. I do not expect nor do I want every modern home user using the operating system that since its inception has been FGBG (For Geeks By Geeks).

    There are other more geek-ish OSes, yes. However, linux is the mainstream one with the most support. There are a few reasons that the gap should stay the huge gap that it currently is.

    If it became a mainstream operating system, maybe not even necessarily on the scale of M$ Windows, it would become even more prone to virus, trojan horse and other horrible attacks. I am not saying these things do not happen now. On the contrary there are vulnerabilities exploited all the time. However, most geeks know how to fix the holes pretty quickly and there are not enough linux machines to make a hardcore evil-doer write a virus for it. After all when was the last time you heard a nifty name on the news for a linux worm. I can name at least two dozen Windows worms/viruses.

    For home users tech support is already enough of a pain in the butt. Dell and HP/Compaq must get millions of inane questions a day, and most those chimps they have working for them read from a book and probably could barely turn a PC on themselves. So I can see a conversation between tech support involving the install of a program. My mom has a hard enough time double clicking setup.exe.

    Backwards compatibility is also a hold-back. I mean who wants to give up their present machine and lose with it all the other games and software which they came to love oh so much. WINE is good for a lot but there are still a lot of games that cannot keep up when in WINE. While there may be a lot of replacement programs available for users that isn't what they always want.

    In the end Linux needs to just stay put. It isn't about catching the big evil M$. The fact is they will somehow manage to self-destruct themselves on their own. Leave Linux and any other "geek" OS alone. They should stay with the geeks and some of those lucky server admins.

    I think Syllabus will prove to be another "fad", a fake "linux" of sorts that never quite made it. To be honest the OSes we have now are enough. If you want simple to use with a pretty powerful interface hidden away then use OS X. If you want a fairly stable, even if buggy, OS with lots of support and tons of software and ease of use (for the most part) use Windows XP (maybe 2K) all others are CRAP. If you want true power and don't mind the occasional frustration and want to seem cool around your geek buddies then use Linux, [fill in the blank]BSD, or maybe even that proprietary OS Solaris.

    ---
    "The same thing we do every night Pinky; Try to take over the world!"

    --
    "Some days you just can't get rid of a bomb."
    1. Re:Why oh God Why by Gurney5 · · Score: 5, Informative

      (I'm a member of the Syllable community.)

      We are not trying to bridge any supposed gap between Linux and Windows. We're dissatisfied with Windows as a desktop OS, and we're dissatisfied with Linux as a desktop OS. So, we're working on a completely different OS that meets our needs.

      We do not expect every modern home user to use Syllable.

      I honestly find the final argument in thebdj's post humorous. It reminds me of the "Everything that can be invented, has been invented" argument, and reminds me of the arguments against Linux five to ten years ago, which suggested that Windows and MacOS were "enough."

      thedbj's reading an awful lot into the Syllable project that simply isn't there. When I look at the tremendous amount of work being put into Syllable for such little reward, the idea that we're making Syllable simply to be cool is ludicrous.

    2. Re:Why oh God Why by Vanders · · Score: 2, Insightful

      Bridging the gap between Linux and Windows? We're not trying to bridge the gap between Linux and Windows; we're trying to replace Linux on the desktop totally!

      I think Syllabus..

      Syllable

      I'll not bother to reply to the rest of your post. It's very silly.

  27. Syllable development? by aclarke · · Score: 3, Funny
    I'm glad to hear that Syllable development is finally progressing. Now I can use the syllables "fug", "nrut", "lurg" and "gip".

    You might say that this is very "lurgciting" news...

  28. Hardware cost? by JeffTL · · Score: 2, Insightful

    I suppose you haven't seen the eMac or iBook, then. Yes, you can get a Dell for less, but are the bottom Dells as good? Will they hold up as well or last as long? Are the batteries as good?

  29. Re:not quite there guys. by jafuser · · Score: 2, Interesting

    This sounds like the Amiga DEVS: directory, where each driver was a *.device file, IIRC.

    --
    Please consider making an automatic monthly recurring donation to the EFF
  30. Not worth it yet by ShadowRage · · Score: 2, Interesting

    so far my experience with syllable has left a bitter taste in my mouth, not only did it lock up on startup, but left my machine hanging. (power button didnt even respond!)

    of course maybe that was only a problem with the machine's hardware, or compatibility with it.. but still, even linux doesnt do that, nor does beOS or bsd or anything else I've tried..

    I'd give it several more releases before trying it.

  31. Re:not quite there guys. by Brandybuck · · Score: 3, Funny

    User-interface: single toolkit and desktop, sane design. Consistency is the result.

    At least until someone ports GNOME or KDE over. Please, pass a law banning freedom or we will never get a free desktop suitable for the masses!

    --
    Don't blame me, I didn't vote for either of them!