Slashdot Mirror


Friedman on Linux Desktop Expectations

An anonymous reader writes "SearchEnterpriseLinux.com is featuring an interview with Novell/Ximian's Nat Friedman on the increasing interest about the Linux desktop. Quote from the interview - "A day doesn't go by when I don't talk to a Fortune 1000 customer from the financial services market, automotives or others that are not looking at dipping their feet into the Linux desktop." And by the way, both Nat Friedman and Miguel de Icaza's April 12th blog entry have a picture of Miguel and Nat dancing with David Vaskevitch, CTO of Microsoft. Now that's something you don't get to see everyday!"

29 of 347 comments (clear)

  1. We need a new toolkit... by kcbrown · · Score: 5, Interesting
    I sent this in response to this, but I think it's quite relevant here, too, because it addresses the problem of desktop consistency:

    Btw, if you have been following my posts on my blog and on the desktop-devel-list, you will know that my feeling is that all of the existing toolkits today (Gtk, Qt, XUL and VCL) will become obsolete and we need to start looking at the next generation toolkit system.

    If you're going to do a next generation toolkit system, then do it right: start by creating a network protocol for it.

    You heard me right. The right way to do a toolkit is to make it networkable in a client/server fashion. There are a few reasons for doing so:

    1. Speed over the network. Instead of having to transmit low-level graphics primitives, you now only have to transmit higher-level widget information. This should represent an order of magnitude reduction in the amount of network traffic required. It also means the bandwidth between the code that draws the widget and the code that renders it will likely be as high as possible (a local socket or some such).

    2. Consistency. With a client/server widget architecture, all applications running anywhere will have the same look and feel when they're displaying through your widget server. Additionally, changing the theme in use will change the look and feel of all the applications using the widget server (which, ideally, should be all of them).

    3. Abstraction. Because the widgets are implemented on top of a protocol, widget libraries simply have to all talk the same protocol. This means that it doesn't matter what the widget library itself looks like, what language it's implemented in, what object paradigm it uses, or anything else: the look and feel will still be the same. This is markedly different from the current situation with GTK, QT, and all other Unix widget sets, each of which implements its own look and feel. A client/server architecture can, and should, abstract out the look and feel of the widget set.

    Do it that way and I think it's likely that you'll finally eliminate the one big problem on the Unix desktop: the disparity in look and feel between applications written for different widget toolkits.

    --
    Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    1. Re:We need a new toolkit... by Jameth · · Score: 3, Interesting

      I quite agree. However, there is an unfortunate problem with making a new toolkit: Cross-Platform.

      Qt is great because it is cross-platform. GTK has that too. The amount of things that will run native cross-platform are fewer than those that will run on a single platform.

      Also, you are arguing for a widget server, which will work best when it is the dominant/only widget set. Windows can do this. Linux is still too diverse.

      Still, I think you're right. Completely right. I just was noting a few things.

    2. Re:We need a new toolkit... by pdamoc · · Score: 4, Interesting

      we don't need another hero (toolkit)!
      It is not the toolkit that is needed but a shift in programmers mentality. We should stop wasting time and use the wisdom of people whom are way better than us at this. We should use PATTERNS. Like MVC for example. When applications will have all the code separated in Models, Views and Controllers toolkits will become irrelevant because as long as you can access the model you can create your own Views and Controllers. The use of higher level languages should be encouraged. The higher the language the easier is to understand the program and so more people can get involved. The cross-platform issue will fade due to the fact that there are already a lot of great cross-platform toolkits in which the View-Controller part can be implemented (scripted.
      The separation of the Model will have yet another benefit, no more reinvention of the wheel, at least in some parts. It could be highly optimized due to the fact that such an approach will encourage only one instance of the model per functionality. No more complex compiling schemes: script the interface (View-Controller) in python and compile only the model or provide it as a binary: .so, .dll, whatever.

  2. quite simply ... by Neuropol · · Score: 4, Interesting

    people will expect things to 'just work'. email, spreadsheet, document editing, and other office functions are all well covered on the desktop.

    it's the little things that will get people turned off fast: like browser plugin integration, javascript issues, etc. even though MozillaFirebird(rip), and the like, are great for allowing instant plugin installation, there is yet a large hole for media plugin usage considering all of the formats that microsoft and mac have floating around. this is a current limitation, imo. not necessarily a negative on the linux part, but an obstacle created by microsoft and other companies that continues get in the way of total success. that's potentially a major issue and a lot to overcome. i think it's possible to break the stigma regarding linux on teh desktop. it's come miles in the last few years. on the path it follows now, it will over come the general fear that it just doesn't do what windows can. because it can. time has brough a lot of things closer to completion. hardware compatibilty is no longer an issue if you are running current distributions and licensing is an age old argument but if you're in to function for a small fee then why not?

    personally, i'm waiting for the linux desktop that comes loaded with enlightenment (absolutely manadatory!), and all things audio editing, and every funky/odd thing that was available in the rh7.3 stage of development. then i will be satisfied.

    1. Re:quite simply ... by dbIII · · Score: 2, Interesting
      it's the little things that will get people turned off fast: like browser plugin integration, javascript issues, etc. even though MozillaFirebird(rip), and the like, are great for allowing instant plugin installation, there is yet a large hole for media plugin usage considering all of the formats that microsoft and mac have floating around.
      Win4lin still has a place. All those old win98 licences are now worth something for all those little things that linux and breeds of NT will not run.
      personally, i'm waiting for the linux desktop that comes loaded with enlightenment
      Mandrake.
      and all things audio editing
      Snd has been around for many years, while ecasound is there if you want to do complicated mixing or filtering in batches.
      and every funky/odd thing that was available in the rh7.3 stage of development
      The code is still out there, even if the projects are not in development. If they won't run or compile on your current setup there are relatively simple ways to install the old libraries they depend upon - linux does not suffer from DLL hell, you can have a few versions of the same library on the same system, since they are named by version number.
  3. Basics tasks & understanding of the UI (on any by zymurgyboy · · Score: 4, Interesting
    Friedman: The No. 1 misconception is that usability is a major barrier to adoption and that's not true. It used to be. There was a study done recently with a group of 20 users who had never used a computer before. Ten were put at a Windows PC, 10 at a Linux PC and they were given a list of simple tasks like sending an e-mail, surfing to a Web page and the usability results were pretty much the same.

    Yes! This is so true. A lot of users I've had to support over the years have trouble doing the very basic tasks Mr. Friedman describes. Why would it make any difference which desktop OS they get minimal training on to do these tasks with?

    If serious inroads are ever made in the US the argument for staying with Windows for compatibilty with clients or customers would fade pretty quick, weather this happens with Linux- or OS X- or whatever-on-the-desktop.

    Even more likely to take off if more people start using Apple's at home. They're less afraid of this when things they make with their computer are as useful at work as they are in their livingrooms.

    --
    If you never make mistakes, it's probably because you're not doing anything.
  4. No mention of Mono by GnuVince · · Score: 2, Interesting

    He doesn't talk about how Fortune 1000 see the Mono initiative, that would be interesting.

  5. Ximian Bails Out by geomon · · Score: 5, Interesting

    "A day doesn't go by when I don't talk to a Fortune 1000 customer..."

    Not *exactly* true.

    We had Nat scheduled to show up and he blew us off. I was left standing in a conference room for nearly 1/2 hour telling participants that I was sorry that Ximian bailed on us.

    I had to apologize for their no-show. Not a great feeling.

    Guess a national laboratory isn't the market segment Ximian was interested in.

    --
    "Rocky Rococo, at your cervix!"
  6. The BIG Migration is coming...soon. by qualico · · Score: 2, Interesting

    "We're developing a Windows migration program to make it easier to move to the Linux desktop with training and documentation and migration tools that automate tasks"

    Migration Tool #1: fdisk - delete Windowz partition.

    Sinicism aside, it would expedite things if Linux had an emulation package that supported a greater number of Windowz appz. Wine and Win4Lin just don't seem to cut it.

    Novell is being very smart by aligning its business model with Linux.
    Although, I hope they don't UnixWare it to SCO this time.

    Time for some of the major apps to start porting over.

    Adobe and Macromedia Petition for Linux
    http://www.petitiononline.com/adMaLin/petit ion-sig n.html
    (Take out the space after the dash, Slashdot has a bug sometimes in "Plain Old Text" posting of html items that wrap)

    I'm *not* much of an Adobe fan though.
    They make bad software IMO, save for the satisfactory Photoshop CS.

    Macromedia is good but could be better.
    They are supposedly going to begin testing on Linux.
    http://news.com.com/2100-7344-5170061.html

    Starry Night Pro would be great on Linux.
    At least there are some good freebies for now like KStars.

    Applications may start to take the Web route also.
    Accounting for example.
    I'd love to pair up with some geeks on here to start up a company to develop a full web based accounting system in LAMP, seriously lacking in the Linux community.

    Also, hardware vendors are going to have to jump on the bandwagon in bigger numbers.
    Otherwise, we are going to have to wait for all those legacy scanners, printers cameras and other accessories to expire before typical users take the plunge.

    So that just leaves games.
    Well DirectX is not something I see on Linux in the near future.
    Regardless, businesses thinking to migrate won't shed a tear because Barbie Pet Rescue can't be installed.

    In summary, the big migration is coming.
    The challenge will be converting those tight ass business folk clinging to win 3.11/95/98/ME because they don't want to move forward or rub two nickels together.
    Same problem that plagues Micro$oft to this day.

  7. What will it take? by brutus_007 · · Score: 3, Interesting

    "A day doesn't go by when I don't talk to a Fortune 1000 customer from the financial services market, automotives or others that are not looking at dipping their feet into the Linux desktop." With all the tools, utilities and applications currently available, why isn't Linux on the desktop happening already, or why aren't they jumping in rather than just "dipping their feet"? Is there something missing? Do we need THE killer app to be created which would run solely on Linux (which would basically require it to be closed source to stay on top, and difficult/involved enough to duplicate it on Windows to wait around for a port/clone)? Is it perhaps that larger companies are contractually obligated to fulfill order quotas for equipment or application licenses (MS Licensing v6 anyone?) that breaching the contract would be too financially devastating to make a conversion worthwhile or financially sound?

    --
    I have 1 million monkeys on a million year contract to make me a better sig.
  8. Can desktop linux ever be sold? by LostCluster · · Score: 3, Interesting

    One of the key problems that "desktop Linux" seems to be facing is that it's hard to make money as a distro maker. Unless you build your distro to be tied to your mothership for patches, what other models are there?

    - Pay-per-seat? No way, the GPL lets you get undercut by "Free" if you do that.
    - Pay-for-support? Double edged sword. Means your user interface has to suck, otherwise they'll keep using it without the needing to pay for the contract.
    - Selling-add-ons? That's a risky play, not likely to cash-in.

    And without the money... just where is the business-friendly distro going to come from? GPL projects have a bad habit of going programmer-friendly instead of user-friendly when left unpaid...

  9. Re:Basics tasks & understanding of the UI (on by QuantumG · · Score: 1, Interesting

    This just shows that Microsoft Windows and Linux .* are as unusable as each other. Put a Mac into the mix and you'll see a dramatic different in usability.

    --
    How we know is more important than what we know.
  10. Linux needs name brands. by huchida · · Score: 3, Interesting
    Linux can and should be known as the web developer's platform, in the same way Apple is known for video, publishing, and graphic design.

    Adobe's probably a lost cause, but Macromedia would do well to port its projects over. Dreamweaver, Flash, Freehand, Fireworks...

  11. X works just fine thank you by codepunk · · Score: 4, Interesting

    I dont seem to be having much in the way of bandwidth problems running 150 desktops off of a single server. It takes about 150 k sustained bandwidth to suppor that. Now come back when you know what you are talking about.

    --


    Got Code?
    1. Re:X works just fine thank you by buttahead · · Score: 3, Interesting

      I'd like to see some examples of the use on those 150 desktops. In my experience 10kbps is not enough to have a smooth desktop experience. I'd alos like to see the latency you have. Say, at 200ms mozilla takes about 1 minute or more to load, and vnc is just barly usable.

    2. Re:X works just fine thank you by kcbrown · · Score: 3, Interesting
      I dont seem to be having much in the way of bandwidth problems running 150 desktops off of a single server. It takes about 150 k sustained bandwidth to suppor that. Now come back when you know what you are talking about.

      Yeah, but the reason you can get away with that is that you almost certainly have a much higher burst rate than just 150k, and even if 150k were your burst rate limit, that's far better than 5k per second, which is what you'll be getting over a modem connection.

      X is fine until your client has to send a bunch of pixmaps. Then it gets bandwidth-hungry. Typically this happens during application initialization, so I don't doubt that you're not having trouble with 150k sustained bandwidth. But I'll bet your burst rates peg the interface.

      The widget protocol is not intended as a replacement of X -- in fact in the Linux world it would certainly be implemented on top of X. But the bandwidth savings are still there nonetheless.

      I've done X over a slow-speed (modem) connection before and while it's not unusable it is slow. Transmitting widget protocol commands would make using a slow-speed modem connection work about as well as X works over a medium-speed (150k/sec or so) connection, because applications would transmit pixmaps only when supplying application-specific graphics. So programs like Photoshop would be slow to load images but would be reasonably fast once the image itself were loaded. The bulk of the graphics traffic that passes between X clients and an X server is composed of UI widget graphics, and that hurts application startup time over a slow link a LOT.

      So...come back when you know what you're talking about. :-)

      --
      Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    3. Re:X works just fine thank you by Khelder · · Score: 2, Interesting

      I agree that the networking demands of X are often overblown, but I don't understand what you mean by running 150 desktops off a single server. The X server is what runs on the desktop machine; it's what draws the graphics and gets the raw keyboard & mouse events. Do you mean you have 150 desktops running X servers that all use a single server box to run applications (i.e., X clients) on?

      (Yeah, the X terminology can be confusing since in X-speak the server runs on the desktop, not in the back room, but we're stuck with it.)

    4. Re:X works just fine thank you by Edulix · · Score: 2, Interesting

      Hey harikiri, I've got a solution for your X problems: NoMachine/NX. You can see their details in their webpage where they explain them very well.

      A story about it have already been posted in Slashdot and I've tried it myself with their testdrive, where they allow you to connect to a test NX server.

      The core of the app is open source and you can use it freely, but their helper apps are closed source. But this is a problem being solved just now, because KDE is going to ship NX server and client support in the near future. In fact, it seems that they closed their config helper apps because it was a need for them, but they want to develop open source software.

      PD: I apologise my bad english.

  12. Re:Linux will take-off... by imroy · · Score: 2, Interesting
    ... as soon as it is as "easy" and "intuitive" to use as Windows.

    It's appropriate that you put quote marks around "easy" and "intuitive" because Windows really isn't as easy or intuitive as most people think. It's just that most people haven't used (or even know of) anything else. If anyone has problems, they can usually find someone else that can help them with Windows or can at least sympathize with them (most computer-illiterates will blame themselves rather than MS or Windows). Then you have the business types that reason Microsoft must make better software than everyone else simply because they make the most money.

    The nipple is intuitive, everything else is learned
  13. I guess you've never used Mandrake Linux, then? by leonbrooks · · Score: 4, Interesting

    Neither my wife nor my SIL know how to mount stuff, wife would be aghast at the thought of having to type unrepresentative mumbo-jumbo into an unresponsive black window (or, heaven help us, a text screen - which she calls "dos"). It Just Works(tm). The coloured bar graph in K3B is a lifesaver when SWMBO is building CDs to go, the raw numbers would only be confusing. As an artist or musician, she excels, but sit her in front of a command prompt and terror reigns supreme.

    --
    Got time? Spend some of it coding or testing
  14. On package management by harikiri · · Score: 4, Interesting

    I had a workmate come up today and start explaining what his issues were with Linux. This guy is a network engineer, who recognises the usefulness of having a free unix system to use on his spare pc's.

    His beef was that he had installed Mandrake 9.2 on his system, and went to setup NTP. NTP was not installed. So he started looking for an RPM (he knew what they were!) for NTP for Mandrake. He said that he found one (probably from rpmsearch), but that when he downloaded it - it had additional dependencies that he couldn't find.

    Now if it was me, I would've first tried rpmdrake (the distribution's own package management tool), and failing that, built it from source. But this guy was looking at Linux like a tool to be used. He wanted to do something simple (setup NTP), and the software wasn't installed. He found the software package for NTP online. This however required additional packages that were not immediately available. In the end he threw up his hands in disgust and stopped working on his new Linux box.

    I ended up showing him a freebsd box I had here, and the ports mechanism for software installation. I then also discussed apt and the problem of too many ways of managing software installations, and none (that he could find) that accomplished the job for him.

    So I'm going to bring in a copy of Mandrake 10 community edition for him to try out. In the meantime, I'm waiting for him to wander over one day and say "gosh Linux is great, I installed it and setup NTP in a few button clicks..."

    --
    Man watching 6 MSCE's around a sun box, looks alot like the opening scene's of 2001:space odyssey...
  15. Re:Basics tasks & understanding of the UI (on by Master+of+Transhuman · · Score: 3, Interesting

    > Windows users pull their hair out. Many of them
    > ay "damn it, this is just too hard" and go buy a
    > Mac. Many Windows users say "good riddance".

    Windows users try Linux and pull their hair out. Many of them say, "Damn it, this is just too hard" and go back to Windows. Many Linux users say "good riddance."

    Many first-time Windows (in Asia, Latin America, etc.) try Windows and pull their hair our. Many of them say, "Damn it, this is just too expensive" and switch to Linux. Bill Gates does NOT say "good riddance."

    There are people who should not be allowed to touch a computer (or a firearm, or much of anything else as well). You cannot judge an operating system's usability by these people.

    The other issue is training and habit. People trained in and used to running one OS will ALWAYS have trouble using one that is not what they are used to. I am used to Windows 98 and to a lesser degree Windows 2000 Explorer - I find Windows XP Explorer to be confusing with its moving screens and whatnot. In fact, I'm used to using PowerDesk on Windows 98 and 2000 - not Explorer at all, so I find Explorer confusing to use on any version of Windows.

    But I CAN learn to use any OS given a certain amount of time playing with it. So can any reasonably intelligent user. And that does not necessarily translate into training expense, either - especially since most corporate "training" is a fucking joke. You don't want to spend money training people to use Linux? Don't bother training them. Just give them the product and tell them to learn to use it. Maybe give them just enough training to point out the differences. Then sit back and stop worrying about a couple months of 15% less productivity - you'll get it back later when you don't need to pay the Microsoft licenses and retrain everyone every X years for a new version of Windows that screws with the eye candy just to be an "upgrade".

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  16. Nat == Former Microsoft employee by Anonymous Coward · · Score: 3, Interesting

    Funny but true!
    Miguel and Nat both met at Microsoft for the first time. Nat was an intern working on IIS and Miguel was interviewing for a job.

    See here on Miguels own site: http://primates.ximian.com/~miguel/ and check the Ximian history page

  17. Hmmm..... by SerpentMage · · Score: 2, Interesting

    Interesting that you mention this. I do not know whether to believe you or not. So lets say I am going to give you the benefit of the doubt.

    The reason why I mention this is because I had the same thing happen to me with Netscape. In 1996 when Netscape held their first conference I was blown off by Netscape. We wanted to initally buy about 4000 client licenses. In the end what happened was that we were too small for their tastes (I was working for a major Swiss Bank at that time).

    While attending their conference I saw that Netscape's days were numbered. BTW the meeting blow off happened after the conference. I could not exactly put a finger on it, but the buzz at the Netscape conference seemed wrong.

    Tying this back to Ximian leads to me believe that maybe this is "Netscape" all over again. Hmmm.... Interesting, not sure, something to think about no doubt...

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
  18. Same old song and dance ... by dbcad7 · · Score: 1, Interesting

    It's sad really,.. again and again I hear these comments like "linux is ALMOST ready for the mainstream desktop"

    Exactly what is not ready ? what is it that can be done in Windows, buisness wise, that can not be done in Linux ? most Windows machines I've seen in buisness, are mearly fancy terminals anyway. Are the Linux "Office" equivelants really that inferior, or require that much training to adapt to ?

    In truth, I beleive that Linux is more ready for the buisness environment than the average home user, and this is only because I think that installing programs in Linux is a little more challenging for the "joe average Windows dude" until he spends some time learning it.

    I only have Linux on my home machine, (Mandrake 10 now) and I have had freinds visit (Windows only people) at first, other that showing them what icons to press to surf the net, they know not what to do.. after the initial dumbness wears off they realize... it's the same only different., I of course dazzel them with stupid tricks like running two Gaims and talking to each other on the same screen (I can hear the oooohhs .. out there) and showing them the transparent menu in KDE.. etc etc.. They use Firefox, and of course end up installing it at home on their own Windows machine at home.. but generally everyone thinks they could get along fine if their machine had Linux only as well.. but most don't really have the patience to learn the differance between running a "setup.exe" and installing a RPM .. I guess that's the real "learning curve" with Linux, is dealing with program installs. (I won't go into dependencies, I AM trying to present Linux in a possitive light)

    Not to jump on the "my distro's better than yours" bandwagon,.. (I have tried many) But I would like to say, that the latest from Mandrake is really quite flattering to Linux, is easy for new Linux users, and even though I have a little more Linux experience, and could do the whole compile the system from source thing.. I keep ending back at Mandrake.

    I think Linux is more than ready. perhaps a big company with a fancy slogan, could you know "just do it" or something.

    --
    waiting for ad.doubleclick.net
  19. Critical mass in germany by Qbertino · · Score: 2, Interesting

    My predictions for Linux reaching critical mass in germany haven't changed. Right now it'd be roughly another 12 months for it to happen. And I still _do_ expect germany to be the first. I'm starting to meet more people somehow involved in Linux than I can count.
    Once Linux is rolling in that direction I also expect things to go very fast. Remember how fast Windows95 gained critical mass when all of us were saying 'Who the heck needs an OS that uses 50 MB of diskspace?' and 'Gee, look at Geos on PTS DOS, this is the future of PC operating systems'.

    --
    We suffer more in our imagination than in reality. - Seneca
  20. Booosheet 1% == Linux Desktop Market Share by Anonymous Coward · · Score: 1, Interesting

    Meanwhile 2004 Linux Rules the desktop when in reality: http://www.google.com/press/zeitgeist.html

    Windows = 91%
    Mac = 4%
    Linux = 1%

    * OSDN-owned Slashdot thinks its niche opinion represents the majority of the world. This is a result of people visiting every day and buying into the groupthink. Nobody outside of Slashdot knows or cares about "Linux," "RIAA", "M$," or anything else Slashdotters think is such a huge issue in today's society. Go to a mall or coffee shop sometime and see what people actually talk about.

    * Speaking of OSDN--it's a Linux company...that owns a "tech news" site...that posts news stories negative toward competitors like Microsoft. If a Windows company or even Microsoft itself owned a "tech news" site and posted anti-Linux articles all the time, everyone would be up in arms. But with OSDN, it's a-okay.

    * Slashbots think people don't like the music coming out these days, which is the cause of the piracy. Never mind that if people didn't like the music they wouldn't be pirating it, most Slashbots--again, this goes back to the niche opinion thing--don't realize that most people these days love the music coming out and want to hear all of it. Probing around, you discover that Slashdot is made up of nerds and fogies who listen to things like The Who and Blind Guardian and techno--not what mainstream society enjoys.

    * The inevitable result of all this is a world in which nothing can be profitable because people simply pirate free copies. Is that really what Slashbots want? OSS and free-ness in general reminds me of the hippie era of the 60s--idealistic socialism that only exists because of the surrounding capitalism around it that provides the environment for it to exist. We all know what happened to that idea.

    * Slashdot editors are abusive. We all remember The Post. It's amusing the editors never mention the issue. The worst editor is michael, who will mod you down, insult you for your post count, and post unprofessional color commentary along with the article. This is the same bizarre person who cybersquatted Censorware for years--even as Slashdot posted articles negative toward cybersquatting! Michael played it off like he was some sort of stalking victim, which made it all the more bizarre.

    * Somehow, user-ran executables are always a "New Microsoft Hole" (actual article headline). Meanwhile, LinuxSecurity [linuxsecurity.com] posts weekly security advisories for all the Linux distributions. You never, ever, EVER see any of these mentioned on Slashdot--bizarre things like arbitrary code execution via MPlayer.

    * Microsoft is supposed to be some sort of non-innovative rip-off artist. Meanwhile, the same people posting those comments do it through KDE with taskbars, sidepanels, start menus, similar print dialogs, and an integrated web/filesystem browser. Slashdotters--ripping people off then criticizing those who came up with the ideas in the first place.

    * Linux is "ready for the desktop." This is the yearly uttering since 1998. Never mind that there is STILL no binary installation/uninstallation API for desktops, you can't come home with a printer and a CD and stick it in to get an Autoplay menu that lets you set up the driver. Somehow, Linux is just magically supposed to be ready--that is, if someone else sets it up for you and you never change or add your hardware or software and doing nothing else but check e-mail and browse the web. Conveniently, this includes grandmas, so people can post their grandma-using-Linux stories as "proof."

    * Corporate-owned, subscription fees, banner ads, reposts, and complete falsehoods. Remember when Slashdot was a great tech news site for nerds? Before the point of the site was to have an anti-RIAA, anti-"M$" agenda? When it was just about posting cool technology stories regardless?

    Slashdot is dead

  21. Latency, not bandwidth. by Moderation+abuser · · Score: 2, Interesting

    The perception of the performance of any GUI depends on the *latency* of the GUI. If you compare X with RDP, X has a significantly better latency response than RDP does so when there is sufficient bandwidth it is a faster option than RDP.

    The bandwidth required to run X is cheap. It was designed for shared 10Mbps local area networks and on today's 100mbps switched networks it absolutely flies. I run several hundred engineers using full screen Gnome (yes, that was a mistake) X sessions on a couple of login servers and the burst rate doesn't flatten the interfaces even when they log in. It peaks at around 4Mbps for a few seconds during login and then dies off to bugger all. It doesn't get anywhere near 10mbps, never mind 100mbps or 1000mpbs.

    The "run it over a modem" set is a very limited subset of the population who use remote GUIs. The vast majority of people who use X and RDP, do so over a local area network. So the statement that X must be replaced because it doesn't run on a 300 baud modem (or whatever) is bullshit. Especially when there are protocol compressors which you can plug into the architecture to improve low bandwidth performance (at the expense of interactive latency BTW).

    --
    Government of the people, by corporate executives, for corporate profits.
  22. Re:compatibility / applications / installation by Dot.Com.CEO · · Score: 2, Interesting
    I have been reading most of your posts in this discussion and let me say this: you haven't got a clue what being a user means. I shall analyse my position:

    1. Hardware WORKS in windows. You download the driver, doubleclick, next, next, finish, reboot, it works. Full stop. Now compare to linux. Download driver. rpm -Uvh *.rpm, perhaps a --force in there, notice the errors because the bin package is not compatible with your distro. Download tgz. Make, make install. depmod, vim modules.conf. Reboot. Pray. It works UNLESS you upgrade your kernel (and have suse). Now THAT is a good user experience. I cannot understand how you can say Linux is superior in this matter, but anyway... And don't you dare say apt-get or emerge are superior. They are not. Once you go outside the approved .deb or whatever depositories, you are treading on dangerous ground. And you WILL need to go there if you want multimedia support.

    2. "Look, there is plenty of downloaded Windows software that fucks up when you install it."... Big huge hairy bollocks. Unless you are doing something really wrong like messing with the registry or installing seriously buggy applications it's not really normal that something like that happens. For the normal user who has 10-20 apps installed and doesn't install/uninstall things, it just works. How about when you do a rpm -i --force (which you HAVE to do sometimes) and it just completely fucks up your system? Oh, I'm sorry, it really is my fault, I shouldn't have "forced" the installation.

    3. "The only problem Linux has that is significant is when new hardware needs to be installed that is not directly supported by the kernel and for which there are no drivers. The solution? Don't buy that hardware". Really? So I should buy what I consider an inferior and overpriced nvidia card rather than an ati for playing games in my Windows partition because nvidia drivers are easier to install? Or I should buy a via mobo rather than a nforce one because via nic drivers are pre-compiled in the kernel? Do you think that hardware companies do not support Linux as well as windows because there are more windows users out there than Linux users and it doesn't make economic sense? No. They don't support Linux as much because the linux userbase is fragmented as hell and there is no "Linux Driver Model". They develop one driver for Windows and they package, I don't know, 5 plus a src.tgz for Linux. Whose fault is that? Is it the Microsoft monopoly or the pigheaded Linux developers that have been resisting the push to standardised binary kernel modules?

    4. People want stuff that is standard, user-friendly and just work. Standard, contrary to /.'s opinion does not mean "approved by an international standards body". It's what everyone uses. Can oo or staroffice or hancomoffice or kwhatever open the excel-macro-ridden xls documents I use at work? No? Can I open, manipulate .psd files in a color-calibrated environment? No? Then, my dear friend Linux is not ready, full stop, however much you might think that Linux is a superior solution to Windows - which it isn't, it's a different, more elegant philosophy. Accept it.

    Linux has its places. It's my desktop, it's your desktop but it is NOT grandma's desktop. If you make people choose whether to use a free OS that would make them work twice as hard or even 10% as hard or to spend 100 euros and use a troublefree and standard OS, guess what they would choose. Why do I use Linux? I like the challenge. Not everyone does. And I STILL use Windows for the things that are impossible to do in Linux.

    So please kindly stop trolling your uninformed views, it gets truly annoying to see such blatant zealotry even in a forum as unbalanced as slashdot is.

    --
    Mother is the best bet and don't let Satan draw you too fast.