Slashdot Mirror


Linus on All Sorts of Stuff

Linux Times.Net writes " Linus Torvalds tells of some other programming venues than the Linux kernel, predicts a shadowy outcome for GNU/Hurd, gives some advice to anyone wanting to undertake a large software project and updates us on the latest in kernel development in this email interview by Preston St. Pierre. "

99 of 339 comments (clear)

  1. Hurd by abrink · · Score: 5, Interesting

    Does anyone here even use Hurd? How do you like it?

    1. Re:Hurd by Anonymous Coward · · Score: 3, Funny

      I prefere Flock myself

    2. Re:Hurd by Chundra · · Score: 5, Informative
      From the hurd page:

      "The Hurd, together with the GNU Mach microkernel, the GNU C Library and the other GNU and non-GNU programs in the GNU system, provide a rather complete and usable operating system today. It is not ready for production use, as there are still many bugs and missing features. However, it should be a good base for further development and non-critical application usage.

      The GNU system (also called GNU/Hurd) is completely self-contained (you can compile all parts of it using GNU itself). You can run several instances of the Hurd in parallel, and debug even critical servers in one Hurd instance with gdb running on another Hurd instance. You can run the X window system, applications that use it, and advanced server applications like the Apache webserver.

      On the negative side, the support for character devices (like sound cards) and other hardware is mostly missing. Although the POSIX interface is provided, some additional interfaces like POSIX shared memory or semaphores are still under development."


      I.e. it might be fun to play with, but it's not very useful for the average Joe.
    3. Re:Hurd by ComaVN · · Score: 5, Insightful

      From that description, it doesn't seem very useful for exceptional Joe either, only for GNU/Joes developing Hurd.

      --
      Be wary of any facts that confirm your opinion.
    4. Re:Hurd by Anonymous Coward · · Score: 4, Funny

      A few months ago the debian popularity contest reported two users , but now they are back to zero :)

    5. Re:Hurd by Chundra · · Score: 5, Insightful

      It's not entirely bad for operating systems students to get their hands dirty with either. It does have some cool things going for it--though it does seem doubtful they'll ever get anywhere with it as a mainstream OS--for example: rather than using the traditional monolithic kernel, hurd uses a multi-server running on top of microkernel approach. So it is definitely neat and interesting for os geeks to play with.

    6. Re:Hurd by Planesdragon · · Score: 2, Insightful

      From that description, it doesn't seem very useful for exceptional Joe either, only for GNU/Joes developing Hurd.

      Or running servers. Web servers, print servers, file servers... heck, it might even work for supercomputers for all I know.

    7. Re:Hurd by micromoog · · Score: 4, Interesting

      There was a time when I thought Ogg Vorbis held the title of "worst name ever". Then I read about the Hurd's name.

    8. Re:Hurd by Chundra · · Score: 3, Informative

      Last time I played with it, yes, the 2GB limit was still there.

      Wheee, let's map our whole filesystem into virtual memory. ;)

      Then again, it's not that bad. Definitely not ready for production use, but not unusable either. Apparently the limitation is slated to be removed sometime. For comparison, have you seen the recommended partition sizes for OpenBSD?

    9. Re:Hurd by Curtman · · Score: 2, Informative

      Does it say if it still has a 2 GB limit for partition sizes

      It appears so.

    10. Re:Hurd by Curtman · · Score: 2, Informative

      I think the preferred distro of Hurd is Debian. Check here for details about K7 released 25-Sep-2004.

    11. Re:Hurd by johnnyb · · Score: 4, Interesting

      Of course, w/ a 64-bit processor that's not a terrible idea.

    12. Re:Hurd by bsd4me · · Score: 2, Insightful

      I.e. it might be fun to play with, but it's not very useful for the average Joe.

      Well, Linux started out as something barely usable even to hardcore geeks (kermit was the most complex application for a good while), and look what it turned into.

      --

      (S(SKK)(SKK))(S(SKK)(SKK))

    13. Re:Hurd by Chundra · · Score: 2, Informative

      Note to self: preview posts.

      A ~2GB filesystem limit isn't unusable for a development OS (or even a production one).

    14. Re:Hurd by sydb · · Score: 2, Informative

      You'll need to port it to Sparc first though, but I suppose that would be a learning experience and progress for Hurd!

      --
      Yours Sincerely, Michael.
    15. Re:Hurd by ignorant_newbie · · Score: 2, Informative

      > Well, Linux started out as something
      > barely usable

      Yes, but the Hurd has had a lot longer to stop sucking than Linux has, as it was already in progress before Linus got started.

      One can argue that this is because all the developers flocked around Linus ( I think Stallman has made this argument from time to time ) but given that world+dog has given up on the whole microkernel thing, it's more likely that the hurd just sucks.

    16. Re:Hurd by ComaVN · · Score: 5, Interesting

      Damn, that faq page is the funniest thing I've seen all day.

      Some quotes:

      The Hurd throws this historical garbage away. We think that we have found a more flexible solution called shadow filesystems. Unfortunately, support for shadowed filesystems is not yet implemented.

      Eh? throw the (working) garbage away before the new solution is implemented?

      You are using IRQ sharing; GNU Mach does not support this in the least.

      Yeah, because that's such an uncommon thing for hardware to use.

      GNU Mach does not support loadable kernel modules. Therefore, you will have to compile a new kernel and only activate those device drivers that you actually need.

      So much for a microkernel then.

      The Hurd will just as happily swap to any other raw disk space and overwrite anything it finds. So, be careful!

      Thanks for the warning. That will make me want to install it on my machine.

      This FAQ document was probably secretly written by Linus Torvalds to ridicule it, and promote his own views on software development.

      --
      Be wary of any facts that confirm your opinion.
    17. Re:Hurd by vsprintf · · Score: 2, Funny

      One can argue that this is because all the developers flocked around Linus ( I think Stallman has made this argument from time to time ) but given that world+dog has given up on the whole microkernel thing, it's more likely that the hurd just sucks.

      Natural selection at the kernel level.

    18. Re:Hurd by Curtman · · Score: 4, Informative

      Thanks for the warning. That will make me want to install it on my machine.

      In contrast to Windows which will overwrite your bootloader, reorder partitions, and change partition types of existing partitions without you asking it to.. I don't think its fair to ridicule Hurd for warning you that it is possible to destroy data if you go out of your way to initialize a non-swap partition as a swap partition.

      You can run mkswap in Linux on any partition regardless of weather it is set to "Linux swap" type or not. Somehow that hasn't been a huge problem for me either.

    19. Re:Hurd by boots@work · · Score: 2, Informative

      You can run mkswap in Linux on any partition regardless of weather it is set to "Linux swap" type or not.

      Yes, but Linux will only swap onto partitions that have been prepared with mkswap, which makes it somewhat less likely you'll clobber a partition you meant to keep. That's really the only point of mkswap; everything else could be done perfectly well in the kernel.

    20. Re:Hurd by SillyNickName4me · · Score: 2, Interesting

      Yeah... came to the same conclusion after reading through their docs. It would be progress, but not somethign I'd be able to undertake on my own I'm afraid.

      Ah well, I like the technical ideas behind it, too bad it seems kinda stuck in this 'not far enough to be really usable, and hence not attracting enough people to get further' issue.

  2. About to be /.'ed by GuyZero · · Score: 5, Informative

    This is moments from being /.'ed to death...

    Article text

    Linus Torvalds: ''Desktop Market has already started''
    Preston St. Pierre of Linux Times interviews Linus Torvalds.

    Linus Torvalds tells of some other programming venues than the Linux kernel, predicts a shadowy outcome for GNU/Hurd, gives some advice to anyone wanting to undertake a large software project and updates us on the latest in kernel development in this email interview by Preston St. Pierre.

    Preston: Your life has been dedicated for quite some time to the Linux kernel. If this project was no longer yours, what kind of project would you most like to take on next (games, user applications, another kernel, development tools, etc)?

    Linus Torvalds: I like being close to the hardware, and doing good visuals (ie games or GUI's) is not my forte, so I'd probably work on development tools or similar.

    In fact, the only project I've actually spent some time on in the last year (apart from the kernel, of course) has been this source checker application that does some extended type-checking for the kernel. So very much a development tool.

    Preston: What is your favorite interpreted programming language, and why?

    Linus Torvalds: Heh. I don't much do interpreters. The only one I end up using consciously (ie not part of somebody else's scripts) end up being just the regular shell. It's not that I dislike things like perl/python, it's just that I tend to either just write C, or do _so_ simple things that shell works fine for me.

    I might admit to having a soft spot for basic, but I haven't actually used it in closer to twenty years or so. But it was what I started with, so it will always be special ;)

    Preston: Do you have any advice for people starting to undertake large open source projects? What have you learned by managing the Linux kernel?

    Linus Torvalds: Nobody should start to undertake a large project. You start with a small _trivial_ project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision.

    So start small, and think about the details. Don't think about some big picture and fancy design. If it doesn't solve some fairly immediate need, it's almost certainly over-designed. And don't expect people to jump in and help you. That's not how these things work. You need to get something half-way _useful_ first, and then others will say "hey, that _almost_ works for me", and they'll get involved in the project.

    And if there is anything I've learnt from Linux, it's that projects have a life of their own, and you should _not_ try to enforce your "vision" too strongly on them. Most often you're wrong anyway, and if you're not flexible and willing to take input from others (and willing to change direction when it turned out your vision was flawed), you'll never get anything good done.

    In other words, be willing to admit your mistakes, and don't expect to get anywhere big in any kind of short timeframe. I've been doing Linux for thirteen years, and I expect to do it for quite some time still. If I had _expected_ to do something that big, I'd never have started. It started out small and insignificant, and that's how I thought about it.

    Preston: From a user's prospective, what improvements do you see the Linux kernel offering over Hurd? Do you think Hurd might eventually become as popular as Linux?

    Linus Torvalds: I think Hurd is dead. See above on why. It has a "big vision", and people forgot about the details, and forgot about admitting when they went wrong. So the project stumbled, and _still_ didn't bother to look down on the ground. But hey, I might be wrong. I haven't actually followed Hurd in any detail, and maybe the project is more down-to-earth now, and more concerned about getting things working, and less about "design". And less

    1. Re:About to be /.'ed by Anonymous Coward · · Score: 5, Informative
      This from a man who named an operating system after himself.

      Wrong (and jealous?):

      Linus Torvalds originally used the Minix OS on his system which he replaced by his own OS; he gave a working name of Linux (Linus' Minix); but thought the name to be too egotistical and planned to have it named Freax (a combination of "free", "freak", and the letter X to indicate a Unix-like system).


      -- http://en.wikipedia.org/wiki/Linus_Torvalds

      Double check if you like, it's well-known history.
    2. Re:About to be /.'ed by Felix+The+Cat · · Score: 5, Informative

      This from a man who named an operating system after himself.

      Um, no (third paragraph).

      --
      Windows is the Acme of computing -- in the Wile E. Coyote sense.
    3. Re:About to be /.'ed by nomadic · · Score: 2, Funny

      Pls note that noone else is bothering to make real microkernel systems today

      Tell that to QNX.

  3. GNU/HURD by atomic-penguin · · Score: 5, Funny

    Shadowy outcome for HURD, who could have seen that one coming?

    --
    /^([Ss]ame [Bb]at (time, |channel.)){2}$/
    1. Re:GNU/HURD by DarkHelmet · · Score: 4, Funny

      Umm, Netcraft? They're good at predicting these things ;)

      --
      /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
    2. Re:GNU/HURD by Darth+McBride · · Score: 2, Funny

      The fact the the acronym sounds like NERD should have been the first clue...

    3. Re:GNU/HURD by plj · · Score: 4, Funny

      Damn me for being a naive fool. I always believed what Linus said and kept waiting. And behold: now he's denying it. Do you think I should change my sig now?

      --
      “Wait for Hurd if you want something real” –Linus
    4. Re:GNU/HURD by Z4rd0Z · · Score: 2, Interesting

      ...doom and gloom for Hurd...has yet to happen and it's not going to.

      More like Hurd has yet to happen and it's not going to. The doom and gloom already happened a long time ago. Sure, they've got a few developers and hangers-on, I even ran it a few times about 3 or 4 years ago. But every time I check in on it, it hasn't progressed a whole lot, they're just catching up to some minimum level of usability that Linux/BSD has had for years. What's the use of all the "advanced" features if they don't actually advance anything?

      --
      You had me at "dicks fuck assholes".
    5. Re:GNU/HURD by maxwell+demon · · Score: 2, Funny
      Hurd runs on idealism

      Now I understand. Of course, that slows down development a lot, because idealism is rarely found these days. Probably the FSF has only outdated versions of idealism, running on old hardware where each compile needs aeons. Maybe they should rewrite the system to run on some more popular platform.

      I have never got Hurd to work

      Probably you had an incompatible version of idealism. Actually idealism suffered from many different versions, having differences ranging from subtle to large. That's probably a reason why this platform finally got unpopular.
      --
      The Tao of math: The numbers you can count are not the real numbers.
  4. Large software projects... by Power+Everywhere · · Score: 3, Insightful

    Linus takes on approach, the BSDs take another. I think there's a place for both in thr world, and that the BSD's is the approach for saner, safer integration of technology. Linux, which takes a faster approach, is where the actual technology comes from but oftentimes in an untested manner.

  5. Non-profit by fembots · · Score: 2, Insightful

    When you're not into making profit out of something, you're usually more generous to include alternatives (or even competition).

  6. the HURD by MyHair · · Score: 4, Interesting

    Interesting point on the HURD. I hadn't thought of it that way before, but I discovered and used Linux in 1994 when I wanted a cheap or free way to learn Unix. I've followed the HURD off an on for the past couple of years because I think it's a neat idea with potential, but it has no immediate use to me besides geek appeal, and there are many other things with better utility and geek appeal to me.

    (I still hope the HURD will be something someday.)

  7. I've always liked Linus... by bourne_id · · Score: 5, Insightful

    He's not a god or anything, but a very down-to-earth person when it comes to software and the linux kernal in general. He is absolutely correct on what happens to "big vision" software. Too many projects that started big have fizzled, and small applications that work tend to grow and morph into ground-shaking applications as they mature. Take web-browsers for example.

    JMD

    --
    When all else fails, feel free to panic.
    1. Re:I've always liked Linus... by Krafty+Koder · · Score: 4, Informative
      "Take web-browsers for example"

      Or PHP for example - originally short for "personal home page" , it was a series of perl scripts for tracking who was looking at Ramus Lerdorf's online c.v.

      Now its somehow morphed into something that runs millions of websites worldwide. If thats not a good example of Linus's "think small" philosophy, i dont know what is.

    2. Re:I've always liked Linus... by Yaztromo · · Score: 4, Interesting
      Too many projects that started big have fizzled, and small applications that work tend to grow and morph into ground-shaking applications as they mature.

      A quick search of the web -- or heck, just SourceForge -- will show a plethora of projects that "started small" which have also completely fizzled.

      There is nothing wrong with thinking big when starting a project - there are some types of project that simply can't be done on a small scale. Mozilla is pretty damned big, for example, and while it started off with Netscape source code, much of it was discarded. Eclipse is likewise a big project.

      The key to doing a big project is you have to really put your nose to the grindstone and work your butt off to get something online in a reasonable timeframe. The biggest problem I see with large scale projects that fail is they get bogged down in minutae, which slows down their release cycles so much that they don't achieve any developer or user attention. We all forget with Firefox 1.0 imminent how the press used to claim that the Mozilla project has failed a few years back because it had taken them a few years from the time Netscape Open Sourced their browser code, to the point where it was usuable. And yet now we're celebrating the release of a world-class Open Source browser.

      That's a big project which didn't start off small which is going to be a rousing success. Yes, projects which fail to gain traction because of lofty ideas and infrequent releases to tend to fail in the long run. However, there are an order of magnitude more small projects which similarily fail. The only difference between the two is we tend to hear about the "big" ones, but nobody cares one whit about the tens of thousands of small projects which come and go.

      Yaz.

    3. Re:I've always liked Linus... by gregmac · · Score: 2, Interesting
      He is absolutely correct on what happens to "big vision" software. Too many projects that started big have fizzled, and small applications that work tend to grow and morph into ground-shaking applications as they mature.

      I think it depends on what angle you look at it from. Looking at this from the commerical development side (worked on by many people in one location, not necessarily proprietary), as opposed to the open source (many people, many locations) distributed development side, I've done far too many "small" web applications that get big.

      Originally, they are there to fufill a specific task, and then a month later, when we're still working on it and adding functionality, we find we have to rewrite most of it from scratch because the foundation we designed initially is not flexible enough to support a large application (ie, not putting effort in to make it modular, since it has one task and thus one 'module').

      Nobody should start to undertake a large project. You start with a small _trivial_ project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision.

      I agree that you can overdesign, from what I've seen most overdesigning tends to be because of management issues and not coding. A friend of mine is working on a course management project for a university, and it expanded and added a bunch of scheduling functions and mail etc support (partly because it HAD to have that). It turns out there was another group at the university that has been working on a very similar project (except it's specifically the scheduling part, and a couple other things). They found out what he was doing and it caused a big uproar - because they've been working on it for two years or something, and while they have a fair chunk of code, none of it works and it's still a year off from even being complete. My friend's not even been working there for a year yet, and his entire system is already on-line and in production use. The biggest difference is their team has one coder (who is a freelancer outsourced from the US somewhere) and like 4 management people making design decisions, while on his side it's him coding and desiging most of it, with a bit of input from the faculty.

      They both basically have the same architecture - his system is easy to expand - but theirs is overdesigned in the sense that too many people have their fingers in it and it takes forever to get anything done.

      It's a similar issue with being "scared away" by the size. You can't work on a big project, you HAVE to break it down into smaller sub-tasks and pieces. Then it becomes a lot more manageable, and as long as you concentrate on one thing at a time, you should be ok.

      So start small, and think about the details. Don't think about some big picture and fancy design. If it doesn't solve some fairly immediate need, it's almost certainly over-designed.

      I somewhat disagree with this. This logic leads to cutting corners because you can get away with it. For example, maybe you hardcode something because it's easier than writing some stuff to handle reading it from a config file or whatever. That sort of decision can make a LOT more work later on in development when the program gets bigger and you need to have a config file to change things - now you have to write the config handler anyways, plus go through and find all the places something got hardcoded. Much easier to miss something that way, and end up chasing it down later when it gets filed as a bug report.

      And don't expect people to jump in and help you. That's not how these things work. You need to get something half-way _useful_ first, and then others will say "hey, that _almost_ works for me", and they'll get involved in the project.

      This is absol

      --
      Speak before you think
  8. Linus on what stuff? by WormholeFiend · · Score: 3, Funny

    The article doesnt even mention the devices that run Linus... what a let-down.

    I, for one, would have welcome our new Linus-run overlord stuff.
    ^_^

  9. What a terrible "interview" by soboroff · · Score: 4, Insightful

    What's with all these so-called interviews which are basically a handful of random questions asked by an interviewer who seems to be doing his junior-high homework assignment? OSNews is bad enough... can't they ask anything interesting, or actually engage in a conversation about the subject? Linus has lots of interesting things to say, but unfortunately these folks can't think of what to ask.

    The interviews in ACM Queue, particular the one with Jim Gray interviewed by David Patterson, was much much more intriguing.

  10. Re:Linus isn't really one to talk. by RealAlaskan · · Score: 4, Insightful
    In a way, its immense flexibility is a bad thing. ... But Linux is just too monolithic and slow-to-change ...

    Make up your mind. Is it ``immensely flexible'', or ``monolithic and slow-to-change''? I'm pretty sure it's not both.

    As for ``too monolithic and slow-to-change to be easy to toss onto a new PC'', try Knoppix. It makes installing Debian easier than installing Windows.

  11. Re:Linus isn't really one to talk. by marsu_k · · Score: 4, Insightful
    Nonetheless, the hardware support of even the latest Linux distributions is inferior to that of Windows or even Mac OS X
    Huh? I don't know what you're smoking but pass it on, it seems like very decent stuff. Ever tried a fresh install of any OS, out of the box? Granted, I don't own/use Macs, but with Windows I have to install lots of drivers that are specific to my hardware. Case in point, I recently bought me a Shuttle SN41G2. When installing Windows not only had I to install drivers for my hardware (and reboot every fscking time in between), I had to use drivers that were supplied by the manufacturer. Linux, on the other hand, had the network, audio and video running immediately. So how exactly the hardware support inferior?
  12. hmm.. by Anonymous Coward · · Score: 3, Interesting

    "Preston: What's the latest happening in the kernel development?

    Linus Torvalds: Oh, it's been more of the same. Worrying about drivers, fixing interfaces to make it harder to write bugs by mistake, and just keeping up with new hardware and new ideas. The kernel is definitely maturing in the sense that a lot of the exciting really _new_ things are all in user space, and the kernel is sometimes called upon to make them easier to work with..."

    Let's stay at the word "maturing". I'm more interested in opinions from.. mature programmers. Is there a point that when it's reached - in the case of the linux kernel in about say.. 10 years - then software is only touched for fixing minor bugs? Or is the hardware/marketing/rest software world changing in a way that something can never ever be called mature but only 'for the time being'?

    -someone

    1. Re:hmm.. by CAIMLAS · · Score: 2, Insightful

      Well, given the trend over the last 20 years (or more, really), things have been in a fairly constant state of maturing. Hardware has changed, as has the needs of the hardware and the desired results. Granted, I can't think of anything in the last 5 or so years that has changed in much at all besides bigger, faster, and smaller, so maybe there's a chance for the current operating systems to reach a point of 'maturity'. At least some of them - it's pretty much a given that certain large software companies will push out larger, more complex operating systems that will never be truly 'done' (except for the "now abandoned" sense).

      I imagine that in 20 years or so, computers will be small and cheap enough where a different network design paragidm will be necessary, to some degree, and where conventional operating system concerns will not really be concerns any longer - while things such as security take a forefront in OS design. It seems that trend may have already started, to some degree.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  13. "Infrastructure" by HRbnjR · · Score: 5, Funny
    I work from home, and OSDL provides some infrastructure that allows me to get my work done without having to worry about things.


    Heh, "provides some infrastructure" ??

    Such a sweet deal would normally make one wonder...


    Richard Chesler : Get the f**k out of here, you're fired!

    Narrator : I have a better solution. You keep me on the payroll as an outside consultant, and in exchange for my salary, my job will be never to tell people these things that I know. I don't even have to come into the office, I can do this job from home.

    1. Re:"Infrastructure" by Dielectric · · Score: 5, Funny

      The first rule of OSDL is that you don't talk about OSDL.

  14. Re:Linus isn't really one to talk. by Dielectric · · Score: 2, Insightful

    I don't see that hardware support in Linux is any worse than other operating systems, on several fronts.

    In the desktop PC space, I can run anything I care to hook up, other than some shitty winprinters. Granted, some features are lacking like 3D accelerators and some multimedia hardware, but if you're careful choosing your stuff, it will work with Linux. I tossed Fedora Core 2 on two new PCs and a laptop, and it just works. I couldn't say that two years ago.

    Even my iMac runs YDL with all of my hardware supported. That was the biggest surprise of all, frankly.

    Don't even go there with Mac OS X. They only have to support one architecture and one major hardware vendor. MS has it slightly (not really) easier than Linux, too, because they're only running on x86 for the desktop and server.

    Things are better for Linux in the embedded space, as I see it. I can pick nearly any embedded processor, and Linux runs quite well with all features supported. That market is actually bigger than the desktop space, and more exciting to boot.

  15. Re:Linus isn't really one to talk. by Anonymous Coward · · Score: 5, Insightful

    Sure, Linus can't see into the future, but he can follow the blinking red arrows that industry is posting.

    There are many reasons why Linux won't go to a "shadowy fate." It is largely deployed in the enterprise. There are thousands and thousands of people either directly developing on it or for it. There is millions of dollars being shoveled into it by the likes of IBM and Novel. If all these folks thought that Linux was headed for a shadowy fate any time soon, do you think they would waste their time and effort on it? Do you even read Slashdot? (:

    It's not neccesarily just about open source vs closed source, it's about superior product in the market place. Open source is a partial factor, depending on your targeted demographic. I'm not sure how its immense flexibility is a bad thing, or how Linux is too slow to change, but it's true that all people may not be able to enjoy it. Even that is rapidly changing, with easy-to-use distros like Linspire, Ubuntu (or whatever), and Fedora.

    More on usability: Because I am a technically-abled person, I prefer to use Linux on the desktop (home computer and work computer). When my laymen friends ask if they should install Linux, I shrug and ask them what's wrong with their Windows? I hope that I will be able to give them an enthusiastic yes within a year or two.

  16. Words of Wisdom by jasoncc · · Score: 5, Interesting
    Linus Torvalds: Nobody should start to undertake a large project. You start with a small _trivial_ project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision.
    These are truly words of wisdom! Take note, young software engineer!
    1. Re:Words of Wisdom by _bug_ · · Score: 4, Insightful

      These are truly words of wisdom! Take note, young software engineer!

      I don't buy it. And perhaps it's because I fall into the young category and might be lacking the "real world" experience.

      e're taught from day 1 to look at code reuse and to break large chunks of logic into smaller bits. That requires a bit of planning ahead. You need to make some good guesses about where things will go. Right now you don't need to worry about transferring data via sockets, but there's a good chance one day you will need to. So you design the way your program breaks down its funcionality so that it's a trivial matter to take the output from one function and direct it torwards another that begins/handles the transfer process.

      Lets take it up a notch in complexity and look at planning the development for a 3D game. You build a modular system so as things change, you can move to a different sound engine, or 3D engine, or whatever, and don't have to rewrite half the code of the system. But to build modular, you have to plan, you have to see where, down the road, that modularity is going to give you a benefit.

      That's what makes the HURD really nice is all the modularity is planned and laid out. There's a structure and you know the direction the development will take. Big picture stuff.

      There's a reason the captian of the ship pilots from the bridge, where he can see what's in front of him. Linus seems to want to pilot his ship from the engine room.

    2. Re:Words of Wisdom by Erik+Hollensbe · · Score: 4, Insightful

      Your assumption is that it takes a lot of planning.

      Take a look at CPAN for a good detraction to your argument.

      Most CPAN projects start pretty small and fill only a few features. Since search.cpan.org contains a pretty thorough revision history of most of these projects, you might find that useful.

      Anyways, no one builds an app in perl with one all-encompassing module. They take bits and pieces that do what they need /now/ to build one. As their needs increase, they add to those bits and pieces. If the needs exceed the flexibility of the design, that's the time that redesign is required.

      You can see a good example of your argument being executed poorly by examining some popular PHP applications, or you can just take a look at slashcode, which I apologize, should never have been released to the public. :)

      PHP 4 in particular has horrid OOP support. I know perl's isn't much better, but I'll gladly take horrible perl OOP over that joke of OOP that's is the representation in PHP 4. It's much better in 5 I hear.

      Anyways, that's just context, only to lead to the point. As a result, many of the applications in PHP lead to shoe-horning OOP features into a procedural interface - which is fine if you know what you're doing, but not really in anyone's best interest unless they still refuse to admit that OOP has merit and a place (only the biggest curmudgeons in the software industry - like jwz. :)

      Either way, a lot of PHP authors try to implement things like plugins, namespaces, all sorts of crap which PHP 4 was not meant to do by craftily using includes and manipulating the names of functions.

      I'm only using the PHP vs. Perl comparison because the distinct lack of features in PHP 4 that appeal to a designer of large applications fosters this kind of problem, and while it's pretty rude to make this assumption, only those who can't see that ahead of time doom themselves by writing large applications completely in PHP 4.

      A good rule of software design: If you can't realize it without getting crafty, you've already done something wrong. Unnecessary complexity will always lead to failure. Take a look at windows.

      Amongst other problems with PHP (like it's lack of a built-in database API that supports binds for all databases), that's why you see these applications on bugtraq all the damned time. Applications like Zope which are built on a foundation made to give the features an application like Zope needs help eliminate the most basic design flaws.

      Just to bring my argument down from the heavens, I have on two occasions gone to great lengths to design giant API's that were flawed as soon as I plugged them into the editor. One of these designs kept me away from my editor for nearly 6 months, unless I was writing documentation. So, I would like to think that I'm speaking from experience on what /not/ to do when designing software.

      If I had said, "what do these things really need to do", written them, and then said, "how can I make them operate better", I don't think I would have been in that position.

    3. Re:Words of Wisdom by Tony-A · · Score: 3, Interesting

      I don't buy it. And perhaps it's because I fall into the young category and might be lacking the "real world" experience.

      Not so much young as that what you can see and think scales linearly while the hidden complexities tend to scale exponentially.
      The devil is in the details and as noted elsewhere "The biggest problem I see with large scale projects that fail is they get bogged down in minutae." It's not just the complexity of the final product, you have to deal with all the complexities all along the path toward creating that final product and most important choosing which path at each fork in the road.

      There's a reason the captian of the ship pilots from the bridge, where he can see what's in front of him. Linus seems to want to pilot his ship from the engine room.

      Sounds good until you get grounded on a submerged reef.
      It's even more fun in uncharted waters.

      Wisecrack from a master sculptor. "I just removed the parts that weren't David."
      At a particular level that is exactly what happens. Linus is right when he says "And if there is anything I've learnt from Linux, it's that projects have a life of their own, and you should _not_ try to enforce your "vision" too strongly on them. Most often you're wrong anyway."

    4. Re:Words of Wisdom by umoto · · Score: 2, Interesting

      I agree with the spirit of what you're saying. Reuse is progress. However, except when the reusable bits are obvious, it is cumbersome and risky to try to write code for a specific project and simultaneously make it reusable for other projects. Premature generalization is a subtle enemy.

      The 3D engine is a great example. Let's say you're a game company creating two 3D games at once. One game is a board game with a few 3D animations, the other is an immersive 3D experience. Do you develop an engine capable of handling both scenarios before you start work on either game? The board game might need nothing but OpenGL. The 3D engine would probably only be complicated by that scenario. Recognize that the only relevant reuse is already done (since OpenGL is common to both) and ship the board game early by not using your engine.

      Modularity is the key principle of OO design, but the true benefit of modularity is not reuse. Modularity enables you to make complex things simpler. If your 3D game has a networked multiplayer mode, you should modularize the networking so that you don't have to think about networking while you're working on other things. That doesn't mean you should create a network layer that's compatible with other games! Just make a layer that removes details from your focus. Discover reusable bits later.

  17. FSF doesn't rush anything, so chill. :) by DataDragon · · Score: 5, Insightful

    Okay, maybe HURD isn't where we all want it, that is -- on our desktops and running everything... BUT...

    Lets not forget, HURD is FSF/GNU, and they've proven time and time again that they are presistant, don't rush to complete their vision, and go the extra distance on a lot of things.

    If HURD achieves both the standards and the quality of forethought that all the other FSF/GNU code that has been released so far, then it will doubtlessly be a marvel of OS technology. It has a tall order to fill, though, and honestly -- it there's no rush to see it pushed into production, then I'd let the politics play themselves out. However, it *is* the goal of the FSF. How it finally winds up-- well-- I'm anticipating to see like everyone else, but I've become a believer in the FSF's patience, skills, and collective vision.

    1. Re:FSF doesn't rush anything, so chill. :) by Brandybuck · · Score: 2, Interesting

      It's been TWENTY YEARS since they started working on a GNU kernel. As even RMS admits, they picked the wrong design for a kernel, but as he won't admit, they're too stubborn to change it.

      --
      Don't blame me, I didn't vote for either of them!
  18. Re:Linus isn't really one to talk. by Reducer2001 · · Score: 3, Interesting
    You make a mostly good point. I bet your hardware runs a lot better/faster on Windows than Linux. Once the hardware manufacturer's start having Linux guys in-house contributing the kernel, then that will be a lot better.

    This whole comment sounded a lot better in my head.

    --
    When you get to hell -- tell 'em Itchy sent ya!
  19. Re:Bah! by theendlessnow · · Score: 5, Funny
    HURD! Uggg... Linux is bad enough, get a real OS, like FreeBSD for server's, otherwise its back to Windows for a desktop :) Let the OS wars begin!

    Maybe there is a war, but you can't kill something that's already dead. Or haven't you hurd?

  20. Re:Linus isn't really one to talk. by Control+Group · · Score: 4, Insightful
    Because in Windows, while you have to install all the drivers yourself, doing so is easy.

    In Linux, you may have to install fewer drivers, but the ones that you do have to install are difficult to do so with. This is what prevented me from making the switch to Linux a couple years ago: I couldn't get my wireless NIC running.

    It's easy to say that I should buy hardware more carefully, or (as another poster said) it works on everything except "those shitty winprinters," but that avoids the problem. I need it to run on the hardware I've got already, or it becomes cheaper (and easier) for me to go buy a Windows upgrade.

    I'm hardly a computer guru, but I'm definitely more competent than most people I know when it comes to them. Nonetheless, every time I've tried to switch to Linux (on average, once every year or two since '96), I've been put off by a piece of hardware I couldn't make work.

    First it was sound, then it was printing, then it was a NIC, then it was a video card, then it was a wireless NIC.

    *shrug*

    I'm sure I could learn how to do it, but I already spend 50+ hours a week fighting with computers at work, I don't want to struggle when I get home.

    --

    Reality has a conservative bias: it conserves mass, energy, momentum...
  21. Re:Linus isn't really one to talk. by Deorus · · Score: 2, Informative

    > Nonetheless, the hardware support of even the latest Linux distributions is inferior to that of Windows or even Mac OS X, and it's difficult to see how this is going to change when manufacturers continue to make their drivers closed-source and binary so that they only work with one kernel version, one distro, one libc

    OS X doesn't have that much hardware to support. Have you seen how much hardware Linux supports today? Most hardware support under Windows is provided by third parties. If you get the latest sound card you won't get any sound under Windows (unless the soundcard is recognized as compatible with a previous model) without the manufacturer's drivers. My SBLIVE is not supported under Windows XP without Creative's drivers but is under Linux with the mainstream EMU10K1 driver. If you get the latest video card, you won't have Windows support for it, my RADEON 9600 is not supported under Windows XP without ATI's driver, but Linux has a generic ATI driver for the framebuffer interface.

    Second: I'd rather that software developers distribute binary Linux drivers for a single distribution/libc than Windows ones. Why? Because at least for me they are easier to reverse engineer.

    > In a way, its immense flexibility is a bad thing. Open source is a nice thing, and has the potential to take over - just look at Firefox. But Linux is just too monolithic and slow-to-change to be easy to toss onto a new PC and get up and running with. There's a proliferation of different versions, all incompatible, making ease-of-use impossible to attain.

    I half-agree with you on this one. I think the real problem is not the flexibility. I've always argued that monolithic kernels aren't good for desktops, and this, in my opinion, is the only thing slowing down Linux acceptance on the desktop.

  22. hey, no rush by bobalu · · Score: 5, Insightful

    It's only been what, like 15 years?

    Who's kidding who?

    --
    The revolution will NOT be televised.
  23. Re:Linus isn't really one to talk. by Jeff+DeMaagd · · Score: 2, Interesting

    I can run Linux on more processors and different system types than every other Operating system ever made put together.

    You can, but do you?

    You have a point but in the realm of a desktop PC, the fact that you can run Linux on a bunch of different architectures is meaningless, especially when a lot of software is difficult to compile because short-sighted developers code them to compile and work on x86.

    What was being taken out of context here (desktop PC is the context, not servers or embedded devices) is that being able to run any WLAN card in a linux box is incredibly sketchy. The same goes for graphics cards. The ability to take a piece of hardware from a chain store and be able to use it is the context.

    Installation support needs to be improved too. The days where a different package needs to be made for each major distribution and revision should have been gone a few years ago.


    Just because it does not support a crappy $9.00 webcam you bought on a whim means nothing.


    Just because you don't care doesn't mean it is an irrelevant point. Maybe you don't care if Linux becomes a mainstream desktop, not all Linux users want it. If you do, the ability of a typical user to run on existing, paid-for hardware is of critical importance for it to take off. No one is going to dump Windows if they find they have to replace several pieces of hardware to do what they want to do.

  24. Anyone else hate... by palndron · · Score: 4, Funny

    Articles that take more time to load than to read?

    --
    a man, a plan, a canal, panama
  25. Re:Linus isn't really one to talk. by groundstate · · Score: 5, Insightful

    When my laymen friends ask if they should install Linux, I shrug and ask them what's wrong with their Windows?

    Overwhelmingly, it seems to be adware/spyware, and the all the other stuff that people install intentionally or accidentally. Within a year or two, the average windows machine gets bloated with semi-removable crap.

    The people I've moved over to linux have no problems using it. It's installing it, getting all of the hardware configured, and installing all of the strangely named multimedia software/codecs that is the tricky part. This all usually comes preinstalled on Windows, so it's an unfair comparison.

    I am always sickened when I have to use a fresh Windows installation, and it comes without a DVD decoder, a CD burner, a decent text editor, a PDF reader, a popup blocker, an FTP client, or a graphics file converter - all stuff that comes standard with most linux distro, or that I can install (for free) with *one command*.

    That's what's wrong with Windows.

  26. the kernel is so far from mature, sigh by Anonymous Coward · · Score: 3, Interesting

    The kernel is mature he thinks. Everyone he works with agrees with him. Such a failure of imagination....

    I think this is the difference between researcher/architect types and coders.

    To a researcher, there is so much that needs to be done to enhance the kernel that
    the problem is picking one thing to focus on.

    To coders, ok, Linux now does everything that Unix did 5 years ago, what more can be done?

    The coders were needed back when there was no free version of Unix. Now that there is one, some of these old guys (30 something and managing to be over the hill, CS is a great field....) need to step aside and let the researchers take the lead.

    The sad thing is that of course they won't. They'll just keep right on copying plan 9 and everything else 5 years old, and probably do well in the market, sigh.

    The problem with HURD is that their fundamental design is performance ineffective. Having a grand vision is not the problem, having a mistaken vision is.

    It would be nice if BSD came back to life.... that was researcher driven, and they did a lot to advance the state of the art.

    He is a nice guy though.

    1. Re:the kernel is so far from mature, sigh by tehdaemon · · Score: 3, Insightful
      "The coders were needed back when there was no free version of Unix. Now that there is one, some of these old guys (30 something and managing to be over the hill, CS is a great field....) need to step aside and let the researchers take the lead."


      So, what are you/the researchers waiting for? Fork it already and get busy. Linus ain't stupid, he'll put your patches/port your changes in if they are good.

      Heck, do a good enough job and you could start the 2.7.x series.

      --
      Laws are horrible moral guides, moral guides make even worse laws.
    2. Re:the kernel is so far from mature, sigh by Troy+Baer · · Score: 3, Insightful
      The kernel is mature he thinks. Everyone he works with agrees with him. Such a failure of imagination....

      I think this is the difference between researcher/architect types and coders.

      To a researcher, there is so much that needs to be done to enhance the kernel that the problem is picking one thing to focus on.

      Oh, horsehockey. I work with a bunch of computer science researchers who work on high performance computing topics. Guess how most of 'em do their OS-level research? They take Linux and make their wacky new file system/interconnect/etc. ideas work with it. Seems to work pretty well for them.

      Another thing to remember is that a lot of CS researchers write half-arsed code that isn't ready for prime-time. They're usually thinking proof-of-concept, not production deployment. That isn't unique to academia, either; it amazes me how much utter crap escapes from big corporate research labs claiming to be a "product".

      [/me decides to quit before this degenerates into YA rant about the fact that physicists are often better at production-quality software engineering than computer scientists]

      --Troy

      --
      "My life's work has been to prompt others... and be forgotten." --Cyrano de Bergerac
  27. Re:Linus isn't really one to talk. by JonathanX · · Score: 2, Informative

    How exactly is the hardware support in Linux in any way inferior to that of Mac OSX? I love OSX just as much as any other unix geek, but to pretend that it's hardware support is superior seems a bit misguided considering the fact that they only support the hardware that they themselves build, along with a few peripherals tossed in. Linux on the other hand, will run quite nicely on their hardware, along with 85-90% of the rest of what's on the market.

  28. Linus's just this guy, you know... by advocate_one · · Score: 3, Funny

    Gag Halfrunt...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  29. The HURD problem by Animats · · Score: 4, Interesting
    I've been really disappointed with the HURD guys.

    Microkernel architecture is really hard to get right. If you get it right, microkernels are fast and stable, like VM for IBM mainframes and QNX. Both have long, long uptimes, run important systems, and are modified very seldom.

    But most architects don't get it right. If you get it wrong, like Mach, no amount of patching will fix it. Because open source development has a "patch" mentality, it's almost impossible to fix fundamental architectural problems in an open source project.

    The HURD people finally dumped Mach and went to L4, which is a half-finished academic microkernel. That's not working either.

    I'd like to see a high-security microkernel OS in widespread use, but the HURD guys aren't going to deliver it. And we really need one.

    1. Re:The HURD problem by timeOday · · Score: 4, Insightful
      I'd like to see a high-security microkernel OS in widespread use, but the HURD guys aren't going to deliver it. And we really need one.
      Why do we really need one?
    2. Re:The HURD problem by radicalskeptic · · Score: 2, Informative
      --
      WARNING: If accidentally read, induce vomiting.
    3. Re:The HURD problem by evilviper · · Score: 4, Interesting
      Why do we really need one?

      Far more reliable, and secure.

      Even a "kernel" bug isn't a root exploit. You can have highly secure systems by just finely tuning the level of privlidge you want to give a process. Even if there's an exploit, you can't break-in. Basically, nothing runs as "root". Think ultra-finely-tuned jails, automatically, for everything.

      Even the most low-level drivers malfunctioning doesn't cause a crash or a reboot. If any of your drivers has a problem, crashes, corrupts memory, etc, it's contained to just that driver, and it will be stopped, and restarted, without your even knowing about it.

      A microkernel can really wipe the floor with a monolitic kernel. QNX really makes Linux look fragile. For a better example, look at OpenVMS. Even after all these years, it's still got an unbelievable reputation.

      You know why even computer experts wouldn't trust their lives to computer-controlled systems? Because they've never used a microkernel-based system.

      No monolitic version of Linux/BSD is ever going to be able to replace a microkernel-based system.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    4. Re:The HURD problem by Animats · · Score: 2, Informative
      No. Read the next line:

      However, in Mac OS X, Mach is linked with other kernel components into a single kernel address space. This is primarily for performance; it is much faster to make a direct call between linked components than it is to send messages or do remote procedure calls (RPC) between separate tasks.

      It had to be done that way because the IPC system Mach bolted onto a BSD kernel is slow. Retrofitting message passing onto a kernel that wasn't designed for it seems to consistently result in a slow message passing system. This is because message passing has to be tightly integrated with CPU dispatching to get really good performance. It's not the data copying that kills you. It's the extra trips through the scheduler.

      Mach has simplex ports, like UNIX pipes. Big mistake. To get high performance message passing, you have to make subroutine-call like operations work really efficiently. The basic operations in QNX are MsgSend/MsgRecv/MsgReply, which has the effect of a subroutine call between two processes. Process A does a MsgSend to process B, which is hopefully waiting in a MsgRecv for some work to do. Process A blocks, and process B unblocks. The trick is that when this happens, the normal case, where process B is waiting, is handled by an immediate transfer of control from process A to process B, without a pass through the scheduler to find the next ready to run process. To return, process B does a MsgReply, which immediately unblocks process A.

      If you do this with Mach-type simplex ports, where the primitives were ill-chosen, it requires several trips through the scheduler, because the primitives don't lend themselves to simple transfer-control semantics. A does a write, which unblocks B but doesn't block A. So A keeps going. Then A does a read, which blocks A and causes a trip through the scheduler, at which point B is found ready to run and started. The same thing happens in the other direction. Two extra trips through the scheduler.

      Worse, if there's another CPU-bound process ready to run, a trip through the scheduler may pick it instead. After all, it's been waiting longer. So each interprocess call results in a chance of losing your current time slice. This adds latency.

      This is why message passing and CPU dispatching must be well-integrated, or performance is terrible. All the retrofits of IPC to UNIX type kernels seem to suffer from this problem.

      Incidentally, MacOS X is based on Mach 2.x, which is a modified BSD kernel with Mach extensions. Mach 3.x, CMU's rewrite and a true microkernel, never really worked very well. But a few pieces of it made it into MacOS X, which gives Apple some Mach 3 bragging rights. But it's not a microkernel. It's a BSD kernel with extensions.

  30. Linus on All Sorts of Stuff by roman_mir · · Score: 2, Funny

    Linus on All Sorts of Stuff - what a useless article. They don't even ask where he gets his stuff, what stuff he likes most, how he mixes his stuff. What a waste of perfectly good white html space.

  31. Re:Linus isn't really one to talk. by lakeland · · Score: 3, Insightful

    I'd have to disagree with this one too. When you buy a piece of hardware for windows, the driver was written under incredible time pressure -- remember the difference between financial success and failure for a product is measured in weeks, so the driver just cannot be late.

    By comparison, shortly after the device comes out a reverse-engineered driver will be available for linux. It will be clunky and hard to install, slower, more buggy, etc. Later versions will fix the bugs, then fix the efficiency, then fix the installation issues, then tie in with hardware autodetection. Soon enough, the linux drivers exceed the windows ones.

    So, if you get your hardware the moment it is released to the public, you will probably find the windows drivers better. If you wait until things become affordable then you're probably going to find linux drivers at least as good.

  32. Hmm by caluml · · Score: 2, Funny

    There are currently, 4221 guest(s) and 0 member(s) that are online.

  33. Re:Linus isn't really one to talk. by lakeland · · Score: 4, Insightful

    There is a lot of truth to this. But if you look at the list of things you're giving (sound, printer, ethernet, video, wireless) you'll notice they're getting increasingly 'modern'. Within a year you will likely find wireless works perfectly (it already does for many devices, though my atmel wlan requires a (GPLed) driver not included in the kernel).

    But that's not to say your comment won't be applicable in a year, you'll just have to say 'bluetooth' instead of wireless, or whatever the hot new technology of 2005 is. My feeling is that for most people, linux will 'just work' first time now. This was less true two years ago, and it will be even more true in two years time.

  34. My opinion by Anonymous Coward · · Score: 3, Funny

    Its great. I'm only running it because its the first platform that Duke Nukem Forever will run on.

  35. Re:Linus isn't really one to talk. by diamondsw · · Score: 3, Insightful

    What's wrong with Linux is it doesn't come with *A* DVD decoder, *A* CD burner, *A* decent text editor, *A* PDF reader, *A* popup blocker, *AN* FTP client, or *A* graphics file converter. It comes with at least a half-dozen of each that have differing feature sets and no clear direction of which one is "optimal" for the new user to start with.

    Linux needs to focus on progressive discoverability - Only expose as much of the interface, programs, and power as necessary. Keep it all in reserve for people who want it, but don't constantly throw it and the millions of settings right in a new user's face.

    --
    I don't know what kind of crack I was on, but I suspect it was decaf.
  36. Re:Linus isn't really one to talk. by DA-MAN · · Score: 2, Interesting

    So, if you get your hardware the moment it is released to the public, you will probably find the windows drivers better. If you wait until things become affordable then you're probably going to find linux drivers at least as good.

    This is so true in most cases. To this day it surprises me how the intel 10/100 card requires dozens of drivers on windows from model to model on Windows, but only the e100.o on Linux. Sometimes there is no interest or not enough information to create a Linux driver, such as with the 802.11g drivers. The ndiswrapper is a neat hack, but is very limited and unusable on amd64.

    The only option left is to wait for a company to step up to the plate and write a driver from the start. This is why all my 802.11g cards are running Ralink chipsets, because they have a Linux driver.

    --
    Can I get an eye poke?
    Dog House Forum
  37. Re:Linus isn't really one to talk. by Tassach · · Score: 3, Insightful
    I bet your hardware runs a lot better/faster on Windows than Linux
    I've found just the opposite to be true. I've almost invaribly seen Linux run faster and more reliably than Windows on the same hardware. A couple reasons for this:
    1. Any performance improvement you get from having a highly-optimized driver is typically swallowed up by the general inefficiency of Windows itself.
    2. While the hardware vendor's coders may know their hardware, they don't (and CAN'T, due to it's closed nature) know the Windows internals and how their code will interact with Windows, hence the need for Microsoft to certify the drivers. IME, A *HUGE* number of BSOD errors (perhaps even the majority) are due to misbehaving or buggy vendor-supplied drivers.
    The only place Linux falls behind is support for bleeding-edge hardware. This generally isn't a problem for me as I rarely if ever buy leading edge hardware due to it's lousy price/performance ratio. One or two steps back from top-of-the-line usually gives you >90% of the performance for 50% of the price.
    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  38. Re:Linus isn't really one to talk. by pthisis · · Score: 4, Insightful

    Nonetheless, the hardware support of even the latest Linux distributions is inferior to that of Windows or even Mac OS X

    I call shenanigans on this. The last count I saw showed that Red Hat FC2 has more than 3 times as many drivers as Windows XP out of the box, assuming that you only count Intel-compatible platforms (if you count all platforms, Linux has an even wider edge).

    E.g. my scanner and TV capture card are both supported out of the box under FC2 and not supported at all under XP. The scanner came with Win95 drivers, but no newer ones are available for Win32 and the old ones don't work with Win2k and later. I can't remember exactly which Windows version broke support for the capture card. I have no intention of buying a new scanner when mine is a great workhorse oversized flatbed with true 1200x1200 resolution that still outperforms the modern cheapo models handily.

    And while my wireless LAN card is theoretically supported under Windows, it locks up every 10 minutes when WPA encryption is enabled (WEP is forbidden in our environment for security reasons) but runs for weeks with no problems under Linux--and Linux supports advanced features like running it in host AP mode (as a basestation).

    Windows has better support in some areas--brand new 3D graphics cards is one, new winprinters and winmodems are others--but as far as overall hardware support Linux is way ahead.

    --
    rage, rage against the dying of the light
  39. OT: Does anyone else see a parallel? by TeckWrek · · Score: 2, Interesting

    For the question
    "Do you have any advice for people starting to undertake large open source projects? What have you learned by managing the Linux kernel? ",
    as I was reading the reply...
    And if there is anything I've learnt from Linux, it's that projects have a life of their own, and you should _not_ try to enforce your "vision" too strongly on them. Most often you're wrong anyway, and if you're not flexible and willing to take input from others (and willing to change direction when it turned out your vision was flawed), you'll never get anything good done. In other words, be willing to admit your mistakes, and don't expect to get anywhere big in any kind of short timeframe.
    for some reason I was mentally comparing it to the stand that the Bush administration has taken in the "war on terror" and the "desire to spread liberty". I could not help but think, that here is the exact reason why it is flagging and possibly destined for eventual failure.

  40. yeah yeah, but by bobalu · · Score: 4, Interesting

    Listen,

    I give mad props to RMS for the legal hack of the copyleft, and when the chips are counted he'll probably be given saint-hood by several developing countries, but I don't get the impression it'd be fun to work with him. And at the end of the day (and especially in the middle) that's mostly what you need to get through a large complex project.

    I could be wrong, I've never met him. But I've got a short fuse on dogma. To get a thing done, at some point you just have to do it.

    On the good side, open source says "less defects because we didn't rush it", but there's that other side that says to ship something shoot the engineer. There's a point to that too. :-)

    --
    The revolution will NOT be televised.
  41. Re:Linus isn't really one to talk. by pjrc · · Score: 2, Informative
    That [embedded] market is actually bigger than the desktop space

    The "embedded" market is indeed huge. But the vast majority is inexpensive 8 bit (and even 4 bit) microcontrollers that typically have 32k or less Flash/EPROM/mask-ROM and 1k or less RAM, and chips as small as 1k of code and 64 bytes of RAM are very popular, due to their small size, low power and most importantly, their low cost.

    Recently, 32 bit ARM7 chips have started to appear on the market at prices competitive to the upper end of the 8 bit controllers. Slashdot even carried an article about Atmel's much-hyped new ARM7 chips coming out soon. But they have flash sizes ranging from 32k to 256k, and RAM ranging from 8k to 64k. These 32 bit chips can't run linux. Most will run either a custom app, or a tiny RTOS like http://www.freertos.org/">FreeRTOS or http://www.ucos-ii.com/">uC/OS.

    Ask yourself why you'd choose linux for some application where you are selling the hardware with the firmware embedded. Because it's cool? Because you want to include megabytes of additional memory, extra board space, and a more expensive chip with external bus pins rather than cram it all into the 128k of on-chip memory in a less expensive processor without an external bus? Because you'd rather distrubute your source code to customers and competitors alike, rather than go with a bsd-style license or one-time license payment. Because you'd rather go to market with a higher cost of goods sold than your competitors?

    Sure, there are some very high complexity products that need the features of a system like Linux or WinCE. But the vast majority of embedded apps don't need that complexity, and the extra cost just isn't commercially competitive.

  42. Linux hardware support, etc. by WebCowboy · · Score: 2, Insightful

    Nonetheless, the hardware support of even the latest Linux distributions is inferior to that of Windows or even Mac OS X

    Puzzling statement to say the least. I find the opposite is true. For example, Linux support for scanners is broader than that of Windows 2000 and XP (Linux is better with legacy devices). Linux support of 64-bit hardware is also more mature (where is Microsoft now on that front?). Mac OS X? That one floored me. Mac OS can be kludged into running on other platforms I guess, but it only has ONE supported hardware platform. It is easy to offer exemplary hardware suport when you only support a VERY SMALL amount of hardware.

    Monolithic and slow-to-change? If that is Linux, what is Windows, fossilised? Look at Windows NT4 and Windows Server 2003 or XP (especially in "classic mode"). Visually nothing really innovative and looking deeper even less innovative architecturally. Look at Linux over that same period--form the Kernel on up to KDE and GNOME. HUGE difference, both in modularity and pace of change.

  43. Some jobs are still too hard to do on GNU/Linux. by jbn-o · · Score: 4, Insightful

    Which would put it on a par with how useful the Linux kernel was when it was young. It wasn't useful unless one was extremely technical, and even then it lacked a lot of hardware support and one couldn't do a lot of commonly useful things with it. In time, the HURD can mature and become competitive. This doesn't mean GNU/Linux is a piece of cake for jobs people want to do.

    But what I find interesting is Torvalds' answer to the question following his HURD answer:

    Preston: When do you think Linux will take over desktop market from Microsoft?

    Linus Torvalds: Oh, I think it's started already, it's just slow. You don't realize just _how_ slow it is, unless you've been looking at Linux over the last ten years. People kind of expect it to suddenly be "good enough" and take off like a rocket, but that's not how these things work. It gets better very gradually, and people get used to it very gradually. So I look back ten years, and think about how Linux was back then, and I have to chuckle a bit. The desktop of today is a bit better than it was a year ago, but you don't _really_ see the differences unless you step back a lot more..

    Here, unlike in previous questions, I think Torvalds uses the word "Linux" to mean a complete operating system in which the Linux kernel is being used (typically, a GNU/Linux system), so I'll interpret the answer in that vein.

    The main point I wanted to draw out is that it took ten years, by Torvalds' estimate, to get where things are now. I'd argue that that estimate is wrong by half (the free software community began 20 years ago), but even if we take the ten year figure at face value, the HURD hasn't been running on anyone's machine for ten years yet. And even now there are people (such as a fellow I had on my radio show last week who was addressing a caller saying the same thing) saying that the modern GNU/Linux system is too hard to use, too complex to install and to complex to do some jobs with when compared against Microsoft Windows or MacOS X. Those jobs include:

    • formatting an additional HD and adding it to one's system
    • configuring a FAX modem
    • doing optical code reading (OCR)
    • burning CDs and DVDs on some distributions (like Fedora Core)
    • sharing printers or disks via Samba

    All of these jobs are possible but way more difficult to simply do than they ought to be. And few (if any) distributions make it easy to do these things by including the free software packages available to make them work right out of the box.

    Configuration is too hard; getting these things working rely on one's skill with a command line interface or editing technical configuration files. ESR's printer essay was right on the mark when it came to his perspective on hooking up a printer--adding a printer should be automatic and the system should do more network scanning and autoconfiguration to suit what most people most of the time will want.

    So, even for those who would complain the GNU/HURD system is too far out of reach, I'd say look closer to home and see the problems that exist for GNU/Linux. GNU/Linux is a heck of a lot closer to what I think people yearn for, but that's no reason to trash GNU/HURD.

  44. Re:Linus isn't really one to talk. by gnuLNX · · Score: 2, Insightful

    A year or two my ass....a day or two and most windows boxes are totally trashed...unless there is a half way knowledgable person running it.

    --
    what?
  45. HURD by wikinerd · · Score: 2, Insightful
    I checked the HURD mailing lists and talked with some people on irc.gnu.org #hurd

    someone said to me there are 2 developers maintaining the cvs repository of hurd.

    A person who tried Debian GNU/HURD said it was usable, but with some unsupported hardware.

    There are three distributions of GNU/Hurd: Debian GNU/Hurd, Bee GNU/Hurd and Gentoo GNU/Hurd, together with gnu.org

    HURD isn't exactly dead, but I doubt it could replace Linux right now. However, I am excited by the idea of microkernels and I really want to see HURD becoming successful and usable by the general public.

    http://hurd.gnu.org/
  46. Moderators on crack strike again. by dusanv · · Score: 2, Insightful

    Why is this modded a troll? Micro-kernels sound like a neat idea. But then again, monolithic kernels should be good enough for everyone.

  47. Flumotion? by stor · · Score: 2, Funny

    Well you'll be happy to hear that Fluendo have just released their new streaming server "Flumotion" that streams ogg vorbis.

    *achoo!*

    Cheers
    Stor

    --
    "Yeah well there's a lot of stuff that should be, but isn't"
  48. Re:Some jobs are still too hard to do on GNU/Linux by strider44 · · Score: 2, Informative

    burning CDs and DVDs on some distributions (like Fedora Core)

    Is it hard to do that on Red Hat? I haven't used Red Hat recently, but I'm just curious. (Though I personally use Debian) I used mandrake not long ago and it was literally as easy as installing it then running k3b which is as easy to use as Nero - in fact I'd give the crown to Mandrake over WinXP in that respect. In fact all of those things except OCR (which I've never heard of) and modems (which I have no experience of in mandrake) are a breeze. You don't ever have to use the command line.

    But anyway, why is Red Hat different burning cd/dvds?

  49. Re:Linus isn't really one to talk. by marsu_k · · Score: 2, Insightful
    Funny should you mention, I _do_ use Mandrake. But I take it you tried 9.x series of the OS (since you were talking about a christmas) - the "forcedeth" drivers (i.e. nForce networking) are included in the 2.6 series of the kernel, but AFAIK they are not a part of the 2.4 series. Hmm, perhaps I should rephrase; with a 2.6.x kernel things worked out of the box. This is partially understandable; although nForce mobos are hardly new, kernel developers have to constanly play catching up with new hardware as the manufacturers aren't usually very supportive. As a result, the latest hardware isn't supported.

    Which brings up another point. Yes, you have to be a bit selective about hardware, before you buy it's wise to check that it is supported. And you probably won't get the latest and greatest (I bet it'll take quite a while for example for the new nForce4 chipset to be supported). But once hardware is supported in Linux, I've found it to work extremely well and reliably - and yes, out of the box.

  50. Re:Some jobs are still too hard to do on GNU/Linux by The+Spoonman · · Score: 2, Insightful

    Is it hard to do that on Red Hat?

    No, you can install k3b on redhat fedora core and burn away, but knowing that k3b is as easy to use as Nero, or even EXISTS is harder on Linux than Windows if for no other reason than the fact that you can't just go to the store and see all the cd burning software available, and buy what you need. Most CD burners come with some kind of burning software for Windows, but not for Linux. If I was a "user" with a new CD burner in my machine that runs Linux, being able to burn CDs will be a lot harder for me than my neighbor running Windows. Now, here come the "if it's that hard for them to figure out, they shouldn't be running Linux in the first place" argument that draws in so many people to the Linux flock....

    (Not necessarily from you, Strider, but some yutz is thinking it out there right now...)

    In fact all of those things except OCR (which I've never heard of) and modems (which I have no experience of in mandrake) are a breeze. You don't ever have to use the command line.

    No, not necessarily. Suppose for some reason your modem isn't supported, or network card, or sound card. There might be a kernel module out there you can get that'll enable it, but the average user isn't going to be able to do that. Until it's at the point that they stick in a CD that auto-runs and installs the drivers, or software for them, it's never going to be easy enough for general use. There are lots of people who are going to say "my grandmother or spouse uses Linux without problems", but that wouldn't be true if they didn't have a geek to help them out along the way.

    Oh, yeah, OCR=Optical Character Recognition. Scan a document, and it converts it to text so it can be edited. Useful stuff for some, and for those people a deal-breaker against using Linux (like me).

    --
    Which is more painful? Going to work or gouging your eye out with a spoon? Find out!
    http://www.workorspoon.com
  51. Re:Some jobs are still too hard to do on GNU/Linux by shaka · · Score: 2, Informative
    I'm not sure when this feature was introduced into Fedora (I'm on core 2 at the moment), but when I stick a writeable CD into my drive, an explorer-like window comes up. I drag files into it, then select "burn cd" from the file menu. I haven't installed any extra software to do this.

    I think this is much easier than what Windows offers right now (although it's missing a "burn ISO image" feature).

    I don't know what Fedora uses to accomplish this (I'm on Debian) but on my system Nautilus handles burning in this manner. It's just as you say: Open the location burn:/// (or something similar) and drag the files there. However, on my system this works with ISO-images too. In fact, then it's even easier, just right click on the ISO and select "Burn image to CD" or something like that.

    This is just for data-CDs though, Nautilus doesn't handle music-CDs yet, which is a shame. K3B is ok but I really think it's interface isn't clean enough. It's easy to use but the interface just has a clunky feel IMO.
    --
    :wq!
  52. And Linus sayeth "I think Hurd is dead." by Ingolfke · · Score: 2, Informative

    Clearly the Hurd has gone the way of Gentoo and BSD; down the path to oblivion. Surely no one can doubt this now that Linus hath spoken.

    1. Re:And Linus sayeth "I think Hurd is dead." by Wolfger · · Score: 2, Informative

      Gentoo has gone down the path to oblivion??? That's news to all us Gentooists. Gentoo is more popular than ever.

  53. Mach is not that bad by MemoryDragon · · Score: 2, Interesting

    Examples for systems using Mach are MacOSX and IBMs AIX....
    Mach used to be bad around 1990 but the things have been patched up ;-)

  54. Re:Some jobs are still too hard to do on GNU/Linux by jbn-o · · Score: 2, Informative

    I appreciate the software freedom GNU/Linux and other free software grant me; this is the main reason I stick with GNU/Linux and why I advocate its use elsewhere. But there is a lot of room for improvement. I look back over the past 20 years and see all the progress that has been made, so I'm not raising these issues as an alarm. These things can and will be improved. It's about whittling down how they should work and making them work that way (and ignoring the technocrats who want to overburden the situation with a vast array of preferences and tweaks).

    What follows is long, but it gives a more complete picture of what I've been through with GNU/Linux and a brief bit about my experience with a couple of non-free OSes. I thought your question deserved a full response.

    Installing K3B is not done by default and the name ("K3B") means nothing to someone looking for a CD/DVD burner. If you do install it, you have to run it as root to make it work (obviously a showstopper for a multi-user installation and not a good idea for a single-user laptop or desktop system either). Nautilus tries but doesn't work due to (I'm told) a kernel issue. Nautilus also won't burn a number of CD formats K3B can burn, including audio (which I think a lot of users would want to burn).

    OCR is available as free software but isn't shipped in Fedora Core (or Ubuntu, as far as I know). There is another free software OCR program (whose name escapes me at the moment) and it is trainable because it is aimed at reading ancient texts. This approach might be useful to academes, but it is very complex to use for ordinary text one comes across in newspapers and magazines, and it doesn't come with training by default. The interface for both programs are each quite unlike other programs which steepens the learning curve. Right now, OCR doesn't "just work" on GNU/Linux.

    Plug and play access to hotplug devices still eludes GNU/Linux for the most part. If I hook up a printer, I want that to be my default printer. Same for modems, fax modems, scanners, joysticks, and anything else I can hotplug. I can get scanning to work when there is only one scanner--plugging in my Epson Perfection 1260 via USB and starting up XSane (with its non-HIG interface) does work on Fedora Core. I am not sure what would happen if I had two or three scanners.

    Without significant technical reconfiguration, Fedora Core doesn't like USB memory sticks. They don't do the right thing as far as I can tell. Does Mandrake handle multiple USB memory sticks correctly? Or is it really just a hack that isn't exposed until you have more than one plugged in at the same time?

    I realize hotplug stuff in general is being worked on and should improve. I'm describing the state of affairs as they are today. I look forward to seeing improvements and paying to see more improvements implemented as free software.

    The last time I tried Mandrake it couldn't get my printer (a Brother HL-1270N connected via ethernet) working and the install screen offered absolutely no help. Mandrake also made a user login for me that I couldn't actually log into and use. I had to use root for everything and even then many things were obviously screwed up by default so I couldn't get jobs done which I knew other GNU/Linux distributions could do with ease. I switched back to Fedora Core. I'll try Mandrake again later, when I can see someone else's installation doing things I want to do with no reconfiguration at the command line.

    Documentation to fix these things is often non-existant ("Read the source, Luke") or geared at the technical user (man pages with lots of references to things that are never introduced, or man pages for programming add-on software). I have yet to get Samba working well, for instance, because the interface to doing this is too clumsy and the docs are quite poor. I'm making my way through one of those Samba in 24 hour books. I'm told NFS is a pain to keep going and yet GNU/Linux offers no simple disk and printer sharing n