Slashdot Mirror


Nick Petrely responds to Metcalfe

Aleatoric writes "In his response to Bob Metcalfe's article, Nick Petrely says he'll eat his column if Bob doesn't change his mind about Linux within two years. " Good column- describes the usual MS FUD tactics and why it wont' work this time.

223 of 384 comments (clear)

  1. what's the next wave? by Anonymous Coward · · Score: 1

    Metcalf is still right. The question is not whether Linux or WinXXXX wins; the question is, what will replace both of them?

    Unix is old stuff; generally works well, fairly easily repaired, very configurable, not too easy to use. WinXXXX is easy to use, generally works OK (but not great), poorly configurable, unrepairable. At the server, the various Unices can make substantial inroads on market share, because maintainability, configurability, and availability are priorities. On the desktop, its usability and breadth of applications. WinXXXX is going to win that battle for awhile.

    The next real surge in computer utility will come with the next generation OS. There are a lot of interesting OS research projects out there, but little of it is making its way into "production" OSes, open-source or otherwise. The Linux community has a certain conservatism which seems to inhibit absorption of new things, which is why I expect the next big OS to evolve outside of both MS and the Linux community.

    1. Re:what's the next wave? by Chris+Frost · · Score: 1

      EROS (http://www.eros-os.org/) has some very interesting ideas built into it (it's the work of a Jonathan Shapiro at U Penn for his phd, utilizing many concepts of the KeyKOS). Things such as it's pure capability architecture, orthogonal global persistence, "stateless" supervisor, deadlock-free supervisor, and a few others are very interesting. The OS itself has been released under a modified MPL (runs on x86 for now) btw. There has some brief talking of taking advantage of some of its features long-term on linux-kernel too.

    2. Re:what's the next wave? by nathanh · · Score: 1
      The question is not whether Linux or WinXXXX wins; the question is, what will replace both of them?

      What will replace Linux? Why, Linux, of course.

      People don't seem to realise, or intentionally try and ignore, the fact that UNIX has changed significantly in the past ~30 years. Early UNIX didn't have sockets or streams, didn't have mmap or virtual memory, no support for asynchronous IO or select or poll, and certainly nothing fancy like VFS or network support. Even the sticky bit on directories is a relatively recent invention!

      UNIX evolves, just like Linux evolves, when a user gets an itch and needs it scratched. We use a UNIX today that bears only a token resemblance to the UNIX that Thompson wrote. And even then, that token resemblance is often only in the abstract concepts of how UNIX should create processes and communicate between them. These things don't need to change, because they are fundamental concepts which are used by UNIX and competitors alike.

      So I don't know what the future will hold, or what exactly will replace the Linux we use today, but I'm 100% certain it will be "UNIX", and I'm almost equally certain that the variant of UNIX we'll be using will be Linux.

    3. Re:what's the next wave? by gashalot · · Score: 1

      I don't really think that this holds completley true. Many say the future is what we make of it. So why not make it a Linux-based future? I think you are loosing sight of the fact that the very open nature of the Linux development project means that Linux can become whatever we think we need for the future, be it based on completley new hardware or completley new ways of thinking about an OS/computer combo. Linux *CAN* be the future, if we embrace it and help it work.

      -R

      --
      -R
    4. Re:what's the next wave? by Rainy · · Score: 1

      That sounds right BUT..
      Think of the people who already use windows or unix. Think of the people who buy a certain platform because they know someone who uses it (and can help with it).

      There's a huge inertia involved in here and it keeps increasing as more applications are developed and more people buys computers. Beos could be that 'system of the future' but it seems like it's taking stuff from unix (gnu utilities, gimp) instead of developing something that'd be easier to use and at the same time as powerful.
      We'll see I guess.

      --
      -- ATTENTION: do not read this sig. It doesn't say much.
  2. Re:Ever heard of irony? by Anonymous Coward · · Score: 1

    >Anyone who complains loudly makes a fool out of himself, IMNSHO.

    And of course no one ever complains loudly here on Slashdot.

  3. Blasphemy! by Anonymous Coward · · Score: 1

    Foolish, foolish mortal. Microsoft is EVIL. Therefore all of their products are INFERIOR. How dare you bring LOGIC into the Sacred Halls of /.?

    It's so sad to see someone who focuses on how stable his OS is, what he can get done with it, and how it feels. As we all know, performance, ease of installation, ease of use, and server benchmarks should be ignored when they do not demonstrate the Evils of Microsoft.

    To be a true /.'er, you have to be in lock-step with everyone else, to wit:

    LINUX RULZ! WINDOZE SUX!

    "Finally, sir, have you no shame?"

  4. Re:... but who really cares? by Anonymous Coward · · Score: 1

    I think we're all in agreement here that it would take a climactic event to totally halt the development of Linux.

    Indeed it would. A few things that would cut way back on Linux development:

    1. A bit tax on the Internet. Why should tax money it's competitors pay be used against them.

    2. Corporations tightening up on wasted time by their programming staffs. Why should companies pay their programmers to diddle around in projects that aren't on the agenda as revenue producing projects.

    3. An end to the classic "Internet." Linux development is heavily subsidized by the mere existence of Usenet, IRC, and various other Internet technologies, which are based on the old notion that the Internet is "free" and available to the government and it's contractors.

    4. Trojans, hackers, and other goons. Companies that let employees install Linux on machines all over the place in an anarchic fashion are asking for serious trouble. Unsecured Linux boxes are nests for criminals to lodge their code into for further attacks on other parts of the corporate infrastructure. This in particular is going to get Linux banned in companies all over the place.
    A Linux machine on the company network is in itself somewhat of a trojan horse. People joke about it all the time in the Linux community. IS managers don't laugh at that kind of humor.

    5. Intellectual Property Issues. The GPL has never seen it's day in court. When some legal precedents are set, we will see how strong it is. In particular, many people who have contributed to the Linux effort work for companies at a day job. Many of them are subject to agreements with their employer that prohibits them from contributing code to non-company efforts. As the litigation picks up (it will, when Linux becomes more than a 1-2% phenomenon) the Linux kernel will start looking like swiss cheese, with sections that are pulled because the code belongs to the company a hacker worked for when producing it. Lots of fun will then emerge as people have to fill those holes with new cleanroom code.

    These points need to be considered by any commercial entity seriously considering putting a significant part of it's infrastructure on Linux. They'll be thinking about stuff like this. Don't forget that with Microsoft all they have to do is budget it in.

  5. Computer Science vs. MS FUD by Anonymous Coward · · Score: 2

    First....

    Extra bonus points for Mr. Petreley for the Ethernet slam. Classic.

    What Metcalfe misses of course is that Linux is powerful, reliable, efficient, getting easy to use, and *evolvable*.

    Linux evolves just like science evolves -- just like, ahem, computer science. Despite all the micro vs macro kernel arguments I don't think that microkernels ever "won". They never "won" the way quicksort won vs. bubblesort.

    In any case, the Linux POSIX API is UNIX, but the architecture is a significantly evolved version. The wonder of UNIX is that the original idea was elegant enough that a limited number of thoughtful embellishments allowed it to grow into a beautifully crafted, organic thing.

    Maybe its not QNX, but maybe its more than good enough.

    Jim Burnes
    jburnes@iss.net



  6. The Penguin & The Archbishop, And The Apple by Anonymous Coward · · Score: 5

    Quite frankly, I don't want Linux to smash Windows, or the MacOS. I want the various parties to concentrate on themselves, and interoperability. Linux isn't for everyone, neither is Windows, or the MacOS. Making progress on interoperability should be the real goal.

    After not using Windows for a long time, I decided to install Windows 2k Pro on one of my (linux) laptop partitions. I must say its rather refreshing to use Windows 2k, it's been very fast, abd stable for me. Nice UI, there aren't wizards everywhere (yet they still exist, damnit), and it seems responsive, I have had apps crash a few times, and none have taken down the OS itself. Internet Explorer doesn't constantly crash and disappear when I'm loading a page I didn't get to bookmark. No one can deny the Linux versions of Netscape are very shoddy pieces of work (this has nothing to do with Linux, it has to do with Netscape). When I just need to get stuff done with no BS, I find it refreshing to boot into Windows 2k and just get it done.

    What do I think is lacking in Win2k? UNIX! Or rather everything great about it, the powerful scripting, the open programming interfaces, the level of control you have over your computer. To be honest, since Win2k is closed source, I do not know if my computer is sending Microsoft information I don't want it to, I don't know what's REALLY going on, when Microsoft tells my browser to download this nifty new component.

    The built-in Encrypted File System in Win2k is 40-bit (upgradable to 128-bit) and shoddy. I don't trust that it's secure, because of the way the EFS works...automatically de/encrypting whenever someone with the right privileges clicks on it. And I could go on and on about this :)

    Using Windows 2k, I am bluntly reminded of how much more work KDE and GNOME have to do, before they can even begin to truly compete with the Windows interface. The downside to such a great interface is bloat...Windows 2k is undoubtedly bloated outrageously, but on my 192mb PII 366 system its not reall noticed, it does (almost, its not UNIX after all ;) everything I want it to, and does it responsively.

    So instead of starting religious wars...{I mean Linux and Windows are JUST OSes after all, there are many more serious things to war about)...let's concentrate on interoperability, and getting our favourite OSes up to snuff. It would be a great world if all OSes could share data and services seamlessly with each other, without much tinkering. Instead of trying to drill the pipedream that KDE is as polished as the Windows UI, start helping the KDE project, give them coherent and useful suggestions.

    It must be greatly disheartening for a KDE or GNOME developer to look out into the masses, and seeing users (people who arent even involved in the coding of the respective projects) bickering, and evangelizing their work...

    Calm down, concentrate your efforts into improving free software, or on the Windows side, auditing security, etc. To quote a great meth addict/police beat toy: "Can't we all just get along?"

    send flames to /dev/null, I don't war about OSes

  7. This reminds me of a quote... by Jonathan+Hamilton · · Score: 1

    I can't rember who said this and I'm too lazy to go grep the linux fortune cookie file but any ways. The quote goes somthing like "Linux is user friendly, it is just not IDOT friendly"

    I think this applys very well here, just because you are too stupid to set somthing up right, you blame the product. Linux runs great on my system, it boots up faster the Windows and we won't even talk about which one is more stable. It not linux's fault that you can't setup X or netscape worth crap let me tell you that buy editing your prefrences in Netscape you can turn up that font size. But by reading the rest of this message the only think that I can't suggest you did that would rectify your situation is to shoot yourself.

  8. What? by Jonathan+Hamilton · · Score: 1

    KDE isn't a distrubution. I'm going to assume that you know that. But then again, if your telling him to switch to KDE your probably a idot and don't know that. KDE? KDE has got the be the ugliest, most unstable peice of trash I have seen in my life besides windows. Windows, even looks better. KDE looks like somthing that was in my toliet the other damn. I'm not saying it dosen't have its upsides such as being very user friendly but please for a man who is complaing about how his X desktop looks, KDE is going to make him hate linux. I think it would be best for him to use Enlightnement and if he really want to use a office/desktop enviroment which is actaully what KDE is he sould use gnome. Its a hell of alot more stable and infinitly better looking. If you don't think its better looking you haven't tried out all the themes.

  9. Try KDE? by Jonathan+Hamilton · · Score: 1

    Oh never mind, I guess that was a joke and that line is suppose to be part of your sig file. KDE is the ugliest think I have every seen in my life, and god knows I have seen some ugly things since I goto public school. KDE is also very unstable, why don't your get a real desktop enviroment like gnome. Its so much better looking, more stable and much more configuable then KDE. And gnome is a much cooler name too.

    This is my sig line

    1. Re:Try KDE? by Brian+Knotts · · Score: 1
      Very unstable?!? Please, stop trolling. KDE's simply had more time to mature, so it is bound to be a little more stable.

      Besides, I'm not slagging GNOME; I'm suggesting that if he tried GNOME, and didn't like it, he try KDE, to see if it suits his taste better.

      Incidentally, KDE 1.1.2 will be released soon (1-2 months, I think), and among various fixes/improvements, it will have a new high-color icon set that is quite slick looking.

      --

    2. Re:Try KDE? by Brian+Knotts · · Score: 1

      KDE 2.0 is going to add *lots* of functionality to the Unix desktop, including an integrated office suite. Should be ready early next year.

      --

    3. Re:Try KDE? by yomahz · · Score: 1
      Bah.. go back to winblowz then... if you need a button to do what you want then, windows is what you deserve. You remind me of the guy who always gets ripped off by the mechanic because you don't want to understand what you use. You just expect everything to "magically" work for you.

      Why are you even here? You're obviously just posting flame bait. Mission accomplished... happy to help.
      --

      A mind is a terrible thing to taste.

      --
      "A mind is a terrible thing to taste."
  10. Listen here son..... by Jonathan+Hamilton · · Score: 1

    BOY! When I was your age I had been using linux for two years. I can't program, I just know how to read, and I decided to get of my lazy ass and learn linux because I figured it couldn't be any worse then Windows. People like linux because it does look better the windows, you just can't use the preinstalled setup with the window manager. Just like everytime I install windows on my machine to use my scanner, I always change the coloring scheme to Rainy day, delete the recycle bin, move all the folders such as games, system tools etc out of applications and move them to the main programs menu. I would do more but I can't.
    Your problem is your just plain lazy, and your a windows whore.

    Oh and I am now 17 and I look back and say damn, back in the day I didn't know shit about linux, but I'm glad I'm stuck with it because now I don't have to reboot at least once and day. I also like not wasting 100 megs for my Operating System. I can only imagine how many megs Windows2k takes up.

    1. Re:Listen here son..... by Chris+Andreasen · · Score: 1

      You can change the resolutions on the fly with X. Use Ctrl+Alt+Plus and Ctrl+Alt+Minus (Plus and Minus on the keypad, that is). You just can't change resolution on the fly. Windows 95 couldn't either. You had to reboot. At least with X you only had to shutdown the X server, not do a complete reboot. I don't know if that's changed since Win98, since I don't use it.

      --
      -Chris Andreasen
    2. Re:Listen here son..... by kolla · · Score: 1

      "People like linux because it does look better the windows"?

      I dont think so, most people like linux simply because you get the job done, it's not great as in "wow", it's just very ok at a very low price.
      Compare this to windows (also NT) which is totally obscure, propritaire, limited, and expencive.

      Now, desktops.. X11.. linux..GUI.. pfff...hah

      • Linux' desktop isnt a tad better than any other unix desktop, it's just X11 again.
      • A real desktop is alot more integrated to the OS than X11 with whatever window manager/desktop environment.
      • GUI, a graphical user interface, consisteny is a major point. X11? consistency? "your favourite toolkit of the month"?
      • X11 is bloat. X11 with gnome/enlightenment or KDE is bloat-gaga, even worse than windows.
      • I heard they gnome and KDE agreed on drag'n drop last year. Yahiee, progress.
      • Can you change resolutions on the fly in X11 yet? What, no? Not even after 15 years?

      So, stop whine about how great the linux desktop is, it isnt that great, really. And it's just the same desktop you find on any other unixen or any of the BSDs. There are other systems out there you can compare with other than windows.

      If you want to be the best you must stop comparing with the worst.

      Oh, and I've used linux since 1.1.x days in '94. First booted a m68k 0.87 kernel or something on my amiga 1200 back in early '95, when linux/i386 was 1.1.x and has since continued to use linux on m68k, ix86 and ppc. Booting once a day? Last year I my a12oo was up 363 days nonstop with linux/m68k, untill it finally was killed by a teardrop attack (a security hole that was unknown upon bootup :) .)

    3. Re:Listen here son..... by kolla · · Score: 1
      This isnt really *changing* resolutions on the fly, the visual is still the same, and as you note, the depth has to be the same.

      Try again.

  11. Thats assuming w2k will be released by vipw · · Score: 1

    And I don't really think another win9X release really counts. In the time it will take for NT to have a desktop/home model(what w2k was planned to be), linux will have had a long time to grow. For MS's alledged "betting the farm" on NT the stakes have been fairly low.

  12. Ooo.. Smack. by volsung · · Score: 1

    I found the Ethernet comment at the end quite amusing. Mocking your opponent while making a worthwhile observation earns you style points.

  13. Re:Petrely's record by J4 · · Score: 1

    Yeah? Well screw you pal. I, for one, would use OS/2 on PPC, if such a thing existed. Ah well at least PPC owners got OSX now...

  14. Re:how intelligent. by J4 · · Score: 1

    how about 'ill eat a cup full of my own steaming hot semen' that would be alot more interesting

    What you do in your spare time is your own business Sparky

  15. What about "Reliable Technology"? by torpor · · Score: 1

    Or:

    "Dependable Technology"
    "Productive Technology"

    Why bother adding a history-element to it? Since time is insufferable, making time part of the buzz is a losing battle.

    Because of time, New Technology isn't.

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  16. Re:Microkernels lost? by Brandon+S.+Allbery · · Score: 1

    Unix was not based on MULTICS. It was based on some of the *ideas* in MULTICS --- but MULTICS itself was tightly bound to the hardware it ran on, a very nonstandard machine whose like no longer exists.

    --
    -- brandon s. allbery, sysadmin @ cmu electrical & computer engineering "Think, youth, THINK!"
  17. Re:The Penguin & The Archbishop, A by runenfool · · Score: 1

    I always love it when MS includes something in their GUI to slow the user down.

    Yea, I really needed my Start menu to fade in when I click on it when it appears.

    Sure, stuff like that looks cool, but I wouldnt exactly call the GUI enhancements in Win2kb3 (which I actually kind of like) "revolutionary".
    As a relatively new Linux user (but a somewhat experienced shell user), I love some of the stuff you can do with Linux GUIs. Its not MacOS (GUI wise), but its still cool.

  18. Old Technology by Skyshadow · · Score: 4
    We need to find a way to re-term "old technology". That term brings to mind all those old 486-33's that every corporation on earth has sitting in a basement storeroom someplace, waiting to get thrown out. Old technology is Windows 3.11, or a MacSE...

    Maybe "Polymorphic Software" is the way to go -- just as all science today is built on the shoulders of the giants who came before, so shall all software be built upon a sturdy foundation. We use basic tools to build better tools, which in turn we use to develop better tools. Where else is this concept better illustrated than in the history of Linux (remember what Linux looked like in 1994? I still have nightmares... =) ).

    UNIX has a solid, expandible base. Windows does not, unless you think that the autoexec.bat file is a really keen way to get things done.

    ----

    --
    Every year during my review, I just pray the words "slashdot.org" aren't mentioned.
    1. Re:Old Technology by Phil-14 · · Score: 1

      Instead of "20 year-old technology," how about mature software technology implementation?
      Phil Fraering "Humans. Go Fig." - Rita

      --
      (currently testing something about signatures here)
    2. Re:Old Technology by Improv · · Score: 1

      It might be worthy of note that most of us geeks
      probably don't scorn those 486/33s or MacSEs too
      much -- given a nice machine for them to connect
      to, and networking cards, they can be made useful
      with NetBSD or Linux (Not sure if the SEs can run
      Linux, but if not they could telnet into another
      system that was and thus be just about as useful)

      --
      For every problem, there is at least one solution that is simple, neat, and wrong.
    3. Re:Old Technology by qha · · Score: 1

      What comes to my mind is "Proven or dependable technology".

      There are others who have already suggested;
      "Mature technology"
      "Dependable technology"
      "Productive technology"
      "Legacy technology"

      Personally I think "Legacy technology" sounds best..

    4. Re:Old Technology by GregWebb · · Score: 1

      And from a hardware POV, the x86 platform is decidedly old technology. One big thing I dislike about the GNU/Linux movement is that, with the core platform as x86, it's perpetuating that abomination. Now, I know the reasons why it's done like that but that doesn't mean I don't wish someone would try and be different.

      So many people seem to see the computing world as stopping at x86 for home users. Pity, and as soon as someone brings out commodity PPCP boxes ( PIOS anyone?) - or anything else that's any good - I'll do my best to help us all to jump ship.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    5. Re:Old Technology by GregWebb · · Score: 1

      :) Definitely. I've loved Amigas for years, and I'll be pretty early in the queue to get one if they over come out. That's not my only current interest though - if you click on my URL link above you'll find details on KOSH, which is looking potentially very nice. Oh, and sorry to people who've had problems with that - the main server ( http://www.kosh.net/) seems to be down ATM.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    6. Re:Old Technology by flesh99 · · Score: 1

      We get all the new fun hardware first (let's face it, Unix is easier to port to new hardware than NT). Unix is almost always the first _real_ OS that runs on new platforms. Even weird one's like the "itsy".

      You are correct about the new platrom part, but as for the rest of the new and cool hardware like advanced graphics and sound cards *nix is way behind in getting the support.

      It's an easier environment to get stuff done


      Only if you are a tech. the average user couldn't even format a floppy or mount a /dev/hda1 under *nix



      --

    7. Re:Old Technology by plopez · · Score: 1

      Gee... hasn't Windows NT been "New Technology" since about 1990?

      --
      putting the 'B' in LGBTQ+
    8. Re:Old Technology by sgml4kids · · Score: 1
      I don't really know what everyone means when they wonder if Linux will "win" or NT will "win". For the most part, NT has had minimal impact on the Unix/Linux world. I don't think anything is going to change in the near future.

      Think about all the cool things you get by working with Unix:

      • We get all the new fun hardware first (let's face it, Unix is easier to port to new hardware than NT). Unix is almost always the first _real_ OS that runs on new platforms. Even weird one's like the "itsy".
      • We get all the cool technology first (think of email, TCP/IP, the world wide web, videoconferencing, etc.)
      • There are like 8 versions of Unix where we own the source code. Even if all the other Unix vendors go bankrupt, Unix will go on.
      • It's an easier environment to get stuff done


      I wish M$ the best with their Windows platform. Whether Windows lives or dies really has never affected me, so this is easy for me to do. But its not a competition. I don't see how NT succeeding means Unix is failing.


    9. Re:Old Technology by SpaceCadet · · Score: 1
      Technically, it's been Network Technology (according to the old docs from NT3.51, anyway.)

      But who's counting?

      --
      -- The meek shall inherit the Earth. In very small plots, about 6 feet by 3.
  19. There's only one way to settle this... by Skip · · Score: 1

    Marquis of Queensbury rules... personally my money's on the Petrely kid.
    Skip
    --------------------
    flifson@csdotuctdotacdotza

    --
    Skip
    --------------------
    "To create an apple pie from scratch,
    you first must create the universe."
    1. Re:There's only one way to settle this... by Stephen+Williams · · Score: 2

      How about a nice civilized round of "stone, paper, scissors"?

  20. Re:Petrely v. Metcalfe by Eric+Green · · Score: 2

    Actually, the Ethernet vs. Token Ring analogy is very useful in the Linux vs. Windows 2000 debate. Ethernet was an open protocol that anybody could license and tweak, while Token Ring was a proprietary standard that only IBM and a chosen few were allowed to sell and tweak. Similarly, Linux is an open OS that anybody can sell or tweak, while WIndows 2000 is a closed proprietary standard that only Microsoft is allowed to sell or tweak. Just as in the VHS vs. Beta war, where the open standard won, the open standard has an inherent advantage here. Unless Microsoft licenses the Windows source code to other companies for them to tweak and sell under their own brand name (Compaq Windows, anybody?), they will inevitably go the same way as Beta no matter how technically superior (or not).

    To conclude: Whether or not Linux is technically superior (in some ways it is, in some ways it isn't) is irrelevant, as Petreley was trying to say. What it will come down to, in the end, is a matter of two questions:
    a) does it do the job?
    b) does it save us money?

    Ethernet did the job, and saved money as vs. Token Ring, so it won. Petreley is saying that Linux meets those same criteria.

    -E

    --
    Send mail here if you want to reach me.
  21. AC's credentials by Eric+Green · · Score: 2

    "Anonymous Coward"'s credentials are obvious. His credentials are that he has an office in Redmond on the campus of a large OS vendor and thus is automatically smarter than the rest of us (sarcasm intended).

    -E

    --
    Send mail here if you want to reach me.
  22. Re:Microkernels FASTER? by Eric+Green · · Score: 2

    I don't think so. According to benchmarks of MkLinux (the microkernel-based version),it was as much as 30% slower than 'monolithic' Linux. 'Real' BSD-based MACH showed the same kind of performance decrease as compared with 'real' BSD Unix.

    What microkernels were supposed to do was not make kernel internals faster (a little thought will tell you that message-passing is more expensive than function calls), but, rather, make them easier to write, more reliable, and easier to write drivers for. Unfortunately their promise there does not seem to have worked. RMS, for example, blames HURD's stability problems on, quote, "a microkernel is harder to debug".

    I personally still like a microkernel approach, and believe that if done properly it can get us the promised benefits (said after fighting a buggy device driver in Linux that managed to trash the TCP/IP stack even though it was a serial card driver... ARGH!). On the other hand, speed isn't one of those promised benefits, never has been, and to say so is silly.

    -E

    --
    Send mail here if you want to reach me.
  23. PS on Multics vs. Unix by Eric+Green · · Score: 2

    As a former Multician (University of Southwestern Lousiana, '81-'82), I probably have more insight than the original poster about the origins of Unix as a reaction to Multics. Multics was all about segments. There was no such thing as file i/o in Multics, everything was a segment, though you could query the filesystem database for the address of a segment (give it a name, out pops a segment ID). File I/O was emulated by reading and writing to segmented memory. Incidentally, all of this made process creation overhead so intense that Multics did not have the concept of pipes or of sending the output of one command into the input of another command. The output of Multics commands were meant to be human-readable anyhow, and would not have been useful for doing that. I could sometimes do something useful by outputing to a file and then running the result through TED to get rid of the human-readable stuff before feeding it into another program, but that was hardly a useful normal thing to do, not like "ls -l | more".

    Unix, by contrast, was built around two concepts:
    1) Everything is a file. Self explanatory.
    2) Many small tools, chained together to make bigger tools. This was a direct reaction to the Multics philosophy of "put everything into one big tool".
    These principles have been violated many times since the origins of Unix, but the fact remains that Unix had a design philosophy in the beginning, a design philosophy which can be read in the original Unix papers (go to your local library and I think it was what, CACM back in 1974?). Having a coherent design philosophy at the beginning is probably why it is still useful today, so many years later, whereas so many operating systems whose sole design principle was "put in whatever features we think will sell" have come and gone in the meantime.

    -E

    --
    Send mail here if you want to reach me.
  24. L4 and performance by Eric+Green · · Score: 2

    I've read the research paper on L4 (have they put the actual code back up for download?). It states that there is a performance penalty of 2% to 5% running the Linux service as vs. running a monolithic Linux. If the rest of the promised benefits of microkernels pan out, I agree that this is a quite acceptable penalty and not one that I would get uptight about.

    On the other hand, to say that microkernels are faster than monolithic kernels is sheer stupidity. Microkernels add another layer, and no matter how efficient (and L4 is pretty darned efficient), they still require code in execution paths within the kernel that monolithic kernels don't require.

    As for Mach, you are correct that it was a research project, but it was cancelled not because it was slow, but, rather, because its grant ran out. That is the typical fate of research projects -- they get cancelled because they're old hat and no longer producing research papers, not because they're lousy (and Mach IS lousy -- Linus commented once that Mach was the Emacs of microkernels, with everything but the kitchen sink in there! Linus likes L4, BTW, though not enough to dump the notion of a monolithic kernel).

    -E

    --
    Send mail here if you want to reach me.
  25. Re:Linux is not POSIX compliant by Eric+Green · · Score: 3

    glibc is very very close to POSIX compliance.

    True, Linux has never been submitted to a standards committee to certify it, but that means about as much as getting a college degree after you've done the coursework (I was just as smart ten minutes before I was granted my degree, as I was ten minutes afterwards). Linux has done the coursework, just hasn't bothered applying for the certificate.

    -E

    --
    Send mail here if you want to reach me.
  26. Re:Windows 2000 by DrSpoo · · Score: 1

    TummyX, here's two features that Windows 2000 will _never_ have.

    1. Free (as in beer. downloaded RedHat 6.0 the day it was release - for free)

    2. Free (as in speech - open source, if you don't think this is the most issue in computer software don't call yourself a programmer, because you aren't)

    If you want to go out and spend $300 for that Windows 2000 closed source CD at your local Walmart, please go ahead. Windows seems perfect for you. Linux will have in short order all those features you just listed, if it doesn't already. Others it already does much much better (terminal server != multiuser OS, for instance)

    I would please ask however that you now stop trolling on slashdot trying to make yourself look like an complete asshole, because its working.

    --
    Sig (appended to the end of comments you post, 120 chars)
  27. Re:More acronyms.. OT by gavinhall · · Score: 1

    Posted by My_Favorite_Anonymous_Coward:

    I always thought LOL is Lord oh lord until someone went out their way to write it down... what, what?


    CY

  28. Re:MS is already done with that.... by gavinhall · · Score: 1

    Posted by Synsthe:

    > IE 5.0 has been rock solid.

    Not to justify your trolling, but this statement cannot be backed up with fact, therefore your whole argument loses credibility.

    I used IE 5.0 on my windows system for a short period of time; yup, it's faster, and yup, it supports more of the w3c specs than before, and yup, it had some new features. It also had all it's old features, such as crashing on occasion (for no apparent reason a few times, I wasn't even at the computer), and randomly bitching that I wasn't online, and had to connect to view any pages, while I would be surfing just fine in netscape, would be on IRC with no lag, downloading newsgroups articles..

    I've also heard from a few of my friends running the product that they've had the same problems.

    Let's use a recent and, although rather harmless exploit, still an exploit. One of IE5's new features, the favicon.ico - c'mon, can't they think far enough ahead to foresee such problems? How many people work on each product? 2? 3? I'd hope it wasn't honestly that little of a group. =)

    Windows products that are in Beta are notoriously buggy, and problematic. Wasn't 95 supposed to be named 94? I think we all know of that. =) Some of their products that have been released as stable have had just as soon after, so many bug patches and fixes released, one would think they were still in beta. Windows 2000 might be different, but when you've made yourself a bad track record to begin with, you've got a lot of work to do to prove you're changing.

    From recent events, I don't see any changes happening over there.

    Linux advocates spreading FUD? Heheh.. yeah, it happens all the time. Slashdot is a great place to find people doing that; behind the scenes, due to their anon posting (which I personally think was the least brightest idea on the planet), I'm sure you'll find a lot of those Linux FUD spreaders are anti-Linux campaigners in desguise.

    Yup, we've got problems though; distro wars, infighting, etc. It happens all the time. It's a big problem we seem to have, but atleast we're fighting over a decent product.

    --
    Mark Waterous
    http://linux.revision3.com/ (Official opening, July 15th)

    --
    Mark Waterous (mark@projectlinux.org)

  29. Re:Question? by gavinhall · · Score: 1

    Posted by Synsthe:

    >You are essentially saying no AC posts are valid.

    Good for him! I completely agree. AC posts aren't valid; they're space filler. Anybody who can't be troubled to post their name, or even a nick and email for that matter, doesn't have an opinion obviously. They're just that, cowards. =)

    And you will notice most of the flaming, pro/anti what not does come from AC's.. most of the people with names seem to actually put some thought into their posts, though I can't say that applies to everybody.


    >How mature. You're just as guilty of labeling as >those jerks in MS marketing. those jerks in MS
    >marketing.

    Yup. Human nature, kiddo, everybody does it. Get used to it.

    --
    Mark Waterous
    http://linux.revision3.com/
    --
    Mark Waterous (mark@projectlinux.org)

  30. Re:Dual-boot is free by gavinhall · · Score: 1

    Posted by Synsthe:

    >Windows will die.
    >
    >Like a bug.

    Here we have a case study in "Hello, I am either extremely uninformed, or talking out of my..".

    Don't mean to be crude in my wording there, but frankly, you are talking out of your backside. Windows won't die; not unless Bill Gates up and dissolves the company (Do you really think that's going to happen?).

    As far as I'm concerned, Linux isn't going anywhere either, except for further evolution. You're missing the point entirely if you think Linux was made, or is worked on now, only to demolish MS. That was not, nor is, the intention at all.

    Both will survive, and I hope they both thrive. The market for anything, software, and the likes, stagnates without competition. Enter the competition, you have people going head to head, trying to outdo the other, continually advancing, continually improving on their old product. MS may get it right one day, but as they continue to try to squash and destroy Linux, instead of simply learning from it, as Linux is learning from MS, they're going to lag behind.

    This by no means, means they're going to dissapear, and if you think they will, you're living in dreamland, along with Bob, and the rest of them. =)

    --
    Mark Waterous (mark@projectlinux.org)

  31. Re:Linux's desktop reminds me of a turd by gavinhall · · Score: 1

    Posted by Synsthe:

    >Man what's the deal with this Linux? I can't even
    >view half the websites I usually go to with this
    >crappy Communicator web browser. And my desktop
    >looks shitty ( hence turd )

    So, because you haven't a clue what you're doing, suddenly it all sucks?

    It's sad to see, but Windows is making idiots out of people if the above is any example. "Let's go breed some more laziness guys.."



    --
    Mark Waterous (mark@projectlinux.org)

  32. Re:MS is already done with that.... by gavinhall · · Score: 1

    Posted by Synsthe:

    >>so I have the choice of totally uninstalling IE
    >>or trying to get version 5 to do work.

    >Seems like a nobrainer to me.

    Actually not quite. Ever tried to uninstall IE5? It's not an easy task. Go under add/remove programs and select IE 5. Notice there's absolute no option to uninstall it? There's just options to "fix it" and another I forget.

    Go to the directory it's installed in, and you notice there is _no_ uninstall information - closer look reveals that the uninstall information is in a hidden directory that any average user will never know exists.

    Great job guys, next thing you know Office, and other such applications won't be able to be removed once you have them on a windows system.

    --
    Mark Waterous (mark@projectlinux.org)

  33. I like it for the desktop, actually. by DunbarTheInept · · Score: 1
    Actually I like the desktop in Linux and that's my main motivation for using it (That and the tight integration with all the typical GNU tools.)

    My experience does not match yours. Netscape works fine for me, and that includes even using the G2 realvideo player to watch the new Weird Al video. Yes, it is certainly true that many plugins don't exist for Linux/Netscape, but I can't stand the sites that use them even in Windows where the plugins are there. They are generally not worth it and I find myself disabling the plugins to stop the annoyances.

    And when it comes to looks, small fonts are seen as more desirable by some, myself included. I really don't like the default settings in windows/netscape or windows/ie because they use these garishly huge fonts that end up making one browser window eat up your whole screen. I like being able to have two windows up side-by-side and that means small fonts. But whichever way your preference goes, disliking defaults is a silly reason to bag a system when the defaults are user-configurable options.

    And I see about 19 variable-width fonts and 8 fixed-width fonts in my Netscape font dialog.

    Mostly what I like about the Unix model in general (from which Linux inherits a lot of its 'feel'), is that there are lots of things that are configurable. Although they might not be easy to configure, the list of things you can change is bigger than in Windows. For example, by altering the 'X resource Database' file that comes with netscape (netscape.ad) I have picked different fonts for the main menus and button labels, and changed the colors so that the toolbar panel is green, the main menu is black, and so on. Yes, this is hardly simple, but it is very powerful. It's like being able to change registry settings in a system where there are actual english comments in there to explain everything.

    So yes, I *do* use it because of the look and feel.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  34. Re:Metcalfe is right !! by DunbarTheInept · · Score: 1
    • And Windows has been VERY GOOD at being EASY.

    I stopped reading right there. This is a false statement, and since your article seems to be based on this premise, it is pointless to go any further.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  35. What exactly does Metcalfe have to believe... by Paul+Crowley · · Score: 1

    What exactly does Metcalfe have to believe in order for Peterley to avoid chewing paper on that fateful New Year's Day? He doesn't quite make the terms clear.

    Mind you, I'm pretty sure that Metcalfe will concede that he's changed his mind, but I like to see these things made concrete...
    --
    Employ me! Unix,Linux,crypto/security,Perl,C/C++,distance work. Edinburgh UK.

  36. Vapor vs. Vapor by Brian+Knotts · · Score: 1
    Well, if you're going to compare Windows 2000 to KDE, you should compare it to KDE 2.0, to be entirely fair.

    KDE 2.0 is a vast improvement over KDE 1.x, and will have an integrated office suite.

    --

  37. Re:So stop being a turd by Brian+Knotts · · Score: 1

    Get xfstt from Metalab.
    Copy whatever TrueType fonts you want into /usr/ttfonts.
    Run /usr/X11R6/bin/xfstt --sync
    Run /usr/X11R6/bin/xfstt &
    Problem solved.
    And try KDE.
    --

  38. We can't focus like MS can... by Ami+Ganguli · · Score: 1
    you're missing the point that the free software community can focus on something as well

    I have noticed the attention this benchmark is getting and all the improvements that are being made to kick-butt the next time, but...

    Microsoft can stick a few dozen top-notch kernel hackers in the same building with a few dozen top-notch web-server developers and give them as much equipment as they need, including hardware debuggers and protocol analyzers. Pay them reasonably well and promise a 100% bonus for beating Linux and they WILL squeeze every bit of performance out of IIS and NT.

    Even MS can't take this approach to everything at once. Even if they had the money, the different groups would be stepping all over each other. But if Bill identifies a narrow goal and throws a few million dollars at it, it will be done.

    If our goal is to beat MS then we have to play to OUR strengths. The invisible Open Source hand will put a few people on the Mindcraft case and I'm sure the results will be impressive. But our advocates need to emphasize that, even while our web server performance improves, Gnome/KDE continue to make strides. The documentation gets better. And so on.... Linux isn't about serving static web pages or any specific benchmarks.

    --
    It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
  39. Don't let MS set the rules... by Ami+Ganguli · · Score: 5

    Petreley's comment that Microsoft will try to refocus the argument to something it can win is right on the money. IMHO that's what this Mindcraft thing is about.

    We'd do well to avoid raising a specific metric (like serving static web pages) to being somehow more important than all the other aspects of Linux. The advantage that MS (and any Cathedral) has is the ability to throw a lot of coordinated resources at a specific problem. If we buy into the idea that a certain contest defines which platform is better, Microsoft can make sure it wins that particular contest. Imagine: "Linux community devastated as Windows wins web server benchmark five years in a row."

    The strength of Linux is thousands of people making incremental improvements in all sorts of areas. The distributions are making things easier to use. Researchers are working on distributed processing. The kernel hackers are working on SMP. Systems administrators everywhere are working on admin tools. It adds up to an operating system that evolves in a million different ways to meet the needs of real users.

    That's not to say that we can't beat MS at serving static pages. As long as MS keeps trying to win all the battles they probably won't win any. But if they can succeed in narrowing the debate to "if Windows is better at X then Linux must suck" they WILL do whatever is needed to make Windows better at X.

    --
    It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
    1. Re:Don't let MS set the rules... by Rainy · · Score: 1

      This would all be true if you don't care what average company or an average Joe thinks of MS vs. Linux.
      I do care because this will affect our hardware choices.
      As far as software goes, I could live on free software alone...
      Also, you're missing the point that free software community can focus on something as well. As Linux said, developers didn't care for benchmarks before but now that MS raised the question, they do care very much about it.
      I agree with you that pc world benchmark had no objective meaning. Well, maybe very little meaning. But it has *huge* subjective meaning, and it does matter.

      --
      -- ATTENTION: do not read this sig. It doesn't say much.
  40. Re:MS is already done with that.... by sterwill · · Score: 1

    The "final" beta of Windows 2000 was released two or three times.

  41. Re: Me again by David+Price · · Score: 1
    There is no direct TT font support in XFree86 3.3.3.1, which is what RH6 ships with. XFree86 4.0 will include TTF support.

    Until it comes out, you can use the free font server xfstt to use your TTFs. You don't have to move them at all, just mount your Windows partition and tell xfstt to look in your windows/fonts directory.

    How do I know it works? Because I read your message in Arial.

  42. Re:Petrely v. Metcalfe by nathanh · · Score: 2

    It's not a simple matter of comparing high load Ethernet versus high load Token Ring and concluding that Token Ring is the superior technology. Both solutions have their pros and cons. Token Ring for example has multiple points of failure - each link in the ring must be up for the entire network to work - something which isn't true for switched Ethernet.

    Ethernet is a suitable solution for low to medium bandwidth networks. Token Ring is better for slightly higher bandwidth networks. For extremely low bandwidth and extremely high bandwidth networks you look towards completely different solutions. Ethernet is by no means a "cheap and nasty" solution to the problem. In fact it's a fairly clever design, with the occasional warts that all technology has, based on well known and analysed theoretical networking principles.

  43. Benchmarks and Reactionism - Good to me! by Chemical+Serenity · · Score: 1
    I make extensive use of linux and sun boxes running apache as webservers. If the benchmarks get people to streamline code and make the stuff that I'm trying to do run faster, then I'm *all* for it.

    I'd personally have no problem seeing a head-to-head race between IIS and linux/apache(roxen,zeus,whatever), and I'd expect IIS users wouldn't either. If nothing else, it's forcing the parties involved to shoot for excellence in thier code areas, rather than merely mill about over mediocrity. Well, linux tends to keep moving in the excellence area, but a nudge from outside doesn't hurt. ;)

    More benchmarks! Lets see NFS performance tests, deeper SMB tests, every other kind of test that can be performed to show us where the weeknesses lie, and what strengths we already enjoy. Given the fact that linuxers will take a temporary loss as motivation to win and will quickly turn a negative publicity tidbit into a positive force for change, I say it's ALL good.

    --
    rickf@transpect.SPAM-B-GONE.net (remove the SPAM-B-GONE bit)

    --
    "People will pay big bucks for the luxury of ignorance."
  44. 14 year olds typically know more... by Chemical+Serenity · · Score: 1
    ... at least nowadays in the computer arena. The younger and quick-to-adapt usually have thier fingers more firmly on the pulse of today's technology and grok it far more fully.

    My eldest boy is 8, and I'm consistantly amazed at the things he does with his junky ol' P5-120 for someone his age. His younger brother is coming along nicely too, at the age of 5. I simultaneously shudder and fondly dream of what marvels thier brains will contain in the upcoming decade.

    Metcalfe is owed props for the ethernet technology, but he's basically turned into a grumpy old man who shakes his shillelagh at the world whenever something comes along he can't understand fully or simply doesn't like.

    To steal a line from the Who: hope I die before I get (that) old.

    --
    rickf@transpect.SPAM-B-GONE.net (remove the SPAM-B-GONE bit)

    --
    "People will pay big bucks for the luxury of ignorance."
  45. Re:Windows 2000 by Christopher+Craig · · Score: 2

    I consider Windows 2000 to be an absolutely amazing products cause of it's choke full of features, as well as remaning stable and fast.

    Remaning stable and fast? Window hasn't been fast since 3.11 and has never been stable. I have never even heard of a Windows98 machine being up for more than a month.

    Speed is something Linux still needs to improve on (I'm talking about scalability here, not on a 386 w/2mb ram).

    Speed is something all OSes need to work on, but besides multi-processor machines Linux is faster than Windows across the board. As for multi-processor multi-Intel is a waste. If you're going to foot that sort of cash you should go with a single proc DEC or a multi processor Sparc and if you get the Sparc you should run Solaris, not Windows or Linux on it. Linux is a great OS, but it niether has nor claims to have high availability or high end scalability. Windows doesn't have these either. Face it, you can't even pull a single processor from an Intel machine with out it failing.

    Stability, maybe Linux is stable for the moment, X leaves much to be desired tho. Maybe we'll see that in ver4.

    I admit that XFree is terrible instable. I rarely keep it up longer than two or three months of reasonable usage, but this is still better than Win98. Maybe 2000 is better, I don't know. I'll believe it when I see it.

    -ACPI Power management
    -Hibernation mode (dump mem to harddisk)
    -On Now (with hibernation mode) (20second boot)

    Though I can't vouch for it I think Linux has ACPI managment. It definately does not have hibernation (which both of the second two are, niether would benefit you much with out the other), but I've never found them that useful. I always used either standby or shutdown when I had a laptop that supported hibernation. Maybe it will be a big advantage, if so we'll probably see it in Linux in the future.

    -IE5.1 integration. Stable, fast, and NEVER crashes (for me anyway) - some people - interestingly enough, linux users, seem to somehow make it crash.

    There are two parts to this: the first (integration) is a mistake, not a feature. I don't want my web browser integrated with my OS, I'd rather have a choice. As to the second part (stability) it is a bugfix, not a feature, and it sounds incomplete. The reason Linux users are the ones who crash IE may be because Linux users aren't used to the way you use IE so they try something it doesn't expect and so it crashes. Regardless, you should not be able to crash an application, period. I admit that I can crash Netscape for Linux, but I think Netscape is a really shoddy product. I hope Mozilla does better.

    -IE5 (explorer) lets you view ftp and web sites just like any other folder on your local system of NFS/SMB share.

    You mean Win2000 causes you to view your local system and shared drives as web sites. I don't want to. My directory structure is quite different from the WWW and I don't want them supported as the same.

    -You can start every explorer (file and web) in a new process now if you wish. Shouldn't have a reason to taken down your task bar with explorer if you decide to terminate it. I've never had that problem with Windows 2000 though.

    This also is a bugfix, not a feature.

    -Windows Common control open/save dialog enhanced and supports loading & saving from/to URLs (like above). Since almost all apps use Common Controls, including Java ones, it'll work with almost all your apps.

    This is a nice feature. Emacs has had it for years hopefully Gnome and KDE will have it soon.

    -Offline internet and lan folders. (Network shares remain valid even when you're disconnected).

    This means that you are caching content, which you could do with Squid or a similar caching system on Linux. I sure hope you can turn this off, because it's wasting an awful lot of hard drive.

    -USB, IEE1394, DVD, Video Capture.

    USB is rudimentarily supported by Linux, I'll care more about this when usefull USB devices appear. Firewire is not supported, there are practically no devices on FireWire, and it's slower than SCSI any way. DVD is not supported because HSVs don't release thier stats to Linux, this is a problem that I hope goes away when Linux becomes more popular. Video Capture is supported by Linux.

    -Auto personalising menus.

    I don't know what this is

    -New Management console - control your computer and/or entire network from one console that's 'Pluggable' with COM objects.

    You mean like linuxconf?

    -Telnet server (for legacy guys).
    -Terminal server (for legacy guys).

    I bet these are as flexible as their Linux equivelents right? They allow you to modify any system item? They allow exporting of graphical programs to remote servers?

    -COM+ and Transaction server integration.

    This doesn't affect Linux since it doesn't use COM+, so I'm not sure why you included it.

    -Computer manager allows you to tweak every little bit of Windows.

    Every bit? I want to turn off IE and the GUI because I don't use them.

    -IIS5, ASP support with VB, Java, Perl scripting

    Wow it finally comes with a web server. It still isn't as flexible as Apache though.

    -Windows Scripting Host for automating windows with scripting languages.

    You mean like the shells, Perl, and Python? Windows has a real long way to go before catching up to Linux with regard to scripting

    -Extremely refined UI. Right click on anything and you'll get a context menu. Drag and drop anything on everything. (Gnome and KDE still need a lot of work on this).

    This is true. Linux does have a lot of catching up to do before it catches Windows GUI in terms of usability and consistency. I give it another year. It has caught up a lot in the last one.

    -Semi-Transparent windows support inbuilt into Win32.

    Um, Linux had this first.

    -SMP suppoirt for up to 32 processors (and they are actually efficiently utilized, unlike linux).

    See my comments on SMP at the top. This is not relavent to most users and in fact most likely slows the system down on single processor implementation.

    -New Windows 2000 install API - Auto repairing.
    ...basically you can't destroy your system by deleting or overwriting vital DLLs/vxds etc, they are automatically recovered on deletion.

    This is a poor fix to the problem that it's too easy to destroy files in Windows. If they had a decent protection system this would be unneeded.

    -New NTFS5 file system supports cluster compression and encryption (and ofcourse security etc).

    NT5 is not secure. Linux is not secure. Don't claim they are. If you have specialty FS concerns (encryption or compression) then you should use a specialty FS (GFS, ext2 with compression, Encrypted FS), except that you have no choice in filesystems when it comes to Windows...

    -New Kerberos security model (developed early last decade at MIT).

    This isn't new and has been in Linux for a while.

    -DirectX 7 and OpenGL.

    Linux has OpenGL and DirectX is not standard.

    -Win32 SoundAPI goes thru DirectX, legacy applications and new applications will all work be able to use the sound card at once - without being aware of DirectX or modification.

    This is a change to the soundAPI, not a feature.

    -New generation Plug'n'Play support. Literally, just plug and play. Drivers install automatically - no reboots ;).

    Where have I heard this before? Oh yeah, Comdex, right before I saw a big blue screen. Even if it does work it still requires a reboot to change hardware information, this shouldn't be needed. I hate the fact that to change my gateway on a Windows machine I have to reboot. There is no excuse for that sort of behavior.

    -New indexing with a cut down version of sql sever for fast file searches (which is done from the same IE band as web searches now).

    This encumbers the filesystem and isn't really all that useful. I could implement a program that does this on relavent sections of my harddrive if I chose to, but I wouldn't use it enough to justify the expense.

    -Shadowed mouse (ok, ok, but it just looks cool :)).

    Wow.... Does it look as cool as gtk+ themes?

    And basically, every part of windows is pluginable more than ever because of the nature of Explorer now. Desktop is an ActiveX container, explorer file listings is an ActiveX container etc etc. Ofcourse you have to be a programmer and know what you're doing.

    There are a whole lot of things one can do with Linux if one is a programmer and knows what they are doing...

    Basically Windows 2000 is your all round OS.

    There is no such thing. Windows is not realtime. Windows cannot run in 128k of RAM. Windows doesn't have high-availability. Windows doesn't have a capabilities security model. Windows cannot be used on high end hardward (UE10k anyone), and even if it could you wouldn't want to.

    And fit ready for consumer as well as commercial use.
    Beta3 IS the final beta - I don't know what all that crap other people were going on about haven't there already been heaps of 'final betas'. MS have always had a 3 beta cycle. And there has only been one beta3 - it took a while, but it's here non the less.

    I'll believe that when I see it on shelves. I can't count the times that I've heard "X is the last beta" from Microsoft.

    I've prolly missed out heaps of other features but all of this is from the top of my head, and in the order they came out ;).

    I count 4 items in that list that are features and aren't in Linux and all of them could be in Linux soon. So Microsoft better hope you missed some...

    Windows 2000 has many little bits and pieces which makes it much more productive for the average person than Linux. And even for the advid programmer like me. I like the little bits which make my life easier. Ofcourse I still like command lines, but not for everything. Little time savers in Windows are much appreciated, and I can see where Microsoft put it's millions into GUI research. And I'll look forward to when MS Research's natural language engine gets integrated into Windows. (BTW text to speech is part of Windows 2000, and it reads dialog boxes etc).
    Ofcourse, when natural language gets integrated into Windows, people will say "bah", I'd rather type a couple of lines than just "say" "computer, search on the internet for traces of that operating system called linux".

    Have you ever used text to speech or natural language? Except in specific cases of blind persons it is useless. They both take forever as you can read and type faster than you can speak. Plus they are completely useless in a buisness environment. As for the GUI, yeah, it does have some nice features, but not enough to make up for it's utter lack of a commandline. And those features will probably be in Linux soon.

  46. Re:Microkernels FASTER? by free779 · · Score: 1

    The primary speed problems with microkernels have had to do primarily with implementation. Don't forget that macrokernels have have decades to develop, while microkernels have primarily been in the experimental stage for the last ten years.

    MkLinux (and NeXtStep) were based on Mach2.5, which uses several tricks to decrease the performance impact of microkernels. For the most part, it made Mach resemble a macrokernel more than a microkernel, but it was fast enough to allow NeXtStep to run on a 68040 25Mhz with an advanced GUI (with very good performance, I might add).

    Mach 2.0 was an awful dog, probably because it was the first complete microkernel design for Mach. Mach 3.0 introduced several new concepts, but wasn't optimized for performance. Mach 4, although still slower than macrokernels, brought the performance difference to within a few percentage ponts.

    The Mach design, however, was primarily experimental (despite its usage in many products), and the project was cancelled in the mid-90's (forget exactly when, though) Mach 4 continued to be developed by team at the UofUtah??, but dropped that in favor of developing a new microkernel based on the lessons learned from Mach.

    The L4 microkernel has been designed with performance in mind (as well as easier programming), and is faster than Linux right now. However, it still doesn't handle multiple servers now (AFAIK), but does have a Linux server so it can emulate a Linux machine. Hurd will probably adapt it in place of Mach once the kernel becomes more stable and they feel comfortable mucking around with the internals.

  47. BZZT! Wrong! by Eric+E.+Coe · · Score: 1

    The ancestor organization to the KGB (I forget the name) was set up under Lenin - and the Gulag started then too. "Enemies of the People" (i.e. anybody the Party didn't like) were tried, and sent to the Gulag or shot right from the beginning of the Soviet state - and this patteren has been seen for all other examples of Communist rule.
    Stalin, who was far more paranoid, just did a lot more in this area; looking for and removing potential rivals to his power - in the Party, the Army, etc., in addition to terrorizing the general populace.
    But it started right from the beginning - don't be a "useful idiot" and sugarcoat what Lenin did.
    --

    --
    An esoteric scratched itch:
    Homeworld Map Maker Tool
  48. Re:MS is already done with that.... by Lemuel · · Score: 1

    There is one thing that really disturbs me about Windows 2000, and that is that it requires a 300MHz or higher processor. What kind of baggage is it carrying that it requires a processor that fast? Didn't Microsoft tune the operating system? How will this affect future benchmark comparisons?

  49. Re:Question? by moonboy · · Score: 1

    I was wondering the exact same thing. It also seems there are many more posts that are pro-M$. Kinda makes one wonder.

    ----------------

    "Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein

    --

    Co-founder and designer at Music Nearby: http://musicnearby.com
  50. Not in the least bit correct by Chris+Andreasen · · Score: 1

    Webster's dictionary defines Socialism and Capitalism as:

    Socialism: 1: Any of various economic and political theories advocating collective or governmental ownership and administration of the means of production and distribution of goods. 2 a: a system of society or group living in which there is no private property. b: a system or condition of society in which the means of production are owned and controlled by the state. 3: a stage of society in Marxist theory transitional between captialism and communism and distinguished by unequal distributions of goods and pay according to work done.

    Capitalism: an economic system characterized by private or corporate of capital goods, by investments determined by private decisions rather than by state control, and by prices, production, and distribution of goods that are determined mainly by competition in a free market.

    Both Socialism and Capitalism are economic systems. The difference between them is that in a capitalist system capital is owned privately, whereas capital is owned by the state in a socialist economy. If a country owns a factory, that doesn't make them capitalist, it means they're industrialized.
    I hope this clears any confusion on the matter.

    --
    -Chris Andreasen
  51. Re:Socialism / Capitalism by Chris+Andreasen · · Score: 1

    I think the relation between software and economic systems that so often pops up here on Slashdot is comparing ownership of software to ownership of capital. Capital is privately owned in a capitalist system. However, the economic system to which Open-Source Software is most commonly compared to is communism, not socialism. All property is collectively owned in a communist state, but owned by the government in a socialist state.

    "Evolution and natural selection" aren't always present in a capitalist system. Take Windows for example (keeping with anti-MS attitude so prevalent on Slashdot). Natural selection involves survival of the fittest, and if that were the case the Amiga or OS/2 would have stomped out Windows long ago. And as for evolution, you would expect Windows to have proper preemptive multitasking and protected memory management by now, wouldn't you? Every other OS seems to have evolved to that stage.

    --
    -Chris Andreasen
  52. You're confusing Lenin w/ Stalin (No Text) by Chris+Andreasen · · Score: 1

    ...

    --
    -Chris Andreasen
  53. Correcting above post by Chris+Andreasen · · Score: 1

    You can change the resolutions on the fly with X. Use Ctrl+Alt+Plus and Ctrl+Alt+Minus (Plus and Minus on the keypad, that is). You just can't change resolution on the fly. Windows 95 couldn't either. You had to reboot. At least with X you only had to shutdown the X server, not do a complete reboot. I don't know if that's changed since Win98, since I don't use it.

    Oops... I meant you can't change color depth on the fly. Sorry.

    --
    -Chris Andreasen
  54. Your mother reminds me of a turd by Gnea · · Score: 1

    heh, well, you certainly gave up too easily... desktop sucks? take a look at this screenshot and tell me that's crap. btw, if u want to use TTF fonts in Linux, you need to compile and install freetype. Any idiot knows to go to http://metalab.unc.edu/LDP/ for HOWTO's and whatnot.. that's how you get Linux help.. anyone that reads slashdot knows that, and if they don't, then they are an arrogant bafoon. well gee, there ya go.. i just gave 2 urls that prove that you're just not a hard core computer user.

    1. Re:Your mother reminds me of a turd by kolla · · Score: 1

      I look at your desktop shot, and I can tell you it suck.

      Why? Becasue it doesnt show a real functional desktop, it's just another one of those X11 dumps with a bunch of terminals, as if it was grabbed out of the "unix haters handbook" itself. And then there is the consistency and userfriendlyness. Or rather, the lack thereof, from the screenshots I cannot even determine if I should close windows from the upper tight or upper left corner, or perhaps I'd have to use the mmb to choose close. The only familiar gadgets are those on the x11amp (or xmms) as thei're "stolen" from winamp.

      Please give us something that shows the brilliance of X11 and linux tied together in an integrated graphical operating environment.

      Oh, no can do? How strange, and how sad. Duh.

      Just for kicks, just to have something your oh so superiour desktop got some competition, take a look at this. It's my amiga's primary desktop, spiffd up with some system configuration tools just for you, oh an unlike X I can have several screens in various resolutions and depths. And I can use them more flexible, I often run X on one to connect to my linux machines, and I use a small 640x480 one for my VNC client to connect to my NT server at work, and I run MacOS on a macemulator every now and then on one too. And ofcourse a game every now and then, like napalm or quake, on their seperate screen, and they all multitask well and I an jump between them as I like. And it's not some windowmanager that makes this possible, it's the OS itself.

      Oh.. and did I mention that I use truetype fonts as well?

    2. Re:Your mother reminds me of a turd by Stiletto · · Score: 1

      Not to be critical, but that screenshot looks like an artist on crack just blew his nose and sprayed paint all over your desktop.

      Talk about non-functional eye candy...

  55. Re:It's supposed to randomly die on you? by blue · · Score: 1

    Hmm, Netscape ran faster than IE on my P75, and also currently on my PIII450 (or so it seems).

  56. Re:Not original poster. by blue · · Score: 1

    OK, X didn't come with the most flashy fonts, but that doesn't mean you can't install them. You don't *have* to use MS fonts, there are plenty others out there, so Verdana is not a requirement. You could get xfstt and read the installation instructions which'll just require a symlink to your Windows fonts directory if you desire all of them.

  57. Re:MS is already done with that.... by gas · · Score: 1

    If I understand things correctly they will just (re)release WinYY and NT. So we will have Windows 00 and Windows NT 5 but they will both be renamed Windows 2000.

  58. Intellectual Property by gas · · Score: 1

    Remove government control from the output of Microsoft and they will die overnight.

  59. Bizarro Metcalfe by Chris+Siegler · · Score: 2

    Speaking of which, I'm about to use a nicely refined 26-year-old technology to file this column. You may have heard of it. It's called Ethernet.

    You might find Metcalfe's original paper describing Ethernet interesting if you haven't read it. The thing that strikes me after reading it again are its similarities to Linux and its design. It was based on known technology, Aloha radio networks. It was designed to run on inexpensive hardware. And it achieved its reliability from its simplicity. In other words, the same recipe used by nearly every succesfull open source project today, which makes Metcalfe's last column all the more confusing.

  60. Re:Ever heard of irony? by Prothonotar · · Score: 1

    Well, didn't Bob get booted from his own company? That probably made him more bitter.
    --
    Aaron Gaudio
    "The fool finds ignorance all around him.

    --
    "Every man is a mob, a chain gang of idiots." - Jonathan Nolan, Memento Mori
  61. Re:Petrely v. Metcalfe by Watts+Martin · · Score: 1

    In other words, if you look through, the first format to hit critical mass with the product people buy it to use seems to win, unless a very compelling reason comes along to change.

    This is the "network effect," and is probably more responsible than anything else both for Windows' de facto OS monopoly on the PC architecture and for why PC architecture greatly outsells other microcomputer designs. (I say "de facto" monopology because there have always been alternatives to DOS and Windows, yet asserting that Compaq had the choice in 1995 to install OS-9000, QNX or Concurrent CP/M-86 is akin to asserting General Motors has the choice to stop making cars and trucks that can run on interstate highways.)

    While I don't think we're going to see the end of the network effect for Windows any time soon, I think we are seeing it start for Linux, and possibly for BeOS. None of these are likely to get bigger than MacOS, but that's had enough of a network effect to carry it through years of corporate mismanagement.

    Windows' multi-hundred-million user base tends to skew people's ideas of what a sustainable market size is, I think; a market of only one million could sustain small companies, and it only takes a market of a few hundred thousand to sustain "cottage software" houses--something I think we'll start seeing more of in the future again. (What's old is new....)

  62. Re:Petrely v. Metcalfe by stripes · · Score: 1
    Yes, Token Ring has it's problems too, but the fundamental design is better. The Ethernet prinsciple of 'Shout until you can't be heard, then back off for a little while before shouiting again' is messy.

    Ethernet is a pretty hacky design, and won because it was cheeper to build then TR. I'm not exactly in love with it as a way to talk over cables (or fiber), but it actually is a really spiffy way to do wireless (shout until you can't be heard...)

    Passing tokens, OTOH, results in a network that is entirely capable of functioning well at 100% usage. Ethernet tends to hit trouble around 30%.

    30%? You seem to be way off. 60% in general use seems to be a much better rule of thumb. If you have a switch (and they are so damm cheep these days) you can get far closer to 100%, well over 100% with some valid mesurements. As far as I know Ethernet plus a switch per port is cheeper then Token Ring by a fair margin.

    While I think FDDI/CDDI (essensally Token Ring at 100Mbit/sec) is very nice, and doesn't take any effort to get it to run in the high 90% range, it costs more then 100Mbit ethernet plus a switch! It's so hard to argue for it that I have more or less given up on it except when I can make a case for the duel ring CDDI (that way even the network hub can be a redundant item). I'm totally unaware of any Token Ring like offering in the 1Gbit range either, so for the moment it appears to have no future. A pity because I have allways liked it.

    If we're honest, ethernet won becase of market forces rather than technical superiority, making it a very odd analogy for a GNU/Linux advocate to use.

    Many GNU/Linux/Open Source advocates do take a market tactic. They claim their way gets better product at a lower cost. Ethernet isn't better then TR at any given speed, but it's price/performance is definitly better.

    Point made?

    Only that you seem inexperianced with Ethernet. Or maybe that I'm in a contrary mood today.

  63. Re:The Penguin & The Archbishop, And The A by MinusOne · · Score: 1

    > So instead of starting religious wars...{I mean Linux and Windows are JUST OSes after all, there are many more serious things to war about)...let's concentrate on interoperability, and getting our favourite OSes up to snuff. It would be a great world if all OSes could share data and services seamlessly with each other, without much tinkering. Instead of trying to drill the pipedream that KDE is as polished as the Windows UI, start helping the KDE project, give them coherent and useful suggestions.

    Well, I agree with you that we need people to work on a many of the open source projects and get them as polished and user-friendly as possible. But the other half of your idea, making the OSes inter-operate, is impossible as long as the current Microsoft is in their picture. Microsoft is not interested in the slightest in interoperating with other systems. They want to tie people into MS-only solutions, by making interoperating a headache. This applies at the minimum to any system that competes directly with MS products. They don't mind working with Mainframes or some other huge systems, but desktops, servers and similar systems they want MS-only. They are not interested in publishing their own protocols, and the open standards they use the have a bad habit of implementing in non-standard ways. they even re-implement existing open protocols with MS replacments, just to tie organizations in.(WINS vs DNS for example). My only hope to deal with this is to have the anti-trust case resolution force MS to open its APIs, file formats and other implementations to the whole world.

  64. Re:Ever heard of irony? by DougLay · · Score: 1


    Didn't Xerox release Ethernet under some Utopian balderdash public-domian license? Dang, that might have cheated Bob Metcalfe out of some Bill Gates-like money. No wonder he's sounding bitter.

  65. Definition is fine, usage is wrong by JPelorat · · Score: 1

    Guys, 'old technology' as a descriptive term is fine. Just don't use it to describe obsolete technology and everything will be fine.

    --
    Hokey statistics and ancient misconceptions are no match for a good thought in your head, kid!
  66. A cup full? by unitron · · Score: 1

    By the time you "download" a full cup I don't think it'll be steamin' hot anymore.

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  67. UNIX in Windows by Ed+Avis · · Score: 1

    What do I think is lacking in Win2k? UNIX!

    Have a look at Cygwin , it provides a fairly full Unix environment where many programs will compile out of the box.

    --
    -- Ed Avis ed@membled.com
    1. Re:UNIX in Windows by Noke · · Score: 1

      Yes, and on top of this Softway is suposed to be releasing a new version of Interix this summer which is suposed to have many improvements to make it even more of a true "unix" feel. Those that take advantage of both Windows 2000 and this new Interix are going to be sitting very nicely.

    2. Re:UNIX in Windows by redhog · · Score: 1

      Altought not any programs using dynamic linkable libraries. These often has support for the way that's done on Linux, BSD, Solaris and some other UNIXes. But since the support for this is not standardized, it doesn't work under Cygwin. Anyone who know of a way to emulate the way any of the UNIXes/clones does it with DLLs under Cygwin to be able to run things like PostgreSQL and the like?

      --
      --The knowledge that you are an idiot, is what distinguishes you from one.
  68. Re:Linux's desktop reminds me of a turd by Bigbiff · · Score: 1

    Please, Please, children, lets think of something constructive to say. Half these FUD statements said on slashdot from time to time, just really gets me pissed off. If you have ever even configured a server (which I doubt), you would know that Linux and other similair OS's are the ultimate in protection these days for servers. If you were a somewhat decent security minded person, you would realize the pain of setting up a compilicated program such as a server and you can't see the code. Most of the time, with 10's of thousands of code, there WILL be a bug in the source, and when you find it or get attacked, I want to see you fix it on a proprietary Windows server. Tell me how long these fixes come out. With the aid of marketing fools, and people in control of the company just thinking of the bottom dollar, instead of the customer, you might not see a decent patch for months. With the servers that are popular on Unix variant OS's being OpenSource, and the most widely used on the planet, you can see why not too many people like to use Windows. I know you have probably heard these arguments before, and have a witty or snide (mostly snide) remark for my comment, it doesn't really matter. I have seen that most people on this earth are stupid, and will never see the truths to be evident based on the personal biases, you all fucking suck!

    --
    Bigbiff http://www.exxtreme-linux.org
  69. Bob predicted the collapase of the internet.. by doomy · · Score: 1

    And he had to eat his columumn in front of 1000 people Pics of this event. For some odd reason, the pics have been restricted :) I wonder why. Lets make a suggestion.. Lets get bob to eat a Linux Manual.
    --

    --
    ...free your source and the rest would follow...
  70. Re:Petrely v. Metcalfe by SimonK · · Score: 1

    Ethernet won because it was cheap and easy to maintain, and in a pinch can be assembled with no special tools. That makes it an excellent analogy. 'Market forces' do not exist in themselves, but always drive towards some objective.

  71. Eros OS? by Anonymous+Coed · · Score: 1
    The Eros Operating System may not be the actual system of the "next wave" but a lot of the ideas contained therein may be represented in the operating systems we use 10-20 years from now.

    Cool stuff like complete object persistance integrated with capabilities, total virtualization of memory (no "file system" per se) and a sorta microkernel architecture.

    Like I said, Eros itself may not be the OS of the future, but a lot of the ideas contained therein will be widely used.

  72. Re:Time For Some Sanity Now... by Accipiter · · Score: 1
    To My knowledge, Office 95 was never released on the Mac, and Office 98 wasn't released on PC. was it 97 you were talking about? If not, Office 98 was slow because it was running on a different OS, and running on an OS that the API happened to be Totally incompatible.

    -- Give him Head? Be a Beacon?

    --

    -- Give him Head? Be a Beacon?
    (If you can't figure out how to E-Mail me, Don't. :P)

  73. Re:Linux's desktop reminds me of a turd by manush · · Score: 1

    First of all, Communicator is not crappy. It does what it's supposed to.
    Second, plugins are a microscopic part of the web. Also note that the most popular plugin (flash) is available for linux.
    Third, if you take the time to check how fonts work in unix/X, you'll realize that you can install whatever fonts you like in whatever format you like. And by the way, it's called "verdana", not "verdona".
    Linux is (for the moment) aimed at people with a clue, or people wishing to learn something. So, either read some HOWTOs and set up your fonts, or shut up and use a microsoft OS.

  74. Re:Not original poster. by manush · · Score: 1

    If you don't want to upgrade to RH6.0 which has truetype support out of the box, check the "related projects" page on http://www.freetype.org - there are a couple of pointers to font servers supporting truetype.

  75. Re:Not original poster. by manush · · Score: 1
    >Were is my Verdana.ttf?
    This sounds much like asking "Where is my grep?" after installing windows.
    1. copy some ttf fonts into /some/font/dir
    2. cd /some/font/dir
    3. /usr/sbin/ttmkfdir > fonts.dir
    4. ln -s fonts.dir fonts.scale
    5. add the dir to /etc/X11/fs/config
    6. restart X
  76. Re:Dual-boot is free by BrerBear · · Score: 1

    Now who's thinking insde the box?

    If Windows is made a no-charge product, it will (probably) survive.

    Your car analogy is way off base. Neither GM, Ford, nor any other car manufacturer gives their cars away for free. (Don't think about business models here). If someone came along and gave away cars for free, they would take off in a heartbeat. The cars might not be so flashy at first, but these free cars rapidly gett better over time until they meet almost everyone's needs.

    Maybe one or two of the car companies would stick around with much smaller markets by catering to the luxury crowd that wants something substantially different. But most of their market share would evaporate quickly.

    Barring free Windows, a patent war, or some other act of God, pay-per-license Windows is (eventually) toast. Unfortunately, by that time MS will have used its monopoly profits to buy a prime position in the new computer industry based on services, not hardware/software.

  77. Well thought-out. by underthumb · · Score: 1

    Way to go man, I love reading well-reasoned stuff like this. I run a dual boot, and I can really relate with occasionally just wanting to boot into windows and get it done.

    All in all, I can do nothing but agree. Operating system variety is much more desirable than operating system hegemony.

  78. Re:Linux's desktop reminds me of a turd by Noke · · Score: 1
    And, please go away. You are not wanated here.
    1. Is this because slashdot.org is "News for Linux Zealots, stuff only about Linux"?
  79. Re:You misunderstand by Noke · · Score: 1
    ... And I thought that Slashdot was News for Nerds, stuff that matters.
    1. I guess they need to change it, eh?
  80. Re:Metcalfe is right !! ~NOT~ by Zontar+The+Mindless · · Score: 1
    remember, ALL software improves with time, no matter what you think about windows products =)
    You obviously haven't, ahem, "upgraded" to MSIE 5.0, which is not only a resource puerco grande, but also interferes with some of Microsoft's own software (rips ODBC connectivity, for one thing). Shoot, half the time it can't tell when you've got a blinkin' Net connection...

    Anyhow, Petreley is right on the mark: "Tried-and-true" ne "antiquated";

    --Z.

    --
    Il n'y a pas de Planet B.
  81. MS software nomenclature? by Speed+Racer · · Score: 1

    I was under the impression that all MS software was essentially a beta version. They just happen to have an extremely large test group that is willing to pay money for the privilege of testing it.

    --
    Free Mac Mini. Yes, I'm
  82. You missed the point by Speed+Racer · · Score: 1
    The x86 is so ubiquitous for the same reason that Linux will win. It's the price.

    Let's see an Alpha running at the equivalent of a Celeron 300a for under $50.

    --
    Free Mac Mini. Yes, I'm
  83. Re:Sorry, that is the definition of "clueless". by kolla · · Score: 1

    You obviously are suffering from the "The only other OS I tried was Windows".

    Now you get a clue, this is not about wizards. This is about functional graphical user interfaces, about makeing things easy and efficient, to use the correct UI for given tasks, be it CLI or GUI. A powerful CLI is very well, add to that a powerfull GUI and we're talking, integrate them in a powerfull easy to comprehend and use graphical operating environment and I'm even willing to sign for a license.

    Dont expet this to happen with linux, or any other unix, nor windows for that matter, anytime soon.

    Oh, and for DLL's.. ldconfig and all those version strings in the filenames, as well as the symlink jungle in carious /lib, /usr/lib, /usr/X11R6/lib etc etc isnt much more elegant than the windows mess IMHO.

    And.. hum.. REAL programmers go where the $$$ is.

  84. XML? by Barbarian · · Score: 1

    Is that article really xml? It has a .xml extension, but the contents look like 100% html to me.

    1. Re:XML? by AmirS · · Score: 1

      That's most likely server side XML.

      The actual document is stored as XML, and an XSL type stylesheet (note that there isn't a formal spec for this yet, so it could be another similar technology) is used to render it into HTML on the fly.

      I guess they're future proofing all the articles they store.

    2. Re:XML? by EverCode · · Score: 1

      I seen that too. HTML is a subset of XML, but it sure in the hell would not warrent a .xml

      Maybe they think they are going to make some sort of XML transition. They better wait a couple of years.

      --

      EverCode
  85. Re:FUD == Frothing Unix Disease by chromatic · · Score: 1


    The real question is: can paid programmers produce systems that are worth the extra cost for the average user. Today the answer is clearly yes, most users are more willing to pay for Windows or NT than they are to learn Linux.

    Wait, I thought Windows came free with my computer!

    Besides that, Linus and Alan get paychecks for working on the kernel. I guess that makes them paid too.

    ("Better" is way too subjective. Be more specific.)

    --
    QDMerge -- generate documents automatically.

  86. Re:FUD == Frothing Unix Disease by chromatic · · Score: 1


    Let me elaborate.

    Windows NT came pre-installed on my latest work computer.

    I'm not silly enough to believe that it was free. Since the hardware manufacturer didn't offer me a choice of which operating system I want (and since corporate IT uses that one manufacturer exclusively), there goes my choice.

    The argument that "most users are willing to pay for Windows or NT" (emphasis mine) is rather silly if the OS is preinstalled and the OS cost is included in the price of the computer. As far as the average consumer cares, he is not really paying for Windows.

    If you want to see who is really willing to learn Linux, pre-install it on 85% of the computers sold for the next three years and we'll see what happens then.

    Point being: People use Windows primarily because it is, to them, ubiquitous. Reading technical superiority or ease of use or whatever criteria you wish to use into that fact to discredit a Free OS is poor logic.

    Remember, WordPerfect 5.1 used to be the standard word processor. That was hardly an example of mouse-enabled, flashy menu-driven GUI programming. It didn't even have a talking paperclip! People used it anyway.

    People aren't willing to learn what they don't have to learn, but people are willing to learn what they have to use.

    That happens to be Windows, for now.

    --
    QDMerge -- generate documents automatically.

  87. Yeah, like Peter Sellers in "Being There" by uradu · · Score: 1

    Looking at it your way, any old ignorance-drenched piece of writ--no matter how earnestly meant--could later be reinterpreted as "irony" to save face and maybe even pile on some brownie points. That pig won't fly here.

    If you have read much Metcalfe (as I have over the last 3-4 years, back when he had slightly more intersting things to say than "Impeach Clinton"), you'd know that his irony comes in one form, and one form only: sledgehammer. Bob assumes that everybody else in the known universe is at least slighty more stupid than himself, so he signals irony and sarcasm in a very Monty-Pythonesque fashion.

    This is a guy deeply in love with Big Corporate America--anything that benefits Big Money he loves. Linux and the Internet go so completely against that grain that he can't help but loathe them. A little less public visibility might benefit his personality hugely.

  88. Hear, hear! by Wayfarer · · Score: 1

    Absolutely right! A vital part of the Microsoft strategy is to set the playing field (preferably to one in which they already have made inroads), narrowing the focus of their "attack."

    This dovetails nicely with another of their strategies: controlling standards. If all parties implicitly agree that the playing field is what Microsoft says it is (static web pages, or what-have-you), MS can create proprietary protocols and extensions (oooh, especially the extensions!) that outperform (at least initially) the competing ones (usually the de facto standard), or merely provide more Microsoft-only features.

    If MS leverages their narrow playing field by marketing the benefits of their extensions to consumers and corporations, they can take the battle away from any product that doesn't use their technologies. And they've got plenty of strategic partnerships (read: drone corporations) to give their extensions universal presence.

    Yet another danger of nominating a single metric as the crux of the entire debate.

    (Remember IE!)



    -W-

    --

    -W-

    Is it all journey, or is there landfall?
    --Ellison & van Vogt, 'The Human Operators'

  89. Re:... but who really cares? by BJH · · Score: 1

    Once in a while it'd be nice to see a non-AC spreading FUD... *sigh*

    1. A bit tax on the Internet. Why should tax money it's competitors pay be used against them.

    Sorry, I have no idea what you're trying to say here.

    2. Corporations tightening up on wasted time by their programming staffs. Why should companies pay their programmers to diddle around in projects that aren't on the agenda as revenue producing projects.

    (a) Many companies are now paying their staff to work on Linux; perhaps this escaped your notice.
    (b) I think you'll find that most Linux programmers would happily continue work on private projects on their own time (presuming that they're using company time at the moment, which I think you'll find is not as widespread as you make out.)

    3. An end to the classic "Internet." Linux development is heavily subsidized by the mere existence of Usenet, IRC, and various other Internet technologies, which are based on the old notion that the Internet is "free" and available to the government and it's contractors.

    I'd like to know what could bring this about. Also, last I heard, most Linux programmers are neither members of the government nor government contractors. Usenet is sustained by the worldwide cooperation of many organizations, including ISPs; those ISPs make their money by attracting customers. If you wanted Usenet, you certainly wouldn't use an ISP that didn't provide it. It's called supply and demand. Look it up.

    4. Trojans, hackers, and other goons. Companies that let employees install Linux on machines all over the place in an anarchic fashion are asking for serious trouble. Unsecured Linux boxes are nests for criminals to lodge their code into for further attacks on other parts of the corporate infrastructure. This in particular is going to get Linux banned in companies all over the place. A Linux machine on the company network is in itself somewhat of a trojan horse. People joke about it all the time in the Linux community. IS managers don't laugh at that kind of humor.

    Let's try changing this a little, shall we?
    "4. Trojans, hackers, and other goons. Companies that let employees install NT on machines all over the place in an anarchic fashion are asking for serious trouble. Unsecured NT boxes are nests for criminals to lodge their code into for further attacks on other parts of the corporate infrastructure. This in particular is going to get NT banned in companies all over the place. A NT machine on the company network is in itself somewhat of a trojan horse. People joke about it all the time in the NT community. IS managers don't laugh at that kind of humor."
    Do you see my point? It's not the OS, it's the security policy of your IS department that's responsible for these problems. An IS department (BOFHs not withstanding) are responsible for providing the equipment and software needed to conduct business efficiently while ensuring that any security risks are kept at acceptable levels. Linux is becoming more and more viable in the workplace; IT departments need to be able to cope with it. This means educating users, providing automated scripts for securing Linux boxes, etc. All of these things have to be done for NT, Solaris, BSDI, Tru64, or any other OS that you care to name.

    5. Intellectual Property Issues. The GPL has never seen it's day in court. When some legal precedents are set, we will see how strong it is. In particular, many people who have contributed to the Linux effort work for companies at a day job. Many of them are subject to agreements with their employer that prohibits them from contributing code to non-company efforts. As the litigation picks up (it will, when Linux becomes more than a 1-2% phenomenon) the Linux kernel will start looking like swiss cheese, with sections that are pulled because the code belongs to the company a hacker worked for when producing it. Lots of fun will then emerge as people have to fill those holes with new cleanroom code.

    I'm not going to comment about the GPL; I'm no lawyer. However, I can comment about your second point. Apparently, you consider kernel hackers to be mentally deficient, because this is a problem that has come up before, and if you bothered to check, you would see that the major kernel hackers have themselves covered, while everybody else is at least aware of the problem and mostly careful to avoid any such conflicts. Even if such an event did come to pass, it wouldn't be difficult to replicate their work (the kernel is highly modularized, and it's not really that complicated when you look at the individual bits.) The only areas that could be considered vulnerable are device drivers, and it wouldn't be too hard to reproduce those, given that to be in the kernel in the first place, either the device specifications have to be available or the device has to have been reverse engineered.

    These points need to be considered by any commercial entity seriously considering putting a significant part of it's infrastructure on Linux. They'll be thinking about stuff like this. Don't forget that with Microsoft all they have to do is budget it in.

    And some gratuitous FUD to finish up with, eh? Just remember to budget in all the other crap you'll need when you're setting up an NT server. Go and crawl back under your rock, troll.

  90. Re:My response! by IntlHarvester · · Score: 2


    Every version of NT (including Win2000) has had both NB-over-TCP/IP and NetBEUI as options.

    The advantage of ActiveDirectory and Dyanamic DNS is that you *should* be able to get rid of the NetBIOS broadcast traffic from your network. Of course, that's what they said about WINS, so we will see.
    --

    --
    Business. Numbers. Money. People. Computer World.
  91. Re:MS is already done with that.... by IntlHarvester · · Score: 2


    Actually, given enough memory (~128 MB), Windows2000 will run fine on Pentium machines. (As a workstation, it feels faster than NT4, anyhow.)

    I wouldn't be took shocked if it came out that the 300Mhz figure is some sort of kickback to Intel.
    --

    --
    Business. Numbers. Money. People. Computer World.
  92. Re:MS is already done with that.... by IntlHarvester · · Score: 2


    Companies can afford the memory. Linux makes good use of 128MB too. If you'd rather buy something else, don't worry and run Linux or whatever suits you.
    --

    --
    Business. Numbers. Money. People. Computer World.
  93. Re:Perfect example of a completely maniacal zealou by Stiletto · · Score: 1

    Oh man, I was reading that just after I took a sip of soda and I sprayed it all over my monitor. LOL!

  94. ... but who really cares? by Mr.P · · Score: 1

    I think we're all in agreement here that it would take a climactic event to totally halt the development of Linux. It evolved nicely back in 1994 and 1995, and it certainly wasn't in the limelight then. So who cares if all the cash and investment disappears? Sure, we'll get support for that brand-spanking-new Gigabit Token Ring card a bit after Windows gets it, but the point is that we'll get it.

    The thing I find funny is that Microsoft loves to argue about total cost of ownership. Let's see: you would probably need to hire a guy to administrate your Linux box, but then again, you'd probably need to hire another guy (and, if your management is at par, an MCSE) to administrate your NT box. Then there's the cost of the OS itself, plus the additional hardware to get NT off the ground. (At a startup company where one of my friends works, they have a number of high-powered machines sitting around, but the machine holding up the whole enterprise is the Linux server on the Pentium 233 with 48MB of RAM.) Of course, the average IT professional can read better than he can think...

    1. Re:... but who really cares? by dr_strangelove · · Score: 1

      >> Once in a while it'd be nice to see a non-AC spreading FUD...

      Hah! You mean you actually READ AC's?

      Personally, if they're not willing to put up at least a psudonym when you post, I couldn't care less what they have to say. I don't even see 'em.

      --
      "...they may harpoon us, but they ain't gonna pick us up on no radar screen!"
  95. Brilliant post by meme · · Score: 1

    "As long as MS keeps trying to win all the battles they probably won't win any. But if they can succeed in narrowing the debate to "if Windows is better at X then Linux must suck" they WILL do whatever is needed to make Windows better at X." We must continue to define in terms of the movement and the ability of the products and services the movement produces to work of, for and by all computer users of the digital community. It is the community spirit that Microsoft can never develope. Microsoft is for Microsoft, the community is just it's profit base. Microsoft doesn't see the marketplace as part of it's corporate structure. We consumers are on the outside looking in.

    --
    an enigma wrapped around a paradox driven by a paradigm shift
  96. Metcalfe himself old technology! by meme · · Score: 1

    Metcalfe sounds like he's trying to say "Don't trust anyone over 30" Hey Bob, aren't you old technology?

    --
    an enigma wrapped around a paradox driven by a paradigm shift
  97. Re:Old != Bad. Think evolution. by N1KO · · Score: 1

    Bob Metcalfe is an idiot. Windows uses old technology too (the mouse and icons have been around for a few decades). Every day people use old technology to get to other places (the wheel was invented 10,000 years ago). Even food comes from old technology (BBQ was invented about 100,000 years ago).

  98. Leave metcalfe alone by N1KO · · Score: 1

    He thinks MS Word is new technology.

  99. MS is already done with that.... by Rahga · · Score: 1

    The final beta of Win2000 was released some time ago, as I remember....

    1. Re:MS is already done with that.... by octothorpe · · Score: 1

      IE 5.0 has been rock solid!? What a joke.

      I've intstalled IE 5.0 on my NT4 desktop at work twice now and can't get it to do anything but crash. After the first install I uninstalled it, and tried to install it again with the same results. My company's Y2K rules say that IE5 is the only complient version of IE so I have the choice of totally uninstalling IE or trying to get version 5 to do work.
      I work as a software tester and often have to test installations and upgrades to our products and I'm amazed at the shoddiness of IE in particular and Microsoft in general. I wouldn't care too much about having IE working since I use Netscape for most things but I do need to look up things at Microsoft.com sometimes and Netcape never seems to render pages right there.
      I'm sure that i'll have to start working with Windows 2000 in the next six months, so I'll find out for myself how stable it really.

    2. Re:MS is already done with that.... by gorilla · · Score: 1
      so I have the choice of totally uninstalling IE or trying to get version 5 to do work.

      Seems like a nobrainer to me.

    3. Re:MS is already done with that.... by jguthrie · · Score: 1
      "Anonymous Coward" (how true) writes:
      Windows 2000 Beta 3 is an absolutely amazing product. Whether or not you believe it's solid, I'm actually running both server and professional at home and have had very few problems with it.

      Well, I run Debian 1.3 at work and I have had zero problems with it. Of course, I don't consider it "an absolutely amazing product". Being someone who rarely runs Microsoft software, I usually don't consider software that works to be amazing.

    4. Re:MS is already done with that.... by SpaceCadet · · Score: 1

      Having played with it quite a bit, I'll admit they "improved" it, by adding more junk. It still can't be customized, it's even more bloated than NT4, and it's only good improvement is that it *seems* to be stable. On the other hand, on two different machines, both mainstream Dell servers, we had it crash and burn on installation and never got it to work right. So what's the deal?

      --
      -- The meek shall inherit the Earth. In very small plots, about 6 feet by 3.
    5. Re:MS is already done with that.... by PurpleBob · · Score: 1

      I have a Pentium 166 with 32 MB of RAM. I was wondering about whether to go to W2K or learn Linux, but now that I hear that W2K will need *128MB* of RAM, I've made my decision.

      If Microsoft can only sell W2K in large amounts to people who are buying a new computer, won't it eventually evolve into an all-newbie OS like the late Microsoft Bob?

      --
      Win dain a lotica, en vai tu ri silota
    6. Re:MS is already done with that.... by dennisp · · Score: 1

      anyone else have the problem with both ie4 and 5 where you are scrolling a window (usually a long one) and the computer just freezes? I've had this happen over the years on many computers.. heh

  100. Re:The Penguin & The Archbishop, And The A by DHartung · · Score: 1

    >Quite frankly, I don't want Linux to smash Windows, or the MacOS. I want the various
    >parties to concentrate on themselves, and interoperability. Linux isn't for everyone,
    >neither is Windows, or the MacOS. Making progress on interoperability should be
    >the real goal.

    Agreed. How so many people can use the monoculture argument against Windows, then turn around and ignore the same argument as applied to Linux, is amusing. The diversity of a world where one can use BeOS or MacOS or NeXT (!) without penalty should be the real goal.

    Plus, I agree that W2K is a good step in the right direction -- I have to support it as part of my job and it looks like we'll be installing it on a number of customers' networks. Well, it ain't any worse than the status quo. It does seem more stable -- the biggest problem I have with NT isn't the stability per se, but the compromises in performance necessary to maintain stability. (I guess that makes me a sorry-ass M$oft shill in some eyes, but I don't take those opinions seriously -- probably teenagers who haven't had to deal with the Real World (tm) yet.)

    Meanwhile I push Linux and Perl-based solutions within my company where I can. It all depends on whether you're in it for the long haul or not. I don't know that Linux will win (q.v. Metcalfe) -- but I don't know that Microsoft will win either. Maybe ten years from now we'll all be using SmithOS, which is in kernel version 0.84 in some guy's guest bedroom right now. Open Source represents a lot of good things we want to see happen; we shouldn't be depending on one solution to deliver them all -- isn't that what got us in this situation in the first place?!

    --
    lake effect weblog
    {Network engineer in Chicago--looking for work!}
  101. Re:Time to redefine "old" technology by xantho · · Score: 1

    Instead of defining a term to replace old technology, why don't we remove the stigma associated with "old". Old is technically the right word; UNIX did happen in the late 60s.

    --Hunter Pankey

  102. How can you kill a concept by Nima · · Score: 1

    I dont know really how do YOU?

    I am serious sorry if I sounded sarcastic, if thier is a way I wanna know how..

    jk

    negahban@home.com


  103. Re:The Penguin & The Archbishop, And The A by Quickening · · Score: 1

    You make deference to unix, but I'm still wondering if you really have tried gnome. I find the vaunted win gui incredibly irritating and frustrating and reboot into linux with a sigh of relief. Gnome looks and feels much slicker than my win97. It has some bugs and holes (ver. 1.0 for kris'sake!), but what it does have is more functional and easier to use than windows. And I suspect win2k is just more of the same hand-holding, know-better-than-the-user, have-to-fix-holes-in-the-OS-with-3rd-party-softwar e.

    --
    tcboo
  104. Re:Not original poster. by Quickening · · Score: 1

    No, I was real disappointed to find out the xfs server that's now a part of XFree86 does _not_ support truetype. A patch is available however (look on freshmeat). I will just continue to use xfstt until the patch is official. I just make a link from /c/windows/fonts (mounted on /c, of course) to /usr/ttfonts.

    --
    tcboo
  105. Great Article by Mojojojo · · Score: 1

    To quote Shaft, "You're Damn Right!"

  106. Petrely v. Metcalfe by Rick+Zeman · · Score: 5
    Speaking of which, I'm about to use a nicely refined 26-year-old technology to file this column. You may have heard of it. It's called Ethernet.

    Great closing line!

    1. Re:Petrely v. Metcalfe by GregWebb · · Score: 1

      Yes, Token Ring has it's problems too, but the fundamental design is better. The Ethernet prinsciple of 'Shout until you can't be heard, then back off for a little while before shouiting again' is messy. Passing tokens, OTOH, results in a network that is entirely capable of functioning well at 100% usage. Ethernet tends to hit trouble around 30%.

      If we're honest, ethernet won becase of market forces rather than technical superiority, making it a very odd analogy for a GNU/Linux advocate to use.

      Point made?

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    2. Re:Petrely v. Metcalfe by GregWebb · · Score: 1

      Sledgehammer to crack a nut that's been reinforced by concrete due to an odd technical decision :)

      Yes, giving the system a switched hub reduces this problem, but it's an expensive way to do it that shouldn't be necessary. It's also an extension to Ethernet, patching something old and not very good to make it usable compared to something equally old but lots better.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    3. Re:Petrely v. Metcalfe by GregWebb · · Score: 1

      TBH, I'm a little worried that anyone's still using this as a good analogy. I'm not necessarily saying that we should all move across to TR networks - market forces have made Ethernet rather better than it was - but there's no denying it's a cleaner way of handling communications.

      Ethernet won because it was cheaper, so more people had it, so more people bought it, so it became cheaper,.... you get the picture. VHS won, despite substantially worse picture quality, thanks to getting rental tapes out there in greater numbers. Windows has so far won as it's got more software.

      In other words, if you look through, the first format to hit critical mass with the product people buy it to use seems to win, unless a very compelling reason comes along to change (which is why we aren't still all buying NES games!). On that basis, using the Ethernet example, Windows is stuck there and is likely to remain so, as the man in the street doesn't need an alternative, much as we all may dislike that.

      So, there's one reason left to stay with the Ethernet analogy - why it took of in the first place. Ethernet built up quicker largely as it was cheaper with no appreciable losses, and GNU/Linux will do the same (or, at least, our writer seems to believe that to be the case). Why's it cheaper? Because it's cutting back on features to save money. Oops, but GNU/Linux is supposed to be better, right?

      It's probably no surprise to anyone who's watched my posts that I'm no GNU/Linux worshipper. But this doesn't mean that I don't want something to replace Windows, which I do. The problem is, there's an awful lot of people deluding themselves that Windows is going to lose this one automatically for every reason under the sun. No, it isn't. It's still way simpler to use and it I walk in to PC World I know that the overwhelming majority of stuff that they sell will work with Windows. Until GNU/Linux can crack both of them, which I'm not convinced it can, it's going to remain something used by GPL lovers and techies, nothing more.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    4. Re:Petrely v. Metcalfe by GregWebb · · Score: 2

      One problem here - ethernet's a cheap and nasty technology. Try running ethernet with high load and it slows down horrifically. Try Token Ring under those circumstances and it works fine.

      I know why he made the comment, but seeing that he
      asserts that Linux is so wonderful that it'll automatically whip Windows (which isn't what he's saying here, I know - I'm talking about his work in general) it's unfortunate he should use a Windows-style example of a poor product that won due to market forces as his closing remark.

      Greg

      --

      Greg

      (Inside a nuclear plant)
      Aaaarrrggh! Run! The canary has mutated!

    5. Re:Petrely v. Metcalfe by Real+Timer · · Score: 1

      Ethernet is hardly the technology it was 24 years ago. Then again, neither is Unix. For that matter, neither is Windows.

      --
      Changes aren't permanent, but change is.
    6. Re:Petrely v. Metcalfe by itachi · · Score: 1

      True, Ethernet doesn't scale huge very well, but I would hardly call Token Ring an improvement over Ethernet. Also, a lot of the performance of any networking standard is going to be determined by the configuration of the network. Token Ring certainly has it's problems, too.

    7. Re:Petrely v. Metcalfe by Zurk · · Score: 1

      switched ethernet solves those problems imho by giving each node its own network. simple, yet effective.

    8. Re:Petrely v. Metcalfe by twinpot · · Score: 1

      Pulling a cable out won't affect anything - that node will just drop out of the ring. What does cause problems is if a NIC goes bad or there is a fault in the node cable (this will affect ethernet too). However, modern TR hubs (CAUS/LAMS) can automatically isolate a faulty node - in other words they are self healing. The old problems with MAUs (non-intelligent) such as plugging in a card with the wrong speed etc. don't happen with the modern hubs either.

      You can also use TR switches if you need more performance.

      You wouldn't change a network over from one topology to another (unless you had a damn good reason).

    9. Re:Petrely v. Metcalfe by Sun+Tzu · · Score: 1

      heheh! That Mr. Metcalfe developed Ethernet all those years ago, and must still be proud of it, is just *too* cool!

      We are in the process of installing some Gigabit Ethernet on a backbone at work, according to our network guys. There is still life left in some of the old technology yet.

    10. Re:Petrely v. Metcalfe by mrbooze · · Score: 1

      The point about single vs multiple points of failure is the most important to me. I frankly don't care which networking methodology is the fastest/most efficient/whatever. What I (and virtually all large companies) care about is *uptime*. It is far far more important for the network to be up than fast. Of course, fast is nice and you want it to be as fast as possible, but in the end 10 minutes of downtime is more damaging to most corporations than 10 hours of inefficient utilization. Especially when inefficient utilization can be improved through addition of switches, etc.

      Now I must confess, I have only a passing understanding of TR. I understand it in concept but have never had to actually manage a token ring network. So I'll gladly stand corrected if someone can convince me that TR has better uptime in a large-scale environment. (Where people foolishly unplug things, trip over things, etc) Even then, I can't imagine it being so great as to convince me to undertake the task of replacing all the NICs/switches/routers/hubs in the company.

    11. Re:Petrely v. Metcalfe by Danborg · · Score: 1

      Great closing line indeed! I was wondering when someone was going to throw "old" Ethernet technology in Bob's face.
      Another great point was how some software does actually improve with age. Something johnny-come-lately Microsoft still doesn't understand.

    12. Re:Petrely v. Metcalfe by SpaceCadet · · Score: 1
      Yes, giving the system a switched hub reduces this problem, but it's an expensive way to do it that shouldn't be necessary.

      But still cheaper than your older-but-better. Since switched IP can provide the same service (and still be more expandable) for less cost than Token Ring, why use Token Ring?

      --
      -- The meek shall inherit the Earth. In very small plots, about 6 feet by 3.
  107. Re:Metcalfe is right !! by Guanix · · Score: 1

    >> Linux runs on more hardware
    > Wrong.

    Hmmm...

    x86 x >= 3, ARM, Alpha, SPARC, M68k, PowerPC, MIPS, x86 x 3 (ELKS).

  108. Acronyms by Straker+Skunk · · Score: 1

    Having myself been occasionally confused as to the meaning of some obscure acronym mentioned here on /., I can vouch for the superlative usefulness of the following site:

    http://www.acronymfinder.com/

    --
    iSKUNK!
  109. Re:Socialism / Capitalism by Arandir · · Score: 1

    That would be true if capitalism were the opposite of socialism. Socialism is a political system, while capitalism is an economic system, that empasizes the utility of capital. The old Soviet Union and the new China were/are capitalist. Any economic system that depends on the existance of capital (a factory) is capitalist.

    The confusion arises because of the Orwellian use of the words "socialism" and "capitalism". It would be just as accurate to use the words "statism" and "industrialism".

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  110. This is what we like about GNU/Linux... by Hugonz · · Score: 1

    We like to customize it, we like to run apps for days and weeks without them crashing on us..

    Specially, since you're a programmer, we like to write efficient code, code that we know well. Tell me if you have a real understanding of the internals of the code Visual* generated.....

    Still, I don't think you're ready for Linux if you only gave it 1 week...you obviously were not inteding to LEARN anything, were you?

    You choose whether you want to be led by MS or make your own decisions...

  111. Re:Technology by Mainusch · · Score: 1

    How about just calling it techonology? As opposed to Microsoft's supposed technology, which should be referred to as smoke and mirrors.

    --
    Joe Mainusch http://www.weber-amps.com
  112. Bob Metcalfe invented Ethernet? by SONET · · Score: 1

    I read someplace that Bob Metcalfe was the brainchild of ethernet (at Xerox perhaps?). Is this true? I haven't seen anyone here post about this fact.

    Anyway, if this is so, that ending statement was even more perfect.

    --SONET

    --
    Any fool can criticize, condemn and complain and most fools do. --Benjamin Franklin
  113. Old != Bad. Think evolution. by Gothmog · · Score: 3
    I can't believe the fact that people think that just because something was invented a while ago, that it is bad.

    Software evolves. If we were saying that the UNIXes of 30 years ago were superior to modern day OSs, then somebody should go see a shrink, but UNIX has evolved like every other piece of software. Kernel version 2.2.10 is not 30 year technology, it is a little under two week old technology (having been released on June 14th).

    - This post was made by a peice of technology that according to Bob Metcalfe is 4 Billion years old. Seems to me, we're doing just fine.

    1. Re:Old != Bad. Think evolution. by Knos · · Score: 1

      Not to mention the fact Bob Metcalfe and his parents are just the results of a 8billion years technology.

      --
      . . . . . . . .. . . . . . . .
      may u!sh 2 sm!le at dz!z bad nn.!m!tat!ion
    2. Re:Old != Bad. Think evolution. by Salamander · · Score: 1

      Microsoft likes to stick their head in the sand and not admit that an idea exists until it shows up in Windows, leading to abominations like their "Digital Nervous System" campaign. Certain Linux advocates then stick their heads in some different sand and don't admit that something exists until it shows up in Linux, leading to comments like the above. Both examples are rooted in flagrant ignorance of what else is out there besides "us" and "them". In actual fact, very little that has appeared in either Windows or Linux for as long as I can remember was truly new at the time. "Thirty years" is a little bit of an exaggeration, but it's a heck of a lot more accurate than "two weeks".

      --
      Slashdot - News for Herds. Stuff that Splatters.
  114. Re:Linux's desktop reminds me of a turd by meldroc · · Score: 1

    http://www.ferrycam.com/livepush.html worked fine when I loaded it up with Communicator 4.6. As far as the tiny, ugly fonts go, yes that is a problem, but a fixable problem. Check out the Font Deuglification Mini HOW-TO at http://www.frii.com/~meldroc/F ont-Deuglification.html - it'll show you how to set up TrueType support and increase the size of those tiny fonts.

    --

    Meldroc, Waster of Electrons
  115. Ever heard of irony? by sverrehu · · Score: 1

    Would Bob complain about old technology when
    he's the inventor of a very successful OT himself?

    Bob's article is the best piece of irony I've
    seen for a very long time. Anyone who complains
    loudly makes a fool out of himself, IMNSHO.

  116. Price of Office vs price of an average computer by amit_kr · · Score: 1


    Mark Hall (in his article in Performance Computing) how Bob Herbold, Microsoft's COO and EVP, spoke in his "Keynotemercial" at PCExpo this week about the way prices have been dropping over the years. To quote Hall:


    For example, he noted that in
    1990 an "average" PC cost $3,000, and
    today only $600. He also revealed that
    the elements of MS Office cost $1,500 in
    1990, while Office 2000 "only" costs
    $499. So the MS software suite cost up
    to 50 percent of what a PC cost in 1990,
    but today it is 83 percent. I suggest Bob
    change his infomercial speech, unless
    he thinks his audience can't do the math.


    Change "audience" to anything you feel appropriate. computer manufacturers? why not users??? who have to pay a bundle for the MS Office they inevitably need to buy considering the market dominance of the aforementioned bloat.

    amit

  117. Bob Metcalfe seems desperate by Jalla · · Score: 1

    I think most sane people will realize he's just full of BS when he starts comparing Linus to mass murderers like Lenin.

  118. Where did you learn programming? (Re:Windows 2000) by exa · · Score: 1

    Well, so you have a Bsc. in Comp. Sci., or perhaps you've been hacking computers for 10 years. Both true for me.

    Unfortunately, I can't understand when a so-called programmer praises non-standard, ugly M$ technologies(?). Does somebody really mean that making ActiveX a central part of OS is any good? That one must have blown the sh*t out of his nose.

    Sorry, the W2k features listed have been /.ed already. In addition to the previous replies I should express that there aren't heaps of other features. There can't be, there can only be quick bugfixes, worhtless little applications, other things to make windows even more clowny. And speaking as a faithful NT4 programmer (because I had to, job you know) I'm not sure if anything weindows can be fast, reliable, stable, secure, whatever. No OS course I took advocates a Windows like OS.

    I apologize, but real programmers are a bit more rigorous than that.

    --
    --exa--
  119. Re:Who cares about the age? If it works, it works by exa · · Score: 1

    I really wonder who Metcalf is and what qualifies him as a technical reviewer of software. He doesn't seem to be any more qualified than an average medical doctor. I mean, he can write, but he seems to have no clue about operating systems... I also think that W2K will mark the collapse of M$ as a leader in OS products. At least I hope so. Though it wouldn't be the case if the majority of users are as idiot as Metcalfe. We'd (with cmos) speculated that the release of NT5 was delayed because it was very difficult to recompile the source-tree. Be warned that the renamed NT5 is still a bug factory, and a masterpiece of kitsch.

    --
    --exa--
  120. Re:Windows 2000 by msphil · · Score: 1

    I consider Windows 2000 to be an absolutely amazing products cause of it's choke full of features, as well as remaning stable and fast.

    Remaning stable and fast? Window hasn't been fast since 3.11 and has never been stable. I have never even heard of a Windows98 machine being up for more than a month.

    If it's only remaining stable, this could be problematic -- my work machine (P2-450, 128M RAM, NT4.0sp3) rarely lasts 5 days without (a) blue-screening; (b) eating itself up memory-wise (that is to say, losing a block of 100+ meg for no apparent reason); (c) explorer crashing and doubling-up some of the apps; (d) getting very user-app crash-prone and slow as molasses.

    [sigh] It's not like I don't want to like NT, but it's so goddamned opaque. I have to live in this environment at work, and I've done what I can, but it still feels like I'm pulling my teeth out sometimes.

    Auto personalising menus.

    I don't know what this is

    It's where the menus re-arrange themselves based on what you've clicked on. Which means you can't actually learn the menus (since they periodically change), but have to keep hunting. When I first heard of this feature (slated for, um, Chicago, was it?), the first thought I had was: How in the world are they going to support products which keep changing their interface?

    I hope it can be turned off. That is one "feature" that would drive me batty!

    --
    This .sig intentionally left blank.
  121. Taking the (media) bait. Suckers ... by BeanThere · · Score: 1


    The Metcalfe column completely reeked of flamebait. Any half-wit could spot it. The article could just as easily have been a troll-post on comp.os.linux.advocacy, it was so transparent. In fact, I've seen better trolls on c.o.l.a. And Petreley's response, no doubt planned. Generate lots aggravation, lots of publicity, lots of hits, soon everyones talking about the site, terribly controversial, shove loads of ad banners down your throats, etc etc. How many ads do you count on that web page? Those hit statistics go right back to the advertisers, thus raising their premiums.

    Don't bother wasting your time on this nonsense. These "journalists" aren't interested at all in maintaining any sort of integrity, so I doubt it's worth even crying "FUD". What are you expecting, a retraction? Yeah right. Metcalfe has gone out of his way to pack the article with invalid logical inferences and statements designed to provoke. Those cheap literary manipulation devices are placed there on purpose. Sure, Petreley may be a linux advocate .. but who's to say this sort of thing is beneath him? This is his job.

    Don't fall for this media manipulation, people. It's too transparent and this community is way too smart. This sort of cheap manipulation should only be working for people with IQ's on the other side of the bell curve.

    1. Re:Taking the (media) bait. Suckers ... by EggMann · · Score: 1

      gee man you're smart!

  122. Re:IE5 is hardly "rock solid"... by mistabobdobalina · · Score: 1

    >you can't even kill the process with task manager
    on NT

    yes, this is the whole reason i refuse to use ie 5 on my nt box at work...as sucky as netscape is, i cant stand that feature (bug?)

    --
    -- your knees hurt, don't they?
  123. Quality and Community by __aadkms7016 · · Score: 1

    I think its important to remember our
    roots here ... I know when we put out
    our E-CAD package under the GPL in 1990

    www.cs.berkeley.edu/~lazzaro/chipmunk

    we weren't doing it for "world domination",
    we were doing it so there would be nice
    (for the time) tools for people to use
    to design chips. And from what I can tell,
    a lot of the spirit of gcc, emacs, Linux,
    ect ... is just that -- putting out nice
    tools by and for a community. If we keep
    the focus on quality and community, and
    not the folks at Redmond, only good things
    can happen ...

  124. Question? by Wah · · Score: 1

    Why are all the Pro-M$ comments AC?

    Is this the Anti-Linux group we've heard of, or are you just afraid of being flamed? I see NO reason why to give credence to an uncheckable, unarguable opinion.

    I wonder if M$ could afford to pay 5 typists to post comments on /.

    Business is War and the OS of a machine everyone in the world will have is BIG business.

    Therefore, no credit for ACs, ever.

    --
    +&x
    1. Re:Question? by Wah · · Score: 1

      Dear AC,
      What? I can't hear you? Nah, nah, nah I am not listening to you....

      I was merely stating that the vast majority of Pro-M$ statements have been made by those who prefer anonyminity (sp) over accountability.

      I associate quality posts with consistent user names. For you (plural referring to all AC's) to post a comment, that my experience has proven wrong or one that challenges a belief I have, as an AC lessens it's impact. And on this particular subject, Linux vs. M$, lowers my opinion of that comment to 0 (or -1 as the case may be).
      (note: this is not to say that I would moderate it down, were I able to do such a thing, but a reflection of my internal processing and assessment of it)

      BTW your logic is all messed up, I'd e-mail you on it, but, well....

      Simple solution, get a userid, set /. as your start page, use the insecure login method, and gain a bit of responsibility.

      --
      +&x
  125. Re:Linux is not POSIX compliant by Twinky · · Score: 1

    You are wrong. There was a (now extinct) German Linux Distribution, Unifix, who got a POSIX compliance for their distribution. The problem: You have to reapply every time you change a single byte, which makes it a little expensive, especially with Linux changing every day.

  126. Re:Gee by jmauro · · Score: 1

    There is a difference between using and damaging a computer. NT and Windows 98 have a habit of allowing any user or program damage or change the critical DLLs, registries, INIs, etc to the system which will cause the system not to operate (or at worse a program that relied on the DLL). Unix has built in procedures to prevent this from happening. You can delete the files if you are root, but all the other users cannot. They system actually takes steps to prevent changes to glibc and the other system libraries to allow the system to function. I just hate telling people that the reason there NT and all there programs work is because they've installed some software (usually a new Microsoft program) that has either changed all the needed DLLs or damaged the registry. It happens more often than not. And it is really sad that it happens at all.

  127. Re:Metcalfe is usually right by Porky+Pig · · Score: 1

    AFAIK, Metcalfe is indead doesn't know what
    he's talking about. He *is* completely out of
    touch.

    His prediction made a few years ago that
    'INTERNET would come to a grinding halt' was
    a complete B.S.'. He had to take his words back.
    Publicly.

    As far a 'cocky little punks' ... well, I've
    been in computing/networking business for about
    15 years, currently work for one of the top-tier
    INTERNET providers ... We make INTERNET work,
    buddy. What are *your* credentials, by the way?

    --
    Grunt. Oink, oink.
  128. More acronyms.. by Spiv · · Score: 1

    AFAIK = As Far As I Know

    IIRC = If I Remember Correctly

    I can't remember where I learnt these, I think I probably just guessed from context. I suppose they might be found in the Jargon File, though that's not really meant for that sort of thing.

    Andrew.

  129. religiuos wars (off topic) by nmarshall · · Score: 1

    So instead of starting religious wars...{I mean Linux and Windows are JUST OSes after all, there are many more serious things to war about)...

    this is like saying that Cthulhu is just alittle hungery, ( or that shoggoths aren't the perfect lover)and Discorda is just another goddess...

    anyway, domesticated primates have made war on anything, dont let it bother you. if you dont war about OSes what do you make (love) war on? well, my advice, is to just:

    Practive Random Acts of Intelligence and Senseless Acts of Self-Control!!!


    ps: now dont go looking at shoggoth smut, try primate smut...

    nmarshall
    #include "standard_disclaimer.h"
    R.U. SIRIUS: THE ONLY POSSIBLE RESPONSE

    --
    nmarshall

    The law is that which it boldly asserted and plausibly maintained..
    --Colonel Burr 1783
  130. I know what you mean by KoF · · Score: 1

    I know what you mean

  131. if linux is like communism by iepos · · Score: 1

    then the moon is made of green cheese.

    gosh... communism is about centralized control.
    free software is about liberty, not control.

  132. MKs are SLOWER!Complexity kills serial processors! by cynicthe · · Score: 1

    It ain't the kernel bud it's the processor.

    Some time ago 384 serial processors were setup on a mobo. They needed 80 proceesors to control 304 processors. Take that further. Probably 16 processors controlled 64 that controlled 304.

    One mobo can handle 16 proccessors under say Linux. The message passing gets self-multiplying and uses resources on its own. It cause the 16:1 processor to go down to barely 5:1.

    Plus message passing introduces a stability killer.

    While using 95/98/3.x I used to see

    -----------------------------------------
    | |
    | Msgserver(32).exe caused a Global |
    | Protection Fault at blah:blah |
    | |
    -----------------------------------------

    MK's will rule when processors do some of the describing of the universe themselves.

    --
    The ship sank. Get over it. (This sig was cut out from another's shirt and painstakingly hand-posted)
  133. Re:Socialism / Capitalism by cynicthe · · Score: 1

    I'll thank you not to confuse me like that.

    Ignoring character is a social disease. Every civilization dies by that. And yes geek profilers, anti-gun groups, gaming=murder Nazis, all ignore character.

    --
    The ship sank. Get over it. (This sig was cut out from another's shirt and painstakingly hand-posted)
  134. I know W9x/3.x != mk's!Message passing=Evil still by cynicthe · · Score: 1

    Sheesh

    --
    The ship sank. Get over it. (This sig was cut out from another's shirt and painstakingly hand-posted)
  135. Dual-boot is free by Russ+Nelson · · Score: 1

    Wait until the hardware vendors figure out that they don't have to choose -- that whenever they ship NT, they can *also* ship Linux.

    Windows will die.

    Like a bug.
    -russ

    --
    Don't piss off The Angry Economist
    1. Re:Dual-boot is free by Jay+Maynard · · Score: 1
      Nice try, Russ. Unfortunately, your premise ignores one crucial factor: M$ can and will find ways to ensure that vendors *don't* ship Linux, through some sort of contractual means. Even if they lose in Washington, they'll find some way around it, or just ignore rules they don't like.


      I wish M$ would dry up and blow away, but I don't see it happening short of a court-ordered breakup...and probably not even then. I wish I could realistically run OS/2 as my main operating system instead of NT. I wish BeOS were a realistic choice, instead of another OS/2-style niche product. I wish I could run Premiere 5 and Photoshop 5 and Delphi 4 and AudioCatalyst 2 and Netscape 4.6 and, and... on my Linux-powered Alpha. Wishing ain't gonna make any of that happen, and I don't see it happening any other way either.


      Like it or not, we're stuck with Windows.
      --

      --
      Disinfect the GNU General Public Virus!
  136. As long as you call them idiots.... by Russ+Nelson · · Score: 1

    As long as you call them idiots, they'll stick with Billg, who loves them.
    -russ

    --
    Don't piss off The Angry Economist
    1. Re:As long as you call them idiots.... by jguthrie · · Score: 1
      Russ Nelson writes:
      As long as you call them idiots, they'll stick with Billg, who loves them.

      ITYM "Billg, who they think loves them". He doesn't care about his users, he just wants their money so he can continue to be "The richest man in the world."(TM)

      Your comment reminded me of this:

      user, n.:

      The word computer professionals use when they mean "idiot."

      -- Dave Barry, "Claw Your Way to the Top"


      (from the handy-dandy fortunes file.)

      Of course, most of the people for whom Windows is the target market have no business on a computer. They don't use more than 10% of its capability and they don't know how to fix any of the myriad problems that crop up because computers are complicated things. The situation cries out for "information appliances."

      Anybody got one?

  137. Re:Time For Some Sanity Now... by SlackAttack · · Score: 1

    Mes amis, y'all have forgotten a critical point: the best technology doesn't necessarily win. Beta didn't win, the Mac didn't win (back when it was better), Netscape didn't win (I liked Netscape a lot more than Explorer), Java has been mostly replaced online by ActiveX, etc.

    Yeah, you've got a point, but I don't think we should focus on Linux toppling Microsoft here. We should instead focus on open source toppling Microsoft. The real reason Linux already has as much grassroots support as it does right now isn't wholly technological superiority -- it's about that to which Linux owes its technological superiority, the open source development model. Sure, Microsoft can spout bullshit -- or even true -- benchmarks placing Windows ahead of Linux -- but they CAN'T go out and prove somehow that their development teams work faster and better than the thousands of people who contribute to open source software worldwide -- regardless of whether or not it's true, it's just impossible to prove scientifically.

    Microsoft has deep pockets, Bill Gates rules the world, and most people are too stupid to figure out that MS software is bloated drek. Good example: Office 95 is faster than Office 98, and has the same features (mostly). But people upgraded...why? It seems to return to that "people are stupid" thing again. If you think that the public will ever abandon the simplicity and crappiness of Windows for the unknown Linux, you're nuts.

    I don't think people upgraded Office because they're stupid, honestly -- it's just that they aren't computer experts and Microsoft can lie about all sorts of great improvements that go into their software. If they don't want to spend time looking for themselves, and a big company with lots of money -tells- them it's better, it might seem logical to believe it. This is ignorance, not stupidity. Stupidity is frying your hand taking the Pop Tarts out of the toaster because you decided you didn't want them after all. If people KNOW there's an alternative to the "simplicity and crappiness" of Windows, then we don't have the problem of Linux being "unknown." All that remains is to shout loud enough for people to hear.

    A popular name for the Microsoft system is "the cathedral." Look deeper into the metaphor: we're atheists, hoping that the faithful will abandon the corrupt church. Maybe we can introduce doubt into the minds of the educated and intelligent, but the idiot masses will stick with the established thing.

    I don't think it's such a great idea to extend that analogy beyond its intentions and risk alienating Christians...

  138. Re: Neither is MOSXS, btw. by TheInternet · · Score: 1

    This, btw, is the same approach Apple is taking with Mac OS X Server. It is not certified, and they don't really plan on doing it, but Apple said that if developers find any holes in the POSIX support, then they should report them as bugs.

    - Scott
    ------
    Scott Stevenson

    --
    Scott Stevenson
    Tree House Ideas
  139. I think I remember this.. by yomahz · · Score: 1
    Hmm.. I think I remember this.. Didn't he say that companies would loose interest in ADVERTisment on the 'net? Too bad the links and pics are outdated. I'd like to read it again.
    --

    A mind is a terrible thing to taste.

    --
    "A mind is a terrible thing to taste."
  140. Old Technology by Mentat21 · · Score: 1

    "Old" technology is having a base memory of 640k and then hiding it from the user. "Old" technology is not having true protected memory. Unix has had protected memory for quite a while. On the other hand look at what happens when one program crashes in Windows.

  141. Re:Microkernels lost? by Zurk · · Score: 1

    err..,microkernels are SLOWER. thats a fact which is easily observed. increasing the data transfer between parts of any kernel will slow it down...and thats what a microkernel does. its like a 10 line assembly program is always faster than a 10 line BASIC/PASCAL/ program..the high level program may be more elegant but its not a quick and dirty assembly hack.

  142. Re:Not original poster. by Zurk · · Score: 1

    install the true type X server..its available somewhere. then simply copy the truetype fonts into ../X11/fonts and put them as default fonts to be loaded. relatively trivial..i got it working in 20 mins.

  143. Re:Linux's desktop reminds me of a turd by Zurk · · Score: 1

    heck...when i was 16 i was using DRDOS. after a few years you'll grow out of the M$ crap and start learning something. Eventually you'll understand why we all like unix (linux, BSD, irix whatever..).

  144. Re:Metcalfe is right !! by Zurk · · Score: 1

    actually BSD is not better than linux in a lot of areas...it may/may not be faster or more streamlined..but its still unix at its core. unix flavours may have some advantages over others, but not one of them is singificantly "better" than the other. i work on Irix, Solaris, Linux, BSD, AIX and DEC OSF/1 on a daily basis (mainly cause im a sysadmin) and all of them have their strengths and weaknesses.

  145. Re:Petrely's record by Zurk · · Score: 1

    his column doesnt read like it was written by a bigot...record or not.

  146. Righ there by Core-Pump · · Score: 1

    There are valid points on both arguments but Nick Petrely really takes it home. Bob unlike many PIII (Big brother inside), Windose users... many value our privacy...Not only by being part of an utopian movement of the skies... but seeing what exactly our machines are running, and how secure and reliable they are. So Linux might not slay of Win of they're current position anytime soon... but certainly it will not dissapear. People need security and stability on a realible base... just wait for the Win2000 exploits, then eat your column. While Nick Petrely keep up the good work!

  147. aging gracefully by RoLlEr_CoAsTeR · · Score: 1

    Yeah, that closing line was classic.

    I certainly agree that, generally, the majority of software improves over time, as it continues to be tweaked and reworked and tested. The same would/should also apply to hardware, as new innovations are made. even his precious windows would seem to be better now than when it first came out (though that's not saying much for it, eh?) so bob, how about some linux?

    --

    Insert mind here.
  148. IE5 is hardly "rock solid"... by MuppetBoy · · Score: 1

    It crashes frequently and randomly hangs my machine and you can't even kill the process with task manager on NT (which i'd never seen before this). Outlook Express, which comes with it, frequently sends a thread into an infinite loop of some kind that pegs the processor and brings the whole machine grinding to an almost-halt. Luckily you can kill it, unlike the situation i'm seeing with IE5. Anyway, I wouldn't call it "rock solid". It could be worse though.

  149. What about 386? (was: Old Technology) by lalleglad · · Score: 1

    I even have two 386SX (16 and 20MHz, 6 and 4MB RAM)
    and I use them as text-terminals in other rooms of
    my house. Little neat notebooks, very quiet and doesn't take
    up any space :-) Great for email and surfing with
    Lynx.

  150. Technology with a tradition of excellence? by Pingo · · Score: 1

    Since Microsoft had to earn their money from just software and needed to lure people into buying updates/newer versions of their OS. Their ideal situation is to create something from the clothes industry with spring and fall fashion. They are heavily promoting this fashion thinking as their livelihood depends on it.

    The concept of having a year number into a product name helps them in hammering in this sort of fashion thinking into peoples minds. 'Upgrading' file formats with newer releases is also a proven recepie to force people into upgrading their outdated software.

    This idea of new/old technology/year model, is just Microsofts PR machinery doing an excellent job.

    Linux/UNIX doesn't have this fashion thinking. It's just about version numbers with backwards compatibility and contionously refining the OS.

    'Technology with a tradition of excellence' is my suggestion.

    //Pingo

    --
    --- Linux or FreeBSD, it's like blondes or brunettes. I like both. ---
  151. Re:Hello Larry ! by ljs127 · · Score: 1

    Dear Anonymous Coward,

    That's me. So what? Want to comment on the subject of the thread?

    LJS

  152. Re:Hello Larry ! by ljs127 · · Score: 1

    Go ahead and start your stupid witch hunt. I've said many times here that I used to work for Ziff-Davis. You're real brave making yourself the thought police without even putting up anything close to your own name.

    LJS

  153. Time to redefine "old" technology by Blue+Neon+Head · · Score: 1

    Technology, as far as I'm concerned, is not "old" until its performance pales enough in comparison to even the lowest-end product produced at the current moment as to be worth scrapping. For 30-year-old technology, UNIX certainly has held up quite well, as it is being used for the majority of Web servers on the planet, and is more reliable than the latest NT cruft-up.

    And UNIX isn't even really 30-year-old technology anyway. Comparing the latest Linux kernel, with multiprocessing support, several different supported filesystems, etc. to the early AT&T UNIX is, of course, ridiculous.

  154. Stupid Question but... by m3000 · · Score: 1

    what does FUD stand for?

  155. Re:The Penguin & The Archbishop, And The A by kovi · · Score: 1

    [cut]
    >I decided to install Windows 2k Pro on one of my
    >(linux) laptop partitions.
    [cut]
    >Windows 2k is undoubtedly bloated outrageously,
    >but on my 192mb PII 366 system its not reall
    >noticed.

    I must say, it is _very_ nice laptop! :-)
    Regards,
    kovi

  156. Re:I don't care! by Jay+Maynard · · Score: 1

    I used to think that about OS/2. I'm now running NT on the systems that I ran OS/2 on, and to do the same kinds of tasks. There's too much hardware and too many classes of applications - yes, those things that open source coders don't create because it's not interesting to them - whose manufacturers only want to support on Windows because the overwhelming majority of their customers use it. I dearly hope that M$' Windows monopoly is broken, but I just don't see it happening.
    --

    --
    Disinfect the GNU General Public Virus!
  157. Who cares about the age? If it works, it works by agtofchaos · · Score: 1

    Windows in general will not start collapsing until the release of Windows AFTER win2000. After 35,000,000 lines of code, how much more can you add before it becomes obvious to the GENERAL PUBLIC NOT JUST COMPUTER TECHIES that windows is a bloated, slow, antiquated, unwieldy beast? M$ and Metacalf can kiss my ass because I will be celebrating the beginning of M$'s slow demise when they release win2000 by formatting my win98 partition and installing BeOS r4.5 or r5 on it and using my existing bfs partition for mp3z. He is right though that linux isn't exactly too modern in some areas, but if it works, it works. I wonder why it is that M$/Mindcraft never bother to benchmark Free/Net/OpenBSD against NT.........

    --
    ---Got Coffee?---
  158. Microkernels lost? by dadkins · · Score: 1

    Linux evolves just like science evolves -- just like, ahem, computer science. Despite all the micro vs macro kernel arguments I don't think that microkernels ever "won". They never "won" the way quicksort won vs. bubblesort.

    Computer scientists have demonstrated, not just on paper but in practice, that microkernel operating systems are faster, more reliable, and much more modifiable (or evolvable if you please) than monolithic kernels. I'd say that microkernels have won just as much as quicksort won.

    However, you'll notice that the fastest quicksorts usually switch to the O(N^2) insertion sort about about N=15. It's simpler and turns out to run faster in practice. Hybrid solutions work for kernels as well, so I wouldn't completely discount microkernels. They're extermely effective _and_ elegant.

    As for Unix, let's set the history straight. Unix was not designed with an incredible amount of foresight or elegance in mind. It was a hacked up version of Multics (a well designed system) designed to get running on PDP-11's asap (actual computer might be wrong).

    Unix and X-Windows were both in essence weekend projects that have been patched to hell and live on up to this day. I find Linux in the same league as these two beasts. So, I don't judge any of them by their legacy or pervasive and well thought out designs, but instead solely on performance and extensibility. There is definitely room for fresh ideas in here.

  159. one more flaw in said argument by EggMann · · Score: 1

    hmm linux = communism? mature.. but the point is, in the real world, u cannot take resources like a barrel of grain say and make a carbon copy of it for free. you can make as many copies of linux as you want without having to give any up. THAT is why free source can work, and why it does work and will continue to work.

    Linux is 40 year old technology? What part of linux is 40 years old? The only ancient thing about it is the key ideas behind it, the multiuser structure and the way the filesystem works etc. NEWS: Windows ripped that off a while back, and did a crappy job at that. NT permissions are a joke. And Linux, i might remind you, moves much faster than windows ever did. I've seen windows 2000 -- the only noticeable difference is that the menus can now fade in instead of just scrolling out like in 98 (and of course the screen tends to go blue a lot more, but i'll let it slide since it's beta, and lord knows how good ms is at fixing the bugs before release). The recent benchmarks pointed out a few bottlenecks in linux, and they are already being worked on and slated for release in 2.4 i believe. Linux developers are much better at fixing bugs etc. So, in summary, claiming that linux is "40 year old technology" is pretty redundant since it's coming along faster than ever right now.

  160. Chill Out! by dvader · · Score: 1

    Hey... Am I the only one who thought the page was great? I mean, that's the best laugh I've had ALL DAY!! (Well, OK, it's only morning here, but still...). Any how, just take it for what it is - an (intended) spoof!

  161. Socialism / Capitalism by ssafarik · · Score: 1

    If MS falls under "centralized control", would it not then represent socialism? And if Linux falls under "evolution and natural selection of a decentralized marketplace" would it not represent capitalism?

  162. Re: FUD FUD FUD by TummyX · · Score: 1

    You love feeding on Linux weenie fud eh?
    The official recommendations for Windows 2000 is a Pentium 166. I'm running on a K6-200, and it's going great.

    Did you hear about this 300mhz requirement from the same guy who thinks Windows 2000 doesn't come with the ability to administer users or add new hardware cause he couldn't find the computer manager?

  163. Windows 2000 by TummyX · · Score: 1

    I consider Windows 2000 to be an absolutely amazing products cause of it's choke full of features, as well as remaning stable and fast. Speed is something Linux still needs to improve on (I'm talking about scalability here, not on a 386 w/2mb ram). Stability, maybe Linux is stable for the moment, X leaves much to be desired tho. Maybe we'll see that in ver4.
    And features. Man, boy oh boy does Windows 2000 have features.

    -ACPI Power management
    -Hibernation mode (dump mem to harddisk)
    -On Now (with hibernation mode) (20second boot)
    -IE5.1 integration. Stable, fast, and NEVER crashes (for me anyway) - some people - interestingly enough, linux users, seem to somehow make it crash.
    -IE5 (explorer) lets you view ftp and web sites just like any other folder on your local system of NFS/SMB share.
    -You can start every explorer (file and web) in a new process now if you wish. Shouldn't have a reason to taken down your task bar with explorer if you decide to terminate it. I've never had that problem with Windows 2000 though.
    -Windows Common control open/save dialog enhanced and supports loading & saving from/to URLs (like above). Since almost all apps use Common Controls, including Java ones, it'll work with almost all your apps.
    -Offline internet and lan folders. (Network shares remain valid even when you're disconnected).
    -USB, IEE1394, DVD, Video Capture.
    -Auto personalising menus.
    -New Management console - control your computer and/or entire network from one console that's 'Pluggable' with COM objects.
    -Telnet server (for legacy guys).
    -Terminal server (for legacy guys).
    -COM+ and Transaction server integration.
    -Computer manager allows you to tweak every little bit of Windows.
    -IIS5, ASP support with VB, Java, Perl scripting
    -Windows Scripting Host for automating windows with scripting languages.
    -Extremely refined UI. Right click on anything and you'll get a context menu. Drag and drop anything on everything. (Gnome and KDE still need a lot of work on this).
    -Semi-Transparent windows support inbuilt into Win32.
    -SMP suppoirt for up to 32 processors (and they are actually efficiently utilized, unlike linux).
    -New Windows 2000 install API - Auto repairing.
    ...basically you can't destroy your system by deleting or overwriting vital DLLs/vxds etc, they are automatically recovered on deletion.
    -New NTFS5 file system supports cluster compression and encryption (and ofcourse security etc).
    -New Kerberos security model (developed early last decade at MIT).
    -DirectX 7 and OpenGL.
    -Win32 SoundAPI goes thru DirectX, legacy applications and new applications will all work be able to use the sound card at once - without being aware of DirectX or modification.
    -New generation Plug'n'Play support. Literally, just plug and play. Drivers install automatically - no reboots ;).
    -New indexing with a cut down version of sql sever for fast file searches (which is done from the same IE band as web searches now).
    -Shadowed mouse (ok, ok, but it just looks cool :)).

    And basically, every part of windows is pluginable more than ever because of the nature of Explorer now. Desktop is an ActiveX container, explorer file listings is an ActiveX container etc etc. Ofcourse you have to be a programmer and know what you're doing.

    Basically Windows 2000 is your all round OS.
    And fit ready for consumer as well as commercial use.
    Beta3 IS the final beta - I don't know what all that crap other people were going on about haven't there already been heaps of 'final betas'. MS have always had a 3 beta cycle. And there has only been one beta3 - it took a while, but it's here non the less.

    I find it um, amusing that people here are already claiming Windows is crap, or has 'nothing' ...based on 'nothing'. And those who claim to have tested it say things like, it's crap! There's no way to add my com ports, and no way to add users. LOL.

    I've prolly missed out heaps of other features but all of this is from the top of my head, and in the order they came out ;).
    Windows 2000 has many little bits and pieces which makes it much more productive for the average person than Linux. And even for the advid programmer like me. I like the little bits which make my life easier. Ofcourse I still like command lines, but not for everything. Little time savers in Windows are much appreciated, and I can see where Microsoft put it's millions into GUI research. And I'll look forward to when MS Research's natural language engine gets integrated into Windows. (BTW text to speech is part of Windows 2000, and it reads dialog boxes etc).
    Ofcourse, when natural language gets integrated into Windows, people will say "bah", I'd rather type a couple of lines than just "say" "computer, search on the internet for traces of that operating system called linux".

    (ok, ok, Linux won't die, but neither will Windows - and Microsoft would never release MS Linux - they've invested heavily into NT and their other Research projects).
    Besides Linux doesn't scale too well (yet) does it?

  164. Re:Gee by TummyX · · Score: 1

    Gees, with all of those great things it's no wonder that W2K is a bloated piece of shit that MS can't seem to get out the door and that so many people are switching to Linux.
    bloated? Look at X, E, KDE (and it isn't even completed) and Java. So many people switching to Linux? Who? Did I miss something? I'm using Linux, but I'm not switching to it, and even if dual use counted, it's not exactly a lot of people.

    Wow, a web browser, hibernation mode, telnet, offline internet folders (sounds almost as good as keeping all home folders on a server with Linux so that you can access all your files and configurations from any computer), support for Java and Perl, a terminal server, a self repairing function to make up for NT's poor original design (I don't get these problems with Unix), and even shadow mousing!
    Care to explain NT's poor orignal design? You don't get these problems with Unix? What problems are you refering to? Care to explain everything you're saying? Perhaps you don't get problems cause you're used to unix and know how not to do things. Throw joe blogs at unix, and i garuntee you, he could mess up heaps of things. Hell, we're starting to see library conflicts with Gnome apps already.
    Wow, that's great. But I think a.) you've been reading to many MS advertising pamphlets b.) MS has been keeping you in the dark ages for far too long and c.) no one really cares because no one is going to go out and switch to NT anyways.
    What???? No, you're working for Microsoft. No, how much is microsoft paying you? No, Joe Barr tricks like you're an evil Gates sucking hoar?

    MS hasn't kept me in the dark ages, if it wasn't for MS, I probably wouldn't be into computers. And I do use Linux - infact I develop applications at work for the Linux platform. But I much prefer Windows 2000. It performs better too. And NT's IP stack and SMP support doesn't do so bad for a 'poor orignal design'. I guess all the research by those Phds as MS research really don't add up to much eh?

  165. Re:Gee by TummyX · · Score: 1

    Yes, you can turn off KDE etc...be in the dark. You'll still be using the command line when we're in space talking to our computers.

    What's this bullshit about NT's design allowsing you to overwrite DLLs and VXDs, I can do the same in Linux. I can overwrite and delete everything. It's called being able to use the computer.

    And I didn't 'copy' a feature list. Those are the things I've been using.

  166. Re:The Penguin & The Archbisho by TummyX · · Score: 1

    coming from the same people who think E is cool cause it looks cool.
    You can turn the fading off if you want to, and it doesn't slow me down AT ALL.
    I keep it turned on.

  167. Re: uh no by TummyX · · Score: 1

    I use both linux and windows at work and at home.
    I can tell you now, for me, the gnome interface rates about 1:10 (gnome:windows).
    It's half witted attempt to be windows and something else.
    Why can't i right click on an icon and say have a look at it's attributes. There are so many 'little' things which haven't been implemented, which are the things which make it much, much more functional like explorer.
    It's lack of context menus etc is really bad.
    Heck, double clicking on the clock doesn't do anything - it SHOULD - not cause windows does, but because it's the sensible thing to do.

    I'm defintely more productive in Win2000.

  168. Re: I was going to say the same thing by TummyX · · Score: 1

    Thank's for saving my time ;)

    Actually, I will add to it tho :)

    He doesn't seem to be aware than Windows NT/2000 does have security over files!!! And obviously the registry.
    What I was talking about was even if the Administrator deletes files, or even if the user deletes files (which he owns), Windows will automatically (or optionally assist you) in restoring those files.
    In a network situation, windows will use intellimirror to restore network applications you break by deleting files.
    In conclusion, it's less the OS, but more the root/adminstrator that is the problem if you have a problem with DLLs etc being deleted. YOU CAN SECURE FILES. Windows 2000 takes much more measures than Unix does in protecting files. It even protects against mistakes made by Administrators.
    Failing all that, Windows 2000 has a safe mode (command line and GUI) to restore the system.

  169. Re:Gee by TummyX · · Score: 1

    What you've just said is so idiotic and ignorant, I just have to do another reply.

    What procedures does Unix have (that NT doesn't) that prevents libraries etc from being overwritten?????
    Secures system files and folders from non administrators? Gee, that's hard, and that's hardly an OS thing, it's an administrator's job to secure the system and registry.
    And "It happens more often that not" - LOL you mean over 50% of the time applications on NT fail for your friends? Unlucky guys. I get 99.9% success...but then I know what I'm doing.
    My original point was that Windows 2000 protects user level and root level system files from both users and root users. Obviously, if a user goes and deletes or overwrites system files that are secured, they can't. But say they install an application in their own user space that uses the new Windows Install API, then they delete the exe or something, windows 2000 will be able to automatically fix it for you.
    what you say unix does in 'protecting' system files isn't something unix does, it's just an administrator/root securing the files themself. It's not a special Unix feature that actively protects system files - and restores them.

  170. You just don't get it, do you? by stor · · Score: 1

    You so seriously don't get it.

    MS embrace and extend web protocols, other OSes suffer as a result, and you believe that this sort of asshole-act should be encouraged.

    Would you like it if I converted all the roads in the world to dirt tracks and started selling tractors?

    You are a very ignorant human being.

    Stor

    --
    "Yeah well there's a lot of stuff that should be, but isn't"
  171. Re: Me again by stor · · Score: 1

    RH ship xfstt (or is is xfsft...??) w/ rh6. It's started in an initscript.

    To install tt fonts in rh6.0, follow my simple instructions :

    As root :

    - Get a dir worth of ttf fonts. cd into it.
    - mkdir /usr/X11R6/lib/X11/fonts/ttf
    - cp * /usr/X11R6/lib/X11/fonts/ttf
    - cd /usr/X11R6/lib/X11/fonts/ttf
    - /usr/sbin/ttmkfdir -o fonts.scale
    - /usr/sbin/mkfontdir

    restart x

    enjoy

    Stor

    --
    "Yeah well there's a lot of stuff that should be, but isn't"