Slashdot Mirror


Ask Unix Co-Creator Rob Pike

Today we return to our Slashdot interview roots with a "Call for questions" for Rob "Commander" Pike, who has been involved in the development of many modern programming concepts, GUI advances, character sets, and operating systems. We'll email 10 - 12 of the highest-moderated questions to Rob and post his answers as soon as he gets them back to us.

74 of 479 comments (clear)

  1. Plan9 by mirko · · Score: 5, Interesting

    Plan 9 was supposed to go even further than Unix went, does it really looks like to you that it's been conceived according to a similar approach ???

    --
    Trolling using another account since 2005.
    1. Re:Plan9 by Spyffe · · Score: 5, Interesting
      Rob,

      Right now, there are a large number of research kernels. Plan 9, Inferno, AtheOS, Syllable, K42, Mach, L4, etc. all have their own ideas about the future of the kernel. But they all end up implementing a POSIX interface because the UNIX userland is the default.

      The kernel space needs to be invigorated using a new userland that demands new and innovative functionality from the underlying system. Suppose you were to design a user environment for the next 30 years. What would the central abstractions be? What sort of applications would it support?

      --
      Sigmentation fault - core dumped
  2. Biggest problem with Unix by akaina · · Score: 5, Interesting

    Recently on the Google Labs Aptitude Test there was a question: "What's broken with Unix? How would you fix it?"

    What would you have put?

    --
    Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose.
    1. Re:Biggest problem with Unix by hackstraw · · Score: 3, Interesting

      Recently on the Google Labs Aptitude Test there was a question: "What's broken with Unix? How would you fix it?"

      I saw this google labs apt question, and while I've become numb to most of UNIX's issues and cannot think of a generic across the board (ie, cross vendor) "broken" thing except why the hell is UNIX so picky about 1) unmounting filesystems "that are in use" and 2) why the hell there is a 'D' run state that is completely uninterruptable?* The 2nd one really baffles me, and the first is just annoying, and fuser or some vendor specific tool can (sometimes) point you to the offending process that is using the filesystem. I found out today that fuser does not work on linux with the kernel NFS daemon sharing a filesystem and I try to unmount it. Annoying, but not as fundamentally broken as #2 in my opinion.

      Another thing that I see as "broken" in UNIX is that there is no normal/standardized/sane way of installing software. Debian gets it the closest, but the LSB picked RPM for some insane reason for package mismanagement on Linux.

      * For those that don't know, if there is something wrong with a disk subsystem, and a process tries to access that disk subsystem, the process is in an uninterruptable "disk wait state", that cannot be corrected without rebooting the computer. One can ususally safely ignore the processes stuck in this state, but its kinda irritating because it can often bring the system load up by one for each stuck process, yet it does not appear to hurt performance any.

  3. OK, here's the obligatory by w.p.richardson · · Score: 3, Interesting

    Looking back, what would you have done differently? Anything?

    --

    Curb CO2 emissions: Kill yourself today!

  4. resolv.conf by Flashbck · · Score: 5, Interesting

    why was the 'e' ever removed from resolv.conf?!!?!?

    1. Re:resolv.conf by orangesquid · · Score: 4, Interesting

      Short commands are easier to type, especially on slow TTL hardware where several context switches have to happen for every single keystroke.

      Early unix also had a 12-letter filename limit.
      I don't know if that included the NUL or not; if it did, then resolv.conf makes sense, since you might want to make a backup copy named resolv.conf~ or such. Also, early fortran had a 6-letter symbol name limit; this might be the reason for creat (so _CREAT would fit within the maximum 6 letters?)

      DISCLAIMED: Just some ideas, dunno if any of this is correct!

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
  5. Apple and Unix by Anonymous Coward · · Score: 4, Interesting

    What are your thoughts on Apple's use of Unix.

  6. Re:What do you think of the SCO vs IBM? by stecoop · · Score: 5, Interesting

    Add to the question about what he thinks of the government forcing Bell to sell of the Unix OS (because the parent company was considered a monopoly) inlight of today's litigation wrangling.

  7. The future? by xenostar · · Score: 4, Interesting

    What do you see in the far future of operating systems, now that great advances in the way we think about computers, such as quantum computing, have been made.

  8. Is Linux "unix"? by Doc+Ruby · · Score: 4, Interesting

    Is Linux "unix"? What did Unix get wrong, but was too late to change by the time that you realized it, that Linux can still get right, while it's still young?

    --

    --
    make install -not war

    1. Re:Is Linux "unix"? by Doc+Ruby · · Score: 2, Interesting

      That's why I made the subtle distinction in my post beween "unix" and "Unix" (and your "UNIX"). Especially with the SCO scams hanging above our necks, I'm interested in what Pike says is "unix". Perhaps it transcends the code, the trademark, the APIs, and has become a style, or something in between.

      --

      --
      make install -not war

    2. Re:Is Linux "unix"? by JabberWokky · · Score: 2, Interesting
      No, they say what is and what is not legally considered Unix. The popular definition includes many other operating systems that are similar.

      Tomatos are legally a vegetable[1], scientifically a fruit, and considered by many people to be either one. Champaign is technically only from a certain region in France, in American common usage it is just about any sparkling wine. Terms can often be approached legally or semantically. "Unix" in this case is short for "that OS that you created", not "an OS certified by the OpenGroup". If they dubbed, say, MS-DOS 4.01 Unix, it may be legally Unix but most people wouldn't consider it "real Unix".

      [1] In America, for tariff reasons. Decision of the Supreme Court in late 1800s.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
  9. Are you suprised at the longevity of Unix? by sgant · · Score: 3, Interesting

    When you were creating it, did you in your wildest dreams ever think that 30 years people would still be using it on a daily basis? Was it designed from the beginning to grow and be added onto?

    --

    "Leo Fender was in a 'state of grace' when he designed the Stratocaster." -- Paul Reed Smith
  10. Where do u think Linux is headed? by Anonymous Coward · · Score: 1, Interesting

    Do u beleive after 10 years, there will be Liux & Windows only (like Bill Gates)?? Will Linux dominate & will Microsoft vanquish into the night!

  11. Would use use OO? by esanbock · · Score: 1, Interesting

    Were you to start again today, would use use objects instead of an API to build the core OS components?

    1. Re:Would use use OO? by SewersOfRivendell · · Score: 2, Interesting

      I think you mean: Were you to start again today, would you use an object-oriented API instead of a procedural API?

  12. Languages by btlzu2 · · Score: 5, Interesting

    Hello!

    Maybe this is an overly-asked question, but I still often ponder it. Does object-oriented design negate or diminish the future prospects of Unix's continuing popularity?

    I've developed in C (which I still love), but lately, I've been doing a lot of purely object-oriented development in Java. Using things like delegation and reusable classes have made life so much easier in many respects. Since the *nixes are so dependent upon C, I was wondering what future you see in C combined with Unix. Like I said, I love C and still enjoy developing in Unix, but there has to be a point where you build on your progress and the object-oriented languages, in my opinion, seem to be doing that.

    Thank you for all your contributions!!!

    --
    Zed's dead baby. Zed's dead.
    1. Re:Languages by five18pm · · Score: 2, Interesting

      It still is difficult to leave C. Object-oriented languages go to great lengths to hide data (That object is off-limits boy!), but sometimes you need to access data, that too, immediately. That you can get only C (and in that ugly kludge, C++).

      Of course, you can also build object orientation in C, it is difficult, not impossible. Just look at the Unix file system and drivers. It uses both delegation and reusable classes. I know atleast one professor who taught object orientation with Unix file system as example!

  13. Obvious (and probably redundant) by Camel+Pilot · · Score: 3, Interesting

    What do you think of the Evil called SCO?

  14. Emacs or Vi? by Neil+Blender · · Score: 2, Interesting

    nt

  15. View on linux by noselasd · · Score: 4, Interesting

    What are your views on the free/OpenSource Unix like operating systems, such as Linux and the *BSDs ?

  16. Backtracking by Antony-Kyre · · Score: 2, Interesting

    Is it possible to design a computer so you can backtrack in progress? A method where it records perhaps the last three minutes, and you could click on something, and rewind your computer just like a video? And the hard drive would be at that state? Perhaps with intervals of five seconds. This would go way beyond RAID. (Not sure if I explained this properly.)

  17. Language for new OS's by Anonymous Coward · · Score: 5, Interesting

    The C programming language was written for and spread by the Unix operating system. While it's still a useful tool, and far better than the wholly untyped BCPL that preceded it, C is really starting to show its age. Is there an existing programming language that you would recommend for the implementation of operating systems? Would you recommend creating a new language for a new OS, as was done with Unix? Would you recommend the creation of new OS's at all?

  18. Simple question really... by Gothmolly · · Score: 1, Interesting

    Why?

    --
    I want to delete my account but Slashdot doesn't allow it.
  19. CLI by Moby+Cock · · Score: 5, Interesting

    Has the Command Line Interface become outdated? What are your thoughts on the CLI and if you had to 'do it all again' would the CLI be as prevalent?

  20. The many Flavors of Unix by pillageplunder · · Score: 2, Interesting

    Rob, do you see in the near or even far future, the many different flavors of Unix (Sun Solaris, IBM AIX, etc) morphing back together?
    Second part of the question, do you think that the different flaovrs "should" morph back together, or continue to grow apart?

    --
    "Work is the curse of the drinking class" Oscar Wilde
  21. Systems research by asyncster · · Score: 5, Interesting

    In your paper, systems software research is irrelevant, you claim that there is little room for innovation in systems programming, and that all energy is devoted to supporting existing standards. Do you still feel this way now that you're working at Google?

  22. the old school by Triumph+The+Insult+C · · Score: 4, Interesting

    what modern OS reminds you the most of your old school OS hacking days? what OS do you think keeps closes to the *nix spirit?

    --
    vodka, straight up, thank you!
  23. One tool for one job? by sczimme · · Score: 5, Interesting


    Given the nature of current operating systems and applications, do you think the idea of "one tool doing one job well" has been abandoned? If so, do you think a return to this model would help bring some innovation back to software development?

    (It's easier to toss a small, single-purpose app and start over than it is to toss a large, feature-laden app and start over.)

    --
    I want to drag this out as long as possible. Bring me my protractor.
  24. Back in The Day by Greyfox · · Score: 5, Interesting

    Were programmers treated as hot-pluggable resources as they are today? There seems to be a mystique to the programmer prior to about 1995. From reading the various netnews posts and recollections of older programmers, it seems like the programmer back then was viewed as something of a wizard without whom all the computers he was responsible for would immediately collapse. Has anything really changed or was it the same back then as it is now? I'm wondering how much of what I've read is simply nostalgia.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  25. Licenses by Anonymous Coward · · Score: 1, Interesting

    To what extent do you believe the success of Unix can be attributed to the early use of the BSD license, which allows anybody to use and re-distribute the code without placing restrictions on the actual use or re-distribution?

  26. Recommended change to BSD's & Linux by CFrankBernard · · Score: 2, Interesting

    What is your most recommended major programming change to the BSD's and Linux, especially for Theo de Raadt and Linus Travolds...anything from the Plan 9 OS?

  27. Since you now work for Google... by anonymous+cowherd+(m · · Score: 4, Interesting

    How can search as a concept become better integrated into the desktop? Are projects like dashboard the next killer app?

    --
    http://neokosmos.blogsome.com
  28. Is systems research really dead? by Xpilot · · Score: 5, Interesting

    After reading your presentation on the death of systems research, I was rather disappointed at the dismal situation presented. Has anything changed since you presented that talk, or have your thoughts changed about the matter? As someone who is interested in systems research, what do you think is the most promising direction that is emerging today?

    --
    "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
  29. Why did it take Linux to popularise Open Source? by RLiegh · · Score: 4, Interesting

    The GNU movement started on old Unix computers, and was aimed in part at them; so why do you think it is that the first wave of unix users were so resistent to the concept of Open Source?

  30. Plan 9/OS insights from Google? by jwjr · · Score: 5, Interesting

    Do you find any role for Plan9 at Google? Does Linux (or Linux with whatever customizations, extensions, and metamorphoses Google imposes on it) do everything Google needs or wants out of an OS platform? Does your experience with operating systems research pay off directly in contributing to the shape of the Google platform, whether for individual machine OS's, or for co-operation and clustered operation on the network?

  31. The future of *NIX by mbonig · · Score: 3, Interesting

    As *NIX and linux become increasingly popular in the business place people are looking to push Microsoft out of the field, replacing servers and workstations with free alternatives like Linux and some BSDs. This is causing kernels and OS designed for server performance to progress to desktop solutions. Do you feel that *NIX should stay in the server marketplace and focus solely on that market, or do you think moving the OS/kernel into a desktop role is "A Good Thing"??

  32. Xanadu, Google, & Plan9 by Anonymous Coward · · Score: 4, Interesting

    Computing has advanced so much in the past ten years that it seems it's impossible to go back and correct any origional mistakes in the way we think about computers. With the amount of money behind the corporate machine, it really seems as if incredible ideas like Plan 9 and Xanadu are now things of the past--once good ideas that could have changed the way we approach computing, that simply missed their time. Do you see hope for these ideas and projects, or any other new or old computing paradigms that have potential for big change, but would require scrapping, say, the past several years of stagnant and unorigional work? -Ryan

  33. Microkernel vs. Monolithic by Ransak · · Score: 5, Interesting

    In the marketplace, monolithic OSes seem to be dominating, despite the advantages of microkernel OS design. I know this is straying into many other issues but from your point of view, why are monolithic OSes still viable in the marketplace - and why hasn't the public (ie, the 'programming public') demanded more?

    --
    "Powers. I have them."
  34. What are you doing... by Mark+Wilkinson · · Score: 5, Interesting

    Google employees are apparently allowed to work on their own projects 20% of the time. Given that you probably can't comment on what you're doing for Google, what are you doing to fill the other 20%?

  35. The Year 2038 Bug by WormholeFiend · · Score: 3, Interesting

    End of the World, or not?

  36. If 6 were 9 by not_hylas(+) · · Score: 2, Interesting

    Mr. Pike,
    I'm a fan of Plan 9 (along with the notion of what it could be), would you give us an idea of some creative uses for this OS.
    Be as specific as possible.

    Also, if you will, a link for (instructions) porting to Plan 9.

    --
    ~hylas
  37. The Google Operating System by andyfaeglasgow · · Score: 3, Interesting

    Can you comment on the speculation about a new Operating System being created by Google?

  38. Many different design strategies by jd · · Score: 2, Interesting
    Plan 9, from my understanding, is essentially a microkernel with a blend of ideas from Unix and MULTICS. However, it follows the same core concept that most Operating Systems use, which is that the machine has a central processing system, plus devices to which instructions/data should be farmed.


    In today's computing environment, this isn't always strictly the case. Multi-CPU boards are becoming more common, and clusters are inexpensive and powerful. Devices are also (returning) to a more "intelligent" state, with higher-end peripherals having comparable computing power to the main processor.


    It would seem logical, then, to have a kernel which was more evenly distributed over the system, rather than hogging one specific resource. However, many attempts to do this are crude. Beowulf and MOSIX clusters, for example, run the whole kernel on all the nodes in the cluster, rather than just the bits of the kernel that are actually needed. This eats resources and limits the scalability of such solutions.


    Do you have any plans for a distributed Plan 9? And, if so, what would you do differently to the other solutions people have adopted?

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  39. Lack of variety in operating systems by Junks+Jerzey · · Score: 4, Interesting

    Most people graduating with computer science degrees are only familiar with Windows and a handful of UNIX-variants: Linux, BSD, OS X. Is it good that stable technology is becoming the standard, thus allowing developers to focus their attentions elsewhere, or was this tremendous reduction in variety premature?

  40. Revolution Needed? by Anonymous Coward · · Score: 5, Interesting

    When Unix came out, it was written in the highest level language of any operating system: C. Why do you feel that operating systems are still implemented using the oldest, lowest-level languages?

    With recent advances in high-level application languages like Java (low-latency garbage collection, dynamic inlining, etc), it seems to me that an operating system based on such a language would offer far more opportinuty for a vastly different kind of operating system more akin to an operating environment. Haven't attempts to add object-oriented features, such as in Plan 9 or to a limited extend Mach, failed due to the choice of implementation language?

    It's just painful to see all the disgusting machinations necessary to implement a filesystem, network stack, scheduler, etc in C/C++...

    1. Re:Revolution Needed? by argent · · Score: 1, Interesting

      Java isn't significantly different from C++. It's a much more conservative language than 25-year-old languages like Smalltalk and Scheme.

      Plan 9's native language is Aleph, which is a concurrent programming language descended from C.

    2. Re:Revolution Needed? by Anonymous Coward · · Score: 1, Interesting

      Java is vastly different from C in everything but appearance.

      Can you imagine an operating system where there is no memory protection, interrupts, system calls, needed since these are requirements of having pointers? Where drivers run more safely than in a microkernel with less overhead than in a monolithic one? This question is important not just to get his take on it, but as a reflection on how and whether old hats can change with the times.

      Aleph has pointers and is basically C with some syntactic sugar, just like Plan 9 is a warmed over version of Unix.

  41. Thoughts on Bell Labs. by geeber · · Score: 5, Interesting

    Plan 9, Unix and so many other great things came out of Bell Labs. Since the crash of the internet bubble, telecom companies have suffered immensely. One of the results of this is that Lucent has systematically dismantled one of the worlds greatest industrial research facilities. You spent a great part of your career at Bell Labs. What are your thoughts about the history and future (if any) of Bell Labs, and how did the culture of the Labs influence the growth of Unix?

  42. Silver medal in Archery at the 1980 olympics? by Anonymous Coward · · Score: 5, Interesting

    Your bio at bell labs and most other bios writen about you, mention that you won the silver medal in archery at the 1980 Olympics.

    First, the US and Canada boycotted those olympics.
    Second, Boris Isachenko, URS(BLR) won the silver medal at those olympics.

    Is this an example of a joke that now has become folklore? Is it a way to "prove" to people that they should check their sources? Or is it just puffing up one's resume?

    It seems strange in an era of quick and dirty research that you would still post this on your bio at bell labs. It only took a quick "I'm feeling lucky" google search on "1980 Olympics archery" to pull that info up.

    So my question is, why do you keep that on your bio?

  43. Bitterness about Linux from older developers by Junks+Jerzey · · Score: 5, Interesting

    Among a certain crowd, Linux is viewed at the savior of computing--a young, hip operating system for the new century. But at the same time, there have been definite twinges of bitterness from a more old-school crowd, including people like Brian Kernighan, Jaron Lanier, and possibly even you. This bitterness appears to stem from the horror of a 25 year old operating system returning to the forefront of computing (for anyone vehemently disagreeing, consider if clones of VMS or OS/360 were suddenly all the rage). Who is right? What's your take?

  44. fork/exec and other techical decisions by Anonymous Coward · · Score: 1, Interesting

    fork()||exec() was a great idea for its time, but recently the overhead of page table duplication has meant that supporting that model slows down or adds much complexity to operating systems. What are your feelings on this problem, and what other significant decisions made in UNIX do you think have aged particularly well or particularly poorly?

    I'd also like to know particularly what you think is the current and future usefulness for treating devices, sockets and named pipes like files, for the UNIX threads/ processes model, and for UNIX signals, and of course anything that you think is interesting, or decisions that you would like to revisit based on current knowledge and current hardware.

  45. An old grudge, an new liscense? by emil · · Score: 3, Interesting

    Two questions:

    1. Dave Cutler, mastermind of the Windows NT kernel, once described UNIX as a "junk OS designed by a committee of Ph.D.s.".

      Given two important facts:

      • Windows NT is mostly written in C and C++, both Bell Labs innovations, and
      • IE/Mediaplayer integration has turned the Windows NT codebase into a security disaster

      How would you respond to Cutler's assertions, and how would you rate the code quality of the NT kernel (assuming that you might have perused the recent leaked NT4 source)?

    2. While UNIX-like operating systems are growing in popularity, actual Bell Labs code is rarely encountered in free operating systems because of licensing issues (with a few notible exceptions).

      This is a frustrating situation for all of us. Do you see any possibility that major portions of UNIX and Plan 9 source being released under licensing that major distributions would find acceptable?

    Please also accept my personal thanks for your work in the field of computer science. The influence of the community of researchers at Bell Labs will be felt for many generations to come.

  46. starting from scratch today? by Nerkles · · Score: 3, Interesting

    If you were just starting out with today's computers, what would you do differently or the same?

  47. Hindsight by stuffduff · · Score: 2, Interesting

    If you had to do it all over again, what would you do differently? Why?

    --
    "Can there be a Klein bottle that is an efficient and effective beer pitcher?"
  48. Hardware by SwansonMarpalum · · Score: 5, Interesting

    Rob, When you were engineering UNIX, processors weren't as beefy, memory was grotesquely expensive, and storage was a premium. These days all of these resources have largely become commodities and can be frittered away wastefully by neglectful programmers. Do you think that in an alternate world where UNIX hadn't been conceived as early in the progression of hardware as 1970, rather had come along at this stage in the timeline where hardware vastly outpaces all but the most glaringly negligent software, it would have been as compact, fast and efficient? Thanks! -Alex R.

    --
    "Give away the stone, let the oceans take and transmutate this cold and faded anchor." - Maynard James Keenan
  49. Re:Freeness by identity0 · · Score: 4, Interesting

    Oh, and an addendum - Do you think Plan 9, or any other OS with a relatively restrictive license can succeed now against traditional UNIXes and Microsoft?

  50. More obligatory questions by sleepingsquirrel · · Score: 5, Interesting

    What operating system to you use the most for your personal and/or work-related needs?

    1. Re:More obligatory questions by Project2501a · · Score: 2, Interesting

      He is using Plan 9. I saw it in the Plan 9 mailing list somewhere

      --
      ----
  51. HURD by Anonymous Coward · · Score: 3, Interesting

    Someone please put together a good question about The HURD and his views on the project, if I do it, it won't get modded up, I'm bad at expressing myself in english.

  52. Plan9 advantages over Linux and *BSD by Florian · · Score: 5, Interesting

    In which areas would you say is Plan9 (still) ahead of Linux/GNU and *BSD, the two operating systems which represent the most contemporary iteration of the original Unix design?

    --
    gopher://cramer.plaintext.cc http://cramer.plaintext.cc:70
  53. Would you consider Mac OS X a version of Unix? by the_webmaestro · · Score: 5, Interesting

    What do you think of Mac OS X? Have you used it? Would you consider Mac OS X a 'version' of Unix? Would you consider using it as your main operating system? What do you loave about it? What do you hate about it?

    1. Re:Would you consider Mac OS X a version of Unix? by andrew71 · · Score: 1, Interesting


      and/or:

      you sure heard about Bundles. What do you think of them?

      --
      13-4=54/6
  54. Schemas for UNIX by generalphilips · · Score: 5, Interesting

    Unix suffers today from a proliferation of file and output formats that makes integration between the CLI/config files and the GUI awkward at best. For example, a common idiom for Unix GUI tools is to parse output from a CLI program and present it visually. This would be greatly simplified and much smoother if those programs produced structured output rather than raw text. The same holds for programs that read configuration files, like resolv.conf. Do you think UNIX would benefit from standardization of formats that coalesce around XML? What do you think of the idea of developing schemas for OS objects? What about schemas for common application-level objects - the idea behind WinFS?

    I realize the question needs work, but I hope you get the idea.

  55. Intellectual Property by lordvdr · · Score: 3, Interesting

    The US (and to some extent, the EU) are facing mounting issues from Software Patents (The idea of patenting an idea opposed to an implementation). What do you think about the current state of Intellectual Property laws?

    What limits should be placed on Software Patents? Should they be eliminated entirely? Should all patents be moved to a trademark like system where if they are not enforced, the holder loses the trademark?

    What is the fix and what is needed to make it happen? Will it ever be fixed?

    --
    If you are out to describe the truth, leave elegance to the tailor - Albert Einstein
  56. If you could write a new OS from scratch by LWATCDR · · Score: 4, Interesting

    What would it be like. Would it still be unix like?
    What would you write it in? I mean if you had the time, money , and a mandate to create the best OS ever and you did not have to care about backward compatability what would you come up with.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  57. Your Biggest Mistake we're still suffering from? by bsdnazz · · Score: 3, Interesting

    What's the biggest mistake (design, paradigm, API) you've made that we're still suffering from. And I don't mean leaving the e off creat()!

  58. X11 in the future by moath · · Score: 4, Interesting

    Do you see X-Windows (in whatever form) as a viable platform for GUI technologies in the future or is it approaching the point of diminishing returns?

  59. Language based operating systems by stevedekorte · · Score: 5, Interesting

    Do you see a future for language-based operating systems like the old Smalltalk and LISP machines or the Newton?

  60. Re:Is UNIX worth it? by jlrobins_uncc · · Score: 2, Interesting

    Well, Rob did something different -- took what they learned from UNIX and wrote something new. And in his eyes, Plan 9 probably has way-fewer warts than POSIX.

    I'm surprised this was modded troll. I'm a UNIX user since '92 or thereabouts, and have my FreeBSD 1.0 CD to show for it. Rob is textbook hard core old school, yet he decided to develop something decidedly *different* from UNIX. Therefore, he must have felt that something more radical was warranted than tacking on new substructures to the old warhorse. Cleaner and more interesting solutions were only possible through starting fresh.

    Anyway, I was interested in his opinion of if UNIX deserves incremental change and updates, or if it, in his opinion, is ultimately a dead-end -- that our time would be better spent working on something that takes what was good from UNIX yet leaves the bad behind, just as UNIX did to MULTICS.

    For example, Plan 9's per-process mount tables are definitely interesting, making more general a concept found in UNIX, but a much bolder change than what one would expect on a UNIX. Similar things can be said of Hurd's abandonment of the 'process running as root has all priviledges' concept. Likewise for languages whose system runtimes perform array bounds checking automatically.

  61. Database filesystems by defile · · Score: 4, Interesting

    The buzz around filesystems research nowadays is making the UNIX filesystem more database-ish. The buzz around database research nowadays is making the relational database more OOP-ish.

    This research to me sounds like the original designers growing tired of the limitations of their "creations" now that they're commodities and going back to the drawing board to "do things right this time". I predict the reinvented versions will never catch on because they'll be too complex and inaccessible.

    Of course, this second system syndrome isn't just limited to systems. It happens to bands, directors, probably in every creative art.

    I think what we've got in the modern filesystem and RDBMS is about as good as it gets and we should move on. What do you think?

  62. Re:Yes! by glitchvern · · Score: 2, Interesting

    Gobolinux has directories named after programs and keeps all the program's files in a subdirectory named after the version of the program. Various symbolic link tricks are used to allow programs to see other programs' libraries and such. You can just rm -rf a program directory to remove the program as long as no other program depends on it. They include a script to determine a programs dependencies so running that script over all the programs and grepping the output to see if anything depends on a particular program is pretty easy. You can not move programs around like you can on the Mac because linux programs are not really designed that way. They internally refer to the location of other programs and even themselves in all sorts of ways. The only program I am aware of that can be moved like that is OpenOffice.org. There is another one, but I can not think of it right now.

  63. Redundant Array of Inexpensive CPUs? by Cardbox · · Score: 2, Interesting

    Mainstream operating systems were designed when electronics were expensive and programs had to treat the computer system as a shared resource. Hence timesharing, multitasking, shared filesystems, and the rest, with all the combinatorial problems of N programs interacting with N other programs.

    Now that CPU-plus-memory is so much cheaper, do you see a phase change coming where it is better/more secure/simpler to have one CPU per application? What impact would this have on operating system design?