Slashdot Mirror


NHS Awards Contract to Microsoft

ChocLinux writes "Microsoft has won a £500m nine year contract to supply software to the NHS, a week after the OGC (the government procurement body) released a report describing Linux as a viable desktop alternative for the majority of government users."

445 comments

  1. Candy by fembots · · Score: 5, Interesting

    I think "Microsoft has also agreed to carry out £40m of research and development to provide guidelines and toolkits that will allow ISVs to deliver an NHS-specific user interface" is the candy here.

    MS probably knows it can still compete in customised applications with its almost unlimited resources.

    --
    Play iCLOD Virtual City Explorer [iclod.com] and win Half-Life 2

    1. Re:Candy by metlin · · Score: 4, Insightful

      As much as I'd like to disagree, it's true - MS does have the backing and expertise to do something.

      UIs in Opensource are a really big problem - not because they aren't good, but because they're not _tested_ - UI testing costs money and is not as easy as most people would think.

      Most end users are not CLI geeks, and for them usability plays a _VERY_ important role. Which is why, I strongly support the development of an Opensource usability team.

      If there are usability geeks around here, maybe we could all pitch in and do something. What do you folks say?

    2. Re:Candy by Dcnjoe60 · · Score: 2, Insightful

      For any system as large as this is, it seems that they would be running a thin-client (whether java or .net). As such, the UI is going to be browser based and the design of such interface has nothing to do with Open Source development. If, for instance, they used java on the back end (I know it's not open source) with websphere (neither is that), or even if they used jboss, the technology for building the interfaces is very well documented and tested.

    3. Re:Candy by Anonymous Coward · · Score: 1, Interesting
      For any system as large as this is, it seems that they would be running a thin-client (whether java or .net). As such, the UI is going to be browser based and the design of such interface has nothing to do with Open Source development.

      That's a very bad assumption. I've been somewhat involved with this, hence posting anon. No I don't work for Microsoft, and of course I can't prove I know what I'm talking about.

      There's a mixture of stuff here, but thin clients are out. There's plugins to the OS (think "my patients"), plugins to Office including research panes, standard templates for letters and so on, pocket PC based stuff communicating over SOAP to databases, tablet based stuff for doctors so they can write notes directly into an electronic record and so on.

      There is NO thin client. Web based interfaces do not give anywhere near the functionality that is needed here.

    4. Re:Candy by metlin · · Score: 5, Informative

      IAAUD -- I Am A Usability Designer/HCI major.

      Usability design is not merely throwing together a bunch of buttons, fields and text. It's a whole lot more than that and involves some quite well thought and established principles, both quantitative and qualitative.

      The best designs are those that you do not notice and are really intuitive - there is a reason why usability experts get paid so much.

      What I suggested was start something of an Opensource UI consulting group, where a bunch of usability experts could pitch in and help out the development of UIs and do some serious usability testing of interfaces.

      If you _ever_ worked in any half-decent usability project, you'd realize that the time and effort that goes into the precise positioning of a button involves a whole lot more than meets the eye.

    5. Re:Candy by Sputum · · Score: 1

      The technology to build the interfaces is one thing, actually building them in a way end-users can understand is quite another.

      I've written a document library that uses keywords to classify documents. You have one master document record and attach as many keywords as you like in multiple categories. The library's interface gives some fairly powerful searching abilities, but it doesn't seem to be intuitive to anyone but me, and nobody, as far as I can tell, has read ANY part of the manual. (It's a family business, "We've been doing it this way for 20 years" sort of thing.)

      You can lead a horse to water, but there's no way in hell you'll teach him to grow potatoes with it when he can't hold a shovel.

      --
      "What we imagine is order is merely the prevailing form of chaos"
    6. Re:Candy by Sputum · · Score: 2, Interesting

      I've always liked the idea of the Apple Interface Guidelines.

      I haven't actually read any of them, but I like the idea. :)

      There are some pretty clear points you can make about user interfaces that I never did a specific course on, and therefore never learned.

      For instance, people nowadays know to look for "OK" and "Cancel", so you don't go changing that to "Proceed" and "Retreat". Tab order is really important. Borders and colours to break up the screen are really useful. This is the kind of thing all UI programmers should know (and really any public API should follow a similar set of guidelines).

      I think open source developers working on funky projects that all the geeks love are probably more likely to break the rules, too, because a lot of geeks have a similar way of thinking and they can probably get away with it and still end up with popular software.

      --
      "What we imagine is order is merely the prevailing form of chaos"
    7. Re:Candy by killjoe · · Score: 2, Interesting

      Maybe you can answer something something for me.

      Any time I hear anybody complain about a UI it's always the same complaint "this does not work the same as the program I am familiar with". It seems to have nothing to with whether the system is easier to use, arrainged more logically, layed out better on the screen, has better graphics or anything.

      To me UI guys are simply people who police the windows WIMP paradigm. If MS changes their UI then voila now you guys enforce the new MS look.

      If you ask me there will never be improvement in the UI field. We aer stuck with this crappy overlapping windows paradigm forever.

      What a waste.

      --
      evil is as evil does
    8. Re:Candy by Goth+Biker+Babe · · Score: 2, Insightful

      I've always hated "OK" and "Cancel" because sometime s it's really not clear the right button to press actually is. I've always felt that in such cases you should have a definitive statement such as "Formatting this disk will erase all of the data!" with "Format" "Cancel" as the options.

    9. Re:Candy by Sputum · · Score: 5, Insightful

      Did you see the CBS election coverage? They had a guy in the "Data Room" with this awesome touch-screen interface. He could navigate it really quickly too, and it looked natural.

      I've been asked a few questions about voice-recognition too.

      People have latched onto the whole 9-key typing of SMSs pretty well. But you're right, people only want to learn things once.

      If you have the choice between a normal bike or one that will take a little while to get used to, which one you gonna choose?

      On the other hand, if the other one has a motor, people will see the benefit and make the effort to switch.

      There's a sort of friction thing going on. Once you overcome static friction the resistive force isn't so much...

      --
      "What we imagine is order is merely the prevailing form of chaos"
    10. Re:Candy by Sputum · · Score: 3, Interesting

      That's a bitchin' idea, and it'll work because it's intuitive, and "Format" being the default button will only hammer home the point.

      You know how you see an ellipsis (...) after some menu options?

      That's meant to mean the menu item will open a dialog. It's been an Apple Interface Guideline for years I think, and it seems to be fairly consistent now across platforms. I wonder how many people notice it?

      --
      "What we imagine is order is merely the prevailing form of chaos"
    11. Re:Candy by Pingular · · Score: 1, Flamebait

      IAAUD -- I Am A Usability Designer/HCI major.
      Why do you feel the need to not only post your job, but also the acronym for it? Correct me if I'm wrong, but doesn't that mean you'd have to type MORE than you would've anyway, thus taking away any point using the acronym had in the first place.

      --

      When anger rises, think of the consequences.
      Confucius (551 BC - 479 BC)
    12. Re:Candy by maxwell+demon · · Score: 1

      Very "nice" are also those dialog boxes where it says "Such and such error occured", and to close the window you have to click "Ok". No, I usually don't think it's Ok that this error occured, I just have to live with it. So why doesn't this dialog have a "Close" button instead? Because that's what I really want to do: close the error dialog (which actually is an error monolog in most cases anyway).

      --
      The Tao of math: The numbers you can count are not the real numbers.
    13. Re:Candy by djupedal · · Score: 3, Informative

      close the error dialog (which actually is an error monolog in most cases anyway).

      Right, it's not a 'dialog'....it is what's known as a 'modal' window, meaning it floats over the action, as an interrupter/error/alert, not offering an alternate path according to the program's normal flow.

      If it were designed to act and react the same as a 'dialog window' (representing a flow with choices to proceed), it would then present a similar impression to the user, and thus not serve the purpose intended, which is to act as an alert, to which you say 'OK', I got it, let's go back to work. (and then try something else...something else that is not tied to the halt brought about by the alert).

    14. Re:Candy by Aragorn992 · · Score: 1

      Yeah totally agree, ive done two usability papers during my degree and people really don't understand how big the field is.

      And more importantly they dont understand how VERY important it is.

    15. Re:Candy by ajs318 · · Score: 4, Interesting

      One of the things I first started noticing with the strange KDE/Gnome hybrid I ran on my first "proper" Linux box {this was in the KDE2 days, i.e. before KDE was actually any use by itself}, was the way that the button to get rid of a requester, especially one bringing bad news, was usually labelled "dismiss".

      I actually think it's quite sensible. After all, once I've read the message and maybe written it down on a convenient piece of scrap paper, there's not much else I can do apart from get rid of the requester. If I was wearing a tinfoil hat and looking out for black helicopters, though, I'd say labelling the button as "OK" was a way of getting users tacitly to approve of error messages such as "This program has performed an illegal operation and will be shut down" and accept them as a fact of life.

      --
      Je fume. Tu fumes. Nous fûmes!
    16. Re:Candy by Combuchan · · Score: 4, Insightful

      UIs in Opensource seem to be a problem for those who are new to opensource software. While I applaud opensource programmer's efforts in creating easier software which invites more users, I can't help but feel that "tainting the userbase" can come with serious unintended consequences. As you move towards user friendly software, you run the risk of alienating users who like user spiteful software.

      When Microsoft introduced "task oriented" design (such as with folders and control panel applets), they didn't forget about the old users, leaving the option to revert to "classic" views. For the most part, my Windows XP desktop at work looks like Windows 95, and I like it like that.

      Gnome, on the other hand, strived so much for usable software that they alienated their userbase, and thus we have GoneME--indeed, their Project Goals are admirable.

      So much is focused on making opensource pass the Mom test, but I'm afraid of it failing the experienced users test in the process.

      --sean

      --
      "[T]he single essential element on which all discoveries will be dependent is human freedom." -- Barry Goldwater
    17. Re:Candy by jeremymiles · · Score: 1

      Let's not forget that the NHS is the largest employer in Europe [www.nhscareers.nhs.uk] and the third largest in the world - it would be a brave IT manager (or more likely, team) who made that decision. On the other hand, if anyone can ...

      --
      GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    18. Re:Candy by Singletoned · · Score: 2, Interesting

      Personally, I'm always irritated by the fact that you can't copy the text from an error message or dialog window.

      Error messages are rarely meaningful, but often if you search for the error message on the web you find some useful info or advice.

      Instead you have to copy it down on a piece of paper (and pen and paper should never be necessary for using a computer).

    19. Re:Candy by byolinux · · Score: 1

      I'm a usability geek. I'm on the team to do stuff for the FSF.

      Drop me an email?

    20. Re:Candy by fatphil · · Score: 1

      "If it were designed [badly, it would] not serve the purpose intended"

      Which is exactly grandparents point. Almost all error popups I've seen have been badly designed. Even more annoying than the ones that just have "[OK]", are the ones that have
      "[OK]" _and_ "[Cancel]". These ones even pretend to be getting one bit of information from you, when in fact there's no behavioural difference between the choices. However, the first time you see such a dialog box you have to scratch your head and think "what might it possibly do differently if I select OK rather than Cancel". Humans should _not_ have to try and guess the outcome of their actions.

      FP.

      --
      Also FatPhil on SoylentNews, id 863
    21. Re:Candy by gilesjuk · · Score: 1

      True, but since many applications and interfaces can be customised by the solutions supplier (who will do usability testing) it's not an issue for large IT projects.

      (Incidentally I have first hand experience of NHS projects).

    22. Re:Candy by TheMysteriousFuture · · Score: 1

      Yes I did see that and I thought it was awesome and wondered how I could find out who they had design it for them (assuming it was outsourced).

      Anybody with inside contacts t'would be cool if you could give details :)

      --
      .sig
    23. Re:Candy by TheMysteriousFuture · · Score: 2, Funny

      Did you catch when they went to him and he was doodling on the screen, and nobody knew he was on (other then branedead dan) and the cameraman slung the camera around and he said "gonna need some more coffee....I'm falling asleep here...

      Was kinda funny :0

      --
      .sig
    24. Re:Candy by mumblestheclown · · Score: 1
      Number of true usability engineers on sourceforge: very very few.

      Of those, the number that actually have the resources required to do the sort of testing that true usability design requires: virtually none (this is no sleight on them - true usability testing requires access to a good deal of users and a lot of patience with clipboards and video cameras and stopwatches and surveys and the like).

      This is a fundamental problem of open source software as it is now practiced.

      Anybody who counters with "yes, but programmers can do design too" - yes - but not as well. Usability engineers that every for-profit software company in the world hires are not art school guys lucky to have jobs - arguably, they mean as much if not more to successful desktop software programs than the programmers do.

    25. Re:Candy by djupedal · · Score: 2, Insightful

      I'm defending the logic, not the concept. The concept is poor, but the logic is accurate, which brings me to a point that should have been made earlier, which has to do with various OSs and how they deal with errors as a rule.

      Computers should always offer a way out as an option, and not just present a deadend, which is one difference between Windows and Mac OS... I use Mac OS because the concept of alerts (among many other things) reflects respect for the user, and the logic is carefully applied. Windows has never demonstrated anything but contempt for the user, which is usually at the root of comments such as yours.

      Apple's 'Human Interface Guidelines' are a good way to find out just how an interactive machine such as a computer should operate - it's worth the average user's time to browse thru them, if for nothing else than to see clear examples of how software and hardware should behave. Engineers in many fields can also benefit by revisiting the basics.

    26. Re:Candy by Anonymous Coward · · Score: 1, Funny

      And FUCK WITS like you are the bane of many user's lives.

      But we all know the user doesn't count. Right?

    27. Re:Candy by TheMysteriousFuture · · Score: 1

      I need some more coffee heh...that didn't make a whole lot of sense. The guy with the awesome touchscreen interface was the guy who wanted coffee.

      --
      .sig
    28. Re:Candy by Anonymous Coward · · Score: 0

      corporations don't survive with "resource".
      A company that doesn't increase its incomes is as good as dead.
      Don't let the shareholders hear this though...

    29. Re:Candy by Donny+Smith · · Score: 1

      >What I suggested was start something of an Opensource UI consulting group, where a bunch of usability experts could pitch in and help out the development of UIs and do some serious usability testing of interfaces.

      And that would cost a ton of money and yet no "maintainable" product would come out of it (unless they permanently employ those gurus and then more documentation gurus, and more PM gurus, etc., which Microsoft already does - and that's why it's all as expensive as it is).

    30. Re:Candy by Anonymous Coward · · Score: 0

      I couldnt agree more about usability issues. This is far more important that what most open source/Linux/unix folks realize. 10 -20 years from now command line isnt going to be considered and elegant computing interface.

      Also, as metlin mentioned, there is a lot more to good UI than simply adding buttons and colors to some interface. MS puts A LOT of research into usability and it does show through in windows and windows applications.

    31. Re:Candy by rikkards · · Score: 1

      It might also be the lack of a support for a third party software. The Canadian government had decided that the approved software for encrypting and signing was Entrust's suite. When it came to picking an OS, Linux fell short.

      Personally, I think that is putting the cart before the horse but I voted for Kodos.

    32. Re:Candy by Anonymous Coward · · Score: 0

      Actually, truth of the matter be told, most user interfaces in the Open Source market aren't that bad.

      Fast foward a bit to an undeniable fact: people in the Open Source market are individual developers. My desktop is generally composed of more visionaries than any sane person would want to keep track of. User interface has a lot more to do with application integration than anything, and while some large groups standardize on application integration (namely KDE), most developers are stuck with designing their own mix.

      To illustrate what I'm talking about, nearly every one of my applications comes with it's own custom file/open dialog and this is the best that can be done because there are multiple conflicting standards. Or how about application settings? More than three-quarters of every application's user interface is it's configuration and all of this is typically stashed in either configuration files or bloated GUI. Either way about it, user expectation is not met.

      Any single application on the Open Source market that I can dig up individually has probably one of the most intuitive and flawless user interfaces of it's kind, but mix this with about a dozen overly-intuitive interfaces and it's like trying to perform a dozen tasks simultaneously.

      Not to mention, since the applications were never designed to compliment one-anothers functionality, users are forced to also dance over the cracks and overlaps. Quite honestly, more often than not, I make plentiful use of GUI but fill the gaps with a temporary xterm.

      -- Tyln

    33. Re:Candy by Grand+Theft+Posting · · Score: 0

      Usability at the FSF? What the fuck do you do? Ensure Emacs' use of Lisp is obtuse? Do you decide "cute" compile flags and product names just so that you can have bullshit like "-liberty"?

      There's a huge difference between being a usability "geek" and being a usability expert. Considering what the FSF puts out, my guess is that your team is nothing more than a rubber stamp.

    34. Re:Candy by TheRaven64 · · Score: 1
      The MacOS Human Interface Guidelines have a whole section on naming buttons in dialog boxes. The basic idea is that, in most cases, the user should be able to press the correct button without reading the dialog. For example, in Windows when the user attempts to close an unsaved document they are usually presented with a dialog saying something like `Do you wish to close, losing unsaved changes?' or `Do you wish to save before you close?' both of which have buttons labelled Yes, No, and Cancel. In OS X, the same buttons are labelled `Save', `Don't Save', and `Cancel.'

      A lot of good UI design is common sense. Anything where the user has to think about how to perform a task, rather than the task itself, is bad design.

      On a slightly different topic, my pet hate with regard to UI design is so-called cross platform GUI toolkits, such as SWT and Qt. These allow developers to use the same UI across multiple platforms, conveniently ignoring the fact that different platforms have different UI paradigms and HIGs. The worst thing about these is that they still look like the native platform, even when they don't behave like it. Swing avoided this with the metal look, which provided a different look, so the user would subconsciously know that every Swing app with the metal theme would behave like a Swing app. It then completely negated this advantage by including a set of native themes.

      --
      I am TheRaven on Soylent News
    35. Re:Candy by AaronLawrence · · Score: 1

      I think we unconsciously notice as meaning "there's more here". As opposed to "this does something right away". As it is probably intended.

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
    36. Re:Candy by sl4shd0rk · · Score: 1

      >IAAUD -- I Am A Usability Designer/HCI major.
      >

      IAAUUYD - I Am A User of the Usability You Design.

      That sounds pretty important. If you are in any way responsible for the usability of my cell phone interface, I would like to let you know that it needs less candy - way way hellaway less candy.

      --
      Join the Slashcott! Feb 10 thru Feb 17!
    37. Re:Candy by afd8856 · · Score: 2, Funny

      "I really like the standard Windows message: This application has performed an illegal operation. Press Ok to continue, press Cancel to start the debugger." Is this Microsoft's usability design at work? :)

      --
      I'll do the stupid thing first and then you shy people follow...
    38. Re:Candy by Anonymous Coward · · Score: 0

      To your sig: did you just got laid?

    39. Re:Candy by Bert64 · · Score: 1

      And nodoubt the custom applications will be as tightly coupled to windows as possible, to prevent future migration away.
      The NHS should force custom applications to follow published standards and operate on more than one platform, afterall theres no migration/porting costs involved for a custom app thats yet to be developed.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    40. Re:Candy by afd8856 · · Score: 1

      Haven't you saw Trinity? They had the Matrix AND THEY STILL USED the command line! :) The command line will never die :-)

      --
      I'll do the stupid thing first and then you shy people follow...
    41. Re:Candy by daem0n1x · · Score: 1

      That's something really annoying. For some reason, I always press "Cancel" when that damned dialog appears, and then I have to wait for hours for the Visual Studio or Delphi opens up (painful in the piece of crap computer I have at work). I think they did it as a stupid workaround, but would it be so expensive to do it right, being one of the most profitable companies in the World?

    42. Re:Candy by streamscape · · Score: 1

      ...and if you're really old school, you'll still find progman.exe and winfile.exe in the windows folder!

    43. Re:Candy by squiggleslash · · Score: 4, Interesting
      I've noticed Firefox implements a prime example of why OK and Cancel are bad ideas.

      "A script on this page is causing mozilla to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script? [Cancel] [OK]"

      If you read these as actions, then CANCEL will cancel the script, and OK will say no, the situation is OK. If you read these as direct, literal responses, to the question, then CANCEL means cancel the script, and OK means... erm, OK, abort the script.

      If you're a software developer for the Mozilla team, however, you read it as "OK means yes, CANCEL means no, that is the natural order of things."

      Better wording would have changed the question to "Do you want to continue running the script?", and better still would have been to change the buttons to "Continue" and "Abort script" (as per your suggestion that "Format" should be the button on a disk formatting dialog)

      I should submit a bug about this.

      --
      You are not alone. This is not normal. None of this is normal.
    44. Re:Candy by Zaiff+Urgulbunger · · Score: 1

      I guess part of the problem is that to do proper testing you need tools that will suit the way open-source projects are developed. For example, where Microsoft might be able to recruit hundreds of testers and have them all in a single location and/or video record their experiences, how can open-source match this?

      To describe the problem another way, if you use open-source project XYZ but a few things about the GUI annoy you, such as the way "widgetX" doesn't, I dunno, give any feed-back when you click it, then how does that information get passed to the developer? Obviously the problem doesn't affect the developer, otherwise they'd likely have coded it different in the first place. But the problem requires a tester (who likely needs to be non-technical, so non-geek, so likely not someone who frequents open-source developer forums) who can articulate the problem using the power of "text".

      So, perhaps open-source developers could use tools that sort of "video record" a users use of an application [maybe just capture a VNC stream... or something] and ideally allow voice annotations. This might make it easier to describe problems that can't really be done justice through text.

      And just to try and describe a GUI problem I've noticed in KDE (I'm normally a Windows user.... sorry people! :) ).
      In Windows Explorer, if I click on a [+] in the tree view, then it opens all the folders within that parent folder.... just as Konqueror does. However, if I click on the [+] at the bottom of the tree-view pane, then Windows Explorer will automatically scroll that pane does a little so I can see the newly opened sub-folders. Konqueror *does not* do this, and this kind of behaviour is common throughout open-soruce projects.

      Anyway, that is a problem that you can only understand (1). through usability testing and (2). if the user actually notices it as a problem.

      But I don't know if a "typical" user would ever understand *what* the problem was and then be able to relay this information back to the developers.

    45. Re:Candy by _|()|\| · · Score: 2, Informative
      [CBS] had a guy in the "Data Room" with this awesome touch-screen interface. He could navigate it really quickly too, and it looked natural.

      I believe it was Alias PortfolioWall. I've seen it used primarily with gestures, which never seemed to work well. People would drag right for the next slide, but get so lost that an assistant at the keyboard had to help. The guy on TV stuck to simple button pushing and map zooming, which was effective.

    46. Re:Candy by Anonymous Coward · · Score: 0

      More like a slush fund for kickbacks,

      That's an a lot of scratch to kick for this, I would say their budget is too generous.

    47. Re:Candy by Eccles · · Score: 1

      Personally, I'm always irritated by the fact that you can't copy the text from an error message or dialog window.

      That depends on the OS and/or UI toolkit. In Windows, you can often use Ctrl+C to copy the text of an error dialog, even though you can't drag-select or right-click copy, and there's no feedback regarding success or failure of the copy.

      --
      Ooh, a sarcasm detector. Oh, that's a real useful invention.
    48. Re:Candy by Anonymous Coward · · Score: 0
      For example, where Microsoft might be able to recruit hundreds of testers and have them all in a single location and/or video record their experiences, how can open-source match this?

      Simple, open source programmers just STEAL the interface ideas other people have spent millions on researching properly.
    49. Re:Candy by Anonymous Coward · · Score: 0

      I'd be curious if the decision to go with a fat client was before or after selecting Microsoft? We've developed many a thin client that would give any fat client a run for it's money on capability and responsiveness.

      Based on your description, it sounds pretty impressive what you are trying to do, but it also sounds like it was planned as a Microsoft solution from the get go.

      Does the cost quoted just for development or is it for hardware and infrastructure, too? If that's just the development cost, well, it sounds pretty pricy for just integrating Microsoft apps and technologies. Of course, maybe that's right, since they are Microsoft apps.

    50. Re:Candy by cronius · · Score: 0

      My god, I opened a KDE window after reading this and was shocked to see those dots there! Seriously, I'm a total computer/Linux geek and I've *never* seen them before! Amazing what you don't notice if you don't look..

      --
      Life is Reality
    51. Re:Candy by Zixia · · Score: 1

      There's a sort of friction thing going on. Once you overcome static friction the resistive force isn't so much...

      I think the word you are looking for is 'inertia'.

    52. Re:Candy by Matt_UK · · Score: 1

      We use a Citrix farm to provide thin client to the desktop, the thick client sit on the Citrix servers, job done

      --
      Oooh 'eck DM!
    53. Re:Candy by Singletoned · · Score: 1

      That's even worse, but thanks for the tip.

    54. Re:Candy by Anonymous Coward · · Score: 0

      No, he's correctly talking about friction. There are two kinds, static and dynamic. The effort to make a stationary object start moving (on a surface like a table or some such) is higher than the effort needed to keep it moving. The difference is the static friction resisting the initial effort vs the dynamic friction resisting the ongoing effort.

      Now you see the analogy to people's resistance to change, yes?..

    55. Re:Candy by upsidedown_duck · · Score: 1

      They had a guy in the "Data Room" with this awesome touch-screen interface. He could navigate it really quickly too, and it looked natural.

      The CBS data display added very little to the broadcast. Instead, it allowed the guy to bring up even more irrelevant graphs that made his really neat display look little more than an expensive toy. Add the data display to Rather's inane metaphors and CBS was almost painful to watch.

      BTW, by picking sputum as your ID, are you saying you identify personally with sputum?

      --
      -- "Makes Little Debbie look like a pile of puke!" - Moe Szyslak
    56. Re:Candy by Zaiff+Urgulbunger · · Score: 1

      Good though MS software is, Apple do a better job though! So maybe MS doesn't spend quite a many millions as we might think.

    57. Re:Candy by Ben+Brighton · · Score: 1

      Where do you get a Usability Design/HCI major?

      --
      Just back up one song from the album, and a text file that says "more shit like this". Think of the space you save -Mant
    58. Re:Candy by metlin · · Score: 1

      Well, many schools have programs specific to this area.

      One of my Masters is in the HCI Program at the GVU Center at Georgia Tech, with specialization in the CS track.

      CMU, Stanford, Berkeley, NYU, UWash etc are some other schools with such programs.

    59. Re:Candy by bheer · · Score: 2, Interesting

      Get it usable enough that people aren't going to have problems with it

      You mean: get it usable enough so that *in the programmer's* opinion others are not going to have trouble with it.

      That's the attitude that gave us X.

    60. Re:Candy by welsh+git · · Score: 1

      > You know how you see an ellipsis (...) after some menu options?

      Always noticed them, but never noticed the association!

      I just thought it was how some people write sentences ending like this.............

      And some don't......

      And that it was just arbitrary depending on who happened to code the menu, or what writing-style-mood he was in at the time........ :-) ....

      --
      Sig out of date
    61. Re:Candy by Sputum · · Score: 1

      By picking upsidedown_duck as your ID are you saying you personally identifty with upside-down ducks? :)

      --
      "What we imagine is order is merely the prevailing form of chaos"
    62. Re:Candy by Zixia · · Score: 1

      I don't agree, despite us flying off on a tangent to the discussion.

      Inertia is essentially a resistance to change, so there is an effort to make a stationary object start moving, just as much as there is to make the same object that is now moving stop or change direction.

      While it's true that people are less likely to switch the OS or applications they use because they are unfamiliar with the alternatives, there is little reistance in using the ones they all ready know, and just as there is no effort required to keep using something one is familiar with, there is no change in inertia for an object that is not having it's velocity changed.

    63. Re:Candy by Anonymous Coward · · Score: 0

      I agree, and I also believe this is how real competition benefits everyone. If Linux wasn't a viable alternative, I don't think MS would have stumped up wuch a good deal for the NHS.

    64. Re:Candy by fatphil · · Score: 1

      Agreed.

      Whilst I frequently say anti-Apple and anti-Mac things (I just don't like them, I even bought one once, so it's not from ignorance that I build my opinion), I've always been prepared to admit that Apple's Mac UI guidelines were very well designed, after years of intensive study and usability testing , and left the user with very few surprises. Which is a good thing.

      Many of the MS borrowings from Mac _broke_ the good design work by Apple by changing details that MS were too stupid to understand were fundamental to the reason why Mac adopted the correct and working version of the idea. E.g. the introduction of a dead pixel below the buttons in the start bar, violating the "the edge of the screen is infinite" principle. Apple got that right right from the start, to see MS fuck up so badly was an embarasment to everyone who knows anything about UI design.

      I feel that more recently (last half decade) Apple have dropped the baton a bit, as the consistency has evaporated away. Everyone's introducing their own paradigms (this includes Apple itself), so you never know exactly how anything new is going to behave. Some of the old UI guidelines are now completely out of the window, which is a shame. (e.g. Do not model a program on a physical device unless the user is expected to already be familiar with such a physical device - violated by programs that look like physical devices that have never existed. e.g. various media players.)

      FP.

      --
      Also FatPhil on SoylentNews, id 863
    65. Re:Candy by byolinux · · Score: 1

      Actually, I'm working on improving the website first, but then I hope to work on improving accessibility of free software.

      My day job involves Usability and Accessibility :)

  2. Costs by tuxter · · Score: 5, Insightful

    Only because the roll-out and retraining of hundreds of I.T. staff would have cost them millions in time and lost productivity. This is not entirely surprising, and the primary reason that Linux and open source OS's are not being adopted by the main stream large organisations. It has nothing to do with the stability,functionality and quality of the actual products.

    1. Re:Costs by metlin · · Score: 4, Insightful

      True.

      Most people forget the overhead costs of switching to an entirely new system.

      However, it's worth noting that this is more of a short-term decision than a long-term one. If they did switch to Opensource solutions now, it would cost them money in the immediate future, and loss of productivity.

      However, 5 years from now, once the people are quite used to the new system - it would be a breeze. However, 5 years down the line, the same argument would be used to once again not switch to Opensource.

      It's a vicious circle, and you would have to break out of it at some point of time or the other.

    2. Re:Costs by dtfinch · · Score: 1

      Maybe, but for what they're paying they could have gotten 1000 programmers and other staff of their own for that time period. Say, 5 per project, that's 200 projects under simultaneous development.

    3. Re:Costs by tuxter · · Score: 1

      It's the same reason that long term election promises are never fulfilled, i.e. roads, is by the time it becomes obvious the work has been succesfull, the people responsible have left, and can't get any kudos for it. What's their motivation, political and corporate accolades are useless if you gain nothing from them.

    4. Re:Costs by plankers · · Score: 1

      If there was one kernel of truth in Steve Ballmer's last anti-Linux email, his comments on the cost of switching were right on. So are yours. It's really hard to switch away from something that people, especially the average users, are so used to, and most places considering the switch would do well to do it in stages anyhow. Or slowly, replacing services that operate better on Linux (like name servers, web servers, etc.).

      Nine years is a time to be trapped with one vendor. One would hope that Linux will be an absolute no-brainer on the desktop by then.

    5. Re:Costs by Anonymous Coward · · Score: 0

      That and since it's a government institution so part of it's job is not simply to provide services, but also to provide jobs.

      If you switch to linux you have a high likelyhood of needing to eliminate many jobs since Linux is much lower mantanance then Windows is once you have it setup and develop your automation.

      It's a general fact (all situations are different, mind you) that the average Unix admin is much more productive then the average Windows admin... as much as a 1 to 10 ratio in some situations.

      Face it, costs realy aren't ever going to be much of a issue to governments. They use what works and after all it's not their money !!! Governments may pretend to care about effeciency and cost effectiveness, but that's mostly lip service. The beuarcracy rules all when it comes to budgetary matters.

      So stop trying to look for governments to force OSS stuff down on their "subjects". It's just not going to happen.

      All of the FOSS push has to come from the private sector were cost and compitition are actually driving factors behind innovations like OSS software developement. The governmnet may fund a little bit here and there, but like always the private sector is what carries the bulk of the responisbility.

      And don't worry, FOSS has already proven it's effectiveness. After all nearly 30% of all servers are based on open source software, and the next step is the desktop.

      Once that happens then either MS will have to play nice with other operating systems and companies or just end up another dead tech company that had a good run.

    6. Re:Costs by Dcnjoe60 · · Score: 1

      I hear this argument all the time, but it doesn't hold water unless the enterprise is already using Windows XP (and then why the upgrade).

      Going from any previous version of Windows (2000 on back) is going to require retraining and the older the version of Windows, the more training required. Being a government agency, they're probably not already running the greatest and the latest. So, regardless, with a platform switch, they will require new training. Then there is the new application. It will require the bulk of the new training, or at least the bulk of the costs associated with the training.

      Any new enterprise wide system from the pc to the mainframe requires retraining, although I don't know if that includes of hundreds of I.T. staff. It's the application that drives the retraining, not the underlying operating system.

      In the real world, stability, functionality and quality of the actual products are significantly more important than the initial cost of deployment.

      Case in point, at my previous employment, in just one of the smaller "main" systems, a two hour outage would create a two week backlog in work if it occured during peak production seasons. 500 data entry employees sitting around without work and then playing catchup by paying overtime is far more costly than any retraining of IT staff. Besides, not every IT staff person has to be trained initially, just enough to keep the systems up and going (and their backup people, too). The training of the rest of the staff can proceed at a more orderly pace and at a reduced cost.

      Anyway, that's my experience in managing IT for a large government organization.

    7. Re:Costs by metlin · · Score: 4, Insightful

      But that argument will keep getting used, unless there is a gradual change that happens, as you said.

      See, you would need to expose people to the new system, and unless you do, you will never make it popular.

      People are used to Windows because it's popular. Why do they want Windows? Because they are used to it.

      Unless other alternatives slowly start creeping in, it's going to be next to impossible.

      Yes, you'd have to break the user-base at some point of time or the other, but it needs to start _somewhere_.

      Not unless we all want to be using Microsoft products 10 years down the line, too. :-) Remember, 10 years down the line, it would be 19 years of being stuck to the same vendor.

    8. Re:Costs by Zen+Punk · · Score: 1

      After all nearly 30% of all servers are based on open source software

      Ha! Don't you mean 30% of all servers are based on proprietary solutions? Last I heard, Apache was the clear leader in web server software, and a significant number of Apache installations are running on top of an Open Source operating system. Or were you referring to servers in a broader sense? I would suspect that the margins would even out a bit if you included corporate intranet servers and the like, but I think(hope?) that a little more than 30% are running Open-Source solutions.

      --
      Sleep is futile.
    9. Re:Costs by Unordained · · Score: 4, Insightful

      It's funny to hear people talk about how users are accustomed to Windows and won't like to switch. Our software is Windows-based, we use linux in the server room. But our users really don't know how to use Windows -- we still wind up teaching them that yes, you can move windows around; you can minimize/maximize them; tab goes between controls; you can drag icons; no, "my documents" is not the only place on your hard drive; no, you shouldn't open any and all files, ever, by first opening Word and then going to "file", "open" ... and these are people who have been doing data-entry (on computers) for a decade or more. They don't even catch on to the basics from just sitting there using the operating system for eight hours a day. I think we, as programmers, have lost touch with what it means to get accustomed to something new. We think of it in terms of knowing where everything is in the menus, knowing how files will be laid out after a fresh install, knowing where the configuration panels are, etc. Our users ask us to come and find things in the menus for them, like, say, how to print mailing labels -- something that's in the menu, quite obvious, but they won't see because they refuse to explore. They also refuse to read labels, captions on buttons, or any text longer than three words that you throw at them -- but that's another matter. It's not that they're not capable of learning, they just don't want to. You give them OpenOffice, and they'll use it for six months, and then ask to switch back -- not because they couldn't do anything in particular or because stuff was laid out slightly differently, but just because they don't like the idea of running something other than "real" (Microsoft) Office. Sometimes, I think we should just do the "cold turkey" thing and let them deal with it. I think that's the only way they've made it as far as they have -- at some point they had to move from DOS to Windows, I'm pretty sure they didn't like that either. But they did it, and they usually don't look back by now.

    10. Re:Costs by mpe · · Score: 1

      Most people forget the overhead costs of switching to an entirely new system.

      Similary they forget that the "Microsoft route" actually involves switching every few years anyway...

    11. Re:Costs by Brandybuck · · Score: 1

      Most people forget the overhead costs of switching to an entirely new system.

      Yet, at one time these organizations switched to Windows. Think about it. If they didn't get into computing recently after Windows became de'rigeur, then they must have switched *TO* Windows from something else!

      So my question is, if switching from Windows to FOSS is too expensive, then how inexpensive was it to switch from Unix/Netware/DOS/Etc to Windows ten years ago?

      p.s. My company switched from Solaris 8 to Windows NT at a great and horrible expense. We're still reeling from the switchover four years later. If it's feasible for a major corporation to do it one way (just because it's popular), then what's the hindrance against going to the other way?

      --
      Don't blame me, I didn't vote for either of them!
    12. Re:Costs by mpe · · Score: 1

      But our users really don't know how to use Windows -- we still wind up teaching them that yes, you can move windows around; you can minimize/maximize them; tab goes between controls; you can drag icons; no, "my documents" is not the only place on your hard drive; no, you shouldn't open any and all files, ever, by first opening Word and then going to "file", "open"

      The worst I've seen along this line is users who insist on attempting the MS Office "open file" dialogue box for all file management.

    13. Re:Costs by bshellenberg · · Score: 1

      I don't buy the "changing to another platform would cost in the short term". Remember, this is a £500m contract! Thats not chump change, and I'd think any company such as IBM or Novell could easily provide a custom solution for half that figure (and be backed by a hardware vendor to boot). There is more to this than simple economics.

      --
      Karma: Neutered
    14. Re:Costs by tuxter · · Score: 1

      53.285% of all statistcs are made up.

    15. Re:Costs by Anonymous Coward · · Score: 0

      What is scary is that you can use the "open file" dialogue box for all file management. It is basically a little window with extra functionality. You can right click on an item and do all of the normal open/copy/paste type things.

    16. Re:Costs by Sputum · · Score: 2, Insightful

      Every time I attempt this sort of education with my users their eyes glaze over and they want me to go away. Often they'll say "Oh, I don't care about computers", to which I'll reply "They're the tools of the trade, you should know how to use them".

      I know if I got a job as a carpenter I wouldn't go around saying "Oh, I don't care about circular saws". Sure, you don't need to know how to build one or fix one, but you should know how to use it.

      --
      "What we imagine is order is merely the prevailing form of chaos"
    17. Re:Costs by plankers · · Score: 4, Insightful

      I totally agree with you. It's just that people follow the path of least resistance, not what might be better for them in the long term. I've been through a number of migrations of enterprise systems, from one product to another, and the users complain about everything. It isn't surprising to me that IT management wouldn't want to do anything "radical" that would cause people to complain more. Yeah, I know, and you know, that it isn't necessarily that radical, but it's the whole "sticking your neck out" thing, and that's what Linux feels like to a lot of people right now, at least on the desktop. Nobody gets fired for buying Microsoft, it seems.

      Again, I agree with you, and I think that this behaviour is lame. As more work is done by corporations like Red Hat and SuSe on the desktop, as SCO dies and burns in hell, as organizations that are less "risk averse" start switching to Linux on the desktop, things will get better because the stodgy organizations won't feel like they're sticking their necks out so far.

      Now, if IBM were to switch their desktops internally to Linux, and publish their results...

    18. Re:Costs by Tim+C · · Score: 4, Interesting

      People are used to Windows because it's popular. Why do they want Windows? Because they are used to it.

      You're forgetting one more point - all the software they use runs on Windows. Sure, most of it may well have an equivalent alternative for Linux, but in my case that's certainly not all.

      Sure, that's not true of the average office worker, who really only needs email, web access, a word processor and maybe a spreadsheet, but that's the thing about averages; they don't apply to everyone...

    19. Re:Costs by plankers · · Score: 1

      So basically you're saying that because users are clueless regardless of the OS or windowing system it doesn't really matter what they're using. They'll ask the same stupid questions regardless.

      Yeah, I can see that. In the enterprise software deployments I've done I've seen so much complaining about stupid things, baseless complaints, complaints that buttons are in a different place, complaints that things are different (duh, it's a different fricking product), etc. that I totally agree. Most of the users I deal with can handle basic window operation, though (which is neither for or against Linux, BTW, because KDE and Gnome and stuff obviously have the same controls).

      I think this started mostly as commentary on managerial fears, though, and that's where I see the biggest problem. Maybe you're in a situation where you're the manager of the IT department, or the management is cool with Linux, but in a lot of cases the idea of switching to Linux is scary to managers. Why? Because it's the unknown, and what if it doesn't work and it screws something up, and they get fired? If you're not a manager try walking up to yours and suggesting you all switch to Linux on the desktop. Actually, this should be homework for everybody reading this. :-) Plant the seeds of change by just suggesting it...

      Anyhow, I guess what I'm trying to say is that in many cases managers are just as clueless about this stuff as the users. They just get to make the decisions.

    20. Re:Costs by Anonymous Coward · · Score: 0

      Step 1: Agree with them. Tell them you don't care about computers and that you have no idea why any organization thinks they're useful.

      Step 2: ???

      Step 3: Profit.

    21. Re:Costs by plankers · · Score: 1

      You have to upgrade once in a while regardless of the OS you're running.

      And with Microsoft's release schedules slipping, it looks like the support timelines for things like Windows XP will be as long as the support from Red Hat for Enterprise Linux (5 years). Oops! Fortunately, Red Hat will have two new OS releases before Microsoft gets one new one out.

    22. Re:Costs by stoborrobots · · Score: 1

      I'm sure it's much higher than that... probably around 97.3% of all statistics...

    23. Re:Costs by Anonymous Coward · · Score: 1, Informative

      I setup openoffice on my step-mom's PC (I was tired and bored of even pirating OXP due to the support calls I'd get from her,) and to this day she has no idea it's a different product than Microsoft Word. To you and me the differences are obvious, but she literally just thought I'd changed the appearance of Word.

      Great points brought up in your post.

    24. Re:Costs by ykardia · · Score: 4, Interesting

      Linux on the desktop will happen, but it will start with call centres, budget airlines, etc, i. e. in situations where the set of software that people are using is small and standardised and there is a lot of pressure to reduce costs, where people need small amounts of training on the software, and where staff turnover is high (you are loosing the knowledge that people have of existing software anyway when they leave).

      Once it starts getting used extensively in these kind of environments, it might gain sufficient critical mass to overcome the "we use Windows because it is popular" trap.

    25. Re:Costs by jimicus · · Score: 1

      "then what's the hindrance against going to the other way?"

      That's easy. The hindrance is: every time you try to move away from Windows, Steve Ballmer sends along a top salesman to tell you all about how much more it's going to cost, and how you are better off staying with Microsoft.

      And Steve Ballmer has the money and inclination to throw a lot of salesmen at you.

    26. Re:Costs by Anonymous Coward · · Score: 0
      most people havent forgotten, or at least not most people who make such decisions.

      Fools rush in: just as Munich. But Ive worked with Germans, and while they are smart, they have a tendency to like playing with toys too much (you know, kind of like doing a city-wide total linux migration without doing any testing first).

    27. Re:Costs by s-meister · · Score: 1
      That and since it's a government institution so part of it's job is not simply to provide services, but also to provide jobs.

      I beg your pardon? The National Health Service is NOT a job-creation system. Well, other than for managers perhaps. It actually exists to provide healthcare that is predominately free at the point of use, to use the politician's expression. I agree with the tone of your other comments, but you can't get away with that one about job creation without providing evidence.

    28. Re:Costs by uglyduckling · · Score: 2, Informative

      These arguments really aren't as compelling as they seem. If you split it up in to three levels...

      Servers

      I'm talking about everything from nationwide databases down to local hospital medical records, from DNS to authentication and filestore. These have always been a mixture of Netware and Unix servers at the higher end, with perhaps Windows boxes more recently for lower end stuff at smaller institutions. Retraining? Not really - the guys administrating these have a Netware and Unix background and have grudgingly accepted the creeping integration of MS systems - but probably wish the didn't have to.

      Workgroups

      By this I mean departmental filestores, local printer shares, document management (i.e. paper->electronic), specialist systems like storage of x-rays and ultrasounds. These have been Microsoft for a long time, but local admins have had to retrain to administer these every 2-4 years: the differences between 9x, NT, 2000 and XP are confusing enough that you cannot upgrade without either retraining or a significant period of time when things break and the admin has to sit and 'play' for a long time in order to fix it. Try training someone to create a network share and then set permissions on 9x, then sit them down in front of a 2000 or XP machine. A well-deployed system using webmin would not, in my opinion, require vastly more retraining that this and has the advantage that it's fully customisable for local or national rollouts.

      Workstations

      By this I mean the machines on people's desktops. As far as the user is concerned these are: a desktop, a 'start menu', a web browser, Word, Excel and Powerpoint. A Free/OSS solution can duplicate these and be no more different for the end user than XP is from 2000. Most bespoke software now runs from within a web browser; in fact, for the NHS, the supposedly failed maxim 'the browser is the OS' is actually true: everything from x-ray and biochemistry results to e-mail runs through a browser so is completely OS agnostic (well - I don't know what ActiveX controls are used..!).

      NB I am a medical student working at one of London's largest hostpitals, so I have seen a cross-section of the NHS's IT in action. I am very disappointed that contracts are going to Microsoft because I'm sure there's no real need for it, and lots to be gained from switching. The NHS has the resources to have its own distro - say based on debian... but I'm just going glassey eyed now so I'll stop...

    29. Re:Costs by jeremymiles · · Score: 4, Insightful

      Let's not forget the indirect costs to the workers. People have Windoze machines at home, and they take stuff home to work on it there. They would be using different programs / interfaces at home and work. The program I work with the most (SPSS) is not available for Linux (or Macs, or anything else). (I have made attempts to switch people in my department to the open source R http://www.r-project.org/ as as alternative, but when they saw the interface, they laughed.

      --
      GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    30. Re:Costs by dylan_- · · Score: 1

      SPSS is available for Mac OSX. It used to be available for some Unix, but maybe they've dropped that now...

      Interface? What? This isn't Powerpoint! How did they manage when you had to use SPSS syntax for everything?!

      --
      Igor Presnyakov stole my hat
    31. Re:Costs by cerberusss · · Score: 1
      unless there is a gradual change [...] Unless other alternatives slowly start creeping in, it's going to be next to impossible.

      This gradual change could be happening if open source software focused on the im-/exports of proprietary formats.

      Unfortunately, I notice that important software is not focusing on that. Firefox has it right, with flawless import of IE favourites. OpenOffice doesn't, there are too many caveats to use it transparently. I find that a shame.

      --
      8 of 13 people found this answer helpful. Did you?
    32. Re:Costs by ajs318 · · Score: 1

      IAAITM and my company use Linux almost throughout; all except the beancounters who need to run SAGE {and hence Windows} to maintain compatibility with Group Head Office. {Hacking its file formats is a longer term project}. Most of the software we use on a day-to-day basis is homebrew, written in Perl or PHP and accessed through a web browser. If we have user-interface issues, we resolve them, -- either by editing the software, or by applying a cluebat as appropriate.

      But then again, my company was founded by a hacker.

      The NHS is more than big enough to afford to run its own IT department, and every penny it spends there is going to be an investment which will pay a dividend in the future, not an expense sent overseas never to be seen again. As a taxpayer, I resent my government wasting money that they only have in the first place because I am out earning a living as opposed to sitting on my arse claiming the dole.

      There is a definite business opportunity selling Open Source migration services to organisations too small to have their own IT department. <menacing guy in expensive suit>'Cause it's going to work out much cheaper than getting busted for running pirated Microsoft software, isn't it?</menacing guy in expensive suit>

      Come to think of it, why do Governments have to respect copyright in software at all? They make the freakin' laws!

      --
      Je fume. Tu fumes. Nous fûmes!
    33. Re:Costs by mumblestheclown · · Score: 1
      This argument assumes that OSS is at least as time efficient as MS alternatives.

      This is at best speculative and at worst wrong.

      MS has spent tens of millions of dollars on software usability to ensure that the software is easy to use and relatively intuitive. OSS equivalents haven't spend a hundredth of the effort on true usability analysis. And, while MS stuff certainly has its annoyances, to claim that OSS equivalents dont would be false.

      You have to remember the greater cost still - if it takes your secretary even one minute longer per hour to do her work because her word processing software is less user-friendly and intuitive, then the acquisition cost of the software quickly becomes meaningless compared to the productivity / wage loss.

      at the very very least, please don't claim that OSS is better at such productivity than MS is. You have no proof of this. In fact, what few studies there have been tend to suggest otherwise.

    34. Re:Costs by BrightCandle · · Score: 1

      We are talking about medical software here not your average office user. The NHS is not going to be using Word as much as it is going to be using its clinical applications.

      There are not many ports of the clinical apps to Linux, some of them don't even run on windows, heard of HP Non-stop anyone?

    35. Re:Costs by FireFury03 · · Score: 1

      where staff turnover is high (you are loosing the knowledge that people have of existing software anyway when they leave).

      I'm not so sure about this - it can probably be assumed that most new recruits will have at least a basic knowledge of using Windows. Using an alternative means more training, which may not be cost effective if you have to train lots of people who won't be there long.

    36. Re:Costs by Decaff · · Score: 2, Insightful

      People are used to Windows because it's popular. Why do they want Windows? Because they are used to it.

      I'd say its because they think they are used to it. Windows has changed almost beyond recognition in the past 10 years in terms of user interface.

      I have personal experience of migrating desktops to Linux. There is often a perceived need for retraining that in practice is often way in excess of the real need. There may be some end-user irritation at the changes in interface, but I rarely find that the user is any less productive under Linux, and there huge savings resulting from cuts in support and software costs.

    37. Re:Costs by Bert64 · · Score: 1

      Why do you *have* to upgrade?
      I can understand security fixes, but why upgrade to newer versions of software which simply has features you dont need? If you were getting on just fine with the old version, why not stick with it? Your users will be very familiar with it, and if it`s opensource and you have someone with a little coding knowlege on staff you can gradually fix the bugs as you go along, so you end up with a familiar but absoloutely rock solid program which doesn`t have the unused features or extra bloat of the latest version. This also means you have less need to update your hardware...
      If you find you can no longer buy the hardware you had, and absoloutely need newer hardware, you can still run the same software on it.. You can still run your ancient apps on a modern linux kernel, and all you *might* need to change would be the hardware drivers - the kernel and X, everything else can remain the same old tried and tested rock solid version, and users will actually notice that the new machines are *Faster* and not just *prettier but slower*

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    38. Re:Costs by Bert64 · · Score: 1

      Perhaps once the problems started showing with windows, you could have pushed for a switch to a free unix, linux or BSD... A switch from solaris to a free unix is much easier than a switch to/from windows, you can run many of the same programs, and those which are only available on solaris can still be run over remote X11 from existing sparc servers to your linux workstations, so theres far less load on the solaris machines..

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    39. Re:Costs by Singletoned · · Score: 1
      "Similary they forget that the "Microsoft route" actually involves switching every few years anyway..."

      To be fair, that's looking like 'once a decade' at the moment, and whatever comes after Longhorn will probably be about two decades away, at this rate.

    40. Re:Costs by jeremymiles · · Score: 1
      SPSS is available for Mac OSX. It used to be available for some Unix, but maybe they've dropped that now...
      But only version 11.0, and SPSS 13.0 is out now. (Not that there's a lot of difference, I'd have called it 5.9 myself).
      Interface? What? This isn't Powerpoint! How did they manage when you had to use SPSS syntax for everything?!
      Tell me about it. I guess they might have had to ask other people to do it for them (which will have ensured that it was right ...
      --
      GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    41. Re:Costs by rikkards · · Score: 1

      Problem is that it isn't the computer that is the tool. It is the application within that is.

    42. Re:Costs by bamf · · Score: 2, Informative

      How far do you think 200 projects of 5 staff each would go in the NHS?

      A quick hint, the NHS employs somthing in excess of 1.3 million people.

    43. Re:Costs by Lumpy · · Score: 1

      Only because the roll-out and retraining of hundreds of I.T. staff would have cost them millions in time and lost productivity.

      you must be a manager. This was the same thing a PHB at the company I work for said on the linux migration project.

      so we migrated to XP and Office 2003. and spent the EXACT amount of money and time he said that we would spend on the linux migration.

      it does not matter WHAT you migrate to even a newer version of what you use, it will cost money. and if your staff is smart enough going to linux is no harder than the next version of windows software.

      --
      Do not look at laser with remaining good eye.
    44. Re:Costs by diablomonic · · Score: 1

      by the same logic you could say its not the circular saw thats the tool, just the sawblade..... doesn't quite work im afraid

      --
      watch "the money masters" on google video
    45. Re:Costs by EvilGrin666 · · Score: 1

      Yes but retraining is a one off cost. Constantly upgrading to the newest versions of M$ various OS's and application software is a never ending bottomless money pit.

    46. Re:Costs by Anonymous Coward · · Score: 0

      Yep, wouldn't want to retrain hundreds of I.T. staff and spend millions in time and lost productivity. We'll just stick with our UNstable, NON-functional, and POOR quality actual M$ products! That's a much better way of doing things, right?

    47. Re:Costs by AaronLawrence · · Score: 1

      Yeah, seems like 1000 programmers might go to make 1 or a few projects... not 200.

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
    48. Re:Costs by clambake · · Score: 1

      Only because the roll-out and retraining of hundreds of I.T. staff would have cost them millions in time and lost productivity.

      More than 500 million though?

    49. Re:Costs by ssj_195 · · Score: 1

      Unfortunately, I don't think it's for want of trying: I'm sure the efforts to import Microsoft Word docs are substantial, but the closed-ness (and indeed, the actual deliberate obfuscation, according to some sources) means a large amount of work nets little gain. Other closed proprietary formats will pose similar challenges.

    50. Re:Costs by unapersson · · Score: 1

      If that was the case you would have thought they'd have fixed some of their basic usability problems, for example using an up to date copy of Windows XP Professional. Someone sent me a jar file asking how to open it. It just sat there useless as far as windows was concerned. It knows what a zip file is, yet can't recognise the jar file as a zip. I had to rename it file filename.zip before it would open it.

      The same thing with text files, if it doesn't have a .txt extension windows doesn't have a clue what to do with it. You have you specifically associate it with something. If it has no extension it's even worse, it asks you every time you open the file.

      These problems don't exist on Linux. If it's a file format it knows anything about it'll open it.

    51. Re:Costs by Matt_UK · · Score: 2, Informative

      I work at local general NHS hospital in a seaside town east of London.

      The most used aplication is office (Word Outlook excel) followed by the PAS (Patient Admin System) running on an HP alpha server. All the rest of the clinical systems run on Windows server 2000 or Sever 2003. Except the system that I am responcable for, it runs on RedHat 7.2

      We went with the Linux option as we wanted to get away from working on Novell netware. Novell and NT (as we where on then) didn't work together well. Our supplier agreed to do the port (most of the sites are on *nix so it simplifys things for them). Support for the Linux box is a bit thin basicly I know a bit and one other bloke who knows more are responcible for it.

      However running this particular app on linux is great, it runs about 100 times faster (real test done to conferm) and getting access is a doddle from any computer in the hospital.

      Do I wish we used opensource more? Well I can't see many clinical apps going over as there just isant the demand for it at the momment and to be honist nurseing staff are very resistant to change.

      --
      Oooh 'eck DM!
    52. Re:Costs by sjames · · Score: 1

      Only because the roll-out and retraining of hundreds of I.T. staff would have cost them millions in time and lost productivity.

      It would have to cost them 500M at least to make this a good decision. I say at least since they will still have to deal with productivity loss when they roll out windows updates, and if (when) someone clicks an email link, they will have more costs. Even if MS takes care of the cleanup (doubtful) they will still have productivity losses.

      In 9 years, they'll be hit up for another 500M at least. Had they gone with Linux, they wouldn't have any additional expenses. Since the people would have been already be trained, and the machines already able to do automated upgrades.

      So when comparing the reletive costs, the fair comparison is 500M for 9 years of MS versus one-time retraining costs for Linux until the end of time.

    53. Re:Costs by Matt_UK · · Score: 1

      "And don't worry, FOSS has already proven it's effectiveness. After all nearly 30% of all servers are based on open source software"

      I work in an NHS hospital, I was in the server room 2 hours ago. Total servers aprox 100, total servers not running Windows? 2 (PAS on Alpha box and Renal system on RedHat 7.2 Linux)

      "If you switch to linux you have a high likelyhood of needing to eliminate many jobs since Linux is much lower mantanance then Windows is once you have it setup and develop your automation."

      And you don't think that we can automate windows?? We have some very tallented people working in the IT department. All servers are migrating to Server 2003, all desktops are XP SP2 (fully tested before roll out)

      I'm not a Windows fanboy ( I am the system Manager for the only system based on Linux) but you realy need to know a little more about the state of the art before saying open source is better.

      --
      Oooh 'eck DM!
    54. Re:Costs by Anonymous Coward · · Score: 0
      Given how clueless your post was, it boggles the mind that you have a low slashdot number. ..

      on second thought, no it doesn't.

    55. Re:Costs by sjames · · Score: 1

      Problem is that it isn't the computer that is the tool. It is the application within that is.

      True enough. So it's like a carpenter griping "I'm a carpenter, not an electrician" when he finds out he will have to plug his circular saw in.

    56. Re:Costs by Matt_UK · · Score: 1

      £500 mill is about £1.3mill per hospital over nine years (about 350 hospitals off the top of my head) I don't think that that works out to bad realy... I don't think that they (IBM, Novell) could actualy get somthing in place for that sum or anything like it

      --
      Oooh 'eck DM!
    57. Re:Costs by jschrod · · Score: 1
      How comes you know the carpenter who worked at our house?

      Seriously, this kind of behaviour is observable in all trades, not only with computers. Sometimes one has no other choice than to put up with such lousy attitudes, sometimes one has other choices. (We switched the carpenter...)

      --

      Joachim

      People don't write Manifestos any more -- what's going on in this world? [Frank Zappa]

    58. Re:Costs by Donny+Smith · · Score: 1

      >Now, if IBM were to switch their desktops internally to Linux, and publish their results..

      Riiight.

      They haven't switched because they tried to caclulate and results were less than great.
      And they said "okay, let's wait until our study can show a lower TCO".

    59. Re:Costs by Anonymous Coward · · Score: 0

      IBM won't be switching to an Open Source desktop en masse anytime soon.

      Not only are the "discounted" LICENSES for RHEL Desktop more expensive than the volume discounted licenses we get for Windows (all versions - server included), but there are significant legal questions as well.

      Bottom line, there are fewer unknowns with Microsoft. And it works.

    60. Re:Costs by eetiiyupy · · Score: 1
      That and since it's a government institution so part of it's job is not simply to provide services, but also to provide jobs.

      Sorry, its duty is to provide health care. It is not outdoor relief (social security) for software types.

    61. Re:Costs by Brandybuck · · Score: 1

      Sorry, I work for a very large corporation (sixth or seventh largest in the world). Peons like me simply don't "push" for Linux or BSD. It's simply not done. The word comes down from on high, and it is done. We are free to (quietly) bitch and complain, but the orders will be followed. It doesn't matter how much it costs, because we have tens of billions to lose just so the CEO/CTO save face.

      --
      Don't blame me, I didn't vote for either of them!
    62. Re:Costs by cerberusss · · Score: 1
      I don't think it's for want of trying

      I have the feeling that the effort is doable, but that other issues get higher priority. For example, there are OOo bugs in the im-/export of Word documents that took more than a year to resolve, and still didn't make it into the main tree...

      --
      8 of 13 people found this answer helpful. Did you?
    63. Re:Costs by Grishnakh · · Score: 1

      I call bullshit.

      First, what "significant legal questions"? Are you a SCO astroturfer or something? There are NO legal questions with Linux that have shown any validity whatsoever.

      Second, you don't pay for Linux "licenses" per desktop! Maybe you can if you want to, but no sane large company would. At my megacorp, we use Linux on most engineers' desktops (along with a crappy Windoze box for Office and Outlook unfortunately), and we use a modified Red Hat version. If you're a corporation with a large IT department, it's simple: download the latest distro of your choice, add some customizations for your particular environment, make this into your own custom distro, then install that on all your desktops for free. The only cost is for your internal IT department, which you need anyway no matter what OS you use.

      Now some companies may want some sort of deal with their favorite Linux vendor to provide support, but I'm sure a company of this size wouldn't be paying per machine any more than they pay for Windoze licenses per machine (no, we don't pay for Windows licenses either: ever heard of a site license?).

    64. Re:Costs by Anonymous Coward · · Score: 0

      I have made attempts to switch people in my department to the open source R http://www.r-project.org/ [r-project.org] as as alternative, but when they saw the interface, they laughed.

      Perhaps you should have gone straight to RPy http://rpy.sourceforge.net/

      Interfaces don't get much better than that.

    65. Re:Costs by Oh-es-eX · · Score: 0

      I have not seen one in the company in my country! They are slow adapters :) I'm the only mac user.

    66. Re:Costs by Jason+Earl · · Score: 1

      Yes, but new recruits are going to have to learn your custom software anyhow. I used to do training for a living, and people in call centers generally don't know much about using their computer outside of the two or three applications that they are supposed to use for work. In fact, one of the big problems in these types of environments is people that think that they *do* know something about computers. Either they spend all their time trying to get around the lock down on the client so that they can change their background, or they find something that isn't locked down properly and screw it up completely.

      When you weigh the tiny extra cost of training people how to use a Linux box against the huge savings that are possible Linux makes plenty of sense. Especially if you don't need MS Office compatibility. And when you start talking about using something like the Linux Terminal Server Project so that you can switch away from PC clients to thin clients you can *really* save a lot of money, especially in a call center environment. Now, instead of hundreds of full-fledged PCs to administer you have a handful of servers and thin clients that can be replaced by a monkey and that don't contain any moving parts.

    67. Re:Costs by rikkards · · Score: 1

      Sorry it does work. The heart surgeon could give two shits about What OS is running as long as they can easily get their email. The app IS the tool.

    68. Re:Costs by plankers · · Score: 1

      Yeah, because IBM is the mother of all stodgy organizations. :-)

  3. For the non-british (e.g. me) by jx100 · · Score: 5, Informative

    NHS - National Health Service
    OGC - Office of Government Commerce
    £500 million - $924 million

    1. Re:For the non-british (e.g. me) by MEGAMAID · · Score: 1

      ahhh the OGC isn't some sort of UK Gov CS hax department.

      --

      Waking Up - There must be a better way to start the day.
    2. Re:For the non-british (e.g. me) by 56ker · · Score: 1

      You left out:-

      DoH = Department of Health

      and I'm not sure what ISV means - anybody know?

    3. Re:For the non-british (e.g. me) by isometrick · · Score: 1

      Independent Solution Vendors

      Microsoft (Platform) -> ISV (Software built on platform) -> Consumer

    4. Re:For the non-british (e.g. me) by Mithrandir · · Score: 3, Informative

      Independent Software Vendor

      Basically any company you can purchase a software "solution" from. May be a single app, or a collection of applications bundled into a single set of services.

      --
      Life is complete only for brief intervals in between toys or projects -- John Dalton
    5. Re:For the non-british (e.g. me) by m00nun1t · · Score: 1, Troll

      For the non-American:
      £500 million - US$924 million

      LOTS of countries use $ as their currency symbol.

    6. Re:For the non-british (e.g. me) by jx100 · · Score: 1

      Ahh.. thank you. I'm sure the value's quite a bit more in AUD

      does anyone else use the £?

    7. Re:For the non-british (e.g. me) by paedobear · · Score: 1

      We're just lucky that Italy joined the Euro, else you'd also have to explain that that £ sign was GBP and not Lira...

    8. Re:For the non-british (e.g. me) by jjga · · Score: 1
      $924 million

      Why not in Euros?

    9. Re:For the non-british (e.g. me) by cowbutt · · Score: 1
      I'm not sure what ISV means - anybody know?

      Independent Software Vendor.

      --

    10. Re:For the non-british (e.g. me) by cyklo · · Score: 1

      Indeed it does...

    11. Re:For the non-british (e.g. me) by Anonymous Coward · · Score: 0

      Unfortunately we don't use Euros in the UK, we opted out and still use the pound (£).

    12. Re:For the non-british (e.g. me) by Oddly_Drac · · Score: 1

      "£500 million - $924 million"

      And is surprisingly low, considering that the total IT spend is several billion a year.

      --
      Oddly Draconis
      Too cynical to live, too stubborn to die.
    13. Re:For the non-british (e.g. me) by kkovach · · Score: 0

      ISV = Oxymoron when you're talking about Windows.

      - Kevin

      --
      The less confident you are, the more serious you have to act.
    14. Re:For the non-british (e.g. me) by Anonym0us+Cow+Herd · · Score: 1

      For the non-American: £500 million - US$924 million
      LOTS of countries use $ as their currency symbol.


      By your use of the word "LOTS" you are implying that there are even additional other countries besides the "non-American" one (£500 million) and the US one ($924 million)?

      --
      The price of freedom is eternal litigation.
    15. Re:For the non-british (e.g. me) by DataCannibal · · Score: 1

      Correct, apart from the unfortunate use of the word "unfortunately"

      --
      No but, yeah but, no but...
    16. Re:For the non-british (e.g. me) by DataCannibal · · Score: 1

      Also for the non-british: along with North Korean Goverenment, the National Health Service is the last Stalinist organisation on earth. However, the North Korean Government wastes a lot less money.

      --
      No but, yeah but, no but...
    17. Re:For the non-british (e.g. me) by Anonymous Coward · · Score: 0

      Also for the non-british: along with North Korean Goverenment, the National Health Service is the last Stalinist organisation on earth. However, the North Korean Government wastes a lot less money.

      As the British live longer than Americans despite the UK spending less than half what the US does on healthcare, the Stalinist NHS can't waste anything like as much as US healthcare.

  4. a week? by Anonymous Coward · · Score: 2, Insightful

    You have any idea how long they were probably in negotiations? You think a week could make a difference? Please.

    1. Re:a week? by wild_berry · · Score: 1

      TFA elsewhere said that Ballmer was in negotiations over the summer. One week, one schmeek, that's what I say.

  5. Sales cycle takes time, effort, contact by wombatmobile · · Score: 4, Insightful

    .

    Even if Linux is better/cheaper/faster...

    Decisions like that one from the NHS take a lot of time and effort. The sales cycle is measured in years. Microsoft excels at this process. They have people talking to people and organizations constantly, feeding them material to show their bosses and committees.

    Who is making the corresponding effort for Linux?

    1. Re:Sales cycle takes time, effort, contact by tuxter · · Score: 1

      Us. And like all other times on /. we sit here, whinge, and do sweet FA about it.

    2. Re:Sales cycle takes time, effort, contact by Feztaa · · Score: 0, Flamebait

      Who is making the corresponding effort for Linux?

      IBM? RedHat? How the hell should I know?

    3. Re:Sales cycle takes time, effort, contact by B3ryllium · · Score: 1

      SCO.

    4. Re:Sales cycle takes time, effort, contact by Anonymous Coward · · Score: 0

      You forgot back-handers!

    5. Re:Sales cycle takes time, effort, contact by wombatmobile · · Score: 1

      You forgot back-handers!

      Linux offers karma bonus.

    6. Re:Sales cycle takes time, effort, contact by non · · Score: 1

      maybe these guys. in fact, they sponsor events for precisely that reason.

      --
      ...vividly encapsulates that post-Watergate/pre-punk/coked-up moment when you could trust no one, least of all yourself.
  6. NHS? by dickeya · · Score: 0, Funny

    Nantucket High School?

    I once knew a /.'er from Nantucket,
    who's......

    Nevermind.

  7. NHS? by Anonymous Coward · · Score: 0
    How about stating wtf NHS is ...

    Microsoft has won a nine-year contract, worth an estimated £500m, to put its software on 900,000 National Health Service computers, the Department of Health announced today.

  8. Great deal for the department by Dancin_Santa · · Score: 5, Insightful

    So Bleasdale, open source advocate in UK, gets it absolutely right. The current system is already based on MS products, and to try to replace that with Linux all at once would cost more than the half a billion pounds that the new Microsoft license costs.

    However, NHS probably doesn't need all those licenses and MS has them over a barrel with regards to the number of licenses (though expanded by almost 100% in this latest contract). The great number of "cheap" licenses is a disincentive to move to other currently non-supported platforms.

    The key here is that Microsoft has no hold on them to stay with Windows in the long run. Every 3 years the contract comes up for reapproval and during that time if NHS deems it worth switching some systems to Linux, then they can renegotiate for fewer MS licenses at that time. After 9 years, you'd hope that NHS has implemented a solid system framework that can handle a heterogeneous environment of Windows and Linux systems.

    That said, I fail to see how choosing Linux doesn't result into 'lock in'. At least to any extent greater than with Microsoft Windows. Support for Windows can be had from any consulting agency, pretty much. Support for Windows by private consulting companies is far greater in numbers than support for Linux. Linux of course is not tied to a single vendor, but then again it isn't really that big a deal whether the money goes to Redhat or Microsoft, is it?

    The fact is that they will need service on the systems whether they be Windows or Linux. In the short term, Linux is more painful because of the upfront application porting costs involved in switching, but in the long term Linux is still more expensive because of the higher cost support fees demanded by non-Windows consultants.

    This contract is a win/win for all involved. NHS gets the systems it needs, Microsoft gets a boatload of money, and Linux advocates are not barred from introducing Linux systems into the NHS systems.

    1. Re:Great deal for the department by Air-conditioned+cowh · · Score: 1

      That said, I fail to see how choosing Linux doesn't result into 'lock in'.

      A Linux system would be based on open file formats. Also, Microsoft are after the embedded market so they would make sure that your life support machine running (some of the time) on Windows CE works very well, and very exclusively, with the desktop/server environment of the hospital.

    2. Re:Great deal for the department by Anonymous Coward · · Score: 0

      Except that Windows CE uses FAT as its filesystem and TCP/IP as its network protocol. Additionally, Windows CE can be programmed for with a host of good tools available.

      So yes, Virginia, you can program your own software so that it communicates with your Linux software over a network. I know, I can hardly believe it myself! /rolls eyes

    3. Re:Great deal for the department by Noksagt · · Score: 1, Insightful
      I agree with nearly every thing you say.
      but in the long term Linux is still more expensive because of the higher cost support fees demanded by non-Windows consultants.
      I'd like to disregard the assumption about the proportion of costs eaten up by independent consultants vs. sales & support through contracts (which can essentially be part of that sales figure). Instead, I'd say that this shouldn't always be the case.

      In the long-long term, Linux support costs should decrease. Simple supply-vs-demand. There are more shops learning to support Linux (increased supply) & this competition decreases the cost. Organizations who see this will hopefully switch, creating more demand for consulting, which will also encourage others to go into Linux consultanting.
    4. Re:Great deal for the department by darnok · · Score: 1

      > That said, I fail to see how choosing Linux
      > doesn't result into 'lock in'

      OK, here's one way.

      Current Windows platform of choice, as put forward by MS, is C#, .NET, ASP.NET and SQL Server. Let's even make things hard and assume you're well into your design for your app using these tools, and maybe you've even begun coding.

      At some point in your design/development, you decide to move to Linux, so you do the following:
      - build a Linux server running Mono
      - take your .NET app and put it on the Linux server
      - either move from SQL Server to e.g. Postgres, or just keep one Windows box to run SQL Server. Provided you're not too far down the track in terms of writing code, have used .NET providers as recommended by MS, and have stuck to using views and stored procedures for most/all "non-admin" database access, it shouldn't be particularly tough to migrate from SQL Server to Postgres (or SAP DB or ...). Stick with SQL Server if you're time-bound or squeamish about a possible lack of support for FOSS databases
      - start testing (unit, functional, load, user-acceptance, etc.)

      It's quite reasonable to think that your app could run just fine on Linux. No, there's no Windows.Forms support in Mono yet (or if there is it's gonna be risky), but as long as your app is browser-based you're probably going to wind up with the following scenario:
      - server-side app runs OK on Windows, and you can pay $X to MS for licences and get your vendor support. Clients (Web browser) can run fine on IE
      - server-side app runs OK on Linux/Mono, and you pay nothing in licence costs. For vendor support, you may be able to find someone to support you on an as-needed basis, or you may decide to do it yourself. Clients (Web browser) can run fine on IE

      Moving to Linux in this manner doesn't lock you in at all; if you want/need to, you can simply move your app back to Windows, re-test and deploy. Sure, you could argue that Postgres doesn't have a clear migration path from Linux back to Windows, but if that's going to be an issue then use SAP DB or another database tool.

      FOSS doesn't "lock you in" by its very nature; you always have the option of extracting your data in a friendly format, even if you have to pay someone to change the source code in order to do so.

    5. Re:Great deal for the department by Anonymous Coward · · Score: 1, Interesting

      You didn't take into consideration the following sentence for context.

      I fail to see how choosing Linux doesn't result into 'lock in'. At least to any extent greater than with Microsoft Windows.

      So with Windows you're saying that I am basically free to choose clients, even with Windows servers running on the backend. That the migration path from Windows to Linux is not as hard as many make it out to be. That the operating system, what with standardized environments like browsers and Java, is essentially a commodity and wholly interchangeable.

      I think this is the original point. That switching to Linux means that you have switched to Linux and all the lock-in related to that platform. It is difficult to port Linux systems to Solaris and vice versa. The systems are different. Even among different Linux distros porting systems is not a matter of copying and pasting as Linux distros differ internally among themselves. Selecting a specific distribution results in lock-in to that distro, same as with any other operating system whether it be Windows, Linux, MacOS, or whathaveyou.

      The concept of vendor lock-in is useful in the short term, but as you've correctly pointed out, in the long term (and with appropriate resources) vendor lock-in is an illusion.

    6. Re:Great deal for the department by the_weasel · · Score: 4, Funny


      You forgot about the public. The NHS pissed away $800 million of public money that could have been spent on making people well, instead of lining the pockets of Microsoft and whoever had to be paid off to land the deal.


      What a stupid comment. Obviously the NHS should be able to run their IT infrastructure for free. This is because it will be powered by hopes, and dreams, and maintained by leprachauns.

      Then we would all join hands and sing about rainbows.

      Meanwhile, back here in the real world.....

      --
      - sarcasm is just one more service we offer -
    7. Re:Great deal for the department by Anonymous Coward · · Score: 1, Insightful

      Would you rather they have tried to migrate with all the possible risks involved so that when the old licenses expired and a halfway-finished Linux-based system gets booted for the first time on that expiration date and the health care system comes grinding to a halt until some brainiac decides to turn the Windows machines back on to bring the system back online until Microsoft comes swooping in with its lawyers to sue the NHS for illegal use of Microsoft software and rack up a bill much larger than this one?

      Or would you rather they got the deeply discounted deal they got here with almost double the number of licenses and the health care software system keeps running and in turn the health care system keeps running.

      No one is saying that there shouldn't be a migration at some point away from costly licensed software (except perhaps Microsoft). The current situation demands that Windows licenses be purchased at this point in time, and the NHS got a plum deal according to the article.

    8. Re:Great deal for the department by Tough+Love · · Score: 1

      would you rather they got the deeply discounted deal they got here with almost double the number of licenses and the health care software system keeps running and in turn the health care system keeps running

      How do you know the deal was deeply discounted? From what? What did the previous 9 years cost? Are you going to believe the Microsoft-approved press release about the so-called discount?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    9. Re:Great deal for the department by Anonymous Coward · · Score: 0

      You haven't got the slightest clue what you are talking about. Are you a Bush supporter?

      This deal was made as part of an 18 billion pound project to update the NHS systems. The cost of WIndows licenses alone to cover the 500,000 predicted users within the NHS system would have cost upwards of 800 million pounds. The NHS negotiated that price downwards to 500 million pounds and almost doubled the number of user licenses to 900,000 and also have contractual requirements on Microsoft to develop custom applications to the tune of 40 million pounds. In addition, the contract provides for renegotiation of the contract every 3 year if NHS requires it.

      So yeah, I'd say that it's a pretty serious discount with some nice benefits.

    10. Re:Great deal for the department by Tough+Love · · Score: 1

      News reports from a year ago value the deal at "several hundred million pounds" over 10 years, now we hear it's 500 million which is claimed to be a deep discount. How fishy is that?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    11. Re:Great deal for the department by Tough+Love · · Score: 1

      would have cost upwards of 800 million pounds. The NHS negotiated that price downwards to 500 million pounds ... I'd say that it's a pretty serious discount with some nice benefits.

      Dear anonymous coward,

      Software costs essentially nothing to produce. A 35% percent discount on a huge volume deal is not sharp negotiating, it is getting taken to the cleaners.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    12. Re:Great deal for the department by rseuhs · · Score: 1
      So Bleasdale, open source advocate in UK, gets it absolutely right. The current system is already based on MS products, and to try to replace that with Linux all at once would cost more than the half a billion pounds that the new Microsoft license costs.

      Sorry to ask so harsh, but are so dumb not to realize how much 500 Million GBP (= almost 1 billion USD) is?

      With that kind of money you can hire hundreds of technicians, programmers and support staff.

      I think finally Microsoft has succeeded in their mantra: "No matter how expensive MS is, switching to Linux is more expensive". Some people are actually dumb enough to believe it.

    13. Re:Great deal for the department by Anonymous Coward · · Score: 0

      I'm sure you realize the problems inherent in throwing out the current system wholesale, then trying to reimplement it on a completely foreign platform to which the original code was in no way tailored.

      There is the old saw "Cheap, Fast, Reliable. Pick two." But realistically you can't have a software project finished quickly and reliably despite having $1,000,000,000 USD at your disposal. Software takes time to develop, regardless of the amount of money thrown at the problem.

      If they have a deadline, which they obviously do, to have a system that works without any disturbance to the current system, then it makes much more sense to extend whatever contract they already have with their current vendor rather than toss it all out in the hopes that they can have something working "soon".

      This is part of a 30 billion pound upgrade of the entire NHS system. Most of that is going towards hardware and logistics. That they have software that already runs is a cost they don't have to factor in. It is a cost savings to keep these working systems running. It is smart business to keep them running as long as necessary while leaving the loophole to redevelop the same systems on other platforms in the meantime.

    14. Re:Great deal for the department by Tough+Love · · Score: 2, Informative

      The current system is already based on MS products, and to try to replace that with Linux all at once would cost more than the half a billion pounds that the new Microsoft license costs.

      Half a billion pounds - close to a billion dollars - that's a lot of money. That buys a lot of custom code. And you're sure about this, are you?

      Of course you've got the numbers at hand to back it up, or you wouldn't have stated it so positively, would you.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    15. Re:Great deal for the department by rseuhs · · Score: 1
      I'm sure you realize the problems inherent in throwing out the current system wholesale, then trying to reimplement it on a completely foreign platform to which the original code was in no way tailored.

      First: Yes I do realize these problems, but it's no way certain that they cost more than 1 billion USD.

      Second: You don't have to throw out everything completely at once. For example first switching to Mozilla and OpenOffice and later switching to Linux can be done. If you insist on cross-plattform development in the meantime (for example Qt) you can phase out one application at a time and have no or almost no transition problems.

      If they have a deadline, which they obviously do, to have a system that works without any disturbance to the current system, then it makes much more sense to extend whatever contract they already have with their current vendor rather than toss it all out in the hopes that they can have something working "soon".

      Correct, stupid management decisions (like putting up a too early deadline) are likely to blame for this kind of waste.

    16. Re:Great deal for the department by jimicus · · Score: 1

      A Linux system would be based on open file formats.

      Unless, of course, you had to have custom software developed and you didn't specify in the contract that open file formats were used.

      Or you use a proprietary database (which happens to use proprietary file formats) on the backend.

    17. Re:Great deal for the department by jimicus · · Score: 1

      Second: You don't have to throw out everything completely at once. For example first switching to Mozilla and OpenOffice and later switching to Linux can be done.

      Third: Web browser and office suite are a minute proportion of the entire NHS. You've also got document management, appointments, prescriptions, patient records (paper and computerised) and probably dozens more I haven't even considered. Some of these systems will be already integrated with other things like Office or IE, some maybe not. There is no way it is as simple as "first, get rid of Office..."

    18. Re:Great deal for the department by Anonymous Coward · · Score: 0

      Software costs essentially nothing to produce.

      Apart from needing computers, printers, office supplies, a building, electricity, heat and thousands of man hours work - all of which are free and grow on trees - you're right software costs nothing to produce

    19. Re:Great deal for the department by Realistic_Dragon · · Score: 2, Insightful

      That said, I fail to see how choosing Linux doesn't result into 'lock in'.

      He who has his data in an obscure format gets fucked in the ass with a big stick at migration time.

      The wise man, with his data in XML files you can read in a text editor, goes merrily on his way shouting 'fuck you and the £500m bill you just sent me' to his vendor.

      --
      Beep beep.
    20. Re:Great deal for the department by KozmoStevnNaut · · Score: 1

      Then we would all join hands and sing about rainbows.

      Off-topic I know, but this reminds me of an old IE4 ad I saw in a magazine, where "the web and your desktop comes together as one, and the world is a happy place where we dance and sing about rainbows and free software, and everyone is happy". I'll have to find it and scan it sometime...

      --
      Eat the rich.
    21. Re:Great deal for the department by Anonymous Coward · · Score: 0

      Software costs essentially nothing to produce.

      It's O.K, you've already shown that you're not living in the same reality as the rest of us. There isn't any need to keep pushing the point.

    22. Re:Great deal for the department by Bert64 · · Score: 1

      The NHS should source as much as possible from the local market, the british government doesn't exist to fund foreign corporations. It exists to provide for the british people, it is funded by the british people and as much as possible of that money should go back to the british people, to keep it in a loop inside britain..

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    23. Re:Great deal for the department by Bert64 · · Score: 1

      It`s better to spend 2 billion in britain than to send 1 billion to america...
      Why? This is a government department, what they spend in britain goes to british companies and british citizens who then pay a good chunk of it back as tax...
      Also they should be able to inspect the sourcecode and compile it themselves (to verify the source they have is actually the same as theyre running)
      No matter how closely we may be allied to america, the british government should not blindly trust any foreign corporation.. British government departments don`t use checkpoint firewall-1 because they dont trust israel, and i doubt the american government would trust closed source apps coming from iraq or afghanistan.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    24. Re:Great deal for the department by Bert64 · · Score: 2, Interesting

      No, they got a very poor deal...
      The price of hardware has been falling for years, there is competition in the hardware market, hardware is getting better and cheaper at an astonishing rate..
      The price of software has just been going up, because there is little or no competition, and there are underhanded ways to eliminate competition than making a better product..
      It still costs real money to produce a piece of hardware, it costs absoloutely nothing to produce a "windows license", hardware is a physical item which has raw materials and production costs associated with each sale, software is write once sell infinite times.. According to economies of scale, software should cost pennies by now..
      You should only have to pay for hardware and manpower (support) since these have real costs associated with them.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    25. Re:Great deal for the department by Anonymous Coward · · Score: 0

      But you wouldn't want to use such custom formats unless you had no option (and if you needed custom formats it would still be the case, Linux or not).

    26. Re:Great deal for the department by Anonymous Coward · · Score: 0

      What a stupid, stupid comment ;-) Such a troll...it's generally known that 80 cents of every dollar one sends to M$ is profit...I can imagine how $640 million could be used instead of being in Bill Gates pocket...

    27. Re:Great deal for the department by 16K+Ram+Pack · · Score: 1
      Nothing new here. The NHS pisses public money away on a regular basis.

      With a bit of luck, more of this might result in people questioning the wisdom of a monolithic NHS.

    28. Re:Great deal for the department by Anonymous Coward · · Score: 0

      Keeping the development on shore potentially develops expertise in delivering large medical-related solutions in the UK which could be sold to other countries.

      However, there are relatively few suppliers who could deliver such a solution, and even then often these projects under deliver for a higher than expected cost. Given the lack of companies that can offer a $1 billion solution the choices are actually relatively limited. The only other solution is for the NHS to do it in house, but it most likely lacks the project expertise.

      Another problem is that IT staff are still in relatively short supply in the UK, especially for complex tasks, so it might be hard to find the staff. This having been said, CGNU is failing to quote 300 of its IT staff happy, so there will be some staff available early next year, but training them up would delay such a project.

      It comes down to a chicken-and-egg problem, and one of bidding regulations. The UK Government could embark on a project of training that would put the required IT staff in place for 3-5 years' time and bid in-house, but bidding rules now require that it look at placing the bid with an external company, and often public-private cost comparators are fixed to favour the private company bid. Thus the government is unlikely to spend tens of millions training people up and developing the infrastructure since it may be forced to buy the service in externally. Also under various trade negotiations it cannot cut out foreign companies from bidding without potentially falling foul of the WTO, etc.

      So it's hard to buy locally, unless the capacity spontaneously creates itself.

    29. Re:Great deal for the department by Matt_UK · · Score: 1

      "If you insist on cross-plattform development in the meantime" How often do you think that we in the NHS chage systems? Cost of a new system is in the £50k-£150k for a single department clinical system. In the hospital I work in we have about 15 of these. They are not due for replacement in a longtime.

      --
      Oooh 'eck DM!
    30. Re:Great deal for the department by Matt_UK · · Score: 1

      Yes lets have compertion in the NHS!

      I've worked in the NHS for nearly 10 years. I can remeber what it was like when the Torys where in power.
      At least now we have better staffing levels, the flexibilty to apply solutions to local problems and above all monny coming down for desparatly needed improvment, expantion and renovation.

      Up untill 1997 the IT depatment was on a shoe stirng and we had relyability problems. Now we have over 70 servers and over 1000 desktops (PC's on Citrix clients) tunning with very few problems and with enough redundancey to get us out of many prblems.

      We are acutly aware that monny is tight and we must spend whisely but we are NOT pissing it away.

      --
      Oooh 'eck DM!
    31. Re:Great deal for the department by Air-conditioned+cowh · · Score: 1

      Yes, of course you can interface with a Win CE box if you write all your own software but if MS make it easy for equipment developers by providing "medical solution" dev kits you can more or less gaurantee that the layers /above/ the file system and network protocol will be closed.

    32. Re:Great deal for the department by 16K+Ram+Pack · · Score: 1
      Yeah, and at what cost? How much did all that stuff cost me as a taxpayer?

      You tell me you are not pissing money away? Where's that £15-30 billion overspend on NHS IT going then?

    33. Re:Great deal for the department by Matt_UK · · Score: 1

      The 30 billion is going on making all systems interface with one another so that we can make an electronic patient record that will reduce the about of duplicated work that is done. UI have known patients have 2 chest X-rays becuse the film disapered a immage libary will sort this. Patients will have 2 simmilar bloods taken when seeeing 2 diferent consultants becuse neather is aware of the other. that is why we need joined up thinking it IT in the NHS.

      Personaly I have doughts about how the NPfIT is being implemantend but it should improve our care of patients.

      Have a look at www.renalreg.com this is a site that shows all aspects of the treatment of patients on dialysis (Kidney problems). I know that my work with the departmental system has improved the care of tha patients by giveing thwe doctors information not on indervidual patents but on all the patient that the see.

      If you look at the report for 2002 (latest avalibble data) in the section on adaqusey of dialysis you will see that all units are improving. this is due to the presure that being part of this national audit gives.

      Yes the NHS is expensive. but the reults are good. As an insider I see improvments that the general public dosn't see. trust me when I say that things are improving.

      Sorry typing fast and spelling gone to hell

      --
      Oooh 'eck DM!
    34. Re:Great deal for the department by sjames · · Score: 1

      At least to any extent greater than with Microsoft Windows. Support for Windows can be had from any consulting agency, pretty much

      None of which have the legal right to offer additional Windows licenses except as a pass-through to MS.

      that big a deal whether the money goes to Redhat or Microsoft, is it

      If you decide that RedHat wants too much, you can switch to another vendor, or even maintain an internal distro for a lot less than Windows will cost. If you decide MS wants too much, you can whine about it and then cough up anyway.

    35. Re:Great deal for the department by eetiiyupy · · Score: 1

      The NHS is supposed to be the largest employer in Europe (?third in the world). This is a huge enterprise. That kind of money over ten years is noise. The total budget over ten years will be about a trillion dollars.

    36. Re:Great deal for the department by eetiiyupy · · Score: 1

      I do not think there is an overspend on development. The costs now being considered are the implementation costs, for instance the hopital trusts have realised that they will need to have extra clinical staff to replace the ones that are in training, so they are putting in a bid to government for the funds for the extra doctors. In what will be an election year, they are using the normal channels - the newspapers.

    37. Re:Great deal for the department by eetiiyupy · · Score: 1

      The total budget of the NHS is around $100bn per year. This is just a small part of the infrastructure. There are 1.2 million employees. Other big IT spending is being done in many other deals, and MS is not a big player in them. If MS ends up providing dumb terminals for the back office sustems, them perhaps in five years OS will prooovide a solution then.

    38. Re:Great deal for the department by 16K+Ram+Pack · · Score: 1

      So, it's a bit of a fraud? Request more funds for software, but spend it elsewhere?

    39. Re:Great deal for the department by Anonymous Coward · · Score: 0

      We should make laws stating that nobody should be allowed to make profits.

      Idiot.

  9. So? by anicklin · · Score: 5, Insightful

    The contract was probably written and approved long before the study was made available... So why try and stir up yet another controversy with such a starkly contrasting headline?

    From personal experience, government contracts like that can often take years to design and bid.

    1. Re:So? by Xconnect · · Score: 0
      They've also crafted clauses to back out too. Silly /. pandering as usual. :-)
      The nine-year contract, which includes breakpoints at three-year intervals, does not preclude the future use of open-source software, according to the DoH. "The option to use open-source software in the future remains and continues to be evaluated," stated the DoH.
      --
      --- root@127.0.0.1
  10. Okay by TWX · · Score: 5, Insightful

    Well, I'm not terribly surprised that a contract would be awarded to Microsoft, especially if they are the current provider, but nine years!? That's more than a bit extreme. Three would have made sense, as that's the average lifespan of a Microsoft OS before Microsoft starts reducing support when the new release comes out.

    A lot can happen in nine years. Nine years ago we we had just been formally introduced to Windows 95. Most of our programs were sixteen bit and didn't support long filenames. The average hard disk drive size was something like 400MB. Most new computers had eight, maybe sixteen megabytes of memory. 14400 bps modems were the shit, and vampire-tap thicknet and token ring were the most common network types. Hell, arcnet and Banyan Vines were still viable.

    The biggest thing is that Microsoft wasn't the absolutely overwhelming player that it is today. Many of the big box stores that carried computers had just as many Apple Performas and Quadras as all of the PCs of different brands combined on display. OS/2 could be found on a few machines set up as customer displays displays. Microsoft was not the overwhelming monopoly that it subsequently worked to become. With the headway that non-Microsoft platforms have been making (along with the convergent evolution of Apple's OS along with the other POSIX-alike OSes), nine years from now Microsoft might not be the juggernaut that they are today.

    Already Microsoft is suffering from the rot that any middle-aged empire goes through, just look at the constant, gaping holes in IE, IIS, and Windows that leave users burned by automated attacks time and again. Eventually the right people will become pissed off and the rate of corporate adoption of non-MS software will increase further than it already has.

    Nine years is just way too long.

    --
    Do not look into laser with remaining eye.
    1. Re:Okay by tuxter · · Score: 1

      It's up to the sysadmins to move stuff over. MS your corporation may pay for IIS licences, but if you don't run it....

    2. Re:Okay by metasyntactic · · Score: 1

      What would those constant gaping holes in IIS would those be? Supplying evidence would be nice and I'd appreciate links please. From where i'm sitting it sure seems like IIS is quite secure and competitive (if not better) than the alternatives.

    3. Re:Okay by killjoe · · Score: 1

      I wonder how long it will take for them to realize that they have been bent over by MS. Hopefully they have decent lawyers and can get out of the contract.

      BTW any CEO/CIO what agrees to a nine year contract for anything with any vendor ought to be fired on the spot. What kind of a moron does that?

      --
      evil is as evil does
    4. Re:Okay by Tough+Love · · Score: 1

      BTW any CEO/CIO what agrees to a nine year contract for anything with any vendor ought to be fired on the spot. What kind of a moron does that?

      A paid-off one.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    5. Re:Okay by doodlelogic · · Score: 1

      >Three would have made sense, as that's the average lifespan of a Microsoft OS before Microsoft starts reducing support when the new release comes out.

      I think that's the point. By contracting with Microsoft for nine years, the NHS can guarantee that they won't have to go through a costly upgrade cycle every three years - MS will, if the contract is drawn up properly, be tied into providing support for the entire period.

      State of the art isn't as important as a system that just works, and lets medical staff get on with their real job. Bear in mind the NHS is huge - world's largest employer after the Red Army and the Indian Railways.

    6. Re:Okay by SenseiLeNoir · · Score: 2, Insightful

      I am a Linux and MS user, so I will bite...

      I think security really does in effect boil down to the user / sysadmin. A good knowledgable user/sysadmin is far less likely to be compromised that a person who doesnt hold the qualifications. It doesnt matter whether the underlying system is Linux or Windows.

      I THINK the Granparent poster is tryign to say that out of the most, a RECENT copy of Apache installed in its default settings MAY be more secure than a RECENT copy of IIS, also installed with the default settings.

      However, default settings ARE insecure, and ANY sysadmin worth his/her salt, would need to apply patches, and tailor the settings to suit the security model.

      I myself have used both Linux and Windows for many years. I have not had a compromise on EITHER OS, ever. I have NEVER had a virus, despite not running anti-virus software. Never had any privacy attacks (spyware, malware etc), and have chosen sensible. Althgouh my firneds get attacked every day on their windows boxen, NEITHER my Linux or WIndows boxes have gotten attacked, nor have I had ANY issues whatsoever, in regards to stability (Never had a blue screen of death or Kernal panic in over a year)

      The point I am trying to make, before being flamed to peices is, a computer is only as secure as the admin. and to properly compare the security models of Linux and Windows, you would need two similarly configured boxes, with DECENT admins on both.

      --
      Have a nice day!
    7. Re:Okay by bamf · · Score: 1

      BTW any CEO/CIO what agrees to a nine year contract for anything with any vendor ought to be fired on the spot. What kind of a moron does that?

      It's a nine year contract with break-points every three years.

      It also ties in with the nine years remaining on the NPfIT (National Programme for IT) project, which is bringing a mostly-unified computer system to the entire NHS.

    8. Re:Okay by 16K+Ram+Pack · · Score: 1
      OK, how about the canonicalization issue in ASP.NET, then? Try "canonicalization" and "ASP.NET" in Google.

      Sure, it's fixed now, but the fact that it even got out of an alpha doesn't give me confidence that there aren't plenty of other holes to be exploited.

    9. Re:Okay by Matt_UK · · Score: 1

      We hope...If anyone can agreee what we want. I have a hard time getting 3 Consultants (senior Doctors) in one hospital department to agree.

      In our hospital the IT team are having to work hard not to get NPfIT solution thrust upon them that they don't want.

      I think that the idear of the natinal spine et al is good . but the implimentation is going to be very hard indeed

      --
      Oooh 'eck DM!
    10. Re:Okay by smyle · · Score: 1
      14400 bps modems were the shit, and vampire-tap thicknet and token ring were the most common network types.

      The rest of your history is pretty accurate, but I bought a 28.8 modem in '93 when the price dropped to $200, and thinnet was much more common than thicknet by '95, except for backbones.

      ...not that these factoids discredit the rest your post any.

      --

      Sleep is just a poor substitute for caffeine, anyway. -Bob Lehmann

  11. Linux as a viable OS? by kevlar · · Score: 2, Interesting

    Not to be considered a troll here, but there are virtually NO practice management solutions for Linux. I say "virtually" only because the ones that do exist are low-budget/low-feature solutions with limited (at best) deployment. You can't expect doctors to run Star Office and manage their patients and records using multiple applications that are hacked together to form one solution. The support margin would be huge in such a case.

    Linux is great for certain things but practice management would be a disaster without custom software.

    1. Re:Linux as a viable OS? by Anonymous Coward · · Score: 0
      Linux is great for certain things but practice management would be a disaster without custom software.
      This is a niche market. Of course it needs custom software. But custom software can be written for ANY OS. Doctors did just fine before Windows 95 came out! Chances are that there are some that use those low-feature programs also do just fine too.
    2. Re:Linux as a viable OS? by Tough+Love · · Score: 1

      "Not to be considered a troll here, but there are virtually NO practice management solutions for Linux."

      500 million pounds should be more than sufficient to fix that problem (sounds like a 50,000 pound problem to me).

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    3. Re:Linux as a viable OS? by mrchaotica · · Score: 2, Interesting
      multiple applications that are hacked together to form one solution.
      You say that as if it's a bad thing! I don't understand why; from the beginning UNIX was designed to use multiple programs together to complete a task. That's what pipes and shell scripts are for, after all.

      Now, I realize that at the moment graphical Linux apps might not work together all that well, so you do have a point. However, that doesn't mean that the situation won't improve in the future. D-BUS in particular looks promising.

      Of course, if you want a really good Right Now example of how "hacking together applications" isn't a dirty hack, you can take a look at Mac OS X and Applescript.
      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    4. Re:Linux as a viable OS? by mcrbids · · Score: 2, Interesting

      there are virtually NO practice management solutions for Linux.

      There is an application called "DentalPro" that my father, a dentist, used for years on his 80286 PC running Dos 5.0. It was based on Foxpro. It does EVERYTHING - dunning messages, insurance claims, dispute claims, the works. It came on a 1.2 MB 5.25" floppy set. The only limitation is that it's a single-user system, for smaller practices.

      It works like a charm under Freedos on a Linux system, in a termminal window over SSH! The only thing that's weird is printing - it prints on the local machine, not the remote xterm system...

      I don't know what you seek, but the answer may be less obvious than "Version X for Linux!"...

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    5. Re:Linux as a viable OS? by Anonymous Coward · · Score: 0

      Of course, if you want a really good Right Now example of how "hacking together applications" isn't a dirty hack, you can take a look at Mac OS X and Applescript.

      That is one company, providing a single "hacking-together" set of applications. If this was done in the Linux community, the support just isn't there for the most part, and the company using the solution would be forced to support themselves. Companies (such as a Doctor's office) just want it to work, they don't want to worry about hacking it together themselves.

    6. Re:Linux as a viable OS? by mrchaotica · · Score: 1

      Who says they have to do it themselves? The parent wanted custom software to begin with; I was just making the point that gluing together existing apps is a valid way of accomplishing it, and could be quicker and cheaper than building a monolithic thing from scratch. And that UNIX-style systems are better at it than Windows.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    7. Re:Linux as a viable OS? by BenjyD · · Score: 1

      This is the UK state we're talking about here. This project was probably a 50,000 pound problem that had some budget overrun problems.

    8. Re:Linux as a viable OS? by rbbs · · Score: 1

      Mostly, but not entirely true...

      My company has just spent the last 6 months developing one with the help of a number of doctors in the uk.
      it runs off php5.0 with css to make it very pretty and mysql with innodb (move to pgsql possible for fanatics) over apache and ssl.

      It has complete multi-site, multi-user support, billing, direct insurance company integration with bupa, ppp, nu etc (no more 60 day turnaround from bupa to get your cash, we send each claim direct to them (click of button) and they settle in days), online booking and payment solutions, a very powerful appointment search engine designed not to clutter the diary, a queuing system, full audit trail and more...

      We have been asked to turn it into an emr system by a large provider and that work will be complete by march with full triage as well as SNOMED and Multilex integration.

      It was originally made as a bespoke system for one of my medical clients but we've spun it off and formed a company around it to cope with the demand generated.
      Interestingly enough our first client has been a very large private physiotherapy provider in london, not the medical client. - they don't need medical records, just a damn good billing and appointments system.

      The earlier points about UI are interesting - the lengths we have gone to in order to make this thing pretty are quite strange. Obviously with no right click (yes we could trap it but we don't), button placement is key. Sometimes even having a 'Create appointment' button on the right hand side of a diary was too much of a leap for the users, so we moved it to the left! It doesn't help that doctors are some of the most stubborn people in the world!. In the end, we actually developed 4 independent interfaces for doctors, admin staff (2 levels) and patients - each tailored to their specific needs. That solution has worked out best and it has the added benefit that doctors can be restricted in their meddling on their interface, and they have to think twice about meddling with the admin interface as they are not familiar with it.

      I would dearly love to post a link to it here but we are currently moving all our nice servers to a new datacentre and our backup would die. horribly.

      At the risk of turning this into an advert (I think i can be excused that as I didn't even post a link to the website), you can email me at this address robbiehughesatgmaildotcom if anyone wants more information. my work address is on the domain that would get swamped.

      hmmm...slashcode doesn't seem to support "advert" tags....oh well...sorry...

    9. Re:Linux as a viable OS? by Anonymous Coward · · Score: 0


      Obviously a troll...:-)

      And Linux is PERFECT for CUSTOM software, you idiot! You have the source! How far can you customize M$ junk?

    10. Re:Linux as a viable OS? by 16K+Ram+Pack · · Score: 1
      Why can't doctors use Star Office? You saying that something like that can't be used for writing patient letters?

      As for a practice management solution, write one! Question: how much do you think it would cost you to build one. Be conservative, add in some decent profit margin. Now, is that figure £500 million?

    11. Re:Linux as a viable OS? by kevlar · · Score: 1

      What kinda of customization could you possible need to do for a practice management solution? If you wanted to write your own device drivers, then yeah, I could see that. But if you're writing software on top of the OS, you don't need to do _any_ OS customization.

  12. something uplifting please by Anonymous Coward · · Score: 5, Funny

    Dear Slashdot Editor,

    Please approve only uplifting stories the rest of the week. I think we've had enough bad news already.

    Sincerely,

    Bummed about Bush

    "The next 4 years could have been great leaps. Now they will be small steps."

    1. Re:something uplifting please by Anonymous Coward · · Score: 0

      "The next 4 years could have been great leaps. Now they will be small steps."

      I'd say the next 15 years or so. Don't forget what will happen at the supreme court.

    2. Re:something uplifting please by alphapartic1e · · Score: 2

      "The next 4 years could have been great leaps. Now they will be small steps."

      No, they'll still be great leaps. Just, backwards.

    3. Re:something uplifting please by Anonymous Coward · · Score: 0


      "The next 4 years could have been great leaps. Now they will be small steps."


      Or for the working class, multiple kicks to the groin...

    4. Re:something uplifting please by KingPunk · · Score: 0

      i don't think that you could be any more correct.
      it made me laugh, because it was funny
      and then it made me silent, because, its scary, and true

      thank goodness i have my "insider information" to pull my money outta the stock market before it crashes
      among other things, ... ;)
      anyways. peace.
      one pissed democrat,
      KingPunk

  13. really? by Anubis350 · · Score: 2, Informative

    wow, seems like you didnt do research first....
    I cant speak for fedora core, only played with it a little bit, but debian...

    even the installer for woody (debian stable) is not particulary hard to use, but the installer for sarge (debian testing) is incredibly easy to use. The installer for testing asks like 3 questions if you arent using it in "advanced" or "expert" mode (which I usually do). Testing runs with amazing stability, and the package repository that debian has makes installation of software a cinch.

    why dont you try sarge and say again the terrible installation. While I'm not sure that linux is ready for the desktop yet (general users should not have to drop into command line every so often to get things done), it certainly is capable of doing what you wanted

    --
    "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    1. Re:really? by syousef · · Score: 1

      wow, seems like you didnt do research first....

      Just what a desktop end user wants. An OS you have to research thoroughly.

      Yes I ran with Woody. Its suppose to be the stable rock solid version at the moment. Tell me that when I have to spend "research time" working out how the !#@$ to get KDE up and running on it.

      --
      These posts express my own personal views, not those of my employer
    2. Re:really? by Anubis350 · · Score: 1

      I dont know why I'm feeding the trolls....

      ok, lets be blunt here. What youb were doing does not count as a typical end-user function. when you do enterprise style work on an OS you absolutely MUST research your OS thoroughly. That doesnt matter if its windows, linux, mac osx, os2, etc. Dont give me the "aww damn, I have to do research..... :-(".

      For the typical dumb end-user linux is not ready for the desktop (as I stated in my post before), but for anyone even remotely tech savvy or in this case you and your needs, linux would have/does work admirably.

      as for woody, its really not particulary difficult to get it running, you stated before that there were hardware issues in booting from the CD, perhaps the machine had other hardware issues?
      Anyway, I'll stop feeding the troll now, but I'll say this: if you feel that windws suited your needs better, then more power to you, but dont spread baseless anti-linux FUD

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    3. Re:really? by syousef · · Score: 1

      I dont know why I'm feeding the trolls....

      Just a guess but because you KNOW I have valid points and am not a troll.

      ok, lets be blunt here. What youb were doing does not count as a typical end-user function. when you do enterprise style work on an OS you absolutely MUST research your OS thoroughly. That doesnt matter if its windows, linux, mac osx, os2, etc. Dont give me the "aww damn, I have to do research..... :-(".

      For fark sake man, how is it enterprise work to get the network, XWindows and KDE up and running? I had no trouble whatsoever with CVS, it was the desktop components that didn't work out of the box.

      For the typical dumb end-user linux is not ready for the desktop (as I stated in my post before), but for anyone even remotely tech savvy or in this case you and your needs, linux would have/does work admirably.

      Linux does not work for "anyone even remotely tech savvy". It works if you know Linux admin well.

      If you agree we're its not ready for the "typical dumb end-user" then how do we disagree? I didn't say it wasn't ready for use for experts. I just said it certainly isn't ready for the desktop.

      --
      These posts express my own personal views, not those of my employer
    4. Re:really? by skiman1979 · · Score: 1

      It doesn't really make sense to say "linux isn't ready for the desktop." Some people may think that "DistroX is not ready" but each distro is different and is aimed at a different set of users. As I've stated before, Mandrake is, IMHO, ready for your basic end user. I wouldn't suggest a basic end user install Gentoo, and I can't comment on Debian since I've never used it. If you're having a hard time getting KDE to work under Debian, why not try something else, like Mandrake or Slackware? In my experience, KDE works just fine out of the box in both distros.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
    5. Re:really? by Anubis350 · · Score: 1

      I somewhat agree, though my experiance with easy desktops is with SUSE not mandrake my experiance was the same. I only moved to debian after using an easy distro first. However, even in SUSE, I had to drop to the command line every so often and had to compile packages not easily a vailable through yast from source. The typical user is not going to do that. Hence my comment linux is not (quite) ready for the desktop for many users. However, as I said before, anyone remotely tech savvy is fine.

      As for what the grandparent said, we disagree on the fact that his reqs (i.e. setting up CVS repository) were not standard user fare. The fact that he could not get KDE to work is peripheral, someone setting up a CVS repository should know to do research on the OS he chooses to it on.

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
    6. Re:really? by skiman1979 · · Score: 1
      As far as compiling software, the average user isn't going to be compiling anything anyway. At least in Mandrake's case (and probably others) pretty much any type of application that the user would want to use is available through the Mandrake Control Center Software installation applet. Click the application, click install. I don't think I've ever *had* to drop to commandline in mandrake. I've just chosen to do so at times because I like to. I'd say, for those users, it's ready for their desktop.

      For users who choose to grab and install source code, they are generally more tech savvy than the average user, and commandline shouldn't be a problem for them. Although a lot of source RPMs I believe are available through the GUI as well.

      --
      Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  14. Here's how MS does it... by vik · · Score: 4, Interesting

    A few years ago, pirating MS software in the government sector was relatively commonplace. Along comes Microsoft and says: "Either you commit to our systems, or we force and audit and retrospectively sue your arse off for breach of copyright."

    Lo and behold, government departments find themselves locked into expensive Microsoft "deals" thereafter, even though FOSS would be more beneficial to them.

    Paranoid delusions? Well, it's not a decision based on the quality of the code, or the support, and it's not the TCO.

    Vik :v)

  15. Windows didn't win contracts its first 10 years by Saint+Stephen · · Score: 5, Insightful

    Windows 1.0 came out in I think 1984, Windows 3.0 came out in 1989. How many large-scale industrial contracts did Windows win then? Zero. How did Windows get to this point? It started with replacing departmental level servers and workgroups, and proved itself there for ten years or so.

    So, Linux should do the same. Can't expect to be birthed ready to run a marathon.

    1. Re:Windows didn't win contracts its first 10 years by BlacKat · · Score: 1

      Yes, product maturity does help get the big contracts, but then so does the slew of anti-competitive behaviour and questionable business practices. :(

      Linux, and other free software, will be adopted because it's the best solution for the problem. Not because of closed-door deals and shady licensing deals.

    2. Re:Windows didn't win contracts its first 10 years by malkavian · · Score: 2, Informative

      Actually, it got there by Marketing, pure and simple.
      The workgrouping was done by Novell servers, by and large, well before MS was anywhere in that league.

      That was tried and true tech, so, by your argument, it should have held that market.

      MS advertised to the management structure (not the tech staff) that anyone could administer an NT server. So, many companies took this challenge, and stripped out the Novell servers to put in NT, and got rid of the old Novell admins, to try and save money having basic staff administer NT.
      When things went awry (which they usually did, as general staff didn't really understand what was going on, just hoped clicking buttons would give the right answer), MS informed them that anyone could administer an NT box at the basic level, but if you really want it to run properly, you need to get an MCSE certified Admin. For the same price you'd had your old Novell Admin.

      Now, the choice is, going back to your old system and trying to rehire admins you've got rid of, or cutting your losses, and staying with the new system.

      Unsurprisingly, people were unwilling to pay loads of cash for no perceived extra benefit (both systems need admins.

      The switch originally came about because of a perceived benefit that wasn't actually there. But once it was made, and discovered, it was too late to go back.

      So, if Linux needs to do the same as MS to get into the market, it needs to turn round and say in adverts that you'd never need to admin it, it'll run magically and even make you your coffee and polish your car, do everything that Windows does and have a rep drop round every so often to take your managers out to lunch.

      MS made a lot of claim that almost every tech that read it exclaimed "Bullshit".
      They used adverts with wording that skirted on the edge of allowable, hyped vaporware that never appeared (or worked) and so on.

      That being said, MS were a boon in getting computers to be a home commodity item, and standardising on the PC. They were great when they were actually doing something new.
      Now, they're pretty much resting on laurels, and using Lawyers to maintain the business base and stifle any competition, and certainly prevent anyone doing what they did.

      If anyone else now made the claims that MS did back then, I can guarantee they'd be sued out of existence.

    3. Re:Windows didn't win contracts its first 10 years by quasimodal · · Score: 1

      Sorry, Win 3.0 came out in 1991 and it was a very big success. Maybe not as big as Win95, but the percentage increase in the Windows installed base was massive. It took them two more years to come out with 3.1, which was pretty much just bug fixes for 3.0.

      Win95 was quite alot like Win 3.0 was supposed to be.

      --
      Fight Spam! Join CAUCE! == http://www.cauce.org/
    4. Re:Windows didn't win contracts its first 10 years by Saint+Stephen · · Score: 1

      Not according to this:
      http://www.levenez.com/windows/history.html #05

      I started college in the Fall of '89 and bought a copy of Win3.0 my spring semester, freshman year: it came out in May 22, 1990. Wierd though because I *know* I fooled my parents into thinking the $50 was a school textbook, which would mean I bought it in Februrary.

  16. Not the right time or situation by Omniscientist · · Score: 4, Insightful

    This isn't the right situation to even think about implementing open source software. The system is already running on MS software, and it would be financial suicide to switch the whole thing over to an entire new system, due to labor costs, retraining, etc. As much as I dislike microsoft, if I was making the decision here and I already had a big system based off MS's products, I'd choose to stay with MS.

    1. Re:Not the right time or situation by Moggie68 · · Score: 1

      Financial suicide? Then what else is it to stay with Microsoft products and face ever increasing license costs, countless hours of downtime because of Windows' unreliability, virus epidemic after virus epidemic shutting down whole offices? Its a question of paying through the nose once, or every year for the rest of your life.

    2. Re:Not the right time or situation by Anonymous Coward · · Score: 0

      Well, geez, if that's true, why are Deutsche Bank, FTSE, Chicago Mercantile Exchange, Morgan Stanley, etc., etc., ETC. all moving systems to Linux?

  17. Knighthood by Skiron · · Score: 1, Troll

    And don't forget Gordon Brown's recommendation to get Bill Gates knighted. There is more to this contract than meets the eye - it stinks corruption - and the taxpayer (i.e. me) foots the bill, as usual.

    1. Re:Knighthood by Olix · · Score: 1

      Bill Gates Can't be knighted can he? Or was it he can't be given a title... being as he's an Evil Rebel from The Colonies and everything..

    2. Re:Knighthood by skinfitz · · Score: 2, Funny

      I think that depends on if he voted for Bush or not.

  18. BSOD by Magickcat · · Score: 3, Funny

    Thankfully none of the medical equipment is going to be running Microsoft products. Otherwise, people would really get the blue screen of death.

    --

    Si tacuisses philosophus mansisses. If you had kept quiet, you would have remained a philosopher.

    1. Re:BSOD by Dun+Malg · · Score: 1

      wow. never heard that joke before. (eye roll)

      --
      If a job's not worth doing, it's not worth doing right.
    2. Re:BSOD by rbbs · · Score: 1

      A client of mine has an exercise ECG machine that runs win2k.

      It keeps changing into french and they have to keep calling out support....

      fun.

    3. Re:BSOD by Anonymous Coward · · Score: 1, Interesting

      That's not entirely true. Windows is quite common on medical equipment controlled by PCs. The MRI scanners at the hospital where I work are being switched to win2k. We already have a 3 Tesla scanner running it. If wrongly configured it's a lot like a microwave and the RF coils are quite powerful. The software, not hardware, prevents this.

      Despite the safety measures, there are a few documented cases:
      URL:
      http://www.google.com/search?q=magne tic+resonance+ burns

      Wouldn't want a trojan infecting the scanner. There was actually a major hospital-wide infection last year. Imagine a sadistic script-kiddie frying a patient...

    4. Re:BSOD by Anonymous Coward · · Score: 0

      Well, you should not be so sure about *not* running Windows on medical equipment: In september, my 1-year old son was in the Intensive Care (IC) of a university hospital here in the Netherlands. Next to his bed was a computer running Windows ...

      FYI: My son came out of the hospital in healthy condition.

    5. Re:BSOD by Magickcat · · Score: 1

      He'll probably need an upgrade next year however.

      --

      Si tacuisses philosophus mansisses. If you had kept quiet, you would have remained a philosopher.

  19. It's just a recommendation by TimmyDee · · Score: 2, Insightful

    "The OGC (the government procurement body) released a report describing Linux as a viable desktop alternative for the majority of government users."

    Unfortunately, the report sounds like a recommendation. Just because you recommend Linux to someone doesn't mean they will use it. Especially if that someone is a large government body that has the speed of a banana slug.

    --
    Per Square Mile, a blog about density
    1. Re:It's just a recommendation by Anonymous Coward · · Score: 0

      Hey I am a banana slug you insensitive clod!

      UC Santa Cruz class of 1996

  20. Re:Stop saying Linux is ready by jayloden · · Score: 1

    Actually, my experience with Linux was completely the opposite, and I started using it with absolutely zero experience and no one to really guide me. Distro choice may have been a large part of what caused you to come away with such a bad feeling overall.

    I personally feel that Mandrake linux is a better choice for a lot of applications, it's got a free download version that I run at home and is also used on production servers at work, and it has well done and understandable graphical config tools, a really easy installer, and great hardware support. In addition, package management is excellent.

    It absolutely can be done, and you dont have to be a 'sysadmin' to use it. I say that with confidence, because my mother (a normal end user who had never seen anything but Windows) uses Mandrake Linux 10 at her home. She had no trouble setting up her dsl connection, printer, etc using the Mandrake config tools.

    Debian isnt the friendliest distro around, and with Fedora being a testing ground for Red Hat Enterprise, broken stuff happens. It's a shame you had a bad experience, but when I installed Mandrake for the first time in january, (my first time using Linux) everything "just worked" out of the box, and that's why I started using Linux in the first place.

    Mandrake Linux Downloads
  21. Re:Stop saying Linux is ready by Coryoth · · Score: 3, Insightful

    Modded troll in minutes. Record time. Congratulations to those who choose to cover their ears and chant "la la la la la".

    In part because it was largely an anecdote that ran counter to a lot of peoples experiences of modern distros. I could tell you horror stories I had with trying to install Windows on a machine and failing to get it to boot properly for hours trying all manner of things - the problem eventually solved by booting the damn thing with GRUB instead of the windows bootloader. That doesn't mean Windows sucks nor that it isn't ready for the desktop, it just means I had a sucky experience.

    If you could actually cite some clear specific reasons (as opposed to vague "everything is unstable/broken/hard" or anecdotes of something not working right for you that usually works fine for everyone else) people might actually listen. You could try making arguments about the ease of 3rd party software installation, or the current infancy of the efforts to provide compatability between KDE and GNOME apps, or the lack of certain significant applications for various major fields (accounting, CAD, whatever), or the lack of Linux support from hardware manufacturers. Then again, all of those issues are undergoing steady improvement, or could change rapidly if there was any significant uptake of Desktop Linux, so maybe they don't let you rant quite the way you want...

    Jedidiah

  22. Re:Acronymity by commodoresloat · · Score: 2, Funny
    Why is the U.S. National Institute of Health and Safety paying Microsoft in British pounds?

    Well, after hearing the election results, Microsoft figured the dollar was going to tank soon....

  23. *shaking head* by Arbin · · Score: 0, Redundant

    I dont understand why with all the issues Microsoft products face, that any large corporation would choose them and actively endorse their promotion. I've looked at the TCO of MS products vs others (linux, osx, etc) and that combined with the liability issues just stuns me. WHY Microsoft? For an end user, fine, for an enterprise, WHY?

  24. yeah but by commodoresloat · · Score: 1
    how long did it take you to copy a 17M file from one folder to another at your freelance gig?

    Oops, sorry, wrong OS troll....

  25. mod this up by Anonymous Coward · · Score: 0

    Great comment. I'd mod you up myself if I could.

  26. a 330m saving? by Anonymous Coward · · Score: 1, Insightful

    It seems to me that all the contracts Microsoft offers with great savings, such as this one, to anyone who says they will *seriously* consider using somehing else, totally undermines their argument that their TCO is comparable to anything else.

  27. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0
    I KNOW I'll be modded troll and the like but i have to say this.
    If you knew, why'd you bother the post. That's OK. I'll feed you.
    Linux is NOT READY for the desktop.
    You weren't ready for Linux on your desktop.
    Let me say things have gone backwards since last I looked.
    How can you tell if you look at different distros from what you started with? It is hardly fair to compare debian with RedHat--they fill different niches. If you liked RedHat, why not RHEL? Cost? Then get CentOS. Or Mandrake.
    More rambling that I don't care too comment on, as it applies only to you............
    You really expect garden variety end users to dump Windows, and learn to troubleshoot at the low level?
    Why not? Most garden variety end users don't try low level troubleshooting of windows. There are many distros that need to be babied less in the beginning than Debian, which is still very much an enthusiast's distro. Why not try one that is being sold? Perhaps even sold specifically for the desktop (such as Xandros)? Heck--a majority of end users could almost survive off of live CDs such as Knoppix for most of there work & not touch /etc.
    Things need NEED to get MUCH better than this before we encourage users to use Linux or it will never take off. It needs to work well out of the box. The install needs to be friendly and intuitive. Not everyone wants to spend hours playing sysadmin for the sake of it.
    You really fail to see the point of distributions, don't you? Different people want different things. If you are a newbie, start with a newbie-friendly distro (and here "newbie" isn't in any way dergogatory--it just means that you're somewhat uncomfortable or not knowledgable about some configuration that others can do quickly & don't mind).
    Make no mistake Windows has caught up
    News to me. You mean there are native 64-bit non-beta releases? Or perhaps you mean you got CVSNT working? Or maybe you mean that they have worked out artful package management that lets you update the majority of applications in one swoop? Or....
  28. £30 billion by Colin+Smith · · Score: 2, Informative

    Don't worry, this is just a small part of the estimated £30 billion ($54b) that the NHS is going to blow on IT over the next few years. Money is no object when it comes to IT spending it seems.

    http://www.telegraph.co.uk/news/main.jhtml?xml=/ ne ws/2004/10/12/nnhs12.xml

    --
    Deleted
    1. Re:£30 billion by Anonymous Coward · · Score: 0

      As someone who works in the NHS this needs to be said. It needs some money spent on it same as the rest of the nhs. Lots of this money is being spent on new patient systems that help sick people get the right treatment faster.

      Tho the idea to give doctors tablet pcs was laughable as youd probably suspect :)

    2. Re:£30 billion by Colin+Smith · · Score: 1

      I don't have a problem spending money on the NHS IT system. But FFS! £30 billion!!!! This is largely due to the large consultancies, EDS, AA, CSC, IBM etc. There doesn't seem to be much thought on value for money. Now, I'm not a Conservative supporter but they have a point when this kind of money is being spent.

      --
      Deleted
    3. Re:£30 billion by Anonymous Coward · · Score: 0

      So do you support the liar or the happy slapper?

    4. Re:£30 billion by 16K+Ram+Pack · · Score: 1
      This is the biggest reason why I would, if made prime minister privatise the NHS. Most people in government have no clue about the real cost of things. How some software and hardware can even cost 1/10th of that is beyond me.

      Make hospitals independent, each responsible for their own technology decisions. Those that spent like assholes would not do as well as those who were bright and frugal with budgets. Result? Well run hospitals would survive.

      BTW I'd also make sure that everyone had access to healthcare through an insurance scheme. You'd then give spending power to the public, not some top-heavy bureaucracy.

  29. Re:Stop saying Linux is ready by kfg · · Score: 1

    . . .the Linux community is asleep at the wheel trying to find an sales model that works

    The two distros that you have recently tried have solved this problem very neatly by devoting zero attention to the issue and simply giving the stuff away.

    Linux businesses are another issue, but they are primarily aligned with the business community, not the Linux community (just ask their bankers and stockholders).

    Not entirely coincidentally, they are also not distros targeted at the typical, garden variety end user. Linux may or may not have its rough spots as a desktop enviroment, depending on just what it is you expect it to do, but that determination really ought to be made on the basis of using an 'end user' desktop targeted distro, such as Mandrake or Linspiredows.

    Since you are an experienced Slack admin setting up a CVS repository (not something a garden variety desktop user is prone to do), why not just use Slack (or Red Hat) like a pro instead of Debian like a newb?

    I don't get it.

    KFG

  30. There's also plenty more too it by Sycraft-fu · · Score: 2, Interesting

    Linux, at least when we are talking about it being provided as a solution by a company, isn't free. Regardless of who develops the system, and regardless fo what OS it's based on, they are going to want money to do it. So one cannot assume that Linux is cheaper in this case. Not saying it isn't just saying you cannot assume that it is, you'd need to look at the quotes.

    Also peopel are missing what the OGC said. They didn't say Linux was a better OS, just that it was a viable alternative. There's a real difference between the two. Saying it is a viable alternative means that they found it can do everything that it needed and thus can be considered. That's real different from saying it is the superior alternative and should be used.

    I think people need to realise that when you talk big custom contracts that involve support, OSS isn't always cheaper or better. It can be, but it's not automatically. Companies are going to want something to develop and support your environment, and they are going to want it regardless of if they use a free OS as the basis.

    This goes double when the solution provider is also the developer of the commercial OS. If IBM offers a solution based on zOS, it doesn't cost them any more in licensing than a solution on Linux, since they own zOS and Linux is free. Likewise it doesn't cost Microsoft any licensing fees to use Windows.

    Another legit worry is what will happen to Linux. Windows has a very big, very stable company backing it up. There's not really a question that it will continue to be developed and supported in the forseeable future. Linux is developed by a group of peopel working on it because they want to. What happens if they decide to stop, and no one steps up to take their place? Yes I realise that's extremely unlikely, but it's a legit concern for companies.

    1. Re:There's also plenty more too it by Tough+Love · · Score: 1

      Another legit worry is what will happen to Linux. Windows has a very big, very stable company backing it up. There's not really a question that it will continue to be developed and supported in the forseeable future. Linux is developed by a group of peopel working on it because they want to. What happens if they decide to stop, and no one steps up to take their place? Yes I realise that's extremely unlikely, but it's a legit concern for companies.

      Linux has a lot better continuity record than Microsoft does. It's the rule, not the exception, that code written to run on Linux ten years ago still runs flawlessly on Linux today. That is simply not the case with Microsoft.

      So what happens to you when Microsoft drops the version of Windows you are tied to?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:There's also plenty more too it by TrancePhreak · · Score: 1

      That is absolutely untrue. Thinking just about glibc, it changes rarely, but it does change. The last big change I remember was about 2 or more years ago. Random program X would become uncompileable, or random program Y would just not work.

      --

      -]Phreak Out[-
    3. Re:There's also plenty more too it by jimicus · · Score: 1

      Linux has a lot better continuity record than Microsoft does. It's the rule, not the exception, that code written to run on Linux ten years ago still runs flawlessly on Linux today. That is simply not the case with Microsoft.

      So what happens to you when Microsoft drops the version of Windows you are tied to?


      While occasional glibc changes have meant that Linux is not all the rose-tinted land you make it out to be, your comments are true in general terms. I know this. You know this.

      Tell me, have you ever worked with a manager who demands that every piece of software bought in comes with the backing of a big company. So there's what they like to call "third party liability"? Trust me, plenty such managers exist. Even though they'd be unlikely to ever get anywhere in suing this third party, many managers like to believe that if necessary, they could. Some people call it pointing the finger, some people call it covering your [ass|arse]. Whatever, it amounts to the same thing: the manager is ensuring that s/he doesn't get fired if the project goes tits-up - instead they can move the blame elsewhere. And a lot of IT projects have the potential to go tits up.

    4. Re:There's also plenty more too it by beuges · · Score: 3, Informative
      while microsoft discontinues support for old systems, they go to extraordinary lengths to ensure that the API has always remained backwards compatible with all previous versions, to such an extent, that sometimes features have to get dropped because they would break backwards compatibility. for examples, read raymond chen's blog.

      actually, judging from the numerous "warning to users of [x] - [y] doesnt compile under new kernel" posts everytime news of a new kernel gets posted to /., it seems to me that ms's backwards compatibility record is alot better than linux's

    5. Re:There's also plenty more too it by westlake · · Score: 1
      Linux has a lot better continuity record than Microsoft does. It's the rule, not the exception, that code written to run on Linux ten years ago still runs flawlessly on Linux today. That is simply not the case with Microsoft.

      Some examples please. I have Win 3.1/Win 9x programs in every imaginable category running under Win XP without a problem.

    6. Re:There's also plenty more too it by Anonymous Coward · · Score: 0

      and then you recompile...

    7. Re:There's also plenty more too it by Anonymous Coward · · Score: 0

      it's only a recompile away

    8. Re:There's also plenty more too it by sjames · · Score: 1

      Also peopel are missing what the OGC said. They didn't say Linux was a better OS, just that it was a viable alternative.

      So they found that Linux can do everything that needs doing. So (apparently) can Windows. Dead heat there. Linux has no licence costs (including licence tracking) so that's one for Linux. Linux can be supported by many vendors, including vendors based in the U.K. (which means keeping the money in their economy) that's a big win for Linux.

      Another legit worry is what will happen to Linux. Windows has a very big, very stable company backing it up.

      MS is a single point of failure (however unlikely that failure is). With Linux, so long as there exists a qualified programmer, and someone willing to pay that programmer, Linux will continue.

    9. Re:There's also plenty more too it by sjames · · Score: 1

      Thinking just about glibc, it changes rarely, but it does change. The last big change I remember was about 2 or more years ago. Random program X would become uncompileable, or random program Y would just not work.

      You can still support those apps by installing libc5 and an old version of gcc in parallel with the new version. The latest and greatest kernel can be configured to support aout binaries. The big libc change was definatly more than 2 years ago. For Debian, look at oldlibs, for Fedora, select 'legacy app support'.

      Now try to make a MS app from 1994 (WforWG) run on XP.

    10. Re:There's also plenty more too it by sjames · · Score: 3, Interesting

      new kernel gets posted to /., it seems to me that ms's backwards compatibility record is alot better than linux's

      As someone who remembers downloading SLS Linux one floppy at a time from a BBS over a mighty 2400 baud modem, I recall that once I got the base installed, I used Minicom, gzip, tar, and bash in my efforts.

      To my knowledge, there is no SLS Linux anymore, BBSes are either gone, or moved to the Internet, 2400 baud modems are considered intolerably slow (and are only supported as a fallback protocol that is almost never used). I still use all of those apps. I used fvwm as my window manager once I had X up. Fvwm is still available today should I choose to use it. I can use it with gtk even though gtk wasn't even thought of when fvwm was the default window manager. I recently switched from XFree86 to Xorg. Nothing else had to be changed.

      When the Internet started to be available to non-university students, I got a shell account. I used Slirp to make it act like a slip account. It's still available.

      I still have a few disks with DOS/Windows software from the same era, but it's useless because it won't run on a recent Windows OS.

      Perhaps you don't hear much about it when a new Windows breaks old apps because it's not news. It's just par for the course. Or it may be that you don't hear about it because there's nothing to discuss. Nobody has the source, so nobody needs to know what to change to fix it. Nobody is deciding if it's worth the effort to update it because nobody has a way TO update it. It's just gone.

    11. Re:There's also plenty more too it by sjames · · Score: 1

      Some examples please. I have Win 3.1/Win 9x programs in every imaginable category running under Win XP without a problem.

      It's been quite a long time since I used Windows at all, so I don't remember many, but I clearly recall that Symantec C++ (for Windows 3.1) was unusable on Windows 95. Shortly after that, my W95 partition crapped out and the Linux partition was fine, so I decided to just write Windows off.

    12. Re:There's also plenty more too it by TrancePhreak · · Score: 1

      Many Windows 3.1 apps work. Every command line program I've seen works. Really old crappy Visual Basic apps work.

      --

      -]Phreak Out[-
    13. Re:There's also plenty more too it by sjames · · Score: 1

      Sure, many do. For the ones that don't, the end user will just have to write them off. Many ancient Linux programs work as well. My point is that backward compatibility is not a good reason to go with Windows over Linux.

  31. Beep, Beep, Beep, Booooooop by bushboy · · Score: 2, Funny

    Oh, I'm sorry madam, the life support system is running a microsoft OS and it seems it just 'Blue Screened', we're aufully sorry about your husband !

    --
    A slashdotting - you get the stick first and then the carrot !
  32. Doesn't suprise me a bit by SmallFurryCreature · · Score: 5, Insightful
    England is a nation living of its past reputation. To be fair I am dutch and we are living with our head in the sand hoping troubles will go away and that things like political assination, massive corruption, racial tensions happen elsewhere. But back to england.

    England changed massivly during the second world war. Although food supplies became for more limited because they were now rationed out the fast majority of people actually got a better diet. It also saw the start of the National Health Service. The idea that everyone should have access to the same kind of good medical care without having to pay huge bills. To the americans, this is not such a bad idea because healthy workers can worker harder and longer.

    However a NHS is also expensive. Of course the long, intelligent and complex view is that like a public transport system or social services they kinda pay for themselves. While they do not make a profit it is because they reduce the cost of others. A NHS makes sure people are sick less often and don't die so early so they can pay taxes as workers for longer. This is simple. Every kid costs the state money. The same amount wether this kid is a tax payer for 20 years or 40 years. Public transport takes people of the roads. For all those car drivers cursing about money spend on trains while you are stuck in traffic. Just imagine how long the jam would be if the people in the train were on the road with you.

    However certain types of goverment seek election by promising to lower taxes. This works on the simple minded voter. You can't of course lower taxes without spending less and the NHS or public transport are easy targets. Invest a little bit later. Freeze salaries. What will it hurt for 1 term of office eh?

    England now has an NHS wich is a shadow of its former self. "Efficiency" programs have the amount of managers running out of control while the NHS is bleeding developing nations of its nurses while british nurses are going stateside (language is a problem but the pay is better). Health care has gone down the crapper again with it costing more and more for those who are least capable of paying for it.

    Funny thing is that all those cuts on the NHS happened to lower taxes. I wish I could have everyone who voted for lower taxes and who ended up with a higher monthly burden flogged in public for being to stupid to live. Get a clue, it don't matter what you taxation is. What matters is the monthly bill. Simple example. $100 tax bill + $0 medical bill vs $50 tax bill $100 medical bill. Doesn't tax an economic genius to figure out wich is cheaper eh?

    Anyway Blair is a MS fanboy and the NHS is famous for making the totally wrong decission. Buying MS at huge costs because it is cheaper seems business as usual.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Doesn't suprise me a bit by Anonymous Coward · · Score: 0

      A NHS makes sure people are sick less often and don't die so early so they can pay taxes as workers for longer.

      But they overshot that goal and now the result is that people get older, many live past the age they stop working, and cost money without paying taxes. At that age they need more health care and the costs go way up.

    2. Re:Doesn't suprise me a bit by Anonymous Coward · · Score: 0
      England is a nation living of its past reputation
      The NHS covers the UK, not just England. England is not the UK. Scotland+England+Ireland+Wales = UK
    3. Re:Doesn't suprise me a bit by Kjella · · Score: 1

      While they do not make a profit it is because they reduce the cost of others. A NHS makes sure people are sick less often and don't die so early so they can pay taxes as workers for longer. This is simple. Every kid costs the state money. The same amount wether this kid is a tax payer for 20 years or 40 years.

      Actually, the problem is that people live far beyond their taxpayer years. To put it very cruelly, the optimum for society is a person who works all their life and drops dead on their retirement day.

      Dying is usually an expensive thing no matter when, and most people die sooner or later. Yeah that smoker who died in his 50s, that cost money. But so did the health freak that finally died in his 90s after 30 years of pension and a prolonged deathbed where his body slowly was shutting down.

      The real, underlying problem which is happening all over the western world is that the fraction that belongs to the work force is reduced. Each worker has to support more people. Politicians claim that reducing health care (Europe) will solve things. Politicians claim that increasing health care (USA) will solve things. But the truth is, it has to be paid for either way.

      Kjella

      --
      Live today, because you never know what tomorrow brings
    4. Re:Doesn't suprise me a bit by Anonymous Coward · · Score: 0

      "Efficiency" programs have the amount of managers running out of control

      I hear that all the time but that's the way it should be. Too many people have the ignorant view that if we got rid of managers and hired more doctors then the NHS would be better. You NEED specialist consultants and managers to coordinate everything and relieve the pressure from the doctors to enable them to carry out their jobs more efficiently and to oversee safety concerns.

      If you get rid of loads of managers the doctors will end up doing more work (for prob more money than the managers) and of a lesser quality.

      I admit the NHS still needs a lot of work but hopefully Bush will take Blair on another crazy mission that no one agrees with then we can get the Lib Dems in power, then I think we'll start seeing more drastic changes (for the better hopefully).

    5. Re:Doesn't suprise me a bit by jrumney · · Score: 4, Funny
      Scotland+England+Ireland+Wales = UK

      Somehow I don't think that was what the IRA had in mind when they fought for a united Ireland.

    6. Re:Doesn't suprise me a bit by Krafty+Koder · · Score: 1

      "The NHS covers the UK, not just England. England is not the UK. Scotland+England+Ireland+Wales = UK"
      The UK is made up of Scotland, England, Wales and Northern Ireland. Southern Ireland is an independent republic.

    7. Re:Doesn't suprise me a bit by Alioth · · Score: 0, Troll

      It's also ironic that Sinn Fein say they are driving "to reunite Ireland". The only time Ireland has ever been united was under British rule!

    8. Re:Doesn't suprise me a bit by destiny_uk · · Score: 1

      However the National Program for IT or NPfIT covers 5 local service providers (NW, E, NE, S and London, and a central spine). These regions are only in England, not the whole UK.

    9. Re:Doesn't suprise me a bit by Anonymous Coward · · Score: 0
      Nope - they were thinking of slutty girls who wont sleep with a man who hasn't killed someone. Just like the "Islamic Extremists" who bizarrely think they will get a bunch of virgins by blowing themeselves to bits.

      Its not HP Barnum's fault "there's one born every minute".

    10. Re:Doesn't suprise me a bit by Slashamatic · · Score: 1
      Get a clue, it don't matter what you taxation is. What matters is the monthly bill. Simple example. $100 tax bill + $0 medical bill vs $50 tax bill $100 medical bill.
      The approach in some other parts of Europe is to have lots of small insurance companies and for health facilities to have different and complex billing facilities. They don't tend to be particularly efficient and there is a lot of duplication so the administrative overhead is high. So actually the cost in your example turns out actually more, that $150 becomes $175.

      In the case of the UK, the healthsevice isn't properly privatised as chronic (i.e., expensive) problems must often still be dealt with off insurance, i.e. through the NHS.

      I'm also regrettably in agreement with you about Blair and MS.

    11. Re:Doesn't suprise me a bit by anaplasmosis · · Score: 1

      Other than for rush hours in major urban conurbations, if public transport were scrapped tomorrow, the difference would be in the noise; 97% of journeys in the UK are made by road.


      You cannot indeed lower taxes without spending less. But that's the wrong question. The right question is "is this money spent well?", and the answer generally is "No." Money is best spent when you spend your own money on something you want, and worst spent when you spend someone elses (i.e. taxpayers) money on something you have no interest in (i.e. an NHS you, as a highly privileged politician do not use.)


      The NHS is not a "shadow" of anything. It spends more money, in real terms than ever, and I recently read somewhere (the Economist? I forget) that it is the world's second or third largest employer.


      Sadly, the vast majority of the money spent on NHS IT has been spectacularly wasted, a trend which seems likely to continue.

    12. Re:Doesn't suprise me a bit by mormop · · Score: 1
      England is a nation living of its past reputation.

      Damn right there mate. Britain used to be a pioneering country when it came to technology. Massive amounts of money flooding in from trading throughout the empire fuelled the industrail revolution and Engineers and technologists were practically hailed as heroes.

      Unfortunately, all that ended when the last vestiges of empire faded between the 1940s and 60's and Britain's industries (particularly aviation) crumbled. In the 10 years from the abandonment of TSR2 the British motorbike industry collapsed because no one saw the japanese getting anywhere and the 80's saw the death of just about anything else that the UK had been good at.

      Once Maggie had dragged us into the "age of accountants" I don't think anyone really cared anymore and celeb worship took over. Blair has taken celeb worship to excess and being seen in the company of rich and famous people like Bush and Gates gives him that feeling of self importance that being Prime Minister of the UK just can't provide any more.

      So finally, don't expect the Blair government to put Open Source before Microsoft for anything other than minor, token gesture roles. Improved security, stability, Open Standards and whatever you may put forward as reaosns to go for FOSS mean nothing to the UK gov. compared to the "kudos" of a photo shoot with Tony's smug "look at me, I'm with Bill Gates, I'm soooooo important". Behaviour like this is usually due a) being bullied at school b)lacking in self confidence c) being hung like a squirrel.

      Choose your preferred option. I just wish they'd piss off and let people who know what there doing have a chance. After all, it's all very well being the worlds 4th largest economy but if you pour money into Monopolies and can't see anything wrong with predatory behaviour and corruption, opps, corporate lobbying it ain't worth jack.

      --
      Hmmmmmm..... Deep fried and look like Squirrel.
    13. Re:Doesn't suprise me a bit by Examancer2 · · Score: 1

      no, ireland is an idenpendant republic. Southern Ireland is a description.

  33. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    Quit whining, you apparently wrote the parent saying that you knew you'd be modded troll and now you're whining about it. I hope your subsequent post gets modded as flamebait, because it certainly is.

    You should think more about why you were modded as troll. Its not just people are Linux zealots, quite a few people post threads that are not complimentary, but are modded up. Normally though, these threads are either contructive or well thought out, bearing some point which they can justify. One anecdotal story of your experience, then an ultimatum on the feasibility of desktop Linux is hardly conclusive. Think more carefully about what you right. How many distributions have you seen, have you ever seen a modified kernel in use, have you ever worked in an organisation or SME that uses Linux as their desktop machines? I'm willing to bet that most of these answers are no. If they were yes, they would have adding credence to your article.

    One of your points is to not expect users to be able troubleshoot problems with Linux at a low level. Hello? What organisation has their garden variety Windows user troubleshooting problems at a low level.

    The problems you experienced, an experienced admin wouldn't have problems with. Additionally these are not problems likely to experienced by the regular user. Most places don't require the end users to install their own software. Your own experience sounds little more like you regard using a single box with root as administrating a box. This is not the same as either administering a corporate server or working as an end user on a desktop machine. So in this scenario, your story doesn't even relate to realistic analysis of either the roll out of a new system (except from the point on a newbie admin) or from an end user (most end users won't have write access to anything within /etc or much besides /home, certainly not be installing it themselves).

    Linux not stable? Now thats a bad install.

  34. So what? by Anonymous Coward · · Score: 3, Interesting

    So what? It's not like Red Hat will answer the phone, or return your phone calls, even when all you want to do is throw money at them.

    Exercise for the reader: figure out who your Red Hat rep is and ask them for a price quote on one of their products. Get this done within two weeks. Ready... go.

  35. Exactly! by kompiluj · · Score: 2, Informative

    I have worked with two programs for designing buildings (Finite Elements Method) - one was designed according to the Windows(tm) Interface Design Guidelines - working with this program was a nightmare, while the second was designed to naturally mirror the steps engineer takes - and it was real pleasure to work with it. However the second one could never qualify for a certificate of conformance to Windows GUI standards.

    --
    You can defy gravity... for a short time
    1. Re:Exactly! by Jaruzel · · Score: 1

      Hmmm, whatever happened to the Windows(tm) Interface Design Guidelines ?

      I recall reading it way back in Win3.1 days, but since then, even Microsoft no longer seem to follow any standards...

      As I understand it, all their 'Designed for XP' logo scheme means is that the app [probably] wont crash. It's not even had to have been designed to a standard GUI specification.

      *sigh* Things were so much easier 10 years ago ;)

      --
      Together, We Can Make Slashdot Better. I Do NOT Mod ACs. - Check Me Out
    2. Re:Exactly! by Anonymous Coward · · Score: 0

      Hmmm... I guess the 'Designed for XP' logo also means the program will install in a way that it can be removed easily with Windows' uninstaller.

    3. Re:Exactly! by sangreal66 · · Score: 1

      You mean these?

  36. The Reality about the NHS by Exter-C · · Score: 1

    The reality about the NHS is that they are strugling in most hospitals to cover costs with spiraling law suits and other issues plauging the system why would they go out and commit to such a long term contract when in reality will the NHS be around in the same form in 9years? If it is they will be x grade hospitals instead of b grade hospitals with few exceptions.

  37. HCI consultancy not the issue by tod_miller · · Score: 2, Insightful

    Not a qt/gtk developer myself:

    I think the issue is not to centralise some 'uability priesthood' that would oversee design decisions in an open source project, but to educate and motivate developers... I think this is happening to a degree.

    There are many resources out there, such as apple, kde and gnome usability and style guides, but the whole issue of usability is so tightly bound into overall program design that a centralised group would do nothing.

    A site that brought together all development resources for usability and allowed people to sign up as usability testers (d/l app, run, do tasks, report) and also sign up and usability report interpretters (convert the information into a concise usable format - like a bugzilla report) would be more usable, accessible and accepted by the majority of OSS devs in the world today.

    The last thing you want is some guy saying : "You didn't want to do that, no, you wanted to do this!" :-)

    Now, I said I am not a qt/gtk/??? developer, but I feel that the libraries should be assessed to see if they allow for usability and ACCESSIBILITY at an easy level [IE, high contrast interfaces easy to develop and skin... I think this is the case right now.. again IANAQT/GTKD.]

    ASIDE from that, the $40m of research for a blah blah custom interface?

    That could mean anything! Like, lets blow $40m on some interns to boost our university image, and then get them to hack a VB program in a cold room while we ignore them, and then give the obligatory tatty report to the guy who gets paid enough not to read it...

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  38. The NHS has a big IT ($10b+) upgrade project by mediabunny · · Score: 2, Interesting

    That is using Biztalk and C# as its interface and business logic layers. And truth be told, the more I look at Biztalk 2004 the more impressed I'm getting.

    Now while you could replace Windows with a Linux desktop and Windows servers with Linux servers I'm not fairly sure Biztalk runs on Windows only. And if your major software base is Windows why on earth would you use something else, elsewhere.

    1. Re:The NHS has a big IT ($10b+) upgrade project by Alioth · · Score: 1

      Biztalk is massively overrated. It's nothing that can't be done by competent Perl programming.

  39. Re:Knighthood - a link by Skiron · · Score: 1
  40. Candy-Cavities. by Anonymous Coward · · Score: 0

    "IAAUD -- I Am A Usability Designer/HCI major."

    Hallaluya! A real live HCI, on Slashdot!!! That's almost as rare as an OSS artist.

    Seriously I'm one too. However the problem I've found in open source (and to a similiar degree in closed source) is the contempt you're held in.

    Note all the disparaging remarks made about psychologist, and psychology (part of the foundation for HCI, naturally) around here. Note the dumping that Eugenia gets when she makes suggestions. Note how hard you have to fight in corporate america to get even a simple change through.

  41. Re:Stop saying Linux is ready by syousef · · Score: 0, Flamebait

    Grow up, and look up flamebait in a dictionary while you're at it.

    And by the way READ MY POST ***BEFORE*** you trash it. Its 2004. You shouldn't need to be an experienced sysadmin to run a desktop OS.

    And by the way if you think only sysadmins troubleshoot windows desktops you're living in fairy land matie.

    --
    These posts express my own personal views, not those of my employer
  42. no free support. by hkht · · Score: 1

    i would assume that the business analysts that concluded that going with microsoft with a nine year deal found that doing so was the best business decision in the long run. as much as i enjoy linux on my desk top, i would never trust any open source applications for my business. i can barely rely on the calender or even calculator programs. i'd rather pay for something and then if doesn't work have my secretary (not me) call and bitch and get them to fix it. that way i can concentrate on my business not on the software or tweaking the source to improve the software. in the long run i make more money by paying for reliable software and support. i think that is the case with most businesses and also with the nhs.

    1. Re:no free support. by Anonymous Coward · · Score: 0

      I hope you never needed to make such a call. It would be a big disappointment. Read the license agreement that you clicked OK on when you installed a commercial piece of software.

    2. Re:no free support. by pandrijeczko · · Score: 1
      So why not do yourself a favour, take some direct positive action and actually voice these opinions to some of the OSS developers who write those applications that lack the features you want?

      OSS has no remit to do anything for profit, it's just there to make good software. If you tell the people who write that software what you need it to do, they WILL listen to you.

      Otherwise, sit back, do nothing and continue to fund Microsoft's on-going plan of world domination.

      And when it gets to the stage, in a few years time, that you pay MS a rental charge to access the documents and files you thought that you previously owned, don't come crying to me then.

      --
      Gentoo Linux - another day, another USE flag.
    3. Re:no free support. by jrumney · · Score: 1
      i would assume that the business analysts that concluded that going with microsoft with a nine year deal found that doing so was the best business decision in the long run. as much as i enjoy linux on my desk top, i would never trust any open source applications for my business.

      And most important for the business analysts, you cannot trust open source applications to regularly take you to exclusive West End clubs to get you drunk and laid. Don't think we don't know how government procurement works.

  43. Re:Stop saying Linux is ready by syousef · · Score: 0, Flamebait


    If you could actually cite some clear specific reasons (as opposed to vague "everything is unstable/broken/hard" or anecdotes of something not working right for you that usually works fine for everyone else) people might actually listen.


    Typical!!! You don't like my post because its not a detailed but report????

    I'm talking vanilla Debian Woody, and Fedora Core 2 under VMWare. Not brain surgery. Picking options from the installer.

    I installed on a total of 4 machines, under both emulated and stand alone environments. My experiences were not good. My point was it isn't getting better. Its actually taken a step back in the last few years.

    To anyone with mod points, mod me whatever the hell you like. I'm going to call it as I see it. If you think I'm writing this to flame that's your problem.

    --
    These posts express my own personal views, not those of my employer
  44. Re:Stop saying Linux is ready by syousef · · Score: 1

    It's a shame you had a bad experience, but when I installed Mandrake for the first time in january, (my first time using Linux) everything "just worked" out of the box, and that's why I started using Linux in the first place.

    My first experiences were text installs on a 486, and back then it was an experimental OS and was awesome to play with. No one talked about it being ready as an end user OS. When I was using Redhat 7.x things were much better than they are now. So this talk of Linux as desktop ready is amazing to me. Way to put off your userbase forever.

    I'll probably download and pay with Sarge at some point soon. I won't use Mandrake for the simple fact that its not as commonly used, and I'd have little or no support if things go wrong. Other people swear by SUSE as well. Neither distro has a free (as in beer) server version. Part of the problem is the infinite choice of distro. Linux is not the OS, the distro is.

    --
    These posts express my own personal views, not those of my employer
  45. This seems like a pretty sweet deal... by barfy · · Score: 3, Insightful

    Essentially it seems like that they are getting operating systems, office products, servers/server software for about 60 pounds per machine per year, which I presume includes some level of support and 40 million of custom software.

    Open Source if not quite ready for prime time, is already showing its power in competetive situations..

  46. Re:Stop saying Linux is ready by syousef · · Score: 1

    Not every opinion that isn't yours is a bad one. I knew I'd be modded troll because of the fanatacism here and because I'm saying something that people here don't want to hear (but I believe need to, because I'd LIKE to see Linux go where it should).

    I posted because I had something to say - popular or not.

    End users NEED to be able to trouble shoot their OS to some level - otherwise you'll never get people running it at home.

    I tried Fedora Core 2. That's probably the best migration path from Redhat. (I've used 8 and 9 but only briefly).

    Different people want different things from an OS but apparently a lot of end users are in desperate need of an OS that requires a B.Sc. in comp sci to get it up and running right?

    CVSNT is an application - it is not the OS. When's the last time you got MS-Word 2003 running on Linux native? Why can't CVS (pserver) be ported to Windows? It can, but the developers don't want to.

    --
    These posts express my own personal views, not those of my employer
  47. Re:Stop saying Linux is ready by syousef · · Score: 1

    Since you are an experienced Slack admin setting up a CVS repository (not something a garden variety desktop user is prone to do), why not just use Slack (or Red Hat) like a pro instead of Debian like a newb?

    Simply because the last time I ran Slackware was about 7-8 years ago. There'll be a learning curve for me no matter what distro I use.

    Here's the thing though. If you want Linux to take off on the desktop, you need a free (as in beer) desktop version that the masses can admin. There use to be one - Redhat was getting there. I haven't tried them all but the ones I'm seeing so far are aweful.

    By the way a distro that requires you fix things going wrong that shouldn't is bad no matter what. I shouldn't need to know the guts of XWindows and mouse drivers just to get it running.

    --
    These posts express my own personal views, not those of my employer
  48. Linux as a viable OS?-Tomorrow. by Anonymous Coward · · Score: 0

    "Not to be considered a troll here, but there are virtually NO practice management solutions for Linux. I say "virtually" only because the ones that do exist are low-budget/low-feature solutions with limited (at best) deployment."

    Virtually all programs start out that way.

    "You can't expect doctors to run Star Office and manage their patients and records using multiple applications that are hacked together to form one solution. The support margin would be huge in such a case."

    I should point out that while there can be improvement in this area, Linux does have the infrastructure to do it. I should also point out that a lot of doctors offices do use the core apps (MS Suite) with custom templates, and VB code written on top. The same can be done with Linux apps (or haven't you been noticing the scripting trend lately?)

    "Linux is great for certain things but practice management would be a disaster without custom software."

    So tell us what's unique to practice managment apps, that no one else has?

  49. Re:Stop saying Linux is ready by syousef · · Score: 0, Redundant

    That should have read:
    Typical!!! You don't like my post because its not a detailed BUG report????

    --
    These posts express my own personal views, not those of my employer
  50. One week? by Anonymous Coward · · Score: 0

    A week after the report was released? What, governments can respond quickly and efficiently to new information now? Meh.

  51. Tell That To The Underpaid Doctors & Nurses... by pandrijeczko · · Score: 1, Interesting
    Well, the good thing about this is that there's now absolutely NO way I'm going to vote for this government in next year's UK elections.

    Whatever anyone else says about the costs of switching to Open Source, the fact is that long term, a Microsoft licensing deal costs a whole lot more than an OSS solution and that is good money that the NHS should be spending on giving better salaries to the nurses, GPs and other health workers that are leaving the NHS in their droves for the private health sector.

    Add to that the fact the patient care is still suffering and that people are dying as a result of superbugs due to poor cleaning routines in our hospitals, I don't know how that crook Gates can sleep peacefully at night.

    I am absoultely disgusted with my government.

    --
    Gentoo Linux - another day, another USE flag.
  52. contract details include... by wild_berry · · Score: 1

    There's the option to leave the contract every three years. That's part of the deal. From Wednesday's London Times (horrid signup for non-UK residents): "The NHS has the right to terminate the deal every three years."

    1. Re:contract details include... by 16K+Ram+Pack · · Score: 1

      Which means that it's a 3 year contract!

  53. Thank fsck for that by jazman · · Score: 2, Interesting

    So our doctors and nurses are now going to spend minimal time on an OS that just does stuff and maximal time on actually fixing people, rather than letting people waste away while they spend hours trying to figure out why the hell copy and paste doesn't work.

    1. Re:Thank fsck for that by pandrijeczko · · Score: 2, Insightful

      Erm, why would a doctor or a nurse spend time fixing a PC that is provided as part of their job and no doubt supported by the NHS's internal IT department?

      --
      Gentoo Linux - another day, another USE flag.
    2. Re:Thank fsck for that by bamf · · Score: 1

      Because most of the Doctors like to think they are god, and believe that they know more than their IT department.

    3. Re:Thank fsck for that by Idarubicin · · Score: 1
      Erm, why would a doctor or a nurse spend time fixing a PC that is provided as part of their job and no doubt supported by the NHS's internal IT department?

      Because a neurosurgeon is the sort of person who would want to repair a bad trace on a defective motherboard while the computer is still running...and would take it as an affront to his professional dignity if he couldn't do it.

      Less flippantly, more dollars spent on training and technical support--for applications that should just work--means fewer dollars for doing things like hiring nurses. Familiar, tested software also means that the staff in place are more productive, because they're not waiting on hold to talk to an overworked tech support guru.

      --
      ~Idarubicin
  54. Re:Stop saying Linux is ready by swarm+scool · · Score: 1


    Linux couldn't have actually won this bid without being able to demonstrate working healthcare management systems running on Linux, they don't exist.

    As for the 9 years part, my own experience with the NHS would suggest that that is their approximate hardware replacement time. On my last trip I experienced multiple 80286 based computers in regular day to day use. Its not a long contract by NHS standards.

  55. Re:Stop saying Linux is ready by kfg · · Score: 1

    . . .you need a free (as in beer) desktop version that the masses can admin.

    Last time I installed Mandrake I had to click on "Yeah, whatever" about three times. That was it. Up and running on the network, and it's free as in beer.

    Can't recall ever having to drop to command line to do anything, although I frequently find it more convenient to do so, just as I often do in Windows.

    And for whatever it's worth, I put a certain amount of food in my stomach because the garden variety user can't install or admin Windows either. Based on my customers I'd have to say that even the vaunted Mac isn't quite as intuitive and 'user friendly' as Apple would like you to believe.

    Some of the rest of the food comes from the fact that they also can't fix their own cars, bicycles or even cobble up a flyer in Word.

    I really don't see anything wrong with certain things requiring a certain amount of expertise and hiring experts to do them. I don't do my own plumbing. My plumber doesn't install operating systems. Takes all kinds to make a world.

    I shouldn't need to know the guts of XWindows and mouse drivers just to get it running.

    I'd have to say that depends on what it is you're trying to do, although I personally havn't seen a major distro that requires this in many years, but I've never tried Fedora.

    KFG

  56. NHS IT is too fragmented. by Dr_Barnowl · · Score: 4, Informative
    The largest problem with the NHS infrastructure is their application base, rather than their server platforms, although many of those are antiquated beyond belief.

    I mean, this is an organisation that only recently ditched X.400 email. Most of their practices are either paper-based, or use outmoded legacy systems that no-one understands anymore, because the coders responsible for their creation have been downsized long ago.

    Hardly anything is designed with interoperability in mind ; I have personally resorted to screen-scraping chunks of VT100 terminal output because the other supplier had no handle on their ancient pathology system (and possibly didn't even have the sourcecode).

    The resistance to change is enormous, and not without justification; the overall experience of NHS professionals of IT projects is bad.

    And why? Healthcare is almost certainly one of the most challenging problem domains for IT projects in existence. Not only does it require the reliability and robustness of the banking industry, the informational complexity of the subject matter exceeds most other problem domains in human usage. Even the everyday things like the prescription and administration of drugs are horrendously complex ; the computerisation of a full medical record is something that I would describe as more challenging than a dozen Manhattan Projects.

    In all, this is an area where the potential benefits are tremendous - even a small reduction of the estimated 70% of working time that a junior doctor spends doing paperwork instead of caring for patients would be an enormous boon. An hour a week saved per ward (very realistic even with basic electronic prescribing systems) essentially amounts to an average sized hospital getting a free doctor. In a cash-strapped, overburdened NHS, every little thing helps.

    The potential for public benefit is enormous, and I would suggest that this should be a matter for public research. Instead of pouring these funds into the pockets of shareholders of enormous foreign companies, gov.uk should found a number of public projects, all bound over to interoperate freely, all open-source, and trial them.

    But unlikely to happen, with the corporates back-handing government so effectively. With the recent funding changes for NHS IT, the funds are effectively placed in the hands of a very few huge monolithic corporations, who then decide who to subcontract to. As a result, smaller, more innovative companies are either shoved out of their niche, bought out, or try to compete on an equal footing with the giants and get crushed in the scrum. Money will haemorrhage into the pockets of foreign shareholders (iSoft, Schlumberger-Sema, etc.).

    Yet another reason I'm glad I no longer work for the NHS.

    1. Re:NHS IT is too fragmented. by Matt_UK · · Score: 1

      I Still work in the NHS. We have just had a aplication to buy a new specialty system turned down (after 3 years work) becuse there is a "solution" provided by our LSP (Big company as mentiond above). Dispite the fact this is not the system that the managers and clinitians want. But thats where the monny is at the momment.

      --
      Oooh 'eck DM!
    2. Re:NHS IT is too fragmented. by omb · · Score: 1

      Absolute NONSENSE; none of the problems of IT in a modern, sensibly designed, healthcare system are particularly hard,
      and the technologies have already been developed elsewhere; since real exposure to hard cost/benefit is almost unknown
      and doctors are (understandably) conservative the real problem is lack of diversity and competition ---

      now it will take 9 years to find that this initiative has failed.

  57. You must be new here... by blorg · · Score: 1

    Why do you feel the need to not only post your job, but also the acronym for it? Correct me if I'm wrong, but doesn't that mean you'd have to type MORE than you would've anyway, thus taking away any point using the acronym had in the first place.

    It's a standard /. (Slashdot) convention. IANAL (I Am Not A Lawyer) is the original and most common, appended as a disclaimer when doling out legal interpretation.

    As to why use the abbreviation _and_ the full job title? IAAUD itself is probably not common enough for people to know/guess quickly what it means, so the job title is necessary. The 'IANA__' or in this case 'IAA__' formula is however instantly recognisable and serves as a shorthand giving credibility the what follows.

  58. MOD PARENT UP by jimicus · · Score: 1

    Yes, most of what the parent says is horrible nasty stuff and you might wish s/h/it would just go away and be nasty elsewhere.

    But, FWIW, I think the gist of these comments is pretty accurate. My own doctor has made similar comments to me. My g/f works in the local hospital and overtime has just been banned for everyone in the department for financial reasons. She is a radiographer - she'd administer radiotherapy if you went in with cancer.

    Now, how do you feel about her being told that she mustn't work overtime?

  59. Re:Stop saying Linux is ready by kfg · · Score: 1

    Well, call me offtopic, but nothing in my post had anything to do with the NHS bid.

    KFG

  60. Re:Stop saying Linux is ready by jimicus · · Score: 2, Insightful

    You really expect garden variety end users to dump Windows, and learn to troubleshoot at the low level? Come on! Get a clue. So much for Linux as a desktop replacement. What a goddamn joke.

    Garden variety end users don't administer, troubleshoot and configure their own boxes. They don't install Windows. They don't even know there is a low level.

  61. Re:Tell That To The Underpaid Doctors & Nurses by Anonymous Coward · · Score: 0

    Wrong crook. Try a little closer to home, how else do you explain mega-casinos?

  62. Linux is making inroads by bass_wulf · · Score: 5, Informative

    Maybe the NHS Trust I work for, as part of the Web Development Team, is an exception, but Linux is making inroads here. For example, while our Intranet presently runs on IIS and we do have a large number of third party applications that require IIS, signficant areas (like our homegrown document publishing system) take advantage of having a Linux server in the mix.

    Likewise, I often get involved with extracting useful data from huge data sources and Linux provides me with an efficient and effective way to do that. It's not just me, either. Our network still has a Novell backbone and that is of course moving towards Linux, thanks to SuSE.

    It is, of course, a far cry from Linux on every desktop but the penguin is definitely in there, helping to get the work done.

    Wulf

    --
    Soundcheck Poem: 1 2 was a racehorse and 1 1 was 1 2. 1 2 1 1 race and 1 1 1 1 2.
  63. Re:Stop saying Linux is ready by jimicus · · Score: 1

    And by the way if you think only sysadmins troubleshoot windows desktops you're living in fairy land matie.

    I think that if your organisation lets ordinary users (as opposed to tech staff) troubleshoot their own PC, or even gives them sufficient priveliges on the machines to do so, your troubles are far greater than mine.

  64. opensource usability guidelines. by Anonymous Coward · · Score: 0

    there are already usability guidelines going on. Check out Gnome usability standards here:
    http://developer.gnome.org/projects/gup/

    I am sure they would apreciate your input and would provide valuable experiance for you to involve yourself in a real-world experiance, instead of dealing with idealised models that you are probably exposed to in your university.

    Also may make a good paper or two and get your name published and out there.

  65. Re:Tell That To The Underpaid Doctors & Nurses by rbbs · · Score: 1

    It also doesn't help that implementation costs have to be covered by the hospital. The NHS IT contract only covers development. There is no obligation on the part of the hospitals or healthcare providers to actually use the system. Every GP to every hospital has to bring in the consultants and the broadband to pay for it if they want to use it.
    I know of a very large hospital in southern england that has already borrowed millions to foot that particular bill.

  66. Background by BenjyD · · Score: 4, Informative

    Just in case anyone has forgotten, here's a quick summary of recent major state-funded IT projects in the UK:

    Immigration service document system (1999) - 18 months late, cost £77m, scrapped after 2 years because system couldn't cope with load

    National Insurance system (1997) - delivered late, didn't work, caused a 14 million record backlog, delayed pensions payouts in 1999 and lost 5.2 million people's tax files

    Passport office(1999): new system less efficient than what it replaced, caused a backlog of half a million applications, price of passport put up by 30% to fund development of replacement system

    Air traffic control(1999): six years late, crashed three times in eight days after installation, complaints from controllers about difficulties with the system.

    So, combine the system that created those blunders and Microsoft, a company with a terrible track record on reliability and honesty. I hope I don't need to go to hospital any time soon.

    Source:http://www.computerweekly.com/Article1023 33 .htm

    1. Re:Background by pandrijeczko · · Score: 1

      The Child Support Agency was another huge wasted IT budget also.

      --
      Gentoo Linux - another day, another USE flag.
  67. how stupid by Anonymous Coward · · Score: 0

    i cant believe it how stupid someone signs a nine year contract, maybe M$ is never relevant in some years or the in a couple of years the price of M$ products lower than expected today. my 2 cent's ...

  68. IBM internal switch by midgley · · Score: 1

    I understood that IBM had declared that they were doing this?

    1. Re:IBM internal switch by sapped · · Score: 1

      So far they have not.

  69. Re:Stop saying Linux is ready by syousef · · Score: 1

    I really don't see anything wrong with certain things requiring a certain amount of expertise and hiring experts to do them. I don't do my own plumbing. My plumber doesn't install operating systems. Takes all kinds to make a world.

    You don't call your plumber to flush the toilet every day either. System admin is not an infrequent thing. You don't call a mechanic to help you drive your car. You only call him when it breaks down or needs a service.

    I'd have to say that depends on what it is you're trying to do, although I personally havn't seen a major distro that requires this in many years, but I've never tried Fedora.

    Debian simply didn't work for me out of the box. KDE was broken in 2 out of 2 installs. (I think there are issues with the mouse driver kernel module and devices with the version of KDe. Also seen some redraw issues with the video card but I haven't looked into that). Fedora I'll have to try without VMWare before I comment more.

    --
    These posts express my own personal views, not those of my employer
  70. Re:Stop saying Linux is ready by syousef · · Score: 1

    I think that if your organisation lets ordinary users (as opposed to tech staff) troubleshoot their own PC, or even gives them sufficient priveliges on the machines to do so, your troubles are far greater than mine.

    Have you ever worked in a small company?

    --
    These posts express my own personal views, not those of my employer
  71. healthcare software - successful stuff is on M by midgley · · Score: 1

    There is a lot of Windows on our desktops, at least in General Practice (hospitals are much less computerised)

    However the successful healthcare software tends to have been written in M (MUMPS as was) and is commonly appearing either in a terminal (telnet etc) with added chrome and macro buttons around it (EMIS; MicroTest), or be a somewhat evolved front end on a database that may be running on Unix VMS or whatever.

  72. Re:Tell That To The Underpaid Doctors & Nurses by hoofie · · Score: 3, Insightful

    >>GPs and other health workers that are leaving the NHS in their droves for the private health sector.

    Where's your research for this statement? My wife is a Surgical Matron at a hospital with responsbility for four wards and a lot of staff. She hasn't lost ONE member of staff to the private sector.

    The private sector is not everything is cracked up to be for medical professionals. The management is often poor, and professional development may be limited for Nursing Staff [not much point in specialising in A&E in a Private Hospital - there isnt any]. Consultants are invariably employed by the NHS and top-up their income with private work. Their is no way their is enough private work in the UK to pay the salaries of all the consultants.

    My wife only got her own desktop pc in the last year. For the last 5 years before that she has had to ALL of her paperwork on our pc at home or else beg or borrow access to someone else's at work - and she STILL spent three hours on paperwork at home last night.

    The NHS IT infrastructure has been neglected on a national level for years - at last something is [hopefully] being done to correct that failing.

  73. NHS Massive changes by BrightCandle · · Score: 5, Informative

    The NHS has 9 years remaining of the largest IT project in the world today. The cost is somewhere in the region of £30 billion. The country has been split into different regions, each with a very large IT services company running the show (BT consulting, CSC, Accenture etc). Ther job is to integrate the old systems and bring on new ones to allow patient details to be shared nationally. It is a massive project, £500 million goes to Microsoft to ensure that they will support TODAYS operating systems to the end of the programme so they can get the hard job of getting it all up and working before the OS gets pulled out from underneith them. Once the system works they are in mantience mode and can port it onto the latest and greatest of the day. They have some very very old applications that only run in Windows inside of the NHS today, and they are part of the clincial application suite. The truth is that the NHS believes that Windows is unlikely to disappear in the next 9 years, I think that is a fair assumption myself. Unfortunately they have to think that long term since their software really is that complex. Besides it's all about value, redeveloping the current systems that do work will cost more than paying the licence fees.

  74. Re:Tell That To The Underpaid Doctors & Nurses by pandrijeczko · · Score: 1
    Where's your research for this statement? My wife is a Surgical Matron at a hospital with responsbility for four wards and a lot of staff. She hasn't lost ONE member of staff to the private sector.

    Here is one place for starters - okay, not just the private sector but also to overseas like the USA.

    Incidentally, I have nothing for the utmost admiration for our doctors and nurses and they deserve better treatment in terms of pay and conditions because of the jobs they do. I would happily pay higher taxes if I knew that money was going directly into their pockets.

    The private sector is not everything is cracked up to be for medical professionals. The management is often poor, and professional development may be limited for Nursing Staff [not much point in specialising in A&E in a Private Hospital - there isnt any].

    I have a female colleague who is a middle-manager in the NHS and travels around the country a lot. She does so always using First Class train or air travel, can expenses rooms in the best hotels, gets a huge mileage allowance and very large salary.

    At least in the private sector, it's a matter of choice to pay for it or not - but my friend getting the benefits she gets when your wife (and other healthcare staff) deserve bigger salaries is an absolute travesty in a public-funded institution.

    My wife only got her own desktop pc in the last year. For the last 5 years before that she has had to ALL of her paperwork on our pc at home or else beg or borrow access to someone else's at work - and she STILL spent three hours on paperwork at home last night.

    This is irrelevant to my argument. I have no problem in anyone choosing to run Windows (assuming that's what she uses) but I do object to my government using my taxes to line Bill Gates' pockets when it is quite clear that high quality free alternatives are available.

    The fact that she works hard into the night on paperwork justs earns my admiration even more incidentally.

    The NHS IT infrastructure has been neglected on a national level for years - at last something is [hopefully] being done to correct that failing.

    Sorry, this doesn't work for me. Why is lining Gates' pockets on IT infrastructure doing something? Surely doing something would be paying workers more, investing in hospital cleanliness, putting more into disease research, etc?

    --
    Gentoo Linux - another day, another USE flag.
  75. Re:Stop saying Linux is ready by jimicus · · Score: 1

    Yes.

    Most of the users there would have been unable to troubleshoot Windows anyhow. They'd have called on me. There are dozens of small companies that make their living providing IT services, including troubleshooting, to other small companies.

    I don't think Linux would be a "magic bullet" solution for anyone, but neither do I think that it is unusable for a small company. Different, yes. Trickier for the member of staff who happens to have a computer at home and is thus landed with the job of handling the ones at work? Undoubtedly. But the original discussion that all this came from was the NHS - hardly a small company.

    In large companies, I see Linux being considered as a desktop alternative for cost and management reasons. The server will run whatever it needs to run in order to service the business - this is the techies problem. Linux is already being taken seriously as a server OS there.

    In smaller companies, chances are they're buying computers with a Windows license and OS installed in the first place, and may not be re-ghosting them. What on Earth is the point in them putting Linux on the desktop? OpenOffice, maybe. Firefox - in a stretch, possibly. Linux? Not for some years.

    However on the server, Exchange is expensive overkill. The server, being business critical, is more likely to be left to the experts. And here, Linux is making inroads. I know of a couple of companies in this area providing specialist services to small businesses - they come in, set up and maintain a Linux server and the client systems are the customer's problem.

  76. As a UK resident... by kaleco · · Score: 1

    I must stress that the NHS is in a lot of trouble right now with staff shortages and poor equipment. If they were to take the hard long-term decision to switch to Linux now, even if there is only a small amount of retraining per worker it would cause *massive* disruption. I cannot emphasise enough how angry most people are with the NHS right now with the current waiting lists let alone staff being retrained in new software.

    --
    Prosperity is only an instrument to be used, not a deity to be worshipped. Calvin Coolidge
    1. Re:As a UK resident... by Matt_UK · · Score: 1

      The waiting list thing is a great problem. The bit if the NHS I workin is bringing its waiting lists down. How? by using IT and mangment changes to imporve how information flows through the hospital. Its a shame that the press go screaming all the time excentuation the negative. But then good news dosn't sell

      --
      Oooh 'eck DM!
  77. Linuxs Issues for Admistrators/Corproate users. by jellomizer · · Score: 2, Informative

    Especially in IT Groups of 1 IT Person to 20-80 Users (Which is the normal ratio among companies) Linux fails to be as useful in that range, most companies at this range don't have the budget to pay for high quality system administrators. They often will train a tech with other specialties such as an engineer (Not computer engineering mind you) or someone else who is good at computers. Or you may also get a Jr. Administrator with a degree from a 2 year school or vocational training. Many people in this range my know about linux but don't really have the skills to lead a migration strategy to Linux. Plus for people in that Linux administration linux comes with plenty of good roadblocks, such as driver problems with hardware, a complicated file sharing system even samba. Setting up print servers can be a bit tricky as well (That is part of not having the right drivers). And finding and installing applications still need a lot of work. These are features that Windows handles quite well most companies from 20-80 just use windows servers as a File/Print Server and configuration these services only takes a right click and a couple of left clicks. While on Linux the person has to dig threw a bunch of docs to find the name of the service that they need to run. Then they will need to make sure they are up to date and then install it. Then configure it. To a non Linux users. Who would think a name like SAMBA would be for windows file sharing, LP for printing server (Yea SAMBA can do that too), or Apache is for Web Server. The Linux Interface is more then just a GUI. Even if there is a GUI application it may not be consistent with other ones. When you hit print on one application it will just print and other will give you print options, and the options are different for each program Making each application a program that you need to compleatly have to go threw.

    In Large Companies where there is 1 Administrator for 100+ people that is where Linux/Unix shines. In such large scale Linux is quite useful because you have one well paid professional administrator who is savvy on what is happening in the tech world and easily adapts to changes. But most of the unix tools and remote administration is setup of large number of people w. Command Line interface speeding up a lot of processes that may need to be done with a lot of users and powerful scripting abilities a job that could take all day on a windows box can easily be done in 1/2 hour on Linux. Also with companies this size downtime is very expensive 1/2 hour down time with the average wages of $15 an hour * 150 is $1125 that is not including potential losses in sales. On Linux with the significantly less downtime any extra time it takes to administer a Linux system is still cheaper Heck $1125 would be considered a very good weekly wage for an Administrator. So having him spend 2 hours to fix a problem while keeping the system running vs. 1/2 hour of down time is much cheaper.

    Also the company less then 10 then Linux is good too, the Set it up, and keep it running administration, usually done by a outside contractor and managed by them with the most computer savvy guy in charge of the most basic of administrations (make sure it hasn't crashed or power failure) In these sizes Linux is setup more as a server appliance then a true server and has a real cost advantage to the small company.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    1. Re:Linuxs Issues for Admistrators/Corproate users. by Matt_UK · · Score: 1

      I work in a NHS hospital witht the ratio of IT to staff as above 1 per 150 ish.

      All our stuff is done via scripting and remote administration. But its windows.

      Sorry, if linux can learn from windows (GUI et al) then it is resnable to expect windows to learn from UNIX

      --
      Oooh 'eck DM!
  78. Longevity by wombatmobile · · Score: 2, Insightful

    while microsoft discontinues support for old systems, they go to extraordinary lengths... ... read raymond chen's blog...

    Joel Spolsky wrote in his now famous article about two opposing camps at Microsoft, one of which he calls the "Raymond Chen Camp" and the other, the "MSDN Camp".

    Flip. Flop. The strategic direction is the result of a tension amongst younger people that is arbitrated by a few central older characters.

    Linux, seems to be organized along different lines. The unpaid authors are motivated by other interests and by different values. Linux may be akin to a spiritual journey for some authors. Such a force may result in a coherency over time that stems from a belief system rather than from a marketplace.

    But that's just about the author geeks who create Linux. The marketing people may be on yet different journeys still.

    IBM's doing well and plays a part in Linux community.

    Meanwhile, the community exhibits a lot of diversity and that's both a sign of flexibility and a source of strength.

  79. 9 Years??? by theolein · · Score: 1

    I can understand the NHS going for an MS solution due to the costs and difficulty of switching to OSS solution, but paying Microsoft out of one's own free will for 9 years sounds to me like either: MS bribed numerous officials (paranoid speculation, but not unknown at all in big business deals) or the NHS MIS is supremely incompetent and/or stupid.

    I personally think it's the latter, a case of yet another group of IT bosses who barely know how to find the start button in Windows, being screwed over by very good MS marketing and sales people. I seriously doubt a competent sales manager would agree to a 9 year contract with a company as well known for its crooked business practices as MS is.

  80. MS Lockin route etc by midgley · · Score: 1

    The interface. Getting an agreement to develop an approved and mandatory user interface appearance for all programs on all kit is a big wedge.

    And to develop and provide the software to build that interface onto programs. Charitably put, Microsoft's lack of advertised expertise with Linux would make it seem unlikely that they will write tools to put the interface (the licencing terms of which are not visible at present to me) onto other programs running on Open platforms.

    "I fail to see how choosing Linux doesn't result into 'lock in'. At least to any extent greater than with Microsoft Windows. Support for Windows can be had from any consulting agency, pretty much."

    That is just wrong, as many people using NT4 will be prepared to tell you, if not now then soon.

  81. Re:Stop saying Linux is ready by Kjella · · Score: 1

    I'm talking vanilla Debian Woody, and Fedora Core 2 under VMWare. Not brain surgery.

    Debian woody. Sigh I appriciate the debian project but could they PLEASE change the name of their versions? "Try Debian". So you go there "Stable, testing, unstable"... hmm which do I want? Stable sounds good.

    What they don't tell you is that you get an age-old distro completely unsuited for anything but server use. Granted, the new stable Debian is out this year but it doesn't change the basic problem. Stable = Debian server. Testing = Debian desktop. Unstable = Debian unstable. That'd make everything a lot easier for everyone.

    As for FC2 on VMWare. IMO anything on VMWare will run like crap, be it linux or windows. It is not worth it. For all the extra power you need to put into your machine to run VMWare+OS+Apps, you'd get a second box that'd run circles around it anyway.

    Personally, I would recommend debian testing (sarge? sid? I forget, not woody at least) and the new installer. Debian is a brilliant distro once you get it up and running (well, in my case that often involves doing a minimal install and apt-get just the apps I need)

    Kjella

    --
    Live today, because you never know what tomorrow brings
  82. Re:Stop saying Linux is ready by syousef · · Score: 0, Redundant

    Garden variety end users don't administer, troubleshoot and configure their own boxes. They don't install Windows. They don't even know there is a low level.

    These days a lot of systems come pre-configured I grant you. But many non-brand names aren't and windows is a damned easy install compared to certain varieties of Linux. I've known many a non-expert to install Windows. I know few that install Linux, and some of those that have tried have regretted it.

    --
    These posts express my own personal views, not those of my employer
  83. Cost effective - until the next NetSky/SoBig by onlyjoking · · Score: 1

    Such a cost saving!? Did anyone factor-in the cost of being hit by the next NetSky/SoBig/.... ? Thought not.

    &infect if /M\$/ foreach @nhs_desktops
  84. Re:Stop saying Linux is ready by syousef · · Score: 1

    The original discussion was about Linux as a desktop OS for a large organisation.

    You made a sweeping statement about end users not administering their machines. I don't know what you think the millions of home computer users do exactly, but that was the statement you made.

    I was making a point that in small organisations sometimes end users have to be involved in trouble shooting.

    My experiences were indeed in setting up Linux for a server environment. Specifically a CVS server. However in doing that I had trouble with a desktop component - X-Windows, as well as hardware, while CVS was relatively easy to get up and running.

    To me this suggests that the distros I was using certainly aren't ready for the Enterprise. While the choice of distros has widened recently the quality has fallen, and yet people rabbit on about Linux being ready for the desktop. If my experiences are anything to go by, its certainly not.

    I was not saying that an expert user could not use Linux as a server and I don't know where you got that idea from.

    End of discussion.

    --
    These posts express my own personal views, not those of my employer
  85. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    "Garden variety end users don't administer, troubleshoot and configure their own boxes."

    If they don't, then who does? There isn't normally any professional supporting these Windows machines.

    Put that question another way: how many "admins" (i.e. windows users) had turned off LSASS prior to the virus hitting it?

  86. Report? What Report? by dj1471 · · Score: 1, Interesting

    It's interesting to note that the report mentioned in the article has, as you can see by following the link, been removed and replaced with a message basically rubbishing the contents of the report. But there is an archived version available.

  87. Re:Tell That To The Underpaid Doctors & Nurses by Anne+Thwacks · · Score: 1

    Yeah, vote for the Cons "The party of convictions" (most shadow cabinet ministers have been convicted of something!)

    --
    Sent from my ASR33 using ASCII
  88. what a bunch of crap by suezz · · Score: 1

    Gee - what a coincidence that the report came out right before this contract - I wonder what the the price was before the report came out. I don't care about training costs - it is irresponsible for a govenment to waste the people's tax money on a substandard product. Training costs can be dealt with over time - this is just bad decision making and the taxpayers should be very upset. Nine years is ridiculous - anyone who agrees to nine year contract with anything related to IT is an idiot. The person's who dealt this contract should be fired on the spot no questions asked. I bet they will create web pages that can only be viewed in Internet explorer too.

  89. NO, DON'T MOD PARENT UP by Anonymous Coward · · Score: 0

    'cos it's the usual one-eyed bull.

    The problems with the NHS are shared with pretty much all civil service operations; massive inefficiencies with too many people focused on serving themselves rather than others. Co-incidentally I work for one of the NHS IT providers so perhaps I shouldn't complain but what they spend on IT and what they get for their money is a joke.

    Other simplistic suggestions such as the NHS keeping people healthy and hence more productive/beneficial to the economy are just plain wrong and show a negligible understanding of reality.

    I have already wasted too long on this troll so my final comment is to point out that Blair isn't an MS fan boy, he's just easily bought.

  90. NHS... by nitrocloud · · Score: 0

    ...Made me think of the crackpot club, The National "Honor" Society. I guess making a database interface for an EMS department that allows faster access to vital information, and spending hundreds of hours fixing computers does not matter to them... all you really need to be is a joint smoking slacker.

    Source: Real Life Experience

    --
    Karma: Good, or bust!
  91. Hospital and Practice management solutions by midgley · · Score: 2, Informative

    1. Hospitals is what the NHS is looking at nowadays, Practices have solutions (actually we lead the world, but being typically British and understated don't make so much fuss about it)
    From this end, the need is for ways of sending messages between systems, which IMHO FLOSS people are likely to be better at avoiding combinatorial explosions on a large scale than closed/proprietary ones are.

    For hospitals there is VISTA, in which respect the US VA looks like a world-leader (and the three US gov services that use software suites based on the same core seem the closest analogues of the NHS that are readily available, with software.)

    This produced a corps of maintainers and supporters www.hardhats.org (the history is well-worth reading) www.openvista.org who are a good bunch, the interesting example of one of the business models for making your crown jewels Open Source (GPL) with Sanchez' GT.M - on Sourceforge but mainly they do big iron stuff for banks.

    So, there is an open (public domain, FOIA, with embellishments) hospital and patient management system and medical records system available.

    (It has been translated into Finnish, German - Berlin Heart Institute) and Arabic (cancer hospital in Cairo) so there is a sporting chance it can be translated into English - there would be a fair few changes needed to fit into what we use instead of billing and the work the USN MC at San Diego was doing to extend it with Paediatric modules would need to be continued at least, but it is a plausibly promising system with a long pedigree)

    VISTA has been ported by WorldVista to run on GT.M which of course runs on Linux. VISTA I am told was designed early on to move platforms, with a bit of alteration to a shim layer, and survived moves across different sorts of M and Unix (and I think VMS before that) so the alteration to run on GT.M and on Linux was not a large task (it looks like a big job to me, but Rick Marshall et al seemed quite happy with it - key points: there is experience, there are people, it was designed for it.)

    There is a GUI for VISTA.

    Thing about this - a GUI is not a good choice of interface for a proportion of tasks commonly done in healthcare organisations. SO having a GUI that goes alongside a functional plain terminal interface makes excellent sense.

    The GUI is behind stuff in use in General Practice in the UK in its development at present, but is generically usable, and does not trail the state of the art in hospitals.

    It is in Delphi, so if we use Windows on a desktop that is fine, I do not doubt that it could be ported to Kylix or otherwise moved to GUIs on newer operating systems as they take over.

    Tools exist as Open Source and in production, to connect GT.M to SQL and to the Web, so a web interface is a reasonable approach. Jim Self in LA has done a lot of this rather impressively for the Veterinary Hospital he is at.

    Others
    -------
    There is also the Care2Ex project which has a lot of energy going into it in Europe, and is a cross-border effort (a nice thing to see in the evolving European Confederacy) this is aimed at hospitals, the University Hospital of Geneva has been using its BolinOs system for Radiology and other records and administrative tasks for a while, and there are a stack of Practice systems in early stages. My source code is available, but in VIsual Basic, so possibly best left buried for now; but Horst Herb's GNUMed project based in Australia www.gnumed.org and www.gnumed.net are promising approaches to doing it all in a provably correct fashion - and hence are taking a long time.

    The ontologists - a proper medical automation system requires a sound ontology to be based on or else you end up with a local curiosity - are agreed AFAICS that medical ontologies do not work unless they are Open SOurce and Open Licence (Galen which is one based in Manchester University in the middle of England) has a slogan "Making the impossible very difficult" which semes to accurately reflect the level of c

  92. Are they already Windows? More paper based I think by Anonymous Coward · · Score: 0

    I don't think the NHS are that heavily Windows. They have people typing up documents on it, but I don't think any more.

    My experiences as a customer are:

    • Doctors notes - large wodge of paper.
    • XRay - large wodge of photographic film
    • CT Scan - not Windows. I've only seen it "printed" as film though. The doctors get to read a short textual report on a slip of paper.
    • Blood tests - were a Curses based program on AIX in my area, now web based.
    • Radiotherapy, Chemotherapy - Running on Windows 3.1, but only the calcs fortunately and double checked too. A human did the critical bits that could hurt someone if they went wrong. (Being clamped under a machine running Win3.1 and capable of delivering a lethal dose of radiation would be worrying)

    The NHS has a lot of disparate systems, many paper based, that it would be great if they could come together. I've had to retake xrays in different hospitals because they couldn't communicate (emergency chest xray for injury one week, followed by routine cancer xray the next), not good for the patient.

    Its a big new project, but I think the current firms that are fulfilling the contracts tend to be Microsoft shops. Its a pity really. At least from all we can see the architect has mandated open formats for exchange, and most medical data is either easily represented in plain text (a blood test result, a radiologist report) or as images (xray/CT), for which open formats exist.

  93. Portability between UNIXes by Anonymous Coward · · Score: 0

    I used to have relatively little problem porting apps betweeing UNIXes, and writing apps that were portable between UNIXes. They have some differences, but also a lot in common.

    More and more programming nowadays uses higher level abstractions through toolkits and libraries, that this should be less and less a problem. Its really Windows thats the odd one out in terms of fundamental model, coming from a single user desktop system.

  94. Re:Stop saying Linux is ready by FireFury03 · · Score: 1

    End users NEED to be able to trouble shoot their OS to some level - otherwise you'll never get people running it at home.

    This is one of the big reasons why I _won't_ run windows - If something breaks in Linux I have all the tools I need to poke around and debug the problem. If I'm presented with a non-functional windows machine I find myself standing there saying "well, it's screwed innit?" and theres usually very little debugging I can do. This is probably why the usual solution for a broken windows machine seems to be a reinstall whereas I have never had to reinstall Linux because some software broke.

  95. Random facts by Anonymous Coward · · Score: 0

    1. The NHS provides medical care, free at the point of delivery, from cradle to grave, with the same quality no matter who you are. Good isn't it? Just like communism! (Just my little joke.)

    2. It has a programme to overhaul how it does IT.

    3. Previously IT decisions were taken at the hospital or trust level (there are over 300 trusts).

    4. England (yes, just England, not Scotland or Wales or Northern Ireland - they all have their own NHSs and they are all doing their own thing) is divided into five areas and each area run by a large consultancy. Each of these is termed a cluster and the organisation running it is a Local Service Provider (LSP). They are responsible for integrating the IT systems within their area and providing the interfaces to systems outside their area.

    5. There is a sixth function called the Spine. This is basically an XML message bus to enable the LSPs to send messages between each other. It is also where you plug in an application which you want to make available on a national basis.

    The key reason for all this is that there is no central information store for patient data in England. The hospital doesn't necessarily know what your GP (doctor) knows, and when you are discharged, your GP may not know what happened in hospital.

    There are a lot of people for whom clinical staff more or less need to make guesses. Guesses like: you're not allergic to penicillin, you're not on serious medication etc. This whole project is aimed at getting the LSPs to take responsibility to get the systems within a geographic area sharing data.

    It is completely amazing and the statistics are mindblowing. There are 600 million prescriptions issued each year. Average of 10 per person. Now keep all that data and check new prescriptions against it so you can alert if the drugs have an adverse interaction - and do it in real time because clinical staff are busy people. Not easy. If you think that wasn't hard, don't forget that this is a small fraction of the total amount of activities taking place.

    The desktop thing could have gone linux, using something like VMware server farms for access to Windows applications. But they would need serious architecture design, support and integration. Not done by Mr Noddy Consulting.

    It would have meant that cheap terminals (e.g., SunRays or whatever) could be used within hospitals where their integrated smart cards would support the authentication requirements of the NHS. These devices would also be of limited value to a thief - something worth considering.

    There is an impression that the NHS used the threat of Linux on the desktop to get i) a very good discount and ii) the promise of development money. It looks like they got both of those so UK taxpayers can think they probably didn't do too badly. What other taxpayers think is largely irrelevant.

  96. I work on the project... by Chembryl · · Score: 1

    ... and the figures quoted seem ludicrously inflated. The Accenture contracts (which are 2 out of the 5 available) cost the NHS less than £1 billion over the next 10 years. BTW your link doesn't work.

    --
    - This and all my posts are public domain. I am a Physicist. I am not your Physicist. This is not Physically advice
  97. Re:Stop saying Linux is ready by skiman1979 · · Score: 1

    I'm sorry to hear about your troubles installing linux distros. As someone else pointed out in response to you, Mandrake Linux does an excellent job just working "out of the box." I've installed Mandrake (9.0, 9.1, 9.2, and 10.0), Red Hat 9.0, and Slackware 9.1 on my home system and each of them installed fine, booting into a graphical KDE environment. Mandrake did the best job between the three detecting my hardware, but the other two distros detected most everything automatically. I've also installed Gentoo (and still use it to this day). Although Gentoo isn't what you'd call "newbie" user friendly (as far as installing goes) if you follow the installation handbook, everything (with the exception of sound in my case) works fine.

    In my opinion, Mandrake is the best for a "newbie" installation. The graphical installation is easy to use and everything works fine in my experience. Some users' problems with installing linux distros may lie in unsupported hardware. Before selecting a distro, you should ensure that your hardware is supported. Mandrake does support a lot of hardware. Note: Windows doesn't support all hardware either. I'd say not only is Linux ready for the desktop, it has been ready for some time now.

    --
    Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  98. Re:Stop saying Linux is ready by syousef · · Score: 1

    ve also installed Gentoo (and still use it to this day). Although Gentoo isn't what you'd call "newbie" user friendly (as far as installing goes) if you follow the installation handbook, everything (with the exception of sound in my case) works fine.

    I'd say not only is Linux ready for the desktop, it has been ready for some time now.

    This RTFM attitude is exactly why Linux needs to change or die on the desktop. I'll repeat again. Not everyone has the time or interest to RTFM or go out and check every little bit of their hardware to see that its supported. I've seen Linux users suggest that if an end user doesn't like something they can learn to code and change it any damn way they want. Well in the real world not everyone has the inclination, time, resources or aptitude to do that. So if Windows or MacOS works for them they'll stick to it and leave Linux to the "propellerheads".

    If people are expected to buy new hardware to run Linux they'll never bother to trash their Windows. When I finally got the opportunity to install Linux at work, I didn't get to pick the specs for the machine. I got the box that could be spared. From a manager's simplistic point of view Windows will happily run on it, so if Linux won't its garbage. (Now a good manager would know that the hardware was bought to spec to support Windows in the first place but not all managers are good managers).

    I honestly think this whole situation is a real pity because I'd like it to get to the stage where I could recommend Linux to friends and relatives. Instead of actually addressing it it seems the Linux user community would rather stick their heads in the sand and abuse anyone who points out the problems.

    --
    These posts express my own personal views, not those of my employer
  99. SAP by mks113 · · Score: 1

    Can you kick a few UI designers at SAP? They seem to have totally failed at UI design.

    If you don't use SAP daily, or don't have a step by step procedure in front of you, you are lost. I'd find it easier to type a manual SQL query than navigate through this miserable system.

    Fortunately, (or unfortunately) I only have to use it every few weeks.

  100. Re:Stop saying Linux is ready by syousef · · Score: 1

    The end user who doesn't know a hundred obscure commands, and another hundred obscure config files is just as screwed in Linux as they are with Windows.

    --
    These posts express my own personal views, not those of my employer
  101. Re:Stop saying Linux is ready by skiman1979 · · Score: 1
    This RTFM attitude is exactly why Linux needs to change or die on the desktop. I'll repeat again. Not everyone has the time or interest to RTFM or go out and check every little bit of their hardware to see that its supported.

    That's why I suggested Mandrake. I was not suggesting to tell a newbie user to RTFM. My very first linux installation was Mandrake 9.0. At that time, I knew absolutely nothing about Linux or Unix or anything. I just popped the CD in, hit next a few times, made up a password, and that was pretty much it. Everything on the system worked fine, sound, video, mouse, network, Internet (dialup), KDE... it all worked on its own. I didn't have to pick up a single manual. I haven't installed any distro on modern hardware, but I have used liveCDs (Knoppix) and they "just work" as well.

    --
    Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  102. Re:Tell That To The Underpaid Doctors & Nurses by pandrijeczko · · Score: 1
    Last time I looked, we had more than a two-party system here in the UK.

    LibDems probably need a chance at government (can't do any worse than the other two have done) with the added bonus we get properly united with Europe and away from the possibility of becoming the 51st state of the USA.

    --
    Gentoo Linux - another day, another USE flag.
  103. Re:Stop saying Linux is ready by skiman1979 · · Score: 1

    Just out of curiousity, why do you even need X-Windows in a server environment? Especially if it is just a CVS server. I'd think the server would run more efficiently without the overhead of a graphical environment. Having the graphical environment running means more processes, with potentially more vulnerabilities, and more ways for someone to break into your server.

    --
    Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  104. Re:Tell That To The Underpaid Doctors & Nurses by hoofie · · Score: 1

    That article doesn't indicate that people are leaving to go to the Private Sector, althought I won't argue with the fact that they are leaving. Most I know of are just getting out of the NHS period.

    As for your friend, she sounds incredibly lucky for a middle manager. My wife can't even get her Trust to recompensate her for the petrol she has to use to drive to the other Trusts Hospital location [ which is through mad traffic 10 miles away ] on a regular basis.

    As for the choice of running Windows, thats what people are familiar with ! Why rip it out and put in Linux etc ? The money you would save would quickly be swallowed by horrendous training and maintenance costs. Also, remember that until the people are training up in the new apps, their productivity will nosedive, so their is a cost element also.

    Believe me, I'm not happy that any of the money goes to Microsoft either, but its the only realistic choice.

    p.s. As for your comment about hospital cleanliness, my wife read the new 'Matrons Charter'. It waffles on about hospital cleanliness but it means zip. Cleaning contracts are awarded to the lowest bidder, normally a massive company. They supply the minimum of staff to the job and don't supervise the results. You can complain about cleaning standards, but you have no weapon; financial or personal, to effect change. The BEST thing to do would be to take cleaning in-house [no outsourcing] and provide proper staffing to do the job properly - the cleaners matter as much as any nurse/doctor/consultant etc - an important point which seems to have been lost by the new layers of management in the NHS.

  105. uhh, what's the issue? by Anonymous Coward · · Score: 0

    viable alternative != best choice

  106. Re:Tell That To The Underpaid Doctors & Nurses by pandrijeczko · · Score: 1
    The money you would save would quickly be swallowed by horrendous training and maintenance costs.

    And where's your proof of research into making this statement? Microsoft's "Get The Facts"??? C'mon, this issue's been argued many times on Slashdot and the worst possible case is that's there's not much difference in maintenance costs between Linux and Windows.

    As for all your other points, I agree with you 100%.

    --
    Gentoo Linux - another day, another USE flag.
  107. Corruption makes the world go round by Anonymous Coward · · Score: 0

    I'd bet my life that Microsoft has paid some people well to make that decision. Hopefully this time will be enough evidence to proof it. At least Linux is gaining ground on the desktop market at an amazing pace. At least all of my friends have switched to Linux lately.

  108. Cancellation Fees? by earthforce_1 · · Score: 1

    I worked in a large telecom company before that had a history of winning signed contracts, only to have the customer later pay some nominal cancellation fee and go with a cheaper competitor, because the cost situation had substantially changed over the past year or two.

    I wonder if the contract is written to avoid a "lock in" situation, that lets the customer decline or opt out if they decide to use non-MS solutions.

    I think the 9 year thing is to ensure they have support for a newly purchased system that will be in maintainance mode five years from now.

    On the other hand, having lived with the Canadian sponsorship scandal, you never know what kind of dirty backroom sweetheart deals go on behind the closed doors of government offices.

    --
    My rights don't need management.
  109. Re:Hospital and Practice management solutions by Matt_UK · · Score: 1

    XML based HL7.2 is what we are meant to use to interface in the NHS (Yes I work in IT in a NHS hospital). Moving legacy systems to do this is going to be fun...

    --
    Oooh 'eck DM!
  110. Support for NHS contract by dtux101 · · Score: 1

    Does this £500m include support and services or is it just for the software licenses. I see there is a £40m R&D expense, but I am wondering just how expensive these things are???

  111. (NHS)... only recently ditched X.400 by midgley · · Score: 1

    But what you have to remember is that the NHS only installed X.400 as standard 4 years after it was obvious that X.400 was the failed standard and SMTP was the successful one.

    Now, what is it that we are doing? Oh yes. Installing Windows for everything, over the next 4 years ...

  112. NHS ARE GOING TO BE BUSY!!!! by davidmcg1975 · · Score: 1

    I think they are going to be spending more time curing virus infected computers than curing virus infected patients :)

    1. Re:NHS ARE GOING TO BE BUSY!!!! by Explorer.exe · · Score: 1

      Yea, because there are so many people with the fuckhead syndrome writeing crap to screw Windows. But I cant write that and not say that Windows dose have ALOT of holes in it for them to get through with. But still dont write it and it wont be there.

      --
      Except for Elizabeth who is in fact a woman.
  113. Re:Tell That To The Underpaid Doctors & Nurses by Matt_UK · · Score: 1

    The private sector health care in the UK is just a leach on the NHS.
    If something goes wrong in an operation in the local BUPA hospital where does the patient end up in Intencive care? in the Local NHS hospital.

    How many Nurses and Doctors did the private sector train? None.

    Gits

    --
    Oooh 'eck DM!
  114. NHS IT is too fragmented-A Small idea. by Anonymous Coward · · Score: 0

    "And why? Healthcare is almost certainly one of the most challenging problem domains for IT projects in existence. Not only does it require the reliability and robustness of the banking industry, the informational complexity of the subject matter exceeds most other problem domains in human usage. Even the everyday things like the prescription and administration of drugs are horrendously complex ; the computerisation of a full medical record is something that I would describe as more challenging than a dozen Manhattan Projects."

    Smalltalk. A language already used in the banking industry, amoungst others. Perfect for big, complicated, and evolving tasks. The only other is Ada, but that's less known.

  115. So what? by Run4yourlives · · Score: 1

    If the folk over at NHS, if they're doing their jobs properly, picked the best tool for the job. And for this job, Microsoft won.

    Hate to break it to you, but sometimes linux isn't always the best tool, especially if you have a lot of not-tech users (read doctors and nurses).

  116. Eh, no... web services is serialized data by adolfojp · · Score: 1

    I design .NET and java web services for a living. The beauty of web services is that the client can either be browser based, like you say, or a thick client. You can either use Swing or WebForms as a thick client or you might even use open source alternatives.

    Cheers,

    Adolfo

  117. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0
    Similarly, most posts that are fairly off topic and is a rant about a single user's individual experiences should be modded down. If you had written a tirade against your personal experiences with window, I'd expect you to be modded down too.
    End users NEED to be able to trouble shoot their OS to some level - otherwise you'll never get people running it at home.
    You haven't dealt with end users much. As previously said, most end users don't install their OS or know where to look to fix it. That being said, editing text files in /etc isn't any worse than editing the registry. They're a lot easier to backup before you make changes & they have a higher signal-to-noise ratio.
    I tried Fedora Core 2. That's probably the best migration path from Redhat. (I've used 8 and 9 but only briefly).
    I'd disagree--it is a testing bed for RHEL & therefore shouldn't expected to be as stable.
    Different people want different things from an OS but apparently a lot of end users are in desperate need of an OS that requires a B.Sc. in comp sci to get it up and running right?
    Absolutely not. If Walmart can sell PCs with Linux installed...
    CVSNT is an application - it is not the OS. When's the last time you got MS-Word 2003 running on Linux native? Why can't CVS (pserver) be ported to Windows? It can, but the developers don't want to.
    I realize CVSNT is an application. I've used it. You sais Windows had caught up. I don't see that. Linux has been improving more rapidly (and, on the desktop, it had (perhaps you would argue "has") to). My remark on CVSNT was sarcastic--how did you opinion of Linux worsen & your opinion of Windows improve?

    I don't know why you expect CVS to be ported to windows--what is wrong with CVSNT?
  118. once again with slashdot editing by Anonymous Coward · · Score: 0

    Good ol slashdot editors, can't be bothered to look up what any acronym stands for and actually, you know, edit. Must be such hard work clicking on "approve" and "reject" all day.

  119. Quick math.. by t_allardyce · · Score: 1

    £500m / 60m people =~ £8 per person (lets round it up for population growth) =~ £1 per year per person. (not taking into consideration people who go private etc). Obviously software doesnt have any cost per person attached to it but Bill didn't get filthy rich with fair prices. I think what we're paying for here is 'peace of mind' (did i just say that??) since Microsoft is a big well-known company they know they better damn well not screw up. For that price I expect nothing less then 99.999% uptime, and zero patients records stolen. If I was running the country, under-the-table deals would work two ways: Fuck with me, and I will ban your business from the country and start a mass scale piracy operation of your products.

    --
    This comment does not represent the views or opinions of the user.
  120. Re:Stop saying Linux is ready by syousef · · Score: 1

    Good question. The simple answer is I would like to have X-Windows set up so that certain graphical applications and web admin interfaces can be set up. I'm the only person from my company at the client site where I work that knows Unix/Linux at all well, and I would prefer not to be the only one who can admin our CVS repository, since that's a recipe for being called up to fix things while on holiday, or on the weekends.

    --
    These posts express my own personal views, not those of my employer
  121. Re:Stop saying Linux is ready by syousef · · Score: 1

    Similarly, most posts that are fairly off topic and is a rant about a single user's individual experiences should be modded down. If you had written a tirade against your personal experiences with window, I'd expect you to be modded down too

    You have serious issues if you think my post is off topic. It dealt with suitability of Linux as a desktop OS and the parent was all about Linux being passed over as a desktop in a large corporation.

    You haven't dealt with end users much.

    Thank you for telling me what I have and haven't done you arrogant fool. If you deal with end users the way you deal with me, good luck staying employed.

    Absolutely not. If Walmart can sell PCs with Linux installed...

    If you hadn't noticed a lot of vendors who tried offering Linux as an OS choice on their pre-built machines have pulled back and stopped doing that.

    I realize CVSNT is an application. I've used it. You sais Windows had caught up. I don't see that. Linux has been improving more rapidly (and, on the desktop, it had (perhaps you would argue "has") to). My remark on CVSNT was sarcastic--how did you opinion of Linux worsen & your opinion of Windows improve?

    Are you sure you've used CVS? What with? (See below)

    Well when I started playing with Linux, Windows was still 16 bit, and crashed a lot. You still could only really play games on DOS and multimedia and internet access were basically add ons not built in.

    Now stability in Windows has improved, multimedia etc. are all built in, a lot more hardware is supported, the interfaces are more intuitive etc.

    Windows has definitely improved VERY rapidly with each generation of the OS adding capability.

    Linux has also improved in terms of hardware support and applications but the pace of change has definitely been slower. This is unsurprising as a lot of Linux development is done by people working on a volunteer basis in their spare time. I'm not putting down people's efforts there. But there was no need for Linux not to stay further ahead than it has. Most of the changes in Linux have been behind the scenes from the point of view of an end user. They couldn't care less about whether they're running ext2 or 3.

    I don't know why you expect CVS to be ported to windows--what is wrong with CVSNT?

    Here you show your ignorance. CVSNT does not exactly match the behaviour of CVS. People running Eclipse have had only limited success with getting it to work. When you can't synchronize with the repository very early on in the project for whatever reason you can't trust your code to the repository server. I tried different verisons of CVSNT and it was too flakey to use. The Eclipse project doesn't support the use of CVSNT, and CVSNT doesn't try to support Eclipse.

    --
    These posts express my own personal views, not those of my employer
  122. Re:Stop saying Linux is ready by skiman1979 · · Score: 1
    What about webmin? I don't believe you need X on the server for that, and webmin has CVS management icons (other management icons may suite your needs as well). Admin users can just point their browser to http://CVS_IP:10000, log in, and admin away. Of course, if you don't want webmin running 24x7, you could perhaps create a script (e.g., batch file) to start the service through SSH (PuTTY's plink.exe), connect through browser, and then plink-stop-webmin... or something similar. You could probably even use SSH forwarding to have the webmin traffic go through ssh.

    This would at least give your other cvs admins a graphical interface into CVS.

    --
    Having a smoking section in a public restaurant is like having a peeing section in a public swimming pool.
  123. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    hopefully the PC doesn't reboot when they're about to jumpstart someone's heart

  124. Re:Stop saying Linux is ready by FireFury03 · · Score: 1

    The end user who doesn't know a hundred obscure commands, and another hundred obscure config files is just as screwed in Linux as they are with Windows.

    That is exactly my point - if you don't know what you're doing, you're screwed either way, but if you have some clue you're better off with linux... so where's the advantage for anyone in running Windows? It's no better for any of the users, and for some it's worse.

    You said that home users need to be able to trouble shoot stuff themselves, but you just admitted that most of them can't nomatter what OS they're running, and the ones who can would be far better off with an OS that actually has the resources for them to trouble shoot it.

  125. Re:Stop saying Linux is ready by syousef · · Score: 1

    That is exactly my point - if you don't know what you're doing, you're screwed either way, but if you have some clue you're better off with linux... so where's the advantage for anyone in running Windows? It's no better for any of the users, and for some it's worse.

    You rarely need more than the graphical software found in the control panel and start menu to do basic stuff. You certainly don't need to edit config files by hand to get your mouse working if something stuffs up in the install on Windows. (I've never had a mouse go unrecognised on WinXP, and I've never seen the graphics card repaint things funnily because I didn't tell the OS exactly how much video RAM or what graphics card I was using). This is the sort of shit an end user HAS to deal with under Linux, and it doesn't need to be that way!

    --
    These posts express my own personal views, not those of my employer
  126. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0
    You have serious issues if you think my post is off topic. It dealt with suitability of Linux as a desktop OS and the parent was all about Linux being passed over as a desktop in a large corporation.
    No. Your post was about gripes you had about Linux that had little relevance to their needs or their decision. It would be like if someone wrote a post decrying SP2 because some of their software stopped working. (Please note--I'm fine with SP2. It is just an example of something which isn't really that relevant to this discussion. Yes, /. is Linux-centric. No, that doesn't mean all Pro-Windows/Anti-Linux posts get modded down.
    Thank you for telling me what I have and haven't done you arrogant fool. If you deal with end users the way you deal with me, good luck staying employed.
    Fortunately, I'm not being employed in support. I still have to do it for the boss (those who know how and are a short walk away get dumped on!), but I grant that I don't have the patience or will to do it professionally. I'm sorry I offended you, but at least I didn't call you names.
    If you hadn't noticed a lot of vendors who tried offering Linux as an OS choice on their pre-built machines have pulled back and stopped doing that.
    No more so then other independent dealers. It is hard to compete with Dell or HP. And, may I point out, both of them offer Linux currently.
    Are you sure you've used CVS? What ith?
    Yes--I've used both CVS and CVSNT. Usually I use the CLI on all platforms to access it. TortoiseCVS (I think that was the name of the Windows-Explorer integration) was also used extensively. Never used eclipse. Some of my co-developers on the project we used CVSNT did & didn't complain. Others used JEdit or Emacs or Ulraedit with a plugin. It worked fine in a heterogeneous environment & I'm sorry that I can't address your problems with it. This was back when eclipse had just been released and, as I said, I didn't use the two together myself. Sorry that I've "shown my ignorance" by not being in your environment--I don't think I ever claimed to know things I didn't.
    Well when I started playing with Linux, Windows was still 16 bit, and crashed a lot. You still could only really play games on DOS and multimedia and internet access were basically add ons not built in.
    Fair enough--I am better able to see where you're coming from. But then Linux didn't have KDE or Gnome & didn't have the wealth of distros that do more directly address the needs for a desktop OS, including easier installs, maintenance, configuration, etc.
    Now stability in Windows has improved, multimedia etc. are all built in, a lot more hardware is supported, the interfaces are more intuitive etc.
    No argument on improved stability. I would say that Linux multimedia and hardware support has improved MUCH more rapidly. I also think the UI of Linux has improved more--but that is because it had such a long way to go.
    Linux has also improved in terms of hardware support and applications but the pace of change has definitely been slower. This is unsurprising as a lot of Linux development is done by people working on a volunteer basis in their spare time. I'm not putting down people's efforts there.
    I see where you're coming from. But I disagree. Many companies, government institutions, and universities have also thrown weight behind Linux. The most significant development isn't really in basements in free time, though a lot of that does exist & it does help a lot. The "release early, release often" philosophy also motivates significant positive change.
  127. TCO/costs for gov's/countries by TheLink · · Score: 1

    When you talk about governments and countries, TCO/costs should be looked at differently.

    Even if OSS costs more than MS to run it should not be the main consideration. A country should also see how much money LEAVES the country.

    This is why some smart countries/govs are still picking certain OSS even IF the TCO is higher. Even if you pay a bit more for services and support, the money goes to YOUR citizens and it comes back to you via taxes. D'oh...

    Don't ever forget it is PUBLIC money you're spending.

    If the UK Gov rarely cares about these things then the UK is pretty much screwed.

    --
  128. British Government is rotten by hipparchus · · Score: 1

    Whenever fraud etc is discovered in a foreign government (or the EU and so on), British Politicians ridicule the foreign government saying how corrupt it is, and how much superior the British Government is.
    But everyone on the ground sees through their false words. Was there any meaningful quotation process for this work? Unlikely, even if it went to quotation, the requirements were probably highly stacked in favour of the chosen system.

    Public job adverts are seen as a way of avoiding a legal challenge over employing the cousin/friend who they really want to get the job.

    This just continues and continues unchallenged. The media are just as rotten.

    Someone needs to give Britain a good sorting out about all this, and it would be good for the country, because it is, with inefficiency piled on inefficiency, performance is lousy. Without unprincipled UK arms sales, UK GDP would be non-existent.

  129. excuuuuse me by hipparchus · · Score: 1

    I worked on a government funded heap of crap .. er I mean "cutting edge system" for a while.

    It was very very bad, luckily I was just a drone, but it was obvious how lousy it was (apart from to the people at the top).

    It wasn't a total waste, I made a reasonable wage at the time, and spent a lot of money on food and drink, and having fun, after all that's what the world is about.

    Being a buddhist helps by the way.

  130. Re:For the non-british by jjga · · Score: 1

    So then why in US dollars?

  131. Re:Stop saying Linux is ready by syousef · · Score: 1

    I'm sorry I offended you, but at least I didn't call you names.

    That makes it alright then doesn't it. Calling you a fool is so much worse than you presuming to know what I do or don't do for a living and how competent I am at it, based on a single post. Even your apology implies an "I'm better than you" attitude...and you wonder why I called you an arrogant fool.

    --
    These posts express my own personal views, not those of my employer
  132. Re:Stop saying Linux is ready by syousef · · Score: 1

    So am I a troll, or a stupid fool who should be ignored because I don't know this. I assumed the best to run would be the stable version. It neither lived up to the tag nor was any good for me. THIS is the sort of BS that's EASILY fixed that would get Linux up to scratch for the desktop. Why don't the Linux zealots fix it instead of fobbing off anyone who complains?

    There's a lot of this attitude in the community. Its the RTFM attitude that needs to go. That's what's holding Linux back not anything technical.

    I once tried to ask RMS about his view on this. He simply fobbed me off and said he doesn't see a problem. The man's a technical genius, but that's not always going to excuse eccentric behaviour. (He was dressed as the patron saint of Linux complete with halo at the time. I was the only one dressed in a suit at a programming society meeting. I was automatically perceived as the enemy. I had just come from work and wasn't trying to rub the man the wrong way).

    Friendly does not mean saying:
    * RTFM stupid.
    * Go do your research first otherwise don't expect anything to work.
    * Installers that tell you what you need to know when its too late.
    * Distributions with badly named directories and broken desktops but no warning about this.

    --
    These posts express my own personal views, not those of my employer
  133. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    "everything (with the exception of sound in
    my case) works fine"

    Uh huh, there's always an exception. Another reason users aren't flocking to Linux is because it takes away choices with respect to what hardware they can use. I remember when USB didn't work for a couple years in Linux, while it worked fine in Windows. You want users to go for this, make it work with *all* the hardware they use. Even if it means making everything work smoothly with closed source drivers. Usability before religion. Users before developers.

  134. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    OK, while I sort of agree with some of the things you've been pointing out, I wasn't sure whether you were trolling or not...

    But this post pretty much proved conclusively to me that you are. I don't know why other people are continuing to feed you.

  135. a trend by torrents · · Score: 1

    looks like the trend these days is to get better discounts from m$ by publicly talking about how "viable" linux is... pretty sad.

    --
    Get your torrents...
  136. Re:Stop saying Linux is ready by syousef · · Score: 1

    Posting as AC to make it look like someone else agrees that I'm a troll is lame and sad. Why don't you grow up a little, or at least learn to word things a little differently when you're posting as AC, so its not blatently obvious its you.

    --
    These posts express my own personal views, not those of my employer
  137. I second your idea ! by Taco+Cowboy · · Score: 1

    I like your idea for those of us who are concerned about the User-Interface issues to get together to work for the good of OpenSource community.

    Although I have no formal UI training, I think many people like me, who have used lots of different programs, may have something to contribute to your idea.

    Patiently awaiting your reply ...

    --
    Muchas Gracias, Señor Edward Snowden !
    1. Re:I second your idea ! by metlin · · Score: 1

      Sure thing, we could start a group - what do you say?

      I've received a couple of mails from interested people - one of the guys pointed me to Openusability.Org.

      But I had something else in mind, more of a group working who consult (for free, ofcourse) on one or two OSS projects at a time - but doing a good and complete job of it.

      What do you think? If you're interested mail me at metlin - at - gmail.

  138. Thanks for the favours recieved by Anonymous Coward · · Score: 0

    Elections are over, and it is payback time.

  139. Re:Stop saying Linux is ready by FireFury03 · · Score: 1

    You rarely need more than the graphical software found in the control panel and start menu to do basic stuff.

    Ok, here's an example: A while ago I was setting up a Windows system. The network wasn't working, something somewhere was blocking the traffic. On a Linux box I would've got out tcpdump and looked to see what traffic was actually going where, but on Windows, about all I could do was check the IP settings were correct and then sit there wondering what to do now. Yes, I know I could've used a different machine to download Ethereal or something, but that's not the point.

    (I've never had a mouse go unrecognised on WinXP, and I've never seen the graphics card repaint things funnily because I didn't tell the OS exactly how much video RAM or what graphics card I was using). This is the sort of shit an end user HAS to deal with under Linux, and it doesn't need to be that way!

    You're right - it doesn't need to be that way... infact it hasn't been that way for years. I certainly haven't had any problems like those for years... probably not since XFree86 4 became mainstream.

    On the other hand, I have seen Windows systems do some truely insane things and have had to spend hours or days trying to work out WTF they were doing.

  140. Re:Stop saying Linux is ready by syousef · · Score: 1

    Actually I believe there's a version of tcpdump for windows. It installs drivers and you'd have had to reboot, but its doable and besides now you're talking way beyond basic troubleshooting. It sounds to me like you're just less familiar with windows diagnostics because you're pretty much forced to deal with Linux diagnostics to get anything working in my experience.

    I don't accept that it hasn't been a case of having mouse, keyboard and drawing issues for years. I've only just experienced these very things with current distros.

    Yes Windows does insane things and I don't love it in the least. I'd really like to see Linux take off. It ain't gonna happen the way things are just now unforunately. Windows for now is just much easier.

    --
    These posts express my own personal views, not those of my employer
  141. Re:Stop saying Linux is ready by Anonymous Coward · · Score: 0

    I can't even apologize now?

    Fine--I'm an arrogant fool and you're an ignorant, flamebating asshole.

  142. British People by The+MESMERIC · · Score: 0

    have always been mostly Microsoft whores anyway.

    They haven't gone that extra length of having the House of Parliament being sponsored by "Microsoft"

    But let that fetid Gordon Brown and that pathetic grinner Tony Blair stay more time in power - and it will just be a matter of time - before we see "Parliament Time : Sponsored by Microsoft".

    Let's not forget the greatest old whore of all - that idiot who knighted Bill Gates.

  143. You remind me of a "yes minister" episode by SmallFurryCreature · · Score: 1
    In it the civil service just can't get it into their heads that a hospital with a full staff of adminstrators but no medical staff is not much use.

    The NHS is a former shadow of itself as a healer of the public. Yes it is spending more and more money and employing lots of people. But the ratio of medical vs administrators is going down. In the wrong direction and the care is decreasing. I worked in england for a british company long enoug to know that the NHS is great at spending money and hiring people. It is getting people threathed by doctors and nurses that they seem to find hard to do. Funny thing is that both the conservatives (think democrats for the americans) and labour (think pinko commies) have screwed it up. Maybe it is just a cycle. One generation gives free medical care for everyone. The other destroys it.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.